/* Barrel Vines — editorial boutique. Hairlines, not shadows. Photography carries the page.
   RTL is the default locale, so every directional value here is a logical property. */

:root{
  --ivory:#F4F0EA; --paper:#fff; --warm:#C9C4BC; --beige:#E3D9CF; --terrazzo:#B8B2A8;
  --ink:#14161A; --leaf:#6B8F3A; --stem:#3E5A22; --gold:#C9A24B;
  --c-base:#1E2A44; --c-accent:#C9C4BC; --c-bg:#C9C4BC;

  --display:"Instrument Serif",Georgia,"Times New Roman",serif;
  --ui:"Inter Tight",system-ui,-apple-system,"Segoe UI",sans-serif;

  --rule:rgba(20,22,26,.14);
  --rule-soft:rgba(20,22,26,.08);
  --muted:rgba(20,22,26,.58);
  --wrap:1280px;
  --gut:clamp(1.25rem,4vw,3.5rem);
  --pad:clamp(3.5rem,8vw,7.5rem);
}
/* Arabic has no serif companion to Instrument Serif that reads young, so one contemporary
   Arabic sans does both jobs. Rubik shipped no Arabic subset at all — the root locale was
   falling through to whatever Naskh the device happened to have. */
:root[lang=ar]{--display:"IBM Plex Sans Arabic",system-ui,sans-serif;--ui:"IBM Plex Sans Arabic",system-ui,sans-serif}
:root[lang=zh]{--display:"Noto Sans SC",system-ui,sans-serif;--ui:"Noto Sans SC",system-ui,sans-serif}
:root[lang=ta]{--display:"Noto Sans Tamil",system-ui,sans-serif;--ui:"Noto Sans Tamil",system-ui,sans-serif}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--ui);
  font-size:clamp(.95rem,.9rem + .18vw,1.0625rem);line-height:1.65;font-weight:400;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,svg,video{display:block;max-width:100%}
a{color:inherit}
p{margin:0 0 1em}
h1,h2,h3{font-family:var(--display);font-weight:400;line-height:1.04;letter-spacing:-.015em;margin:0 0 .4em}
[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[lang=zh] h1,[lang=zh] h2,[lang=zh] h3,[lang=ta] h1,[lang=ta] h2,[lang=ta] h3{letter-spacing:0;line-height:1.25;font-weight:600}
h2{font-size:clamp(2rem,1.4rem + 2.4vw,3.4rem)}
h3{font-size:clamp(1.35rem,1.1rem + .9vw,1.9rem)}

.wrap{width:min(var(--wrap),100% - (var(--gut) * 2));margin-inline:auto}
section{padding-block:var(--pad)}
.lead{max-width:46ch;color:var(--muted);font-size:1.05em}

/* Small tracked caps — the second voice of the whole site. Tracking and casing are Latin
   typography; Arabic, Chinese and Tamil get neither. */
.label{font-family:var(--ui);font-size:.6875rem;font-weight:500;letter-spacing:.16em;
  text-transform:uppercase;line-height:1.4}
[dir=rtl] .label,[lang=zh] .label,[lang=ta] .label{text-transform:none;letter-spacing:0;font-size:.8125rem}

/* Links read as links: a rule under the text, not a pill. */
.link{display:inline-block;text-decoration:none;padding-block:.5rem;border-bottom:1px solid var(--ink);
  transition:border-color .3s,opacity .3s}
.link:hover{opacity:.6}
.link .ar{display:inline-block;transition:transform .35s cubic-bezier(.2,.8,.2,1)}
.link:hover .ar{transform:translateX(.28em)}
[dir=rtl] .link:hover .ar{transform:translateX(-.28em)}
.btn{display:inline-flex;align-items:center;gap:.6em;background:var(--ink);color:var(--ivory);
  text-decoration:none;padding:.95em 1.9em;font-family:var(--ui);transition:opacity .3s}
.btn:hover{opacity:.82}
.skip{position:absolute;inset-inline-start:-9999px;top:0;background:var(--ink);color:var(--ivory);padding:.75rem 1.25rem;z-index:100}
.skip:focus{inset-inline-start:1rem;top:1rem}
:focus-visible{outline:2px solid var(--ink);outline-offset:3px}

/* ---------------------------------------------------------------- nav */
.nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--ivory) 90%,transparent);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--rule)}
.nav__in{display:flex;align-items:center;gap:clamp(1rem,3vw,2.5rem);min-height:60px}
.brand{text-decoration:none;font-family:var(--ui);font-size:.8125rem;font-weight:500;
  letter-spacing:.2em;text-transform:uppercase;white-space:nowrap;min-width:0}
