@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500&display=swap');
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{--sand:#f0ebe3;--stone:#c4b5a0;--charcoal:#1a1816;--warm-black:#141210;--cream:#f8f5f0;--gold:#b8956a;--gold-muted:rgba(184,149,106,0.4);--text-light:rgba(255,255,255,0.7);--text-dark:#2a2520;--warm-stone:#2a2520;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Inter',-apple-system,sans-serif;--ease:cubic-bezier(0.16,1,0.3,1)}
html{scroll-behavior:smooth;overflow-x:hidden;background:var(--cream)}
body{font-family:var(--sans);color:var(--text-dark);background:var(--cream);overflow-x:hidden;-webkit-font-smoothing:antialiased}
::selection{background:var(--gold-muted);color:var(--charcoal)}
img{max-width:100%;display:block}

/* ── LOADER ── */
.loader{position:fixed;inset:0;z-index:9999;background:var(--charcoal);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem;transition:opacity 1s var(--ease),visibility 1s}
.loader.done{opacity:0;visibility:hidden;pointer-events:none}
.loader-line{width:60px;height:1px;background:rgba(255,255,255,0.08);position:relative;overflow:hidden}
.loader-line::after{content:'';position:absolute;inset:0;background:var(--gold);animation:sweep 1.8s ease-in-out infinite}
@keyframes sweep{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}
.loader-text{font-family:var(--sans);font-size:.65rem;letter-spacing:.4em;text-transform:uppercase;color:rgba(255,255,255,0.25)}

/* ── CURSOR ── */
.cursor{position:fixed;top:0;left:0;width:12px;height:12px;border-radius:50%;background:#fff;mix-blend-mode:difference;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:width .4s var(--ease),height .4s var(--ease);will-change:transform;opacity:0}
.cursor.visible{opacity:1}.cursor.hover{width:48px;height:48px}
@media(hover:none),(max-width:1024px){.cursor{display:none!important}}

/* ── NAV ── */
.nav{position:fixed;top:0;left:0;width:100%;z-index:105;padding:1.8rem 3rem;display:flex;align-items:center;justify-content:space-between;pointer-events:none;transition:background .4s ease,backdrop-filter .4s ease}
.nav *{pointer-events:auto}
.nav.scrolled{background:rgba(10,10,12,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.nav-logo{height:56px;opacity:.95;filter:brightness(10)}
.nav-links{display:flex;gap:2.2rem;align-items:center}
.nav-links a{font-family:var(--sans);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,0.5);text-decoration:none;transition:color .4s ease}
.nav-links a:hover{color:#fff}
.nav-links a.active{color:var(--gold)}
.nav-cta{font-family:var(--sans);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--charcoal)!important;background:rgba(255,255,255,0.9);padding:.55rem 1.2rem;text-decoration:none;transition:all .4s var(--ease)}
.nav-cta:hover{background:#fff;transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:102}
.hamburger span{display:block;width:22px;height:1px;background:#fff;transition:all .3s ease}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}
/* Mobile menu overlay */
.mobile-menu{position:fixed;inset:0;z-index:101;background:rgba(10,10,12,0.97);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;visibility:hidden;transition:opacity .4s var(--ease),visibility .4s}
.mobile-menu.open{opacity:1;visibility:visible}
.mobile-menu a{font-family:var(--serif);font-size:clamp(1.8rem,5vw,2.5rem);font-weight:300;color:rgba(255,255,255,0.6);text-decoration:none;transition:color .3s ease,transform .3s ease}
.mobile-menu a:hover,.mobile-menu a.active{color:#fff}
.mobile-menu a.nav-cta-mobile{font-family:var(--sans);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-top:1rem;padding:.8rem 2rem;border:1px solid rgba(184,149,106,0.3)}

/* ── HERO ── */
.hero{position:relative;height:100vh;min-height:700px;display:flex;align-items:flex-end;padding:0 3rem 4rem;overflow:hidden;background:var(--charcoal)}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:brightness(.55) contrast(1.02);transform:scale(1.1);transition:transform 8s var(--ease)}
.hero.loaded .hero-bg img{transform:scale(1)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(10,10,12,.85) 0%,rgba(10,10,12,.5) 40%,rgba(10,10,12,.15) 100%),linear-gradient(to top,rgba(10,10,12,.8) 0%,rgba(10,10,12,.2) 50%,transparent 100%)}
.hero-content{position:relative;z-index:2;max-width:800px}
.hero-tag{font-family:var(--sans);font-size:.6rem;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;opacity:0;transform:translateY(20px)}
.hero-title{font-family:var(--serif);font-weight:300;font-size:clamp(2.8rem,6vw,5.5rem);line-height:1.05;letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem}
.hero-title em{font-style:italic;color:var(--gold)}
.hero-sub{font-family:var(--sans);font-size:.95rem;line-height:1.7;color:var(--text-light);max-width:520px;opacity:0;transform:translateY(20px)}
.hero-buttons{display:flex;gap:1rem;margin-top:2rem;opacity:0;transform:translateY(20px)}
.btn-primary{font-family:var(--sans);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#fff;text-decoration:none;padding:.9rem 2rem;border:1px solid rgba(255,255,255,0.3);transition:all .5s var(--ease)}
.btn-primary:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.6)}
.btn-secondary{font-family:var(--sans);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);text-decoration:none;padding:.9rem 0;display:inline-flex;align-items:center;gap:.5rem;transition:gap .4s var(--ease)}
.btn-secondary:hover{gap:.8rem}
.hero-scroll{position:absolute;bottom:3rem;right:3rem;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.8rem}
.hero-scroll span{font-family:var(--sans);font-size:.55rem;letter-spacing:.3em;text-transform:uppercase;color:rgba(255,255,255,0.3);writing-mode:vertical-rl}
.hero-scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,rgba(255,255,255,0.3),transparent);animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scaleY(1)}50%{opacity:.3;transform:scaleY(.6)}}
.word{display:inline-block;opacity:0;transform:translateY(15px)}.word.visible{opacity:1;transform:translateY(0);transition:opacity .5s var(--ease),transform .5s var(--ease)}


