/* ===========================================================
   LAMAR GROUP — Design System v2
   International · Uber-luxury · Visual-first · Editorial
   Fonts: Fraunces (display) + Inter (text/UI)
   =========================================================== */

:root{
  --ink:#15130f;
  --ink-2:#1e1b16;
  --ink-3:#2b2620;
  --paper:#f6f2ea;
  --paper-2:#efe9dd;
  --paper-3:#e6dccb;
  --gold:#a9824f;
  --gold-2:#c5a06a;
  --gold-3:#e3cda6;
  --champagne:#d9c4a3;
  --text:#262320;
  --text-soft:#5d574e;
  --line:rgba(21,19,15,.14);
  --line-soft:rgba(21,19,15,.08);
  --line-light:rgba(255,255,255,.18);
  --shadow:0 30px 70px -34px rgba(21,19,15,.45);
  --shadow-soft:0 22px 50px -30px rgba(21,19,15,.32);
  --maxw:1320px;
  --gut:clamp(20px,5.2vw,96px);
  --serif:"Fraunces",Georgia,"Times New Roman",serif;
  --sans:"Inter","Helvetica Neue",Arial,sans-serif;
  --ease:cubic-bezier(.22,.61,.36,1);
  --ease2:cubic-bezier(.65,.05,.36,1);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--sans);
  color:var(--text);
  background:var(--paper);
  line-height:1.75;
  font-weight:400;
  font-size:17px;
  letter-spacing:.005em;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none;transition:color .35s var(--ease)}
h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.06;color:var(--ink);letter-spacing:-.01em}
b,strong{font-weight:600}
em{font-style:italic}
::selection{background:var(--gold);color:#fff}

/* ---------- Utilities ---------- */
.wrap{max-width:var(--maxw);margin:0 auto;padding-inline:var(--gut)}
.eyebrow{
  font-family:var(--sans);font-weight:600;font-size:.78rem;
  letter-spacing:.34em;text-transform:uppercase;color:var(--gold);
  display:inline-flex;align-items:center;gap:.8em;margin-bottom:1.4rem;
}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--gold);display:inline-block}
.eyebrow.light{color:var(--gold-2)}
.eyebrow.nolead::before{display:none}
.eyebrow.center{justify-content:center}
.section{padding:clamp(58px,6.5vw,104px) 0}
.section.tight{padding:clamp(38px,4vw,64px) 0}
.lead{font-size:clamp(1.05rem,1.35vw,1.22rem);color:var(--text-soft);max-width:58ch;font-weight:400;line-height:1.7}
.center{text-align:center}
.center .lead{margin-inline:auto}
.display{font-size:clamp(2.8rem,6.4vw,6rem);letter-spacing:-.025em;font-weight:400;color:var(--ink)}
.h-sec{font-size:clamp(2.5rem,5.2vw,4.6rem);font-weight:400;letter-spacing:-.02em;color:var(--ink);line-height:1.02}
.divider{width:60px;height:1px;background:var(--gold);margin:1.6rem 0}
.center .divider,.divider.c{margin-inline:auto}
.muted{color:var(--text-soft)}
.serif-accent{font-family:var(--serif);font-style:italic;color:var(--gold)}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.75em;
  font-family:var(--sans);font-size:.72rem;font-weight:600;
  letter-spacing:.22em;text-transform:uppercase;
  padding:1.15em 2.3em;border:1px solid var(--ink);
  color:var(--ink);background:transparent;cursor:pointer;
  transition:all .5s var(--ease);position:relative;overflow:hidden;
}
.btn::after{content:"";position:absolute;inset:0;background:var(--ink);transform:translateY(101%);transition:transform .5s var(--ease);z-index:-1}
.btn span,.btn{z-index:1}
.btn:hover{color:var(--paper);border-color:var(--ink)}
.btn:hover::after{transform:translateY(0)}
.btn.gold{border-color:var(--gold);color:var(--gold)}
.btn.gold::after{background:var(--gold)}
.btn.gold:hover{color:#fff}
.btn.solid{background:var(--ink);color:var(--paper)}
.btn.solid::after{background:var(--gold)}
.btn.solid:hover{color:#fff;border-color:var(--gold)}
.btn.light{border-color:rgba(255,255,255,.55);color:#fff}
.btn.light::after{background:#fff}
.btn.light:hover{color:var(--ink)}

.link-arrow{
  font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--ink);display:inline-flex;align-items:center;gap:.65em;font-weight:600;
}
.link-arrow .ar{transition:transform .45s var(--ease)}
.link-arrow:hover{color:var(--gold)}
.link-arrow:hover .ar{transform:translateX(7px)}

/* ===========================================================
   NAVBAR
   =========================================================== */
.nav{
  position:fixed;top:0;left:0;width:100%;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.6rem var(--gut);
  transition:background .5s var(--ease),padding .5s var(--ease),box-shadow .5s var(--ease);
}
.nav.scrolled{
  background:rgba(246,242,234,.94);backdrop-filter:blur(14px) saturate(1.2);
  padding-top:.9rem;padding-bottom:.9rem;box-shadow:0 1px 0 var(--line-soft);
}
.brand{display:flex;align-items:center;gap:.85rem;z-index:2;margin-left:clamp(0px,2.4vw,44px)}
.brand .mark{width:52px;height:52px;flex:none;color:#fff}
.brand .mark .cc{stroke:currentColor}
.nav.scrolled .brand .mark{color:var(--ink)}
.nav.scrolled .brand .mark{width:46px;height:46px}
.footer .brand .mark{color:#fff;width:56px;height:56px}
.brand .word{display:flex;flex-direction:column;line-height:1;align-items:center;text-align:center}
.brand .word b{font-family:var(--serif);font-weight:600;font-size:1.66rem;letter-spacing:.2em;color:#fff;transition:color .4s var(--ease);text-indent:.2em}
.brand .word span{font-family:var(--sans);font-weight:600;font-size:.86rem;letter-spacing:.42em;text-transform:uppercase;color:var(--gold-2);margin-top:6px;text-indent:.42em}
.nav.scrolled .brand .word b{color:var(--ink)}

.menu{display:flex;align-items:center;gap:2.2rem;list-style:none}
.menu > li{position:relative}
.menu a{
  font-family:var(--sans);font-weight:500;font-size:.73rem;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(255,255,255,.92);padding:.5rem 0;display:inline-block;position:relative;
}
.menu > li > a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold-2);transition:width .4s var(--ease)}
.menu > li > a:hover::after{width:100%}
.nav.scrolled .menu a{color:var(--text)}
.menu a:hover{color:var(--gold-2)}
.nav.scrolled .menu a:hover{color:var(--gold)}
.menu .has-sub > a::after{display:none}
.submenu{
  position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(12px);
  background:var(--ink);min-width:235px;padding:.6rem 0;opacity:0;visibility:hidden;
  transition:all .35s var(--ease);box-shadow:var(--shadow);
}
.menu .has-sub:hover .submenu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.submenu li a{display:block;color:rgba(255,255,255,.82)!important;padding:.75rem 1.6rem;font-size:.72rem;letter-spacing:.12em}
.submenu li a:hover{background:var(--ink-3);color:var(--gold-2)!important;padding-left:1.9rem}
.nav-cta{margin-left:.4rem}
.nav .btn{padding:.9em 1.7em;font-size:.66rem}
.nav:not(.scrolled) .btn.nav-cta{border-color:rgba(255,255,255,.55);color:#fff}
.nav:not(.scrolled) .btn.nav-cta::after{background:#fff}
.nav:not(.scrolled) .btn.nav-cta:hover{color:var(--ink)}

.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;z-index:2;padding:6px}
.burger span{width:27px;height:1.5px;background:#fff;transition:.4s var(--ease)}
.nav.scrolled .burger span{background:var(--ink)}
.mobile-open .burger span:nth-child(1){transform:translateY(6.5px) rotate(45deg);background:var(--ink)}
.mobile-open .burger span:nth-child(2){opacity:0}
.mobile-open .burger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);background:var(--ink)}

.drawer{
  position:fixed;inset:0;background:var(--paper);z-index:90;
  display:flex;flex-direction:column;justify-content:center;
  padding:5rem var(--gut) 3rem;transform:translateX(100%);
  transition:transform .55s var(--ease);overflow-y:auto;
}
.mobile-open .drawer{transform:translateX(0)}
.drawer a{
  font-family:var(--serif);font-size:1.9rem;font-weight:300;color:var(--ink);padding:.42rem 0;
  border-bottom:1px solid var(--line-soft);display:block;
}
.drawer a.sub{font-family:var(--sans);font-size:.85rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--text-soft);padding-left:1.2rem;border:0;font-weight:500}
.drawer a:hover{color:var(--gold)}

/* ===========================================================
   HERO
   =========================================================== */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;color:#fff;overflow:hidden}
.hero.short{min-height:78vh}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(15,13,10,.5) 0%,rgba(15,13,10,.28) 38%,rgba(15,13,10,.8) 100%)}
.hero-slides .slide{position:absolute;inset:0;opacity:0;transition:opacity 1.8s var(--ease);z-index:0;overflow:hidden}
.hero-slides .slide.active{opacity:1}
.hero-slides .slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);transition:transform 7s ease-out}
.hero-slides .slide.active img{transform:scale(1.16)}
.hero-inner{position:relative;z-index:2;width:100%;max-width:var(--maxw);margin:0 auto;padding-inline:var(--gut)}
.hero h1{color:#fff;font-size:clamp(2.7rem,7.2vw,6.4rem);font-weight:300;max-width:15ch;letter-spacing:-.02em;line-height:1.02}
.hero h1 em{font-style:italic;color:var(--gold-3);font-weight:300}
.hero .sub{font-size:clamp(1rem,1.5vw,1.22rem);color:rgba(255,255,255,.85);max-width:46ch;margin-top:1.5rem;font-weight:400}
.hero .eyebrow{color:var(--gold-2)}
.hero .eyebrow::before{background:var(--gold-2)}
.hero-actions{margin-top:2.6rem;display:flex;gap:1rem;flex-wrap:wrap}
.hero-dots{position:absolute;bottom:2.6rem;left:var(--gut);z-index:3;display:flex;gap:.7rem}
.hero-dots button{width:38px;height:2px;background:rgba(255,255,255,.35);border:0;cursor:pointer;padding:0;transition:.4s}
.hero-dots button.on{background:var(--gold-2)}
.scroll-cue{position:absolute;bottom:2.4rem;right:var(--gut);z-index:3;writing-mode:vertical-rl;
  font-size:.64rem;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:1rem;font-weight:500}
.scroll-cue::after{content:"";width:1px;height:54px;background:rgba(255,255,255,.5);animation:cue 2s var(--ease) infinite}
@keyframes cue{0%{transform:scaleY(.2);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}50.1%{transform-origin:bottom}100%{transform:scaleY(.2);transform-origin:bottom}}

/* page hero (interior) */
.phero{position:relative;min-height:68vh;display:flex;align-items:flex-end;color:#fff;overflow:hidden}
.phero .hero-bg img{transform:scale(1.04);animation:kb 14s ease-out forwards}
@keyframes kb{to{transform:scale(1.14)}}
.phero .hero-bg::after{background:linear-gradient(180deg,rgba(15,13,10,.42),rgba(15,13,10,.82))}
.phero .hero-inner{padding-bottom:clamp(3rem,6vw,5.5rem)}
.phero h1{font-size:clamp(2.4rem,5.6vw,4.8rem);font-weight:300}
.crumbs{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.72);margin-top:1rem;font-weight:500}
.crumbs a:hover{color:var(--gold-2)}

/* ===========================================================
   MARQUEE
   =========================================================== */
.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.5rem 0;background:var(--paper-2)}
.marquee.dark{background:var(--ink);border-color:rgba(255,255,255,.1)}
.marquee-track{display:flex;width:max-content;animation:scrollx 38s linear infinite}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee-track span{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(1.6rem,3vw,2.6rem);color:var(--ink);padding:0 1.4rem;display:inline-flex;align-items:center;gap:2.8rem}
.marquee.dark .marquee-track span{color:#fff}
.marquee-track span::after{content:"✦";font-style:normal;color:var(--gold);font-size:.55em}
@keyframes scrollx{to{transform:translateX(-50%)}}

/* ===========================================================
   FACTS BAND (highlighted, factual)
   =========================================================== */
.facts{background:var(--ink);color:#fff;position:relative;overflow:hidden}
.facts .wrap{position:relative;z-index:2}
.facts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.1)}
.fact{background:var(--ink);padding:clamp(2.2rem,4vw,3.4rem) clamp(1.4rem,2.5vw,2.4rem);text-align:center;transition:background .5s var(--ease)}
.fact:hover{background:var(--ink-3)}
.fact .fnum{font-family:var(--serif);font-weight:300;font-size:clamp(2.8rem,5vw,4.4rem);line-height:1;color:#fff;letter-spacing:-.02em}
.fact .fnum small{font-size:.32em;color:var(--gold-2);vertical-align:super;letter-spacing:.05em;margin-left:.15em;font-family:var(--sans);font-weight:600}
.fact .flbl{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.62);margin-top:1rem;font-weight:500}
.fact .fsub{font-size:.78rem;color:var(--gold-2);margin-top:.45rem;font-weight:500;letter-spacing:.04em}

/* legacy stat band (kept for compatibility) */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.stat{background:var(--paper);padding:2.6rem 1.4rem;text-align:center}
.stat .num{font-family:var(--serif);font-weight:300;font-size:clamp(2.4rem,4.5vw,3.6rem);color:var(--ink);line-height:1}
.stat .num small{font-size:.36em;color:var(--gold);vertical-align:super;margin-left:.12em}
.stat .lbl{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-soft);margin-top:.8rem;font-weight:500}
.stats.on-dark{background:rgba(255,255,255,.12)}
.stats.on-dark .stat{background:var(--ink)}
.stats.on-dark .num{color:#fff}
.stats.on-dark .lbl{color:rgba(255,255,255,.6)}

/* ===========================================================
   GENERIC SECTIONS
   =========================================================== */
.sec-head{max-width:64ch}
.sec-head.center{margin-inline:auto}
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5.5rem);align-items:center}
.split.wide-img{grid-template-columns:1.08fr .92fr}
.split img{width:100%;height:100%;object-fit:cover;box-shadow:var(--shadow-soft)}
.split .media{position:relative;overflow:hidden}
.split .media .tag{position:absolute;left:0;bottom:0;background:var(--ink);color:#fff;padding:1rem 1.4rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500}
.body-copy p{margin-bottom:1.15rem;color:var(--text-soft)}
.body-copy p:last-child{margin-bottom:0}

/* ===========================================================
   EDITORIAL VERTICAL ROWS (visual-first)
   =========================================================== */
.editorial{display:grid;grid-template-columns:1.15fr .85fr;min-height:clamp(420px,52vw,640px)}
.editorial.flip{grid-template-columns:.85fr 1.15fr}
.editorial .e-media{position:relative;overflow:hidden}
.editorial .e-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.3s var(--ease)}
.editorial:hover .e-media img{transform:scale(1.06)}
.editorial .e-media::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(15,13,10,.18),transparent 60%)}
.editorial .e-body{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.2rem,5vw,5rem);background:var(--paper)}
.editorial.dark .e-body{background:var(--ink)}
.editorial.dark .e-body h3,.editorial.dark .e-body .e-index{color:#fff}
.editorial.dark .e-body p{color:rgba(255,255,255,.72)}
.editorial.flip .e-media{order:2}
.editorial .e-index{font-family:var(--serif);font-size:1rem;color:var(--gold);letter-spacing:.1em;margin-bottom:1rem}
.editorial .e-body h3{font-size:clamp(1.9rem,3.4vw,3rem);font-weight:300;letter-spacing:-.01em;line-height:1.05;margin-bottom:.5rem}
.editorial .e-body .e-tag{font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:1.3rem}
.editorial .e-body p{font-size:1rem;color:var(--text-soft);max-width:46ch;margin-bottom:1.5rem}
.kw{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.7rem}
.kw span{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);
  border:1px solid var(--line);padding:.42rem .85rem;font-weight:500}
