/* MARIE-ANTOINETTE · Paris — marieantoinette.com
   Light, airy, Parisian. Lato (official brand font) for text, Pagella (Palatino) for headlines, italics and quotes. */

/* The design is light by intent. Declaring it stops Android Chrome and Samsung Internet
   auto-darkening (inverting) the palette and the photography, and keeps browser-drawn UI
   — select popups, scrollbars, the caret — light to match the page. */
:root{color-scheme:light dark}

@font-face{font-family:"Lato";src:url("../assets/fonts/lato-light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Lato";src:url("../assets/fonts/lato-lightitalic.woff") format("woff");font-weight:300;font-style:italic;font-display:swap}
@font-face{font-family:"Lato";src:url("../assets/fonts/lato-regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Lato";src:url("../assets/fonts/lato-italic.woff") format("woff");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:"Lato";src:url("../assets/fonts/lato-bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Pagella";src:url("../assets/fonts/pagella.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Pagella";src:url("../assets/fonts/pagella-italic.woff") format("woff");font-weight:400;font-style:italic;font-display:swap}

:root{
  --ivory:#fbf9f6;--ivory-rgb:251,249,246;
  --paper:#ffffff;--paper-rgb:255,255,255;
  --blush:#f5ebe7;--blush-rgb:245,235,231;
  --blush-deep:#ecd9d3;
  --rose:#d9b4ad;
  --wine:#8e2f41;
  --wine-deep:#6f2232;
  --gold:#b59a5f;
  --ink:#2b2523;
  --ink-soft:#4d4542;
  --muted:#7a716d;
  --line:rgba(43,37,35,.13);
  --sans:"Lato","Helvetica Neue",Arial,sans-serif;
  --display:"Pagella","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  --serif:"Pagella","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;
  --ease:cubic-bezier(.22,.61,.36,1);
  --gutter:clamp(1.25rem,5vw,4.5rem);
  --max:1240px;
  --radius:14px;
  --sand:#cbbaa6;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-weight:300;font-size:1.0625rem;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
p{margin:0 0 1.1em}
strong{font-weight:700}
h1,h2,h3,h4{margin:0;font-weight:400;line-height:1.1}
::selection{background:var(--rose);color:var(--ink)}
.sr-only{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.sr-only:focus{left:1rem;top:1rem;width:auto;height:auto;padding:.6rem 1rem;background:var(--ink);color:#fff;z-index:100}

/* ---------- typography ---------- */
.display{font-family:var(--display);font-weight:400;font-size:clamp(2.9rem,7.2vw,6.4rem);line-height:1.02;letter-spacing:-.01em}
.display em,.display-md em,.display-sm em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--wine)}
.display-md{font-family:var(--display);font-weight:400;font-size:clamp(2.1rem,4.6vw,3.9rem);line-height:1.1;letter-spacing:-.005em}
.display-sm{font-family:var(--display);font-weight:400;font-size:clamp(1.7rem,3.2vw,2.6rem);line-height:1.15}
.eyebrow{display:block;font-family:var(--sans);font-weight:700;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--wine);margin:0 0 1.2rem}
.lede{font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.65;color:var(--ink-soft);max-width:36em;margin:1.2rem 0 0}
.script{font-family:var(--serif);font-style:italic;font-weight:400}
blockquote,q,.quote{font-style:italic}
.values p .script{font-size:1.1em;color:var(--wine)}
.copy p{max-width:38em}
.copy p+p{margin-top:1em}
.small{font-size:.9rem;color:var(--muted)}
hr.rule{border:0;height:1px;background:var(--line);margin:0}

/* ---------- buttons & links ---------- */
.btn{display:inline-flex;align-items:center;gap:.65rem;padding:.95rem 1.7rem;border:1px solid var(--ink);border-radius:999px;font-family:var(--sans);font-weight:700;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);background:transparent;cursor:pointer;transition:background .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease),transform .35s var(--ease)}
.btn svg{width:1.05em;height:1.05em;transition:transform .35s var(--ease)}
.btn:hover{background:var(--ink);color:#fff;transform:translateY(-1px)}
.btn:hover svg{transform:translateX(3px)}
.btn--solid{background:var(--wine);border-color:var(--wine);color:#fff}
.btn--solid:hover{background:var(--wine-deep);border-color:var(--wine-deep);color:#fff}
.btn--light{background:#fff;border-color:#fff;color:var(--ink)}
.btn--light:hover{background:transparent;color:#fff;border-color:#fff}
.link{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--wine);position:relative;padding-bottom:.25rem}
.link::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;transform:scaleX(1);transform-origin:left;transition:transform .4s var(--ease)}
.link:hover::after{transform:scaleX(.5)}
.plain{text-decoration:underline;text-underline-offset:.2em;text-decoration-color:var(--rose)}
.plain:hover{text-decoration-color:var(--wine)}
.actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2.2rem}
.actions--stack{flex-direction:column;align-items:flex-start;gap:1.05rem}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 max(var(--gutter),calc((100% - var(--max)) / 2));height:84px;background:rgba(var(--ivory-rgb),.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color .4s var(--ease),height .4s var(--ease)}
.site-header{isolation:isolate}
.site-header::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:url("../assets/pattern-lattice.png") center bottom/240px auto repeat;opacity:.11;transition:opacity .6s var(--ease)}
.site-header.is-stuck::before{opacity:0}
.page-home .site-header::before,.page-queen .site-header::before,.page-contact .site-header::before,.page-brand .site-header::before{display:none}
.page-home .site-header:not(.is-stuck){background:var(--paper)}
.site-header.is-stuck{border-bottom-color:var(--line);height:72px}
.brand{display:flex;align-items:center;gap:1rem;color:var(--ink)}
.brand svg{height:44px;width:auto;display:block;transition:height .4s var(--ease)}
.is-stuck .brand svg{height:38px}
.brand .wordmark{height:10px;width:auto;margin-left:.2rem}
.nav{display:flex;align-items:center;gap:2.1rem}
.nav a{font-size:.74rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-soft);position:relative;padding:.4rem 0;white-space:nowrap}
.nav a:not(.btn)::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--wine);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}
.nav a:not(.btn):hover::after,.nav a[aria-current="page"]::after{transform:scaleX(1)}
.nav a[aria-current="page"]{color:var(--ink)}
.nav .btn{padding:.7rem 1.3rem;font-size:.68rem;margin-left:.4rem;color:#fff}
.nav .btn:hover{color:#fff}
.nav-toggle{display:none;background:none;border:0;padding:.5rem;cursor:pointer;color:var(--ink)}
.nav-toggle svg{width:28px;height:28px}
@media (max-width:1240px){.nav{gap:1.4rem}.nav a{letter-spacing:.16em}}
@media (max-width:980px){
  .site-header{height:70px;-webkit-backdrop-filter:none;backdrop-filter:none;background:rgba(var(--ivory-rgb),.97)}
  .brand svg{height:36px}
  .nav-toggle{display:block}
  .nav{position:fixed;inset:70px 0 0 0;z-index:60;background:var(--ivory);flex-direction:column;justify-content:center;gap:1.6rem;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .35s var(--ease),transform .35s var(--ease)}
  .nav.is-open{opacity:1;transform:none;pointer-events:auto}
  .nav a{font-size:1rem;letter-spacing:.3em}
  .nav .btn{margin:1rem 0 0}
}

/* ---------- layout primitives ---------- */
.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}
.section{padding:clamp(4rem,9vw,7.5rem) var(--gutter)}
.section>*{max-width:var(--max);margin-left:auto;margin-right:auto}
.section--blush{background:var(--blush)}
.section--paper{background:var(--paper)}
.section--tight{padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(3rem,6vw,5rem)}
.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:clamp(2rem,4vw,3.5rem)}
.section__head .eyebrow{margin-bottom:.8rem}
.two{display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,6vw,6rem);align-items:start}
.two--even{grid-template-columns:1fr 1fr;align-items:center}
.two--rev>:first-child{order:2}
@media (max-width:860px){.two,.two--even{grid-template-columns:1fr}.two--rev>:first-child{order:0}.section__head{flex-direction:column;align-items:flex-start;gap:1rem}}

