:root{
  --indigo:#272538;--indigo-mid:#332f50;
  --sand:#D1A983;--sand-light:#dfc0a0;--sand-pale:#f5ede4;
  --sand-tint:rgba(209,169,131,0.1);--sand-border:rgba(209,169,131,0.22);
  --white:#ffffff;--off-white:#faf9f7;--warm-gray:#f2ede8;
  --divide:rgba(39,37,56,0.09);
  --text-dark:#1a1826;--text-body:#4a4660;--text-muted:#8a869e;
  --text-light:rgba(255,255,255,0.62);
  --ease:cubic-bezier(0.22,1,0.36,1);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--off-white);color:var(--text-dark);font-family:'DM Sans',sans-serif;font-weight:300;line-height:1.7;overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:900;padding:1.25rem 3.5rem;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,0.93);backdrop-filter:blur(20px);border-bottom:1px solid var(--divide);transition:padding .4s var(--ease),box-shadow .4s}
nav.scrolled{padding:.9rem 3.5rem;box-shadow:0 1px 40px rgba(39,37,56,0.07)}
.nav-links{display:flex;gap:2.4rem;list-style:none;align-items:center}
.nav-links a{color:var(--text-body);text-decoration:none;font-size:.81rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:var(--indigo)}
.nav-cta{background:var(--indigo)!important;color:var(--white)!important;padding:.6rem 1.6rem;border-radius:2px;font-weight:400!important;letter-spacing:.07em;text-decoration:none;transition:background .2s,transform .2s}
.nav-cta:hover{background:var(--indigo-mid)!important;transform:translateY(-1px)}
.nav-linkedin{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);text-decoration:none;font-size:.78rem;letter-spacing:.04em;transition:color .2s}
.nav-linkedin:hover{color:#0A66C2}
.nav-linkedin svg{width:15px;height:15px}

/* HERO */
#hero{min-height:100vh;background:var(--indigo);display:flex;align-items:center;padding:9rem 3.5rem 6rem;position:relative;overflow:hidden}
#hero::before{content:'';position:absolute;top:-15%;right:-8%;width:60vw;height:60vw;background:radial-gradient(ellipse,rgba(209,169,131,0.13) 0%,transparent 65%);pointer-events:none}
#hero::after{content:'';position:absolute;bottom:-20%;left:-5%;width:40vw;height:40vw;background:radial-gradient(ellipse,rgba(209,169,131,0.05) 0%,transparent 70%);pointer-events:none}
.hero-inner{max-width:1100px;margin:0 auto;width:100%;position:relative;z-index:2;display:grid;grid-template-columns:1fr 320px;gap:5rem;align-items:end}
.hero-label{display:inline-flex;align-items:center;gap:.8rem;font-size:.71rem;letter-spacing:.17em;text-transform:uppercase;color:var(--sand);margin-bottom:2.5rem;animation:fadeUp .7s ease both}
.hero-label::before{content:'';display:block;width:28px;height:1px;background:var(--sand)}
h1.hero-headline{font-family:'Cormorant Garamond',serif;font-size:clamp(3.2rem,7vw,6.5rem);font-weight:300;line-height:1.0;letter-spacing:-.01em;color:var(--white);margin-bottom:2rem;animation:fadeUp .7s .1s ease both}
.hero-headline em{font-style:italic;color:var(--sand)}
.hero-sub{font-size:1rem;color:var(--text-light);max-width:480px;line-height:1.8;margin-bottom:3rem;font-weight:300;animation:fadeUp .7s .2s ease both}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp .7s .3s ease both}
.btn-sand{background:var(--sand);color:var(--indigo);border:none;padding:.95rem 2.4rem;border-radius:2px;font-family:'DM Sans',sans-serif;font-size:.86rem;font-weight:500;cursor:pointer;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:background .2s,transform .2s}
.btn-sand:hover{background:var(--sand-light);transform:translateY(-2px)}
.btn-outline-white{background:transparent;color:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.18);padding:.95rem 2.4rem;border-radius:2px;font-family:'DM Sans',sans-serif;font-size:.86rem;font-weight:300;cursor:pointer;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:border-color .2s,color .2s}
.btn-outline-white:hover{border-color:var(--sand);color:var(--sand)}
.btn-linkedin{display:inline-flex;align-items:center;gap:.6rem;background:rgba(255,255,255,.06);color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.14);padding:.95rem 2rem;border-radius:2px;font-family:'DM Sans',sans-serif;font-size:.86rem;font-weight:300;cursor:pointer;text-decoration:none;letter-spacing:.04em;transition:border-color .2s,color .2s,background .2s}
.btn-linkedin:hover{border-color:#0A66C2;color:#fff;background:rgba(10,102,194,.15)}
.btn-linkedin svg{width:18px;height:18px;flex-shrink:0}
.hero-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:2.5rem;animation:fadeUp .7s .4s ease both}
.hero-card-label{font-size:.67rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sand);margin-bottom:1.5rem}
.hero-stat{margin-bottom:1.8rem;padding-bottom:1.8rem;border-bottom:1px solid rgba(255,255,255,.07)}
.hero-stat:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.hero-stat-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;color:var(--sand);line-height:1;margin-bottom:.2rem}
.hero-stat-txt{font-size:.76rem;color:var(--text-light);letter-spacing:.04em}
@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}