/* ── SECTIONS (shared) ── */
.section-sand{background:var(--sand);padding:8rem 3rem;position:relative}
.section-cream{background:var(--cream);padding:8rem 3rem;position:relative}
.section-dark{background:var(--warm-stone);padding:8rem 3rem;position:relative;overflow:hidden}
.section-charcoal{background:var(--charcoal);padding:8rem 3rem;position:relative;overflow:hidden}
.section-inner{max-width:1100px;margin:0 auto}
.section-narrow{max-width:800px;margin:0 auto;text-align:center}
.tag{font-family:var(--sans);font-size:.65rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem;font-weight:500}
.tag-gold{color:var(--gold)}
.tag-light{color:rgba(255,255,255,0.45)}
.tag-stone{color:var(--stone)}
h2.editorial{font-family:var(--serif);font-weight:300;font-size:clamp(1.8rem,3.5vw,3.2rem);line-height:1.25;margin-bottom:2rem}
h2.editorial-lg{font-family:var(--serif);font-weight:300;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.15;margin-bottom:2rem}
.body-text{font-family:var(--serif);font-size:clamp(1.05rem,1.8vw,1.3rem);line-height:1.7;opacity:.8}
.body-sans{font-family:var(--sans);font-size:.95rem;line-height:1.7;opacity:.7}
.divider{width:40px;height:1px;background:var(--stone);margin:3rem auto}


/* ── WORD REVEAL ── */
[data-word-reveal] .word{opacity:.12}[data-word-reveal] .word.visible{opacity:1}

/* ── GRID LAYOUTS ── */
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.gallery-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(12,1fr)}
.gallery-item{overflow:hidden;border-radius:4px;position:relative}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-item:nth-child(1){grid-column:1/8;aspect-ratio:16/10}
.gallery-item:nth-child(2){grid-column:8/13;aspect-ratio:4/5}
.gallery-item:nth-child(3){grid-column:1/5;aspect-ratio:3/4}
.gallery-item:nth-child(4){grid-column:5/13;aspect-ratio:16/9}
.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.three-col-item{text-align:center;background:#fff;border-radius:8px;padding:0 0 2rem;overflow:hidden;border:1px solid rgba(42,37,32,0.06);transition:transform .4s var(--ease),box-shadow .4s ease}
.three-col-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(42,37,32,0.08)}
.three-col-item img{width:100%;aspect-ratio:4/3;object-fit:cover;margin-bottom:1.5rem}
.three-col-item h3{font-family:var(--serif);font-size:1.3rem;font-weight:400;margin-bottom:.8rem;padding:0 1.5rem}
.three-col-item p{font-family:var(--sans);font-size:.85rem;line-height:1.6;opacity:.6;padding:0 1.5rem}