/* ---------- ornament ---------- */
.orn{display:flex;align-items:center;gap:1rem;color:var(--gold);margin:1.4rem 0}
.orn::before,.orn::after{content:"";flex:1;height:1px;background:currentColor;opacity:.5}
.orn svg{width:26px;height:26px}
.orn--left::after{display:none}
.orn--left::before{display:none}

/* ---------- home hero ---------- */
.hero{position:relative;display:grid;grid-template-columns:1.05fr 1fr;min-height:calc(100vh - 84px);align-items:center;gap:clamp(1.5rem,4vw,4rem);padding:clamp(2rem,5vw,4rem) max(var(--gutter),calc((100% - var(--max)) / 2)) clamp(3rem,6vw,5rem);overflow:hidden;isolation:isolate}
.hero__text{position:relative;z-index:2;max-width:640px}
.hero__text .lede{margin-top:1.6rem}
.hero__media{position:relative;z-index:1;justify-self:end;width:min(100%,560px);aspect-ratio:4/5;overflow:hidden;border-radius:999px 999px 0 0;background:var(--blush)}
.hero__media img{width:100%;height:100%;object-fit:cover;transform:scale(1.08);transition:transform 1.6s var(--ease)}
.hero.is-in .hero__media img{transform:scale(1)}
.hero__mono{position:absolute;right:max(-6vw,calc((100% - var(--max)) / 2 - 12vw));top:50%;width:min(60vw,760px);transform:translateY(-52%);color:var(--blush-deep);opacity:.5;z-index:0;pointer-events:none}
.hero__mono svg{width:100%;height:auto}
.hero__tag{position:absolute;left:max(var(--gutter),calc((100% - var(--max)) / 2));bottom:clamp(1.5rem,4vw,3rem);display:flex;align-items:center;gap:1rem;font-size:.68rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);z-index:2}
.hero__tag i{display:block;width:44px;height:1px;background:var(--gold)}
.hero__caption{position:absolute;right:var(--gutter);bottom:clamp(1.5rem,4vw,3rem);font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted);z-index:2;writing-mode:vertical-rl}
/* staged entrance */
.hero__text>*{opacity:0;transform:translateY(22px);transition:opacity 1s var(--ease),transform 1s var(--ease)}
.hero.is-in .hero__text>*{opacity:1;transform:none}
.hero.is-in .hero__text>:nth-child(1){transition-delay:.05s}
.hero.is-in .hero__text>:nth-child(2){transition-delay:.15s}
.hero.is-in .hero__text>:nth-child(3){transition-delay:.3s}
.hero.is-in .hero__text>:nth-child(4){transition-delay:.45s}
.hero__media{opacity:0;transition:opacity 1.4s var(--ease) .1s}
.hero.is-in .hero__media{opacity:1}
@media (max-width:860px){
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:2.5rem}
  .hero__media{justify-self:center;width:min(100%,420px);aspect-ratio:4/5}
  .hero__mono{right:-30vw;top:20%;width:110vw;opacity:.45}
  .hero__tag,.hero__caption{position:static;writing-mode:horizontal-tb;margin-top:1.5rem}
  .hero__caption{display:none}
}

/* ---------- video hero ---------- */
.hero__script{margin:.2rem 0 0;color:var(--ink);line-height:0}
.hero__script svg{width:clamp(260px,32vw,520px);height:auto;display:block}
.hero--video{grid-template-columns:minmax(0,640px) 1fr;background:var(--paper);padding-top:0;padding-bottom:clamp(2rem,4vw,3.5rem)}
.hero__video{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:var(--paper)}
.hero__video video{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;background:var(--paper);mix-blend-mode:multiply;filter:contrast(1.05) saturate(1.1)}
.hero__video::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(var(--paper-rgb)) 0%,rgba(var(--paper-rgb),.8) 22%,rgba(var(--paper-rgb),.3) 42%,rgba(var(--paper-rgb),0) 56%)}
.hero--video .hero__text{max-width:640px}
@media (max-width:860px){
  .hero--video{grid-template-columns:1fr;min-height:calc(100vh - 70px)}
  .hero--video{padding-top:1.5rem}
  .hero__video video{inset:0;width:100%;height:100%;object-fit:cover;opacity:.92}
  .hero__video::after{background:linear-gradient(180deg,rgba(var(--paper-rgb),.5) 0%,rgba(var(--paper-rgb),.7) 45%,rgba(var(--paper-rgb),.95) 100%)}
}

/* ---------- marquee ---------- */
.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);padding:1.1rem 0;white-space:nowrap}
.marquee--blush{background:var(--blush);border-color:transparent}
.marquee__track{display:inline-flex;align-items:center;gap:3rem;will-change:transform}
.marquee__track span{font-family:var(--serif);font-size:1.05rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft)}
.marquee__track em{font-family:var(--serif);font-style:italic;text-transform:none;letter-spacing:0;font-size:1.25rem;color:var(--wine)}
.marquee__track i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold)}

/* ---------- swatch ribbon (style-guide patterns) ---------- */
.swatches{padding:clamp(2.5rem,5vw,4rem) 0 clamp(2.5rem,5vw,4rem);background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}
.swatches__head{max-width:var(--max);margin:0 auto 1.8rem;padding:0 var(--gutter);display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 2rem}
.swatches__head .eyebrow{margin:0}
.swatches__head p{margin:0;font-family:var(--serif);font-style:italic;font-size:1.15rem;color:var(--ink-soft)}
.swatch-carousel .carousel__track{gap:clamp(1.2rem,2.5vw,2.2rem);align-items:center;padding:14px 10px}
.swatch{position:relative;flex:0 0 auto;width:clamp(120px,12vw,160px);aspect-ratio:1;border-radius:50%;overflow:hidden;box-shadow:0 0 0 1px var(--line),0 0 0 6px var(--paper),0 0 0 7px var(--rose);transition:transform .6s var(--ease),box-shadow .6s var(--ease)}
.swatch img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}
.swatch:hover{transform:translateY(-4px);box-shadow:0 0 0 1px var(--line),0 0 0 6px var(--paper),0 0 0 7px var(--wine)}
.swatch:hover img{transform:scale(1.12)}
.swatch--mono{display:grid;place-items:center;background:var(--blush);color:var(--wine)}
.swatch--mono svg{width:46%;height:auto}

/* ---------- statement ---------- */
.statement{text-align:center;padding:clamp(4.5rem,10vw,8rem) var(--gutter)}
.statement>*{max-width:900px;margin-left:auto;margin-right:auto}
.statement .lede{margin:1.6rem auto 0}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:clamp(3rem,6vw,4.5rem);text-align:center}
.values div{padding:0 1rem}
.values b{display:block;font-family:var(--display);font-weight:400;font-size:clamp(1.5rem,2.4vw,2rem);margin-bottom:.6rem}
.values b em{color:var(--wine)}
.values p{font-size:1rem;color:var(--muted);margin:0}
.values div::before{content:"";display:block;width:36px;height:1px;background:var(--gold);margin:0 auto 1.4rem}
@media (max-width:760px){.values{grid-template-columns:1fr;gap:2.2rem}}