[dir=rtl] .brand,[lang=zh] .brand,[lang=ta] .brand{letter-spacing:.08em}
.nav__links{display:flex;gap:clamp(1rem,2.5vw,2rem);margin-inline-start:auto}
.nav__links a{text-decoration:none;color:var(--muted);transition:color .25s}
.nav__links a:hover{color:var(--ink)}
.lang{position:relative;flex:none}
.lang summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.45rem;
  min-height:44px;padding-inline:.25rem}
.lang summary::-webkit-details-marker{display:none}
.lang ul{position:absolute;inset-inline-end:0;top:100%;margin:0;padding:.5rem 0;list-style:none;
  background:var(--paper);border:1px solid var(--rule);min-width:170px;z-index:60}
.lang li a{display:block;padding:.55rem 1.1rem;text-decoration:none;color:var(--muted);transition:color .2s,background .2s}
.lang li a:hover,.lang li a[aria-current]{color:var(--ink);background:var(--ivory)}
@media (max-width:760px){.nav__links{display:none}.nav__in{gap:1rem}.lang{margin-inline-start:auto}}

/* ---------------------------------------------------------------- hero
   Split, not text-over-image: it mirrors cleanly in RTL and never risks type on a busy frame. */
.hero{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;min-height:min(86svh,860px);padding-block:0}
.hero__text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
  padding:clamp(2.5rem,6vw,5rem) clamp(1.25rem,5vw,5rem);
  padding-inline-start:max(var(--gut),calc((100vw - var(--wrap)) / 2 + var(--gut)))}
.hero__media{position:relative;overflow:hidden;background:var(--beige);min-height:min(86svh,860px)}
.hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.kicker{color:var(--muted);margin:0 0 clamp(1.25rem,3vw,2rem)}
.hero__h1{font-size:clamp(2.75rem,1.6rem + 5.4vw,5.75rem);margin:0 0 .3em;max-width:11ch}
.hero__sub{font-size:clamp(1rem,.95rem + .35vw,1.25rem);color:var(--muted);max-width:32ch;margin:0 0 clamp(1.75rem,3.5vw,2.75rem)}
.hero__sub b{color:var(--ink);font-weight:500}
@media (max-width:860px){
  .hero{grid-template-columns:1fr;min-height:0}
  .hero__media{aspect-ratio:4/5;min-height:0;order:-1}
  .hero__text{padding-inline:var(--gut);padding-block:clamp(2rem,7vw,3rem) clamp(2.5rem,8vw,4rem)}
}

/* ---------------------------------------------------------------- keyword strip
   Was a scrolling green marquee. The words earn their keep for search; the motion did not. */
.strip{border-block:1px solid var(--rule);padding-block:1.1rem}
.strip ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem clamp(1rem,3vw,2.25rem);
  margin:0;padding:0;list-style:none;color:var(--muted)}

/* ---------------------------------------------------------------- the looks */
.sec__head{display:flex;flex-wrap:wrap;gap:1rem 2rem;align-items:end;justify-content:space-between;
  margin-bottom:clamp(2rem,4vw,3.25rem)}