.editorial.dark .kw span{color:rgba(255,255,255,.75);border-color:rgba(255,255,255,.2)}

/* verticals grid (kept) */
.verticals{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}
.vcard{position:relative;overflow:hidden;min-height:clamp(320px,40vw,470px);display:flex;align-items:flex-end;color:#fff}
.vcard img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}
.vcard::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,13,10,.05),rgba(15,13,10,.85))}
.vcard:hover img{transform:scale(1.08)}
.vcard .vc-body{position:relative;z-index:2;padding:clamp(1.7rem,3vw,2.8rem);width:100%}
.vcard .vc-num{font-family:var(--serif);font-size:1rem;color:var(--gold-2);letter-spacing:.1em}
.vcard h3{color:#fff;font-size:clamp(1.6rem,2.4vw,2.2rem);font-weight:300;margin:.5rem 0}
.vcard p{color:rgba(255,255,255,.82);font-size:.92rem;max-width:42ch;margin-bottom:1.1rem}
.vcard .link-arrow{color:#fff}
.vcard .link-arrow:hover{color:var(--gold-2)}

/* ===========================================================
   CARDS
   =========================================================== */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}
.cards.two{grid-template-columns:repeat(2,1fr)}
.card{background:var(--paper);box-shadow:var(--shadow-soft);overflow:hidden;display:flex;flex-direction:column;
  transition:transform .55s var(--ease),box-shadow .55s var(--ease)}
.card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.card .ph{overflow:hidden;aspect-ratio:4/3;position:relative}
.card .ph img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease)}
.card:hover .ph img{transform:scale(1.09)}
.card .ph .corner{position:absolute;top:1rem;right:1rem;background:rgba(21,19,15,.78);color:#fff;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;padding:.4rem .8rem;font-weight:600;backdrop-filter:blur(4px)}
.card .cb{padding:1.8rem 1.7rem 2rem;display:flex;flex-direction:column;flex:1}
.card .kt{font-size:.64rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem;font-weight:600}
.card h3{font-size:1.6rem;font-weight:400;margin-bottom:.5rem}
.card p{font-size:.92rem;color:var(--text-soft);margin-bottom:1.1rem}
.card .meta{margin-top:auto;display:flex;gap:1.3rem;flex-wrap:wrap;font-size:.78rem;color:var(--text-soft);
  padding-top:1rem;border-top:1px solid var(--line-soft)}
.card .meta b{color:var(--ink);font-weight:600}

/* feature list */
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:2.6rem}
.feature{padding-top:1.7rem;border-top:1px solid var(--line)}
.feature .fi{font-family:var(--serif);font-size:1.8rem;color:var(--gold);margin-bottom:.9rem;line-height:1}
.feature .fi svg{width:34px;height:34px;display:block;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.feature h4{font-size:1.2rem;font-weight:500;margin-bottom:.5rem}
.feature p{font-size:.92rem;color:var(--text-soft)}

/* amenities chips */
.chips{display:flex;flex-wrap:wrap;gap:.7rem}
.chip{border:1px solid var(--line);padding:.65rem 1.2rem;font-size:.72rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--text-soft);background:#fff;font-weight:500;transition:.4s var(--ease)}
.chip:hover{background:var(--ink);color:#fff;border-color:var(--ink)}

/* gallery */
.gal{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}
.gal a{overflow:hidden;aspect-ratio:1;display:block;position:relative}
.gal img{width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease)}
.gal a:hover img{transform:scale(1.12)}
.gal a::after{content:"";position:absolute;inset:0;background:rgba(15,13,10,0);transition:.4s}
.gal a:hover::after{background:rgba(15,13,10,.12)}
.gal .wide{grid-column:span 2}

/* dark band */
.band{background:var(--ink);color:#fff}
.band h2,.band h3,.band h4{color:#fff}
.band .lead{color:rgba(255,255,255,.72)}
.band .feature{border-color:rgba(255,255,255,.16)}
.band .feature h4{color:#fff}
.band .feature p{color:rgba(255,255,255,.66)}
.band.image{position:relative;overflow:hidden}
.band.image .bgi{position:absolute;inset:0;z-index:0}
.band.image .bgi img{width:100%;height:100%;object-fit:cover;opacity:.2}
.band.image .wrap{position:relative;z-index:2}

/* big statement */
.statement{font-family:var(--serif);font-weight:300;font-size:clamp(1.8rem,4vw,3.4rem);line-height:1.22;letter-spacing:-.01em;max-width:24ch}
.statement em{color:var(--gold);font-style:italic}

/* cta */
.cta-band{text-align:center;background:var(--ink-2);color:#fff;padding:clamp(64px,8vw,120px) 0;position:relative;overflow:hidden}
.cta-band h2{color:#fff;font-size:clamp(2.1rem,4.6vw,3.6rem);font-weight:300;max-width:20ch;margin:0 auto 1.7rem;letter-spacing:-.01em}

/* ===========================================================
   FOUNDER
   =========================================================== */
.founder-hero{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,5.5rem);align-items:center}
.founder-portrait{position:relative}
.founder-portrait .frame{aspect-ratio:4/5;background:linear-gradient(160deg,var(--ink-3),var(--ink));
  display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.founder-portrait .frame::before{content:"";position:absolute;inset:14px;border:1px solid var(--gold)}
.founder-portrait .frame .initials{font-family:var(--serif);font-weight:300;font-size:6rem;color:var(--gold-3);letter-spacing:.1em}
.founder-portrait .cap{position:absolute;right:-14px;bottom:34px;background:var(--gold);color:#fff;
  padding:1.1rem 1.5rem;text-align:center;box-shadow:var(--shadow)}
.founder-portrait .cap b{font-family:var(--serif);font-weight:300;font-size:2.1rem;display:block;line-height:1}
.founder-portrait .cap span{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600}
.quote-big{font-family:var(--serif);font-weight:300;font-size:clamp(1.5rem,2.6vw,2.4rem);font-style:italic;color:var(--ink);line-height:1.36}

.timeline{position:relative;max-width:880px;margin:0 auto}
.tl-item{display:grid;grid-template-columns:150px 1fr;gap:2.2rem;padding:2.3rem 0;border-top:1px solid var(--line);position:relative}
.tl-item:first-child{border-top:0}
.tl-year{font-family:var(--serif);font-weight:300;font-size:1.9rem;color:var(--gold)}
.tl-body h4{font-size:1.35rem;font-weight:500;margin-bottom:.5rem}
.tl-body p{color:var(--text-soft);font-size:.95rem}
.band .tl-item{border-color:rgba(255,255,255,.16)}
.band .tl-body p{color:rgba(255,255,255,.66)}

/* values */
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.value{padding:2.1rem;border:1px solid var(--line);background:#fff;transition:.5s var(--ease)}
.value:hover{background:var(--ink);transform:translateY(-6px)}
.value:hover h4,.value:hover .n{color:#fff}
.value:hover p{color:rgba(255,255,255,.7)}
.value .n{font-family:var(--serif);color:var(--gold);font-size:1.3rem;letter-spacing:.2em}
.value h4{margin:.9rem 0 .5rem;font-size:1.3rem;font-weight:500}
.value p{font-size:.92rem;color:var(--text-soft)}

/* ===========================================================
   CONTACT
   =========================================================== */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem)}
.cinfo .row{padding:1.5rem 0;border-top:1px solid var(--line-soft)}
.cinfo .row:first-of-type{border-top:0}
.cinfo .row .k{font-size:.66rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-weight:600}
.cinfo .row .v{font-size:1.05rem;color:var(--ink)}
.form{display:grid;gap:1.1rem}
.form .two{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.form label{display:block;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-soft);margin-bottom:.5rem;font-weight:600}
.form input,.form select,.form textarea{
  width:100%;padding:.95rem 1rem;border:1px solid var(--line);background:#fff;
  font-family:var(--sans);font-size:.95rem;color:var(--ink);font-weight:400;
}
.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--gold)}
.form textarea{min-height:130px;resize:vertical}

/* ===========================================================
   FOOTER
   =========================================================== */
.footer{background:var(--ink);color:rgba(255,255,255,.64);padding-top:clamp(64px,7vw,96px)}
.footer .cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:2.6rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.12)}
.footer h5{color:#fff;font-family:var(--sans);font-weight:600;font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;margin-bottom:1.4rem}
.footer .brand .word b{color:#fff}
.footer ul{list-style:none}
.footer ul li{margin-bottom:.7rem}
.footer ul a{font-size:.92rem}
.footer ul a:hover{color:var(--gold-2)}
.footer p{font-size:.92rem;line-height:1.85}
.footer .fbrand{max-width:34ch}
.footer .fbrand p{margin-top:1.2rem}
.foot-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.8rem 0}
.foot-bar p{font-size:.76rem;letter-spacing:.04em}
.socials{display:flex;gap:.8rem}
.socials a{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.66rem;letter-spacing:.05em;font-weight:600}
.socials a:hover{background:var(--gold);border-color:var(--gold);color:#fff}

/* logo strip */
.logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(1.5rem,4vw,3.8rem)}
.logos img{height:40px;width:auto;opacity:.5;filter:grayscale(1);transition:.4s}
.logos img:hover{opacity:1;filter:none}

/* ===========================================================
   REVEAL / PARALLAX
   =========================================================== */
.reveal{opacity:0;transform:translateY(34px);transition:opacity 1.1s var(--ease),transform 1.1s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal.d1{transition-delay:.12s}.reveal.d2{transition-delay:.24s}.reveal.d3{transition-delay:.36s}.reveal.d4{transition-delay:.48s}
.parallax{will-change:transform}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media(max-width:1024px){
  .menu,.nav-cta{display:none}
  .burger{display:flex}
  .cards{grid-template-columns:repeat(2,1fr)}
  .features{grid-template-columns:repeat(2,1fr)}
  .footer .cols{grid-template-columns:1fr 1fr}
  .editorial,.editorial.flip{grid-template-columns:1fr;min-height:0}
  .editorial .e-media{min-height:46vh;position:relative}
  .editorial.flip .e-media{order:0}
}
@media(max-width:760px){
  body{font-size:16px}
  .split,.founder-hero,.contact-grid{grid-template-columns:1fr}
  .split.reverse .media{order:-1}
  .founder-hero .founder-portrait{max-width:360px;margin:0 auto}
  .verticals,.cards,.cards.two,.features,.values{grid-template-columns:1fr}
  .gal{grid-template-columns:1fr 1fr}.gal .wide{grid-column:span 2}
  .stats{grid-template-columns:1fr 1fr;gap:1px}
  .facts-grid{grid-template-columns:1fr 1fr}
  .form .two{grid-template-columns:1fr}
  .tl-item{grid-template-columns:1fr;gap:.4rem}
  .footer .cols{grid-template-columns:1fr}
  .hero .hero-actions .btn{width:100%;justify-content:center}
}

/* ===========================================================
   v3 — VIDEO HERO, PURPOSE, SHOWCASE, JOURNEY, FLIP, CLIENTS
   =========================================================== */

/* Video hero */
.vhero{position:relative;min-height:100vh;display:flex;align-items:flex-end;color:#fff;overflow:hidden;background:#0c0a07}
.vhero .vh-bg{position:absolute;inset:0;z-index:0}
.vhero video,.vhero .vh-bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.vhero .vh-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,5,.45) 0%,rgba(10,8,5,.15) 45%,rgba(10,8,5,.82) 100%)}
.vhero .hero-inner{position:relative;z-index:2;padding-bottom:clamp(4rem,9vw,8rem)}
.vhero h1{color:#fff;font-size:clamp(2.7rem,7vw,6.2rem);font-weight:400;max-width:16ch;line-height:1.02;letter-spacing:-.02em}
.vhero h1 em{font-style:italic;color:var(--gold-3);font-weight:300}
.vhero .sub{font-family:var(--serif);font-weight:300;font-size:clamp(1.2rem,2vw,1.7rem);color:#fff;max-width:40ch;margin-top:1.5rem;line-height:1.4;letter-spacing:.005em}
.vhero .sub b{font-weight:500;color:var(--gold-3)}
.vhero .eyebrow{color:var(--gold-3);font-size:clamp(.82rem,1.1vw,.95rem);letter-spacing:.4em}
.vhero .eyebrow::before{background:var(--gold-3);width:40px}
.vh-mute{position:absolute;right:var(--gut);bottom:2.6rem;z-index:3;width:46px;height:46px;border:1px solid rgba(255,255,255,.4);
  border-radius:50%;background:rgba(0,0,0,.25);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.95rem;backdrop-filter:blur(4px);transition:.4s}
.vh-mute:hover{background:var(--gold);border-color:var(--gold)}

/* PURPOSE (vision/mission) */
.purpose{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,5rem);align-items:center}
.purpose .p-pillars{display:grid;gap:1px;background:var(--line);border:1px solid var(--line)}
.pillar{background:var(--paper);padding:1.9rem 1.9rem}
.pillar .pk{display:flex;align-items:center;gap:.8rem;margin-bottom:.5rem}
.pillar .pk .pn{font-family:var(--serif);color:var(--gold);font-size:1.5rem;line-height:1}
.pillar .pk h4{font-size:1.15rem;font-weight:500;letter-spacing:.02em}
.pillar p{font-size:.93rem;color:var(--text-soft);margin-left:2.3rem}
.band .purpose .p-pillars{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.14)}
.band .pillar{background:var(--ink)}
.band .pillar p{color:rgba(255,255,255,.66)}

/* INTERACTIVE SHOWCASE (verticals) */
.showcase{display:grid;grid-template-columns:1fr 1.04fr;background:var(--ink);color:#fff}
.sw-media{position:relative;overflow:hidden;min-height:600px}
.sw-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.1);transition:opacity 1.1s var(--ease),transform 7s ease-out}
.sw-media img.on{opacity:1;transform:scale(1.18)}
.sw-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(15,13,10,.25))}
.sw-media .sw-kw{position:absolute;left:0;bottom:0;z-index:2;padding:1.6rem 2rem;display:flex;gap:.5rem;flex-wrap:wrap}
.sw-kw span{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.4);
  border:1px solid rgba(255,255,255,.3);padding:.4rem .8rem;backdrop-filter:blur(4px)}
.sw-list{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,4vw,4.5rem)}
.sv-item{padding:1.7rem 0;border-top:1px solid rgba(255,255,255,.14);cursor:pointer;transition:padding .4s var(--ease)}
.sv-item:last-child{border-bottom:1px solid rgba(255,255,255,.14)}
.sv-top{display:flex;align-items:baseline;gap:1.1rem}
.sv-num{font-family:var(--serif);color:var(--gold);font-size:1rem;min-width:2.2rem}
.sv-item h3{color:rgba(255,255,255,.55);font-size:clamp(1.7rem,2.7vw,2.5rem);font-weight:300;transition:color .4s var(--ease),transform .4s var(--ease);flex:1}
.sv-item .sv-arrow{color:var(--gold-2);opacity:0;transform:translateX(-10px);transition:.4s var(--ease);font-size:1.3rem}
.sv-item.active h3{color:#fff;transform:translateX(6px)}
.sv-item.active .sv-arrow{opacity:1;transform:translateX(0)}
.sv-more{max-height:0;overflow:hidden;opacity:0;transition:max-height .55s var(--ease),opacity .55s var(--ease),margin .55s var(--ease);margin-left:3.3rem}
.sv-item.active .sv-more{max-height:140px;opacity:1;margin-top:.9rem}
.sv-more .sv-tag{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-2);font-weight:600;display:block;margin-bottom:.5rem}
.sv-more p{font-size:.92rem;color:rgba(255,255,255,.72);max-width:42ch}

