/* =====================================================================
   Love, Fashion & More — Boutique · Historic Downtown Sanford, FL
   A1A Marketing & Consulting
   LUXURY design system v2 — quiet-luxury elevation.
   Near-monochrome warm noir + ivory, ONE flat champagne gold, rose as a
   whisper. Flat surfaces (no shadows/radii), generous negative space,
   slow expo motion + couture image reveal, centered wordmark.
   Cormorant Garamond (display) × Jost (labels/body). NO star emblems.
   ===================================================================== */

/* ---------- Tokens ---------- */
:root{
  --noir:#1B1416;        /* warm near-black — never pure #000 */
  --noir-800:#241B1F;
  --espresso:#3A2E31;    /* dark label text */
  --ink:#2A2125;         /* body text */
  --muted:#6F6063;       /* secondary text (AA on cream/ivory) */
  --faint:#9A8C8E;

  --paper:#FBF6F0;       /* warm ivory — never pure white */
  --cream:#F4EBE1;
  --bone:#EEE3D6;
  --white:#FFFFFF;

  /* ONE flat champagne gold — hairlines, wordmark, tiny accents only */
  --gold:#C29A4E;
  --gold-deep:#9C7C44;   /* slightly deeper, decorative */
  --gold-line:rgba(194,154,78,.5);
  --gold-line-soft:rgba(194,154,78,.32);

  --taupe:#8A7968;       /* soft neutral accent */
  --rose:#9E7E81;        /* grayed mauve — rare, soft moments only */

  --line:#E5D9CB;        /* hairlines on paper */
  --line-soft:#EFE6DA;
  --ring:rgba(58,46,49,.35);

  /* depth comes from air + hairlines, not elevation — shadows barely there */
  --shadow-sm:0 1px 2px rgba(27,20,22,.04);
  --shadow-md:0 12px 40px rgba(27,20,22,.06);
  --shadow-lg:0 24px 64px rgba(27,20,22,.08);
  --shadow-xl:0 36px 90px rgba(27,20,22,.10);

  --container:1240px;
  --measure:42em;
  --ease:cubic-bezier(.16,1,.3,1);   /* expo-out — the luxury curve */
  --serif:"Cormorant Garamond","Cormorant",Georgia,serif;
  --sans:"Jost",system-ui,-apple-system,"Segoe UI",sans-serif;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
*{margin:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:var(--sans);
  color:var(--ink);background:var(--paper);
  font-size:1.0625rem;line-height:1.75;font-weight:300;letter-spacing:.01em;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  font-synthesis:none;overflow-x:hidden;
}
img,svg,video{display:block;max-width:100%}
img{height:auto}
a{color:var(--noir);text-decoration:none;transition:color .3s var(--ease)}
a:hover{color:var(--gold-deep)}
ul{list-style:none;padding:0}
button{font:inherit;cursor:pointer;color:inherit}
:focus-visible{outline:2px solid var(--gold-deep);outline-offset:3px}
h1,h2,h3,h4{font-family:var(--serif);line-height:1.08;color:var(--noir);font-weight:400;letter-spacing:0}
em{font-style:italic}

/* subliminal film grain — tactile, printed feel */
.grain{position:fixed;inset:0;z-index:2;pointer-events:none;opacity:.03;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
@media (prefers-reduced-motion:reduce){.grain{display:none}}

/* ---------- Layout ---------- */
.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.3rem,5vw,3rem)}
.section{padding-block:clamp(72px,9vw,140px)}
.section--tight{padding-block:clamp(48px,5vw,72px)}
.section--alt{background:var(--cream)}
.section--blush{background:var(--cream)}
.section--noir{position:relative;color:#E7DBD2;background:var(--noir)}
.section--noir h1,.section--noir h2,.section--noir h3,.section--noir h4{color:var(--paper)}
.section--noir .lead{color:#C9B9B1}
.center{text-align:center}
.measure{max-width:var(--measure)}
.measure-c{max-width:46em;margin-inline:auto}
.grid{display:grid;gap:clamp(1rem,2.4vw,1.8rem)}
.grid--2{grid-template-columns:repeat(2,1fr)}
.grid--3{grid-template-columns:repeat(3,1fr)}
.grid--4{grid-template-columns:repeat(4,1fr)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,6rem);align-items:center}
.split--w{grid-template-columns:1.05fr .95fr}
.split--n{grid-template-columns:.95fr 1.05fr}

/* ---------- Type helpers ---------- */
.eyebrow{display:inline-flex;align-items:center;gap:.8rem;font-family:var(--sans);font-weight:400;
  text-transform:uppercase;letter-spacing:.32em;font-size:.7rem;color:var(--espresso)}
.eyebrow::before{content:"";width:34px;height:1px;background:var(--gold)}
.eyebrow--center::after{content:"";width:34px;height:1px;background:var(--gold)}
.section--noir .eyebrow{color:var(--gold)}
h1{font-size:clamp(3rem,7.5vw,6.4rem);line-height:1.03;letter-spacing:-.015em;font-weight:400}
h2{font-size:clamp(2rem,4.4vw,3.4rem);font-weight:400;letter-spacing:-.01em}
h3{font-size:clamp(1.3rem,2.1vw,1.6rem)}
h4{font-size:1.1rem}
.lead{font-family:var(--sans);font-size:clamp(1.04rem,1.4vw,1.18rem);color:var(--muted);font-weight:300;line-height:1.7;letter-spacing:.01em;max-width:var(--measure)}
.lead-big{font-size:clamp(1.18rem,1.9vw,1.5rem);color:var(--ink);font-weight:300;line-height:1.6}
.kicker{font-family:var(--serif);font-style:italic;font-weight:500;color:var(--gold-deep);font-size:1.2rem}
.muted{color:var(--muted);max-width:var(--measure)}
.script{font-family:var(--serif);font-style:italic;font-weight:500}
.text-stack>*+*{margin-top:1.2rem}
.u-gold{color:var(--gold-deep)}
.hairline{height:1px;background:var(--gold-line);border:0}
.divider-mark{display:flex;align-items:center;justify-content:center;gap:1.2rem;color:var(--gold-deep)}
.divider-mark::before,.divider-mark::after{content:"";height:1px;width:min(120px,18vw);background:var(--gold-line)}
.divider-mark span{font-family:var(--serif);font-style:italic;color:var(--gold-deep);font-size:1.2rem}
.section--noir .divider-mark,.section--noir .divider-mark span{color:var(--gold)}

/* ---------- Buttons — flat, square, quiet ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  font-family:var(--sans);font-weight:400;font-size:.74rem;line-height:1;text-transform:uppercase;letter-spacing:.22em;
  padding:1.05rem 2rem;border:1px solid transparent;background:none;
  transition:background .4s var(--ease),color .4s var(--ease),border-color .4s var(--ease);white-space:nowrap}
.btn svg{width:15px;height:15px;flex:none}
.btn--primary{background:var(--noir);color:var(--paper);border-color:var(--noir)}
.btn--primary:hover{background:transparent;color:var(--noir)}
.btn--outline{background:transparent;color:var(--noir);border-color:var(--noir)}
.btn--outline:hover{background:var(--noir);color:var(--paper)}
.btn--outline-light{background:transparent;color:var(--paper);border-color:rgba(251,246,240,.5)}
.btn--outline-light:hover{background:var(--paper);color:var(--noir);border-color:var(--paper)}
.btn--on-dark{background:var(--paper);color:var(--noir);border-color:var(--paper)}
.btn--on-dark:hover{background:transparent;color:var(--paper)}
.btn--gold{background:var(--gold);color:var(--noir);border-color:var(--gold)}
.btn--gold:hover{background:transparent;color:var(--noir);border-color:var(--noir)}
.btn--rose{background:var(--noir);color:var(--paper);border-color:var(--noir)}
.btn--rose:hover{background:transparent;color:var(--noir)}
.btn--ghost{background:transparent;color:var(--noir);border-color:var(--line)}
.btn--ghost:hover{background:var(--noir);color:var(--paper);border-color:var(--noir)}
.btn--lg{padding:1.2rem 2.4rem;font-size:.78rem}
.btn--block{width:100%}
/* quiet animated-underline text links */
.btn--text,.btn--text-light{background:none;border:0;padding:.3rem 0;letter-spacing:.2em;position:relative;font-size:.74rem;text-transform:uppercase}
.btn--text{color:var(--noir)}
.btn--text-light{color:var(--paper)}
.btn--text::after,.btn--text-light::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease)}
.btn--text:hover,.btn--text-light:hover{color:var(--gold-deep)}
.btn--text-light:hover{color:var(--paper)}
.btn--text:hover::after,.btn--text-light:hover::after{transform:scaleX(1)}