/* ── APPROACH LIST ── */
.approach-list{list-style:none}
.approach-list li{font-family:var(--serif);font-size:1.2rem;color:var(--text-light);padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,0.08);display:flex;align-items:baseline;gap:1rem}
.approach-list .num{font-family:var(--sans);font-size:.6rem;letter-spacing:.15em;color:var(--gold);flex-shrink:0}
.portrait img{filter:brightness(.95) contrast(1.02)}
.portrait{border-radius:4px;overflow:hidden;aspect-ratio:3/4}
.portrait img{width:100%;height:100%;object-fit:cover;filter:brightness(.9) contrast(1.05)}

/* ── FAQ ── */
.faq-grid{display:grid;grid-template-columns:1fr;gap:0}
.faq-item{padding:1.5rem 0;border-bottom:1px solid rgba(42,37,32,0.1)}
.faq-q{font-family:var(--serif);font-size:1.2rem;font-weight:400;margin-bottom:0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-q::after{content:'+';font-family:var(--sans);font-size:1.2rem;color:var(--gold);transition:transform .3s ease;flex-shrink:0}
.faq-item.open .faq-q::after{transform:rotate(45deg)}
.faq-a{font-family:var(--sans);font-size:.85rem;line-height:1.7;opacity:.6;max-height:0;overflow:hidden;transition:max-height .5s var(--ease),padding .3s ease}
.faq-item.open .faq-a{max-height:200px;padding-top:.5rem}


/* ── NEWSLETTER ── */
.newsletter-form{display:flex;gap:0;max-width:500px;margin:0 auto}
.newsletter-form input[type="email"]{flex:1;font-family:var(--sans);font-size:.85rem;padding:.9rem 1.2rem;border:1px solid rgba(42,37,32,0.15);border-right:none;background:transparent;outline:none;color:var(--text-dark)}
.newsletter-form button{font-family:var(--sans);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;padding:.9rem 1.5rem;background:var(--charcoal);color:#fff;border:1px solid var(--charcoal);cursor:pointer;transition:all .4s var(--ease)}
.newsletter-form button:hover{background:var(--warm-black)}

/* ── CTA BANNER ── */
.cta-banner{position:relative;padding:8rem 3rem;overflow:hidden;text-align:center}
.cta-banner-bg{position:absolute;inset:0}
.cta-banner-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.4) contrast(1.05)}
.cta-banner .hero-overlay-cta{position:absolute;inset:0;background:linear-gradient(to right,rgba(42,37,32,.7) 0%,rgba(42,37,32,.3) 100%)}
.cta-banner-content{position:relative;z-index:2;max-width:700px;margin:0 auto}