/* DECADE JOURNEY */
.journey{display:grid;grid-template-columns:repeat(4,1fr);position:relative;margin-top:1rem}
.journey::before{content:"";position:absolute;top:14px;left:8%;right:8%;height:1px;background:rgba(255,255,255,.2)}
.jstep{padding:2.6rem 1.4rem 0;text-align:center;position:relative}
.jstep::before{content:"";position:absolute;top:9px;left:50%;transform:translateX(-50%);width:11px;height:11px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(169,130,79,.18)}
.jstep .jyear{font-family:var(--serif);font-weight:300;font-size:clamp(2rem,3.6vw,3.2rem);color:#fff;line-height:1}
.jstep .jlab{font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-2);margin:.7rem 0 .6rem;font-weight:600}
.jstep p{font-size:.9rem;color:rgba(255,255,255,.66);max-width:26ch;margin-inline:auto}
.light-journey .journey::before{background:var(--line)}
.light-journey .jstep .jyear{color:var(--ink)}
.light-journey .jstep p{color:var(--text-soft)}

/* FLIP CARDS (projects) */
.flip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.flip{perspective:1500px;height:440px;cursor:pointer}
.flip-inner{position:relative;width:100%;height:100%;transition:transform .85s var(--ease2);transform-style:preserve-3d}
.flip:hover .flip-inner,.flip.flipped .flip-inner{transform:rotateY(180deg)}
.flip-face{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;overflow:hidden;box-shadow:var(--shadow-soft)}
.flip-front{background:var(--ink)}
.flip-front img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}
.flip-front .ff-grad{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,13,10,.05),rgba(15,13,10,.8))}
.flip-front .ff-cap{position:absolute;left:0;bottom:0;padding:1.6rem 1.7rem;z-index:2;color:#fff}
.flip-front .ff-cap .ff-kt{font-size:.64rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-2);font-weight:600}
.flip-front .ff-cap h3{color:#fff;font-size:1.7rem;font-weight:400;margin-top:.3rem}
.flip-front .ff-hint{position:absolute;top:1.2rem;right:1.2rem;z-index:2;font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:#fff;border:1px solid rgba(255,255,255,.5);padding:.35rem .7rem;border-radius:30px}
.flip-back{transform:rotateY(180deg);background:var(--ink);color:#fff;padding:2.2rem 2rem;display:flex;flex-direction:column;justify-content:center}
.flip-back .fb-kt{font-size:.64rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-2);font-weight:600;margin-bottom:.4rem}
.flip-back h3{color:#fff;font-size:1.6rem;font-weight:400;margin-bottom:.3rem}
.flip-back .fb-loc{font-size:.82rem;color:rgba(255,255,255,.6);margin-bottom:1.2rem}
.flip-back .fb-specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.15);margin-bottom:1.2rem}
.flip-back .fb-specs div{background:var(--ink);padding:.8rem .9rem}
.flip-back .fb-specs .sv{font-family:var(--serif);font-size:1.4rem;color:#fff;line-height:1}
.flip-back .fb-specs .sl{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-2);margin-top:.3rem}
.flip-back .fb-list{font-size:.86rem;color:rgba(255,255,255,.72);line-height:1.6}

/* CLIENTS */
.client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.client{background:#fff;border:1px solid var(--line-soft);aspect-ratio:3/2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:1rem;transition:.45s var(--ease)}
.client:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}
.client img{max-height:86px;max-width:90%;width:auto;object-fit:contain;opacity:1;transition:transform .4s var(--ease)}
.client:hover img{transform:scale(1.05)}
.client .cname{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft);font-weight:600}

@media(max-width:1024px){
  .showcase{grid-template-columns:1fr}
  .sw-media{min-height:48vh;order:-1}
  .journey{grid-template-columns:1fr 1fr;gap:1.5rem 0}
  .journey::before{display:none}
  .flip-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .purpose{grid-template-columns:1fr}
  .journey{grid-template-columns:1fr}
  .jstep{text-align:left;padding-left:2rem}
  .jstep::before{left:5px}
  .jstep p{margin-inline:0}
  .flip-grid,.client-grid{grid-template-columns:1fr}
  .flip{height:400px}
}

/* ===========================================================
   v4 — IMMERSIVE CHAPTERS · PARTNERS · HOSPITALITY · SELECTOR · SERVICES
   =========================================================== */

/* hero tighter */
.vhero h1{max-width:17ch}

/* IMMERSIVE VERTICAL CHAPTERS */
.chapter{position:relative;min-height:clamp(560px,90vh,880px);display:flex;align-items:flex-end;overflow:hidden;color:#fff;border-top:1px solid rgba(0,0,0,.12)}
.chapter .ch-bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.chapter .ch-bg img{width:100%;height:100%;object-fit:cover}
.chapter .ch-bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(12,10,7,.18) 0%,rgba(12,10,7,.35) 55%,rgba(12,10,7,.88) 100%)}
.chapter .ch-wrap{position:relative;z-index:2;width:100%;max-width:var(--maxw);margin:0 auto;padding:0 var(--gut) clamp(2.6rem,4.5vw,4.2rem)}
.chapter .ch-index{position:absolute;top:clamp(1.6rem,4vw,3rem);right:var(--gut);z-index:2;
  font-family:var(--serif);font-weight:300;font-size:clamp(4rem,12vw,11rem);line-height:.8;color:rgba(255,255,255,.12);letter-spacing:-.03em}
.chapter .ch-cat{font-size:clamp(.82rem,1.1vw,.98rem);letter-spacing:.3em;text-transform:uppercase;color:var(--gold-3);font-weight:700;display:flex;align-items:center;gap:.8em;margin-bottom:1rem}
.chapter .ch-cat::before{content:"";width:38px;height:2px;background:var(--gold-3)}
.chapter h2{color:#fff;font-size:clamp(2.7rem,6vw,5.2rem);font-weight:400;letter-spacing:-.02em;line-height:1;max-width:16ch;text-shadow:0 2px 40px rgba(0,0,0,.3)}
.chapter .ch-pos{font-size:clamp(1.1rem,1.6vw,1.4rem);color:#fff;max-width:48ch;margin-top:1.2rem;font-weight:400}
.chapter .ch-foot{display:flex;flex-wrap:wrap;gap:2.6rem;align-items:flex-end;margin-top:2.2rem;justify-content:space-between}
.ch-metrics{display:flex;flex-wrap:wrap;gap:clamp(1.6rem,3.5vw,3.4rem)}
.ch-metric .cm-n{font-family:var(--serif);font-weight:300;font-size:clamp(1.7rem,2.8vw,2.5rem);line-height:1;color:#fff}
.ch-metric .cm-n small{font-size:.42em;color:var(--gold-2);font-family:var(--sans);font-weight:600;vertical-align:super;margin-left:.1em}
.ch-metric .cm-l{font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.62);margin-top:.5rem;font-weight:500}
.chapter .ch-kw{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}
.chapter .ch-kw span{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.85);
  border:1px solid rgba(255,255,255,.32);padding:.4rem .8rem;font-weight:500}
.chapter .ch-cta{display:inline-flex;align-items:center;gap:.65em;color:#fff;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;white-space:nowrap;border-bottom:1px solid var(--gold-2);padding-bottom:.4rem;transition:.4s}
.chapter .ch-cta:hover{color:var(--gold-2);gap:1.1em}

/* PARTNERS — categorized */
.partner-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line)}
.pcat{padding:clamp(1.8rem,3vw,2.8rem);border-right:1px solid var(--line)}
.pcat:last-child{border-right:0}
.pcat h4{font-family:var(--sans);font-weight:600;font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--line-soft)}
.pcat .p-logos{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem 1rem;align-items:center}
.pcat .p-logos img{height:34px;width:auto;max-width:100%;object-fit:contain;filter:grayscale(1);opacity:.62;transition:.4s}
.pcat .p-logos img:hover{filter:none;opacity:1}
.pcat .p-names{display:flex;flex-direction:column;gap:.85rem}
.pcat .p-names span{font-family:var(--serif);font-size:1.12rem;color:var(--ink);letter-spacing:.01em;padding-bottom:.7rem;border-bottom:1px solid var(--line-soft)}
.pcat .p-names span:last-child{border-bottom:0;padding-bottom:0}

/* HOSPITALITY — big editorial stats */
.editorial-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line)}
.es{padding:clamp(1.8rem,3vw,2.8rem) 1.4rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.es:last-child{border-right:0}
.es .es-n{font-family:var(--serif);font-weight:300;font-size:clamp(2.6rem,4.5vw,4rem);line-height:1;color:var(--ink)}
.es .es-n small{font-size:.34em;color:var(--gold);font-family:var(--sans);font-weight:600;vertical-align:super;margin-left:.1em}
.es .es-l{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-soft);margin-top:.8rem;font-weight:600}
.band .editorial-stats{border-color:rgba(255,255,255,.16)}
.band .es{border-color:rgba(255,255,255,.16)}
.band .es .es-n{color:#fff}
.band .es .es-l{color:rgba(255,255,255,.6)}

/* full-bleed editorial duo */
.duo{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:clamp(420px,52vw,640px)}
.duo .d-img{position:relative;overflow:hidden}
.duo .d-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease)}
.duo:hover .d-img img{transform:scale(1.05)}
.duo .d-txt{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem);background:var(--paper)}
.duo.dark .d-txt{background:var(--ink);color:#fff}
.duo.dark .d-txt h3{color:#fff}.duo.dark .d-txt p{color:rgba(255,255,255,.72)}
.duo.flip .d-img{order:2}
.duo .d-txt h3{font-size:clamp(1.9rem,3.4vw,3rem);font-weight:300;line-height:1.05;margin:.4rem 0 .6rem}

/* WAREHOUSE SELECTOR */
.selector{border:1px solid var(--line);background:var(--paper)}
.sel-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}
.sel-tab{padding:1.5rem 1.4rem;background:none;border:0;border-right:1px solid var(--line);cursor:pointer;text-align:left;transition:.4s var(--ease);font-family:var(--sans)}
.sel-tab:last-child{border-right:0}
.sel-tab .st-k{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:600}
.sel-tab .st-n{font-family:var(--serif);font-size:1.25rem;color:var(--text-soft);margin-top:.3rem;transition:.4s}
.sel-tab.active{background:var(--ink)}
.sel-tab.active .st-n{color:#fff}
.sel-tab.active .st-k{color:var(--gold-2)}
.sel-panel{display:none;grid-template-columns:1.1fr .9fr;gap:0}
.sel-panel.active{display:grid}
.sel-panel .sp-img{position:relative;overflow:hidden;min-height:380px}
.sel-panel .sp-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sel-panel .sp-body{padding:clamp(1.8rem,3.5vw,3.2rem)}
.sel-panel .sp-body h3{font-size:1.9rem;font-weight:400;margin-bottom:.3rem}
.sel-panel .sp-loc{font-size:.8rem;letter-spacing:.06em;color:var(--gold);text-transform:uppercase;font-weight:600;margin-bottom:1.4rem}
.sp-specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);margin-bottom:1.4rem}
.sp-specs div{background:var(--paper);padding:.95rem 1.1rem}
.sp-specs .ssv{font-family:var(--serif);font-size:1.3rem;color:var(--ink);line-height:1}
.sp-specs .ssl{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin-top:.35rem;font-weight:600}
.sp-list{list-style:none;display:grid;gap:.6rem}
.sp-list li{font-size:.92rem;color:var(--text-soft);padding-left:1.3rem;position:relative}
.sp-list li::before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;background:var(--gold);transform:rotate(45deg)}

/* SERVICES / CAPABILITY — shared infographic grid (hotels "At your service" look) */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--hair);border:1px solid var(--hair);margin-top:clamp(2.4rem,5vw,3.4rem)}
.svc-cell{background:var(--cream);padding:clamp(1.9rem,2.8vw,2.6rem);display:flex;flex-direction:column;align-items:flex-start;gap:1rem;position:relative;opacity:0;transform:translateY(20px);transition:opacity .8s var(--edease),transform .55s var(--edease),background-color .5s var(--edease)}
.svc-grid.in .svc-cell{opacity:1;transform:none}
.svc-grid.in .svc-cell:nth-child(2){transition-delay:.08s}
.svc-grid.in .svc-cell:nth-child(3){transition-delay:.16s}
.svc-grid.in .svc-cell:nth-child(4){transition-delay:.24s}
.svc-grid.in .svc-cell:nth-child(5){transition-delay:.32s}
.svc-grid.in .svc-cell:nth-child(6){transition-delay:.4s}
.svc-grid.in .svc-cell:nth-child(7){transition-delay:.48s}
.svc-grid.in .svc-cell:nth-child(8){transition-delay:.56s}
.svc-cell:hover{background:#fbf8f1}
.svc-ic{width:50px;height:50px;flex:none;border:1px solid var(--copper-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--copper);transition:background-color .5s var(--edease),color .5s var(--edease),border-color .5s var(--edease),transform .5s var(--edease)}
.svc-cell:hover .svc-ic{background:var(--copper);color:#fff;border-color:var(--copper);transform:translateY(-3px)}
.svc-ic svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}
.svc-n{position:absolute;top:clamp(1.5rem,2.4vw,2.1rem);right:clamp(1.5rem,2.4vw,2.1rem);font-family:var(--serif);font-style:italic;font-weight:400;font-size:1.05rem;color:var(--copper-soft);transition:color .5s var(--edease)}
.svc-cell:hover .svc-n{color:var(--copper)}
.svc-cell h4{font-family:var(--serif);font-weight:400;font-size:clamp(1.2rem,1.7vw,1.45rem);color:var(--ink);line-height:1.15;margin-top:.2rem}
.svc-cell p{font-size:.85rem;font-weight:300;color:var(--text-soft);line-height:1.62}
@media (max-width:900px){.svc-grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.svc-grid{grid-template-columns:1fr}}
/* 4-column variant (e.g. Realty: 8 items → clean 4×2, no empty cell) */
.svc-grid.four{grid-template-columns:repeat(4,1fr)}
@media (max-width:1024px){.svc-grid.four{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.svc-grid.four{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){.svc-cell{opacity:1;transform:none;transition:none}}

/* project detail row (realty) */
.prow{display:grid;grid-template-columns:1.1fr .9fr;gap:0;min-height:clamp(440px,50vw,600px);border-top:1px solid var(--line)}
.prow .pr-img{position:relative;overflow:hidden}
.prow .pr-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease)}
.prow:hover .pr-img img{transform:scale(1.05)}
.prow .pr-img .pr-badge{position:absolute;top:1.4rem;left:1.4rem;z-index:2;background:rgba(12,10,7,.7);color:#fff;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;padding:.45rem .9rem;font-weight:600;backdrop-filter:blur(4px)}
.prow .pr-body{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,4.5vw,4.5rem);background:var(--paper)}
.prow.flip .pr-img{order:2}
.prow .pr-kt{font-size:.84rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:.6rem}
.prow .pr-body h3{font-size:clamp(2.2rem,3.6vw,3.2rem);font-weight:400;line-height:1}
.prow .pr-loc{font-size:1.08rem;color:var(--ink);font-weight:500;margin:.4rem 0 1.4rem}
.prow .pr-specs{display:flex;flex-wrap:wrap;gap:0;border:1px solid var(--line);margin-bottom:1.4rem}
.prow .pr-specs div{flex:1 1 33%;padding:.9rem 1rem;border-right:1px solid var(--line)}
.prow .pr-specs div:last-child{border-right:0}
.prow .pr-specs .psv{font-family:var(--serif);font-size:1.35rem;color:var(--ink);line-height:1}
.prow .pr-specs .psl{font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);margin-top:.35rem;font-weight:600}
.prow .pr-hi{list-style:none;display:grid;gap:.55rem;margin-bottom:1.6rem}
.prow .pr-hi li{font-size:.9rem;color:var(--text-soft);padding-left:1.3rem;position:relative}
.prow .pr-hi li::before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--gold);transform:rotate(45deg)}