.sec__head h2{margin:0;max-width:16ch}
.looks{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2.4vw,2rem)}
.look{margin:0}
.look__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--c-bg)}
.look__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:opacity .7s ease,transform .9s cubic-bezier(.2,.8,.2,1)}
.look__media img+img{opacity:0}
.look:hover .look__media img+img,.look a:focus-visible ~ .look__media img+img{opacity:1}
.look:hover .look__media img{transform:scale(1.03)}
.look__cap{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;padding-top:1.1rem}
.look__cap h3{margin:0;font-size:clamp(1.25rem,1.1rem + .5vw,1.6rem)}
.look__cap a{text-decoration:none}
.look__cap a::after{content:"";position:absolute;inset:0}
.look{position:relative}
.look__tag{width:100%;margin:0;color:var(--muted);font-size:.9375rem}
.swatch{width:.6875rem;height:.6875rem;border-radius:50%;background:var(--c-base);flex:none;
  align-self:center;box-shadow:0 0 0 1px var(--rule)}
@media (max-width:820px){.looks{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.looks{grid-template-columns:1fr;gap:2.5rem}}


/* Size range — shown, not buried. Letters are language-neutral; the row is labelled for AT. */
.sizes-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 0;color:var(--muted)}
.sizes-row span{border:1px solid var(--rule);padding:.3rem .6rem;line-height:1}
.look__cap .sizes-row{width:100%;margin-top:.6rem}
.spec li span{color:var(--ink)}

/* ---------------------------------------------------------------- what is a barrel pant */
.what{background:var(--paper);border-block:1px solid var(--rule)}
.what__grid{display:grid;grid-template-columns:5fr 6fr;gap:clamp(2rem,6vw,5.5rem);align-items:center}
.what__media{aspect-ratio:4/5}
.what__media img{width:100%;height:100%;object-fit:cover}
.what__body{max-width:44ch}
.what__body h2{margin-bottom:.5em}
.spec{display:grid;gap:0;margin:clamp(1.75rem,3vw,2.5rem) 0 0;padding:0;list-style:none;border-top:1px solid var(--rule)}
.spec div,.spec li{display:flex;justify-content:space-between;gap:1.5rem;padding:.9rem 0;border-bottom:1px solid var(--rule)}
.spec dt{color:var(--muted)}
.spec dd{margin:0;text-align:end}
@media (max-width:860px){.what__grid{grid-template-columns:1fr;gap:2.5rem}}

/* ---------------------------------------------------------------- why (ink) */
.why{position:relative;background:var(--ink);color:var(--ivory);overflow:hidden;isolation:isolate}
.why__bg{position:absolute;inset:0;z-index:-1}
.why__bg img{width:100%;height:100%;object-fit:cover;opacity:.28}
.why__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}
.why__word{font-family:var(--display);font-size:clamp(2.75rem,1.5rem + 6vw,6.5rem);line-height:1.02;
  margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.2em}
.why__word .eq{color:var(--gold)}
.why h2{color:var(--ivory)}
.why p{color:rgba(244,240,234,.78);max-width:46ch}
.why__def{border-inline-start:1px solid var(--gold);padding-inline-start:1.25rem;font-size:.9375rem;margin-bottom:0}
.why__def dfn{font-style:normal;color:var(--gold)}
@media (max-width:860px){.why__grid{grid-template-columns:1fr;gap:2rem}}

/* ---------------------------------------------------------------- unisex */
.pair{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,2.4vw,2rem);margin-bottom:clamp(2rem,4vw,3rem)}
.pair figure{margin:0}
.pair img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover}
.unisex__body{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:start}
.unisex__body h2{margin:0}
.unisex__body p{max-width:46ch;margin:0}
@media (max-width:860px){.unisex__body{grid-template-columns:1fr;gap:1rem}}