/* ---------- photo panels (full bleed) ---------- */
.panel{position:relative;min-height:min(88vh,820px);display:flex;align-items:center;overflow:hidden;color:#fff;isolation:isolate}
.panel--short{min-height:min(62vh,560px)}
.panel--tall{min-height:100vh}
.panel__bg{position:absolute;inset:-12% 0;width:100%;height:124%;object-fit:cover;z-index:-2;will-change:transform}
.panel__shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(43,37,35,.15) 0%,rgba(43,37,35,.05) 40%,rgba(43,37,35,.55) 100%)}
.panel__shade--left{background:linear-gradient(90deg,rgba(43,37,35,.55) 0%,rgba(43,37,35,.25) 45%,rgba(43,37,35,0) 80%)}
.panel__shade--center{background:radial-gradient(ellipse at center,rgba(43,37,35,.35) 0%,rgba(43,37,35,.2) 50%,rgba(43,37,35,.5) 100%)}
.panel__inner{position:relative;width:100%;max-width:calc(var(--max) + 2 * var(--gutter));margin:0 auto;padding:clamp(4rem,8vw,7rem) var(--gutter)}
.panel .eyebrow{color:rgba(255,255,255,.85)}
.panel .lede{color:rgba(255,255,255,.88)}
.panel .display-md em,.panel .display em{color:#fff}
.panel--center .panel__inner{text-align:center}
.panel--fontainebleau{min-height:min(92vh,880px)}
.panel--fontainebleau .panel__shade{background:linear-gradient(180deg,rgba(43,37,35,0) 0%,rgba(43,37,35,.12) 50%,rgba(43,37,35,.6) 100%)}
.panel--fontainebleau .panel__inner{align-self:end;padding-bottom:clamp(3rem,7vw,6rem)}
/* the top edge dissolves into the patterned blush block above */
.panel--fontainebleau::before{content:"";position:absolute;left:0;right:0;top:0;height:clamp(120px,22vh,240px);z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,var(--blush) 0%,rgba(var(--blush-rgb),.92) 18%,rgba(var(--blush-rgb),.6) 45%,rgba(var(--blush-rgb),.25) 72%,rgba(var(--blush-rgb),0) 100%)}
.panel--fontainebleau::after{content:"";position:absolute;left:0;right:0;top:0;height:clamp(120px,22vh,240px);z-index:-1;pointer-events:none;opacity:.5;
  background:url("../assets/pattern-floral.png") center top/900px auto repeat;
  -webkit-mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.5) 40%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.5) 40%,transparent 100%)}
.panel--fontainebleau .display-md{text-shadow:0 2px 24px rgba(0,0,0,.35)}
/* the queen page shows the palace clean: no pattern, no fade over the top of the photo */
.panel--plain-top::before,.panel--plain-top::after{display:none !important}
/* the page above is white, so the photograph rises out of it rather than starting on a line */
.panel--fade-white::before{content:"";position:absolute;left:0;right:0;top:0;z-index:1;pointer-events:none;
  height:clamp(100px,18vh,220px);
  background:linear-gradient(180deg,var(--fade-from,var(--ivory)) 0%,rgba(var(--ivory-rgb),.9) 16%,rgba(var(--ivory-rgb),.68) 34%,
    rgba(var(--ivory-rgb),.42) 54%,rgba(var(--ivory-rgb),.2) 74%,rgba(var(--ivory-rgb),.06) 90%,rgba(var(--ivory-rgb),0) 100%)}
/* further reading */
.books{list-style:none;margin:0;padding:0}
.books li{padding:1.6rem 0;border-top:1px solid var(--line)}
.books li:first-child{border-top:0;padding-top:0}
.books h3{margin:0;font-family:var(--display);font-weight:400;font-size:clamp(1.12rem,1.9vw,1.42rem);line-height:1.28}
.books h3 em{font-style:italic}
.books .k{display:block;margin:.55rem 0 .65rem;font-family:var(--sans);font-weight:700;font-size:.68rem;
  letter-spacing:.22em;text-transform:uppercase;color:var(--wine)}
.books p{margin:0;max-width:46em;font-size:.97rem;color:var(--ink-soft)}
.books .k a{text-decoration:underline;text-underline-offset:.3em;text-decoration-thickness:1px;text-decoration-color:var(--rose)}
.books .k a:hover{text-decoration-color:var(--wine)}
.books .k a{text-decoration:underline;text-underline-offset:.3em;text-decoration-thickness:1px;text-decoration-color:var(--rose);transition:text-decoration-color .3s var(--ease)}
.books .k a:hover{text-decoration-color:var(--wine)}
.panel--fade-white::after{display:none}
/* the same view, painted and photographed: the study dissolves into the photograph on scroll */
.panel--morph .panel__bg{z-index:-3}
.panel--morph .panel__bg--then{z-index:-2;will-change:opacity}
@media (prefers-reduced-motion:reduce){.panel--morph .panel__bg--then{opacity:0}}
.panel--tall{min-height:min(100vh,1080px)}

/* ---------- the Style Guide, in figures ---------- */
.guide{display:grid;grid-template-columns:1fr .82fr;gap:clamp(2.5rem,6vw,5.5rem);align-items:center}
@media (min-width:861px){.guide:has(.plate){grid-template-columns:5fr 7fr;gap:clamp(2rem,6vw,6rem);align-items:start}
  .guide .plate{order:-1}}
.guide__text .lede{max-width:34em}
.guide__book{margin:0}
.guide__book img{width:100%;height:auto;filter:drop-shadow(0 30px 60px rgba(43,37,35,.22))}
/* a picture shown whole, as a plate beside the text */
.plate{margin:0}
.plate img{width:100%;height:auto;border-radius:4px;box-shadow:0 26px 60px rgba(43,37,35,.26)}
.plate figcaption{margin:1.1rem 0 0;font-family:var(--sans);font-size:.63rem;line-height:1.6;letter-spacing:.12em;
  text-transform:uppercase;color:var(--muted)}
@media (max-width:860px){.plate{max-width:400px;margin-inline:auto}.plate figcaption{text-align:center}}
.gnums{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.4rem,3vw,2.6rem);
  margin:clamp(2.4rem,4vw,3.4rem) 0 0;padding-top:clamp(1.8rem,3vw,2.4rem);border-top:1px solid var(--line)}
.gnums>div{min-width:0}
.gnums dt{font-family:var(--display);font-weight:400;font-size:clamp(2.1rem,3.6vw,3.1rem);line-height:1;
  color:var(--wine);font-variant-numeric:tabular-nums}