/* SHARED */
.rule{height:1px;background:linear-gradient(90deg,transparent,var(--sand),transparent);opacity:.28}
.rule-light{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent)}
.section{padding:7rem 3.5rem}
.container{max-width:1100px;margin:0 auto}
.eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.69rem;letter-spacing:.17em;text-transform:uppercase;color:var(--sand);margin-bottom:1.2rem;font-weight:400}
.eyebrow::before{content:'';display:block;width:22px;height:1px;background:var(--sand)}
h2.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:400;line-height:1.1;letter-spacing:-.01em;margin-bottom:1.5rem}
h2.section-title.on-dark{color:var(--white)}
.body-text{color:var(--text-body);font-size:1rem;max-width:520px;line-height:1.82;font-weight:300}
.body-text.on-dark{color:var(--text-light)}

/* MISSION */
#mission{background:var(--white)}
.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}
.mission-pillars{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--divide);border:1px solid var(--divide)}
.pillar{background:var(--off-white);padding:2rem 1.8rem;transition:background .25s}
.pillar:hover{background:var(--warm-gray)}
.pillar-num{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:300;color:var(--sand);opacity:.5;line-height:1;margin-bottom:.7rem}
.pillar h4{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:600;margin-bottom:.4rem;color:var(--text-dark)}
.pillar p{font-size:.81rem;color:var(--text-body);line-height:1.65}

/* SERVICES */
#services{background:var(--warm-gray)}
.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;gap:2rem}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--divide);border:1px solid var(--divide)}
.service-card{background:var(--white);padding:3rem 2.4rem;position:relative;overflow:hidden;transition:background .3s}
.service-card:hover{background:var(--off-white)}
.service-card::after{content:'';position:absolute;bottom:0;left:2.4rem;right:2.4rem;height:2px;background:var(--sand);transform:scaleX(0);transform-origin:left;transition:transform .4s var(--ease)}
.service-card:hover::after{transform:scaleX(1)}
.service-num{font-family:'Cormorant Garamond',serif;font-size:4rem;font-weight:300;color:var(--sand-pale);line-height:1;margin-bottom:1rem;letter-spacing:-.04em;transition:color .3s}
.service-card:hover .service-num{color:rgba(209,169,131,.35)}
.service-tag{display:inline-block;background:var(--sand-tint);color:var(--sand);font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;padding:.27rem .9rem;margin-bottom:1.2rem;font-weight:400;border:1px solid var(--sand-border)}
.service-card h3{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:500;margin-bottom:.9rem;color:var(--text-dark)}
.service-card p{color:var(--text-body);font-size:.87rem;line-height:1.72;margin-bottom:1.5rem}
.service-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;padding-top:1.4rem;border-top:1px solid var(--divide)}
.service-list li{font-size:.79rem;color:var(--text-body);padding-left:1.4rem;position:relative}
.service-list li::before{content:'—';position:absolute;left:0;color:var(--sand);font-size:.75rem}

/* FOCUS */
#focus{background:var(--indigo)}
.focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.07);margin-top:4rem}
.focus-card{background:var(--indigo);padding:3rem 2.4rem;transition:background .3s}
.focus-card:hover{background:var(--indigo-mid)}
.focus-card-label{font-size:.67rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sand);margin-bottom:1.8rem;display:flex;align-items:center;gap:.6rem}
.focus-card-label::before{content:'';width:14px;height:1px;background:var(--sand);display:block}
.focus-card h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;margin-bottom:1rem;color:var(--white)}
.focus-card p{color:var(--text-light);font-size:.87rem;line-height:1.78}