@media(max-width:900px){
  .partner-cats{grid-template-columns:1fr}
  .pcat{border-right:0;border-bottom:1px solid var(--line)}
  .editorial-stats{grid-template-columns:1fr 1fr}
  .svc-grid{grid-template-columns:1fr 1fr}
  .duo,.duo.flip{grid-template-columns:1fr}
  .duo .d-img{min-height:46vh}.duo.flip .d-img{order:0}
  .sel-panel.active,.prow,.prow.flip{grid-template-columns:1fr}
  /* single column: give the image a real height (it only holds an absolute img)
     and put it above the text on every row, flush and aligned */
  .prow{min-height:0}
  .prow .pr-img{height:clamp(240px,62vw,400px);order:-1}
  .prow.flip .pr-img{order:-1}
  .prow .pr-body{padding:clamp(1.8rem,7vw,2.6rem)}
  .sel-tabs{grid-template-columns:1fr}
  .sel-tab{border-right:0;border-bottom:1px solid var(--line)}
  .chapter .ch-foot{flex-direction:column;align-items:flex-start;gap:1.5rem}
}
@media(max-width:600px){
  .editorial-stats{grid-template-columns:1fr 1fr}
  .svc-grid{grid-template-columns:1fr}
  .sp-specs{grid-template-columns:1fr 1fr}
}

/* ===========================================================
   v5 — CAROUSEL · PARTNER LOGOS · BEIGE MARQUEE · POLISH
   =========================================================== */

/* marquee — neutral luxury beige */
.marquee{background:var(--paper-3);border-color:rgba(21,19,15,.1)}
.marquee-track span{color:var(--ink);font-weight:300}
.marquee-track span::after{color:var(--gold)}

/* rotating gallery carousel */
.carousel{position:relative;overflow:hidden;width:100%;height:100%}
.carousel .cslide{position:absolute;inset:0;opacity:0;transition:opacity 1.3s var(--ease);z-index:0}
.carousel .cslide.on{opacity:1;z-index:1}
.carousel .cslide img{width:100%;height:100%;object-fit:cover}
.carousel .cdots{position:absolute;left:0;bottom:1.1rem;width:100%;display:flex;gap:.5rem;justify-content:center;z-index:3}
.carousel .cdots button{width:26px;height:2px;border:0;padding:0;background:rgba(255,255,255,.45);cursor:pointer;transition:.4s}
.carousel .cdots button.on{background:#fff}

/* PARTNER LOGOS — categorized, logos only */
.partners-block{display:grid;gap:2.6rem}
.pgroup .pg-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:1px solid var(--line)}
.pgroup .pg-head h4{font-family:var(--sans);font-weight:600;font-size:.8rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}
.pgroup .pg-head .pg-sub{font-size:.78rem;color:var(--text-soft);letter-spacing:.04em}
.plogos{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.plogo{background:#fff;aspect-ratio:3/2;display:flex;align-items:center;justify-content:center;padding:1.1rem;transition:.4s var(--ease)}
.plogo:hover{box-shadow:inset 0 0 0 2px var(--gold-3)}
.plogo img{max-height:62px;max-width:88%;width:auto;object-fit:contain;filter:grayscale(1);opacity:.72;transition:.4s}
.plogo:hover img{filter:none;opacity:1}
.plogo .cname{font-family:var(--serif);font-size:1.05rem;color:var(--ink);letter-spacing:.01em;text-align:center;line-height:1.15}
@media(max-width:900px){ .plogos{grid-template-columns:repeat(3,1fr)} }
@media(max-width:560px){ .plogos{grid-template-columns:repeat(2,1fr)} }

/* facts grid alignment polish */
.facts-grid .fact{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}
.fact .fnum{display:flex;align-items:baseline;justify-content:center;min-height:1em}

/* industrial stat row (warehousing) */
.istats{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14)}
.istat{background:var(--ink);padding:1.8rem 1.2rem;text-align:center}
.istat .isi{font-family:var(--serif);font-size:1.6rem;color:var(--gold-3);margin-bottom:.5rem;line-height:1}
.istat .ist{font-size:.96rem;color:#fff;font-weight:500;margin-bottom:.2rem}
.istat .isd{font-size:.74rem;color:rgba(255,255,255,.6)}
@media(max-width:900px){.istats{grid-template-columns:1fr 1fr}}

/* selector tab: name-first */
.sel-tab .st-n{font-weight:400}
.sel-tab .st-addr{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);margin-top:.35rem}
.sel-tab.active .st-addr{color:var(--gold-2)}

/* leadership profile responsibilities */
.value .role{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:600;margin:.5rem 0 .6rem}

/* ===========================================================
   v6 — VISIBILITY · SPACING · CINEMATIC HERO · MVV · PARTNERS
   =========================================================== */

/* Gold labels & headings over imagery — guaranteed legibility */
.chapter .ch-cat{text-shadow:0 1px 14px rgba(10,8,5,.55)}
.chapter h2{text-shadow:0 2px 30px rgba(10,8,5,.5)}
.chapter .ch-pos{text-shadow:0 1px 16px rgba(10,8,5,.6)}
.chapter .ch-bg::after{background:linear-gradient(180deg,rgba(12,10,7,.32) 0%,rgba(12,10,7,.42) 48%,rgba(12,10,7,.9) 100%)}
.vhero .eyebrow,.phero .eyebrow{text-shadow:0 1px 14px rgba(10,8,5,.6)}
.vhero h1,.phero h1{text-shadow:0 2px 34px rgba(10,8,5,.45)}
/* hero headings sit on dark imagery — match index hero (white + gold accent) */
.phero h1{color:#fff}
.phero h1 em{color:var(--gold-3);font-style:italic}
.phero .crumbs{text-shadow:0 1px 12px rgba(10,8,5,.6)}
.phero .hero-bg::after{background:linear-gradient(180deg,rgba(12,10,7,.4) 0%,rgba(12,10,7,.4) 45%,rgba(12,10,7,.86) 100%)}
.marine-badge{text-shadow:none}

/* Breathing room for keyword chips (was congested) */
.ch-kw{gap:.7rem;margin-top:1.6rem}
.ch-kw span{padding:.5rem 1rem;letter-spacing:.16em;font-size:.64rem}
.chips{gap:.85rem}
.chip{padding:.7rem 1.25rem}
.kw{gap:.6rem;margin-bottom:1.9rem}
.kw span{padding:.5rem 1rem}

/* CINEMATIC HERO — slow ken-burns crossfade from existing images */
.phero .carousel{position:absolute;inset:0;z-index:0}
.phero .hero-bg{overflow:hidden}
.phero .carousel .cslide{transition:opacity 2s var(--ease)}
.phero .carousel .cslide img{width:100%;height:100%;object-fit:cover;transform:scale(1.04)}
.phero .carousel .cslide.on img{animation:kenburns 9s ease-out forwards}
@keyframes kenburns{from{transform:scale(1.04)}to{transform:scale(1.16)}}

/* MISSION · VISION · VALUES — editorial manifesto */
.mvv{border-top:1px solid var(--line);margin-top:1rem}
.mvv .mrow{display:grid;grid-template-columns:230px 1fr;gap:clamp(1.5rem,4vw,4rem);padding:clamp(1.8rem,3vw,2.6rem) 0;border-bottom:1px solid var(--line);align-items:baseline}
.mvv .mk{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(1.7rem,2.8vw,2.5rem);color:var(--gold);line-height:1}
.mvv .mv{font-family:var(--serif);font-weight:300;font-size:clamp(1.25rem,2vw,1.85rem);color:var(--ink);line-height:1.4;max-width:46ch}
.mvv .mv b{font-weight:500;color:var(--ink)}
.mvv-values{display:flex;flex-wrap:wrap;gap:0;margin-top:1.4rem;border:1px solid var(--line)}
.mvv-values div{flex:1 1 25%;min-width:140px;padding:1.3rem 1.4rem;border-right:1px solid var(--line)}
.mvv-values div:last-child{border-right:0}
.mvv-values .vk{font-family:var(--serif);font-size:1.3rem;color:var(--ink);margin-bottom:.3rem}
.mvv-values .vd{font-size:.82rem;color:var(--text-soft)}
@media(max-width:760px){.mvv .mrow{grid-template-columns:1fr;gap:.5rem}.mvv-values div{flex:1 1 50%}}

/* Partner logos — larger, more legible */
.plogos.lg .plogo{aspect-ratio:2/1}
.plogos.lg .plogo img{max-height:78px;max-width:90%}
.pgroup .pg-head h4{font-size:.86rem}

/* ===========================================================
   v7 — HOMEPAGE ELEVATION: hero metrics, showcase, why-lamar, leadership
   =========================================================== */

/* Hero metric strip (above the fold) */
.hero-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(1rem,2vw,1.8rem);margin-top:2.6rem;padding-top:1.7rem;border-top:1px solid rgba(255,255,255,.22);max-width:920px}
.hero-metrics .hm{display:flex;flex-direction:column;gap:.4rem;min-width:0}
.hero-metrics .hm b{font-family:var(--serif);font-weight:300;font-size:clamp(1.35rem,1.9vw,1.85rem);color:#fff;line-height:1;letter-spacing:-.01em;white-space:nowrap}
.hero-metrics .hm span{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.72);font-weight:600;line-height:1.3}
@media(max-width:820px){.hero-metrics{grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:560px}}
@media(max-width:520px){.hero-metrics{grid-template-columns:repeat(2,1fr)}}

/* Minimal values row */
.mvv-values{display:flex;flex-wrap:wrap;gap:.4rem 0;margin-top:1.5rem;border:0;padding:0}
.mvv-values span{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(1.15rem,1.7vw,1.5rem);color:var(--ink);padding:0 clamp(.9rem,2vw,1.5rem);border-left:1px solid var(--line);line-height:1.1}
.mvv-values span:first-child{padding-left:0;border-left:0}

/* Section intro — generous editorial header */
.sec-intro{max-width:74ch}
.sec-intro .eyebrow{margin-bottom:1.1rem}
.sec-line{width:100%;height:1px;background:var(--line);margin:0}

/* Warehousing dominant band */
.scaleband{position:relative;overflow:hidden;color:#fff;background:var(--ink);min-height:clamp(520px,72vh,760px);display:flex;align-items:center}
.scaleband .sb-bg{position:absolute;inset:0;z-index:0}
.scaleband .sb-bg img{width:100%;height:100%;object-fit:cover;opacity:.42}
.scaleband .sb-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,10,7,.85),rgba(12,10,7,.4))}
.scaleband .wrap{position:relative;z-index:2;width:100%}
.scaleband .sb-num{font-family:var(--serif);font-weight:300;font-size:clamp(3.4rem,9vw,8rem);line-height:.9;color:#fff;letter-spacing:-.03em}
.scaleband .sb-num small{font-size:.22em;color:var(--gold-3);font-family:var(--sans);font-weight:600;letter-spacing:.1em;vertical-align:super}
.scaleband .sb-metrics{display:flex;flex-wrap:wrap;gap:clamp(1.6rem,4vw,3.4rem);margin-top:2.2rem;border-top:1px solid rgba(255,255,255,.18);padding-top:1.6rem}
.scaleband .sb-metrics .m b{font-family:var(--serif);font-weight:300;font-size:clamp(1.5rem,2.4vw,2.1rem);color:#fff;display:block;line-height:1}
.scaleband .sb-metrics .m span{font-size:.64rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.6);font-weight:600;margin-top:.4rem;display:block}

/* Why Lamar — editorial numbered manifesto */
.why{border-top:1px solid var(--line)}
.why .wrow{display:grid;grid-template-columns:90px 260px 1fr;gap:clamp(1.2rem,3vw,3rem);padding:clamp(1.6rem,2.8vw,2.4rem) 0;border-bottom:1px solid var(--line);align-items:baseline;transition:background .4s var(--ease)}
.why .wrow:hover{background:var(--paper-2)}
.why .wn{font-family:var(--serif);font-size:1.3rem;color:var(--gold)}
.why .wk{font-family:var(--serif);font-weight:400;font-size:clamp(1.4rem,2.2vw,2rem);color:var(--ink);line-height:1.05}
.why .wd{font-size:1rem;color:var(--text-soft);max-width:54ch;line-height:1.6}
@media(max-width:760px){.why .wrow{grid-template-columns:1fr;gap:.5rem}}

/* Leadership preview portrait image slot */
.founder-portrait .frame img{position:absolute;inset:14px;width:auto;height:auto;object-fit:cover;z-index:1}

/* ===========================================================
   v8 — SOLUTION-STYLE PILLAR COLUMNS (Vision/Mission/Promise/Values)
   =========================================================== */
.solgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.3rem,2.8vw,2.4rem);margin-top:clamp(2.2rem,4vw,3.4rem)}
.solcol{position:relative;display:flex;flex-direction:column;padding:clamp(2.6rem,6vw,4.6rem) 0 0 1.5rem;min-height:clamp(280px,30vw,360px)}
.solcol::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--gold)}
.solcol h4{font-family:var(--serif);font-weight:400;font-size:clamp(1.35rem,1.9vw,1.75rem);color:var(--ink);line-height:1.08;margin-bottom:1rem;letter-spacing:-.01em}
.solcol p{font-size:.95rem;color:var(--text-soft);line-height:1.65;max-width:30ch}
.solcol .sol-bar{height:13px;background:var(--gold);margin-top:1.8rem}
.solcol:hover .sol-bar{background:var(--gold-2)}
@media(max-width:900px){.solgrid{grid-template-columns:repeat(2,1fr);gap:1.6rem}.solcol{min-height:220px;padding-top:2.4rem}}
@media(max-width:520px){.solgrid{grid-template-columns:1fr}.solcol{min-height:0;padding-top:1.8rem}}

/* ===========================================================
   v9 — WHY LAMAR · 5 icon elements (arc), warehouse client logos
   =========================================================== */