/* ---------------------------------------------------------------- lookbook */
.lookbook{background:var(--paper);border-block:1px solid var(--rule)}
.grid6{display:grid;grid-template-columns:repeat(6,1fr);gap:2px;margin-bottom:clamp(2.5rem,5vw,3.5rem)}
.grid6 img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;transition:opacity .4s}
.grid6 a:hover img{opacity:.82}
@media (max-width:860px){.grid6{grid-template-columns:repeat(3,1fr)}}
.social__foot{display:flex;flex-wrap:wrap;align-items:baseline;gap:1rem 2.5rem;justify-content:space-between}
.social__tag{font-family:var(--display);font-size:clamp(1.75rem,1.2rem + 2vw,3rem);margin:0}
.social__btns{display:flex;gap:2rem}

/* ---------------------------------------------------------------- faq */
.faq{max-width:820px}
.faq__item{border-top:1px solid var(--rule)}
.faq__item:last-of-type{border-bottom:1px solid var(--rule)}
.faq__item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;
  align-items:center;gap:1.5rem;padding:1.35rem 0;min-height:44px;
  font-family:var(--display);font-size:clamp(1.1rem,1rem + .45vw,1.4rem)}
[dir=rtl] .faq__item summary,[lang=zh] .faq__item summary,[lang=ta] .faq__item summary{font-weight:600}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary::after{content:"+";font-family:var(--ui);font-size:1.25rem;color:var(--muted);flex:none}
.faq__item[open] summary::after{content:"\2013"}
.faq__item p{max-width:64ch;margin:0 0 1.35rem;color:var(--muted)}

/* ---------------------------------------------------------------- footer */
.foot{background:var(--ink);color:var(--ivory);padding-block:clamp(3rem,6vw,4.5rem) 2rem}
.foot a{color:inherit}
.foot__top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;
  border-bottom:1px solid rgba(244,240,234,.16)}
.foot__brand{font-family:var(--ui);font-size:.8125rem;letter-spacing:.2em;text-transform:uppercase;margin:0 0 1rem}
[dir=rtl] .foot__brand,[lang=zh] .foot__brand,[lang=ta] .foot__brand{letter-spacing:.08em}
.foot h2{font-family:var(--ui);font-size:.6875rem;font-weight:500;letter-spacing:.16em;
  text-transform:uppercase;color:rgba(244,240,234,.55);margin:0 0 1rem}
[dir=rtl] .foot h2,[lang=zh] .foot h2,[lang=ta] .foot h2{text-transform:none;letter-spacing:0;font-size:.8125rem}
.foot__col ul{list-style:none;margin:0;padding:0;display:grid;gap:.15rem}
.foot__col a{display:inline-block;padding-block:.45rem;text-decoration:none;color:rgba(244,240,234,.78);transition:color .25s}
.foot__col a:hover,.foot__col a[aria-current]{color:var(--ivory)}
.foot__where{color:rgba(244,240,234,.7);max-width:40ch;margin:0}
.foot__tags{display:flex;flex-wrap:wrap;gap:.35rem 1.1rem;margin:2rem 0 1.5rem;color:rgba(244,240,234,.5);font-size:.8125rem}
.foot__copy{color:rgba(244,240,234,.45);font-size:.8125rem;margin:0}
@media (max-width:760px){.foot__top{grid-template-columns:1fr;gap:2rem}}