/* ---------- Top announcement bar ---------- */
.topbar{background:var(--noir);color:#D8C9BF;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:38px;padding-block:.55rem}
.topbar a{color:#EFE3D9}
.topbar a:hover{color:var(--gold)}
.topbar__msg{display:inline-flex;align-items:center;gap:.6rem;font-weight:300}
.topbar__msg svg{width:13px;height:13px;color:var(--gold)}
.topbar__right{display:inline-flex;gap:1.6rem;align-items:center}
.topbar__item{display:inline-flex;align-items:center;gap:.45rem;font-weight:300}
.topbar__item svg{width:12px;height:12px;color:var(--gold)}
.topbar__social{display:inline-flex;gap:1rem;align-items:center}
.topbar__social a{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center}
.topbar__social a:hover{color:var(--gold)}
.topbar__social svg{width:14px;height:14px}

/* ---------- Header — centered wordmark, sticky shrink ---------- */
.site-header{position:sticky;top:0;z-index:60;background:rgba(251,246,240,.9);
  backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--gold-line-soft);
  transition:background .3s var(--ease),border-color .3s var(--ease)}
.site-header.is-stuck{background:rgba(251,246,240,.97);border-bottom-color:var(--gold-line)}
.header-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;
  padding-block:clamp(1.1rem,2vw,1.7rem);transition:padding .3s var(--ease)}