/* TESTIMONIALS */
#testimonials{display:none}
.client-strip{display:flex;align-items:stretch;border:1px solid var(--divide);margin-bottom:5rem}
.client-logo-cell{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;border-right:1px solid var(--divide);transition:background .25s;gap:.6rem}.client-logo-cell img{transition:opacity .25s;mix-blend-mode:multiply}.client-logo-cell:hover img{opacity:1}
.client-logo-cell:last-child{border-right:none}
.client-logo-cell:hover{background:var(--warm-gray)}
.client-name{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:.3rem}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--divide);border:1px solid var(--divide)}
.testi-card{background:var(--off-white);padding:3rem 2.4rem;display:flex;flex-direction:column;transition:background .25s}
.testi-card:hover{background:var(--white)}
.testi-quote-mark{font-family:'Cormorant Garamond',serif;font-size:4.5rem;font-weight:300;color:var(--sand);line-height:.7;margin-bottom:1.3rem;opacity:.7}
.testi-text{font-family:'Cormorant Garamond',serif;font-size:1.13rem;font-weight:400;font-style:italic;color:var(--text-dark);line-height:1.68;flex-grow:1;margin-bottom:2rem}
.testi-footer{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--divide)}
.testi-avatar{width:42px;height:42px;background:var(--indigo);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:.9rem;font-weight:400;color:var(--sand);flex-shrink:0}
.testi-person-name{font-family:'Cormorant Garamond',serif;font-size:.95rem;font-weight:600;color:var(--text-dark)}
.testi-person-role{font-size:.74rem;color:var(--text-muted);margin-top:.1rem}

/* PHILOSOPHY */
#philosophy{background:var(--warm-gray)}
.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:4rem}
.philosophy-quote{font-family:'Cormorant Garamond',serif;font-size:1.65rem;font-weight:400;font-style:italic;line-height:1.45;color:var(--indigo);padding-left:1.8rem;border-left:2px solid var(--sand);margin-bottom:2.5rem}
.philosophy-text{color:var(--text-body);font-size:.97rem;line-height:1.85;margin-bottom:1.4rem}

/* AUTHOR */
.author-block{display:flex;align-items:center;gap:1.4rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--divide)}
.author-photo{width:64px;height:64px;border-radius:50%;flex-shrink:0;overflow:hidden;border:2px solid var(--sand-border);background:var(--indigo);display:flex;align-items:center;justify-content:center;}
.author-photo img{width:100%;height:100%;object-fit:cover;display:block}
.author-name-link{font-family:'Cormorant Garamond',serif;font-size:1.08rem;font-weight:600;color:var(--text-dark);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s;}
.author-name-link:hover{color:#0A66C2}
.author-name-link svg{width:14px;height:14px;color:#0A66C2;flex-shrink:0;opacity:.8}
.author-title{font-size:.78rem;color:var(--text-muted);margin-top:.2rem}

.values-list{display:flex;flex-direction:column;gap:1px;background:var(--divide);border:1px solid var(--divide)}
.value-row{background:var(--white);padding:1.8rem 2rem;display:flex;align-items:flex-start;gap:1.5rem;transition:background .2s}
.value-row:hover{background:var(--off-white)}
.value-line{width:2px;min-height:42px;background:var(--sand);flex-shrink:0;margin-top:3px;opacity:.45;transition:opacity .2s}
.value-row:hover .value-line{opacity:1}
.value-row h4{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:600;margin-bottom:.3rem;color:var(--text-dark)}
.value-row p{font-size:.81rem;color:var(--text-body);line-height:1.65}

/* PROCESS */
#process{background:var(--white)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--divide);border:1px solid var(--divide);margin-top:4rem}
.step{background:var(--off-white);padding:2.8rem 2rem;transition:background .2s}
.step:hover{background:var(--white)}
.step-num{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:var(--sand-light);line-height:1;margin-bottom:1rem;letter-spacing:-.03em}
.step-label{font-size:.67rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sand);margin-bottom:.7rem}
.step h4{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:600;margin-bottom:.7rem;color:var(--text-dark)}
.step p{font-size:.81rem;color:var(--text-body);line-height:1.68}

/* CTA */
#cta{background:var(--indigo);padding:8rem 3.5rem;text-align:center;position:relative;overflow:hidden}
#cta::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--sand))}
#cta::after{content:'';position:absolute;width:700px;height:700px;background:radial-gradient(circle,rgba(209,169,131,.09) 0%,transparent 65%);top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;pointer-events:none}
.cta-inner{position:relative;z-index:2;max-width:680px;margin:0 auto}
.cta-eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.69rem;letter-spacing:.17em;text-transform:uppercase;color:var(--sand);margin-bottom:1.5rem}
.cta-eyebrow::before,.cta-eyebrow::after{content:'';width:22px;height:1px;background:var(--sand);display:block}
h2.cta-headline{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:300;color:var(--white);line-height:1.1;letter-spacing:-.01em;margin-bottom:1.5rem}
.cta-headline em{color:var(--sand);font-style:italic}
.cta-body{color:var(--text-light);font-size:1rem;line-height:1.8;margin-bottom:3rem}
.cta-actions{display:flex;justify-content:center;align-items:center;gap:1.2rem;flex-wrap:wrap}
.cta-email{font-size:.8rem;color:rgba(255,255,255,.35);letter-spacing:.04em}