.why5{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(.9rem,1.6vw,1.4rem);align-items:start;margin-top:clamp(2.4rem,4vw,3.4rem)}
.w5{background:#fff;border:1px solid var(--line);border-radius:16px;padding:2.1rem 1.4rem 1.9rem;text-align:center;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.w5:hover{transform:translateY(-8px);box-shadow:var(--shadow-soft)}
.w5 .w5-ic{width:64px;height:64px;border-radius:50%;background:var(--ink);color:var(--gold-3);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
.w5 .w5-ic svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.w5 h4{font-family:var(--serif);font-weight:400;font-size:1.3rem;color:var(--ink);margin-bottom:.6rem}
.w5 p{font-size:.84rem;color:var(--text-soft);line-height:1.6}
.why5 .w5:nth-child(2),.why5 .w5:nth-child(4){margin-top:26px}
.why5 .w5:nth-child(3){margin-top:48px}
@media(max-width:900px){.why5{grid-template-columns:repeat(2,1fr)}.why5 .w5{margin-top:0 !important}}
@media(max-width:560px){.why5{grid-template-columns:1fr}}

/* Warehouse client logos — larger, full colour, white tiles */
.plogos.clients{grid-template-columns:repeat(5,1fr)}
.plogos.clients .plogo{aspect-ratio:3/2;padding:.8rem}
.plogos.clients .plogo img{max-height:130px;max-width:94%;filter:none;opacity:1}
.plogos.clients .plogo:hover img{transform:scale(1.04)}
@media(max-width:900px){.plogos.clients{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.plogos.clients{grid-template-columns:repeat(2,1fr)}}

/* ===========================================================
   v10 — PREMIUM LOGO CAROUSELS (Partners & Clients)
   =========================================================== */
.partners-stack{display:grid;gap:clamp(1.8rem,3vw,2.8rem)}
.lmq-group .pg-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.1rem;padding-bottom:.8rem;border-bottom:1px solid var(--line)}
.lmq-group .pg-head h4{font-family:var(--sans);font-weight:600;font-size:.8rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold)}
.lmq-group .pg-head .pg-sub{font-size:.78rem;color:var(--text-soft);letter-spacing:.04em}
.lmq{overflow:hidden;position:relative;padding:.5rem 0;-webkit-mask:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.lmq-track{display:flex;gap:clamp(1rem,1.6vw,1.5rem);width:max-content;animation:lmqscroll var(--spd,42s) linear infinite;will-change:transform}
.lmq:hover .lmq-track{animation-play-state:paused}
.lmq-card{flex:0 0 auto;width:clamp(165px,16vw,215px);height:clamp(100px,10vw,124px);background:#fff;border:1px solid var(--line-soft);border-radius:14px;display:flex;align-items:center;justify-content:center;padding:1.1rem 1.5rem;box-shadow:0 14px 34px -24px rgba(21,19,15,.45);transition:box-shadow .4s var(--ease),transform .4s var(--ease)}
.lmq-card:hover{box-shadow:0 18px 40px -20px rgba(21,19,15,.5);transform:translateY(-3px)}
.lmq-card img{max-width:84%;max-height:62%;width:auto;height:auto;object-fit:contain;display:block}
.lmq-card .cname{font-family:var(--serif);font-size:1.05rem;color:var(--ink);text-align:center;line-height:1.15;letter-spacing:.01em}
@keyframes lmqscroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:600px){.lmq-card{width:152px;height:94px;padding:1rem}}
@media(prefers-reduced-motion:reduce){.lmq-track{animation:none;flex-wrap:wrap;justify-content:center}}

/* Warehouse client carousel — larger, readable logos */
.lmq.wclients .lmq-card{width:clamp(210px,21vw,270px);height:clamp(132px,13vw,164px);padding:1rem 1.7rem}
.lmq.wclients .lmq-card img{max-width:92%;max-height:82%}
@media(max-width:600px){.lmq.wclients .lmq-card{width:180px;height:120px}}

/* ===========================================================
   v11 — CSS PARALLAX HERO (background-attachment: fixed)
   =========================================================== */
.hero-parallax{
  position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;
  text-align:center;color:#fff;overflow:hidden;
  background-image:linear-gradient(rgba(12,10,7,.5),rgba(12,10,7,.5)),url('../img/hero-home.jpg'),url('../img/sarovar-exterior.jpg');
  background-size:cover,cover,cover;background-position:center,center,center;background-repeat:no-repeat;
  background-attachment:fixed,fixed,fixed;
}
.hero-parallax .hero-inner{position:relative;z-index:2;width:100%;max-width:var(--maxw);padding:0 var(--gut);display:flex;flex-direction:column;align-items:center}
.hero-parallax .eyebrow{color:var(--gold-3);justify-content:center;text-shadow:0 1px 14px rgba(10,8,5,.6)}
.hero-parallax h1{color:#fff;font-weight:400;font-size:clamp(2.7rem,7vw,6.2rem);line-height:1.02;letter-spacing:-.02em;max-width:18ch;text-shadow:0 2px 34px rgba(10,8,5,.45)}
.hero-parallax h1 em{font-style:italic;color:var(--gold-3);font-weight:300}
.hero-parallax .sub{font-family:var(--serif);font-weight:300;font-size:clamp(1.2rem,2vw,1.65rem);color:#fff;max-width:48ch;margin-top:1.4rem;line-height:1.4;text-shadow:0 1px 16px rgba(10,8,5,.55)}
.hero-parallax .hero-actions{justify-content:center;margin-top:2.4rem}
.hero-parallax .hero-metrics{justify-content:center;margin-left:auto;margin-right:auto}
.hero-parallax .scroll-cue{left:50%;transform:translateX(-50%);right:auto;writing-mode:horizontal-tb}
@media(max-width:820px){.hero-parallax{background-attachment:scroll}}

/* ===========================================================
   v12 — FIXED-VIDEO PARALLAX HERO (left-aligned)
   =========================================================== */
.vhero{position:relative;min-height:100vh;display:flex;align-items:center;color:#fff;overflow:hidden;background:#0c0a07}
.vhero .vh-fixed{position:absolute;inset:0;z-index:0;overflow:hidden}
.vhero .vh-fixed video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.vhero .vh-fixed::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,10,7,.5) 0%,rgba(12,10,7,.42) 45%,rgba(12,10,7,.66) 100%)}
.vhero .hero-inner{position:relative;z-index:2;width:100%;max-width:var(--maxw);margin:0 auto;padding:0 var(--gut);display:flex;flex-direction:column;align-items:flex-start;text-align:left}
.vhero h1{max-width:17ch}
.vhero .sub{max-width:46ch}
.vhero .eyebrow{justify-content:flex-start}
.vhero .hero-actions{justify-content:flex-start}
.vhero .hero-metrics{margin-left:0;margin-right:0;justify-content:flex-start}

/* ===========================================================
   v13 — HOMEPAGE SCROLL ANIMATIONS (IntersectionObserver)
   easing: cubic-bezier(.25,.46,.45,.94) · 0.15s child stagger
   =========================================================== */
body.home .reveal{transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94)}

/* fade-up + stagger for card grids */
body.home .solgrid>*,body.home .why5>*,body.home .journey>*,body.home .partners-stack>*,body.home .footer .cols>*,body.home .hero-metrics>*{
  opacity:0;transform:translateY(38px);
  transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}
body.home .solgrid>.sa-in,body.home .why5>.sa-in,body.home .journey>.sa-in,body.home .partners-stack>.sa-in,body.home .footer .cols>.sa-in,body.home .hero-metrics>.sa-in{opacity:1;transform:none}

/* slide-in from alternating sides for vertical chapters */
body.home #verticals .chapter:nth-of-type(odd) .ch-wrap{transform:translateX(-60px)}
body.home #verticals .chapter:nth-of-type(even) .ch-wrap{transform:translateX(60px)}
body.home #verticals .chapter .ch-wrap.in{transform:none!important;opacity:1!important}

/* slide-in for leadership feature row */
body.home .founder-hero>.media{transform:translateX(-60px)}
body.home .founder-hero>.reveal.d1{transform:translateX(60px)}
body.home .founder-hero>.media.in,body.home .founder-hero>.reveal.d1.in{transform:none!important;opacity:1!important}

/* scale-up for images */
body.home .founder-portrait .frame img{opacity:0;transform:scale(.9);transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94)}
body.home .founder-portrait .frame img.sa-in{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  body.home .solgrid>*,body.home .why5>*,body.home .journey>*,body.home .partners-stack>*,body.home .footer .cols>*,body.home .hero-metrics>*,body.home .founder-portrait .frame img,body.home .chapter .ch-wrap,body.home .founder-hero>.media,body.home .founder-hero>.reveal.d1{opacity:1!important;transform:none!important;transition:none!important}
}

/* ===========================================================
   v14 — HERO METRIC HIGHLIGHT + SECTION HEADING HIERARCHY
   =========================================================== */
/* Hero facts: gold colour + distinct pop motion + underline wipe */
.hero-metrics .hm{position:relative;padding-bottom:.55rem}
.hero-metrics .hm b{color:var(--gold-3)}
.hero-metrics .hm::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--gold-2);transition:width .7s cubic-bezier(.25,.46,.45,.94) .3s}
body.home .hero-metrics>*{opacity:0;transform:translateY(16px) scale(.9);transition:opacity .7s cubic-bezier(.25,.46,.45,.94),transform .7s cubic-bezier(.25,.46,.45,.94)}
body.home .hero-metrics>.sa-in{opacity:1;transform:none}
body.home .hero-metrics>.sa-in.hm::after{width:34px}

/* Section headings: distinctive editorial lockup — italic Fraunces, gold gradient, ornamental rule */
body.home .sh-title{
  font-family:var(--serif);font-style:italic;font-weight:400;font-optical-sizing:auto;
  text-transform:none;letter-spacing:-.018em;line-height:1.0;
  font-size:clamp(2.1rem,3.9vw,3.35rem);display:block;margin-bottom:.9rem;position:relative;
  background:linear-gradient(96deg,var(--gold-2) 0%,var(--gold) 46%,#8b6a3b 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;
  padding-bottom:.06em;width:fit-content;
}
body.home .sh-title::before{
  content:"";display:block;width:38px;height:2px;border-radius:2px;
  background:linear-gradient(90deg,var(--gold),transparent);margin:0 0 1.05rem;opacity:.95;
}
body.home .center .sh-title{margin-inline:auto}
body.home .center .sh-title::before{margin-inline:auto;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
body.home .band .sh-title{background:linear-gradient(96deg,var(--gold-3) 0%,var(--gold-2) 60%,var(--gold) 100%);-webkit-background-clip:text;background-clip:text}
body.home .band .sh-title::before{background:linear-gradient(90deg,transparent,var(--gold-3),transparent)}
/* Subheading below: previous serif treatment, reduced size kept */
body.home .sh-title + .h-sec{font-family:var(--serif);font-weight:400;font-size:clamp(1.2rem,1.9vw,1.7rem);letter-spacing:-.02em;line-height:1.08;color:var(--ink);max-width:48ch}
body.home .sh-title + .statement{font-family:var(--serif);font-weight:300;font-size:clamp(1.25rem,2vw,1.75rem);letter-spacing:-.01em;line-height:1.22;color:var(--ink);max-width:24ch}
body.home .center .sh-title + .h-sec{margin-inline:auto}
body.home .band .sh-title + .h-sec{color:#fff}
body.home .sh-title + .statement em{color:var(--gold);font-style:italic}

/* ===========================================================
   v15 — UNIFORM SPACING + FULL MOBILE/WEB INTEGRATION
   =========================================================== */
/* consistent centred section intros (no ad-hoc inline margins) */
body.home .sec-intro-c{margin-bottom:clamp(1.8rem,3.2vw,2.6rem)}
body.home .sec-intro-c .divider.c{margin-top:1.2rem;margin-bottom:0}
/* keep the gold heading underline mark hidden on plain section labels */
body.home .sh-title{max-width:none}

/* Hero: remove dead space, balanced on every screen */
.vhero{min-height:100svh}
.vhero .hero-inner{width:100%}
@media(max-width:820px){
  .vhero{min-height:auto}
  .vhero .hero-inner{padding-top:clamp(7rem,22vw,9rem);padding-bottom:clamp(2.4rem,7vw,4rem)}
  .vhero .sub br{display:none}
  .hero-actions{margin-top:1.8rem;width:100%}
  .hero-actions .btn{flex:1 1 auto;justify-content:center;text-align:center}
  .hero-metrics{margin-top:2rem;padding-top:1.3rem}
}
@media(max-width:420px){
  .hero-actions .btn{flex:1 1 100%}
}

/* Verticals intro: tighten the gap above the first chapter */
#verticals .section.tight{padding-bottom:clamp(1.6rem,3vw,2.4rem)}
@media(max-width:760px){
  .chapter{min-height:auto;padding-top:clamp(7rem,30vw,9rem)}
  .chapter h2{font-size:clamp(2.2rem,9vw,3rem)}
  .chapter .ch-metrics{gap:1.4rem 2rem}
}

/* Lamar Group lead: justified text reads ragged-right on narrow screens */
@media(max-width:600px){
  .section .lead[style*="justify"]{text-align:left !important}
  body{font-size:15.5px}
}

/* Uniform vertical rhythm between stacked homepage sections */
body.home .section + .section{padding-top:clamp(48px,5.5vw,88px)}

/* Partners: avoid clipped logos / dead bands on small screens */
@media(max-width:600px){
  .partners-stack{gap:2.4rem}
  .lmq-group .pg-head{margin-bottom:1rem}
}

/* Leadership preview: center & close the gap on mobile */
@media(max-width:760px){
  .founder-hero{gap:2rem}
  .founder-hero .reveal.d1{text-align:left}
}

/* ===========================================================
   v16 — FOOTER: uniform alignment & rhythm
   =========================================================== */
.footer .cols{align-items:start;column-gap:clamp(2rem,4vw,3.4rem);row-gap:2.6rem}
.footer .fbrand{max-width:32ch}
.footer .fbrand .brand{margin-bottom:.2rem}
.footer .fbrand p{margin-top:1rem;line-height:1.7}
/* every column shares one baseline: heading height + consistent body rhythm */
.footer h5{margin-bottom:1.2rem;line-height:1}
.footer ul li{margin-bottom:.65rem}
.footer ul li:last-child{margin-bottom:0}
.footer p{margin:0 0 .7rem}
.footer p:last-child{margin-bottom:0}
.footer .fcol-contact p + p{margin-top:.9rem}
/* divider + bottom bar tidy */
.footer .foot-bar{margin-top:.4rem;border-top:1px solid rgba(255,255,255,.10)}
@media(max-width:900px){
  .footer .cols{grid-template-columns:1fr 1fr;row-gap:2.4rem}
  .footer .fbrand{grid-column:1 / -1;max-width:46ch}
}
@media(max-width:560px){
  .footer .cols{grid-template-columns:1fr;row-gap:2rem}
  .footer .fbrand{grid-column:auto}
  .foot-bar{flex-direction:column;align-items:flex-start;gap:1.2rem}
}

/* ===========================================================
   v17 — KEYWORD CONSTELLATION · 3D ECOSYSTEM · LUX QUOTE · DEPTH SYSTEM
   =========================================================== */

/* ---------- Keyword constellation (replaces marquee) ---------- */
.constellation{position:relative;overflow:hidden;height:clamp(250px,32vw,360px);
  background:radial-gradient(130% 150% at 50% -10%,var(--paper-2),var(--paper) 70%);
  border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}
.constellation .cst-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:1}
.cst-field{position:absolute;inset:0;z-index:2}
.cst-word{position:absolute;transform:translate(-50%,-50%);font-family:var(--serif);font-style:italic;font-weight:300;
  color:var(--text-soft);white-space:nowrap;letter-spacing:.005em;font-size:clamp(.85rem,1.4vw,1.15rem);
  will-change:transform;transition:color .5s var(--ease)}
.cst-word.lg{font-size:clamp(1.1rem,2.4vw,2.05rem);color:var(--ink);font-weight:400}
.cst-word::before{content:"";position:absolute;left:50%;top:-15px;width:5px;height:5px;border-radius:50%;
  background:var(--gold);transform:translateX(-50%);box-shadow:0 0 12px 2px rgba(169,130,79,.45)}
.cst-word:hover{color:var(--gold)}
@media(max-width:600px){
  .constellation{height:clamp(200px,48vw,260px)}
  .cst-word{font-size:.78rem}
  .cst-word.lg{font-size:1.02rem}
}

/* ---------- Editorial asset gallery (horizontal film) ---------- */
.assetfilm{position:relative;overflow:hidden;color:#fff;padding:clamp(64px,7vw,120px) 0;
  background:radial-gradient(130% 90% at 50% 0%,#1b1610 0%,#0d0b07 60%,#070504 100%)}
.assetfilm .af-intro{margin-bottom:clamp(2rem,4vw,3.4rem)}
body.home .assetfilm .sh-title{background:linear-gradient(96deg,var(--gold-3) 0%,var(--gold-2) 60%,var(--gold) 100%);-webkit-background-clip:text;background-clip:text}
body.home .assetfilm .sh-title::before{background:linear-gradient(90deg,var(--gold),transparent)}
body.home .assetfilm .sh-title + .h-sec{color:rgba(255,255,255,.84)}

.af-viewport{position:relative;width:100%;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.af-track{display:flex;width:max-content;will-change:transform;animation:afScroll 44s linear infinite}
.af-viewport:hover .af-track{animation-play-state:paused}
@keyframes afScroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

.af-panel{position:relative;flex:0 0 auto;display:block;color:#fff;
  width:clamp(300px,42vw,680px);height:clamp(440px,76vh,820px);
  margin-right:clamp(16px,2.2vw,40px);border-radius:6px;overflow:hidden;cursor:pointer;
  box-shadow:0 40px 90px -40px rgba(0,0,0,.85);transform:translateZ(0) scale(1);
  transition:transform .8s var(--ease),opacity .6s var(--ease),box-shadow .6s var(--ease)}
.af-img{position:absolute;inset:0;overflow:hidden}
.af-img img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);
  transition:transform 1.4s var(--ease),filter 1s var(--ease);filter:brightness(.78) contrast(1.03) saturate(1.02)}
.af-veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,6,4,.08) 0%,rgba(8,6,4,.30) 48%,rgba(8,6,4,.93) 100%)}