.site-header.is-stuck .header-bar{padding-block:.85rem}
.brand{grid-column:2;display:inline-flex;flex-direction:column;align-items:center;line-height:1;text-align:center}
.brand__name{font-family:var(--serif);font-weight:500;font-size:clamp(1.5rem,2.4vw,1.9rem);color:var(--noir);letter-spacing:.04em;white-space:nowrap;transition:font-size .3s var(--ease)}
.site-header.is-stuck .brand__name{font-size:1.4rem}
.brand__name em{font-style:italic;color:var(--noir)}
.brand__sub{font-family:var(--sans);font-weight:400;font-size:.56rem;letter-spacing:.4em;color:var(--taupe);text-transform:uppercase;margin-top:.5rem}
.brand__rule{display:none}
.header-appt{grid-column:3;justify-self:end;font-family:var(--sans);font-size:.66rem;letter-spacing:.26em;text-transform:uppercase;color:var(--espresso);position:relative}
.header-appt::after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .4s var(--ease)}
.header-appt:hover{color:var(--noir)}
.header-appt:hover::after{transform:scaleX(1)}
.nav{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:clamp(1.2rem,3vw,2.6rem);
  border-top:1px solid var(--gold-line-soft);padding-top:1rem;margin-top:.2rem}
.site-header.is-stuck .nav{padding-top:.7rem}
.nav a{font-family:var(--sans);font-weight:400;color:var(--ink);font-size:.72rem;text-transform:uppercase;letter-spacing:.24em;position:relative;padding-bottom:.2rem}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:center;transition:transform .4s var(--ease)}
.nav a:hover{color:var(--noir)}
.nav a:hover::after,.nav a[aria-current="page"]::after{transform:scaleX(1)}
.nav a[aria-current="page"]{color:var(--noir)}
.nav-toggle{grid-column:1;justify-self:start;display:none;width:44px;height:44px;border:1px solid var(--line);background:transparent;align-items:center;justify-content:center}
.nav-toggle svg{width:22px;height:22px;color:var(--noir)}

/* ---------- Hero ---------- */
.hero{position:relative;overflow:hidden;background:var(--noir);color:var(--paper)}
.hero__bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
.hero__bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(20,12,15,.72) 0%,rgba(20,12,15,.46) 44%,rgba(20,12,15,.18) 78%,rgba(20,12,15,.32) 100%),
  linear-gradient(0deg,rgba(20,12,15,.5),transparent 42%)}