/* FOOTER */
footer{background:var(--indigo);border-top:1px solid rgba(255,255,255,.07);padding:2.4rem 3.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}
.footer-links{display:flex;gap:2rem;list-style:none;flex-wrap:wrap}
.footer-links a{color:rgba(255,255,255,.3);text-decoration:none;font-size:.77rem;letter-spacing:.04em;transition:color .2s}
.footer-links a:hover{color:var(--sand)}
.footer-linkedin{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.3);text-decoration:none;font-size:.77rem;letter-spacing:.04em;transition:color .2s}
.footer-linkedin:hover{color:#0A66C2}
.footer-linkedin svg{width:14px;height:14px}
.footer-copy{color:rgba(255,255,255,.22);font-size:.75rem}
.footer-logo-box{position:relative;background:var(--sand);padding:.35rem 3rem .35rem 1rem;display:inline-flex;align-items:center;flex-shrink:0;border-radius:2px 0 0 2px;overflow:visible;}
.footer-logo-box::after{content:'';position:absolute;right:-2.5rem;top:0;width:3rem;height:100%;background:linear-gradient(to right,var(--sand),transparent);pointer-events:none;}
.footer-logo-img{height:18px;width:auto;display:block;filter:brightness(0) saturate(100%) invert(12%) sepia(15%) saturate(700%) hue-rotate(210deg) brightness(1.1);}

/* REVEAL */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
.reveal.visible{opacity:1;transform:translateY(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.2s}.d3{transition-delay:.3s}

/* ── LEGAL ── */
.legal-hero{padding:11rem 3.5rem 5rem;background:var(--indigo);position:relative;overflow:hidden;}
.legal-hero::before{content:'';position:absolute;top:-10%;right:-5%;width:55vw;height:55vw;background:radial-gradient(ellipse,rgba(209,169,131,0.12) 0%,transparent 65%);pointer-events:none;}
.legal-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(209,169,131,0.3),transparent);}
.legal-hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2;}
.legal-eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.69rem;letter-spacing:.17em;text-transform:uppercase;color:var(--sand);margin-bottom:1.4rem;font-weight:400;}
.legal-eyebrow::before{content:'';display:block;width:28px;height:1px;background:var(--sand);}
.legal-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:300;color:white;line-height:1.02;letter-spacing:-.025em;margin-bottom:1.2rem;}
.legal-hero-sub{font-size:.97rem;color:rgba(255,255,255,.5);max-width:560px;line-height:1.7;font-weight:300;}
.legal-wrap{max-width:1100px;margin:0 auto;padding:6rem 3.5rem 8rem;display:grid;grid-template-columns:220px 1fr;gap:0 5rem;align-items:start;}
.legal-sidebar{position:sticky;top:7rem;}
.legal-sidebar-title{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sand);margin-bottom:1.2rem;font-weight:400;}
.toc-list{list-style:none;display:flex;flex-direction:column;gap:.1rem;}
.toc-list a{display:block;font-size:.8rem;color:var(--text-muted);text-decoration:none;padding:.45rem .75rem;border-left:1px solid var(--divide);transition:color .2s,border-color .2s,padding-left .2s;line-height:1.45;}
.toc-list a:hover{color:var(--text-dark);border-left-color:var(--sand);padding-left:1.1rem;}
.legal-body{}
.legal-section{margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid var(--divide);}
.legal-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}
.legal-section-num{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:300;color:var(--sand-light);line-height:1;margin-bottom:.5rem;letter-spacing:-.03em;}
.legal-section h2{font-family:'Cormorant Garamond',serif;font-size:1.75rem;font-weight:500;color:var(--text-dark);margin-bottom:1.5rem;letter-spacing:-.01em;line-height:1.2;}
.legal-section h3{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:500;color:var(--text-dark);margin:1.8rem 0 .7rem;letter-spacing:.01em;}
.legal-section p{color:var(--text-body);font-size:.94rem;line-height:1.9;margin-bottom:.9rem;}
.legal-section p:last-child{margin-bottom:0;}
.legal-section a{color:var(--indigo);text-decoration:underline;text-underline-offset:3px;transition:color .2s;}
.legal-section a:hover{color:var(--sand);}
.legal-section ol,.legal-section ul{padding-left:1.4rem;color:var(--text-body);font-size:.94rem;line-height:1.9;margin-bottom:.9rem;}
.legal-section li{margin-bottom:.3rem;}
.legal-section strong{color:var(--text-dark);font-weight:500;}
.info-card{background:var(--white);border:1px solid var(--divide);padding:2.4rem 2.8rem;margin:1.5rem 0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:1.8rem 3.5rem;}
.info-item-label{font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sand);margin-bottom:.4rem;font-weight:400;}
.info-item-value{font-family:'Cormorant Garamond',serif;font-size:1.08rem;font-weight:500;color:var(--text-dark);line-height:1.5;}
.info-item-value a{color:var(--text-dark);text-decoration:none;transition:color .2s;}
.info-item-value a:hover{color:var(--sand);}
.legal-wrap.no-sidebar{grid-template-columns:1fr;max-width:820px;}