.af-content{position:absolute;left:0;right:0;bottom:0;z-index:3;
  padding:clamp(1.6rem,2.8vw,3rem);display:flex;flex-direction:column}
.af-content::before{content:"";position:absolute;inset:0;z-index:-1;opacity:0;
  background:linear-gradient(180deg,transparent 34%,rgba(10,8,5,.5));
  backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:opacity .6s var(--ease)}
.af-idx{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(1rem,1.4vw,1.4rem);
  color:var(--gold-3);opacity:.85;margin-bottom:.7rem;letter-spacing:.04em}
.af-name{order:2;font-family:var(--serif);font-weight:400;letter-spacing:-.02em;line-height:.98;
  font-size:clamp(2.4rem,4.4vw,4.6rem);color:#fff;text-shadow:0 2px 40px rgba(0,0,0,.4)}
.af-cat{order:3;margin-top:.5rem;font-size:.66rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold-3);font-weight:600}
.af-more{order:4;max-height:0;opacity:0;overflow:hidden;
  transition:max-height .8s var(--ease),opacity .6s var(--ease),margin .8s var(--ease)}
.af-desc{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(1.05rem,1.4vw,1.5rem);
  color:rgba(255,255,255,.9);line-height:1.4;max-width:40ch;margin:1.1rem 0}
.af-svc{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.2rem}
.af-svc li{font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.86);
  border:1px solid rgba(255,255,255,.26);padding:.4rem .75rem;border-radius:40px}
.af-stats{display:flex;flex-wrap:wrap;gap:1.3rem 2.2rem;margin-bottom:1.5rem}
.af-stats b{display:block;font-family:var(--serif);font-weight:300;font-size:clamp(1.3rem,1.9vw,1.9rem);color:#fff;line-height:1}
.af-stats i{display:block;font-style:normal;font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-2);margin-top:.4rem;font-weight:600}
.af-cta{display:inline-flex;align-items:center;gap:.6em;align-self:flex-start;font-size:.7rem;letter-spacing:.22em;
  text-transform:uppercase;font-weight:700;color:#0c0a07;background:var(--gold-3);padding:.85rem 1.5rem;border-radius:40px;
  transition:gap .4s var(--ease),background .4s,color .4s}
.af-cta:hover{gap:1.1em;background:#fff}

/* hover / focus cinematic state */
.af-panel:hover,.af-panel:focus-visible{transform:scale(1.14);z-index:6;
  box-shadow:0 54px 120px -40px rgba(0,0,0,.95),0 0 0 1px rgba(227,205,166,.25),0 0 80px rgba(169,130,79,.3)}
.af-panel:hover .af-img img,.af-panel:focus-visible .af-img img{transform:scale(1.16);filter:brightness(.62) contrast(1.05)}
.af-panel:hover .af-more,.af-panel:focus-visible .af-more{max-height:480px;opacity:1;margin-top:.3rem}
.af-panel:hover .af-content::before,.af-panel:focus-visible .af-content::before{opacity:1}
.af-track:has(.af-panel:hover) .af-panel:not(:hover){opacity:.42;filter:brightness(.6) saturate(.85)}
/* touch (wide, no-hover) open state mirrors hover */
.af-panel.open{transform:scale(1.14);z-index:6;box-shadow:0 54px 120px -40px rgba(0,0,0,.95),0 0 0 1px rgba(227,205,166,.25),0 0 80px rgba(169,130,79,.3)}
.af-panel.open .af-img img{transform:scale(1.16);filter:brightness(.62) contrast(1.05)}
.af-panel.open .af-more{max-height:480px;opacity:1;margin-top:.3rem}
.af-panel.open .af-content::before{opacity:1}

/* mobile: editorial stack, no marquee */
@media(max-width:860px){
  .af-viewport{-webkit-mask-image:none;mask-image:none}
  .af-track{width:auto;flex-direction:column;gap:1.2rem;animation:none;padding:0 var(--gut)}
  .af-panel{width:100%!important;height:clamp(420px,64vh,560px);margin-right:0;transform:none!important}
  .af-panel:nth-child(n+5){display:none}
  .af-more{max-height:none;opacity:1;margin-top:.6rem}
  .af-content::before{opacity:1}
  .af-track:has(.af-panel:hover) .af-panel:not(:hover){opacity:1;filter:none}
}
@media(prefers-reduced-motion:reduce){
  .af-track{animation:none}
}

/* ---------- Luxury quote (leadership) ---------- */
.lux-quote{position:relative;max-width:62ch;margin:clamp(3rem,6vw,5.5rem) auto 0;padding:clamp(1.5rem,4vw,3rem) 0 0;text-align:center}
.lux-quote::before{content:"\201C";position:absolute;top:clamp(-1.4rem,-1vw,-.6rem);left:50%;transform:translateX(-50%);
  font-family:var(--serif);font-style:italic;font-size:clamp(5rem,11vw,9rem);line-height:.7;
  background:linear-gradient(160deg,var(--gold-2),var(--gold));-webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;opacity:.55;pointer-events:none}
.lux-quote blockquote{font-family:var(--serif);font-weight:300;font-style:italic;letter-spacing:-.01em;
  font-size:clamp(1.6rem,3.4vw,2.8rem);line-height:1.28;color:var(--ink)}
.lux-quote blockquote em{font-style:italic;background:linear-gradient(96deg,var(--gold),var(--gold-2));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
.lux-quote figcaption{display:flex;align-items:center;justify-content:center;gap:.9rem;margin-top:1.6rem;
  font-family:var(--sans);font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:600}
.lux-quote .lq-rule{width:34px;height:1px;background:var(--gold);display:inline-block}

/* ---------- Background depth system (no content change) ---------- */
body.home .assetfilm + #verticals .chapter:first-of-type{border-top:0}
body.home .section{position:relative}

/* ---------- Reduced motion: calm everything ---------- */
@media(prefers-reduced-motion:reduce){
  .af-track{animation:none}
  .cst-word{transition:none}
}

/* ===========================================================
   v22 — HOSPITALITY · PHOTO-LED EDITORIAL (home design system)
   Same tokens as Home: paper/ivory · ink/charcoal · gold/bronze
   =========================================================== */
body.hosp{background:var(--paper)}
.hosp{--r:6px}

/* ---------- 1 · HERO — hotel film + editorial panel ---------- */
.hx-hero{position:relative;height:100svh;min-height:620px;display:flex;align-items:flex-end;overflow:hidden;background:var(--ink);color:#fff}
.hx-film{position:absolute;inset:0;z-index:0}
.hx-film .cslide{transition:opacity 2s var(--ease)}
.hx-film .cslide img{width:100%;height:100%;object-fit:cover;object-position:center 45%}
.hx-film .cslide.on img{animation:kb 10s ease-out forwards}
.hx-film::after{content:"";position:absolute;inset:0;z-index:2;
  background:linear-gradient(180deg,rgba(15,13,10,.34) 0%,rgba(15,13,10,.08) 38%,rgba(15,13,10,.62) 100%)}
.hx-hero .cdots{left:auto;right:var(--gut);bottom:2.1rem;width:auto;z-index:3}
.hx-hero .wrap{position:relative;z-index:3;width:100%;padding-bottom:clamp(2.8rem,5.5vw,5rem)}
.hx-panel{max-width:min(620px,100%);background:rgba(21,19,15,.72);
  backdrop-filter:blur(12px) saturate(1.1);-webkit-backdrop-filter:blur(12px) saturate(1.1);
  border:1px solid rgba(255,255,255,.13);border-radius:var(--r);
  padding:clamp(1.9rem,3.4vw,3rem);box-shadow:0 34px 80px -34px rgba(0,0,0,.6)}
.hx-panel .eyebrow{margin-bottom:1.1rem}
.hx-hero h1{color:#fff;font-weight:300;font-size:clamp(2.3rem,4.8vw,4rem);line-height:1.04;letter-spacing:-.02em;max-width:16ch}
.hx-hero h1 em{font-style:italic;color:var(--gold-3);font-weight:300}
.hx-sub{margin-top:1.1rem;font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(1.05rem,1.5vw,1.35rem);color:#efe5d2;max-width:42ch;line-height:1.45}
.hx-hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:1.9rem}

/* ---------- 2 · INTRO ---------- */
.hx-intro .lead{margin-top:1.6rem;max-width:64ch}

/* ---------- 3/4 · HOTEL SECTIONS (identical system, mirrored) ---------- */
.hx-hotel{padding:clamp(64px,7.5vw,124px) 0}
.hx-hotel.alt{background:var(--paper-2)}
.hx-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2.6rem,6vw,6.2rem);align-items:center}
.hx-grid.flip .hx-stackwrap{order:2}
.hx-copy .eyebrow{margin-bottom:1.1rem}
.hx-copy h2{font-weight:300;font-size:clamp(2.5rem,4.6vw,4.2rem);letter-spacing:-.02em;line-height:1}
.hx-tag{display:block;font-family:var(--serif);font-style:italic;font-weight:300;color:var(--gold);font-size:clamp(1.12rem,1.6vw,1.42rem);margin-top:.7rem}
.hx-copy > p{margin-top:1.3rem;color:var(--text-soft);font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.75;max-width:44ch}
.hx-copy .btn{margin-top:2rem}

/* photo stack — rotating deck (shared by both hotels) */
.hx-stackwrap{min-width:0}
.hx-stack{position:relative;aspect-ratio:4/3;max-width:560px;cursor:pointer;
  margin:5% 9% 0 0}
.flip .hx-stack{margin:5% 0 0 9%;margin-left:auto}
.hx-card{position:absolute;inset:0;margin:0;overflow:hidden;border-radius:var(--r);box-shadow:var(--shadow);
  background:var(--paper-3);opacity:1;
  transition:transform .9s var(--ease),opacity .7s var(--ease)}
.hx-card img{width:100%;height:100%;object-fit:cover;object-position:center}
.hx-card[data-pos="0"]{transform:none;z-index:4}
.hx-card[data-pos="1"]{transform:translate(4.5%,-3.5%) scale(.965);z-index:3}
.hx-card[data-pos="2"]{transform:translate(9%,-7%) scale(.93);z-index:2}
.hx-card[data-pos="3"]{transform:translate(9%,-7%) scale(.93);opacity:0;z-index:1}
.flip .hx-card[data-pos="1"]{transform:translate(-4.5%,-3.5%) scale(.965)}
.flip .hx-card[data-pos="2"]{transform:translate(-9%,-7%) scale(.93)}
.flip .hx-card[data-pos="3"]{transform:translate(-9%,-7%) scale(.93);opacity:0}
.hx-card.leaving{transform:translate(-7%,4.5%) rotate(-1deg);opacity:0;z-index:5}
.flip .hx-card.leaving{transform:translate(7%,4.5%) rotate(1deg);opacity:0}
.hx-stack-cap{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;
  max-width:560px;margin:1.2rem 9% 0 0;padding-top:.85rem;border-top:1px solid var(--line-soft)}
.flip .hx-stack-cap{margin:1.2rem 0 0 9%;margin-left:auto}
.hx-cap-text{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-soft);font-weight:600}
.hx-cap-idx{font-family:var(--serif);font-style:italic;font-size:.92rem;color:var(--gold)}

/* ---------- 5/6 · HOTEL GALLERIES (horizontal editorial strips) ---------- */
.hx-gal.alt{background:var(--paper-2)}
.hx-gal-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:clamp(1.7rem,3vw,2.5rem)}
.hx-h3{font-weight:300;font-size:clamp(1.9rem,3.4vw,2.9rem);letter-spacing:-.015em;line-height:1.05}
.hx-arrows{display:flex;gap:.7rem;flex:none}
.hx-arrows button{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:transparent;
  color:var(--ink);font-size:1rem;cursor:pointer;transition:all .4s var(--ease);display:flex;align-items:center;justify-content:center}
.hx-arrows button:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.hx-strip{display:flex;gap:clamp(14px,1.8vw,22px);overflow-x:auto;scroll-snap-type:x mandatory;
  padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}
.hx-strip::-webkit-scrollbar{display:none}
.hx-shot{flex:0 0 clamp(290px,36vw,500px);scroll-snap-align:start;margin:0}
.hx-shot .ph{aspect-ratio:3/2;overflow:hidden;border-radius:var(--r);box-shadow:var(--shadow-soft)}
.hx-shot .ph img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.2s var(--ease)}
.hx-shot:hover .ph img{transform:scale(1.06)}
.hx-shot figcaption{display:flex;align-items:center;gap:.7em;margin-top:.75rem;
  font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-soft);font-weight:600}
.hx-shot figcaption::before{content:"";width:18px;height:1px;background:var(--gold);flex:none}

/* ---------- 7 · EXPERIENCE — STAY · DINE · GATHER ---------- */
.hx-exp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2.2vw,28px)}
.hx-exp-card{margin:0}
.hx-exp-card .ph{aspect-ratio:3/4;overflow:hidden;border-radius:var(--r);box-shadow:var(--shadow-soft)}
.hx-exp-card .ph img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.3s var(--ease)}
.hx-exp-card:hover .ph img{transform:scale(1.05)}

/* ---------- 8 · LOCATION ADVANTAGE (editorial, no icon boxes) ---------- */
.hx-loc.alt{background:var(--paper-2)}