.hero__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:clamp(580px,84vh,860px);padding-block:clamp(4rem,9vw,7rem)}
.hero__copy{max-width:46rem}
.hero .eyebrow{color:var(--gold)}
.hero h1{color:var(--paper);margin-top:1.5rem;text-shadow:0 1px 40px rgba(0,0,0,.25)}
.hero h1 em{color:var(--paper);font-weight:400}
.hero .lead{color:#E7DBD2;margin-top:1.7rem;max-width:42ch}
.hero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem;margin-top:2.4rem}
.hero__meta{display:flex;flex-wrap:wrap;gap:1rem 2.4rem;margin-top:2.6rem;padding-top:1.8rem;border-top:1px solid rgba(251,246,240,.2)}
.hero__meta-item{display:flex;align-items:center;gap:.6rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#E7DBD2;font-weight:300}
.hero__meta-item svg{width:17px;height:17px;color:var(--gold);flex:none}

/* page hero (interior) */
.page-hero{position:relative;overflow:hidden;color:var(--paper);background:var(--noir)}
.page-hero__bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.page-hero__bg img{width:100%;height:100%;object-fit:cover}
.page-hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,12,15,.74),rgba(20,12,15,.46) 70%,rgba(20,12,15,.3))}
.page-hero .container{position:relative;z-index:2;padding-block:clamp(4rem,9vw,6.5rem)}
.page-hero h1{color:var(--paper);font-size:clamp(2.6rem,5.6vw,4.6rem)}
.page-hero .lead{color:#E7DBD2;max-width:52ch;margin-top:1.2rem}
.page-hero .eyebrow{color:var(--gold)}
.crumbs{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:#C6B5AC;margin-bottom:1.1rem}
.crumbs a{color:#E7DBD2}
.crumbs span{opacity:.5;margin-inline:.5rem}

/* ---------- Marquee (slowed, quieted) ---------- */
.marquee{background:var(--cream);overflow:hidden;border-block:1px solid var(--line);padding-block:1.3rem}
.marquee__track{display:flex;width:max-content;animation:marquee 90s linear infinite}
.marquee:hover .marquee__track{animation-play-state:paused}
.marquee__item{display:inline-flex;align-items:center;gap:1.6rem;padding-inline:1.6rem;font-family:var(--serif);font-style:italic;font-weight:500;font-size:1.3rem;color:var(--noir);white-space:nowrap}
.marquee__item::after{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold)}
@keyframes marquee{to{transform:translateX(-50%)}}

/* ---------- Section heads ---------- */
.section-head{max-width:var(--measure);margin-bottom:clamp(2.6rem,5vw,4rem)}
.section-head .lead{margin-top:1.1rem}
.section-head--center{margin-inline:auto;text-align:center}
.section-head--center .eyebrow{justify-content:center}
.section-head--center .lead{margin-inline:auto}

/* ---------- Editorial statement ---------- */
.statement h2{font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;letter-spacing:-.015em}
.statement h2 em{color:var(--gold-deep)}

/* image frames */
.frame{position:relative;overflow:hidden;background:var(--bone)}
.frame img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease)}
.frame--tall{aspect-ratio:3/4}
.frame--port{aspect-ratio:4/5}
.frame--land{aspect-ratio:4/3}
.frame--sq{aspect-ratio:1/1}
.frame--wide{aspect-ratio:16/10}
.frame__edge{position:absolute;inset:14px;border:1px solid rgba(251,246,240,.45);pointer-events:none;z-index:2}
.collage{position:relative;min-height:clamp(400px,48vw,580px)}
.collage__a{position:absolute;top:0;right:0;width:72%;aspect-ratio:4/5;overflow:hidden}
.collage__b{position:absolute;bottom:0;left:0;width:50%;aspect-ratio:1/1;overflow:hidden;border:6px solid var(--paper)}
.collage img{width:100%;height:100%;object-fit:cover}
.collage__frame{position:absolute;top:-18px;right:-18px;width:72%;aspect-ratio:4/5;border:1px solid var(--gold-line);z-index:-1}
.collage__tag{position:absolute;left:0;bottom:-14px;z-index:3;background:var(--noir);color:var(--paper);font-family:var(--serif);font-style:italic;font-size:1.15rem;padding:.5rem 1.3rem}