.gnums dd{margin:.7rem 0 0;font-size:.82rem;line-height:1.45;color:var(--muted)}
@media (max-width:860px){
  .guide{grid-template-columns:1fr;gap:clamp(2rem,6vw,3rem)}
  .guide__book{order:-1;max-width:440px;margin-inline:auto}
  .gnums{grid-template-columns:1fr;gap:1.4rem}
  .gnums>div{display:flex;align-items:baseline;gap:1rem}
  .gnums dd{margin:0}
}
.panel--tall .panel__shade{background:linear-gradient(180deg,rgba(30,22,16,0) 0%,rgba(30,22,16,.08) 44%,rgba(30,22,16,.52) 82%,rgba(30,22,16,.68) 100%)}
@media (max-width:860px){.panel--tall{min-height:min(86vh,720px)}}
/* a painting behind the quote: an even veil, warm, so the canvas still reads */
.panel--painting{min-height:min(80vh,760px)}
.panel--painting .panel__shade{background:linear-gradient(180deg,rgba(28,22,16,.44) 0%,rgba(28,22,16,.56) 46%,rgba(28,22,16,.64) 100%)}
.panel--painting blockquote p,.panel--painting blockquote em,.panel--painting blockquote cite{text-shadow:0 2px 28px rgba(0,0,0,.65)}
@media (max-width:860px){.panel--painting{min-height:min(68vh,580px)}}
.panel-note{margin:1.5rem auto 0;max-width:56ch;font-size:.82rem;line-height:1.65;color:rgba(255,255,255,.8);text-shadow:0 1px 14px rgba(0,0,0,.45)}
/* credit set inside the picture */
.art-credit{position:absolute;right:clamp(16px,2.4vw,30px);bottom:clamp(12px,2vw,22px);z-index:3;margin:0;max-width:min(92%,560px);text-align:right;
  font-family:var(--sans);font-weight:400;font-size:.63rem;line-height:1.5;letter-spacing:.13em;text-transform:uppercase;
  color:rgba(255,255,255,.55);text-shadow:0 1px 12px rgba(0,0,0,.5);pointer-events:none}
.art-credit a{color:inherit;text-decoration:none;pointer-events:auto}
.art-credit em{font-style:italic}
.art-credit--dark{color:rgba(43,37,35,.8);text-shadow:0 1px 3px rgba(255,255,255,.9),0 1px 14px rgba(255,255,255,.8)}
@media (max-width:700px){.art-credit{left:var(--gutter);right:var(--gutter);text-align:left;font-size:.58rem;letter-spacing:.1em;text-shadow:0 1px 3px rgba(0,0,0,.85),0 1px 14px rgba(0,0,0,.7)}}
@media (max-width:860px){.panel--fontainebleau{min-height:min(72vh,620px)}}
.panel--center .lede{margin-left:auto;margin-right:auto}
.panel blockquote{margin:0;max-width:820px}
.panel blockquote p,.panel blockquote em{font-family:var(--serif);font-style:italic;font-synthesis:style;font-size:clamp(1.5rem,3.2vw,2.7rem);line-height:1.12;color:#fff;margin:0}
.panel blockquote cite{display:block;margin-top:1.6rem;font-style:normal;font-size:.72rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.8)}
.panel--center blockquote{margin:0 auto}

/* ---------- the logo builds itself, then the quote arrives ---------- */
.panel--lockup{min-height:min(88vh,900px)}
.panel--lockup .panel__shade{background:linear-gradient(180deg,rgba(28,20,16,.34) 0%,rgba(28,20,16,.5) 100%)}
.lockup{display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,2.2vw,1.8rem);color:#fff;
  margin:0 auto clamp(2.6rem,5vw,4.2rem);filter:drop-shadow(0 4px 26px rgba(0,0,0,.45))}
.lockup svg{display:block;height:auto;fill:currentColor}
.lockup__sym svg{width:clamp(78px,9vw,124px)}
.lockup__name svg{width:clamp(230px,30vw,470px)}
.lockup__script svg{width:clamp(150px,19vw,290px)}
/* the container itself stays put; its three parts come in one after the other */
.panel--lockup .lockup.reveal{opacity:1;transform:none;transition:none}
.panel--lockup .lockup>*,.panel--lockup blockquote{opacity:0;transform:translateY(20px);
  transition:opacity .95s var(--ease),transform .95s var(--ease)}
.panel--lockup .lockup.is-in>*,.panel--lockup .lockup.is-in~blockquote{opacity:1;transform:none}
.panel--lockup .lockup.is-in>*:nth-child(1){transition-delay:.20s}
.panel--lockup .lockup.is-in>*:nth-child(2){transition-delay:1.05s}
.panel--lockup .lockup.is-in>*:nth-child(3){transition-delay:1.90s}
.panel--lockup .lockup.is-in~blockquote{transition-delay:2.85s}
@media (max-width:860px){.panel--lockup{min-height:min(78vh,680px)}}
@media (prefers-reduced-motion:reduce){
  .panel--lockup .lockup>*,.panel--lockup blockquote{opacity:1;transform:none;transition:none}
}
/* light panel variant on inner pages */
.panel--light{color:var(--ink);background:var(--blush)}
.panel--light .eyebrow{color:var(--wine)}
.panel--light .lede{color:var(--ink-soft)}

/* ---------- page hero (inner pages) ---------- */
.page-hero{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:clamp(2rem,5vw,5rem);padding:clamp(3rem,6vw,5rem) max(var(--gutter),calc((100% - var(--max)) / 2)) 0;margin:0}
.page-hero__text{padding-bottom:clamp(2rem,5vw,4rem)}
.page-hero__media{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius)}
.page-hero__media img{width:100%;height:100%;object-fit:cover}
.page-hero--center{grid-template-columns:1fr;text-align:center;align-items:center;padding-bottom:clamp(2rem,5vw,4rem)}
.page-hero--center .lede{margin-left:auto;margin-right:auto}
/* full-bleed hero image: fills the block top to bottom and fades into the page */
.page-hero--bleed{position:relative;min-height:min(74vh,760px);align-items:center;padding-bottom:clamp(3rem,6vw,5rem)}
.page-hero--bleed .page-hero__text{padding-bottom:0;position:relative;z-index:2}
.page-hero--bleed .page-hero__media{position:absolute;top:0;right:0;bottom:0;left:auto;width:min(62%,1000px);aspect-ratio:auto;border-radius:0;z-index:1}
.page-hero--bleed .page-hero__media img{width:100%;height:100%;object-fit:cover}
.page-hero--bleed .page-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ivory) 0%,rgba(var(--ivory-rgb),.75) 18%,rgba(var(--ivory-rgb),0) 46%)}
@media (max-width:860px){.page-hero--bleed{min-height:0;padding-bottom:0}
  .page-hero--bleed .page-hero__media{position:relative;width:auto;height:min(52vh,420px)}
  .page-hero--bleed .page-hero__media::after{background:linear-gradient(180deg,rgba(var(--ivory-rgb),.9) 0%,rgba(var(--ivory-rgb),0) 38%)}}
@media (max-width:860px){.page-hero{grid-template-columns:1fr}.page-hero__text{padding-bottom:1.5rem}}

/* ---------- travelling circle zoom (loupe) on the Brand page ---------- */
.brand-intro{position:relative}
.page-hero__media--loupe{overflow:visible;border-radius:0;margin-bottom:8%;margin-right:7.5%}
/* the arch fills the whole opening block; the veil clears the right-hand carving */
.page-hero--loupe.page-hero--cover{min-height:min(92vh,980px)}
/* the brand's own wordmark stands in for the headline in the opening block */
.hero-wordmark{margin:0;line-height:1}
.hero-wordmark img{width:clamp(260px,48vw,760px);height:auto;color:var(--ink)}
.hero-wordmark+.lede{margin-top:2.1rem}
@media (max-width:860px){.hero-wordmark img{width:min(100%,380px)}.hero-wordmark+.lede{margin-top:1.5rem}}
.page-hero--loupe.page-hero--cover .page-hero__media--loupe{overflow:visible;margin:0}
.page-hero--loupe.page-hero--cover .page-hero__frame::after{
  background:linear-gradient(90deg,var(--ivory) 0%,rgba(var(--ivory-rgb),.9) 20%,rgba(var(--ivory-rgb),.52) 36%,rgba(var(--ivory-rgb),.14) 52%,rgba(var(--ivory-rgb),0) 66%)}
