:root{
  --white:#FFFFFF;
  --mint:#EBF4EE;
  --sky:#EAF1F7;
  --mint-deep:#B9E1C6;
  --sky-deep:#B7D9EA;
  --ink:#1B211D;
  --muted:#68746D;
  --line:#DEE7E1;
  --radius:14px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--white);
  color:var(--ink);
  font-family:'Inter', sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  font-optical-sizing:none;
  font-variation-settings:'opsz' 20;
}
h1,h2,h3{
  font-family:'Fraunces', serif;
  font-weight:500;
  letter-spacing:-0.01em;
  line-height:1.1;
}
a{color:inherit; text-decoration:none;}
img,svg{display:block; max-width:100%;}
ul{list-style:none;}
.wrap{ max-width:1160px; margin:0 auto; padding:0 32px; }
::selection{ background:var(--mint-deep); color:var(--ink); }
:focus-visible{ outline:2px solid var(--ink); outline-offset:3px; }

.eyebrow{
  font-size:12px; letter-spacing:0.16em; text-transform:uppercase;
  color:var(--muted); font-weight:600; display:flex; align-items:center; gap:10px;
}
.eyebrow::before{ content:""; width:22px; height:1px; background:var(--muted); display:inline-block; }

/* NAV */
header{
  position:sticky; top:0; z-index:100;
  background:rgba(255,255,255,0.9);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:20px 32px; max-width:1160px; margin:0 auto; position:relative;
}
.logo{ display:flex; align-items:center; gap:10px; }
.logo-mark{
  width:30px; height:30px; border-radius:8px;
  background:linear-gradient(135deg, var(--mint-deep), var(--sky-deep));
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.gridglyph{ display:grid; grid-template-columns:repeat(3,1fr); grid-template-rows:repeat(3,1fr); gap:2px; width:16px; height:16px; }
.gridglyph span{ background:var(--ink); border-radius:1px; }
.logo-word{ font-family:'Fraunces', serif; font-weight:500; font-size:19px; letter-spacing:-0.01em; }
.nav-links{ display:flex; gap:26px; align-items:center; }
.nav-links > a{ font-size:14px; color:var(--muted); font-weight:500; transition:color 0.15s ease; padding:8px 0; }
.nav-links > a:hover, .nav-links > a.active{ color:var(--ink); }
.dropdown{ position:relative; }
.dropdown > a{ font-size:14px; color:var(--muted); font-weight:500; padding:8px 0; display:inline-flex; align-items:center; gap:5px; cursor:pointer; }
.dropdown > a::after{ content:"⌄"; font-size:12px; }
.dropdown.open .dropdown-menu{ display:block; }
.dropdown-menu{
  display:none; position:absolute; top:100%; left:-16px;
  background:var(--white); border:1px solid var(--line); border-radius:12px;
  padding:10px; min-width:210px; box-shadow:0 20px 40px -20px rgba(27,33,29,0.25);
}
.dropdown-menu a{
  display:block; font-size:14px; color:var(--ink); padding:10px 12px; border-radius:8px;
}
.dropdown-menu a:hover{ background:var(--mint); }
.menu-toggle{
  display:none; background:none; border:1px solid var(--line); border-radius:8px;
  width:38px; height:38px; font-size:16px; cursor:pointer;
}

.btn{
  font-family:'Inter', sans-serif; font-weight:600; font-size:14px;
  padding:12px 22px; border-radius:100px;
  display:inline-flex; align-items:center; gap:8px;
  transition:all 0.18s ease; border:1px solid transparent; cursor:pointer;
  background:none; -webkit-appearance:none; appearance:none;
}
.btn-primary{ background:var(--ink); color:var(--white); }
.btn-primary:hover{ background:#000; transform:translateY(-1px); }
.btn-ghost{ border-color:var(--line); color:var(--ink); }
.btn-ghost:hover{ border-color:var(--ink); }
.btn-sm{ padding:9px 16px; font-size:13px; }

/* HOME HERO */
.hero{ padding:120px 0 100px; position:relative; overflow:hidden; background:var(--mint); }
.hero-watermark{
  position:absolute; right:-40px; top:calc(670px + min(46vw, 560px)/2); transform:translateY(-50%);
  font-family:'Fraunces', serif; font-weight:600; font-size:min(46vw, 560px);
  color:rgba(255,255,255,0.55); line-height:1; pointer-events:none; user-select:none; z-index:0;
}
.hero-grid{ display:flex; flex-direction:column; gap:36px; }
.hero-inner{ position:relative; z-index:1; max-width:660px; }
.hero-media{
  position:relative; z-index:1; width:100%; aspect-ratio:21/9;
  border-radius:var(--radius); overflow:hidden; border:1px solid var(--line);
  box-shadow:0 30px 60px -30px rgba(27,33,29,0.35);
}
.hero-media video{ display:block; width:100%; height:100%; object-fit:cover; }
.hero h1{ font-size:clamp(38px, 4.8vw, 60px); margin:22px 0 22px; }
.hero p.lead{ color:var(--muted); font-size:18px; max-width:520px; margin-bottom:14px; }
.hero p.lead-sub{ color:var(--muted); font-size:15.5px; max-width:520px; margin-bottom:36px; }
.hero-ctas{ display:flex; gap:14px; margin-bottom:8px; flex-wrap:wrap; position:relative; z-index:1; }
.hero-tagline{ font-family:'Fraunces', serif; font-size:17px; color:var(--ink); margin-bottom:22px; max-width:480px; }
.hero-bullets{ display:grid; gap:8px; margin-bottom:22px; }
.hero-bullets li{ font-size:15px; color:var(--ink); display:flex; align-items:baseline; gap:10px; }
.hero-bullets li::before{ content:"✓"; color:var(--muted); flex-shrink:0; }
.dotgrid{ position:absolute; left:-10px; bottom:-10px; display:grid; grid-template-columns:repeat(8, 1fr); gap:9px; z-index:0; opacity:0.9; }
.dotgrid span{ width:5px; height:5px; border-radius:50%; background:var(--sky-deep); }
.dotgrid span:nth-child(3n){ background:var(--mint-deep); }
.dotgrid span:nth-child(7n){ opacity:0.4; }

/* INNER PAGE HERO (smaller) */
.page-hero{ padding:76px 0 64px; background:var(--mint); border-bottom:1px solid var(--line); }
.breadcrumb{ font-size:13px; color:var(--muted); margin-bottom:18px; }
.breadcrumb a{ color:var(--muted); }
.breadcrumb a:hover{ color:var(--ink); }
.page-hero h1{ font-size:clamp(32px, 4.2vw, 48px); max-width:760px; margin:18px 0 16px; }
.page-hero p.lead{ color:var(--muted); font-size:17px; max-width:620px; margin-bottom:28px; }
.page-hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; }

/* STATS BAR (credibility points) */
.stats-bar{ border-bottom:1px solid var(--line); background:var(--white); }
.stats-bar .wrap{ display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; padding:44px 32px; }
.stat-item{ text-align:center; }
.stat-item .num{ font-family:'Fraunces', serif; font-size:34px; font-weight:500; }
.stat-item .label{ font-size:13px; color:var(--muted); margin-top:4px; }

section{ padding:100px 0; }
.section-sm{ padding:72px 0; }
.section-head{ max-width:640px; margin-bottom:52px; }
.section-head h2{ font-size:clamp(28px,3.4vw,40px); margin-top:18px; }
.section-head p{ color:var(--muted); margin-top:16px; font-size:16px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head.center .eyebrow{ justify-content:center; }

/* WHY / TRUST */
.why-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; margin-bottom:60px; }
.why-card{ border:1px solid var(--line); border-radius:var(--radius); padding:26px 24px; background:var(--white); }
.why-card .dot{ width:10px; height:10px; border-radius:50%; margin-bottom:16px; }
.why-card:nth-child(1) .dot{ background:var(--mint-deep); }
.why-card:nth-child(2) .dot{ background:var(--sky-deep); }
.why-card:nth-child(3) .dot{ background:var(--mint-deep); }
.why-card:nth-child(4) .dot{ background:var(--sky-deep); }
.why-card h4{ font-family:'Fraunces', serif; font-size:16.5px; font-weight:500; margin-bottom:6px; }
.why-card p{ font-size:13.5px; color:var(--muted); }

.trust-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:56px; align-items:center; }
.founder-card{ background:var(--sky); border:1px solid var(--line); border-radius:var(--radius); padding:36px; }
.founder-avatar{
  width:56px; height:56px; border-radius:50%; object-fit:cover; object-position:top;
  display:block; margin-bottom:20px;
}
.founder-card h3{ font-size:22px; margin-bottom:6px; font-weight:500; }
.founder-card .role{ font-size:13.5px; color:var(--muted); margin-bottom:4px; }
.founder-card .note{ font-size:13.5px; color:var(--muted); margin-top:20px; padding-top:20px; border-top:1px solid var(--line); }
.founder-photo-card{ background:var(--sky); border:1px solid var(--line); border-radius:var(--radius); padding:20px; text-align:center; }
.founder-photo{
  width:100%; aspect-ratio:3/4; object-fit:cover; object-position:top;
  border-radius:calc(var(--radius) - 6px); display:block; margin-bottom:20px; background:var(--white);
}
.founder-photo-card h3{ font-size:22px; margin-bottom:6px; font-weight:500; }
.founder-photo-card .role{ font-size:13.5px; color:var(--muted); }
.trust-copy h2{ font-size:clamp(26px,3vw,36px); margin-bottom:18px; }
.trust-copy p{ color:var(--muted); font-size:16px; margin-bottom:16px; }
.trust-copy p.emphasis{ color:var(--ink); font-weight:500; }
.trust-copy p:last-child{ margin-bottom:0; }