/* ---------- Campaign band (full-bleed editorial) ---------- */
.campaign{position:relative;overflow:hidden;background:var(--noir);color:var(--paper)}
.campaign__bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.campaign__bg img{width:100%;height:100%;object-fit:cover}
.campaign__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,12,15,.55),rgba(20,12,15,.2) 60%,rgba(20,12,15,.4))}
.campaign__inner{position:relative;z-index:2;min-height:clamp(440px,60vh,640px);display:flex;flex-direction:column;justify-content:center;padding-block:clamp(4rem,8vw,7rem);max-width:34rem}
.campaign__inner .eyebrow{color:var(--gold)}
.campaign__line{font-family:var(--serif);font-weight:400;font-size:clamp(2rem,4vw,3.2rem);line-height:1.12;color:var(--paper);margin-top:1.2rem}
.campaign__line em{font-style:italic}
.campaign__cta{margin-top:2rem}

/* ---------- Collection / category cards ---------- */
.col-card{position:relative;display:block;overflow:hidden;background:var(--bone);aspect-ratio:3/4}
.col-card img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.col-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,12,15,.03) 30%,rgba(20,12,15,.62));transition:background .5s var(--ease)}
.col-card:hover img{transform:scale(1.03)}
.col-card:hover::after{background:linear-gradient(180deg,rgba(20,12,15,.1) 20%,rgba(20,12,15,.72))}
.col-card__body{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:clamp(1.4rem,2.4vw,2rem);color:#fff}
.col-card__no{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:1rem;margin-bottom:.4rem}
.col-card h3{color:#fff;font-size:clamp(1.5rem,2.4vw,2rem)}
.col-card p{color:rgba(255,255,255,.82);font-size:.92rem;margin-top:.5rem;max-width:34ch}
.col-card__more{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.1rem;font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}
.col-card__more svg{width:14px;height:14px;transition:transform .4s var(--ease)}
.col-card:hover .col-card__more svg{transform:translateX(6px)}

/* feature / values trio */
.feature{text-align:center;padding:1rem}
.feature__ic{width:64px;height:64px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.4rem;color:var(--gold-deep)}
.feature__ic svg{width:25px;height:25px}
.feature h3{font-size:1.4rem;margin-bottom:.6rem}
.feature p{color:var(--muted);font-size:.96rem;margin-inline:auto;max-width:32ch}
.section--noir .feature__ic{color:var(--gold)}
.section--noir .feature p{color:#C9B9B1}

/* trust row — authentication & curation (NO stars) */
.trust{display:grid;grid-template-columns:repeat(3,1fr)}
.trust__item{text-align:center;padding:clamp(1.4rem,3vw,2.2rem) 1.4rem;border-left:1px solid var(--gold-line-soft)}
.trust__item:first-child{border-left:0}
.trust__k{font-family:var(--serif);font-style:italic;font-size:1.5rem;color:var(--gold-deep);margin-bottom:.5rem}
.trust__t{font-size:.95rem;color:var(--muted);max-width:30ch;margin-inline:auto}
.section--noir .trust__k{color:var(--gold)}
.section--noir .trust__t{color:#C9B9B1}
.section--noir .trust__item{border-color:rgba(194,154,78,.22)}

/* numbered editorial list */
.steps{display:grid;gap:1.8rem}
.step{display:flex;gap:1.4rem;align-items:flex-start}
.step__n{flex:none;font-family:var(--serif);font-style:italic;font-size:2rem;color:var(--gold-deep);line-height:1;width:2.2rem}
.step h3{font-size:1.3rem;margin-bottom:.3rem}
.step p{color:var(--muted);font-size:.96rem}

/* check list */
.check-list{display:grid;gap:.95rem}
.check-list li{display:flex;gap:.85rem;align-items:flex-start;color:var(--ink)}
.check-list li svg{width:18px;height:18px;color:var(--gold-deep);flex:none;margin-top:5px}
.section--noir .check-list li{color:#E7DBD2}
.section--noir .check-list li svg{color:var(--gold)}

/* ---------- Lookbook / The Edit ---------- */
.lookbook{columns:3;column-gap:clamp(1rem,2vw,1.5rem)}
.lookbook__item{break-inside:avoid;margin-bottom:clamp(1rem,2vw,1.5rem);position:relative;overflow:hidden;cursor:zoom-in;background:var(--bone);display:block}
.lookbook__item img{width:100%;transition:transform 1s var(--ease)}
.lookbook__item::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(20,12,15,.5));opacity:0;transition:opacity .5s var(--ease)}
.lookbook__item:hover img,.lookbook__item.is-hover img{transform:scale(1.03)}
.lookbook__item:hover::after,.lookbook__item.is-hover::after{opacity:1}
.lookbook__cap{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.2rem;color:#fff;font-family:var(--serif);font-style:italic;font-size:1.1rem;opacity:0;transform:translateY(8px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
.lookbook__item:hover .lookbook__cap,.lookbook__item.is-hover .lookbook__cap{opacity:1;transform:none}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:clamp(1rem,2vw,1.5rem)}
.gallery-grid .frame{cursor:zoom-in}
.edit-cap{font-family:var(--serif);font-style:italic;color:var(--ink);font-size:1.05rem;margin-top:.7rem;text-align:center}

/* ---------- Pull quote ---------- */
.pullquote{max-width:24ch;margin-inline:auto;text-align:center}
.pullquote p{font-family:var(--serif);font-style:italic;font-size:clamp(1.9rem,4.4vw,3.1rem);line-height:1.18;color:var(--noir)}
.section--noir .pullquote p{color:var(--paper)}
.pullquote footer{margin-top:1.8rem;font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-deep)}
.section--noir .pullquote footer{color:var(--gold)}

/* quotes (kept for future real reviews) */
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.4rem,3vw,2.6rem)}
.quote__mark{font-family:var(--serif);font-size:3rem;line-height:.5;color:var(--gold);display:block;margin-bottom:1rem}
.quote p{font-family:var(--serif);font-size:1.3rem;line-height:1.45;color:var(--noir)}
.quote footer{margin-top:1.2rem;font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--espresso)}
.section--noir .quote p{color:var(--paper)}
.section--noir .quote footer{color:var(--gold)}