/* ── FOOTER ── */
.footer{background:#1e1c1a;padding:5rem 3rem 2rem;position:relative}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,0.06)}
.footer-brand h3{font-family:var(--serif);font-size:1.8rem;font-weight:300;color:#fff;margin-bottom:1rem;line-height:1.2}
.footer-brand p{font-family:var(--sans);font-size:.85rem;line-height:1.7;color:rgba(255,255,255,0.35);margin-bottom:2rem}
.footer-brand .footer-btns{display:flex;gap:1rem;flex-wrap:wrap}
.footer-brand .footer-btns a{font-family:var(--sans);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,0.5);text-decoration:none;padding:.6rem 1.2rem;border:1px solid rgba(255,255,255,0.12);transition:all .4s var(--ease)}
.footer-brand .footer-btns a:hover{border-color:rgba(255,255,255,0.4);color:#fff}
.footer-col h4{font-family:var(--sans);font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,0.3);margin-bottom:1.2rem}
.footer-col a{display:block;font-family:var(--sans);font-size:.8rem;color:rgba(255,255,255,0.45);text-decoration:none;margin-bottom:.6rem;transition:color .3s ease}
.footer-col a:hover{color:rgba(255,255,255,0.8)}
.footer-middle{max-width:1100px;margin:0 auto;padding:2.5rem 0;display:flex;align-items:center;justify-content:space-between}
.footer-compass{height:40px;opacity:.35}
.footer-social{display:flex;gap:1.5rem}
.footer-social a{color:rgba(255,255,255,0.3);transition:color .3s ease;display:flex}
.footer-social a:hover{color:rgba(255,255,255,0.7)}
.footer-social svg{width:18px;height:18px}
.footer-bottom{max-width:1100px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.06)}
.footer-legal{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}
.footer-legal-left{font-family:var(--sans);font-size:.65rem;color:rgba(255,255,255,0.2)}
.footer-legal-links{display:flex;gap:1.5rem}
.footer-legal-links a{font-family:var(--sans);font-size:.65rem;color:rgba(255,255,255,0.25);text-decoration:none;transition:color .3s ease}
.footer-legal-links a:hover{color:rgba(255,255,255,0.5)}
.footer-disclaimer{font-family:var(--sans);font-size:.6rem;line-height:1.8;color:rgba(255,255,255,0.15);max-width:1100px;margin:0 auto;padding-top:1.5rem}


/* ── REVEALS ── */
.reveal{opacity:0;transform:translateY(60px);transition:opacity 1.2s var(--ease),transform 1.2s var(--ease)}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-scale{opacity:0;transform:scale(.93);transition:opacity 1.2s var(--ease),transform 1.2s var(--ease)}
.reveal-scale.visible{opacity:1;transform:scale(1)}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}.d4{transition-delay:.4s}

/* ── SCROLL PROGRESS ── */
.progress{position:fixed;top:0;left:0;height:2px;background:var(--gold);z-index:9997;width:0;pointer-events:none}

/* ── COMPASS HERO TICKER ── */
.hero-ticker{margin-top:2.5rem;overflow:hidden;position:relative;max-width:800px;opacity:0;transform:translateY(15px)}
.hero-ticker-label{font-family:var(--sans);font-size:.55rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}
.hero-ticker-label::after{content:'';flex:1;height:1px;background:rgba(184,149,106,0.2)}
.hero-ticker-track{display:flex;gap:0;animation:tickerShuttle 20s ease-in-out infinite;width:max-content}
@keyframes tickerShuttle{0%,100%{transform:translateX(0)}50%{transform:translateX(calc(-50% + 400px))}}
@media(max-width:768px){@keyframes tickerShuttle{0%,100%{transform:translateX(0)}50%{transform:translateX(calc(-50% + 150px))}}}
.hero-ticker-item{display:flex;align-items:baseline;gap:.6rem;padding:0 2.2rem;white-space:nowrap;flex-shrink:0}
.hero-ticker-item .ticker-val{font-family:var(--serif);font-size:2.2rem;font-weight:300;color:rgba(255,255,255,0.9);letter-spacing:-.02em}
.hero-ticker-item .ticker-lbl{font-family:var(--sans);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,0.4)}
.hero-ticker-sep{color:rgba(255,255,255,0.15);font-size:1.2rem;flex-shrink:0;padding:0 .2rem;align-self:center}