/* EXPERIENCE */
.experience{ border-bottom:1px solid var(--line); background:var(--sky); }
.exp-top{ display:flex; align-items:baseline; gap:20px; margin-bottom:44px; flex-wrap:wrap; }
.exp-stat{ font-family:'Fraunces', serif; font-size:56px; font-weight:500; line-height:1; }
.exp-stat-label{ font-size:14px; color:var(--muted); max-width:220px; }
.industry-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom:48px; }
.industry-chip{ background:var(--white); border:1px solid var(--line); border-radius:100px; padding:9px 18px; font-size:13.5px; font-weight:500; }
.exp-copy{ max-width:720px; margin-bottom:36px; }
.exp-copy p{ color:var(--muted); font-size:15.5px; margin-bottom:14px; }
.exp-copy p.emphasis{ color:var(--ink); }
.org-group{ padding:22px 0; border-top:1px solid var(--line); }
.org-group:last-of-type{ border-bottom:1px solid var(--line); margin-bottom:16px; }
.org-group-label{ font-size:11.5px; text-transform:uppercase; letter-spacing:0.08em; font-weight:600; color:var(--muted); margin-bottom:14px; }
.org-list{ display:flex; flex-wrap:wrap; gap:12px 28px; }
.org-list span{ font-family:'Fraunces', serif; font-size:16px; color:var(--ink); }
.org-note{ font-size:12.5px; color:var(--muted); }