/* ---------------------------------------------------------------- product page */
.lhero{padding-block:clamp(2rem,4vw,3rem) var(--pad)}
.lhero__grid{display:grid;grid-template-columns:7fr 5fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}
.crumbs{display:flex;gap:.6rem;color:var(--muted);margin-bottom:clamp(1.5rem,3vw,2.5rem)}
.crumbs a{text-decoration:none;border-bottom:1px solid var(--rule)}
.media{display:grid;gap:clamp(.5rem,1.2vw,1rem)}
.media img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;background:var(--c-bg)}
.lhero__text{position:sticky;top:calc(60px + clamp(1rem,3vw,2.5rem))}
.lhero h1{font-size:clamp(2.25rem,1.6rem + 3vw,4rem);margin:0 0 .15em}
.lhero__tag{font-family:var(--display);font-size:clamp(1.1rem,1rem + .5vw,1.45rem);color:var(--muted);margin:0 0 1.25rem}
.lhero__text > p{max-width:42ch}
.ways{display:flex;flex-wrap:wrap;gap:.5rem;margin:clamp(1.5rem,3vw,2rem) 0}
.ways a{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;padding:.6rem .95rem;
  min-height:44px;border:1px solid var(--rule);color:var(--muted);transition:border-color .25s,color .25s}
.ways a:hover{border-color:var(--ink);color:var(--ink)}
.ways a.is-on{border-color:var(--ink);color:var(--ink)}
.ways span{width:.75rem;height:.75rem;border-radius:50%;background:var(--sw);box-shadow:0 0 0 1px var(--rule)}
.acc{margin-top:clamp(1.75rem,3vw,2.5rem)}
.acc__i{border-top:1px solid var(--rule)}
.acc__i:last-of-type{border-bottom:1px solid var(--rule)}
.acc__i summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;
  align-items:center;gap:1.5rem;padding:1.1rem 0;min-height:44px}
.acc__i summary::-webkit-details-marker{display:none}
.acc__i summary::after{content:"+";color:var(--muted);flex:none}
.acc__i[open] summary::after{content:"\2013"}
.list{margin:0 0 1.35rem;padding-inline-start:1.1em;color:var(--muted)}
.list li{margin:.4em 0}
@media (max-width:900px){
  .lhero__grid{grid-template-columns:1fr}
  .lhero__text{position:static}
  .media{order:1}
}

/* clip sits inside the product media column */
.clip{position:relative;background:var(--c-bg)}
.clip video{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;display:block}
.clip__pause{position:absolute;inset-block-end:.85rem;inset-inline-end:.85rem;min-width:44px;min-height:44px;
  border:0;border-radius:999px;background:rgba(20,22,26,.66);color:var(--ivory);
  font:400 .875rem/1 var(--ui);cursor:pointer;backdrop-filter:blur(6px)}

/* sizes */
.table-wrap{overflow-x:auto}
table{border-collapse:collapse;width:100%;max-width:680px;font-variant-numeric:tabular-nums}
caption{text-align:start;color:var(--muted);padding-bottom:.75rem}
th,td{padding:.85rem 1rem;text-align:start;border-bottom:1px solid var(--rule);font-weight:400}
thead th{color:var(--muted);font-size:.8125rem}
.note{color:var(--muted);font-size:.8125rem}


/* ============================================================================================
   Motion. The site had no @keyframes at all until now; house easing cubic-bezier(.2,.8,.2,1)
   and the .2s-.9s band are kept so this reads as more of the same site, not a new one.
   ========================================================================================== */
@keyframes bv-rise{from{opacity:0;transform:translateY(1.25rem)}to{opacity:1;transform:none}}
@keyframes bv-fade{from{opacity:0}to{opacity:1}}
/* Ken Burns: scale only. A translate would need an RTL sign flip at every use; scale does not. */
@keyframes bv-push{from{transform:scale(1)}to{transform:scale(1.07)}}
@keyframes bv-drift{from{object-position:50% 38%}to{object-position:50% 62%}}

/* Entry reveal. Scroll-driven where the browser has it — then there is no JS in the loop at all.
   Elsewhere app.js adds .is-in via one shared IntersectionObserver. */