/* ── CHAT WIDGET ── */
.chat-toggle{position:fixed;bottom:2rem;right:2rem;z-index:9000;width:52px;height:52px;border-radius:50%;background:var(--gold);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,0.3);transition:transform .3s var(--ease),box-shadow .3s ease}
.chat-toggle:hover{transform:scale(1.08);box-shadow:0 6px 30px rgba(0,0,0,0.4)}
.chat-toggle svg{width:22px;height:22px;color:#fff;transition:transform .3s ease}
.chat-toggle.open svg{transform:rotate(45deg)}
.chat-panel{position:fixed;bottom:5.5rem;right:2rem;z-index:8999;width:360px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,0.25);display:flex;flex-direction:column;opacity:0;transform:translateY(20px) scale(0.95);pointer-events:none;transition:opacity .4s var(--ease),transform .4s var(--ease)}
.chat-panel.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.chat-header{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(42,37,32,0.06);display:flex;align-items:center;gap:.8rem}
.chat-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}
.chat-header-info h4{font-family:var(--sans);font-size:.75rem;font-weight:500;color:var(--text-dark)}
.chat-header-info span{font-family:var(--sans);font-size:.6rem;color:var(--stone)}
.chat-body{flex:1;overflow-y:auto;padding:1.2rem 1.5rem;display:flex;flex-direction:column;gap:.8rem;max-height:320px}
.chat-msg{padding:.7rem 1rem;border-radius:12px;font-family:var(--sans);font-size:.8rem;line-height:1.5;max-width:85%;animation:chatIn .4s var(--ease)}
@keyframes chatIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.chat-msg.agent{background:rgba(42,37,32,0.05);color:var(--text-dark);align-self:flex-start;border-bottom-left-radius:4px}
.chat-msg.user{background:var(--gold);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}
.chat-input{display:flex;gap:0;border-top:1px solid rgba(42,37,32,0.06);padding:.3rem}
.chat-input input{flex:1;border:none;outline:none;font-family:var(--sans);font-size:.8rem;padding:.7rem 1rem;background:transparent;color:var(--text-dark)}
.chat-input button{background:none;border:none;cursor:pointer;padding:.7rem 1rem;color:var(--gold);font-size:1.1rem;transition:transform .2s ease}
.chat-input button:hover{transform:scale(1.15)}


/* ── BLOG POST ── */
.post-content{max-width:700px;margin:0 auto}
.post-content h2{font-family:var(--serif);font-size:1.6rem;font-weight:400;margin:2.5rem 0 1rem;color:var(--text-dark);line-height:1.3}
.post-content h3{font-family:var(--serif);font-size:1.3rem;font-weight:400;margin:2rem 0 .8rem;color:var(--text-dark)}
.post-content p{font-family:var(--sans);font-size:.9rem;line-height:1.85;color:rgba(42,37,32,0.65);margin-bottom:1.2rem}
.post-content ul,.post-content ol{font-family:var(--sans);font-size:.9rem;line-height:1.85;color:rgba(42,37,32,0.65);margin:1rem 0 1.5rem 1.5rem}
.post-content li{margin-bottom:.5rem}
.post-content blockquote{border-left:2px solid var(--gold);padding:1rem 1.5rem;margin:2rem 0;font-family:var(--serif);font-size:1.1rem;font-style:italic;color:var(--text-dark);opacity:.8}
.post-meta{font-family:var(--sans);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);margin-bottom:2rem}
.post-cta{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(42,37,32,0.08);text-align:center}
.post-cta p{font-family:var(--sans);font-size:.85rem;color:rgba(42,37,32,0.5);margin-bottom:1rem}

/* ══════════════════════════════════════════════════
   RESPONSIVE — TABLET (max-width: 1024px)
   ══════════════════════════════════════════════════ */
@media(max-width:1024px){
  .nav{padding:1.5rem 2rem}
  .nav-logo{height:48px}
  .section-sand,.section-cream,.section-dark,.section-charcoal{padding:6rem 2rem}
  .split-grid{gap:3rem}
  .three-col-item h3{font-size:1.1rem}
  .footer-top{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem}
}

/* ══════════════════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 768px)
   ══════════════════════════════════════════════════ */