@media (max-width:860px){
  .page-hero--loupe.page-hero--cover{min-height:min(84vh,700px)}
  /* on a phone the crop is anchored on the right-hand carving, and the veil holds the text at the foot */
  .page-hero--loupe.page-hero--cover .page-hero__frame img{object-position:84% 38%}
  .page-hero--loupe.page-hero--cover .page-hero__frame::after{
    background:linear-gradient(180deg,rgba(var(--ivory-rgb),0) 0%,rgba(var(--ivory-rgb),.2) 26%,rgba(var(--ivory-rgb),.82) 56%,rgba(var(--ivory-rgb),.97) 78%,var(--ivory) 100%)}
}
/* a section with a photograph filling its background */
.section--photo{position:relative;overflow:hidden;isolation:isolate;background:var(--paper)}
.section--photo>.section__bg{position:absolute;inset:0;z-index:0;margin:0;max-width:none;width:100%}
.section--photo>.section__bg img{width:100%;height:100%;object-fit:cover;object-position:center 62%}
.section--photo>.section__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(var(--paper-rgb),.55) 0%,rgba(var(--paper-rgb),.72) 42%,rgba(var(--paper-rgb),.9) 62%,rgba(var(--paper-rgb),.95) 100%)}
.section--photo>.split{position:relative;z-index:2}
.section--photo .split__media{box-shadow:0 24px 60px rgba(43,37,35,.18)}
@media (max-width:860px){.section--photo>.section__bg::after{background:linear-gradient(180deg,rgba(var(--paper-rgb),.55) 0%,rgba(var(--paper-rgb),.8) 30%,rgba(var(--paper-rgb),.94) 55%,rgba(var(--paper-rgb),.97) 100%)}}

/* brand hero: the palace photograph fills the whole block */
.page-hero--cover{position:relative;min-height:min(80vh,820px);align-items:center;padding-top:0;padding-bottom:clamp(3rem,6vw,5rem);overflow:hidden;isolation:isolate}
.page-hero--cover .page-hero__text{position:relative;z-index:3;padding-bottom:0}
.page-hero--cover .page-hero__media{position:absolute;inset:0;width:auto;height:auto;margin:0;aspect-ratio:auto;border-radius:0;overflow:visible;z-index:0}
.page-hero--cover .page-hero__frame{position:absolute;inset:0;border-radius:0;overflow:hidden}
.page-hero--cover .page-hero__frame img{width:100%;height:100%;object-fit:cover;object-position:center}
.page-hero--cover .page-hero__frame::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ivory) 0%,rgba(var(--ivory-rgb),.92) 26%,rgba(var(--ivory-rgb),.55) 44%,rgba(var(--ivory-rgb),.1) 62%,rgba(var(--ivory-rgb),0) 78%)}
@media (max-width:860px){
  .page-hero--cover{min-height:min(86vh,720px);align-items:end;padding-top:clamp(6rem,22vw,10rem)}
  .page-hero--cover .page-hero__frame::after{background:linear-gradient(180deg,rgba(var(--ivory-rgb),.95) 0%,rgba(var(--ivory-rgb),.8) 38%,rgba(var(--ivory-rgb),.25) 70%,rgba(var(--ivory-rgb),0) 100%)}
}
.page-hero__frame{position:absolute;inset:0;overflow:hidden;border-radius:var(--radius)}
.page-hero__frame img{width:100%;height:100%;object-fit:cover}
.loupe-layer{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:3}
.loupe__mark{fill:none;stroke:#fff;stroke-width:1.6;vector-effect:non-scaling-stroke;filter:drop-shadow(0 1px 3px rgba(0,0,0,.45));
  stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset 1.1s cubic-bezier(.4,0,.2,1) .9s}
.loupe__line-halo{stroke:#fff;stroke-width:4;opacity:.8;vector-effect:non-scaling-stroke;stroke-linecap:round;
  stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1) 1.7s}
.loupe__line{stroke:var(--gold);stroke-width:1.4;vector-effect:non-scaling-stroke;stroke-linecap:round;
  stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .8s cubic-bezier(.4,0,.2,1) 1.7s}
.loupe__glass{opacity:0;transition:opacity .45s ease;filter:drop-shadow(0 14px 30px rgba(43,37,35,.35))}
.loupe__ring{fill:none;stroke:#fff;stroke-width:3.5;vector-effect:non-scaling-stroke}
.loupe__halo{fill:none;stroke:var(--gold);stroke-width:1;vector-effect:non-scaling-stroke;opacity:.9}
.is-in .loupe__mark,.is-in .loupe__line,.is-in .loupe__line-halo{stroke-dashoffset:0}
.is-glass .loupe__glass{opacity:1}
@media (prefers-reduced-motion:reduce){.loupe__mark,.loupe__line,.loupe__line-halo{stroke-dashoffset:0;transition:none}.loupe__glass{opacity:1;transition:none}}

.page-hero--portrait{min-height:min(86vh,900px)}
.page-hero--portrait .page-hero__frame img{object-position:center 22%}
.page-hero--portrait .page-hero__frame::after{background:linear-gradient(90deg,var(--ivory) 0%,rgba(var(--ivory-rgb),.92) 22%,rgba(var(--ivory-rgb),.6) 38%,rgba(var(--ivory-rgb),.12) 56%,rgba(var(--ivory-rgb),0) 72%)}
@media (max-width:860px){
  /* the painting is twice as wide as it is tall: on a phone it becomes a band above the text */
  .page-hero--portrait{display:block;min-height:0;padding:0 var(--gutter) clamp(2rem,6vw,3rem)}
  .page-hero--portrait .page-hero__media{position:relative;inset:auto;height:auto;margin:0 calc(-1 * var(--gutter)) clamp(1.5rem,5vw,2.5rem)}
  .page-hero--portrait .page-hero__frame{position:relative;inset:auto}
  .page-hero--portrait .page-hero__frame img{width:100%;height:auto;object-fit:contain}
  .page-hero--portrait .page-hero__frame::after{background:linear-gradient(180deg,rgba(var(--ivory-rgb),0) 58%,rgba(var(--ivory-rgb),.7) 86%,var(--ivory) 100%)}
  .page-hero--portrait .page-hero__text{padding:0}
}

/* ---------- style-guide showcase (full-bleed picture grid) ---------- */
.showcase{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-top:clamp(2rem,4vw,3.5rem);display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(4px,.6vw,10px)}
.showcase figure{position:relative;margin:0;overflow:hidden;aspect-ratio:3/4;background:var(--blush)}
.showcase figure.wide{grid-column:span 2;aspect-ratio:auto}
.showcase img{width:100%;height:100%;object-fit:cover;transition:transform 1.6s var(--ease)}
.showcase figure:hover img{transform:scale(1.06)}
.showcase figcaption{position:absolute;left:0;right:0;bottom:0;padding:clamp(1rem,2.2vw,2rem);color:#fff;font-family:var(--display);font-size:clamp(1.25rem,2.1vw,2.1rem);line-height:1.05;background:linear-gradient(0deg,rgba(43,37,35,.62) 0%,rgba(43,37,35,.25) 55%,rgba(43,37,35,0) 100%)}
@media (max-width:860px){.showcase{grid-template-columns:repeat(2,1fr)}.showcase figure.wide{grid-column:span 2;aspect-ratio:16/10}}

/* ---------- bleed block: image fills the block top to bottom on one side ---------- */
.bleed-block{position:relative;overflow:hidden;min-height:min(72vh,740px);display:flex;align-items:center}
.bleed-block__media{position:absolute;left:0;top:0;bottom:0;width:min(58%,980px);max-width:none;margin:0;overflow:hidden;z-index:0}
.bleed-block__media img{width:100%;height:100%;object-fit:cover}
.bleed-block__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(var(--blush-rgb),0) 38%,rgba(var(--blush-rgb),.88) 68%,var(--blush) 86%)}
.bleed-block__grid{position:relative;z-index:2;width:100%;max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,6vw,6rem)}
.bleed-block--right .bleed-block__grid{grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem)}
.bleed-block__text{grid-column:2}
.bleed-block--right .bleed-block__media{left:max(42%,calc(50% - var(--max) / 2 + var(--max) * 0.46));right:0;width:auto;background:var(--sand)}
.bleed-block--right .bleed-block__media img{object-position:left center}
.bleed-block--right .bleed-block__media::after{background:linear-gradient(270deg,rgba(var(--ivory-rgb),0) 34%,rgba(var(--ivory-rgb),.85) 76%,var(--ivory) 100%)}
.bleed-block__text--left{grid-column:1}
/* picture bleeding off the left edge on an ivory page */
/* ------------------------------------------------------------------ FRAMED PAINTING
   The painting is presented as an object on the page rather than bleeding into it: a gilt
   moulding with a bevelled inner lip, a thin dark rebate against the canvas, and a drop
   shadow so it sits off the wall. The gilt is the same in both themes - a gold frame is
   gold whatever the light - only the shadow deepens. */