/* ---------- Newsletter / appointment panel ---------- */
.signup{background:var(--cream);border:1px solid var(--gold-line-soft);padding:clamp(2.2rem,5vw,4rem);text-align:center}
.signup h2{font-size:clamp(1.9rem,3.6vw,2.7rem)}
.signup p{color:var(--muted);margin-top:.9rem;max-width:46ch;margin-inline:auto}
.signup__form{display:flex;gap:.7rem;max-width:480px;margin:2rem auto 0}
.signup__form input{flex:1;font:inherit;font-size:.95rem;background:var(--paper);border:1px solid var(--line);padding:1.05rem 1.1rem;color:var(--ink)}
.signup__form input:focus{outline:none;border-color:var(--gold-deep);box-shadow:0 0 0 3px var(--ring)}
.signup__note{font-size:.78rem;color:var(--muted);margin-top:1rem;letter-spacing:.04em}
.appointment{text-align:center;max-width:46rem;margin-inline:auto}
.appointment .eyebrow{justify-content:center}

/* ---------- CTA band ---------- */
.cta-band{position:relative;overflow:hidden;color:var(--paper);background:var(--noir)}
.cta-band::before{content:"";position:absolute;inset:22px;border:1px solid var(--gold-line-soft);pointer-events:none}
.cta-band .container{position:relative;z-index:2;text-align:center;padding-block:clamp(4rem,8vw,6rem)}
.cta-band h2{color:var(--paper);font-size:clamp(2.1rem,4.6vw,3.5rem);max-width:22ch;margin-inline:auto}
.cta-band p{color:#C9B9B1;margin-top:1.2rem;max-width:48ch;margin-inline:auto}
.cta-band__actions{display:flex;flex-wrap:wrap;gap:1.4rem;justify-content:center;align-items:center;margin-top:2.4rem}

/* ---------- Panels / info / forms ---------- */
.panel{background:var(--paper);border:1px solid var(--line);padding:clamp(1.6rem,3vw,2.4rem)}
.info-list{display:grid;gap:1.6rem}
.info-list li{display:flex;gap:1.2rem;align-items:flex-start}
.info-list .ic{width:48px;height:48px;flex:none;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold-deep)}
.info-list .ic svg{width:20px;height:20px}
.info-list b{display:block;font-family:var(--sans);font-weight:400;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--espresso);margin-bottom:.4rem}
.info-list a{color:var(--ink)}
.info-list a:hover{color:var(--gold-deep)}
.info-list .big{font-family:var(--serif);font-size:1.35rem;color:var(--noir)}
.hours{width:100%;border-collapse:collapse}
.hours td{padding:.7rem 0;border-bottom:1px solid var(--line);font-size:.95rem}
.hours td:last-child{text-align:right;color:var(--noir)}
.hours tr.today td{color:var(--gold-deep)}
.hours-note{font-style:italic;font-family:var(--serif);color:var(--muted);font-size:.95rem;margin-top:1rem}
.form{background:var(--paper);border:1px solid var(--line);padding:clamp(1.8rem,3.4vw,2.8rem)}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.2rem}
.field label{font-family:var(--sans);font-weight:400;font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:var(--espresso)}
.field input,.field select,.field textarea{font:inherit;font-size:1rem;color:var(--ink);background:var(--paper);border:1px solid var(--line);padding:.9rem .95rem;width:100%;transition:border-color .3s var(--ease),box-shadow .3s var(--ease)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold-deep);box-shadow:0 0 0 3px var(--ring)}
.field textarea{min-height:130px;resize:vertical}
.form__note{font-size:.82rem;color:var(--muted);margin-top:.6rem}
.form-status{font-size:.92rem;margin-top:.5rem}
.map-embed{overflow:hidden;border:1px solid var(--line);background:var(--bone)}
.map-embed iframe{display:block;width:100%;height:400px;border:0;filter:grayscale(.3) contrast(.95)}
.badge{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--gold-line);color:var(--gold-deep);font-weight:400;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;padding:.4rem .9rem}
.chip-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.3rem}
.chip{border:1px solid var(--line);color:var(--ink);font-size:.82rem;padding:.42rem .95rem;letter-spacing:.06em}
.section--noir .chip{border-color:rgba(251,246,240,.25);color:#E7DBD2}

/* ---------- Footer ---------- */
.site-footer{position:relative;color:#C9B9B1;background:var(--noir);padding-block:clamp(3.4rem,6vw,5rem) 0}
.site-footer a{color:#C9B9B1}
.site-footer a:hover{color:var(--paper)}
.footer-top{text-align:center;padding-bottom:clamp(2.6rem,5vw,3.6rem);border-bottom:1px solid rgba(194,154,78,.22)}
.footer-top .brand{margin-inline:auto}
.footer-top .brand__name{color:var(--paper);font-size:2rem}
.footer-top .brand__sub{color:var(--gold)}
.footer-top p{color:#B2A099;max-width:46ch;margin:1.4rem auto 0;font-size:.98rem;font-weight:300}
.footer-social{display:flex;gap:1rem;justify-content:center;margin-top:1.8rem}
.footer-social a{width:42px;height:42px;border:1px solid rgba(194,154,78,.3);border-radius:50%;display:flex;align-items:center;justify-content:center}
.footer-social a:hover{background:var(--gold);border-color:var(--gold);color:var(--noir)}
.footer-social svg{width:16px;height:16px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.6rem;padding-block:clamp(2.6rem,5vw,3.6rem)}
.footer-col h4{color:var(--paper);font-family:var(--sans);font-weight:400;font-size:.66rem;letter-spacing:.26em;text-transform:uppercase;margin-bottom:1.4rem}
.footer-col ul{display:grid;gap:.8rem}
.footer-col li{font-size:.94rem;font-weight:300}
.footer-contact li{display:flex;gap:.7rem;align-items:flex-start;margin-bottom:.9rem;font-size:.94rem;color:#B2A099}
.footer-contact svg{width:15px;height:15px;color:var(--gold);flex:none;margin-top:4px}
.footer-bottom{border-top:1px solid rgba(194,154,78,.22);padding-block:1.6rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.7rem;font-size:.72rem;letter-spacing:.1em;color:#988179}
.footer-bottom a{color:#B2A099}

/* ---------- Sticky mobile bar ---------- */
.mobilebar{position:fixed;left:0;right:0;bottom:0;z-index:70;display:none;background:var(--noir);
  border-top:1px solid var(--gold-line-soft);padding:.55rem;gap:.55rem}
.mobilebar a{flex:1;justify-content:center;padding:.9rem .6rem;font-size:.68rem}

/* ---------- Reveal + image reveal ---------- */
.reveal{opacity:0;transform:translateY(28px);transition:opacity 1s var(--ease),transform 1s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal[data-d="1"]{transition-delay:.12s}
.reveal[data-d="2"]{transition-delay:.24s}
.reveal[data-d="3"]{transition-delay:.36s}
.reveal[data-d="4"]{transition-delay:.48s}
/* couture clip-path image reveal with counter-zoom */
.img-reveal{overflow:hidden}
.img-reveal img{transform:scale(1.12);clip-path:inset(0 0 100% 0);transition:transform 1.3s var(--ease),clip-path 1.3s var(--ease)}
.img-reveal.in img{transform:scale(1);clip-path:inset(0 0 0 0)}

/* ---------- Lightbox ---------- */
.lightbox{position:fixed;inset:0;z-index:120;display:none;place-items:center;padding:clamp(1rem,4vw,3rem);background:rgba(18,10,13,.95);backdrop-filter:blur(8px)}
.lightbox.open{display:grid}
.lightbox img{max-width:100%;max-height:84vh}
.lightbox__cap{position:absolute;bottom:clamp(1rem,4vw,2.4rem);left:0;right:0;text-align:center;color:var(--paper);font-family:var(--serif);font-style:italic;font-size:1.15rem}
.lightbox__close,.lightbox__nav{position:absolute;background:transparent;border:1px solid rgba(251,246,240,.4);color:#fff;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:background .3s var(--ease),border-color .3s var(--ease)}
.lightbox__close:hover,.lightbox__nav:hover{background:var(--gold);border-color:var(--gold);color:var(--noir)}
.lightbox__close{top:clamp(1rem,3vw,1.6rem);right:clamp(1rem,3vw,1.6rem)}
.lightbox__close svg{width:22px;height:22px}
.lightbox__nav svg{width:24px;height:24px}
.lightbox__nav--prev{left:clamp(.6rem,3vw,2rem);top:50%;transform:translateY(-50%)}
.lightbox__nav--next{right:clamp(.6rem,3vw,2rem);top:50%;transform:translateY(-50%)}

/* ---------- Utilities ---------- */
.mt-0{margin-top:0}.mt-1{margin-top:.8rem}.mt-2{margin-top:1.4rem}.mt-3{margin-top:2.2rem}.mt-4{margin-top:3rem}
.mb-0{margin-bottom:0}
.flex{display:flex}.wrap{flex-wrap:wrap}.gap{gap:1rem}.items-center{align-items:center}.justify-center{justify-content:center}
.skip-link{position:absolute;left:-999px;top:0;background:#fff;color:var(--noir);padding:.6rem 1rem;z-index:200;font-weight:500}
.skip-link:focus{left:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .split,.split--w,.split--n{grid-template-columns:1fr;gap:2.6rem}
  .lookbook{columns:2}
  .quotes{grid-template-columns:1fr;gap:2.4rem;max-width:540px;margin-inline:auto}
  .grid--4{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .header-appt{display:none}
  .nav-toggle{display:inline-flex}
  .header-bar{grid-template-columns:1fr auto 1fr}
  .nav{display:none;border-top:0;padding-top:0;margin-top:0}
  .nav.open{display:flex;flex-direction:column;align-items:center;gap:.2rem;position:absolute;top:100%;left:0;right:0;
    background:var(--paper);border-top:1px solid var(--gold-line-soft);border-bottom:1px solid var(--line);padding:.6rem 0 1rem;box-shadow:var(--shadow-md)}
  .nav.open a{padding:1rem;min-height:46px;display:flex;align-items:center}
  .mobilebar{display:flex}
  body{padding-bottom:62px}
  .trust{grid-template-columns:1fr}
  .trust__item{border-left:0;border-top:1px solid var(--gold-line-soft)}
  .trust__item:first-child{border-top:0}
  .collage{min-height:clamp(360px,82vw,540px)}
}
@media (max-width:680px){
  .grid--2,.grid--3,.grid--4{grid-template-columns:1fr}
  .lookbook{columns:1}
  .form .row{grid-template-columns:1fr}
  .signup__form{flex-direction:column}
  .topbar__right .topbar__item{display:none}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-contact li{justify-content:center}
  .hero__cta{gap:1rem}
  .hero__cta .btn{flex:1}
  .brand__sub{letter-spacing:.3em}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none;transition:opacity .2s}
  .img-reveal img{transform:none;clip-path:none;transition:none}
  .marquee__track{animation:none}
  .col-card:hover img,.frame img:hover,.lookbook__item:hover img{transform:none}
}