@media(max-width:768px){
  /* NAV */
  .nav{padding:1rem 1.2rem}
  .nav-logo{height:40px}
  .nav-links{display:none}
  .hamburger{display:flex}

  /* HERO */
  .hero{padding:0 1.5rem 2.5rem;min-height:600px}
  .hero-content{max-width:100%}
  .hero-tag{font-size:.5rem;letter-spacing:.3em;margin-bottom:1rem}
  .hero-title{font-size:clamp(2rem,8vw,3.2rem);margin-bottom:1rem}
  .hero-sub{font-size:.85rem;line-height:1.65;max-width:100%}
  .hero-buttons{flex-direction:column;gap:.8rem;margin-top:1.5rem}
  .btn-primary,.btn-secondary{font-size:.65rem;padding:.8rem 1.5rem}
  .hero-scroll{display:none}

  /* TICKER */
  .hero-ticker{margin-top:1.8rem}
  .hero-ticker-label{font-size:.45rem;margin-bottom:.6rem}
  .hero-ticker-item .ticker-val{font-size:1.5rem}
  .hero-ticker-item .ticker-lbl{font-size:.5rem}
  .hero-ticker-item{padding:0 1.2rem}

  /* SECTIONS */
  .section-sand,.section-cream,.section-dark,.section-charcoal{padding:4rem 1.2rem}
  h2.editorial{font-size:clamp(1.5rem,5vw,2rem)}
  h2.editorial-lg{font-size:clamp(1.6rem,5.5vw,2.4rem)}
  .body-text{font-size:1rem}
  .body-sans{font-size:.85rem}
  .section-narrow{padding:0 .5rem}
  .tag{font-size:.5rem;letter-spacing:.3em;margin-bottom:1.5rem}

  /* GRIDS */
  .split-grid{grid-template-columns:1fr;gap:2.5rem}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-item:nth-child(n){grid-column:1/-1;aspect-ratio:16/10}
  .three-col{grid-template-columns:1fr;gap:2rem}
  .three-col-item{text-align:center}
  .three-col-item img{aspect-ratio:16/10}

  /* PORTRAIT */
  .portrait{aspect-ratio:1/1;max-width:300px;margin:0 auto}

  /* APPROACH LIST */
  .approach-list li{font-size:1rem;padding:1rem 0}

  /* FAQ */
  .faq-grid{grid-template-columns:1fr;gap:0}
  .faq-q{font-size:1rem}

  /* NEWSLETTER */
  .newsletter-form{flex-direction:column}
  .newsletter-form input[type="email"]{border-right:1px solid rgba(42,37,32,0.15);border-bottom:none}
  .newsletter-form button{width:100%}

  /* CTA BANNER */
  .cta-banner{padding:5rem 1.5rem}

  /* FOOTER */
  .footer{padding:3rem 1.2rem 1.5rem}
  .footer-top{grid-template-columns:1fr;gap:2rem}
  .footer-brand h3{font-size:1.4rem}
  .footer-brand .footer-btns{flex-direction:column;gap:.6rem}
  .footer-brand .footer-btns a{text-align:center}
  .footer-middle{flex-direction:column;gap:1.2rem;padding:2rem 0}
  .footer-legal{flex-direction:column;gap:.8rem}
  .footer-disclaimer{font-size:.55rem;line-height:1.7}

  /* CHAT */
  .chat-toggle{bottom:1.2rem;right:1.2rem;width:46px;height:46px}
  .chat-toggle svg{width:20px;height:20px}
  .chat-panel{width:calc(100vw - 1.5rem);right:.75rem;bottom:4.5rem;max-height:70vh}

  /* BLOG POST */
  .post-content{padding:0 .5rem}
  .post-content h2{font-size:1.3rem}
  .post-content h3{font-size:1.1rem}
  .post-content blockquote{padding:.8rem 1rem;font-size:1rem}
}

/* ══════════════════════════════════════════════════
   RESPONSIVE — SMALL PHONE (max-width: 480px)
   ══════════════════════════════════════════════════ */
@media(max-width:480px){
  .hero{padding:0 1rem 2rem;min-height:500px}
  .hero-title{font-size:clamp(1.6rem,9vw,2.4rem)}
  .hero-sub{font-size:.8rem}
  .hero-tag{font-size:.45rem;letter-spacing:.25em}
  .hero-ticker-item .ticker-val{font-size:1.2rem}
  .hero-ticker-item .ticker-lbl{font-size:.45rem}
  .hero-ticker-item{padding:0 .8rem}
  .hero-ticker-sep{font-size:.8rem}

  .section-sand,.section-cream,.section-dark,.section-charcoal{padding:3rem 1rem}
  h2.editorial{font-size:1.3rem}
  h2.editorial-lg{font-size:1.4rem}
  .body-text{font-size:.9rem}
  .btn-primary,.btn-secondary{font-size:.6rem}
  .nav{padding:.8rem 1rem}
  .nav-logo{height:34px}

  .footer{padding:2.5rem 1rem 1rem}
  .footer-brand h3{font-size:1.2rem}
  .footer-col h4{font-size:.55rem}
  .footer-col a{font-size:.75rem}

  .chat-panel{width:calc(100vw - 1rem);right:.5rem}
  .chat-msg{font-size:.75rem}
  .chat-header-info h4{font-size:.7rem}
}