/* ---------- 9 · FINAL CTA ---------- */
.hx-cta{position:relative;min-height:72vh;display:flex;align-items:center;overflow:hidden;background:var(--ink);padding:clamp(64px,8vw,120px) 0}
.hx-cta-bg{position:absolute;inset:0;z-index:0}
.hx-cta-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.hx-cta-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,13,10,.55),rgba(15,13,10,.18) 58%,rgba(15,13,10,.05))}
.hx-cta .wrap{position:relative;z-index:2;width:100%}
.hx-cta-panel{background:var(--paper);max-width:560px;padding:clamp(2.3rem,4.2vw,3.4rem);border-radius:var(--r);box-shadow:0 40px 90px -36px rgba(0,0,0,.6)}
.hx-cta-panel h2{font-weight:300;font-size:clamp(1.8rem,3.2vw,2.7rem);line-height:1.14;letter-spacing:-.015em;margin:.4rem 0 0}
.hx-cta-panel .btn{margin-top:1.9rem}

/* ---------- responsive ---------- */
@media(max-width:960px){
  .hx-grid,.hx-grid.flip{grid-template-columns:1fr;gap:2.6rem}
  .hx-grid.flip .hx-stackwrap{order:0}
  .hx-stackwrap{max-width:560px;margin-inline:auto;width:100%}
  .flip .hx-stack{margin:5% 9% 0 0;margin-left:0}
  .flip .hx-stack-cap{margin:1.2rem 9% 0 0;margin-left:0}
  .flip .hx-card[data-pos="1"]{transform:translate(4.5%,-3.5%) scale(.965)}
  .flip .hx-card[data-pos="2"],.flip .hx-card[data-pos="3"]{transform:translate(9%,-7%) scale(.93)}
  .flip .hx-card.leaving{transform:translate(-7%,4.5%) rotate(-1deg)}
  .hx-loc-split{grid-template-columns:1fr;gap:2.2rem}
}
@media(max-width:680px){
  .hx-hero{min-height:560px}
  .hx-panel{padding:1.6rem 1.4rem}
  .hx-hero-actions .btn{flex:1;justify-content:center}
  .hx-hero .cdots{right:50%;transform:translateX(50%)}
  .hx-arrows{display:none}
  .hx-shot{flex-basis:84vw}
  .hx-exp-grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto}
  .hx-exp-card .ph{aspect-ratio:4/3}
  .hx-scrollcue{display:none}
  .hx-gal-head{flex-direction:column;align-items:flex-start;gap:.4rem}
}
@media(prefers-reduced-motion:reduce){
  .hx-film .cslide.on img{animation:none}
  .hx-card{transition:none}
}

/* ===========================================================
   v23 — GLOBAL INTRO PRELOADER + HOSPITALITY MOTION LANGUAGE
   =========================================================== */

/* ---------- intro preloader (once per session, 5s) ---------- */
.preloader{display:none}
html.show-intro{overflow:hidden}
html.show-intro .preloader{position:fixed;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;
  background:var(--ink);animation:plVeil 1.25s var(--ease) 2.45s forwards}
.pl-inner{display:flex;flex-direction:column;align-items:center;text-align:center;
  animation:plIn 2s var(--ease2) both,plHide 1s var(--ease) 2.4s forwards}
.pl-mark{width:96px;height:96px;color:#fff}
.pl-mark .cc{stroke:currentColor}
.pl-word{display:flex;flex-direction:column;line-height:1;align-items:center;margin-top:1.15rem}
.pl-word b{font-family:var(--serif);font-weight:600;font-size:2.15rem;letter-spacing:.26em;color:#fff;text-indent:.26em}
.pl-word span{font-family:var(--sans);font-weight:600;font-size:.86rem;letter-spacing:.5em;text-transform:uppercase;color:var(--gold-2);margin-top:8px;text-indent:.5em}
.pl-line{position:relative;display:block;width:146px;height:1px;background:rgba(255,255,255,.16);margin-top:1.7rem;overflow:hidden}
.pl-line i{position:absolute;top:0;left:-42%;width:42%;height:100%;
  background:linear-gradient(90deg,transparent,var(--gold-2),transparent);animation:plShimmer 2.4s var(--ease) 1.5s infinite}
@keyframes plIn{0%{opacity:0;transform:scale(.9)}55%{opacity:1}100%{opacity:1;transform:scale(1)}}

@keyframes plHide{to{opacity:0;transform:scale(1.03)}}
@keyframes plVeil{to{opacity:0;visibility:hidden}}
@keyframes plShimmer{0%{left:-42%}60%,100%{left:100%}}

/* ---------- hero: warm bronze veil ---------- */
.hx-film::after{background:linear-gradient(180deg,rgba(15,13,10,.36) 0%,rgba(36,25,13,.1) 40%,rgba(40,27,13,.64) 100%)}

/* ---------- typed text reveals (label .4s → heading .6s → copy .8s → buttons 1s) ---------- */
.hosp .reveal{transition-duration:.7s}
.hosp .reveal .eyebrow,
.hosp .reveal h1,.hosp .reveal h2,
.hosp .reveal .hx-tag,.hosp .reveal .hx-sub,.hosp .reveal .lead,.hosp .reveal .hx-copy > p,.hosp .reveal .divider,.hosp .reveal > p,
.hosp .reveal .hx-ribbon,.hosp .reveal .btn,.hosp .reveal .hx-hero-actions{
  opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease),transform .6s var(--ease)}
.hosp .reveal .eyebrow{transition-duration:.4s;transition-delay:.05s}
.hosp .reveal h1,.hosp .reveal h2{transition-duration:.6s;transition-delay:.16s}
.hosp .reveal .hx-tag,.hosp .reveal .hx-sub,.hosp .reveal .lead,.hosp .reveal .hx-copy > p,.hosp .reveal .divider,.hosp .reveal > p{transition-duration:.8s;transition-delay:.3s}
.hosp .reveal .hx-ribbon,.hosp .reveal .btn,.hosp .reveal .hx-hero-actions{transition-duration:1s;transition-delay:.45s}
.hosp .reveal.in .eyebrow,.hosp .reveal.in h1,.hosp .reveal.in h2,
.hosp .reveal.in .hx-tag,.hosp .reveal.in .hx-sub,.hosp .reveal.in .lead,.hosp .reveal.in .hx-copy > p,.hosp .reveal.in .divider,.hosp .reveal.in > p,
.hosp .reveal.in .hx-ribbon,.hosp .reveal.in .btn,.hosp .reveal.in .hx-hero-actions{opacity:1;transform:none}

/* ---------- photo stacks: float-in, hover lift, warm grade ---------- */
.hx-card img{transition:transform .8s var(--ease);filter:saturate(1.04) contrast(1.01)}
.hosp .reveal.in .hx-card img{animation:hxFloat .9s var(--ease) backwards}
.hosp .reveal.in .hx-card:nth-child(1) img{animation-delay:.05s}
.hosp .reveal.in .hx-card:nth-child(2) img{animation-delay:.17s}
.hosp .reveal.in .hx-card:nth-child(3) img{animation-delay:.29s}
.hosp .reveal.in .hx-card:nth-child(4) img{animation-delay:.41s}
@keyframes hxFloat{from{transform:translateY(16px)}to{transform:translateY(0)}}
.hx-stack:hover .hx-card[data-pos="0"]{transform:translateY(-6px)}
.hx-stack:hover .hx-card[data-pos="0"] img{transform:scale(1.035)}

/* ---------- galleries: staggered entry, hover lift, bronze progress ---------- */
.hx-shot .ph,.hx-exp-card .ph{transition:transform .6s var(--ease),box-shadow .6s var(--ease)}
.hx-shot:hover .ph,.hx-exp-card:hover .ph{transform:translateY(-6px);box-shadow:var(--shadow)}
.hx-shot .ph img,.hx-exp-card .ph img{filter:saturate(1.04) contrast(1.01)}
.hosp .reveal .hx-shot,.hosp .reveal .hx-exp-card{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.hosp .reveal.in .hx-shot,.hosp .reveal.in .hx-exp-card{opacity:1;transform:none}
.hosp .reveal.in .hx-shot:nth-child(1),.hosp .reveal.in .hx-exp-card:nth-child(1){transition-delay:.05s}
.hosp .reveal.in .hx-shot:nth-child(2),.hosp .reveal.in .hx-exp-card:nth-child(2){transition-delay:.15s}
.hosp .reveal.in .hx-shot:nth-child(3),.hosp .reveal.in .hx-exp-card:nth-child(3){transition-delay:.25s}
.hosp .reveal.in .hx-shot:nth-child(4){transition-delay:.35s}
.hosp .reveal.in .hx-shot:nth-child(5){transition-delay:.45s}
.hosp .reveal.in .hx-shot:nth-child(6){transition-delay:.55s}
.hosp .reveal.in .hx-shot:nth-child(7){transition-delay:.65s}
.hosp .reveal.in .hx-shot:nth-child(8){transition-delay:.75s}
.hx-progress{height:2px;background:var(--line-soft);margin-top:1.2rem;border-radius:2px;overflow:hidden}
.hx-progress i{display:block;height:100%;width:0;background:var(--gold);transition:width .5s var(--ease)}

/* ---------- buttons: soft lift + bronze glow ---------- */
.hosp .btn{transition:color .5s var(--ease),border-color .5s var(--ease),transform .5s var(--ease),box-shadow .5s var(--ease)}
.hosp .btn:hover{transform:translateY(-3px);box-shadow:0 16px 32px -16px rgba(169,130,79,.6)}
.hosp .hx-arrows button:hover{transform:translateY(-3px)}

/* ---------- location: staggered fade-up, bronze hover ---------- */
.hosp .reveal .hx-loc-lines p{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.hosp .reveal.in .hx-loc-lines p{opacity:1;transform:none}
.hosp .reveal.in .hx-loc-lines p:nth-child(1){transition-delay:.05s}
.hosp .reveal.in .hx-loc-lines p:nth-child(2){transition-delay:.2s}
.hosp .reveal.in .hx-loc-lines p:nth-child(3){transition-delay:.35s}
.hosp .reveal.in .hx-loc-lines p:nth-child(4){transition-delay:.5s}
.hx-loc-lines p{transition:border-color .5s var(--ease)}
.hx-loc-lines p:hover{border-bottom-color:var(--gold)}
.hx-loc-lines p b{transition:transform .45s var(--ease)}
.hx-loc-lines p:hover b{transform:translateY(-2px)}

/* ---------- CTA: drifting background handled by [data-drift] JS ---------- */
[data-drift]{will-change:transform}

/* ---------- reduced motion: calm everything ---------- */
@media(prefers-reduced-motion:reduce){
  .pl-inner,.pl-line i,html.show-intro .preloader{animation:none}
  .reveal,.hosp .reveal,.hosp .reveal *{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}
  .hx-card img,[data-drift]{animation:none!important}
}

/* ===========================================================
   v24 — HOSPITALITY · EDITORIAL REFINEMENT
   (kx highlights, stat ribbons, supporting pairs, loc split)
   =========================================================== */

/* keyword highlight — serif italic + bronze underline (no chips) */
.kx{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--gold);
  border-bottom:1px solid rgba(169,130,79,.45);padding-bottom:1px;white-space:nowrap}

/* hero scroll cue — elegant vertical line */
.hx-scrollcue{position:absolute;left:50%;transform:translateX(-50%);bottom:1.4rem;z-index:3;
  display:flex;flex-direction:column;align-items:center;gap:.65rem;color:rgba(255,255,255,.66);
  font-size:.55rem;letter-spacing:.32em;text-transform:uppercase;font-weight:600}
.hx-scrollcue i{width:1px;height:46px;background:linear-gradient(var(--gold-3),transparent);
  transform-origin:top;animation:hxCue 2.8s var(--ease) infinite}
@keyframes hxCue{0%{transform:scaleY(0)}45%{transform:scaleY(1)}100%{transform:scaleY(0)}}

/* intro: tighter editorial measure */
.hx-intro .lead{max-width:54ch}

/* signature details ribbon — luxury magazine detail line, not a table */
.hx-ribbon{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;margin-top:1.8rem;
  padding:1.1rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-soft);font-weight:600}
.hx-ribbon span{display:inline-flex;align-items:baseline;gap:.45em}
.hx-ribbon b{font-family:var(--serif);font-weight:300;font-size:1.3rem;color:var(--gold);letter-spacing:0;line-height:1}
.hx-ribbon i{font-style:normal;color:var(--gold);font-size:.9rem;line-height:1}

/* photo stacks & supports: subtle bronze frame */
.hx-card{border:1px solid rgba(169,130,79,.28)}
.hx-suprow{display:grid;grid-template-columns:1fr 1fr;gap:clamp(12px,1.4vw,18px);
  max-width:560px;margin:clamp(12px,1.4vw,18px) 9% 0 0}
.flip .hx-suprow{margin:clamp(12px,1.4vw,18px) 0 0 9%;margin-left:auto}
.hx-sup{position:relative;overflow:hidden;border-radius:var(--r);margin:0;aspect-ratio:4/3;
  box-shadow:var(--shadow-soft);border:1px solid rgba(169,130,79,.28)}
.hx-sup img{width:100%;height:100%;object-fit:cover;object-position:center;
  transition:transform 1.2s var(--ease);filter:saturate(1.04) contrast(1.01)}
.hx-sup:hover img{transform:scale(1.06)}
.hosp .reveal .hx-sup{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.hosp .reveal.in .hx-sup{opacity:1;transform:none}
.hosp .reveal.in .hx-sup:nth-child(1){transition-delay:.3s}
.hosp .reveal.in .hx-sup:nth-child(2){transition-delay:.45s}

/* gallery strips: grab to drag */
.hx-strip{cursor:grab}
.hx-strip.dragging{cursor:grabbing;scroll-snap-type:none}
.hx-strip.dragging .hx-shot{pointer-events:none}

/* experience: caption panel anchored inside image, readable */
.hx-exp-card .ph{position:relative}
.hx-exp-card .cap-panel{position:absolute;left:0;right:0;bottom:0;z-index:2;
  display:flex;align-items:baseline;gap:.95rem;padding:1.05rem 1.3rem;
  background:linear-gradient(180deg,rgba(21,19,15,.55),rgba(21,19,15,.88));
  backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.hx-exp-card .cap-panel .k{font-family:var(--serif);font-style:italic;font-weight:300;
  color:var(--gold-2);font-size:1.05rem;line-height:1;flex:none}
.hx-exp-card .cap-panel h3{color:#fff;font-weight:300;font-size:clamp(1.15rem,1.55vw,1.4rem);
  letter-spacing:.01em;line-height:1.2;transition:transform .5s var(--ease)}
.hx-exp-card:hover .cap-panel h3{transform:translateY(-3px)}

/* location: editorial split statement */
.hx-loc-split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}
.hx-loc-split h2{font-size:clamp(2rem,3.6vw,3.3rem)}
.hx-loc-lines p{display:flex;align-items:baseline;gap:1.3rem;padding:1.15rem 0;border-bottom:1px solid var(--line-soft)}
.hx-loc-lines p:first-child{border-top:1px solid var(--line)}
.hx-loc-lines b{font-family:var(--serif);font-weight:300;font-size:clamp(1.5rem,2vw,2rem);
  color:var(--gold);line-height:1;letter-spacing:-.01em;min-width:6.5ch;flex:none}
.hx-loc-lines span{font-size:.92rem;color:var(--text-soft);line-height:1.55}

/* responsive */
@media(max-width:960px){
  .flip .hx-suprow{margin:clamp(12px,1.4vw,18px) 9% 0 0;margin-left:0}
}
@media(max-width:680px){
  .hx-ribbon{gap:.45rem .8rem;font-size:.6rem}
  .hx-ribbon b{font-size:1.1rem}
  .hx-loc-lines b{min-width:5.5ch}
}
@media(prefers-reduced-motion:reduce){
  .hx-scrollcue i{animation:none}
}

/* ===========================================================
   v25 — SITE-WIDE TYPOGRAPHY & RHYTHM POLISH
   One scale applied across every page. Home keeps its signature
   .sh-title lead (its higher-specificity rules still win).
   Purely typographic / spacing — no layout structure changes.
   =========================================================== */

/* — Eyebrow kicker: one consistent treatment everywhere — */
.eyebrow{font-size:.76rem;font-weight:600;letter-spacing:.32em;margin-bottom:1.35rem}

/* — Major section heading: confident, editorial, uniform presence — */
.h-sec{
  font-family:var(--serif);font-weight:400;
  font-size:clamp(2.6rem,5.2vw,4.6rem);line-height:1.04;letter-spacing:-.018em;color:var(--ink);
}
.band .h-sec{color:#fff}
/* preserve the home page's intentional subheading demotion */
body.home .sh-title + .h-sec{font-size:clamp(1.25rem,1.9vw,1.7rem);line-height:1.1}

/* — Interior page hero headline: uniform scale & tracking — */
.phero h1{font-size:clamp(2.6rem,5.8vw,4.8rem);font-weight:300;line-height:1.04;letter-spacing:-.018em}

/* — Section-head lockup rhythm — */
.sec-head .divider,.sec-intro-c .divider,.center .divider{margin-top:1.3rem}

/* — Readability: one consistent measure for body copy — */
.lead{max-width:62ch}
.body-copy p,.editorial .e-body p{max-width:62ch}

/* — UI type locked consistently — */
.btn{font-size:.72rem;letter-spacing:.2em}
.menu a{letter-spacing:.14em}
.eyebrow.center{justify-content:center}

/* ===========================================================
   v22 — SHARED EDITORIAL KIT (canonical; used by all landing pages)
   .ed-open hero · .ed-philo + .ed-figs · .fig · .ed-ledger · .edr · .cap-list
   =========================================================== */
:root{--copper:#a9824f;--copper-soft:rgba(169,130,79,.38);--cream:#f6f2ea;--cream-2:#efe9dd;--hair:rgba(21,19,15,.12);--gold-grad:linear-gradient(120deg,var(--gold-2) 0%,var(--copper) 52%,#8b6a3b 100%);--edease:cubic-bezier(0,0,.2,1)}
.edw{max-width:1200px;margin:0 auto;padding-inline:clamp(20px,5vw,64px)}
.edr{opacity:0;transform:translateY(26px);transition:opacity 1.2s var(--edease),transform 1.2s var(--edease)}
.edr.in{opacity:1;transform:none}
.edph{overflow:hidden;background:var(--cream-2)}
.edph img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.04);transition:transform 1.4s var(--edease)}
.edr.in .edph img,.edph.in img{transform:scale(1)}
.ed-eyebrow{display:inline-flex;align-items:center;gap:.8em;font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.34em;text-transform:uppercase;color:var(--copper)}
.ed-eyebrow::before{content:"";width:28px;height:1px;background:var(--copper);display:inline-block;flex:none}
.ed-eyebrow.center{justify-content:center}
.fig{font-family:var(--serif);font-weight:400;font-variant-numeric:tabular-nums;line-height:1;background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
@supports not ((-webkit-background-clip:text) or (background-clip:text)){.fig{-webkit-text-fill-color:var(--copper)!important;color:var(--copper)!important}}
.ed-open{position:relative;height:100svh;min-height:560px;overflow:hidden;background:#1c1813}
.ed-open .bg{position:absolute;inset:0}
.ed-open .bg img{width:100%;height:100%;object-fit:cover;filter:sepia(.12) saturate(.95) brightness(.9);transform:scale(1.05);transition:transform 2.4s var(--edease)}
.ed-open.in .bg img{transform:scale(1)}
.ed-open::after{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 50% 56%,rgba(18,13,8,.5) 0%,rgba(18,13,8,.12) 46%,transparent 72%),linear-gradient(180deg,rgba(24,18,12,.52) 0%,rgba(24,18,12,.2) 40%,rgba(24,18,12,.24) 70%,rgba(24,18,12,.62) 100%)}
.ed-open .inner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 24px;opacity:0;transform:translateY(18px);transition:opacity 1.2s var(--edease) .25s,transform 1.2s var(--edease) .25s}
.ed-open.in .inner{opacity:1;transform:none}
.ed-open-solid{background:var(--ink)}
.ed-open-solid::after{display:none}
.ed-open .ed-eyebrow{color:#f0dfc1;font-size:.72rem;text-shadow:0 1px 18px rgba(12,8,4,.7)}
.ed-open .ed-eyebrow::before,.ed-open .ed-eyebrow::after{content:"";width:30px;height:1px;display:inline-block;flex:none}
.ed-open .ed-eyebrow::before{background:linear-gradient(90deg,transparent,var(--gold-3))}
.ed-open .ed-eyebrow::after{background:linear-gradient(90deg,var(--gold-3),transparent)}
.ed-open h1{font-family:var(--serif);font-weight:300;font-size:clamp(2.8rem,6vw,5rem);line-height:1.12;letter-spacing:.005em;color:#fbf7ef;max-width:20ch;margin-top:1.5rem;text-shadow:0 2px 30px rgba(12,8,4,.5)}
.ed-open h1 em{font-style:italic;font-weight:300;color:var(--gold-3)}
.ed-open .cue{position:absolute;left:50%;bottom:0;z-index:2;width:1px;height:84px;transform:translateX(-50%);background:linear-gradient(180deg,rgba(251,247,239,0),rgba(251,247,239,.75));overflow:hidden}
.ed-open .cue::after{content:"";position:absolute;left:0;top:-40%;width:1px;height:40%;background:var(--copper);animation:edcue 2.6s var(--edease) infinite}
@keyframes edcue{0%{top:-40%}70%,100%{top:110%}}
.ed-philo{padding:clamp(5rem,12vh,9rem) 0;display:flex;flex-direction:column;align-items:center;text-align:center}
.ed-philo p{font-family:var(--serif);font-style:italic;font-weight:300;font-size:clamp(1.3rem,2.4vw,1.75rem);line-height:1.62;color:var(--text);max-width:680px;margin-inline:auto}
.ed-philo p .kx{color:var(--copper);font-style:italic;border-bottom:1px solid var(--copper-soft);padding-bottom:1px;white-space:nowrap}
.ed-philo .ed-sub{font-family:var(--sans);font-style:normal;font-weight:300;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.8;color:var(--text-soft);max-width:62ch;margin:1.3rem auto 0}
.ed-figs{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:clamp(2rem,6vw,5rem);margin-top:clamp(2.6rem,6vh,4rem)}
.ed-figs>div{position:relative;padding:0 clamp(.5rem,2vw,1.5rem);opacity:0;transform:translateY(16px);transition:opacity .9s var(--edease),transform .9s var(--edease)}
.ed-figs>div+div::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:46px;background:linear-gradient(180deg,transparent,var(--hair) 28%,var(--hair) 72%,transparent)}
.ed-figs.in>div{opacity:1;transform:none}
.ed-figs.in>div:nth-child(2){transition-delay:.12s}
.ed-figs.in>div:nth-child(3){transition-delay:.24s}
.ed-figs.in>div:nth-child(4){transition-delay:.36s}
.ed-figs .fig{font-size:clamp(1.9rem,3.1vw,2.7rem)}
.ed-figs span{display:block;margin-top:.7rem;font-size:.6rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--text-soft)}
/* aligned key-info ledger */
.ed-ledger{margin:1.6rem 0 0;border-top:1px solid var(--hair)}
.ed-ledger>div{display:grid;grid-template-columns:9rem 1fr;column-gap:clamp(1rem,2vw,1.6rem);align-items:center;padding:1rem 0;border-bottom:1px solid var(--hair);transition:padding-left .45s var(--edease),background-color .45s var(--edease)}
.ed-ledger>div:hover{padding-left:.7rem;background:linear-gradient(90deg,rgba(169,130,79,.06),transparent)}
.ed-ledger .fig{font-size:clamp(1.4rem,1.9vw,1.7rem);letter-spacing:.01em}
.ed-ledger span{font-size:.64rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-soft);line-height:1.45}
@media (max-width:560px){.ed-ledger>div{grid-template-columns:7rem 1fr}}
/* clean editorial capability ledger (two-column, gold numerals) */
.cap-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--hair);margin-top:clamp(2rem,4vw,3rem)}
.cap-list .cap{display:grid;grid-template-columns:2.4rem 1fr;gap:1.1rem;align-items:baseline;padding:1.3rem 0;border-bottom:1px solid var(--hair)}
.cap-list .cap:nth-child(odd){padding-right:clamp(1rem,3vw,2.6rem);border-right:1px solid var(--hair)}
.cap-list .cap:nth-child(even){padding-left:clamp(1rem,3vw,2.6rem)}
.cap-list .cap .fig{font-size:1.2rem}
.cap-list .cap h4{font-family:var(--serif);font-weight:400;font-size:clamp(1.1rem,1.5vw,1.35rem);color:var(--ink);line-height:1.12}
.cap-list .cap p{font-size:.84rem;color:var(--text-soft);margin-top:.35rem;line-height:1.5}
@media (max-width:680px){.cap-list{grid-template-columns:1fr}.cap-list .cap:nth-child(odd){border-right:0;padding-right:0}.cap-list .cap:nth-child(even){padding-left:0}}
@media (max-width:820px){.ed-figs>div+div::before{display:none}}
@media (max-width:560px){.ed-figs{gap:1.4rem}}
@media (prefers-reduced-motion:reduce){.edr,.ed-open .inner,.ed-figs>div{opacity:1!important;transform:none!important;transition:none!important}.edph img,.ed-open .bg img{transform:none!important;transition:none!important}.ed-open .cue::after{animation:none}}