/* METRICS */
.metrics-lead{ max-width:640px; margin-bottom:44px; }
.metrics-lead p{ color:var(--muted); font-size:16px; margin-top:14px; }
.metrics-lead p.strong{ color:var(--ink); font-family:'Fraunces', serif; font-size:19px; margin-top:20px; }
.metrics-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; margin-bottom:44px; }
.metric-card{ border:1px solid var(--line); border-radius:var(--radius); padding:36px 32px; }
.metric-card:nth-child(1){ background:var(--mint); }
.metric-card:nth-child(2){ background:var(--white); }
.metric-card:nth-child(3){ background:var(--sky); }
.metric-card .num{ font-family:'Fraunces', serif; font-size:42px; font-weight:500; margin-bottom:10px; }
.metric-card .label{ font-size:14px; color:var(--muted); }

/* GROWTH / SPLIT CARDS */
.growth{ background:var(--mint); }
.growth-grid{ display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.growth-card{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:38px; transition:box-shadow 0.2s ease, transform 0.2s ease; }
.growth-card:hover{ box-shadow:0 20px 40px -24px rgba(27,33,29,0.18); transform:translateY(-2px); }
.growth-card .tag{ font-size:12px; text-transform:uppercase; letter-spacing:0.08em; color:var(--muted); font-weight:600; margin-bottom:16px; display:block; }
.growth-card h3{ font-size:23px; margin-bottom:12px; font-weight:500; }
.growth-card p{ color:var(--muted); font-size:15px; margin-bottom:22px; }
.growth-list{ display:grid; gap:10px; }
.growth-list li{ font-size:14.5px; display:flex; align-items:baseline; gap:10px; }
.growth-list li::before{ content:"✓"; color:var(--muted); }
.growth-cta{ text-align:center; margin-top:44px; }

/* SERVICES */
.service-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.service-card{ background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:34px; transition:box-shadow 0.2s ease, transform 0.2s ease; }
.service-card:hover{ box-shadow:0 20px 40px -24px rgba(27,33,29,0.18); transform:translateY(-2px); }
.service-card .swatch{ width:34px; height:34px; border-radius:9px; margin-bottom:18px; display:flex; align-items:center; justify-content:center; }
.service-card:nth-child(odd) .swatch{ background:var(--mint-deep); }
.service-card:nth-child(even) .swatch{ background:var(--sky-deep); }
.service-card .swatch svg{ width:18px; height:18px; }

/* PLATFORM BADGES */
.platform-strip{ background:var(--sky); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:26px 0; }
.platform-strip .wrap{ display:flex; align-items:center; gap:22px; flex-wrap:wrap; }
.platform-strip-label{ font-size:12px; text-transform:uppercase; letter-spacing:0.1em; font-weight:600; color:var(--muted); flex-shrink:0; }
.platform-badges{ display:flex; flex-wrap:wrap; gap:10px; }
.platform-badge{ display:inline-flex; align-items:center; gap:8px; background:var(--white); border:1px solid var(--line); border-radius:100px; padding:8px 16px; font-size:13.5px; font-weight:600; color:var(--ink); }
.platform-badge::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--mint-deep); flex-shrink:0; }
.platform-badge:nth-child(even)::before{ background:var(--sky-deep); }
.scarcity-badge{
  display:inline-flex; align-items:center; gap:8px; background:var(--white); border:1px solid var(--line);
  border-radius:100px; padding:8px 16px; font-size:13.5px; font-weight:600; color:var(--ink); margin-bottom:18px;
}
.scarcity-badge::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--mint-deep); flex-shrink:0; }
.cta-section .scarcity-badge{ margin:0 0 18px; }
.service-card h3{ font-size:21px; margin-bottom:10px; font-weight:500; }
.service-card p{ color:var(--muted); font-size:14.5px; margin-bottom:16px; }
.service-card a.learn{ font-size:13.5px; font-weight:600; color:var(--ink); display:inline-flex; align-items:center; gap:6px; }
.service-card a.learn:hover{ text-decoration:underline; }

