:root {
  --ink: #171411;
  --ink-soft: #655e58;
  --paper: #f4f0ea;
  --paper-deep: #ded5cc;
  --pink: #7b2036;
  --acid: #c5a56f;
  --violet: #6e182e;
  --blue: #9ca8a0;
  --yellow: #d6c2ac;
  --line: rgba(23, 20, 17, .18);
  --radius: .25rem;
  --shadow: 0 1.4rem 4rem rgba(23, 20, 17, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.announcement { padding: .55rem 1rem; background: var(--acid); text-align: center; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-header { min-height: 5.6rem; display: flex; align-items: center; justify-content: space-between; padding: 1rem clamp(1.1rem, 4vw, 4.8rem); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: grid; grid-template-columns: auto auto; grid-template-rows: 1.35rem 1rem; column-gap: .4rem; align-items: center; text-decoration: none; text-transform: uppercase; }
.brand-mark { grid-row: 1 / span 2; font-size: 1.8rem; color: var(--violet); transform: rotate(-8deg); }
.brand-word { font-size: 1.45rem; line-height: 1; font-weight: 950; letter-spacing: -.04em; }
.brand-sub { font-size: .58rem; font-weight: 800; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.2rem); }
.site-nav a { text-decoration: none; font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.site-nav a:hover, .site-nav a:focus-visible { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .4rem; }
.nav-spark { padding: .12rem .32rem; margin-left: .15rem; color: var(--paper); background: var(--violet); border-radius: 2rem; font-size: .55rem; }
.nav-toggle { display: none; border: 1px solid var(--ink); background: transparent; padding: .55rem .8rem; font-weight: 800; text-transform: uppercase; }
.messages { position: fixed; right: 1rem; top: 6.5rem; z-index: 50; display: grid; gap: .5rem; }
.message { max-width: 24rem; padding: .9rem 1rem; background: white; border: 1px solid var(--ink); box-shadow: .4rem .4rem 0 var(--ink); }
.hero { min-height: calc(100vh - 5.6rem); display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; overflow: hidden; }
.hero-copy { padding: clamp(5rem, 11vh, 9rem) clamp(1.2rem, 6vw, 7rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 1.1rem; font-size: .72rem; line-height: 1.3; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: .95; letter-spacing: -.05em; }
.hero h1 { max-width: 12ch; margin-bottom: 2rem; font-size: clamp(3.8rem, 7.2vw, 8.2rem); }
.hero h1 em { color: var(--violet); font-weight: 400; }
.hero-intro { max-width: 36rem; margin: 0 0 2rem; font-size: clamp(1rem, 1.3vw, 1.25rem); color: var(--ink-soft); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 3.2rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); padding: .75rem 1.15rem; border-radius: 100rem; color: var(--ink); background: transparent; text-decoration: none; font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--violet); border-color: var(--violet); box-shadow: .35rem .35rem 0 var(--ink); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button-quiet { background: rgba(255,255,255,.3); }
.button-wide { width: 100%; }
.button:disabled { opacity: .6; cursor: not-allowed; box-shadow: none; transform: none; }
.text-link { font-weight: 850; text-underline-offset: .3rem; }
.text-button { padding: 0; border: 0; background: transparent; text-decoration: underline; text-underline-offset: .3rem; font-weight: 800; cursor: pointer; }
.hero-art { min-height: 42rem; position: relative; overflow: hidden; background: var(--pink); border-left: 1px solid var(--ink); isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 9% 8%; border: 1px solid rgba(25,18,31,.38); border-radius: 50%; transform: rotate(-12deg); }
.hero-art::after { content: "ARIA"; position: absolute; bottom: -1.5rem; left: -.4rem; z-index: -1; color: rgba(248,241,233,.18); font-size: clamp(8rem, 16vw, 18rem); font-weight: 950; letter-spacing: -.12em; }
.nail { position: absolute; display: block; width: clamp(4.8rem, 8vw, 8.5rem); height: clamp(10rem, 17vw, 18rem); border: 2px solid var(--ink); border-radius: 50% 50% 42% 42% / 22% 22% 72% 72%; box-shadow: .7rem .8rem 0 rgba(25,18,31,.9); }
.nail::after { content: "✦"; position: absolute; font-size: 1.8rem; }
.nail-one { left: 11%; top: 11%; background: radial-gradient(circle at 70% 25%, white 0 2%, transparent 2.5%), repeating-radial-gradient(circle at 55% 55%, var(--yellow) 0 10%, var(--pink) 11% 19%, var(--ink) 20% 22%); transform: rotate(-18deg); }
.nail-one::after { right: 12%; top: 10%; }
.nail-two { left: 43%; top: 5%; background: linear-gradient(145deg, var(--acid), var(--blue) 47%, var(--violet) 48% 58%, var(--pink) 59%); transform: rotate(8deg); }
.nail-two::after { left: 18%; bottom: 22%; color: white; }
.nail-three { right: 4%; top: 25%; background: repeating-linear-gradient(45deg, var(--ink) 0 12px, var(--paper) 13px 26px); transform: rotate(24deg); }
.nail-three::after { right: 28%; top: 33%; color: var(--pink); }
.nail-four { left: 22%; bottom: 3%; background: radial-gradient(circle at 30% 25%, white 0 3%, transparent 3.5%), linear-gradient(var(--violet), #38256d); transform: rotate(16deg); }
.nail-four::after { left: 20%; top: 20%; color: var(--acid); }
.nail-five { right: 18%; bottom: 0; background: linear-gradient(to bottom, transparent 0 35%, var(--ink) 36% 39%, transparent 40%), radial-gradient(circle at 50% 72%, var(--yellow) 0 10%, transparent 11%), var(--blue); transform: rotate(-14deg); }
.orbit { position: absolute; width: 1.2rem; height: 1.2rem; border: 2px solid var(--ink); border-radius: 50%; background: var(--acid); }
.orbit-one { top: 18%; right: 26%; box-shadow: 2rem 3rem 0 -.15rem var(--yellow), -1rem 8rem 0 .2rem var(--violet); }
.orbit-two { bottom: 18%; left: 10%; box-shadow: 3rem -1rem 0 -.2rem white, 25rem -2rem 0 .1rem var(--acid); }
.hero-stamp { position: absolute; right: 3%; bottom: 3%; width: 6.5rem; height: 6.5rem; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); text-align: center; font-size: .7rem; font-weight: 950; line-height: 1.3; letter-spacing: .12em; text-transform: uppercase; transform: rotate(12deg); }
.marquee-section { overflow: hidden; border-block: 1px solid var(--ink); background: var(--acid); }
.marquee { min-width: max-content; padding: .9rem 0; display: flex; gap: 2rem; align-items: center; font-size: clamp(1rem, 2vw, 1.7rem); font-weight: 950; letter-spacing: .06em; }
.marquee i { font-style: normal; color: var(--violet); }
.section { padding: clamp(4rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); }
.section-heading { margin-bottom: 2.6rem; display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; }
.section-heading h2, .studio-story h2, .faq-section h2 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 6.2rem); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.product-card { min-width: 0; }
.product-image-wrap { aspect-ratio: .82; display: block; position: relative; overflow: hidden; background: var(--paper-deep); border: 1px solid var(--ink); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-image-wrap:hover img { transform: scale(1.035); }
.product-type { position: absolute; left: .7rem; top: .7rem; padding: .35rem .55rem; background: var(--paper); border: 1px solid var(--ink); font-size: .58rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card-copy { padding-top: .9rem; display: flex; justify-content: space-between; gap: 1rem; }
.product-card-copy h3 { margin: 0 0 .4rem; font-family: inherit; font-size: 1rem; letter-spacing: -.02em; }
.product-card-copy h3 a { text-decoration: none; }
.product-card-copy p { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.product-card-copy strong { white-space: nowrap; }
.product-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; gap: .6rem; background: linear-gradient(145deg, var(--yellow), var(--pink)); }
.product-placeholder i { display: block; width: 17%; height: 44%; border: 1px solid var(--ink); border-radius: 50% 50% 42% 42% / 22% 22% 72% 72%; background: var(--violet); box-shadow: .3rem .35rem 0 var(--ink); transform: rotate(-7deg); }
.product-placeholder i:nth-child(2) { height: 55%; background: var(--acid); transform: translateY(-8%) rotate(2deg); }
.product-placeholder i:nth-child(3) { background: var(--blue); transform: rotate(9deg); }
.empty-drop { padding: clamp(3rem, 7vw, 7rem); border: 1px solid var(--ink); background: var(--yellow); text-align: center; }
.empty-drop h2, .empty-drop h3 { margin-bottom: 1rem; font-size: clamp(2.5rem, 5vw, 5rem); }
.lab-callout { min-height: 48rem; padding: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; overflow: hidden; color: white; background: var(--ink); }
.lab-copy h2 { margin-bottom: 1.5rem; font-size: clamp(3.2rem, 6.5vw, 7rem); }
.lab-copy p:not(.eyebrow) { max-width: 38rem; margin-bottom: 2rem; color: rgba(255,255,255,.7); }
.lab-mini-hand { min-height: 28rem; display: flex; align-items: end; justify-content: center; gap: clamp(.6rem, 1.5vw, 1.3rem); transform: rotate(-8deg); }
.lab-mini-hand span { width: clamp(3.2rem, 6vw, 6rem); height: var(--h); display: block; border: 2px solid white; border-radius: 50% 50% 35% 35% / 20% 20% 75% 75%; background: var(--c); box-shadow: .55rem .6rem 0 white; }
.studio-story { display: grid; grid-template-columns: .4fr 1fr; gap: clamp(2rem, 8vw, 10rem); background: var(--paper-deep); border-bottom: 1px solid var(--ink); }
.story-index { font-family: Georgia, serif; font-size: clamp(4rem, 9vw, 10rem); color: var(--pink); }
.story-copy p:not(.eyebrow) { max-width: 47rem; font-size: 1.15rem; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { padding: 1.2rem 0; border-bottom: 1px solid var(--ink); }
.faq-list summary { display: flex; justify-content: space-between; font-size: 1.1rem; font-weight: 800; cursor: pointer; }
.faq-list p { max-width: 55rem; color: var(--ink-soft); }
.newsletter { padding: clamp(3rem, 7vw, 6rem) clamp(1.2rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; background: var(--pink); border-bottom: 1px solid var(--ink); }
.newsletter h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); }
.newsletter-form { display: flex; gap: .7rem; }
.newsletter-form input { min-width: 0; flex: 1; padding: 1rem 1.2rem; border: 1px solid var(--ink); border-radius: 4rem; background: var(--paper); }
.site-footer { padding: 4rem clamp(1.2rem, 6vw, 7rem) 2rem; display: grid; grid-template-columns: 1fr auto; gap: 2rem 4rem; color: var(--paper); background: var(--ink); }
.footer-brand { margin: 0; font-family: Georgia, serif; font-size: 2rem; }
.footer-links { display: grid; gap: .5rem; }
.footer-note { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.5); font-size: .75rem; }
.page-hero { padding: clamp(5rem, 11vw, 11rem) clamp(1.2rem, 6vw, 7rem); border-bottom: 1px solid var(--ink); }
.page-hero h1 { max-width: 14ch; margin-bottom: 1.5rem; font-size: clamp(4rem, 9vw, 10rem); }
.page-hero > p:last-child { max-width: 42rem; font-size: 1.15rem; }
.shop-hero { background: var(--yellow); }
.page-hero-story { background: var(--blue); }
.prose-grid { display: grid; grid-template-columns: .4fr 1fr; gap: 5rem; }
.big-number { font-family: Georgia, serif; font-size: clamp(8rem, 20vw, 22rem); line-height: .65; color: var(--pink); }
.prose-grid h2 { font-size: clamp(3rem, 6vw, 6rem); }
.prose-grid p:not(.eyebrow) { max-width: 52rem; font-size: 1.1rem; }
.collection-filter { padding: 1rem clamp(1.2rem, 6vw, 7rem); display: flex; gap: .7rem; overflow-x: auto; border-bottom: 1px solid var(--ink); }
.collection-filter a { padding: .5rem .8rem; border: 1px solid var(--ink); border-radius: 2rem; text-decoration: none; white-space: nowrap; font-size: .75rem; font-weight: 800; }
.collection-filter a.active { color: white; background: var(--ink); }
.product-detail { padding: clamp(1rem, 4vw, 4rem); display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.product-gallery figure { margin: 0; }
.product-gallery img, .product-placeholder-large { width: 100%; aspect-ratio: .82; object-fit: cover; border: 1px solid var(--ink); }
.product-gallery figcaption { padding-top: .4rem; font-size: .7rem; }
.product-buybox { position: sticky; top: 2rem; padding-block: 4rem; }
.product-buybox h1 { margin-bottom: 1rem; font-size: clamp(3.5rem, 6vw, 7rem); }
.product-price { font-size: 1.35rem; font-weight: 900; }
.product-lede { max-width: 35rem; font-size: 1.1rem; color: var(--ink-soft); }
.product-buybox label { display: block; margin: 1.5rem 0 .4rem; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.product-buybox select { width: 100%; margin-bottom: .8rem; padding: 1rem; border: 1px solid var(--ink); background: white; }
.product-facts { margin: 1.5rem 0; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--ink); }
.product-facts div { padding: 1rem .7rem; border-right: 1px solid var(--ink); }
.product-facts div:last-child { border-right: 0; }
.product-facts span, .product-facts strong { display: block; font-size: .7rem; }
.product-facts span { color: var(--ink-soft); text-transform: uppercase; }
.product-buybox details { padding: 1rem 0; border-top: 1px solid var(--ink); }
.product-buybox summary { font-weight: 800; cursor: pointer; }
.lab-page { background: var(--ink); color: var(--paper); }
.lab-page .site-header { border-color: rgba(255,255,255,.2); }
.lab-header { padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 6vw, 7rem) 3rem; }
.lab-header h1 { margin-bottom: 1rem; color: var(--acid); font-size: clamp(4.5rem, 12vw, 13rem); }
.lab-header > p:last-child { max-width: 48rem; color: rgba(255,255,255,.68); }
.nail-lab { min-height: 45rem; display: grid; grid-template-columns: 1.2fr .8fr; border-block: 1px solid rgba(255,255,255,.2); }
.lab-stage { padding: clamp(1.2rem, 4vw, 4rem); display: flex; flex-direction: column; background: #2b2133; }
.lab-stage-top { display: flex; justify-content: space-between; font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.lab-page .text-button { color: var(--acid); }
.designer-hand { min-height: 31rem; margin: auto; display: flex; align-items: end; justify-content: center; gap: clamp(.55rem, 1.4vw, 1.2rem); }
.designer-nail { width: clamp(3.2rem, 6.5vw, 6.4rem); height: clamp(8rem, 15vw, 14rem); position: relative; border: 1px solid rgba(255,255,255,.7); border-radius: 50% 50% 37% 37% / 18% 18% 76% 76%; background: var(--nail-color); box-shadow: .6rem .7rem 0 rgba(0,0,0,.6), inset .7rem .4rem 1rem rgba(255,255,255,.22); cursor: pointer; transition: height .2s ease, transform .2s ease; }
.designer-nail:first-child, .designer-nail:last-child { height: clamp(6.2rem, 12vw, 11rem); }
.designer-nail:nth-child(2), .designer-nail:nth-child(4) { height: clamp(7.3rem, 14vw, 13rem); }
.designer-nail:hover, .designer-nail.active { transform: translateY(-1.2rem); outline: 3px solid var(--acid); outline-offset: .4rem; }
.designer-hand[data-shape="coffin"] .designer-nail { border-radius: 42% 42% 13% 13% / 12% 12% 4% 4%; }
.designer-hand[data-shape="round"] .designer-nail { border-radius: 50% 50% 46% 46%; }
.designer-hand[data-shape="stiletto"] .designer-nail { clip-path: polygon(50% 0, 92% 26%, 76% 100%, 24% 100%, 8% 26%); border-radius: 45% 45% 28% 28%; }
.designer-hand[data-length="short"] .designer-nail { max-height: 8rem; }
.designer-hand[data-length="long"] .designer-nail { height: clamp(9rem, 18vw, 17rem); }
.designer-hand[data-length="xl"] .designer-nail { height: clamp(10rem, 21vw, 20rem); }
.designer-hand[data-finish="matte"] .designer-nail { box-shadow: .6rem .7rem 0 rgba(0,0,0,.6); filter: saturate(.82); }
.designer-hand[data-finish="chrome"] .designer-nail { background: linear-gradient(120deg, white, var(--nail-color) 28%, #18121f 48%, var(--nail-color) 67%, white); }
.designer-hand[data-finish="jelly"] .designer-nail { opacity: .78; }
.lab-hint { text-align: center; color: rgba(255,255,255,.48); font-size: .75rem; }
.lab-controls { padding: clamp(1.5rem, 4vw, 4rem); background: var(--paper); color: var(--ink); }
.control-group { padding: 1.4rem 0; border-bottom: 1px solid var(--ink); }
.control-label { display: block; margin-bottom: .7rem; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.choice-grid button { padding: .7rem; border: 1px solid var(--ink); border-radius: 2rem; background: transparent; cursor: pointer; }
.choice-grid button.selected { color: white; background: var(--violet); }
.color-control { display: grid; grid-template-columns: 1fr auto; gap: .7rem; align-items: end; }
.color-control .control-label { grid-column: 1 / -1; }
.color-control input { width: 5rem; height: 3.1rem; padding: .2rem; border: 1px solid var(--ink); background: transparent; }
.lab-save { padding-top: 1.5rem; }
.lab-save p { font-size: .7rem; color: var(--ink-soft); }
.lab-roadmap { padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 6vw, 7rem); background: var(--violet); }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.3); border: 1px solid rgba(255,255,255,.3); }
.roadmap-grid > div { padding: 2rem; background: var(--violet); }
.roadmap-grid span { color: var(--acid); font-weight: 900; }
.roadmap-grid h3 { margin: 2rem 0 1rem; font-size: 2.2rem; }
.auth-shell { min-height: 70vh; padding: 5rem 1rem; display: grid; place-items: center; background: linear-gradient(135deg, var(--pink), var(--yellow)); }
.auth-card { width: min(100%, 34rem); padding: clamp(2rem, 5vw, 4rem); background: var(--paper); border: 1px solid var(--ink); box-shadow: 1rem 1rem 0 var(--ink); }
.auth-card h1 { font-size: 4rem; }
.stack-form p { margin: 0 0 1rem; }
.stack-form label { display: block; margin-bottom: .35rem; font-size: .75rem; font-weight: 850; }
.stack-form input:not([type="checkbox"]) { width: 100%; padding: .85rem; border: 1px solid var(--ink); background: white; }
.stack-form .helptext, .stack-form ul { font-size: .7rem; color: var(--ink-soft); }
.stack-form ul.errorlist { padding: .6rem; color: #8f142f; background: #ffd8df; }
.auth-switch { margin-top: 1.5rem; font-size: .8rem; }
.account-shell, .order-detail, .studio-shell { min-height: 75vh; padding: clamp(3rem, 7vw, 7rem) clamp(1.2rem, 6vw, 7rem); }
.checkout-shell { min-height: 75vh; padding: clamp(3rem, 7vw, 7rem) clamp(1.2rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr .8fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.checkout-shell h1 { font-size: clamp(3.5rem, 7vw, 7rem); }
.checkout-form textarea { width: 100%; padding: .85rem; border: 1px solid var(--ink); }
.account-heading, .studio-heading { margin-bottom: 3rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.account-heading h1, .studio-heading h1, .order-detail h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 7rem); }
.account-grid, .studio-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.5rem; align-items: start; }
.panel { padding: clamp(1.3rem, 3vw, 2.5rem); border: 1px solid var(--ink); background: rgba(255,255,255,.35); }
.panel h2 { font-size: 2.5rem; }
.accent-panel { background: var(--blue); }
.order-row { padding: 1rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); text-decoration: none; }
.order-row small { display: block; color: var(--ink-soft); }
.order-total { padding-top: 1.2rem; display: flex; justify-content: space-between; font-size: 1.2rem; }
.payment-form { margin-top: 1.5rem; }
.metric-grid { margin-bottom: 1.5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--ink); background: var(--ink); }
.metric-grid article { padding: 1.4rem; background: var(--paper); }
.metric-grid span { display: block; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.metric-grid strong { display: block; margin-top: 1rem; font-family: Georgia, serif; font-size: 3rem; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; }
.studio-actions { display: grid; border: 1px solid var(--ink); }
.studio-actions a { padding: 1.2rem; display: grid; grid-template-columns: auto 1fr; gap: .2rem .8rem; border-bottom: 1px solid var(--ink); text-decoration: none; }
.studio-actions a:last-child { border-bottom: 0; }
.studio-actions span { grid-row: 1 / span 2; color: var(--violet); font-weight: 900; }
.studio-actions small { color: var(--ink-soft); }

@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 46rem; border-left: 0; border-top: 1px solid var(--ink); }
  .lab-callout, .nail-lab, .newsletter, .product-detail { grid-template-columns: 1fr; }
  .product-buybox { position: static; padding: 1rem 0 3rem; }
  .newsletter { gap: 2rem; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .account-grid, .studio-grid { grid-template-columns: 1fr; }
  .checkout-shell { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { min-height: 4.8rem; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 1rem 1.2rem 1.5rem; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .site-nav.open { display: flex; }
  .lab-page .site-nav { color: var(--ink); }
  .hero-copy { padding-block: 4rem; }
  .hero-art { min-height: 32rem; }
  .nail { width: 4.3rem; height: 9rem; }
  .section-heading { align-items: start; flex-direction: column; }
  .studio-story, .prose-grid { grid-template-columns: 1fr; gap: 2rem; }
  .story-index { font-size: 5rem; }
  .newsletter-form { flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
  .designer-hand { min-height: 22rem; gap: .35rem; }
  .designer-nail { width: 3.2rem; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-facts { grid-template-columns: 1fr; }
  .product-facts div { border-right: 0; border-bottom: 1px solid var(--ink); }
  .product-facts div:last-child { border-bottom: 0; }
  .account-heading, .studio-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 480px) {
  .product-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 3.5rem; }
  .hero-art { min-height: 29rem; }
  .nail { width: 3.6rem; height: 8rem; box-shadow: .4rem .4rem 0 var(--ink); }
  .metric-grid { grid-template-columns: 1fr; }
  .designer-nail { width: 2.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Editorial system — July 2026 */
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; }
h1, h2, h3 { font-family: Didot, "Bodoni 72", "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.announcement { color: var(--paper); background: var(--ink); font-size: .64rem; letter-spacing: .2em; }
.site-header { min-height: 6.2rem; padding-inline: clamp(1.2rem, 4vw, 5rem); background: rgba(244,240,234,.96); }
.brand { grid-template-columns: 1.6rem auto; grid-template-rows: 1.25rem 1rem; column-gap: .55rem; }
.brand-mark { color: var(--pink); font-family: Didot, serif; font-size: 1.4rem; transform: none; }
.brand-word { font-family: Didot, "Bodoni 72", serif; font-size: 1.55rem; font-weight: 400; letter-spacing: -.035em; text-transform: none; }
.brand-sub { color: var(--ink-soft); font-size: .5rem; letter-spacing: .28em; }
.site-nav a { font-size: .67rem; font-weight: 600; letter-spacing: .16em; }
.nav-spark { padding: .14rem .32rem; color: var(--paper); background: var(--pink); border-radius: 0; font-size: .46rem; }
.eyebrow { color: inherit; font-size: .61rem; font-weight: 650; letter-spacing: .24em; }
.button { min-height: 3rem; padding: .8rem 1.25rem; border-radius: 0; font-size: .63rem; font-weight: 650; letter-spacing: .16em; }
.button-primary { background: var(--pink); border-color: var(--pink); box-shadow: none; }
.button:hover { transform: translateY(-1px); }
.button-quiet { background: transparent; }
.text-link { font-size: .72rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }

.editorial-hero { min-height: min(52rem, calc(100vh - 6.2rem)); grid-template-columns: .92fr 1.08fr; }
.editorial-hero .hero-copy { padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 7vw, 8rem); }
.editorial-hero h1 { max-width: 9ch; margin-bottom: 1.6rem; font-size: clamp(4.7rem, 8.4vw, 9.4rem); line-height: .85; }
.editorial-hero .hero-intro { max-width: 31rem; margin-bottom: 2.3rem; font-family: Georgia, serif; font-size: clamp(1.02rem, 1.3vw, 1.24rem); line-height: 1.6; }
.hero-ledger { width: 100%; margin-top: clamp(3rem, 7vh, 6rem); padding-top: 1rem; display: flex; gap: 2rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .56rem; letter-spacing: .14em; text-transform: uppercase; }
.editorial-hero .hero-art { min-height: 45rem; background: #c8bbb0; border-color: var(--line); }
.editorial-hero .hero-art::before { inset: 0; border: 0; border-radius: 0; background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.16) 30.2%, transparent 30.5%), radial-gradient(circle at 67% 30%, rgba(244,240,234,.35), transparent 32%); transform: none; }
.editorial-hero .hero-art::after { content: "NAILS BY ARI"; left: 3%; bottom: 2%; color: rgba(23,20,17,.42); font-size: .56rem; font-weight: 600; letter-spacing: .24em; }
.art-caption { position: absolute; left: 4%; top: 4%; z-index: 2; margin: 0; font-size: .55rem; line-height: 1.7; letter-spacing: .18em; }
.hero-monogram { position: absolute; right: -2%; bottom: -18%; color: rgba(244,240,234,.24); font-family: Didot, serif; font-size: clamp(24rem, 42vw, 48rem); line-height: 1; }
.editorial-hero .nail { width: clamp(4.6rem, 7vw, 7.3rem); height: clamp(10rem, 15vw, 16rem); border: 1px solid rgba(23,20,17,.58); box-shadow: 0 1.4rem 2.6rem rgba(23,20,17,.22), inset .5rem .3rem 1rem rgba(255,255,255,.22); }
.editorial-hero .nail::after { content: ""; }
.editorial-hero .nail-one { left: 9%; top: 22%; background: linear-gradient(to bottom, #6e182e 0 13%, #d9c0b4 14%); transform: rotate(-11deg); }
.editorial-hero .nail-two { left: 29%; top: 11%; background: radial-gradient(ellipse at 50% 45%, #efe7df 0 16%, rgba(239,231,223,.45) 17% 31%, transparent 32%), #6e182e; transform: rotate(-4deg); }
.editorial-hero .nail-three { left: 50%; top: 7%; background: linear-gradient(120deg, #51463f, #eee5db 30%, #9e8d82 48%, #f5efe9 64%, #4a3f39); transform: rotate(3deg); }
.editorial-hero .nail-four { right: 18%; top: 15%; background: linear-gradient(to bottom, #171411 0 8%, #ede2d7 9% 12%, #171411 13% 17%, #d9c0b4 18%); transform: rotate(10deg); }
.editorial-hero .nail-five { right: 3%; top: 29%; background: #eee7df; transform: rotate(17deg); }
.studio-index { min-height: 4rem; padding: 0 clamp(1.2rem, 5vw, 6rem); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-block: 1px solid var(--line); background: #e7e0d9; }
.studio-index span { padding: .4rem 1rem; border-right: 1px solid var(--line); color: var(--ink-soft); font-size: .57rem; letter-spacing: .17em; text-align: center; text-transform: uppercase; }
.studio-index span:last-child { border-right: 0; }
.section { padding: clamp(5rem, 9vw, 10rem) clamp(1.2rem, 6vw, 7rem); }
.section-heading h2, .studio-story h2, .faq-section h2 { font-size: clamp(3.7rem, 6.5vw, 7rem); }
.product-image-wrap { border-color: var(--line); }
.product-placeholder { background: #d5c9bf; }
.product-placeholder i { border-color: rgba(23,20,17,.6); background: var(--pink); box-shadow: none; }
.product-placeholder i:nth-child(2) { background: #ece4dd; }
.product-placeholder i:nth-child(3) { background: #70655d; }
.product-type { border: 0; background: rgba(244,240,234,.92); }
.empty-drop { border-color: var(--line); background: #e3dad2; }
.lab-callout { min-height: 44rem; color: var(--paper); background: #1c1917; }
.lab-copy h2 { font-size: clamp(4rem, 7vw, 7.6rem); }
.lab-copy p:not(.eyebrow) { font-family: Georgia, serif; line-height: 1.75; }
.lab-specimen { border-top: 1px solid rgba(255,255,255,.24); }
.lab-specimen > div:not(.specimen-nails) { padding: 1rem 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.24); font-size: .6rem; letter-spacing: .16em; }
.lab-specimen span { color: rgba(255,255,255,.48); }
.specimen-nails { min-height: 18rem; display: flex; align-items: end; justify-content: center; gap: .7rem; }
.specimen-nails i { width: clamp(2.7rem, 4.7vw, 4.6rem); height: 9.5rem; display: block; border-radius: 50% 50% 36% 36% / 18% 18% 72% 72%; background: linear-gradient(to bottom, #6e182e 0 12%, #d7b7a8 13%); box-shadow: 0 1rem 2rem rgba(0,0,0,.35); }
.specimen-nails i:first-child, .specimen-nails i:last-child { height: 7rem; }
.specimen-nails i:nth-child(2), .specimen-nails i:nth-child(4) { height: 8.6rem; }
.studio-story { background: #e2dad2; }
.story-index { color: var(--pink); font-size: clamp(3rem, 6vw, 6rem); }
.newsletter { background: #b9aea5; }

/* Nail Lab workbench */
.lab-page { color: var(--ink); background: #e8e1da; }
.lab-page .site-header { border-color: var(--line); }
.lab-header { padding: clamp(4rem, 7vw, 7rem) clamp(1.2rem, 5vw, 6rem) 3rem; display: grid; grid-template-columns: 1fr .7fr; gap: 4rem; align-items: end; }
.lab-header h1 { margin: 0; color: var(--ink); font-size: clamp(5rem, 11vw, 12rem); }
.lab-header > p, .lab-header > p:last-child { max-width: 38rem; margin: 0 0 1rem; color: var(--ink-soft); font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.7; }
.nail-lab { min-height: 54rem; grid-template-columns: minmax(0, 1.25fr) minmax(24rem, .75fr); border-color: var(--line); background: var(--paper); }
.lab-stage { min-width: 0; padding: clamp(1.2rem, 3vw, 3rem); position: sticky; top: 0; height: 100vh; background: #24211f; color: var(--paper); }
.lab-stage-top { color: rgba(255,255,255,.58); }
.lab-stage-top > div { display: flex; gap: 1rem; }
.lab-page .text-button { color: inherit; font-size: .62rem; font-weight: 500; }
.hand-study { margin: auto 0; display: grid; gap: clamp(2rem, 5vh, 4rem); }
.hand-row { min-width: 0; min-height: clamp(13rem, 29vh, 19rem); display: grid; grid-template-columns: 2rem repeat(5, minmax(2.5rem, 1fr)); gap: clamp(.4rem, 1.3vw, 1.2rem); align-items: end; }
.hand-label { align-self: center; color: rgba(255,255,255,.35); font-family: Didot, serif; font-size: 1.2rem; }
.designer-nail { width: min(100%, 5.4rem); height: clamp(10rem, 21vh, 14rem); justify-self: center; position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 50% 50% 35% 35% / 17% 17% 72% 72%; background: var(--base-color); box-shadow: 0 1.2rem 2.4rem rgba(0,0,0,.35), inset .45rem .25rem .8rem rgba(255,255,255,.18); cursor: pointer; transition: transform .2s ease, outline-color .2s ease; }
.hand-row .designer-nail:nth-child(2), .hand-row .designer-nail:nth-child(6) { height: clamp(8rem, 17vh, 11.5rem); }
.hand-row .designer-nail:nth-child(3), .hand-row .designer-nail:nth-child(5) { height: clamp(9.3rem, 19vh, 13rem); }
.designer-nail:hover, .designer-nail.active { outline: 1px solid #e8d8c3; outline-offset: .45rem; transform: translateY(-.45rem); }
.designer-nail::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.designer-nail span { position: absolute; width: .65rem; height: .65rem; right: 18%; top: 28%; z-index: 3; display: none; border-radius: 50%; color: transparent; background: var(--accent-color); box-shadow: 0 0 0 1px rgba(23,20,17,.25); }
.designer-nail[data-design="french"]::before { inset: 0 0 auto; height: 18%; border-radius: 50% 50% 32% 32% / 50% 50% 25% 25%; background: var(--tip-color); }
.designer-nail[data-design="french"][data-tip-width="fine"]::before { height: 9%; }
.designer-nail[data-design="french"][data-tip-width="bold"]::before { height: 28%; }
.designer-nail[data-tip-style="micro"]::before { height: 8%; }
.designer-nail[data-tip-style="deep"]::before { height: 34%; border-radius: 50% 50% 65% 65%; }
.designer-nail[data-tip-style="straight"]::before { border-radius: 50% 50% 0 0; }
.designer-nail[data-tip-style="v-cut"]::before { height: 30%; clip-path: polygon(0 0,100% 0,100% 38%,50% 100%,0 38%); }
.designer-nail[data-tip-style="side"]::before { height: 42%; clip-path: polygon(0 0,100% 0,100% 24%,0 100%); }
.designer-nail[data-tip-style="double"]::before { height: 22%; background: linear-gradient(to bottom, var(--tip-color) 0 38%, transparent 39% 59%, var(--tip-color) 60% 78%, transparent 79%); }
.designer-nail[data-tip-style="reverse"]::before { inset: auto 0 0; height: 20%; border-radius: 50% 50% 35% 35% / 100% 100% 20% 20%; }
.designer-nail[data-design="ombre"] { background: linear-gradient(to bottom, var(--tip-color), var(--base-color) 62%); }
.designer-nail[data-design="aura"] { background: radial-gradient(ellipse at 50% 48%, var(--tip-color) 0 16%, transparent 44%), var(--base-color); }
.designer-nail[data-design="color-block"] { background: linear-gradient(135deg, var(--base-color) 0 49%, var(--tip-color) 50%); }
.designer-nail[data-design="marble"] { background: repeating-linear-gradient(115deg, transparent 0 12%, rgba(255,255,255,.65) 13% 15%, transparent 16% 27%), linear-gradient(145deg, var(--base-color), var(--tip-color)); }
.designer-nail[data-design="tortoise"] { background: radial-gradient(ellipse at 32% 25%, #3a2015 0 8%, transparent 9%), radial-gradient(ellipse at 70% 53%, #2a1710 0 13%, transparent 14%), radial-gradient(ellipse at 38% 78%, #6f3519 0 12%, transparent 13%), #b97837; }
.designer-nail[data-design="animal"] { background: radial-gradient(ellipse at 25% 25%, var(--tip-color) 0 7%, transparent 8%), radial-gradient(ellipse at 70% 45%, var(--tip-color) 0 9%, transparent 10%), radial-gradient(ellipse at 38% 72%, var(--tip-color) 0 8%, transparent 9%), var(--base-color); }
.designer-nail[data-design="floral"] { background: radial-gradient(circle at 35% 35%, var(--tip-color) 0 5%, transparent 6%), radial-gradient(circle at 29% 29%, white 0 7%, transparent 8%), radial-gradient(circle at 66% 68%, var(--tip-color) 0 5%, transparent 6%), radial-gradient(circle at 60% 62%, white 0 8%, transparent 9%), var(--base-color); }
.designer-nail[data-design="linework"] { background: repeating-linear-gradient(125deg, transparent 0 19%, var(--tip-color) 20% 22%, transparent 23% 38%), var(--base-color); }
.designer-nail[data-finish="matte"] { box-shadow: 0 1.2rem 2.4rem rgba(0,0,0,.35); filter: saturate(.8); }
.designer-nail[data-finish="chrome"]::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(115deg, rgba(255,255,255,.75), transparent 28%, rgba(20,15,12,.48) 48%, transparent 68%, rgba(255,255,255,.55)); mix-blend-mode: overlay; }
.designer-nail[data-finish="jelly"] { opacity: .78; }
.designer-nail[data-finish="cat-eye"]::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(112deg, transparent 38%, rgba(255,255,255,.58) 48%, transparent 58%); }
.designer-nail[data-finish="pearl"]::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(135deg, rgba(204,229,225,.42), transparent 40%, rgba(244,207,220,.45)); }
.designer-nail[data-finish="glitter"]::after { content: ""; position: absolute; inset: 0; z-index: 2; background-image: radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.5px); background-size: 11px 13px; }
.designer-nail:not([data-accent="none"]) span { display: block; }
.designer-nail[data-accent="foil"] span { width: 1.2rem; height: 2.5rem; border-radius: 0; clip-path: polygon(10% 0,100% 18%,68% 100%,0 72%); }
.designer-nail[data-accent="pearl"] span { background: radial-gradient(circle at 35% 30%, white, var(--accent-color)); }
.designer-nail[data-accent="charm"] span, .designer-nail[data-accent="3d"] span { width: 1rem; height: 1rem; border-radius: 0; transform: rotate(45deg); }
.hand-study[data-shape="coffin"] .designer-nail { border-radius: 45% 45% 12% 12% / 12% 12% 4% 4%; clip-path: polygon(12% 0,88% 0,100% 24%,90% 100%,10% 100%,0 24%); }
.hand-study[data-shape="oval"] .designer-nail { border-radius: 50%; }
.hand-study[data-shape="round"] .designer-nail { border-radius: 50% 50% 42% 42%; }
.hand-study[data-shape="square"] .designer-nail { border-radius: 12% 12% 35% 35% / 4% 4% 72% 72%; }
.hand-study[data-shape="squoval"] .designer-nail { border-radius: 28% 28% 37% 37% / 9% 9% 72% 72%; }
.hand-study[data-shape="stiletto"] .designer-nail { clip-path: polygon(50% 0,88% 24%,78% 100%,22% 100%,12% 24%); }
.hand-study[data-length="short"] .designer-nail { max-height: 8.2rem; }
.hand-study[data-length="long"] .designer-nail { height: clamp(12rem, 24vh, 16rem); }
.hand-study[data-length="xl"] .designer-nail { height: clamp(13rem, 27vh, 18rem); }
.lab-stage-footer { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.lab-stage-footer p { margin: 0; }
.lab-stage-footer p strong, .lab-stage-footer p span { display: block; }
.lab-stage-footer p strong { font-family: Didot, serif; font-size: 1.35rem; font-weight: 400; }
.lab-stage-footer p span { color: rgba(255,255,255,.48); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.lab-stage-footer > div { display: flex; gap: .5rem; }
.lab-stage-footer .button { min-height: 2.4rem; color: var(--paper); border-color: rgba(255,255,255,.3); }
.lab-controls { padding: clamp(1.3rem, 3vw, 3rem); background: var(--paper); }
.recipe-name label, .field-label { display: block; color: var(--ink-soft); font-size: .6rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.recipe-name input { width: 100%; padding: .35rem 0 .8rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-family: Didot, serif; font-size: 2.2rem; }
.control-section { border-bottom: 1px solid var(--line); }
.control-section summary { padding: 1.2rem 0; display: flex; gap: .8rem; list-style: none; cursor: pointer; font-family: Didot, serif; font-size: 1.35rem; }
.control-section summary::-webkit-details-marker { display: none; }
.control-section summary span { color: var(--pink); font-family: Helvetica, sans-serif; font-size: .57rem; letter-spacing: .14em; }
.control-body { padding: 0 0 1.5rem; }
.control-label { margin: 1.2rem 0 .55rem; font-size: .56rem; letter-spacing: .17em; }
.choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem; }
.choice-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.choice-grid-art { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.choice-grid button { min-width: 0; padding: .58rem .35rem; border-color: var(--line); border-radius: 0; color: var(--ink-soft); font-size: .58rem; }
.choice-grid button.selected { color: var(--paper); background: var(--ink); }
.compact-input, .color-pair select, .field-label textarea { width: 100%; padding: .75rem; border: 1px solid var(--line); border-radius: 0; background: #fbf8f4; }
.field-label { margin-top: 1rem; }
.field-label input, .field-label textarea { margin-top: .4rem; text-transform: none; }
.color-pair { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.color-pair label { color: var(--ink-soft); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.color-pair input[type="color"] { width: 100%; height: 2.7rem; margin-top: .35rem; padding: .2rem; border: 1px solid var(--line); background: #fbf8f4; }
.color-pair select { margin-top: .35rem; }
.control-help { margin: .5rem 0 0; color: var(--ink-soft); font-size: .65rem; line-height: 1.5; }
.french-controls[hidden] { display: none; }
.lab-save { padding: 1.5rem 0 .5rem; }
.lab-save-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.lab-save p { color: var(--ink-soft); line-height: 1.5; }
.lab-guide { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); display: grid; grid-template-columns: .75fr 1.25fr; gap: 6rem; background: #dad1c9; }
.lab-guide h2 { max-width: 8ch; font-size: clamp(3.5rem, 6vw, 6rem); }
.lab-guide ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.lab-guide li { padding: 1.25rem 0; display: grid; grid-template-columns: 2rem 10rem 1fr; gap: 1rem; border-bottom: 1px solid var(--line); }
.lab-guide li span { color: var(--pink); font-size: .58rem; }
.lab-guide li strong { font-family: Didot, serif; font-size: 1.25rem; font-weight: 400; }
.lab-guide li p { margin: 0; color: var(--ink-soft); font-size: .82rem; }

/* Production work order */
.production-page { background: #ded8d1; }
.production-sheet { width: min(94vw, 90rem); margin: 3rem auto; padding: clamp(1.5rem, 4vw, 4rem); background: white; box-shadow: 0 1rem 4rem rgba(23,20,17,.1); }
.production-header { padding-bottom: 2rem; display: flex; justify-content: space-between; gap: 2rem; align-items: end; border-bottom: 1px solid var(--ink); }
.production-header h1 { margin-bottom: .5rem; font-size: clamp(3rem, 6vw, 6rem); }
.production-header p:last-child { margin: 0; color: var(--ink-soft); font-size: .72rem; }
.production-actions { display: flex; gap: .5rem; }
.production-meta { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.production-meta div { padding: 1rem; border-right: 1px solid var(--line); }
.production-meta div:last-child { border-right: 0; }
.production-meta dt { color: var(--ink-soft); font-size: .55rem; letter-spacing: .14em; text-transform: uppercase; }
.production-meta dd { margin: .25rem 0 0; font-family: Didot, serif; font-size: 1.3rem; }
.production-visual { padding: 2rem 0; display: grid; grid-template-columns: repeat(10, minmax(4rem, 1fr)); gap: 1rem; border-bottom: 1px solid var(--line); }
.production-visual article { min-width: 0; text-align: center; }
.production-nail { width: 2.6rem; height: 5.8rem; margin: 0 auto .7rem; display: block; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: 50% 50% 35% 35% / 17% 17% 72% 72%; background: var(--sheet-base); }
.production-nail[data-design="french"]::before { content: ""; position: absolute; inset: 0 0 auto; height: 14%; background: var(--sheet-tip); }
.production-visual strong, .production-visual small { display: block; }
.production-visual strong { font-size: .6rem; }
.production-visual small { color: var(--ink-soft); font-size: .55rem; }
.production-sheet h2 { margin: 2.5rem 0 1rem; font-size: 2.1rem; }
.production-table-wrap { overflow-x: auto; }
.production-table { width: 100%; border-collapse: collapse; font-size: .67rem; }
.production-table th, .production-table td { padding: .65rem .45rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.production-table thead th { color: white; background: var(--ink); font-size: .53rem; letter-spacing: .1em; text-transform: uppercase; }
.production-table td i { width: .7rem; height: .7rem; margin-right: .3rem; display: inline-block; border: 1px solid var(--line); background: var(--swatch); vertical-align: middle; }
.production-notes p { min-height: 4rem; padding: 1rem; background: #f3efeb; }
.production-checklist > div { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.production-checklist label { min-height: 4rem; padding: .8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .68rem; }
.production-checklist p { padding-top: 1rem; border-top: 1px solid var(--line); font-size: .7rem; }
.studio-shell .panel + .panel { margin-top: 1.5rem; }
.metric-grid { grid-template-columns: repeat(5, 1fr); }

@media (max-width: 1100px) {
  .nail-lab { grid-template-columns: 1fr; }
  .lab-stage { position: relative; height: auto; min-height: 48rem; }
  .production-visual { grid-template-columns: repeat(5, 1fr); }
  .metric-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .site-header { min-height: 5rem; }
  .editorial-hero { grid-template-columns: 1fr; }
  .editorial-hero .hero-art { min-height: 36rem; border-left: 0; border-top: 1px solid var(--line); }
  .hero-ledger { flex-direction: column; gap: .5rem; }
  .studio-index { grid-template-columns: 1fr 1fr; padding: 0; }
  .studio-index span { padding: 1rem .5rem; border-bottom: 1px solid var(--line); }
  .lab-callout, .lab-header, .lab-guide { grid-template-columns: 1fr; gap: 2.5rem; }
  .lab-header { align-items: start; }
  .hand-row { grid-template-columns: 1rem repeat(5, minmax(2.5rem, 1fr)); gap: .35rem; }
  .designer-nail { width: min(100%, 3.7rem); }
  .lab-stage-footer { align-items: start; flex-direction: column; }
  .choice-grid-four { grid-template-columns: repeat(2, 1fr); }
  .choice-grid-art { grid-template-columns: repeat(2, 1fr); }
  .lab-guide li { grid-template-columns: 2rem 7rem 1fr; }
  .production-sheet { width: 100%; margin: 0; box-shadow: none; }
  .production-header { align-items: start; flex-direction: column; }
  .production-meta { grid-template-columns: 1fr 1fr; }
  .production-visual { gap: .5rem; }
  .production-checklist > div { grid-template-columns: 1fr 1fr; }
}

@media print {
  .production-page .announcement, .production-page .site-header, .production-page .site-footer, .production-actions { display: none !important; }
  .production-page, .production-sheet { background: white; }
  .production-sheet { width: 100%; margin: 0; padding: .2in; box-shadow: none; }
  .production-header h1 { font-size: 32pt; }
  .production-visual { grid-template-columns: repeat(10, 1fr); }
  .production-table { font-size: 6pt; }
  .production-checklist > div { grid-template-columns: repeat(4, 1fr); }
}

/* Merchandising and studio operations */
.brand:has(.brand-logo) { display: block; }
.brand-logo { width: auto; max-width: 12rem; height: 3rem; object-fit: contain; }
.hero-art.has-editorial-photo::before, .hero-art.has-editorial-photo::after { display: none; }
.hero-editorial-photo { width: 100%; height: 100%; object-fit: cover; }
.studio-story.has-story-image { grid-template-columns: minmax(18rem, .7fr) 1fr; align-items: center; }
.story-media, .prose-image { margin: 0; }
.story-media img { width: 100%; aspect-ratio: .86; object-fit: cover; }
.page-hero.has-page-image { min-height: 42rem; position: relative; isolation: isolate; overflow: hidden; color: white; }
.page-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.page-hero.has-page-image::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(23,20,17,.82), rgba(23,20,17,.12)); }
.prose-image img { width: 100%; aspect-ratio: .82; object-fit: cover; }

.product-card { --card-base: #d7b7a8; --card-accent: #6e182e; display: flex; flex-direction: column; }
.product-card .product-image-wrap { background: #d7cec6; }
.product-card .product-image-wrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.product-availability { position: absolute; right: .7rem; top: .7rem; z-index: 2; padding: .35rem .55rem; color: var(--paper); background: rgba(23,20,17,.88); font-size: .52rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.product-availability.sold-out { color: var(--ink); background: rgba(244,240,234,.9); }
.product-placeholder { background: linear-gradient(145deg, color-mix(in srgb, var(--card-base) 60%, #e9e1da), var(--card-base)); }
.product-placeholder i { border-color: rgba(23,20,17,.38); background: var(--card-base); box-shadow: 0 1rem 1.6rem rgba(23,20,17,.14); }
.product-placeholder i:nth-child(2) { background: linear-gradient(to bottom, var(--card-accent) 0 12%, var(--card-base) 13%); }
.product-placeholder i:nth-child(3) { background: var(--accent-color, var(--card-accent)); }
.product-placeholder[data-design="ombre"] i { background: linear-gradient(to bottom, var(--card-accent), var(--card-base) 65%); }
.product-placeholder[data-design="aura"] i { background: radial-gradient(ellipse, var(--card-accent), transparent 55%), var(--card-base); }
.product-placeholder[data-design="color-block"] i { background: linear-gradient(135deg, var(--card-base) 0 49%, var(--card-accent) 50%); }
.product-placeholder[data-design="linework"] i { background: repeating-linear-gradient(125deg, var(--card-base) 0 19%, var(--card-accent) 20% 23%); }
.product-card-meta { padding: .7rem 0; display: flex; align-items: center; justify-content: space-between; gap: .7rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .52rem; letter-spacing: .09em; text-transform: uppercase; }
.design-signature { display: flex; align-items: center; gap: .35rem; }
.design-signature i { width: 1px; height: .75rem; background: var(--line); }
.color-swatch { width: .75rem; height: .75rem; display: inline-block; border: 1px solid rgba(23,20,17,.25); border-radius: 50%; background: var(--swatch); }
.product-card-copy { min-height: 8.4rem; padding-top: 1.1rem; }
.product-card-copy h3 { font-family: Didot, "Bodoni 72", serif; font-size: 1.55rem; font-weight: 400; }
.product-card-copy p { max-width: 25rem; line-height: 1.55; }
.product-card-copy > strong { font-size: .72rem; font-weight: 650; }
.product-card-action { margin-top: auto; padding: .7rem 0; display: flex; justify-content: space-between; border-top: 1px solid var(--ink); text-decoration: none; font-size: .59rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.product-design-strip { margin: 1.5rem 0; padding: .9rem 0; display: grid; grid-template-columns: auto auto 1fr; gap: .8rem; align-items: center; border-block: 1px solid var(--line); }
.product-design-strip > span { display: flex; }
.product-design-strip i { width: 1rem; height: 1rem; display: block; border: 1px solid var(--line); border-radius: 50%; background: var(--card-base); }
.product-design-strip i + i { margin-left: -.2rem; background: var(--card-accent); }
.product-design-strip strong { font-family: Didot, serif; font-size: 1.1rem; font-weight: 400; }
.product-design-strip em { justify-self: end; color: var(--ink-soft); font-size: .62rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }

.studio-heading > div > p:last-child { max-width: 42rem; color: var(--ink-soft); }
.studio-workspaces { margin-bottom: 1.5rem; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }
.studio-workspaces a { min-height: 10rem; padding: 1.25rem; display: flex; flex-direction: column; border-right: 1px solid var(--ink); text-decoration: none; transition: color .15s, background .15s; }
.studio-workspaces a:last-child { border-right: 0; }
.studio-workspaces a:hover { color: var(--paper); background: var(--ink); }
.studio-workspaces span { color: var(--pink); font-size: .56rem; letter-spacing: .14em; }
.studio-workspaces strong { margin-top: auto; font-family: Didot, serif; font-size: 1.55rem; font-weight: 400; }
.studio-workspaces small { color: var(--ink-soft); font-size: .63rem; }
.studio-workspaces a:hover small { color: rgba(255,255,255,.6); }
.studio-next { position: sticky; top: 2rem; background: #d9d0c8; }
.studio-next h2 { font-size: clamp(2.5rem, 4vw, 4.4rem); }

.studio-product-list { border-top: 1px solid var(--ink); }
.studio-product-row { padding: 1.2rem 0; display: grid; grid-template-columns: 7.5rem minmax(18rem, 1fr) 9rem auto; gap: 1.5rem; align-items: center; border-bottom: 1px solid var(--line); }
.studio-product-thumb { width: 7.5rem; aspect-ratio: .9; overflow: hidden; background: var(--card-base); }
.studio-product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.studio-product-thumb > span { height: 100%; display: flex; gap: .25rem; align-items: center; justify-content: center; }
.studio-product-thumb i { width: 1.25rem; height: 3.4rem; display: block; border-radius: 50% 50% 35% 35% / 17% 17% 72% 72%; background: var(--card-accent); }
.studio-product-thumb i:nth-child(2) { height: 4.2rem; background: var(--paper); }
.studio-product-row h2 { margin: .2rem 0 .4rem; font-size: 2.2rem; }
.studio-product-row p { margin: 0; color: var(--ink-soft); font-size: .72rem; }
.readiness-checks { margin-top: .7rem; display: flex; flex-wrap: wrap; gap: .3rem; }
.readiness-checks span { padding: .2rem .35rem; border: 1px solid rgba(123,32,54,.22); color: #8f7f77; background: rgba(123,32,54,.05); font-size: .48rem; letter-spacing: .08em; text-transform: uppercase; }
.readiness-checks span.ready { border-color: rgba(60,106,82,.24); color: #315c48; background: rgba(60,106,82,.08); }
.studio-status { font-size: .56rem !important; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { width: .5rem; height: .5rem; margin-right: .35rem; display: inline-block; border-radius: 50%; background: #978e87; }
.status-dot.status-live { background: #4b745f; }
.status-dot.status-draft { background: #b98a32; }
.readiness strong, .readiness span { display: block; }
.readiness strong { font-family: Didot, serif; font-size: 1.65rem; font-weight: 400; }
.readiness span { color: var(--ink-soft); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }
.readiness > div { height: 2px; margin-top: .6rem; background: var(--line); }
.readiness i { width: var(--score); height: 100%; display: block; background: var(--pink); }
.row-actions { display: grid; gap: .5rem; text-align: right; font-size: .65rem; }
.empty-workspace { padding: 7rem 2rem; text-align: center; }
.empty-workspace h2 { font-size: 4rem; }

.editor-shell { padding-top: 2rem; }
.studio-editor, .content-editor { width: 100%; }
.editor-heading { position: sticky; top: 0; z-index: 10; padding: 1rem 0; background: rgba(244,240,234,.94); backdrop-filter: blur(12px); }
.editor-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem); gap: 1.5rem; align-items: start; }
.editor-main, .editor-sidebar { display: grid; gap: 1.5rem; }
.editor-sidebar { position: sticky; top: 8rem; }
.editor-card { padding: clamp(1.2rem, 3vw, 2.2rem); border: 1px solid var(--line); background: rgba(255,255,255,.36); }
.editor-index { color: var(--pink); font-size: .57rem; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.editor-help { color: var(--ink-soft); font-size: .72rem; }
.form-grid { display: grid; gap: .8rem; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.studio-field { margin-bottom: 1rem; }
.studio-field > label { margin-bottom: .35rem; display: block; color: var(--ink-soft); font-size: .58rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.studio-field input:not([type="checkbox"]):not([type="color"]), .studio-field select, .studio-field textarea { width: 100%; min-height: 2.8rem; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 0; background: #fffdfa; }
.studio-field textarea { resize: vertical; }
.studio-field input[type="color"] { width: 100%; height: 3rem; padding: .2rem; border: 1px solid var(--line); background: #fffdfa; }
.studio-field small { margin-top: .25rem; display: block; color: var(--ink-soft); font-size: .58rem; line-height: 1.4; }
.studio-field .errorlist, .form-errors, .studio-field.has-error { color: #7c1e32; }
.studio-field .errorlist { margin: .25rem 0; padding: 0; list-style: none; font-size: .65rem; }
.checkbox-field { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.checkbox-field > label { margin: 0; order: 2; }
.checkbox-field > input { order: 1; }
.checkbox-field > small, .checkbox-field > .errorlist { width: 100%; order: 3; }
.image-formset { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.image-editor { min-width: 0; padding: .8rem; border: 1px solid var(--line); background: #eee7e0; }
.image-editor > img, .image-empty { width: 100%; aspect-ratio: .85; margin-bottom: .8rem; object-fit: cover; }
.image-empty { display: grid; place-items: center; color: var(--ink-soft); background: #d8cec5; font-family: Didot, serif; font-size: 1.5rem; }
.compact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.variant-formset { display: grid; gap: .5rem; }
.variant-editor { padding: .8rem; display: grid; grid-template-columns: 1.2fr 1fr .8fr .7fr .45fr .45fr; gap: .6rem; align-items: start; border: 1px solid var(--line); }
.variant-editor .studio-field { margin: 0; }
.single-form { max-width: 52rem; margin: 0 auto; }
.current-content-image { max-width: 52rem; margin: 0 auto 1rem; }
.current-content-image img { width: 100%; max-height: 30rem; object-fit: cover; }

.content-identity { margin-bottom: 5rem; padding: 1.5rem; display: grid; grid-template-columns: 7rem 1fr auto; gap: 1.5rem; align-items: center; border: 1px solid var(--ink); }
.content-identity > div:first-child { width: 7rem; height: 7rem; display: grid; place-items: center; overflow: hidden; background: #ded5cc; color: var(--pink); font-family: Didot, serif; font-size: 2.5rem; }
.content-identity img { width: 100%; height: 100%; object-fit: contain; }
.content-identity h2 { margin: 0; font-size: 2.7rem; }
.content-identity p { margin: .3rem 0; }
.compact-heading { margin-top: 4rem; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.content-card { min-width: 0; border: 1px solid var(--line); background: rgba(255,255,255,.34); }
.content-card > img, .content-placeholder { width: 100%; aspect-ratio: 1.4; object-fit: cover; }
.content-placeholder { display: grid; place-items: center; color: rgba(23,20,17,.22); background: #d7cec6; font-family: Didot, serif; font-size: 7rem; }
.content-card > div:last-child { padding: 1.2rem; }
.content-card h3 { margin: .3rem 0 .8rem; font-size: 2rem; }
.content-card p:not(.studio-status) { color: var(--ink-soft); font-size: .74rem; }
.content-card a { font-size: .65rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.faq-manager { border-top: 1px solid var(--ink); }
.faq-manager a { padding: 1rem 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); text-decoration: none; }
.faq-manager small { margin-top: .2rem; display: block; color: var(--ink-soft); font-size: .57rem; text-transform: uppercase; }

.inventory-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .36fr); gap: 1.5rem; align-items: start; }
.inventory-summary { margin-bottom: 1.5rem; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--ink); }
.inventory-summary article { padding: 1rem; border-right: 1px solid var(--ink); }
.inventory-summary article:last-child { border-right: 0; }
.inventory-summary span, .inventory-summary strong { display: block; }
.inventory-summary span { color: var(--ink-soft); font-size: .54rem; letter-spacing: .1em; text-transform: uppercase; }
.inventory-summary strong { margin-top: .45rem; font-family: Didot, serif; font-size: 2rem; font-weight: 400; }
.inventory-layout > div { display: grid; gap: 1.5rem; }
.movement-form { position: sticky; top: 2rem; }
.inventory-table-wrap { overflow-x: auto; }
.inventory-table { width: 100%; border-collapse: collapse; font-size: .72rem; }
.inventory-table th, .inventory-table td { padding: .8rem .6rem; border-bottom: 1px solid var(--line); text-align: left; }
.inventory-table th { color: var(--ink-soft); font-size: .53rem; letter-spacing: .1em; text-transform: uppercase; }
.inventory-table td strong, .inventory-table td small { display: block; }
.inventory-table td small { color: var(--ink-soft); }
.low-stock-row { background: rgba(123,32,54,.07); }
.low-stock-row td:nth-child(3) { color: var(--pink); font-weight: 700; }
.movement-row { padding: .8rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); }
.movement-row strong, .movement-row small { display: block; }
.movement-row small { color: var(--ink-soft); font-size: .62rem; }
.movement-row b { color: #3c6a52; }
.movement-row b.negative { color: var(--pink); }

@media (max-width: 1050px) {
  .studio-workspaces { grid-template-columns: 1fr 1fr; }
  .studio-workspaces a:nth-child(2) { border-right: 0; }
  .studio-workspaces a:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .studio-product-row { grid-template-columns: 6rem 1fr auto; }
  .studio-product-thumb { width: 6rem; }
  .readiness { display: none; }
  .editor-grid, .inventory-layout { grid-template-columns: 1fr; }
  .editor-sidebar, .movement-form { position: static; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .variant-editor { grid-template-columns: 1fr 1fr 1fr; }
  .inventory-summary { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .brand-logo { max-width: 9.5rem; height: 2.5rem; }
  .studio-story.has-story-image { grid-template-columns: 1fr; }
  .product-card-meta { align-items: flex-start; flex-direction: column; }
  .studio-workspaces { grid-template-columns: 1fr; }
  .studio-workspaces a { min-height: 7rem; border-right: 0; border-bottom: 1px solid var(--ink); }
  .studio-workspaces a:last-child { border-bottom: 0; }
  .studio-product-row { grid-template-columns: 5rem 1fr; gap: .8rem; }
  .studio-product-thumb { width: 5rem; }
  .row-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; text-align: left; }
  .image-formset, .content-grid { grid-template-columns: 1fr; }
  .variant-editor { grid-template-columns: 1fr 1fr; }
  .form-grid.two { grid-template-columns: 1fr; }
  .content-identity { grid-template-columns: 5rem 1fr; }
  .content-identity > div:first-child { width: 5rem; height: 5rem; }
  .content-identity > a { grid-column: 1 / -1; }
  .product-design-strip { grid-template-columns: auto 1fr; }
  .product-design-strip em { grid-column: 1 / -1; justify-self: start; }
  .inventory-summary { grid-template-columns: 1fr 1fr; }
  .inventory-summary article { border-bottom: 1px solid var(--ink); }
}