/* ===========================================================
   v26 — SMALL ALIGNMENT TWEAKS
   =========================================================== */
/* Home hero: lower the content for a clear gap below the fixed header */
@media (min-width:821px){ .vhero{padding-top:clamp(2.5rem,8vh,6rem)} }
/* Warehousing client logos: larger logos within the SAME tiles (tile unchanged) */
.warehousing .client img{max-height:130px;max-width:94%}

/* ===========================================================
   v27 — LEGAL / UTILITY PAGES + COOKIE CONSENT BANNER
   =========================================================== */
/* compact dark header (keeps the transparent white nav legible) */
.legal-hero{background:var(--ink);color:#fff;padding:clamp(132px,18vw,184px) 0 clamp(2.8rem,6vw,4.4rem)}
.legal-hero .eyebrow{color:var(--gold-2)}
.legal-hero .eyebrow::before{background:var(--gold-2)}
.legal-hero h1{color:#fff;font-family:var(--serif);font-weight:300;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.06;letter-spacing:-.018em}
.legal-hero .crumbs{margin-top:1rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.7);font-weight:500}
.legal-hero .crumbs a:hover{color:var(--gold-2)}
/* readable prose body */
.legal-body{max-width:760px}
.legal-body .upd{font-size:.8rem;letter-spacing:.04em;color:var(--text-soft);margin-bottom:2.2rem}
.legal-body h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.35rem,2.2vw,1.85rem);color:var(--ink);letter-spacing:-.01em;line-height:1.2;margin:2.6rem 0 .8rem}
.legal-body h2:first-of-type{margin-top:0}
.legal-body p{color:var(--text-soft);line-height:1.85;margin-bottom:1rem}
.legal-body ul{list-style:none;margin:.4rem 0 1.2rem}
.legal-body li{position:relative;padding-left:1.4rem;color:var(--text-soft);line-height:1.75;margin-bottom:.55rem}
.legal-body li::before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;background:var(--gold);transform:rotate(45deg)}
.legal-body a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}
.legal-body a:hover{color:var(--ink)}
.legal-body b{color:var(--ink);font-weight:600}

/* 404 */
.nf-inner p{color:rgba(255,255,255,.78);font-size:clamp(1rem,1.4vw,1.2rem);max-width:42ch;margin:1.2rem auto 2rem;line-height:1.6}
.nf-inner .btn.light{margin:0 auto}

/* footer privacy link */
.foot-bar .legal-link{color:inherit}
.foot-bar .legal-link:hover{color:var(--gold-2)}

/* cookie consent banner */
.cookie-banner{position:fixed;left:50%;bottom:clamp(14px,3vw,28px);transform:translateX(-50%) translateY(140%);
  z-index:200;width:min(680px,calc(100% - 32px));background:var(--ink);color:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.14);border-radius:6px;box-shadow:0 28px 70px -30px rgba(0,0,0,.65);
  padding:clamp(1.1rem,2vw,1.5rem) clamp(1.2rem,2.4vw,1.8rem);
  display:flex;align-items:center;gap:1.2rem 1.6rem;flex-wrap:wrap;
  opacity:0;visibility:hidden;transition:transform .6s var(--ease),opacity .6s var(--ease),visibility .6s}
.cookie-banner.show{transform:translateX(-50%) translateY(0);opacity:1;visibility:visible}
.cookie-banner p{flex:1 1 300px;font-size:.86rem;line-height:1.6;margin:0}
.cookie-banner a{color:var(--gold-2);text-decoration:underline;text-underline-offset:2px}
.cookie-banner .ck-actions{display:flex;gap:.7rem;flex:0 0 auto}
.cookie-banner button{font-family:var(--sans);font-size:.66rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;
  padding:.75em 1.4em;cursor:pointer;border-radius:3px;transition:all .35s var(--ease)}
.cookie-banner .ck-accept{background:var(--gold);color:#fff;border:1px solid var(--gold)}
.cookie-banner .ck-accept:hover{background:var(--gold-2);border-color:var(--gold-2)}
.cookie-banner .ck-decline{background:transparent;color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.35)}
.cookie-banner .ck-decline:hover{border-color:#fff;color:#fff}
@media(max-width:560px){.cookie-banner .ck-actions{flex:1 1 100%}.cookie-banner button{flex:1}}
@media (prefers-reduced-motion:reduce){.cookie-banner{transition:opacity .4s linear}}

/* ===========================================================
   v28 — HOME MOBILE FIXES (constellation · partners · timeline)
   =========================================================== */
/* 1 · Capabilities constellation → elegant centred chip cloud on phones
   (the floating canvas words overlap badly on narrow screens) */
@media (max-width:700px){
  .constellation{height:auto!important;padding:clamp(2.6rem,9vw,3.6rem) var(--gut)}
  .constellation .cst-canvas{display:none}
  .cst-field{position:static!important;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem .65rem}
  .cst-word{position:static!important;left:auto!important;top:auto!important;transform:none!important;
    white-space:nowrap;font-style:normal;font-weight:500;letter-spacing:.02em;font-size:.8rem!important;color:var(--ink);
    background:#fff;border:1px solid rgba(169,130,79,.35);border-radius:40px;padding:.5rem 1rem;
    box-shadow:0 6px 16px -12px rgba(21,19,15,.4)}
  .cst-word.lg{font-size:.86rem!important;color:var(--ink);border-color:rgba(169,130,79,.55)}
  .cst-word::before{display:none!important}
}

/* 2 · Partners & clients carousels — guarantee visibility on mobile
   (reveal/animation could leave them hidden; iOS can mis-render the mask) */
@media (max-width:760px){
  body.home .partners-stack.reveal,
  body.home .partners-stack>*{opacity:1!important;transform:none!important}
  .lmq{-webkit-mask:none!important;mask:none!important}
}

/* 3 · Expertise & Growth timeline — centre-aligned on mobile */
@media (max-width:760px){
  .journey{grid-template-columns:1fr;gap:2.2rem}
  .jstep{text-align:center!important;padding:2.4rem 1.2rem 0!important}
  .jstep::before{left:50%!important;transform:translateX(-50%)!important}
  .jstep p{margin-inline:auto!important}
}