[data-reveal]{opacity:0;transform:translateY(1.25rem);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
[data-reveal].is-in{opacity:1;transform:none}
@supports (animation-timeline:view()){
  [data-reveal]{opacity:1;transform:none;transition:none;
    animation:bv-rise .01s linear both;animation-timeline:view();animation-range:entry 5% cover 26%}
  .hero__media img,.what__media img{animation:bv-push linear both;animation-timeline:view();animation-range:entry 0% exit 100%}
  .why__bg img{animation:bv-drift linear both;animation-timeline:view();animation-range:entry 0% exit 100%}
}
/* Look cards: the existing crossfade, now with the incoming frame sliding in from the outer edge.
   translateX is direction-dependent, so RTL flips the sign — .link .ar is the precedent. */
.look__media img+img{transform:translateX(2.5%) scale(1.02)}
[dir=rtl] .look__media img+img{transform:translateX(-2.5%) scale(1.02)}
.look:hover .look__media img+img,.look a:focus-visible ~ .look__media img+img{transform:none}
.grid6 img{transition:opacity .4s,transform .9s cubic-bezier(.2,.8,.2,1)}
.grid6 a:hover img{transform:scale(1.05)}

/* ============================================================================================
   Standalone pages: try-on, register, VVIP
   ========================================================================================== */
.page .ph{padding-block:calc(var(--pad) * .7) 0}
.page .formwrap,.page .tryon{padding-block:clamp(2rem,4vw,3.25rem) var(--pad)}
.ph h1{margin:.6rem 0 .5rem}
.ph .crumbs{color:var(--muted)}
.hero__cta{display:flex;gap:1.75rem;flex-wrap:wrap;align-items:center;margin:0}

/* Forms. There were none on this site before; these follow .ways — hairline box, 44px floor. */
.form{max-width:34rem}
.field{display:flex;flex-direction:column;gap:.45rem;margin:0 0 1.35rem}
.field label,.check label{font-family:var(--ui);font-size:.8125rem;color:var(--muted)}
input[type=text],input[type=email]{font:400 1rem/1.4 var(--ui);color:var(--ink);background:var(--paper);
  border:1px solid var(--rule);padding:.85rem 1rem;min-height:44px;width:100%;
  border-radius:0;-webkit-appearance:none;transition:border-color .25s}
input[type=text]:hover,input[type=email]:hover{border-color:var(--muted)}
input[type=text]:focus,input[type=email]:focus{border-color:var(--ink);outline:2px solid var(--ink);outline-offset:2px}
input::placeholder{color:rgba(20,22,26,.34)}
input:user-invalid{border-color:#8C3A2E}
.check{display:flex;align-items:flex-start;gap:.7rem;margin:0 0 1.6rem}
.check input{width:1.1rem;height:1.1rem;margin-top:.15rem;accent-color:var(--ink);flex:0 0 auto}
.check label{color:var(--ink)}
.form .btn{border:0;cursor:pointer;font-size:.9375rem}
.or{display:flex;align-items:center;gap:1rem;color:var(--muted);max-width:34rem;margin:2.25rem 0}
.or::before,.or::after{content:"";flex:1;height:1px;background:var(--rule)}
.oauth{display:flex;flex-direction:column;gap:.75rem;max-width:34rem}
.btn--ghost{background:var(--paper);color:var(--ink);border:1px solid var(--rule);justify-content:center;
  transition:border-color .25s,opacity .3s}
.btn--ghost:hover{border-color:var(--ink);opacity:1}

/* Success / failure. The endpoint 303s back to #ok or #err, so :target does this with no JS. */
.panel{display:none;max-width:34rem;border-inline-start:2px solid var(--ink);
  padding:1.1rem 1.4rem;margin:0 0 2rem;background:var(--paper);animation:bv-fade .4s ease both}
.panel h2{font-size:1.35rem;margin:0 0 .35rem}
.panel p{margin:0;color:var(--muted)}
.panel--err{border-color:#8C3A2E}
.panel:target,.panel.is-on{display:block}

/* VVIP code entry — the VBV prefix is furniture, the visitor types six digits. */
.code{display:flex;align-items:stretch;border:1px solid var(--rule);background:var(--paper);max-width:20rem;
  /* VBV 482-317 is one LTR token, so the prefix stays left of the digits even on the Arabic page. */
  direction:ltr;
  transition:border-color .25s}
.code:focus-within{border-color:var(--ink)}
.code__pre{display:flex;align-items:center;padding-inline:1rem;background:var(--ink);color:var(--ivory);
  font:500 .8125rem/1 var(--ui);letter-spacing:.16em}
.code input{border:0;width:100%;min-width:0;font-size:1.35rem;letter-spacing:.18em;font-variant-numeric:tabular-nums}
.code input:focus{outline:0}
.formwrap--vvip .field{gap:.7rem}

/* Home teasers */
.vvip-teaser{background:var(--ink);color:var(--ivory)}
.vvip-teaser .kicker{color:var(--gold)}
.vvip-teaser h2{max-width:22ch;margin:.75rem 0 1.5rem}
.vvip-teaser .link{border-color:var(--ivory);color:var(--ivory)}
.signup{background:var(--beige)}
.signup h2{margin:0 0 .6rem}
.signup .lead{margin-bottom:1.75rem}

/* ============================================================================================
   Try-on stage
   ========================================================================================== */
.tryon{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,3rem);
  align-items:start;padding-block:calc(var(--pad) * .55) var(--pad)}
.stage{position:relative;aspect-ratio:3/4;background:var(--ink);overflow:hidden;isolation:isolate}
/* The <video> is only a frame source for the canvas; it is never the thing on screen. */
.stage__cam{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.stage__out{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
  touch-action:none;cursor:grab}
.stage__out:active{cursor:grabbing}
.stage__msg{position:absolute;inset-inline:1.25rem;inset-block-end:5rem;margin:0;text-align:center;
  color:var(--ivory);font-family:var(--ui);font-size:.9375rem;line-height:1.5;text-wrap:balance}
.stage__bar{position:absolute;inset-block-end:1rem;inset-inline:0;display:flex;gap:.6rem;
  justify-content:center;flex-wrap:wrap;padding-inline:1rem}
.pill{min-height:44px;padding:0 1.25rem;border:0;border-radius:999px;background:rgba(20,22,26,.66);
  color:var(--ivory);font:500 .75rem/1 var(--ui);letter-spacing:.14em;text-transform:uppercase;
  cursor:pointer;backdrop-filter:blur(6px);transition:background .25s}
.pill:hover{background:rgba(20,22,26,.85)}
[dir=rtl] .pill,[lang=zh] .pill,[lang=ta] .pill{text-transform:none;letter-spacing:0;font-size:.8125rem}
.tryon__side .ways{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem}
.tryon__side .ways button{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem .95rem;
  min-height:44px;border:1px solid var(--rule);background:0 0;color:var(--muted);font:inherit;
  cursor:pointer;transition:border-color .25s,color .25s}
.tryon__side .ways button:hover,.tryon__side .ways button.is-on{border-color:var(--ink);color:var(--ink)}
.tryon__side .ways button span{width:.7rem;height:.7rem;border-radius:999px;background:var(--sw);flex:0 0 auto}
.tryon__lbl{color:var(--muted);margin:0 0 .75rem}
.tryon__side p{margin:0 0 1rem}
.tryon__privacy{border-inline-start:2px solid var(--gold);padding-inline-start:.9rem}
.tryon__nojs{grid-column:1/-1}
/* Hidden but focusable: the file input is reached through its label, so never display:none. */
.vh{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.tryon.is-live .stage__msg:empty{display:none}
@media (max-width:860px){
  .tryon{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;
    transition-duration:.01ms!important;scroll-behavior:auto!important}
  [data-reveal]{opacity:1!important;transform:none!important}
  .hero__media img,.what__media img,.why__bg img,.look__media img+img,.grid6 img{
    animation-timeline:none!important;animation-name:none!important;transform:none!important}
}