/* ── RESPONSIVE ── */

/* Logo – gilt für alle Breakpoints als Basis */
.nav-logo-img {
  height: 77px;
  width: auto;
  display: block;
}

/* Ultrawide ≥1800px */
@media(min-width:1800px){
  nav{padding:.75rem 3.5rem}
  nav.scrolled{padding:.6rem 3.5rem}
  #hero{padding:6rem 3.5rem 6rem}
  .nav-logo-img{height:77px}
}

/* Tablet / Laptop ≤960px */
@media(max-width:960px){
  nav{padding:.75rem 1.5rem}
  nav.scrolled{padding:.65rem 1.5rem}
  .nav-links{display:none}
  .section{padding:4rem 1.25rem}
  #hero{padding:7.5rem 1.25rem 3.5rem}
  .hero-inner{grid-template-columns:1fr;gap:2.5rem}
  .hero-card{display:none}
  .mission-grid,.philosophy-grid{grid-template-columns:1fr;gap:3rem}
  .services-grid,.focus-grid,.testi-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr 1fr}
  .services-header{flex-direction:column;align-items:flex-start}
  .client-strip{flex-wrap:wrap}
  .client-logo-cell{flex:1 1 50%;border-right:none;border-bottom:1px solid var(--divide)}
  .client-logo-cell:last-child{border-bottom:none}
  footer{flex-direction:column;align-items:flex-start;padding:2rem 1.25rem}
  .legal-hero{padding:8rem 1.5rem 4rem;}
  .legal-wrap{grid-template-columns:1fr;padding:3.5rem 1.5rem 5rem;gap:3rem 0;}
  .legal-sidebar{position:static;}
  .info-card{grid-template-columns:1fr;padding:1.5rem;}
  .nav-logo-img{height:70px}
}

/* Handy ≤600px */
@media(max-width:600px){
  nav{padding:1rem 1rem}
  .nav-logo-img{height:60px}
  #hero{padding:5rem 1rem 1rem}
  .section{padding:3.5rem 1rem}
  h1.hero-headline{font-size:clamp(2.6rem,11vw,3.8rem)}
  .hero-label{font-size:.65rem;margin-bottom:1.5rem}
  .hero-sub{font-size:.9rem;margin-bottom:2rem}
  .hero-actions{gap:.7rem}
  .btn-sand,.btn-outline-white,.btn-linkedin{padding:.8rem 1.6rem;font-size:.82rem}
  .process-grid{grid-template-columns:1fr}
  .mission-pillars{grid-template-columns:1fr}
  .client-logo-cell{flex:1 1 100%}
  footer{padding:1.75rem 1rem}
  .services-header {margin-bottom: 1.8rem !important}
  .services-header .section-title {margin-bottom: 0.9rem}
  .services-grid {margin-top: 1.4rem}
  .service-card {padding: 2.4rem 1.8rem}
}