.section--story{background:var(--ivory)}
.story{display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,6vw,6rem);align-items:center;
  width:100%;max-width:var(--max);margin:0 auto}
.story__text .copy{margin-top:1.4rem}

.framed{margin:0;position:relative}
.framed__canvas{display:block;position:relative;padding:clamp(9px,.95vw,15px);
  background:
    linear-gradient(145deg,#e3caa0 0%,#b08f4a 18%,#d8bd85 34%,#9d7c36 52%,#e0c79c 68%,#a9883f 84%,#cfb078 100%);
  box-shadow:0 34px 74px rgba(43,37,35,.30),0 3px 10px rgba(43,37,35,.22)}
.framed__canvas::before{content:"";position:absolute;inset:0;pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.34),inset 0 0 0 2px rgba(120,92,34,.30),
             inset 0 0 22px rgba(92,68,20,.42)}
.framed__canvas img{display:block;width:100%;height:auto;position:relative;
  box-shadow:0 0 0 1px rgba(58,44,16,.75),0 0 18px rgba(38,28,10,.35) inset}
.framed figcaption{margin:1.15rem 0 0;font-family:var(--sans);font-size:.63rem;line-height:1.6;
  letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.framed figcaption span{white-space:nowrap}

@media (max-width:860px){
  .story{grid-template-columns:1fr;gap:clamp(1.8rem,5vw,2.6rem)}
  .framed__canvas{padding:clamp(7px,2vw,11px)}
}

.contact-hero{padding-top:0;padding-bottom:0;min-height:min(74vh,720px)}
.contact-hero .display{margin-top:.2rem}
@media (max-width:860px){
  .bleed-block{display:block;min-height:0;padding-top:0}
  .bleed-block__media{position:relative;width:auto;height:min(48vh,380px);margin:0 calc(-1 * var(--gutter)) clamp(2rem,5vw,3rem)}
  .bleed-block__media::after{background:linear-gradient(180deg,rgba(var(--blush-rgb),0) 55%,var(--blush) 100%)}


  .contact-hero{min-height:0}
  .bleed-block__grid{grid-template-columns:1fr}
  .bleed-block__text{grid-column:1}
  .bleed-block--right .bleed-block__media{left:auto;right:auto;background:none}
  .bleed-block--right .bleed-block__media img{object-position:left center}
  .bleed-block--right .bleed-block__media::after{background:linear-gradient(180deg,rgba(var(--ivory-rgb),0) 55%,var(--ivory) 100%)}
}

.script-mark{margin:.4rem 0 1.4rem;color:var(--ink)}
.script-mark svg{width:clamp(230px,27vw,440px);height:auto;display:block}
@media (max-width:860px){.script-mark svg{width:min(78vw,340px)}}

.section--plum{background:#463a45;color:#f4efec}
.section--plum .eyebrow{color:var(--rose)}
.section--plum .lede{color:rgba(244,239,236,.82)}
.section--plum .display-md em{color:var(--rose)}
.section--plum .link{color:var(--rose)}
.section--plum .split__media{background:#463a45}

/* ---------- carousel (JS driven) ---------- */
.strip{padding:clamp(4rem,9vw,7.5rem) 0;background:var(--paper);overflow:hidden}
.strip__head{max-width:var(--max);margin:0 auto clamp(2rem,4vw,3rem);padding:0 var(--gutter);display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}
.strip__more{max-width:var(--max);margin:2.5rem auto 0;padding:0 var(--gutter)}
.carousel{overflow:hidden;cursor:grab}
.carousel__track{display:flex;gap:clamp(1rem,2vw,1.8rem);padding:0 var(--gutter);width:max-content;will-change:transform}
.frame{position:relative;flex:0 0 auto;width:clamp(240px,26vw,340px);aspect-ratio:4/5;overflow:hidden;background:var(--blush);border-radius:var(--radius)}
.frame img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}
.frame:hover img{transform:scale(1.05)}
.frame b{position:absolute;left:0;right:0;bottom:0;padding:1.4rem 1.3rem;color:#fff;font-family:var(--serif);font-weight:400;font-size:1.35rem;line-height:1.15;background:linear-gradient(0deg,rgba(43,37,35,.7),rgba(43,37,35,0))}
.frame b small{display:block;margin-top:.4rem;font-family:var(--sans);font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;opacity:.85}

/* ---------- editorial split (image + text) ---------- */
.split{display:grid;grid-template-columns:5fr 7fr;align-items:center;gap:clamp(2rem,6vw,6rem)}
.split__media{position:relative;overflow:hidden;border-radius:var(--radius);aspect-ratio:4/5}
.split__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease)}
.split__media--wide{aspect-ratio:5/4}
.split__media:hover img{transform:scale(1.03)}
.split__media .badge{position:absolute;right:-1px;bottom:-1px;background:var(--ivory);padding:1rem 1.2rem 0 1.2rem;border-top-left-radius:var(--radius);font-family:var(--serif);font-style:italic;font-size:1.1rem;color:var(--wine)}
.split--rev .split__media{order:2}
@media (max-width:860px){.split{grid-template-columns:1fr}.split--rev .split__media{order:0}}

/* ---------- mosaic ---------- */
.mosaic{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.75rem,1.5vw,1.25rem)}
.mosaic figure{margin:0;position:relative;overflow:hidden;border-radius:var(--radius);aspect-ratio:1;background:var(--blush)}
.mosaic figure:nth-child(1){grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
.mosaic img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}
.mosaic figure:hover img{transform:scale(1.05)}
.mosaic figcaption{position:absolute;left:0;bottom:0;padding:.8rem 1rem;font-size:.66rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#fff;background:linear-gradient(0deg,rgba(43,37,35,.6),transparent)}
@media (max-width:640px){.mosaic{grid-template-columns:repeat(2,1fr)}}

/* ---------- lists (news, steps) ---------- */
.list{list-style:none;margin-top:0;margin-bottom:0;padding:0;border-top:1px solid var(--line)}
.list li{border-bottom:1px solid var(--line)}
.list li>a,.list li>.row{display:grid;grid-template-columns:150px 1fr;gap:2rem;padding:1.8rem 0;align-items:baseline;transition:padding-left .4s var(--ease)}
.list li>a:hover{padding-left:.6rem}
.list .k{font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}
.list .k.big{font-family:var(--display);font-size:2rem;font-weight:400;letter-spacing:0;color:var(--rose);line-height:1}
.list h3{font-family:var(--serif);font-weight:400;font-size:clamp(1.25rem,2vw,1.6rem);line-height:1.3}
.list p{margin:.6rem 0 0;color:var(--ink-soft);max-width:44em}
.list h3+p{margin-top:.5rem}
@media (max-width:640px){.list li>a,.list li>.row{grid-template-columns:1fr;gap:.4rem}}

/* ---------- news media ---------- */
.news-media{margin:1.6rem 0 0;max-width:720px}
.news-media img{width:100%;height:auto;border-radius:var(--radius)}
.news-media figcaption{margin-top:.6rem;font-size:.68rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}
.news-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;max-width:720px;margin-top:.8rem}
.news-strip img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:calc(var(--radius) - 6px)}
@media (max-width:560px){.news-strip{grid-template-columns:repeat(2,1fr)}}

