:root {
    color-scheme: dark;
    --ink: #080808;
    --ink-soft: #0f0f0f;
    --graphite: #171717;
    --graphite-2: #202020;
    --line: rgba(255,255,255,.1);
    --line-gold: rgba(197,160,89,.38);
    --gold: #c5a059;
    --gold-light: #e2c991;
    --ivory: #f4f0e8;
    --muted: #a09c94;
    --success: #8eaf91;
    --danger: #c97970;
    --warning: #d4b36b;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --sidebar: 264px;
    --radius: 4px;
    --shadow: 0 26px 70px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { width: 100%; min-height: 100%; overflow-x: hidden; background: var(--ink); scroll-behavior: smooth; }
body { width: 100%; min-height: 100vh; overflow-x: hidden; margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { margin-bottom: 12px; font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.035em; }
h2 { margin-bottom: 12px; font-size: clamp(1.65rem, 2.6vw, 2.5rem); }
h3 { margin-bottom: 8px; font-size: 1.2rem; }
p { color: #c9c5bd; }
small { color: var(--muted); }
code { color: var(--gold-light); font-size: .82rem; }

.eyebrow { margin: 0 0 10px; color: var(--gold); font-family: var(--sans); font-size: .66rem; font-weight: 700; letter-spacing: .24em; line-height: 1.3; text-transform: uppercase; }
.muted { color: var(--muted) !important; }
.positive { color: var(--success) !important; }
.negative { color: var(--danger) !important; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 2px; padding: 12px 20px; background: transparent; color: var(--ivory); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: .25s ease; }
.button:hover { transform: translateY(-1px); }
.button--gold { border-color: var(--gold); background: var(--gold); color: #111; box-shadow: 0 10px 30px rgba(197,160,89,.12); }
.button--gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button--outline { border-color: var(--line-gold); color: var(--gold-light); }
.button--outline:hover { background: rgba(197,160,89,.08); border-color: var(--gold); }
.button--light { border-color: rgba(255,255,255,.65); color: white; }
.button--light:hover { background: white; color: #111; }
.button--text { min-height: auto; border: 0; padding-inline: 0; color: var(--gold-light); }
.button--full { width: 100%; }
.button--compact { min-height: 38px; padding: 9px 13px; font-size: .62rem; }
.button svg, [data-icon] svg { width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.6; }

.public-body { background: #080808; }
.login-shell { display: grid; width: 100%; min-height: 100vh; overflow-x: hidden; grid-template-columns: minmax(440px, 1.2fr) minmax(480px, .8fr); }
.login-visual { position: relative; min-height: 100vh; overflow: hidden; background: #050505; }
.login-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); }
.login-visual::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.64)), linear-gradient(0deg, rgba(0,0,0,.82), transparent 60%); content: ""; }
.login-visual__overlay { position: absolute; z-index: 2; right: 9%; bottom: 8%; left: 9%; max-width: 620px; }
.login-visual__overlay blockquote { max-width: 600px; margin: 0 0 14px; font-family: var(--serif); font-size: clamp(2.2rem, 4.2vw, 4.8rem); font-style: italic; line-height: 1.03; }
.login-visual__overlay p:last-child { max-width: 530px; color: #d8d4cc; font-size: 1.05rem; font-weight: 300; }
.login-panel { position: relative; display: grid; min-width: 0; min-height: 100vh; padding: 64px; place-items: center; background: radial-gradient(circle at 50% 34%, rgba(197,160,89,.07), transparent 34%), #090909; }
.login-panel::before { position: absolute; inset: 18px; border: 1px solid rgba(197,160,89,.13); pointer-events: none; content: ""; }
.login-card { position: relative; width: min(100%, 470px); }
.login-logo { width: 95px; margin-right: auto; margin-bottom: 50px; margin-left: auto; }
.login-card h1 { font-size: clamp(2.4rem, 4vw, 3.7rem); }
.login-card h1 em { color: var(--gold-light); font-weight: 400; }
.form-stack { display: grid; gap: 20px; margin-top: 28px; }
label { display: grid; gap: 8px; color: #d7d2c8; font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 2px; outline: none; padding: 13px 14px; background: rgba(255,255,255,.025); color: var(--ivory); font-size: .92rem; font-weight: 400; letter-spacing: normal; text-transform: none; transition: .2s; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,160,89,.09); }
input::placeholder, textarea::placeholder { color: #68645e; }
select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#9f998f 50%),linear-gradient(135deg,#9f998f 50%,transparent 50%); background-position: calc(100% - 18px) 50%,calc(100% - 13px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
textarea { min-height: 120px; resize: vertical; }
.form-row { display: flex; align-items: end; gap: 16px; }
.form-row > * { flex: 1; }
.form-row--between { align-items: center; justify-content: space-between; }
.form-row--between a { color: var(--gold-light); font-size: .76rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.check { display: flex; align-items: center; gap: 8px; font-size: .76rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
.check input { width: 16px; accent-color: var(--gold); }
.demo-access { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 22px; }
.demo-access > span { display: block; margin-bottom: 9px; color: #6f6c67; font-size: .62rem; letter-spacing: .18em; text-align: center; text-transform: uppercase; }
.demo-access > div { display: flex; justify-content: center; gap: 8px; }
.demo-access button { border: 0; background: transparent; color: var(--gold-light); font-size: .77rem; }
.login-legal { margin-top: 28px; color: #68645e; font-size: .7rem; text-align: center; }
.login-legal a { color: #a79e90; text-decoration: underline; }
.login-membership-link { display: grid; gap: 3px; margin-top: 24px; border: 1px solid var(--line-gold); padding: 15px 17px; background: rgba(197,160,89,.045); text-align: center; }
.login-membership-link span { color: #77716a; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.login-membership-link a { color: var(--gold-light); font-family: var(--serif); font-size: 1rem; }
.login-membership-link b { margin-left: 4px; font-family: var(--sans); font-weight: 400; }
.invite-shell { display: grid; min-height: 100vh; grid-template-columns: minmax(440px,.78fr) minmax(0,1.22fr); background: #090909; }
.invite-panel { display: grid; min-width: 0; padding: clamp(32px,6vw,80px); place-items: center; }
.invite-card { width: min(100%,480px); }
.invite-card h1 em { color: var(--gold-light); font-weight: 400; }
.invite-card .login-logo { margin-inline: auto; }
.invite-visual { min-width: 0; overflow: hidden; }
.invite-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.64); }
.form-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

.sales-page { overflow: hidden; background: #080808; }
.sales-nav { position: absolute; z-index: 10; top: 0; right: 0; left: 0; display: grid; min-height: 116px; align-items: center; grid-template-columns: 150px 1fr 150px; border-bottom: 1px solid rgba(255,255,255,.14); padding: 16px clamp(24px,5vw,76px); }
.sales-nav__brand img { width: 78px; }
.sales-nav nav { display: flex; justify-content: center; gap: clamp(22px,4vw,60px); }
.sales-nav nav a, .sales-nav__login { color: rgba(255,255,255,.74); font-size: .64rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.sales-nav nav a:hover, .sales-nav__login:hover { color: var(--gold-light); }
.sales-nav__login { justify-self: end; border-bottom: 1px solid var(--gold); padding-bottom: 4px; color: var(--gold-light); }
.sales-hero { position: relative; display: flex; min-height: 100svh; align-items: flex-end; overflow: hidden; padding: 190px clamp(24px,7vw,120px) clamp(70px,9vw,125px); }
.sales-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.65) contrast(1.08) brightness(.76); }
.sales-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.45) 53%,rgba(0,0,0,.2)),linear-gradient(0deg,#080808 0%,transparent 35%),linear-gradient(180deg,rgba(0,0,0,.46),transparent 30%); }
.sales-hero__content { position: relative; z-index: 2; width: min(760px,75%); min-width: 0; }
.sales-hero__content h1 { margin-bottom: 22px; font-size: clamp(4.2rem,8.4vw,9rem); line-height: .9; }
.sales-hero__content h1 em { color: var(--gold-light); font-weight: 400; }
.sales-hero__content > p:not(.eyebrow) { max-width: 650px; color: #d9d5cd; font-family: var(--serif); font-size: clamp(1.1rem,1.8vw,1.45rem); line-height: 1.5; }
.sales-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.sales-hero__signature { position: absolute; z-index: 2; right: clamp(24px,6vw,100px); bottom: clamp(70px,9vw,125px); display: flex; align-items: center; gap: 15px; border-left: 1px solid var(--gold); padding-left: 20px; }
.sales-hero__signature strong { color: var(--gold-light); font-family: var(--serif); font-size: 3.5rem; font-weight: 400; line-height: 1; }
.sales-hero__signature span { color: #d0cbc2; font-size: .62rem; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
.sales-manifesto { display: grid; width: min(1320px,calc(100% - 48px)); align-items: center; margin: 0 auto; grid-template-columns: minmax(340px,.82fr) minmax(0,1.18fr); gap: clamp(55px,9vw,140px); padding: clamp(90px,12vw,175px) 0; }
.sales-manifesto__portrait { position: relative; }
.sales-manifesto__portrait::before { position: absolute; top: -20px; right: 24px; bottom: 24px; left: -20px; border: 1px solid var(--line-gold); content: ''; }
.sales-manifesto__portrait img { position: relative; width: 100%; max-height: 790px; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.sales-manifesto__portrait span { position: absolute; right: -24px; bottom: 42px; padding: 11px 16px; background: var(--gold); color: #111; font-size: .6rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.sales-manifesto__copy h2 { max-width: 760px; color: var(--gold-light); font-size: clamp(2.8rem,5vw,5.7rem); }
.sales-manifesto__copy .sales-lead { max-width: 720px; margin: 28px 0; color: #d9d4cb; font-family: var(--serif); font-size: clamp(1.2rem,2vw,1.55rem); line-height: 1.55; }
.sales-manifesto__copy blockquote { margin: 45px 0 28px; border-left: 1px solid var(--gold); padding-left: 25px; color: var(--ivory); font-family: var(--serif); font-size: clamp(2rem,3vw,3.15rem); font-style: italic; }
.sales-manifesto__copy > p:last-child { max-width: 640px; }
.sales-benefits { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(80px,10vw,145px) clamp(24px,6vw,96px); background: radial-gradient(circle at 82% 4%,rgba(197,160,89,.1),transparent 28%),#0b0b0b; }
.sales-section-head { display: grid; width: min(1320px,100%); align-items: end; margin: 0 auto 60px; grid-template-columns: minmax(0,1fr) minmax(300px,.6fr); column-gap: 70px; }
.sales-section-head .eyebrow { grid-column: 1 / -1; }
.sales-section-head h2 { margin: 0; color: var(--gold-light); font-size: clamp(3rem,5.4vw,6rem); }
.sales-section-head > p:last-child { max-width: 500px; margin: 0 0 10px; }
.sales-benefit-grid { display: grid; width: min(1320px,100%); margin: 0 auto; grid-template-columns: repeat(3,minmax(0,1fr)); }
.sales-benefit-grid article { position: relative; min-height: 260px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); padding: 34px; transition: background .25s,border-color .25s; }
.sales-benefit-grid article:nth-child(3n), .sales-benefit-grid article:last-child { border-right: 1px solid var(--line); }
.sales-benefit-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
.sales-benefit-grid article:hover { border-color: var(--line-gold); background: rgba(197,160,89,.045); }
.sales-benefit-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 1.05rem; }
.sales-benefit-grid h3 { margin-top: 58px; color: var(--ivory); font-size: 1.6rem; }
.sales-benefit-grid p { max-width: 330px; margin-bottom: 0; color: var(--muted); font-size: .83rem; }
.sales-journey { display: grid; width: min(1320px,calc(100% - 48px)); align-items: start; margin: 0 auto; grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr); gap: clamp(55px,9vw,140px); padding: clamp(90px,12vw,170px) 0; }
.sales-journey__intro { position: sticky; top: 40px; }
.sales-journey__intro h2 { max-width: 560px; color: var(--gold-light); font-size: clamp(2.7rem,4.7vw,5rem); }
.sales-journey ol { margin: 0; padding: 0; list-style: none; }
.sales-journey li { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 25px; border-top: 1px solid var(--line); padding: 30px 0; }
.sales-journey li:last-child { border-bottom: 1px solid var(--line); }
.sales-journey li > span { color: var(--gold); font-family: var(--serif); font-size: 1.25rem; }
.sales-journey h3 { color: var(--ivory); font-size: 1.65rem; }
.sales-journey li p { max-width: 570px; margin: 0; color: var(--muted); }
.sales-privacy { display: grid; width: min(1320px,calc(100% - 48px)); align-items: end; margin: 0 auto clamp(90px,12vw,170px); grid-template-columns: 1fr 1fr; gap: 50px; border: 1px solid var(--line-gold); padding: clamp(32px,5vw,70px); background: radial-gradient(circle at 8% 10%,rgba(197,160,89,.12),transparent 35%),#0b0b0b; }
.sales-privacy h2 { margin: 0; color: var(--gold-light); font-size: clamp(3rem,5vw,5.6rem); }
.sales-privacy > p { margin: 0; font-family: var(--serif); font-size: 1.18rem; }
.sales-privacy > a { grid-column: 2; color: var(--gold-light); font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sales-anchor { display: grid; width: min(1320px,calc(100% - 48px)); min-height: 720px; align-items: center; margin: 0 auto clamp(90px,12vw,170px); grid-template-columns: minmax(300px,.9fr) minmax(370px,1fr); gap: clamp(50px,8vw,120px); border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold); padding: clamp(75px,9vw,130px) 0; }
.sales-anchor__intro h2 { max-width: 650px; color: var(--gold-light); font-size: clamp(3rem,5.1vw,5.7rem); }
.sales-anchor__intro > p:last-child { max-width: 610px; color: #c9c4bb; font-family: var(--serif); font-size: clamp(1.12rem,1.8vw,1.42rem); line-height: 1.55; }
.sales-anchor__equation { display: grid; align-items: center; grid-template-columns: 1fr auto 1fr auto 1fr; gap: clamp(10px,1.6vw,25px); }
.sales-anchor__equation div { display: flex; min-width: 0; min-height: 165px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--line); background: rgba(255,255,255,.018); text-align: center; }
.sales-anchor__equation strong { color: var(--ivory); font-family: var(--serif); font-size: clamp(3.2rem,5vw,5.5rem); font-weight: 400; line-height: .95; }
.sales-anchor__equation span { margin-top: 13px; color: #8e8981; font-size: .61rem; font-weight: 700; letter-spacing: .11em; line-height: 1.45; text-transform: uppercase; }
.sales-anchor__equation i { color: var(--gold); font-family: var(--serif); font-size: 2.2rem; font-style: normal; }
.sales-anchor__value { grid-column: 2; border-left: 1px solid var(--gold); padding-left: clamp(25px,4vw,55px); }
.sales-anchor__value > span { display: block; color: var(--gold); font-size: .63rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sales-anchor__value > strong { display: block; margin: 8px 0 20px; color: var(--ivory); font-family: var(--serif); font-size: clamp(4.5rem,8vw,8.5rem); font-weight: 400; line-height: .9; }
.sales-anchor__value > strong small { color: var(--gold-light); font-size: .28em; }
.sales-anchor__value > p { max-width: 680px; margin: 0; color: var(--muted); font-size: .92rem; }
.sales-investment { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.8fr); border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold); background: linear-gradient(125deg,#14110c 0%,#0b0b0b 48%,#080808 100%); }
.sales-investment__story, .sales-registration { padding: clamp(55px,7vw,110px); }
.sales-investment__story { border-right: 1px solid var(--line-gold); }
.sales-investment__story h2 { color: var(--gold-light); font-size: clamp(3rem,5.2vw,5.8rem); }
.sales-investment__story > p:not(.eyebrow) { max-width: 700px; font-size: 1.05rem; }
.sales-investment__story > p strong { color: var(--ivory); }
.sales-price { margin: 42px 0 35px; border-top: 1px solid var(--line-gold); border-bottom: 1px solid var(--line-gold); padding: 30px 0; }
.sales-price > span { display: block; color: var(--gold); font-size: .63rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.sales-price > strong { display: block; margin: 7px 0 0; color: var(--ivory); font-family: var(--serif); font-size: clamp(4rem,7vw,7rem); font-weight: 400; line-height: 1; }
.sales-price > strong small { color: var(--gold-light); font-size: .32em; }
.sales-price > p { margin: 8px 0 0; color: var(--muted); font-size: .74rem; }
.sales-investment__story ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.sales-investment__story li { position: relative; padding-left: 22px; color: #c8c3ba; }
.sales-investment__story li::before { position: absolute; top: .72em; left: 0; width: 8px; height: 1px; background: var(--gold); content: ''; }
.sales-registration { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.sales-registration h2 { color: var(--ivory); font-size: clamp(2.4rem,4vw,4rem); }
.sales-registration .form-stack { margin-top: 28px; }
.sales-registration .form-grid { gap: 12px; }
.sales-password-note { margin: -10px 0 0; color: #77716a; font-size: .68rem; }
.sales-consent { align-items: flex-start; color: #aaa49a; line-height: 1.5; }
.sales-consent input { margin-top: 3px; }
.sales-consent a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.sales-registration__note { margin: 20px 0 0; color: #6e6962; font-size: .68rem; text-align: center; }
.sales-registration__signed { margin-top: 25px; border: 1px solid var(--line-gold); padding: 24px; }
.sales-footer { display: grid; align-items: center; grid-template-columns: 140px 1fr auto; gap: 30px; padding: 48px clamp(24px,6vw,96px); }
.sales-footer > img { width: 80px; }
.sales-footer > p { margin: 0; color: #77716a; font-family: var(--serif); }
.sales-footer > div { display: flex; gap: 24px; color: #8a857d; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }

.access-status-shell { display: grid; min-height: 100svh; grid-template-columns: minmax(380px,.8fr) minmax(0,1.2fr); background: #080808; }
.access-status-visual { position: relative; min-height: 100svh; overflow: hidden; }
.access-status-visual > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) brightness(.62); }
.access-status-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.85),transparent 60%),linear-gradient(90deg,transparent,rgba(0,0,0,.3)); content: ''; }
.access-status-visual > div { position: absolute; z-index: 1; right: 8%; bottom: 7%; left: 8%; }
.access-status-visual blockquote { margin: 0; color: var(--ivory); font-family: var(--serif); font-size: clamp(2rem,3.8vw,4rem); font-style: italic; line-height: 1.12; }
.access-status-panel { display: grid; min-width: 0; padding: clamp(30px,6vw,90px); place-items: center; background: radial-gradient(circle at 50% 28%,rgba(197,160,89,.08),transparent 32%); }
.access-status-card { width: min(100%,620px); }
.access-status-card > img { width: 92px; margin: 0 auto 42px; }
.access-status-badge { display: inline-flex; margin-bottom: 18px; border: 1px solid var(--line-gold); border-radius: 20px; padding: 6px 11px; color: var(--gold-light); font-size: .59rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.access-status-badge--expired { border-color: rgba(201,121,112,.45); color: #df9e97; }
.access-status-card h1 { color: var(--gold-light); font-size: clamp(3rem,5vw,5.2rem); }
.access-status-card > p { margin-bottom: 30px; font-family: var(--serif); font-size: 1.2rem; }
.access-status-steps { display: grid; gap: 10px; margin: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; }
.access-status-steps span { display: flex; align-items: center; gap: 11px; color: #77716a; font-size: .72rem; }
.access-status-steps i { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .62rem; font-style: normal; }
.access-status-steps .is-complete { color: var(--success); }
.access-status-steps .is-complete i { border-color: rgba(142,175,145,.45); }
.access-status-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #6f6a63; font-size: .66rem; }
.access-status-footer button { border: 0; padding: 0; background: none; color: var(--gold-light); font-size: .66rem; }
.toast { position: fixed; z-index: 100; top: 24px; left: 50%; width: min(420px,calc(100% - 24px)); transform: translateX(-50%); border: 1px solid var(--line-gold); padding: 12px 18px; background: #141311; box-shadow: var(--shadow); text-align: center; }
.legal-page { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0; }
.legal-page > a:first-child img { width: 90px; margin-bottom: 60px; }
.legal-page h1 { font-size: clamp(2.5rem,7vw,5.2rem); }
.legal-page h2 { margin-top: 45px; color: var(--gold-light); font-size: 1.5rem; }
.legal-page p { font-size: 1.05rem; }
.alexa-consent__card { margin: 36px 0 24px; border: 1px solid var(--line-gold); padding: clamp(22px,4vw,36px); background: linear-gradient(145deg,rgba(197,160,89,.08),rgba(255,255,255,.01)); }
.alexa-consent__card h2 { margin-top: 0; }
.alexa-consent__card li { margin: 10px 0; color: #d6d1c8; }
.alexa-consent__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.alexa-consent__privacy { margin-top: 28px; }
.alexa-consent__privacy a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 4px; }
.profile-connection { margin-top: 24px; }
.profile-security, .admin-security-card { margin: 24px 0; }

.app-shell { display: grid; width: 100%; min-width: 0; min-height: 100vh; overflow-x: clip; grid-template-columns: var(--sidebar) minmax(0,1fr); background: radial-gradient(circle at 85% 8%, rgba(197,160,89,.04), transparent 28%), var(--ink); }
.sidebar { position: fixed; z-index: 20; top: 0; bottom: 0; left: 0; display: flex; width: var(--sidebar); overflow-y: auto; flex-direction: column; border-right: 1px solid var(--line); padding: 32px 20px 22px; background: rgba(8,8,8,.96); }
.brand { display: grid; height: 92px; place-items: center; }
.brand img { width: 76px; max-height: 78px; object-fit: contain; }
.sidebar__label { margin: 10px 13px 4px; color: #5e5b55; font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; }
.sidebar__nav { display: grid; gap: 5px; margin-top: 25px; }
.nav-link { position: relative; display: flex; min-height: 46px; align-items: center; gap: 12px; border: 1px solid transparent; border-radius: 3px; padding: 11px 13px; color: #8f8b84; font-size: .78rem; letter-spacing: .04em; transition: .2s; }
.nav-link [data-icon] { display: grid; width: 21px; place-items: center; color: #6d6962; }
.nav-link:hover { background: rgba(255,255,255,.025); color: #e4ded3; }
.nav-link.is-active { border-color: rgba(197,160,89,.17); background: linear-gradient(90deg, rgba(197,160,89,.12), transparent); color: var(--gold-light); }
.nav-link.is-active::before { position: absolute; top: 9px; bottom: 9px; left: -21px; width: 2px; background: var(--gold); content: ""; }
.nav-link.is-active [data-icon] { color: var(--gold); }
.sidebar__footer { display: grid; gap: 3px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.nav-link--button { width: 100%; background: none; text-align: left; }
.nav-link--install { display: none; }
.is-standalone-app .nav-link--install, .is-standalone-app .install-prompt { display: none !important; }
.drawer-head, .drawer-overlay, .menu-toggle { display: none; }
.main-content { grid-column: 2; width: 100%; max-width: 1640px; min-width: 0; min-height: 100vh; margin: 0 auto; padding: 0 clamp(24px,4vw,64px) 80px; }
.topbar { display: flex; min-height: 96px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.topbar-brand { display: none; }
.topbar__heading { min-width: 0; }
.topbar .eyebrow { margin-bottom: 2px; }
.topbar__welcome { margin: 0; color: #8f8b84; font-size: .87rem; }
.topbar__welcome strong { color: var(--ivory); font-weight: 400; }
.profile-pill { display: flex; align-items: center; gap: 11px; }
.profile-pill > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); }
.profile-pill div { display: grid; }
.profile-pill strong { font-size: .79rem; font-weight: 400; }
.profile-pill small { font-size: .65rem; }
.alert { margin: 24px 0 28px; border: 1px solid var(--line); padding: 16px 18px; background: rgba(255,255,255,.025); color: #d5d0c7; line-height: 1.55; }
.alert--success { border-color: rgba(142,175,145,.35); color: #b7d1ba; }
.alert--error { border-color: rgba(201,121,112,.4); color: #e6aaa3; }
.alert--info { border-color: var(--line-gold); color: var(--gold-light); }
.studio-state-banner, .provider-incident, .curation-progress { display: flex; align-items: center; gap: 18px; margin: 0 0 28px; border: 1px solid var(--line-gold); padding: 20px 22px; background: linear-gradient(110deg, rgba(197,160,89,.11), rgba(197,160,89,.025)); }
.studio-state-banner > [data-icon], .curation-progress__icon { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold-light); }
.studio-state-banner p, .provider-incident p, .curation-progress p { margin: 3px 0 0; color: var(--muted); }
.studio-state-banner a { display: inline-block; margin-top: 7px; color: var(--gold-light); }
.studio-state-banner--blocked { border-color: rgba(201,121,112,.4); background: rgba(201,121,112,.05); }
.provider-incident { justify-content: space-between; border-color: rgba(201,121,112,.52); background: linear-gradient(110deg, rgba(201,121,112,.12), rgba(201,121,112,.025)); }
.provider-incident h2, .curation-progress h2 { margin: 2px 0; font-size: 1.55rem; }
.provider-incident small { display: block; margin-top: 8px; }
.provider-incident form { flex: 0 0 auto; }
.curation-progress { position: relative; }
.curation-progress > div { flex: 1; }
.curation-progress > .processing-line { width: 70px; flex: 0 0 70px; }
.curation-progress--failed { border-color: rgba(201,121,112,.4); background: rgba(201,121,112,.05); }
.page-head { display: flex; min-height: 195px; align-items: center; justify-content: space-between; gap: 30px; }
.page-head h1 { margin-bottom: 6px; font-size: clamp(2.5rem,4.4vw,4.2rem); }
.page-head p:last-child { max-width: 650px; margin-bottom: 0; color: var(--muted); }
.page-head--welcome { min-height: 230px; }
.page-head--welcome h1 { font-size: clamp(3rem,5vw,5.4rem); }
.status-chip { display: inline-flex; min-height: 30px; align-items: center; gap: 7px; border: 1px solid var(--line-gold); border-radius: 20px; padding: 6px 12px; color: var(--gold-light); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.status-chip--live i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(142,175,145,.1); }
.section-block { margin-top: 64px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-head h2 { margin-bottom: 0; }
.section-head > a { color: var(--gold-light); font-size: .73rem; letter-spacing: .07em; }

.onboarding-banner { display: grid; align-items: center; grid-template-columns: 1fr auto auto; gap: 30px; border: 1px solid var(--line-gold); padding: 26px 30px; background: linear-gradient(110deg, rgba(197,160,89,.11), rgba(197,160,89,.025)); }
.onboarding-banner h2 { margin-bottom: 5px; }
.onboarding-banner p:last-child { margin-bottom: 0; }
.progress-ring { display: grid; width: 70px; height: 70px; place-items: center; border: 4px solid rgba(197,160,89,.18); border-top-color: var(--gold); border-radius: 50%; }
.progress-ring strong { font-family: var(--serif); font-size: 1.05rem; }
.metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-bottom: 56px; }
.metric-grid--admin { grid-template-columns: repeat(4,minmax(0,1fr)); }
.metric-card { position: relative; min-height: 142px; overflow: hidden; border: 1px solid var(--line); padding: 22px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.metric-card > [data-icon] { position: absolute; top: 18px; right: 18px; color: #777169; }
.metric-card > [data-icon] svg { width: 25px; height: 25px; }
.metric-card div { display: flex; align-items: baseline; gap: 10px; }
.metric-card strong { font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.metric-card p { margin: 0; color: #bbb6ad; font-size: .78rem; }
.metric-card > small { display: block; margin-top: 12px; }
.metric-card--premium { border-color: var(--line-gold); background: linear-gradient(145deg, rgba(197,160,89,.13), rgba(197,160,89,.02)); }
.content-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(320px,.6fr); gap: 26px; }
.content-grid--dashboard { align-items: stretch; }
.content-grid--admin { grid-template-columns: minmax(0,1.55fr) minmax(320px,.45fr); }
.content-grid--forms { align-items: start; grid-template-columns: minmax(380px,.7fr) minmax(0,1.3fr); }
.garment-strip { display: grid; grid-template-columns: repeat(4,minmax(150px,1fr)); gap: 12px; }
.garment-mini__image { position: relative; overflow: hidden; aspect-ratio: .72; border: 1px solid var(--line); background: #131313; }
.garment-mini__image img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.garment-mini:hover img { transform: scale(1.025); }
.garment-mini .eyebrow { margin: 12px 0 5px; font-size: .56rem; }
.garment-mini h3 { margin-bottom: 3px; font-size: 1rem; }
.availability { position: absolute; top: 10px; left: 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; padding: 3px 8px; background: rgba(0,0,0,.65); color: #ccc6bd; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.availability--available { color: #c8ddca; }
.concierge-card { position: relative; min-height: 510px; overflow: hidden; border: 1px solid var(--line-gold); }
.concierge-card > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.65); }
.concierge-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.94), rgba(0,0,0,.08) 75%); content: ""; }
.concierge-card__content { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; }
.concierge-card__content h2 { font-size: 2rem; }
.concierge-card__content p { font-size: .87rem; }
.event-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.event-card { display: grid; min-height: 235px; overflow: hidden; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--line); background: var(--ink-soft); }
.event-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) brightness(.65); }
.event-card > div { padding: 25px; }
.event-card span { color: var(--gold-light); font-size: .72rem; }

.onboarding-layout { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 35px; }
.stepper { display: grid; align-content: start; gap: 8px; }
.stepper__item { display: flex; align-items: center; gap: 13px; border-left: 1px solid var(--line); padding: 10px 0 10px 16px; opacity: .45; }
.stepper__item > span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: var(--serif); }
.stepper__item div { display: grid; }
.stepper__item strong { font-size: .82rem; font-weight: 400; }
.stepper__item.is-active { border-left-color: var(--gold); opacity: 1; }
.stepper__item.is-active > span, .stepper__item.is-complete > span { border-color: var(--gold); color: var(--gold-light); }
.stepper__item.is-complete { opacity: .75; }
.form-card { border: 1px solid var(--line); padding: clamp(24px,4vw,44px); background: linear-gradient(145deg, rgba(255,255,255,.032), rgba(255,255,255,.008)); }
.form-card--wide { min-height: 420px; }
.form-card h2 { max-width: 700px; }
.privacy-callout, .identity-gate { display: flex; align-items: center; gap: 14px; border: 1px solid rgba(197,160,89,.19); padding: 18px; background: rgba(197,160,89,.045); }
.privacy-callout [data-icon], .identity-gate [data-icon] { color: var(--gold); }
.privacy-callout p, .identity-gate p { margin: 0; }
.consent-box { display: flex; align-items: flex-start; gap: 14px; border: 1px solid var(--line); padding: 18px; letter-spacing: normal; text-transform: none; }
.consent-box input { width: 18px; margin-top: 4px; accent-color: var(--gold); }
.consent-box span { display: grid; }
.consent-box strong { font-size: .9rem; }
.photo-guide { display: grid; grid-template-columns: repeat(5,minmax(90px,1fr)); gap: 8px; margin: 30px 0; }
.photo-guide > div, .reference-upload { position: relative; display: grid; min-width: 0; min-height: 152px; place-items: stretch; border: 1px solid var(--line); background: rgba(255,255,255,.015); text-align: center; transition: border-color .2s ease, background .2s ease; }
.reference-upload label { display: grid; min-height: 150px; place-items: center; align-content: center; padding: 14px 10px; cursor: pointer; }
.reference-upload input[type="file"] { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.reference-upload:hover, .reference-upload:focus-within { border-color: var(--line-gold); background: rgba(197,160,89,.06); }
.reference-upload.is-received { border-color: rgba(142,175,145,.48); background: rgba(142,175,145,.055); }
.reference-upload.is-uploading { opacity: .65; pointer-events: none; }
.reference-upload__submit { width: 100%; border: 0; border-top: 1px solid var(--line); padding: 8px; background: rgba(255,255,255,.025); color: var(--gold-light); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.reference-count { margin-top: -10px; color: var(--muted); }
.reference-count strong { color: var(--ivory); }
.photo-guide span { display: grid; width: 28px; height: 28px; margin-bottom: 8px; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold); }
.photo-guide strong { font-size: .7rem; text-transform: uppercase; }
.photo-guide small { font-size: .62rem; }
.inline-form { display: inline-flex; margin-left: 12px; }
.completion-mark { display: grid; width: 110px; height: 110px; margin: 20px 0 32px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 8px #10100f, inset 0 0 0 9px rgba(197,160,89,.3); }
.completion-mark img { width: 74px; height: 74px; object-fit: contain; }

.filter-bar { display: flex; align-items: center; gap: 6px; margin-bottom: 30px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.filter-bar button { border: 0; border-radius: 20px; padding: 7px 13px; background: transparent; color: #76716a; font-size: .7rem; }
.filter-bar button.is-active { background: rgba(197,160,89,.1); color: var(--gold-light); }
.filter-bar label { position: relative; width: 260px; margin-left: auto; }
.filter-bar label [data-icon] { position: absolute; top: 12px; left: 12px; color: #69645d; }
.filter-bar input { padding: 9px 12px 9px 38px; }
.garment-grid { display: grid; grid-template-columns: repeat(4,minmax(180px,1fr)); gap: 17px; }
.garment-card { overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.018); transition: .25s; }
.garment-card:hover { border-color: var(--line-gold); transform: translateY(-2px); }
.garment-card[hidden] { display: none; }
.garment-card__image { position: relative; aspect-ratio: .76; overflow: hidden; background: #111; }
.garment-card__image img { width: 100%; height: 100%; object-fit: cover; }
.garment-card__body { padding: 18px; }
.garment-card__body h2 { font-size: 1.25rem; }
.garment-card__body > p:not(.eyebrow) { min-height: 44px; font-size: .75rem; }
.source-chip { position: absolute; top: 12px; left: 12px; border: 1px solid var(--line-gold); padding: 3px 8px; background: rgba(0,0,0,.7); color: var(--gold-light); font-size: .54rem; letter-spacing: .1em; text-transform: uppercase; }
.studio-chip { position: absolute; bottom: 10px; left: 10px; max-width: calc(100% - 20px); border: 1px solid var(--line-gold); border-radius: 20px; padding: 4px 8px; background: rgba(0,0,0,.84); color: var(--gold-light); font-size: .49rem; letter-spacing: .07em; line-height: 1.35; text-align: center; text-transform: uppercase; }
.studio-chip--failed { border-color: rgba(201,121,112,.6); color: #e6aaa3; }
.studio-chip--processing { animation: studioPulse 1.8s ease-in-out infinite; }
@keyframes studioPulse { 50% { opacity: .62; } }
.favorite { position: absolute; top: 12px; right: 12px; color: var(--gold); }
.care-due-chip { position: absolute; right: 10px; bottom: 10px; border: 1px solid rgba(212,179,107,.5); border-radius: 20px; padding: 4px 8px; background: rgba(0,0,0,.78); color: var(--warning); font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
.select-label { gap: 4px; font-size: .54rem; }
.select-label select { padding-block: 8px; font-size: .72rem; }
.garment-care { margin-top: 12px; border-top: 1px solid var(--line); padding-top: 10px; }
.garment-care summary, .form-details summary { cursor: pointer; color: var(--gold-light); font-size: .65rem; letter-spacing: .05em; }
.garment-care__body { display: grid; gap: 12px; padding-top: 14px; }
.care-actions, .qr-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.care-actions button, .qr-actions button, .qr-actions a { border: 1px solid var(--line); padding: 6px 8px; background: transparent; color: #aaa49b; font-size: .6rem; }
.garment-care .form-stack { gap: 9px; margin-top: 0; }
.garment-care .form-grid { gap: 7px; }
.garment-care label { font-size: .52rem; }
.garment-care input, .garment-care textarea { padding: 7px; font-size: .7rem; }
.garment-technical-sheet { display: grid; gap: 0; margin: 0; border: 1px solid var(--line); }
.garment-technical-sheet > div { padding: 10px; border-bottom: 1px solid var(--line); }
.garment-technical-sheet > div:last-child { border-bottom: 0; }
.garment-technical-sheet dt { margin-bottom: 4px; color: var(--gold-light); font-size: .52rem; letter-spacing: .1em; text-transform: uppercase; }
.garment-technical-sheet dd { margin: 0; color: #aaa49b; font-size: .7rem; line-height: 1.55; white-space: pre-line; }
.form-details { border: 1px solid var(--line); padding: 15px; }
.form-details > .form-stack { margin-top: 15px; }
.empty-state { display: grid; min-height: 440px; place-items: center; align-content: center; border: 1px dashed rgba(197,160,89,.3); padding: 40px; background: radial-gradient(circle, rgba(197,160,89,.07), transparent 50%); text-align: center; }
.empty-state > [data-icon] { color: var(--gold); }
.empty-state > [data-icon] svg { width: 44px; height: 44px; }
.empty-state h2 { font-size: 2.5rem; }
.empty-state p:not(.eyebrow) { max-width: 520px; }
.empty-state--compact { min-height: 330px; }
.upload-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.72fr); gap: 28px; }
.upload-zone { position: relative; display: grid; min-height: 280px; place-items: center; align-content: center; overflow: hidden; border: 1px dashed var(--line-gold); padding: 30px; background: rgba(197,160,89,.025); color: var(--gold-light); text-align: center; cursor: pointer; }
.upload-zone input[type="file"] { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.upload-zone > [data-icon] svg { width: 40px; height: 40px; }
.upload-zone strong { margin-top: 14px; font-size: .78rem; }
.upload-zone img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.upload-zone img[hidden] { display: none !important; }
.file-picker { display: grid; gap: 8px; border: 1px solid var(--line); padding: 14px; background: rgba(255,255,255,.018); cursor: pointer; }
.file-picker input[type="file"] { width: 100%; min-height: 42px; padding: 8px; cursor: pointer; }
.file-picker small { color: var(--muted); font-weight: 400; text-transform: none; }
.studio-explainer { position: relative; min-height: 600px; overflow: hidden; border: 1px solid var(--line); }
.studio-explainer > img { width: 100%; height: 100%; object-fit: cover; }
.studio-explainer::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.95), transparent 75%); content: ""; }
.studio-explainer > div { position: absolute; z-index: 1; right: 30px; bottom: 30px; left: 30px; }
.studio-explainer ul, .policy-card ul { padding-left: 18px; color: #aaa59d; font-size: .78rem; }

.assistant-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 24px; }
.assistant-chat { border: 1px solid var(--line); padding: clamp(24px,4vw,42px); background: linear-gradient(145deg, rgba(255,255,255,.025), transparent); }
.assistant-intro { display: flex; gap: 18px; }
.monogram { display: grid; flex: 0 0 auto; width: 48px; height: 48px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); }
.monogram--logo { overflow: hidden; padding: 7px; }
.monogram--logo img { width: 100%; height: 100%; object-fit: contain; }
.assistant-intro h2 { margin-bottom: 3px; }
.assistant-form textarea { min-height: 150px; border-color: rgba(197,160,89,.24); padding: 18px; font-family: var(--serif); font-size: 1.2rem; }
.assistant-form > .button { margin-top: 12px; }
.assistant-form__details { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.assistant-next-step { display: flex; align-items: flex-start; gap: 10px; margin: 24px 0 0; border-top: 1px solid var(--line); padding-top: 18px; color: var(--muted); font-size: .72rem; }
.assistant-next-step [data-icon] { flex: 0 0 auto; color: var(--gold); }
.assistant-next-step strong { color: var(--ivory); }
.wardrobe-context { border: 1px solid var(--line); padding: 24px; }
.context-stack { display: grid; gap: 10px; margin: 20px 0; }
.context-stack > div { display: flex; align-items: center; gap: 10px; }
.context-stack img { width: 50px; height: 64px; object-fit: cover; border: 1px solid var(--line); }
.context-stack span { display: grid; }
.context-stack strong { font-size: .75rem; font-weight: 400; }
.wardrobe-context > a { color: var(--gold-light); font-size: .7rem; }
.recommendation-card { display: grid; min-height: 570px; grid-template-columns: 1.05fr .95fr; margin-top: 38px; border: 1px solid var(--line-gold); background: linear-gradient(120deg, rgba(197,160,89,.08), transparent); }
.recommendation-card__copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(30px,6vw,75px); }
.recommendation-card__copy h2 { max-width: 600px; font-size: clamp(2.5rem,4.4vw,4.7rem); }
.recommendation-card__copy > span { margin-bottom: 18px; color: var(--gold-light); font-size: .76rem; letter-spacing: .07em; }
.recommendation-card__copy > p { max-width: 650px; font-size: 1rem; }
.gap-card { display: flex; gap: 16px; width: 100%; margin: 22px 0 28px; border: 1px solid var(--line-gold); padding: clamp(20px,3vw,30px); background: linear-gradient(135deg, rgba(197,160,89,.12), rgba(197,160,89,.025) 62%); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.gap-card__icon { display: grid; flex: 0 0 auto; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold); }
.gap-card h3 { margin: 2px 0 9px; font-family: var(--serif); font-size: clamp(1.45rem,2.4vw,2rem); font-weight: 400; }
.gap-card p { margin: 3px 0 0; font-size: .8rem; }
.gap-card__reason { border-left: 1px solid var(--gold); padding-left: 12px; color: var(--gold-light) !important; }
.gap-specs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 18px 0 0; background: var(--line); }
.gap-specs div { padding: 12px; background: #10100f; }
.gap-specs div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.gap-specs dt { color: var(--muted); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.gap-specs dd { margin: 4px 0 0; color: var(--ivory); font-size: .76rem; }
.gap-card__evidence { margin-top: 18px; border-top: 1px solid var(--line); padding-top: 14px; }
.gap-card__evidence > strong { color: var(--gold-light); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.gap-card ul { margin: 9px 0 0; padding-left: 18px; color: var(--muted); font-size: .72rem; }
.opportunity-consent { width: 100%; margin: 0 0 24px; border: 1px solid var(--line); padding: 18px; background: rgba(255,255,255,.018); }
.opportunity-consent > p { margin-bottom: 12px; font-size: .78rem; }
.opportunity-consent > div { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.processing-note { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line-gold); padding: 10px 14px; color: var(--gold-light); font-size: .75rem; }
.concept-disclosure { margin-top: 14px; border-left: 1px solid var(--gold); padding: 10px 14px; background: rgba(197,160,89,.04); }
.concept-disclosure > strong { color: var(--gold-light) !important; }
.concept-disclosure p { margin: 4px 0; }
.recommendation-card__visual { position: relative; overflow: hidden; }
.recommendation-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.recommendation-card__visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,9,9,.65), transparent 40%); content: ""; }
.recommendation-card__visual span { position: absolute; z-index: 1; bottom: 18px; left: 18px; border: 1px solid var(--line-gold); padding: 7px 10px; background: rgba(0,0,0,.6); color: var(--gold-light); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.look-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.look-card { display: grid; min-height: 430px; grid-template-columns: .72fr 1.28fr; border: 1px solid var(--line); }
.look-card__visual { position: relative; overflow: hidden; }
.look-card__visual img { width: 100%; height: 100%; object-fit: cover; }
.look-card__visual .status-chip { position: absolute; bottom: 14px; left: 14px; background: rgba(0,0,0,.65); }
.look-card > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.look-card > div > strong { margin-bottom: 16px; color: var(--gold-light); font-size: .75rem; }
.look-card > div > p:not(.eyebrow) { font-size: .84rem; }
.card-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; border-top: 1px solid var(--line); padding-top: 14px; }
.card-actions a { color: var(--gold-light); font-size: .7rem; }
.card-actions button { border: 0; background: none; color: var(--gold); }
.look-history { display: grid; gap: 16px; padding-bottom: 36px; }
.look-entry { overflow: hidden; border: 1px solid var(--line); background: linear-gradient(135deg,rgba(255,255,255,.018),transparent 60%); scroll-margin-top: 18px; }
.look-entry[open] { border-color: var(--line-gold); }
.look-entry__summary { display: grid; min-height: 126px; grid-template-columns: 96px minmax(0,1fr) auto 28px; align-items: center; gap: 22px; padding: 14px 20px 14px 14px; cursor: pointer; list-style: none; }
.look-entry__summary::-webkit-details-marker { display: none; }
.look-entry__summary > img { width: 96px; height: 96px; object-fit: cover; border: 1px solid var(--line); background: #111; }
.look-entry__summary-copy { display: grid; min-width: 0; gap: 5px; }
.look-entry__summary-copy .eyebrow { margin: 0; }
.look-entry__summary-copy > strong { overflow: hidden; color: var(--ivory); font-family: var(--serif); font-size: clamp(1.45rem,2.6vw,2.15rem); font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.look-entry__summary-copy > small { overflow: hidden; color: var(--muted); font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.look-entry__state { border: 1px solid var(--line); border-radius: 18px; padding: 7px 11px; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.look-entry__state--ready { border-color: rgba(133,180,145,.45); color: #b9d7bf; }
.look-entry__state--queued, .look-entry__state--processing, .look-entry__state--quality_review { border-color: var(--line-gold); color: var(--gold-light); }
.look-entry__state--failed, .look-entry__state--rejected { border-color: rgba(188,102,92,.45); color: #d9a49e; }
.look-entry__chevron { color: var(--gold); font-size: 1.5rem; transform: rotate(0); transition: transform .22s ease; }
.look-entry[open] .look-entry__chevron { transform: rotate(180deg); }
.look-entry__details { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr); border-top: 1px solid var(--line); }
.look-entry__details--text-only { grid-template-columns: minmax(0,1fr); }
.look-entry__details--text-only .look-composition { max-width: none; }
.tryon-stage { position: relative; min-height: 640px; border-right: 1px solid var(--line); background: radial-gradient(circle at 50% 40%,rgba(197,160,89,.08),transparent 35%),#080808; }
.tryon-stage > img { width: 100%; height: 100%; min-height: 640px; object-fit: cover; }
.tryon-stage__caption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(133,180,145,.45); padding: 12px 14px; background: rgba(7,10,8,.88); color: #b9d7bf; backdrop-filter: blur(8px); }
.tryon-stage__caption div { display: grid; }
.tryon-stage__caption small { color: #8fa895; font-size: .62rem; }
.tryon-status-panel { display: flex; min-height: 640px; align-items: center; flex-direction: column; justify-content: center; padding: clamp(28px,5vw,62px); text-align: center; }
.tryon-status-panel__icon { display: grid; width: 72px; height: 72px; margin-bottom: 25px; place-items: center; border: 1px solid var(--line-gold); border-radius: 50%; color: var(--gold); }
.tryon-status-panel__icon svg { width: 28px; height: 28px; }
.tryon-status-panel h3 { max-width: 420px; font-size: clamp(2rem,3.5vw,3.25rem); }
.tryon-status-panel > p:not(.eyebrow) { max-width: 440px; color: var(--muted); }
.tryon-status-panel form { margin-top: 12px; }
.processing-line { display: flex; gap: 7px; margin-top: 18px; }
.processing-line i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); animation: processing-pulse 1.25s ease-in-out infinite; }
.processing-line i:nth-child(2) { animation-delay: .18s; }
.processing-line i:nth-child(3) { animation-delay: .36s; }
@keyframes processing-pulse { 0%,100% { opacity: .25; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-4px); } }
.look-composition { padding: clamp(30px,5vw,64px); }
.look-composition > h2 { max-width: 680px; font-size: clamp(2.4rem,4.5vw,4.35rem); }
.look-composition__occasion { display: block; margin: 0 0 22px; color: var(--gold-light); font-size: .86rem; line-height: 1.6; }
.look-composition > p:not(.eyebrow,.processing-note) { max-width: 720px; color: var(--muted); font-size: .94rem; }
.look-garments { display: grid; gap: 10px; margin: 30px 0; grid-template-columns: repeat(3,minmax(0,1fr)); }
.look-garments article { overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.015); }
.look-garments img { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: #111; }
.look-garments article > div { display: grid; gap: 4px; padding: 14px; }
.look-garments .eyebrow { overflow: hidden; margin: 0; text-overflow: ellipsis; white-space: nowrap; }
.look-garments strong { font-size: .78rem; font-weight: 400; }
.look-garments small { color: var(--muted); font-size: .62rem; }
.concept-result { display: grid; margin-top: 24px; grid-template-columns: minmax(180px,.62fr) minmax(0,1fr); border: 1px solid var(--line-gold); }
.concept-result > img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.concept-result > div { padding: 28px; }
.concept-result h3 { font-size: 2rem; }
.concept-result small { display: block; margin-bottom: 18px; color: var(--muted); }
.tryon-redo { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 18px; }

.club-hero { position: relative; display: flex; min-height: 400px; align-items: center; justify-content: space-between; overflow: hidden; margin: 30px 0 55px; border: 1px solid var(--line-gold); padding: clamp(35px,6vw,80px); background: radial-gradient(circle at 75% 50%, rgba(197,160,89,.18), transparent 27%), linear-gradient(120deg,#12100c,#080808 68%); }
.club-hero::before { position: absolute; inset: 12px; border: 1px solid rgba(197,160,89,.12); content: ""; }
.club-hero > div:first-child { position: relative; z-index: 1; }
.club-hero h1 { color: var(--gold-light); font-size: clamp(3rem,6vw,6rem); }
.club-number { display: flex; align-items: baseline; gap: 12px; margin-top: 35px; }
.club-number strong { font-family: var(--serif); font-size: 3rem; font-weight: 400; }
.club-number span { color: var(--muted); }
.loyalty-balance { display: grid; margin: -25px 0 55px; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--line-gold); background: rgba(197,160,89,.035); }
.loyalty-balance > div { min-width: 0; padding: clamp(24px,4vw,42px); }
.loyalty-balance > div + div { border-left: 1px solid var(--line); }
.loyalty-balance strong { color: var(--gold-light); font-family: var(--serif); font-size: clamp(2.25rem,5vw,4.2rem); font-weight: 400; }
.loyalty-balance h2 { color: var(--gold-light); font-size: clamp(2rem,4vw,3.1rem); }
.loyalty-balance p:last-child { max-width: 520px; margin-bottom: 0; }
.loyalty-rule-grid { display: grid; margin: 28px 0; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--line); }
.loyalty-rule-grid > div { display: grid; padding: 24px; }
.loyalty-rule-grid > div + div { border-left: 1px solid var(--line); }
.loyalty-rule-grid strong { color: var(--gold-light); font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.loyalty-rule-grid span { color: var(--muted); font-size: .7rem; }
.club-monogram { position: relative; z-index: 1; display: grid; width: 190px; height: 190px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; box-shadow: inset 0 0 0 14px #0c0b09, inset 0 0 0 15px rgba(197,160,89,.25); }
.club-monogram img { width: 116px; height: 116px; object-fit: contain; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.benefit-grid article { min-height: 210px; border: 1px solid var(--line); padding: 24px; }
.benefit-grid [data-icon] { color: var(--gold); }
.benefit-grid h3 { margin-top: 30px; }
.benefit-grid p { font-size: .76rem; }
.ledger-card { border: 1px solid var(--line); padding: 30px; }
.ledger-row { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 14px 0; }
.ledger-row span { display: grid; }
.ledger-row strong { font-size: .78rem; font-weight: 400; }
.ledger-row b { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.ledger-card > small { display: block; margin-top: 25px; }

.event-filters { display: grid; max-width: 720px; margin: 0 0 30px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; border: 1px solid var(--line); padding: 18px; background: rgba(255,255,255,.018); }
.event-filters label { min-width: 0; }
.event-list { display: grid; gap: 24px; }
.event-list [hidden] { display: none !important; }
.event-feature { display: grid; min-height: 380px; grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); overflow: hidden; border: 1px solid var(--line); }
.event-feature__image { position: relative; align-self: start; aspect-ratio: 1; }
.event-feature__image > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.65); }
.event-feature__image > span { position: absolute; top: 22px; left: 22px; display: grid; width: 62px; height: 70px; place-items: center; align-content: center; border: 1px solid var(--gold); background: rgba(0,0,0,.7); color: white; font-family: var(--serif); font-size: 1.5rem; line-height: 1; }
.event-feature__image > span small { margin-top: 5px; color: var(--gold-light); font-family: var(--sans); font-size: .55rem; letter-spacing: .15em; }
.event-feature__copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(30px,5vw,65px); }
.event-feature__copy h2 { font-size: clamp(2rem,4vw,3.5rem); }
.event-feature__description { white-space: normal; }
.event-feature--showcase { opacity: .88; }
.event-feature--showcase .event-feature__image > img { filter: saturate(.55) brightness(.48); }
.showcase-label { display: inline-flex; border: 1px solid var(--line); padding: 10px 13px; color: var(--muted); font-size: .68rem; letter-spacing: .04em; }
.event-feature dl { display: flex; gap: 35px; margin: 14px 0 28px; }
.event-feature dl div { display: grid; }
.event-feature dt { color: #69655f; font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }
.event-feature dd { margin: 2px 0 0; color: #d3cec5; font-size: .8rem; }
.event-map-link { color: var(--gold-light); text-decoration: underline; text-decoration-color: rgba(197,160,89,.35); text-underline-offset: 3px; }
.event-confirmation { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.external-registration-flow { display: grid; align-items: start; gap: 14px; }
.external-registration-check { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; border-left: 2px solid var(--gold); padding: 11px 0 11px 16px; }
.external-registration-check[hidden] { display: none !important; }
.external-registration-check strong { color: var(--ivory); font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.confirmed { display: inline-flex; align-items: center; gap: 9px; color: #b7d1ba; font-size: .75rem; }
.confirmed i { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(142,175,145,.45); border-radius: 50%; font-style: normal; }
.event-filter-empty { min-height: 260px; }
.event-filter-empty[hidden] { display: none !important; }
.garment-public-page { width: min(780px,calc(100% - 36px)); min-height: 100svh; margin: 0 auto; padding: clamp(40px,8vw,90px) 0; }
.garment-public-page > a:first-child { display: inline-flex; margin-bottom: 70px; }
.garment-public-page > a:first-child img { width: 98px; height: auto; }
.garment-public-page h1 { max-width: 680px; color: var(--gold-light); font-size: clamp(3.2rem,8vw,6.5rem); }
.garment-public-lead { font-family: var(--serif); font-size: 1.35rem; }
.garment-specs { display: grid; margin: 42px 0; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--line); }
.garment-specs div { display: flex; min-width: 0; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 16px 18px; }
.garment-specs div:nth-child(odd) { border-right: 1px solid var(--line); }
.garment-specs dt { color: var(--muted); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.garment-specs dd { overflow-wrap: anywhere; margin: 0; color: #ddd6c8; text-align: right; }
.public-care-grid { display: grid; gap: 12px; margin-bottom: 32px; }
.public-care-card { display: grid; margin: 0; grid-template-columns: auto minmax(0,1fr); gap: 24px; border: 1px solid var(--line-gold); padding: clamp(24px,5vw,42px); background: radial-gradient(circle at 0 0,rgba(197,160,89,.1),transparent 40%); }
.public-care-card > [data-icon] { color: var(--gold); }
.public-care-card h2 { font-size: clamp(1.7rem,4vw,2.6rem); }
.public-care-card small { color: var(--gold-light); }
.contact-hero { display: grid; min-height: 590px; overflow: hidden; grid-template-columns: minmax(0,1.12fr) minmax(380px,.88fr); border: 1px solid var(--line-gold); background: #0b0b0b; }
.contact-hero__visual { min-width: 0; }
.contact-hero__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) brightness(.66); }
.contact-hero__copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(35px,6vw,80px); }
.contact-hero__copy > img { width: 82px; margin-bottom: 38px; }
.contact-hero__copy address { max-width: 420px; margin: 10px 0 28px; color: #d9d4ca; font-family: var(--serif); font-size: 1.25rem; font-style: normal; }
.contact-hero__copy dl { width: 100%; margin: 0 0 30px; }
.contact-hero__copy dl div { display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); padding: 11px 0; }
.contact-hero__copy dt { color: var(--muted); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-hero__copy dd { margin: 0; color: var(--gold-light); text-align: right; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.appointment-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.appointment-card { display: flex; min-height: 150px; align-items: flex-start; gap: 18px; border: 1px solid var(--line); padding: 24px; background: rgba(255,255,255,.018); }
.appointment-card > [data-icon] { color: var(--gold); }
.appointment-card h3, .appointment-card p:last-child { margin-bottom: 0; }
.atelier-timeline { display: grid; gap: 0; }
.atelier-item { display: grid; grid-template-columns: 32px minmax(0,1fr); }
.atelier-item__marker { position: relative; display: flex; justify-content: center; }
.atelier-item__marker::after { position: absolute; top: 23px; bottom: -23px; width: 1px; background: var(--line); content: ''; }
.atelier-item:last-child .atelier-item__marker::after { display: none; }
.atelier-item__marker i { z-index: 1; width: 11px; height: 11px; margin-top: 21px; border: 2px solid var(--gold); border-radius: 50%; background: var(--ink); }
.atelier-item > div:last-child { margin-bottom: 12px; border: 1px solid var(--line); padding: 20px 24px; background: rgba(255,255,255,.015); }
.atelier-item--ready > div:last-child { border-color: rgba(142,175,145,.35); background: rgba(142,175,145,.035); }
.atelier-item--ready .atelier-item__marker i { border-color: var(--success); }
.atelier-item__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.atelier-item__head h3, .atelier-item > div:last-child > p:last-child { margin-bottom: 0; }
.install-intro { display: flex; align-items: center; gap: 28px; margin-bottom: 55px; border: 1px solid var(--line-gold); padding: clamp(25px,5vw,48px); background: linear-gradient(120deg,rgba(197,160,89,.1),transparent); }
.install-intro > [data-icon] { display: grid; width: 74px; height: 74px; flex: 0 0 74px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.install-intro > [data-icon] svg { width: 34px; height: 34px; }
.install-intro h2, .install-intro p:last-child { margin-bottom: 0; }
.install-intro .button { margin-top: 18px; }
.install-guide-anchor { height: 1px; scroll-margin-top: 24px; }
.install-guide { scroll-margin-top: 24px; }
.install-steps { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.install-steps li { display: grid; align-items: center; grid-template-columns: minmax(0,1.35fr) minmax(240px,.65fr); gap: clamp(24px,5vw,65px); border-bottom: 1px solid var(--line); padding: 24px 0; }
.install-step__copy strong { color: var(--ivory); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.install-step__copy p { max-width: 580px; margin: 7px 0 0; }
.tutorial-shot { position: relative; display: grid; min-height: 150px; align-content: center; gap: 7px; overflow: hidden; border: 1px solid #3a3834; border-radius: 18px; padding: 22px 17px; background: linear-gradient(145deg,#272522,#111); box-shadow: 0 18px 40px rgba(0,0,0,.3); }
.tutorial-shot--browser { align-content: end; padding-bottom: 17px; }
.tutorial-url { border: 1px solid #484540; border-radius: 18px; padding: 8px 42px 8px 14px; background: #171717; color: #aaa49b; font-size: .7rem; }
.tutorial-dots { position: absolute; right: 28px; bottom: 24px; color: var(--gold-light); letter-spacing: 2px; }
.tutorial-dots--vertical { top: 19px; right: 19px; bottom: auto; writing-mode: vertical-rl; }
.tutorial-share { position: absolute; top: 22px; right: 24px; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 1.15rem; }
.tutorial-share--bottom { top: auto; bottom: 21px; }
.tutorial-shot--chrome { align-content: start; padding-top: 17px; }
.tutorial-row { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); padding: 9px 5px; color: #d9d4ca; font-size: .75rem; }
.tutorial-row i { color: var(--gold); font-size: 1.1rem; font-style: normal; }
.tutorial-row--focus { border: 1px solid var(--line-gold); border-radius: 8px; padding-inline: 10px; background: rgba(197,160,89,.08); color: var(--gold-light); }
.tutorial-app-icon { display: grid; width: 45px; height: 45px; margin: 0 auto 8px; overflow: hidden; place-items: center; border: 1px solid var(--gold); border-radius: 10px; padding: 4px; background: #090909; }
.tutorial-app-icon img { width: 100%; height: 100%; object-fit: contain; }
.tutorial-shot--confirm { place-items: center; text-align: center; }
.tutorial-shot--confirm button { border: 0; border-radius: 18px; padding: 7px 22px; background: var(--gold); color: #111; font-size: .7rem; font-weight: 700; }
.context-client-picker { display: flex; align-items: end; gap: 12px; margin-bottom: 28px; border: 1px solid var(--line); padding: 20px; }
.context-client-picker label { flex: 1; }
.context-document-list { display: grid; gap: 12px; }
.context-document { border: 1px solid var(--line); padding: 24px; background: rgba(255,255,255,.015); }
.context-document.is-inactive { opacity: .52; }
.context-document h3 { margin-bottom: 3px; }
.context-document > p { margin: 18px 0 4px; white-space: pre-line; }
.profile-layout { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(320px,.7fr); gap: 24px; }
.identity-panel { border: 1px solid var(--line-gold); padding: 32px; background: linear-gradient(140deg,rgba(197,160,89,.08),transparent); }
.reference-dots { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; margin: 30px 0; }
.reference-dots span { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); color: #5f5a53; }
.reference-dots span.is-approved { border-color: rgba(142,175,145,.45); background: rgba(142,175,145,.06); color: var(--success); }
.identity-gate { margin-top: 25px; }
.identity-gate p { display: grid; }

.admin-body { --sidebar: 280px; }
.sidebar--admin { background: #090909; }
.metric-grid--admin .metric-card { min-height: 155px; }
.table-card { overflow: hidden; border: 1px solid var(--line); background: rgba(255,255,255,.012); }
.table-card > .section-head { padding: 25px 25px 0; }
.table-tools { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding: 14px; }
.table-tools label { position: relative; flex: 1; max-width: 360px; }
.table-tools label [data-icon] { position: absolute; top: 12px; left: 12px; color: #615d57; }
.table-tools input { padding: 9px 12px 9px 38px; }
.table-tools select { width: auto; min-width: 180px; padding-block: 9px; }
.table-wrap { width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
table { width: 100%; border-collapse: collapse; }
th { padding: 12px 18px; background: rgba(255,255,255,.025); color: #716d66; font-size: .58rem; letter-spacing: .14em; text-align: left; text-transform: uppercase; white-space: nowrap; }
td { border-top: 1px solid var(--line); padding: 14px 18px; color: #b7b2aa; font-size: .76rem; vertical-align: middle; }
td strong, td small { display: block; }
td strong { color: #e2ddd4; font-weight: 400; }
td select { min-width: 100px; padding: 7px 28px 7px 9px; font-size: .7rem; }
.table-status { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 20px; padding: 3px 8px; color: #8f8a82; font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.table-status--active, .table-status--ready, .table-status--confirmed { border-color: rgba(142,175,145,.3); color: var(--success); }
.table-status--pending, .table-status--invited { border-color: var(--line-gold); color: var(--gold-light); }
.table-status--processing, .table-status--queued, .table-status--quality_review { border-color: var(--line-gold); color: var(--gold-light); }
.table-status--failed, .table-status--rejected, .table-status--suspended { border-color: rgba(201,121,112,.3); color: var(--danger); }
.table-status--expired { border-color: rgba(201,121,112,.42); color: #df9e97; }
.table-action { border: 0; background: none; color: var(--gold-light); font-size: .68rem; }
.table-actions-stack { display: grid; align-items: start; gap: 7px; }
.table-actions-stack .table-action { width: max-content; max-width: 170px; padding: 0; text-align: left; }
.ops-card { border: 1px solid var(--line); padding: 28px; }
.ops-list { display: grid; gap: 2px; margin: 20px 0; }
.ops-list > div { display: grid; align-items: center; grid-template-columns: auto 1fr auto; gap: 10px; border-bottom: 1px solid var(--line); padding: 12px 0; }
.ops-list p { display: grid; margin: 0; }
.ops-list strong { font-size: .75rem; font-weight: 400; text-transform: capitalize; }
.ops-list b { color: #77716a; font-size: .56rem; font-weight: 400; text-transform: uppercase; }
.job-dot { width: 7px; height: 7px; border-radius: 50%; background: #777; }
.job-dot--ready { background: var(--success); }
.job-dot--processing, .job-dot--quality_review, .job-dot--queued { background: var(--gold); box-shadow: 0 0 0 4px rgba(197,160,89,.08); }
.job-dot--failed, .job-dot--rejected { background: var(--danger); }
.quality-banner { display: flex; min-height: 220px; align-items: center; justify-content: space-between; overflow: hidden; margin-top: 28px; border: 1px solid var(--line-gold); background: linear-gradient(100deg,rgba(197,160,89,.08),transparent); }
.quality-banner > div { display: flex; align-items: center; gap: 22px; padding: 35px; }
.quality-banner p:last-child { margin-bottom: 0; font-size: .78rem; }
.quality-banner > img { width: 250px; height: 220px; object-fit: cover; }
.ai-policy { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; border: 1px solid var(--line-gold); padding: 17px 20px; background: rgba(197,160,89,.04); }
.ai-policy > div { display: flex; align-items: center; gap: 13px; }
.ai-policy [data-icon] { color: var(--gold); }
.ai-policy p { margin: 2px 0 0; font-size: .73rem; }
.ai-policy > a { color: var(--gold-light); font-size: .7rem; }
.event-admin-list { display: grid; gap: 10px; }
.event-admin-list article { display: grid; align-items: center; grid-template-columns: 86px 1fr auto; gap: 15px; border: 1px solid var(--line); padding: 9px; }
.event-admin-list img { width: 86px; height: 80px; object-fit: cover; filter: saturate(.7) brightness(.7); }
.event-admin-list h3, .event-admin-list p { margin-bottom: 2px; }
.event-admin-list__copy { min-width: 0; }
.event-admin-list__copy h3, .event-admin-list__copy p { overflow-wrap: anywhere; }
.event-admin-list__meta, .event-admin-list__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.event-admin-list__meta { margin-top: 8px; }
.event-admin-list__actions { justify-content: flex-end; }
.event-chip { display: inline-flex; border: 1px solid var(--line); padding: 5px 8px; color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.event-admin-list .empty-state { min-height: 280px; }
.event-create-panel { display: grid; min-width: 0; grid-template-rows: 0fr; margin: 0; opacity: 0; transform: translateY(-10px); transition: grid-template-rows .42s ease, margin .42s ease, opacity .28s ease, transform .42s ease; }
.event-create-panel__inner { min-width: 0; min-height: 0; overflow: hidden; }
.event-create-panel.is-open { grid-template-rows: 1fr; margin: 0 0 46px; opacity: 1; transform: translateY(0); }
.event-create-card { width: min(920px,100%); margin: 0 auto; }
.admin-events-index { min-width: 0; }
.event-cover-picker { position: relative; display: grid; width: min(460px,100%); min-height: 0; aspect-ratio: 4 / 5; overflow: hidden; place-items: center; border: 1px dashed var(--line-gold); background: #0b0b0b; cursor: pointer; }
.event-cover-picker > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.44) saturate(.72); }
.event-cover-picker > span { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.45); padding: 10px 14px; color: white; font-size: .65rem; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.event-cover-picker > input { position: absolute; z-index: 2; inset: 0; opacity: 0; cursor: pointer; }
.admin-event-detail { align-items: start; grid-template-columns: minmax(420px,.9fr) minmax(0,1.1fr); }
.admin-event-detail, .admin-event-detail > *, .admin-event-detail .form-card, .admin-event-detail .form-stack, .admin-event-detail .form-grid, .admin-event-detail label { min-width: 0; max-width: 100%; }
.admin-event-detail input, .admin-event-detail textarea, .admin-event-detail select, .admin-event-detail .event-cover-picker { min-width: 0; max-width: 100%; }
.admin-event-detail label > small { overflow-wrap: anywhere; }
.event-detail-head { align-items: flex-end; }
.event-detail-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.back-link { display: inline-flex; margin-bottom: 26px; color: var(--gold-light); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.event-consultation { display: grid; min-width: 0; overflow: hidden; margin-bottom: 54px; grid-template-columns: minmax(320px,.9fr) minmax(0,1.1fr); border: 1px solid var(--line); background: rgba(255,255,255,.012); }
.event-consultation__image { min-height: 520px; background: #0b0b0b; }
.event-consultation__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) brightness(.72); }
.event-consultation__copy { min-width: 0; padding: clamp(28px,5vw,62px); }
.event-consultation__copy h2 { margin-top: 22px; font-size: clamp(2rem,4vw,3.7rem); }
.event-consultation__summary { color: var(--ivory); font-family: var(--serif); font-size: 1.15rem; }
.event-consultation__description { margin: 24px 0; color: var(--muted); }
.event-consultation dl { display: grid; margin: 28px 0; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.event-consultation dl div { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 16px; }
.event-consultation dt { color: #77716a; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.event-consultation dd { overflow-wrap: anywhere; margin: 3px 0 0; color: #d8d3ca; font-size: .78rem; }
.event-participants--detail { margin-bottom: 50px; }
.event-participants--detail > .section-head p:last-child { margin: 4px 0 0; color: var(--muted); font-size: .76rem; }
.admin-event-edit { width: min(920px,100%); min-width: 0; margin: 0 auto; }
.admin-event-edit, .admin-event-edit > *, .admin-event-edit .form-stack, .admin-event-edit .form-grid, .admin-event-edit label { min-width: 0; max-width: 100%; }
.admin-event-edit input, .admin-event-edit textarea, .admin-event-edit select, .admin-event-edit .event-cover-picker { min-width: 0; max-width: 100%; }
.admin-event-edit label > small { overflow-wrap: anywhere; }
.event-participants > .section-head > strong { display: grid; min-width: 46px; height: 46px; place-items: center; border: 1px solid var(--line-gold); color: var(--gold-light); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.external-registration-note { margin-bottom: 16px; border: 1px solid var(--line-gold); padding: 22px; background: rgba(197,160,89,.045); }
.external-registration-note p { margin-bottom: 16px; }
.event-participant-table td:first-child strong, .event-participant-table td:first-child small { display: block; }
.event-participant-table .empty-state { min-height: 260px; border: 0; border-top: 1px solid var(--line); }
.event-crop-dialog { width: min(900px,calc(100% - 32px)); max-width: none; max-height: calc(100svh - 32px); overflow: auto; border: 1px solid var(--line-gold); padding: 0; background: #0d0d0d; color: var(--ivory); box-shadow: var(--shadow); }
.event-crop-dialog::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(5px); }
.event-crop-dialog__panel { display: grid; gap: 22px; margin: 0; padding: clamp(22px,4vw,38px); }
.event-crop-dialog__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.event-crop-dialog__head h2 { margin-bottom: 8px; }
.event-crop-dialog__head p:last-child { margin-bottom: 0; }
.event-crop-dialog__close { flex: 0 0 auto; border: 0; padding: 0 6px; background: transparent; color: var(--muted); font-size: 2rem; line-height: 1; }
.event-crop-stage { position: relative; overflow: hidden; border: 1px solid var(--line-gold); background: #050505; cursor: grab; touch-action: none; user-select: none; }
.event-crop-stage.is-dragging { cursor: grabbing; }
.event-crop-stage canvas { display: block; width: 100%; height: auto; }
.event-crop-workspace { display: grid; align-items: start; grid-template-columns: minmax(260px,430px) minmax(160px,1fr); gap: 24px; }
.event-crop-safe-zone { position: absolute; top: 10%; right: 0; bottom: 10%; left: 0; border: 2px dashed rgba(255,255,255,.82); box-shadow: 0 -100vmax 0 100vmax rgba(0,0,0,.2); pointer-events: none; }
.event-crop-safe-zone b { position: absolute; top: 10px; left: 10px; border: 1px solid rgba(255,255,255,.5); padding: 5px 7px; background: rgba(0,0,0,.72); color: white; font-size: .52rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.event-crop-previews { display: grid; gap: 14px; }
.event-crop-previews figure { margin: 0; }
.event-crop-previews canvas { display: block; width: min(150px,100%); height: auto; border: 1px solid var(--line); background: #050505; }
.event-crop-previews figcaption { margin-top: 5px; color: var(--muted); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.event-crop-dialog input[type="range"] { height: 6px; border: 0; padding: 0; background: linear-gradient(90deg,var(--gold),#453a26); accent-color: var(--gold-light); }
.event-crop-dialog__actions { display: flex; justify-content: flex-end; gap: 10px; }
.event-card__link { margin-top: 12px; }
.policy-card { border: 1px solid var(--line-gold); padding: 38px; background: linear-gradient(145deg,rgba(197,160,89,.08),transparent); }
.policy-card > [data-icon] { color: var(--gold); }
.policy-card > [data-icon] svg { width: 40px; height: 40px; }
.policy-card h2 { margin-top: 30px; }
.settings-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.settings-card { min-height: 340px; overflow: hidden; border: 1px solid var(--line); padding: 30px; background: rgba(255,255,255,.015); }
.settings-card > [data-icon] { color: var(--gold); }
.settings-card > [data-icon] svg { width: 36px; height: 36px; }
.settings-card h2 { margin-top: 25px; }
.settings-card dl div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 10px 0; }
.settings-card dt { color: #77716a; }
.settings-card dd { margin: 0; color: #d3cec5; }
.settings-card > img { width: calc(100% + 60px); max-width: none; height: 185px; margin: -30px -30px 25px; object-fit: cover; }
.modal { width: min(520px,calc(100% - 30px)); border: 1px solid var(--line-gold); padding: 36px; background: #10100f; color: var(--ivory); box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(5px); }
.modal__close { position: absolute; top: 12px; right: 14px; border: 0; background: none; color: #8c877f; font-size: 1.5rem; }
.invite-ready { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; border: 1px solid var(--line-gold); padding: 24px; background: linear-gradient(110deg,rgba(197,160,89,.1),transparent); }
.page-head + .invite-ready { margin-top: 18px; }
.invite-ready h2, .invite-ready p:last-child { margin-bottom: 0; }
.membership-metrics { display: grid; margin-bottom: 22px; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--line-gold); background: linear-gradient(110deg,rgba(197,160,89,.075),transparent); }
.membership-metrics article { display: grid; min-height: 135px; align-content: center; padding: 25px 30px; }
.membership-metrics article + article { border-left: 1px solid var(--line); }
.membership-metrics span { color: var(--muted); font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.membership-metrics strong { color: var(--gold-light); font-family: var(--serif); font-size: 2.7rem; font-weight: 400; line-height: 1.1; }
.membership-metrics small { font-size: .66rem; }
.membership-queue-card { margin-bottom: 22px; }
.membership-queue-card > .section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 22px; }
.membership-queue-card > .section-head h2 { margin-bottom: 5px; }
.membership-queue-card > .section-head p:last-child { margin-bottom: 0; font-size: .76rem; }
.membership-empty { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--line); padding: 22px 25px; }
.membership-empty span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(142,175,145,.35); border-radius: 50%; color: var(--success); font-size: .7rem; }
.membership-empty p { margin: 0; color: var(--muted); font-size: .76rem; }
.admin-garment-intro { display: grid; align-items: center; margin-bottom: 28px; grid-template-columns: auto minmax(0,1fr); gap: 22px; border: 1px solid var(--line-gold); padding: 24px 28px; background: linear-gradient(110deg,rgba(197,160,89,.09),transparent); }
.admin-garment-intro > [data-icon] { color: var(--gold); }
.admin-garment-intro > [data-icon] svg { width: 38px; height: 38px; }
.admin-garment-intro h2, .admin-garment-intro p:last-child { margin-bottom: 0; }
.admin-garment-layout { align-items: start; }
.garment-card__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 4px 0 14px; }
.garment-card__actions form { margin: 0; }
.atelier-location { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 42px; border: 1px solid var(--line-gold); padding: clamp(24px,4vw,36px); background: linear-gradient(110deg,rgba(197,160,89,.08),transparent); }
.atelier-location h2, .atelier-location address { margin-bottom: 0; }
.atelier-location address { color: var(--muted); font-style: normal; }
.curation-row--opportunity { background: rgba(197,160,89,.035); }
.curation-detail-head { margin-bottom: 28px; }
.curation-detail-copy { border: 1px solid var(--line); padding: clamp(26px,5vw,50px); background: rgba(255,255,255,.015); }
.curation-detail-copy h2 { max-width: 760px; }
.curation-detail-copy > p:last-of-type { max-width: 850px; white-space: pre-line; }
.curation-detail-copy details { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 18px; }
.admin-curation-garments { max-width: 980px; }
.curation-opportunity { display: flex; align-items: flex-end; justify-content: space-between; gap: 34px; border: 1px solid var(--line-gold); padding: clamp(28px,5vw,52px); background: linear-gradient(135deg,rgba(197,160,89,.1),transparent); }
.curation-opportunity > div { max-width: 760px; }
.curation-opportunity dl { display: grid; margin: 24px 0; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.curation-opportunity dl div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 12px 14px; }
.curation-opportunity dt { color: var(--muted); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.curation-opportunity dd { margin: 3px 0 0; }
.curation-opportunity li { color: var(--muted); }
.client-autocomplete { position: relative; display: block; }
.client-autocomplete__results { position: absolute; z-index: 20; top: calc(100% + 6px); right: 0; left: 0; max-height: 310px; overflow: auto; border: 1px solid var(--line-gold); background: #11110f; box-shadow: var(--shadow); }
.client-autocomplete__results button { display: grid; width: 100%; gap: 2px; border: 0; border-bottom: 1px solid var(--line); padding: 13px 15px; background: transparent; color: var(--ivory); text-align: left; }
.client-autocomplete__results button:hover, .client-autocomplete__results button:focus { background: rgba(197,160,89,.11); }
.client-autocomplete__results small, .client-autocomplete__empty { color: var(--muted); font-size: .65rem; }
.client-autocomplete__empty { display: block; padding: 15px; }
.upload-zone--compact { min-height: 210px; }
.admin-garment-list { display: grid; gap: 10px; }
.admin-garment-list article { display: grid; min-width: 0; align-items: center; grid-template-columns: 82px minmax(0,1fr) auto; gap: 14px; border: 1px solid var(--line); padding: 9px; }
.admin-garment-list__image { width: 82px; height: 92px; overflow: hidden; background: #111; }
.admin-garment-list__image img { width: 100%; height: 100%; object-fit: cover; }
.admin-garment-list h3, .admin-garment-list p { margin-bottom: 3px; }
.admin-garment-list p:not(.eyebrow), .admin-garment-list small { color: var(--muted); font-size: .68rem; }

.mobile-nav { display: none; }
.install-prompt { display: none; }

@media (display-mode: standalone) {
    .nav-link--install, .install-prompt { display: none !important; }
}
.error-page { display: grid; min-height: 100vh; place-items: center; background: radial-gradient(circle,rgba(197,160,89,.08),transparent 45%),#080808; text-align: center; }
.error-page main { width: min(680px,calc(100% - 40px)); }
.error-page img { width: 90px; margin: 0 auto 45px; }
.error-page h1 { font-size: clamp(2.2rem,6vw,4.8rem); }

@media (max-width: 1180px) {
    :root { --sidebar: 230px; }
    .metric-grid--admin { grid-template-columns: repeat(2,1fr); }
    .garment-grid { grid-template-columns: repeat(3,1fr); }
    .garment-strip { grid-template-columns: repeat(2,1fr); }
    .content-grid--dashboard { grid-template-columns: 1fr; }
    .concierge-card { min-height: 460px; }
    .settings-grid { grid-template-columns: 1fr 1fr; }
    .look-grid { grid-template-columns: 1fr; }
    .sales-investment { grid-template-columns: 1fr; }
    .sales-investment__story { border-right: 0; border-bottom: 1px solid var(--line-gold); }
}

@media (max-width: 900px) {
    :root { --sidebar: 0px; }
    input, textarea, select, .garment-care input, .garment-care textarea { font-size: 16px !important; }
    .login-shell { grid-template-columns: 1fr; }
    .login-visual { min-height: 42vh; }
    .login-visual__overlay { bottom: 6%; }
    .login-visual__overlay blockquote { font-size: 3rem; }
    .login-panel { min-height: auto; padding: 55px 28px 80px; }
    .login-panel::before { inset: 10px; }
    .login-logo { margin-bottom: 35px; }
    .sales-nav { position: absolute; min-height: 90px; grid-template-columns: 1fr auto; padding: 12px 24px; }
    .sales-nav__brand img { width: 62px; }
    .sales-nav nav { display: none; }
    .sales-hero { min-height: 850px; padding: 150px 28px 72px; }
    .sales-hero__content { width: 100%; max-width: 680px; min-width: 0; }
    .sales-hero__content h1 { font-size: clamp(4rem,12vw,7rem); }
    .sales-hero__signature { display: none; }
    .sales-manifesto { grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 55px; }
    .sales-benefit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .sales-benefit-grid article:nth-child(3n) { border-right: 0; }
    .sales-benefit-grid article:nth-child(2n) { border-right: 1px solid var(--line); }
    .sales-benefit-grid article:nth-last-child(-n+3) { border-bottom: 0; }
    .sales-benefit-grid article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
    .sales-journey { grid-template-columns: 1fr; gap: 35px; }
    .sales-journey__intro { position: static; }
    .sales-privacy { grid-template-columns: 1fr; }
    .sales-privacy > a { grid-column: 1; }
    .sales-footer { grid-template-columns: 100px 1fr; }
    .sales-footer > div { grid-column: 2; }
    .access-status-shell { grid-template-columns: minmax(300px,.65fr) minmax(0,1.35fr); }
    .membership-metrics { grid-template-columns: 1fr 1fr 1fr; }
    .membership-metrics article { min-height: 115px; padding: 20px; }
    .app-shell { display: block; overflow-x: hidden; }
    .sidebar { z-index: 70; display: flex; width: min(86vw,320px); max-width: 100%; padding-top: max(18px,env(safe-area-inset-top)); transform: translateX(-104%); visibility: hidden; box-shadow: 30px 0 70px rgba(0,0,0,.65); transition: transform .28s ease, visibility .28s step-end; }
    .is-drawer-open { overflow: hidden; }
    .is-drawer-open .sidebar { transform: translateX(0); visibility: visible; transition: transform .28s ease, visibility 0s; }
    .drawer-head { display: flex; min-height: 42px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 4px 13px; color: var(--gold-light); font-size: .65rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
    .drawer-close { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #111; color: var(--ivory); font-size: 1.35rem; line-height: 1; }
    .drawer-overlay { position: fixed; z-index: 60; inset: 0; display: block; width: 100%; height: 100%; border: 0; padding: 0; background: rgba(0,0,0,.72); opacity: 0; visibility: hidden; backdrop-filter: blur(3px); transition: opacity .25s ease, visibility .25s step-end; }
    .is-drawer-open .drawer-overlay { opacity: 1; visibility: visible; transition: opacity .25s ease, visibility 0s; }
    .nav-link--install { display: flex; margin-top: 8px; border-color: rgba(197,160,89,.55); background: var(--gold); color: #111; font-weight: 700; }
    .nav-link--install [data-icon] { color: #111; }
    .menu-toggle { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; align-content: center; gap: 5px; border: 1px solid var(--line-gold); border-radius: 50%; padding: 0; background: rgba(197,160,89,.045); }
    .menu-toggle span { display: block; width: 17px; height: 1px; background: var(--gold-light); }
    .main-content { width: 100%; padding: 0 20px 110px; }
    .topbar { position: relative; min-width: 0; min-height: 80px; justify-content: flex-start; gap: 14px; }
    .topbar-brand { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; }
    .topbar-brand img { width: 40px; height: 40px; object-fit: contain; }
    .topbar .profile-pill { margin-left: auto; }
    .profile-pill div { display: none; }
    .mobile-nav { position: fixed; z-index: 30; right: 10px; bottom: 10px; left: 10px; display: grid; height: 68px; grid-template-columns: repeat(5,1fr); border: 1px solid var(--line-gold); border-radius: 6px; padding: 6px; background: rgba(11,11,11,.94); box-shadow: 0 15px 45px #000; backdrop-filter: blur(14px); }
    .mobile-nav a { display: grid; place-items: center; align-content: center; color: #716d66; }
    .mobile-nav a.is-active { color: var(--gold-light); }
    .mobile-nav small { font-size: .52rem; }
    .mobile-nav__primary { transform: translateY(-17px); }
    .mobile-nav__primary [data-icon] { display: grid; width: 47px; height: 47px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: #15120c; color: var(--gold); box-shadow: 0 8px 20px #000; }
    .page-head { min-height: 175px; align-items: flex-start; flex-direction: column; justify-content: center; }
    .page-head .button { width: 100%; }
    .metric-grid, .metric-grid--admin { grid-template-columns: repeat(2,1fr); }
    .content-grid, .content-grid--admin, .content-grid--forms, .profile-layout, .assistant-layout, .upload-layout, .admin-event-detail { grid-template-columns: 1fr; }
    .admin-event-detail { display: block; width: 100%; }
    .admin-event-detail > section { width: 100%; }
    .admin-event-detail > section + section { margin-top: 34px; }
    .event-detail-actions { width: 100%; justify-content: stretch; }
    .event-detail-actions .button { flex: 1; }
    .provider-incident, .curation-progress { align-items: flex-start; flex-direction: column; }
    .provider-incident form, .provider-incident .button { width: 100%; }
    .onboarding-layout { grid-template-columns: 1fr; }
    .stepper { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; overflow: visible; }
    .stepper__item { min-width: 0; gap: 6px; border-top: 1px solid var(--line); border-left: 0; padding: 10px 4px; align-items: flex-start; }
    .stepper__item > span { width: 28px; height: 28px; flex: 0 0 28px; }
    .stepper__item strong { font-size: .68rem; line-height: 1.2; }
    .stepper__item small { font-size: .62rem; }
    .stepper__item.is-active { border-top-color: var(--gold); }
    .photo-guide { grid-template-columns: repeat(3,1fr); }
    .garment-grid { grid-template-columns: repeat(2,1fr); }
    .recommendation-card { grid-template-columns: 1fr; }
    .recommendation-card__visual { min-height: 460px; grid-row: 1; }
    .event-feature { grid-template-columns: 1fr; }
    .event-feature__image { min-height: 0; aspect-ratio: 1; }
    .club-hero { align-items: flex-start; flex-direction: column; gap: 40px; }
    .club-monogram { width: 130px; height: 130px; }
    .club-monogram img { width: 82px; height: 82px; }
    .benefit-grid { grid-template-columns: 1fr; }
    .contact-hero { grid-template-columns: 1fr; }
    .contact-hero__visual { min-height: 330px; }
    .appointment-grid { grid-template-columns: 1fr 1fr; }
    .settings-grid { grid-template-columns: 1fr; }
    .quality-banner > img { display: none; }
    .look-entry__details { grid-template-columns: 1fr; }
    .tryon-stage { min-height: 520px; border-right: 0; border-bottom: 1px solid var(--line); }
    .tryon-stage > img, .tryon-status-panel { min-height: 520px; }
    .install-prompt:not([hidden]) { position: fixed; z-index: 45; right: 12px; bottom: calc(90px + env(safe-area-inset-bottom)); left: 12px; display: grid; width: min(520px,calc(100% - 24px)); min-width: 0; align-items: center; margin: 0 auto; grid-template-columns: 46px minmax(0,1fr) auto 34px; gap: 12px; border: 1px solid var(--line-gold); border-radius: 8px; padding: 12px; background: rgba(18,17,15,.97); box-shadow: 0 20px 60px rgba(0,0,0,.68); backdrop-filter: blur(16px); }
    .install-prompt > img { width: 44px; height: 44px; object-fit: contain; }
    .install-prompt > div { display: grid; min-width: 0; gap: 2px; }
    .install-prompt strong { overflow: hidden; color: var(--ivory); font-size: .73rem; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
    .install-prompt span { color: var(--muted); font-size: .62rem; line-height: 1.35; }
    .install-prompt__action { border: 1px solid var(--gold); border-radius: 3px; padding: 9px 11px; background: var(--gold); color: #111; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    .install-prompt__close { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted); font-size: 1.08rem; line-height: 1; }
}

@media (max-width: 560px) {
    body { font-size: 14px; }
    h1 { font-size: 2.65rem; }
    .login-shell { min-height: 100svh; }
    .login-visual { height: 190px; min-height: 190px; }
    .login-visual__overlay { right: 8%; bottom: 13%; left: 8%; }
    .login-visual__overlay .eyebrow { margin-bottom: 6px; font-size: .54rem; }
    .login-visual__overlay blockquote { margin-bottom: 0; font-size: 1.75rem; }
    .login-visual__overlay p:last-child { display: none; }
    .login-panel { min-height: calc(100svh - 190px); padding: 22px 24px 34px; place-items: start center; }
    .login-panel::before { inset: 8px; }
    .login-logo { width: 66px; margin: 0 auto 12px; }
    .login-card > .eyebrow { margin-bottom: 7px; text-align: center; }
    .login-card h1, .login-card > .muted { display: none; }
    .login-card .form-stack { gap: 13px; margin-top: 8px; }
    .login-card input { min-height: 48px; padding-block: 11px; }
    .login-card .form-row--between { align-items: center; flex-direction: row; gap: 10px; }
    .login-card .form-row--between > * { flex: none; }
    .login-card .form-row--between a { font-size: .68rem; }
    .login-legal { margin-top: 16px; }
    .login-membership-link { margin-top: 13px; padding: 10px 12px; }
    .login-membership-link span { display: none; }
    .login-membership-link a { font-size: .87rem; }
    .sales-nav { min-height: 76px; padding: 9px 18px; }
    .sales-nav__brand img { width: 52px; }
    .sales-nav__login { font-size: .56rem; }
    .sales-hero { min-height: 760px; align-items: flex-end; padding: 120px 20px 60px; }
    .sales-hero > img { object-position: 56% center; }
    .sales-hero__veil { background: linear-gradient(0deg,#080808 0%,rgba(0,0,0,.7) 48%,rgba(0,0,0,.18)),linear-gradient(90deg,rgba(0,0,0,.45),transparent); }
    .sales-hero__content h1 { font-size: clamp(3.15rem,14.5vw,4.4rem); }
    .sales-hero__content > p:not(.eyebrow) { font-size: 1.03rem; }
    .sales-hero__actions { align-items: stretch; flex-direction: column; }
    .sales-hero__actions .button { width: 100%; max-width: 100%; padding-inline: 12px; }
    .sales-manifesto { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 55px; padding: 90px 0; }
    .sales-manifesto__portrait { width: calc(100% - 12px); margin-left: 12px; }
    .sales-manifesto__portrait img { max-height: 570px; }
    .sales-manifesto__portrait span { right: -6px; bottom: 20px; }
    .sales-manifesto__copy h2 { font-size: 2.9rem; }
    .sales-manifesto__copy blockquote { margin: 32px 0 24px; font-size: 2rem; }
    .sales-benefits { padding: 80px 18px; }
    .sales-section-head { display: block; margin-bottom: 38px; }
    .sales-section-head h2 { margin-bottom: 20px; font-size: 3rem; }
    .sales-benefit-grid { grid-template-columns: 1fr; }
    .sales-benefit-grid article, .sales-benefit-grid article:nth-child(3n), .sales-benefit-grid article:nth-child(2n) { min-height: 220px; border-right: 1px solid var(--line); }
    .sales-benefit-grid article:nth-last-child(-n+2) { border-bottom: 0; }
    .sales-benefit-grid article:last-child { border-bottom: 1px solid var(--line); }
    .sales-benefit-grid h3 { margin-top: 38px; }
    .sales-journey { width: calc(100% - 36px); padding: 90px 0; }
    .sales-journey__intro h2 { font-size: 2.85rem; }
    .sales-journey li { grid-template-columns: 46px minmax(0,1fr); gap: 12px; }
    .sales-privacy { width: calc(100% - 36px); margin-bottom: 90px; gap: 22px; padding: 28px 22px; }
    .sales-privacy h2 { font-size: 3rem; }
    .sales-privacy > p { font-size: 1rem; }
    .sales-anchor { width: calc(100% - 36px); min-height: 0; margin-bottom: 90px; grid-template-columns: 1fr; gap: 45px; padding: 80px 0; }
    .sales-anchor__intro h2 { font-size: 3rem; }
    .sales-anchor__equation { grid-template-columns: 1fr auto 1fr auto 1fr; gap: 10px; }
    .sales-anchor__equation div { min-height: 145px; }
    .sales-anchor__equation strong { font-size: 4rem; }
    .sales-anchor__value { grid-column: 1; }
    .sales-anchor__value > strong { font-size: 5.2rem; }
    .sales-investment__story, .sales-registration { padding: 65px 20px; }
    .sales-investment__story h2 { font-size: 3rem; }
    .sales-price > strong { font-size: 4rem; }
    .sales-registration .form-grid { grid-template-columns: 1fr; }
    .sales-footer { grid-template-columns: 1fr; justify-items: center; padding: 45px 20px; text-align: center; }
    .sales-footer > div { grid-column: 1; flex-wrap: wrap; justify-content: center; }
    .access-status-shell { grid-template-columns: 1fr; }
    .access-status-visual { height: 220px; min-height: 220px; }
    .access-status-visual > img { object-position: center 27%; }
    .access-status-visual > div { bottom: 20px; }
    .access-status-visual blockquote { font-size: 1.8rem; }
    .access-status-panel { min-height: calc(100svh - 220px); padding: 34px 20px 46px; place-items: start center; }
    .access-status-card > img { width: 65px; margin-bottom: 24px; }
    .access-status-card h1 { font-size: 2.85rem; }
    .access-status-card > p { font-size: 1.02rem; }
    .access-status-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
    .membership-metrics { grid-template-columns: 1fr; }
    .membership-metrics article { min-height: 100px; }
    .membership-metrics article + article { border-top: 1px solid var(--line); border-left: 0; }
    .membership-queue-card > .section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .invite-shell { grid-template-columns: 1fr; }
    .invite-panel { min-height: 100svh; padding: 28px 22px; }
    .invite-visual { display: none; }
    .topbar__welcome { display: none; }
    .topbar { gap: 10px; }
    .topbar-brand, .topbar-brand img { width: 38px; height: 38px; flex-basis: 38px; }
    .topbar__heading .eyebrow { font-size: .52rem; letter-spacing: .12em; }
    .install-prompt:not([hidden]) { grid-template-columns: 42px minmax(0,1fr) 32px; gap: 10px; }
    .install-prompt > img { width: 40px; height: 40px; }
    .install-prompt__action { grid-column: 2; justify-self: start; padding: 7px 10px; }
    .install-prompt__close { grid-column: 3; grid-row: 1; }
    .page-head { min-height: 170px; }
    .page-head h1, .page-head--welcome h1 { font-size: 2.75rem; }
    .page-head > .status-chip { align-self: flex-start; }
    .metric-grid, .metric-grid--admin { grid-template-columns: 1fr; margin-bottom: 40px; }
    .metric-card { min-height: 120px; }
    .onboarding-banner { grid-template-columns: 1fr; padding: 22px; }
    .progress-ring { display: none; }
    .garment-strip { grid-template-columns: repeat(2,1fr); }
    .event-grid { grid-template-columns: 1fr; }
    .event-card { min-height: 210px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-row { align-items: stretch; flex-direction: column; }
    .photo-guide { grid-template-columns: repeat(2,1fr); }
    .filter-bar { overflow-x: auto; }
    .filter-bar label { display: none; }
    .garment-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .garment-card__body { padding: 12px; }
    .garment-card__body h2 { font-size: 1rem; }
    .assistant-form__details { grid-template-columns: 1fr; }
    .wardrobe-context { display: none; }
    .recommendation-card__copy { padding: 28px 22px; }
    .recommendation-card__copy h2 { font-size: 2.6rem; }
    .recommendation-card__visual { min-height: 370px; }
    .look-card { grid-template-columns: 1fr; }
    .look-card__visual { min-height: 320px; }
    .club-hero { min-height: 500px; margin-top: 15px; padding: 35px 25px; }
    .club-number { align-items: flex-start; flex-direction: column; gap: 0; }
    .loyalty-balance, .loyalty-rule-grid { grid-template-columns: 1fr; }
    .loyalty-balance > div + div, .loyalty-rule-grid > div + div { border-top: 1px solid var(--line); border-left: 0; }
    .loyalty-balance { margin-top: -30px; }
    .event-feature__copy { padding: 30px 22px; }
    .event-feature dl { flex-direction: column; gap: 8px; }
    .event-filters { grid-template-columns: 1fr; }
    .event-crop-dialog { width: calc(100% - 20px); max-height: calc(100svh - 20px); }
    .event-crop-dialog__actions { display: grid; grid-template-columns: 1fr 1fr; }
    .event-consultation { grid-template-columns: 1fr; }
    .event-consultation__image { min-height: 320px; aspect-ratio: 16 / 10; }
    .event-consultation__copy { padding: 28px 20px; }
    .event-consultation dl { grid-template-columns: 1fr; }
    .admin-event-edit .form-card { padding: 24px 18px; }
    .admin-event-edit .event-cover-picker { width: min(460px,100%); min-height: 0; aspect-ratio: 4 / 5; }
    .admin-event-edit .event-cover-picker > span { width: calc(100% - 24px); max-width: 100%; padding: 9px 8px; overflow-wrap: anywhere; }
    .admin-event-detail .form-card { padding: 24px 18px; }
    .admin-event-detail .event-cover-picker { width: min(460px,100%); min-height: 0; aspect-ratio: 4 / 5; }
    .event-crop-workspace { grid-template-columns: 1fr; }
    .event-crop-stage { width: min(430px,100%); margin: 0 auto; }
    .event-crop-previews { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .event-crop-previews > .eyebrow { grid-column: 1 / -1; }
    .admin-event-detail .event-cover-picker > span { width: calc(100% - 24px); max-width: 100%; padding: 9px 8px; overflow-wrap: anywhere; }
    .reference-dots { gap: 4px; }
    .table-tools { align-items: stretch; flex-direction: column; }
    .table-tools label { width: 100%; max-width: none; }
    .table-tools select { width: 100%; }
    .quality-banner > div { align-items: flex-start; flex-direction: column; padding: 25px; }
    .ai-policy { align-items: flex-start; flex-direction: column; gap: 12px; }
    .event-admin-list article { align-items: start; grid-template-columns: 70px 1fr; }
    .event-admin-list img { width: 70px; height: 70px; }
    .event-admin-list__actions { grid-column: 1 / -1; justify-content: stretch; }
    .event-admin-list__actions .button { flex: 1; }
    .event-detail-head { align-items: flex-start; }
    .contact-hero__visual { min-height: 230px; }
    .contact-hero__copy { padding: 30px 22px; }
    .contact-hero__copy > img { width: 66px; margin-bottom: 24px; }
    .contact-hero__copy dl div, .contact-actions, .atelier-item__head { align-items: flex-start; flex-direction: column; }
    .contact-hero__copy dd { text-align: left; }
    .contact-actions .button { width: 100%; }
    .atelier-location, .curation-opportunity { align-items: stretch; flex-direction: column; }
    .atelier-location .button, .curation-opportunity .button { width: 100%; }
    .appointment-grid { grid-template-columns: 1fr; }
    .install-intro { align-items: flex-start; flex-direction: column; }
    .install-steps li { grid-template-columns: 1fr; gap: 18px; }
    .install-step__copy { order: 1; }
    .tutorial-shot { order: 2; }
    .tutorial-shot { min-height: 140px; }
    .context-client-picker { align-items: stretch; flex-direction: column; }
    .invite-ready { align-items: stretch; flex-direction: column; }
    .invite-ready .button { width: 100%; }
    .garment-public-page > a:first-child { margin-bottom: 48px; }
    .garment-specs { grid-template-columns: 1fr; }
    .garment-specs div:nth-child(odd) { border-right: 0; }
    .public-care-card { grid-template-columns: 1fr; }
    .admin-garment-intro { align-items: start; grid-template-columns: 1fr; }
    .admin-garment-list article { grid-template-columns: 66px minmax(0,1fr); }
    .admin-garment-list__image { width: 66px; height: 76px; }
    .admin-garment-list .table-status { display: none; }
    .look-entry__summary { min-height: 105px; grid-template-columns: 74px minmax(0,1fr) 22px; gap: 13px; padding: 14px; }
    .look-entry__summary > img { width: 74px; height: 74px; }
    .look-entry__summary-copy > strong { font-size: 1.32rem; white-space: normal; }
    .look-entry__summary-copy > small { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; white-space: normal; }
    .look-entry__state { grid-column: 2; justify-self: start; padding: 5px 8px; font-size: .5rem; }
    .look-entry__chevron { grid-column: 3; grid-row: 1 / span 2; }
    .tryon-stage, .tryon-stage > img, .tryon-status-panel { min-height: 430px; }
    .tryon-status-panel { padding: 30px 22px; }
    .look-composition { padding: 30px 20px; }
    .look-composition > h2 { font-size: 2.45rem; }
    .look-garments { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
    .look-garments article > div { padding: 11px; }
    .concept-result { grid-template-columns: 1fr; }
    .concept-result > img { min-height: 420px; }
}

@media (max-width: 390px) {
    .main-content { padding-inline: 14px; }
    .page-head h1, .page-head--welcome h1 { font-size: 2.35rem; }
    .garment-grid { grid-template-columns: 1fr; }
    .garment-strip { grid-template-columns: 1fr 1fr; gap: 8px; }
    .event-card { grid-template-columns: 1fr; }
    .event-card img { height: 150px; }
    .modal { width: calc(100% - 20px); padding: 28px 20px; }
}

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