/* PROCESS */
.process{ background:var(--sky); }
.process-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:36px; position:relative; }
.process-grid::before{ content:""; position:absolute; top:22px; left:0; right:0; height:1px; background:var(--line); }
.process-step{ position:relative; }
.process-step .step-num{
  font-family:'Fraunces', serif; font-size:20px; font-weight:500; color:var(--ink);
  background:var(--sky); display:inline-block; padding-right:14px; margin-bottom:20px; position:relative; z-index:1;
}
.process-step h3{ font-size:18px; margin-bottom:10px; font-weight:500; }
.process-step p{ font-size:14px; color:var(--muted); }

/* TRANSFORMATION FRAMEWORK: Then / Now / How / Action */
.transform-grid{ display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; }
.transform-step{ border:1px solid var(--line); border-radius:var(--radius); padding:26px; background:var(--white); }
.transform-step .t-label{ font-size:11.5px; text-transform:uppercase; letter-spacing:0.1em; font-weight:600; color:var(--muted); margin-bottom:12px; }
.transform-step:nth-child(1) .t-label{ color:#8A6D6D; }
.transform-step:nth-child(2) .t-label{ color:#4E7A5C; }
.transform-step:nth-child(3) .t-label{ color:#3E6E8A; }
.transform-step:nth-child(4) .t-label{ color:var(--ink); }
.transform-step h4{ font-family:'Fraunces', serif; font-size:17px; font-weight:500; margin-bottom:8px; }
.transform-step p{ font-size:13.5px; color:var(--muted); }

/* CASE STUDIES */
.case-note{
  background:var(--sky); border:1px solid var(--line); border-radius:var(--radius);
  padding:20px 24px; font-size:14px; color:var(--muted); margin-bottom:56px;
}
.case-note strong{ color:var(--ink); }
.case-study{ border:1px solid var(--line); border-radius:var(--radius); padding:40px; margin-bottom:32px; background:var(--white); }
.case-study-head{ display:flex; justify-content:space-between; align-items:flex-start; gap:20px; margin-bottom:28px; flex-wrap:wrap; }
.case-study-head h3{ font-size:26px; margin-bottom:8px; }
.case-tag{ font-size:12px; text-transform:uppercase; letter-spacing:0.06em; color:var(--muted); font-weight:600; }
.case-badge{ background:var(--mint); border:1px solid var(--line); border-radius:100px; padding:6px 14px; font-size:11.5px; font-weight:600; color:var(--muted); white-space:nowrap; }
.case-outcome{ border:1px solid var(--line); border-radius:var(--radius); padding:22px 26px; margin-top:8px; font-size:15.5px; color:var(--ink); }
.case-outcome b{ font-family:'Fraunces', serif; font-weight:500; }
.case-study:nth-child(odd) .case-outcome{ background:var(--mint); }
.case-study:nth-child(even) .case-outcome{ background:var(--sky); }
.case-results{ display:flex; gap:32px; flex-wrap:wrap; margin-bottom:32px; padding:20px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.case-results .r-num{ font-family:'Fraunces', serif; font-size:26px; font-weight:500; }
.case-results .r-label{ font-size:12.5px; color:var(--muted); }
.testimonial-card{ background:var(--mint); border-radius:var(--radius); padding:28px; margin-top:28px; }
.testimonial-card .qmark{ font-family:'Fraunces', serif; font-size:36px; color:var(--mint-deep); line-height:1; margin-bottom:6px; }
.testimonial-card p.quote{ font-family:'Fraunces', serif; font-size:17px; line-height:1.5; margin-bottom:16px; }
.testimonial-card .who{ font-size:13.5px; color:var(--muted); }
.testimonial-card .who b{ color:var(--ink); }

/* WHO WE WORK WITH */
.who{ background:var(--mint); }
.who-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px 32px; margin-top:8px; }
.who-item{ display:flex; align-items:flex-start; gap:14px; padding:18px 0; border-bottom:1px solid var(--line); }
.who-check{ width:22px; height:22px; border-radius:50%; background:var(--white); display:flex; align-items:center; justify-content:center; font-size:12px; color:var(--ink); flex-shrink:0; margin-top:1px; }
.pain-dot{ width:8px; height:8px; border-radius:50%; flex-shrink:0; margin-top:8px; }
.pain-dot.mint{ background:var(--mint-deep); }
.pain-dot.sky{ background:var(--sky-deep); }
.who-item p{ font-size:15px; }
.who-foot{ font-size:15px; color:var(--muted); margin-top:32px; max-width:640px; }

/* FAQ */
.faq-list{ max-width:760px; }
.faq-item{ border-bottom:1px solid var(--line); }
.faq-item summary{
  list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center;
  padding:22px 0; font-family:'Fraunces', serif; font-size:17px; font-weight:500;
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:"+"; font-family:'Inter', sans-serif; font-size:20px; color:var(--muted); flex-shrink:0; margin-left:20px; }
.faq-item[open] summary::after{ content:"–"; }
.faq-item .faq-body{ padding:0 0 24px; color:var(--muted); font-size:15px; max-width:640px; }

/* INSIGHTS */
.insights-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:24px; }
.insight-card{ border:1px solid var(--line); border-radius:var(--radius); padding:28px; background:var(--white); transition:box-shadow 0.2s ease, transform 0.2s ease; }
.insight-card:hover{ box-shadow:0 20px 40px -24px rgba(27,33,29,0.18); transform:translateY(-2px); }
.insight-card .cat{ font-size:11.5px; text-transform:uppercase; letter-spacing:0.08em; color:var(--muted); font-weight:600; margin-bottom:14px; }
.insight-card h3{ font-size:19px; margin-bottom:10px; font-weight:500; }
.insight-card p{ font-size:14px; color:var(--muted); margin-bottom:16px; }
.insight-card .read{ font-size:13px; font-weight:600; }

/* CONTACT */
.contact-grid{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; }
.contact-card{ border:1px solid var(--line); border-radius:var(--radius); padding:36px; background:var(--sky); }
.contact-card h3{ font-size:20px; margin-bottom:20px; font-weight:500; }
.contact-row{ display:flex; align-items:center; gap:14px; padding:14px 0; border-top:1px solid var(--line); }
.contact-row:first-of-type{ border-top:none; }
.contact-row .c-icon{ width:36px; height:36px; border-radius:9px; background:var(--white); display:flex; align-items:center; justify-content:center; font-size:14px; flex-shrink:0; }
.contact-row a{ font-size:15px; font-weight:500; }
.contact-row a:hover{ text-decoration:underline; }
.contact-note{ font-size:13.5px; color:var(--muted); margin-top:20px; padding-top:20px; border-top:1px solid var(--line); }
.contact-cal{ border:1px solid var(--line); border-radius:var(--radius); padding:36px; text-align:center; }
.contact-cal h3{ font-size:20px; margin-bottom:12px; font-weight:500; }
.contact-cal p{ color:var(--muted); font-size:14.5px; margin-bottom:24px; }

/* LEGAL */
.legal-content, .article-content{ max-width:760px; }
.legal-content h2, .article-content h2{ font-size:22px; margin-top:40px; margin-bottom:14px; }
.legal-content h2:first-child, .article-content h2:first-child{ margin-top:0; }
.legal-content p, .article-content p{ color:var(--muted); font-size:15px; margin-bottom:14px; }
.legal-list, .article-content ul{ display:grid; gap:10px; margin:0 0 18px; padding-left:20px; list-style:disc; }
.legal-list li, .article-content ul li{ font-size:15px; color:var(--muted); }
.article-content h3{ font-size:18px; margin-top:28px; margin-bottom:10px; font-weight:500; }
.article-byline{ display:flex; align-items:center; gap:10px; font-size:13.5px; color:var(--muted); margin-bottom:44px; padding-bottom:24px; border-bottom:1px solid var(--line); }
.article-byline b{ color:var(--ink); }
.article-back{ font-size:13.5px; font-weight:600; color:var(--muted); display:inline-block; margin-bottom:20px; }
.article-back:hover{ color:var(--ink); }

/* COOKIE BANNER */
.cookie-banner{
  position:fixed; left:20px; right:20px; bottom:20px; z-index:200;
  max-width:640px; margin:0 auto;
  background:var(--ink); color:var(--white);
  border-radius:var(--radius); padding:18px 22px;
  display:flex; align-items:center; gap:18px; flex-wrap:wrap;
  font-size:13.5px; line-height:1.5;
  box-shadow:0 20px 40px -20px rgba(27,33,29,0.4);
}
.cookie-banner a{ color:var(--white); text-decoration:underline; }
.cookie-banner-btns{ display:flex; gap:10px; flex-shrink:0; margin-left:auto; }
.cookie-banner .btn-ghost{ border-color:rgba(255,255,255,0.35); color:var(--white); }
.cookie-banner .btn-ghost:hover{ border-color:var(--white); }

/* CTA */
.cta-section{ text-align:center; padding:120px 0; background:linear-gradient(135deg, var(--mint), var(--sky)); }
.cta-section h2{ font-size:clamp(30px, 4vw, 48px); max-width:680px; margin:0 auto 22px; }
.cta-section p{ color:var(--muted); margin-bottom:38px; font-size:16px; max-width:520px; margin-left:auto; margin-right:auto; }
.cta-btns{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* FOOTER */
footer{ padding:60px 0 44px; border-top:1px solid var(--line); }
.foot-grid{ display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:32px; padding-bottom:36px; border-bottom:1px solid var(--line); margin-bottom:26px; }
.foot-col p{ font-size:14px; color:var(--muted); max-width:260px; margin-top:14px; }
.foot-links{ display:flex; gap:56px; flex-wrap:wrap; }
.foot-links h4{ font-size:12px; text-transform:uppercase; color:var(--muted); letter-spacing:0.08em; margin-bottom:16px; font-weight:600; }
.foot-links ul{ display:grid; gap:10px; }
.foot-links a{ font-size:14px; color:var(--ink); }
.foot-links a:hover{ color:var(--muted); }
.foot-bottom{ display:flex; justify-content:space-between; align-items:center; font-size:13px; color:var(--muted); flex-wrap:wrap; gap:10px; }

@media (max-width: 860px){
  .hero-watermark{ display:none; }
  .hero-media{ aspect-ratio:16/9; }
  .service-grid, .growth-grid, .who-grid, .metrics-grid, .contact-grid, .insights-grid{ grid-template-columns:1fr; }
  .why-grid{ grid-template-columns:1fr 1fr; }
  .trust-grid{ grid-template-columns:1fr; }
  .process-grid, .transform-grid{ grid-template-columns:1fr 1fr; row-gap:28px; }
  .process-grid::before{ display:none; }
  .stats-bar .wrap{ grid-template-columns:1fr; gap:28px; padding:36px 32px; }
  .foot-grid{ flex-direction:column; }
  .dotgrid{ display:none; }
  .menu-toggle{ display:block; }
  .nav-links{
    display:none; position:absolute; top:100%; left:0; right:0;
    background:var(--white); border-bottom:1px solid var(--line);
    flex-direction:column; align-items:flex-start; gap:4px; padding:16px 32px 24px;
  }
  .nav-links.open{ display:flex; }
  .nav-links > a{ width:100%; padding:12px 0; }
  .dropdown{ width:100%; }
  .dropdown > a{ width:100%; padding:12px 0; }
  .dropdown-menu{ display:block; position:static; border:none; box-shadow:none; padding:0 0 0 16px; }
  .case-study{ padding:26px; }
}
@media (max-width: 560px){
  .transform-grid{ grid-template-columns:1fr; }
  .case-results{ gap:20px; }
}