/* ---------- numbers ---------- */
.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.numbers b{display:block;font-family:var(--serif);font-weight:400;font-size:clamp(2.4rem,4.5vw,3.6rem);line-height:1}
.numbers b span{color:var(--wine)}
.numbers small{display:block;margin-top:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--muted)}
@media (max-width:640px){.numbers{grid-template-columns:1fr;gap:1.4rem}}

/* ---------- timeline ---------- */
.timeline{list-style:none;margin-top:0;margin-bottom:0;padding:0;position:relative}
.timeline::before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--line)}
.timeline li{position:relative;padding:0 0 2.2rem 2.5rem}
.timeline li::before{content:"";position:absolute;left:-4px;top:.55rem;width:9px;height:9px;border-radius:50%;background:var(--gold)}
.timeline b{display:block;font-family:var(--display);font-weight:400;font-size:1.5rem;color:var(--wine);line-height:1.2;margin-bottom:.25rem}
.timeline p{margin:0;max-width:40em;color:var(--ink-soft)}

/* ---------- ticker (categories) ---------- */
.ticker-section{padding:clamp(3rem,6vw,4.5rem) 0;background:var(--paper);overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.ticker-head{max-width:var(--max);margin:0 auto 1.8rem;padding:0 var(--gutter);display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 2rem}
.ticker{overflow:hidden;white-space:nowrap}
.ticker__track{display:inline-flex;align-items:center;gap:1.6rem;will-change:transform}
.ticker__track span{font-family:var(--serif);font-size:clamp(1.6rem,3.4vw,2.8rem);color:var(--ink)}
.ticker__track i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--rose)}

/* ---------- gallery ---------- */
.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:clamp(1.5rem,3vw,2.5rem)}
.filters button{background:none;border:1px solid var(--line);border-radius:999px;padding:.55rem 1.1rem;font-family:var(--sans);font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-soft);cursor:pointer;transition:all .3s var(--ease)}
.filters button:hover{border-color:var(--ink)}
.filters button[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:#fff}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.75rem,1.5vw,1.25rem)}
.grid figure{margin:0;position:relative;overflow:hidden;border-radius:var(--radius);background:var(--blush);aspect-ratio:4/5;cursor:zoom-in;transition:opacity .4s var(--ease),transform .4s var(--ease)}
.grid figure.is-hidden{display:none}
.grid figure img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}
.grid figure:hover img{transform:scale(1.05)}
.grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:.9rem 1rem;color:#fff;font-size:.66rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;background:linear-gradient(0deg,rgba(43,37,35,.6),transparent);opacity:0;transform:translateY(6px);transition:opacity .4s var(--ease),transform .4s var(--ease)}
.grid figure:hover figcaption{opacity:1;transform:none}
@media (max-width:980px){.grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:640px){.grid{grid-template-columns:repeat(2,1fr)}.grid figcaption{opacity:1;transform:none}}
.lightbox{position:fixed;inset:0;z-index:90;background:rgba(43,37,35,.92);display:flex;align-items:center;justify-content:center;padding:4vh 4vw;opacity:0;pointer-events:none;transition:opacity .35s var(--ease)}
.lightbox.is-open{opacity:1;pointer-events:auto}
.lightbox img{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius);box-shadow:0 30px 80px rgba(0,0,0,.4)}
.lightbox button{position:absolute;top:1.2rem;right:1.2rem;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:none;color:#fff;cursor:pointer;display:grid;place-items:center}
.lightbox button svg{width:20px;height:20px}
.lightbox figcaption{position:absolute;left:0;right:0;bottom:1.4rem;text-align:center;color:rgba(255,255,255,.85);font-size:.7rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase}

/* ---------- forms ---------- */
.form{display:grid;gap:1.1rem}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.form label{display:grid;gap:.45rem;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}
.form ::placeholder{color:var(--muted);opacity:1}
.form input,.form select,.form textarea{width:100%;font:inherit;font-size:1rem;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:6px;padding:.85rem 1rem;transition:border-color .3s var(--ease),box-shadow .3s var(--ease);letter-spacing:0;text-transform:none;font-weight:300}
.form textarea{min-height:150px;resize:vertical}
.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--wine);box-shadow:0 0 0 3px rgba(142,47,65,.12)}
.form button{justify-self:start;margin-top:.4rem}
.form small{color:var(--muted);font-size:.85rem}
.hp{position:absolute;left:-9999px}
@media (max-width:560px){.form .row{grid-template-columns:1fr}}

/* ---------- legal ---------- */
.legal{max-width:760px}
.legal h2{font-family:var(--display);font-weight:400;font-size:1.45rem;margin:2.4rem 0 .8rem}
.legal p{color:var(--ink-soft)}

/* ---------- footer ---------- */
.site-footer{background:var(--paper);border-top:1px solid var(--line);padding:clamp(3.5rem,7vw,5.5rem) var(--gutter) 2rem}
.footer-top{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;align-items:start}
.footer-top svg.footer-logo{width:200px;height:auto;color:var(--ink)}
.footer-top h4{font-size:.7rem;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--muted);margin:0 0 1.1rem}
.footer-top ul{list-style:none;margin:0;padding:0;font-size:.95rem;line-height:1.9;color:var(--ink-soft)}
.footer-top a:hover{color:var(--wine)}
.footer-top .tag{margin-top:1.4rem;font-family:var(--serif);font-style:italic;color:var(--muted);font-size:1.05rem}
.langs{display:flex;align-items:center;gap:.55rem;font-size:.7rem;font-weight:700;letter-spacing:.18em}
.langs a{color:var(--muted);padding:.2rem 0;transition:color .3s var(--ease)}
.langs a:hover{color:var(--ink)}
.langs a[aria-current="true"]{color:var(--wine)}
.langs a+a::before{content:"·";margin-right:.55rem;color:var(--line)}
.footer-bottom{max-width:var(--max);margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.8rem;color:var(--muted)}
.footer-bottom a:hover{color:var(--wine)}
.social{display:flex;gap:1rem}
.social a{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;color:var(--ink-soft);transition:all .3s var(--ease)}
.social a:hover{border-color:var(--ink);background:var(--ink);color:#fff}
.social svg{width:14px;height:14px;fill:currentColor}
@media (max-width:860px){.footer-top{grid-template-columns:1fr;gap:2rem}}


/* ---------- style-guide patterns as subtle backgrounds ---------- */
.has-pattern{position:relative;isolation:isolate}
.has-pattern::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-repeat:repeat;background-position:center top}
.pat-lattice::before{background-image:url("../assets/pattern-lattice.png");background-size:240px auto;opacity:.11;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.45) 55%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(180deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.45) 55%,rgba(0,0,0,0) 100%)}
.pat-floral::before{background-image:url("../assets/pattern-floral.png");background-size:900px auto;opacity:.45}
.pat-floral--quiet::before{opacity:.16;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(0,0,0,.25) 30%,rgba(0,0,0,.25) 70%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(90deg,rgba(0,0,0,1) 0%,rgba(0,0,0,.25) 30%,rgba(0,0,0,.25) 70%,rgba(0,0,0,1) 100%)}
.pat-floral--fade::before{-webkit-mask-image:radial-gradient(ellipse 70% 80% at 50% 50%,rgba(0,0,0,1) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,0) 100%);mask-image:radial-gradient(ellipse 70% 80% at 50% 50%,rgba(0,0,0,1) 0%,rgba(0,0,0,.35) 60%,rgba(0,0,0,0) 100%)}
.pat-lattice--soft::before{opacity:.09;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 40%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 40%,rgba(0,0,0,1) 100%)}
.hero.pat-lattice::before{opacity:.13;-webkit-mask-image:radial-gradient(ellipse 55% 75% at 22% 45%,rgba(0,0,0,1) 0%,rgba(0,0,0,.5) 45%,rgba(0,0,0,0) 100%);mask-image:radial-gradient(ellipse 55% 75% at 22% 45%,rgba(0,0,0,1) 0%,rgba(0,0,0,.5) 45%,rgba(0,0,0,0) 100%)}
.site-footer.has-pattern::before{z-index:0}
.site-footer.has-pattern>*{position:relative;z-index:1}

/* ---------- reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(26px);transition:opacity 1s var(--ease),transform 1s var(--ease)}
.reveal.is-in{opacity:1;transform:none}
.reveal--delay1{transition-delay:.12s}
.reveal--delay2{transition-delay:.24s}
.reveal--delay3{transition-delay:.36s}
.reveal-img img{opacity:0;transition:opacity 1.4s var(--ease),transform 1.4s var(--ease)}
.reveal-img.is-in img{opacity:1}
@media (prefers-reduced-motion:reduce){
  .reveal,.reveal-img img,.hero__text>*,.hero__media{opacity:1;transform:none;transition:none}
  .hero__media img{transform:none}
}

/* timeline plate popover */
.plate-link{color:inherit;text-decoration:none}
.plate-link__text{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.28em;text-decoration-color:var(--rose);transition:text-decoration-color .3s ease}
.plate-link:hover .plate-link__text,.plate-link:focus-visible .plate-link__text{text-decoration-color:var(--wine)}
.plate-link:focus{outline:0}
.plate-link:focus-visible .plate-link__text{outline:2px solid var(--rose);outline-offset:4px}
.timeline li:has(.plate-link){z-index:1}
.timeline li:has(.plate-link.is-open),.timeline li:has(.plate-link:hover),.timeline li:has(.plate-link:focus-visible){z-index:40}
.plate-bubble{position:absolute;left:2.5rem;top:calc(100% - 1.5rem);width:272px;padding:11px 11px 9px;background:var(--paper);border:1px solid var(--line);box-shadow:0 18px 44px rgba(43,37,35,.18),0 2px 6px rgba(43,37,35,.08);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.985);transform-origin:var(--arrow,22px) 0;transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s;pointer-events:none}
.plate-bubble::after{content:"";position:absolute;left:var(--arrow,22px);bottom:100%;width:12px;height:12px;margin-bottom:-6px;background:var(--paper);border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}
.plate-bubble img{display:block;width:100%;height:auto}
.plate-bubble__cap{display:block;margin-top:7px;font-family:var(--sans);font-size:.56rem;line-height:1.5;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}
.plate-bubble__cap i{font-style:italic;text-transform:none;letter-spacing:.04em}
.plate-link:hover .plate-bubble,.plate-link:focus-visible .plate-bubble,.plate-link.is-open .plate-bubble{opacity:1;visibility:visible;transform:translateY(0) scale(1);transition-delay:0s}
.plate-bubble--wide{width:394px}
@media (max-width:640px){.plate-bubble{width:200px;left:2.2rem}.plate-bubble--wide{width:287px}}
@media (prefers-reduced-motion:reduce){.plate-bubble{transition:opacity .01s linear,visibility 0s}}


/* ------------------------------------------------------------------ DARK MODE
   Follows the visitor's device. The ground is a warm near-black rather than a
   neutral grey, so the gold and blush keep the brand's warmth; wine is lifted
   for legibility as text, and the solid button keeps a deeper wine so white
   type still reads on it. Every veil over photography flips with the palette
   through the --*-rgb channels. */
@media (prefers-color-scheme: dark){
  :root{
    --ivory:#17130f;      --ivory-rgb:23,19,15;
    --paper:#201a16;      --paper-rgb:32,26,22;
    --blush:#241c19;      --blush-rgb:36,28,25;
    --blush-deep:#31261f;
    --rose:#e2beb6;
    --wine:#d4697f;       /* as text on the dark ground: 5.4:1 */
    --wine-deep:#a8374c;  /* as a button ground under white type: 6.3:1 */
    --gold:#c9ac6c;
    --ink:#f2ece6;
    --ink-soft:#cfc5bc;
    --muted:#a2968c;
    --line:rgba(242,236,230,.15);
    --sand:#8d7f6e;
  }
  /* the solid button inverts the relationship: it needs the deep wine, not the light one */
  .btn--solid{background:var(--wine-deep);border-color:var(--wine-deep);color:#fff}
  .btn--solid:hover{background:var(--wine);border-color:var(--wine);color:#1a1512}
  /* this button keeps its white ground because it sits on photography, so its
     type must stay dark rather than following the now-light ink colour */
  .btn--light{color:#1a1512}
  /* rose is now a light colour, so selected text must go dark */
  ::selection{background:var(--rose);color:#1a1512}
  /* these pair white type with the ink colour as a ground; ink is now light,
     so the type has to go dark or it vanishes into its own background */
  .btn:hover,.social a:hover,.filters button[aria-pressed="true"],.sr-only:focus{color:var(--ivory)}
  /* the logo SVGs are loaded through <img>, so they cannot inherit currentColor and
     fall back to black; the artwork is pure black on transparent, so inverting it
     gives the off-white the rest of the header is set in */
  img[src*="logo-"]{filter:invert(1)}
  /* photography carries more glare on a dark page */
  .hero__media img,.page-hero__media img,.page-hero__frame img,
  .panel__bg,.section__bg img,.bleed-block__media img{filter:brightness(.86) saturate(.96)}
  /* the monogram film is gold on white and is composited with multiply; on a dark
     ground that would erase it, so the luminance is flipped and screened instead */
  .hero__video{background:var(--ivory)}
  .hero__video video{background:transparent;mix-blend-mode:screen;
    filter:invert(1) hue-rotate(180deg) saturate(1.6) brightness(1.3)}
  /* the patterns are printed in wine; give them a little more presence on dark */
  .has-pattern::before{opacity:.5}
}
