:root{
  --green:#2c4b46;
  --green-deep:#1c332f;
  --gold:#a88764;
  --bronze:#877453;
  --cream:#f4ebe2;
  --paper:#faf6f1;
  --white:#fffdfb;
  --ink:#2a2724;
  --line: rgba(44,75,70,0.16);
  --serif: 'Fraunces', serif;
  --sans: 'Inter', sans-serif;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth; overflow-x:hidden; width:100%;}
body{
  font-family:var(--sans);
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
  overflow-x:hidden;
  width:100%;
  max-width:100vw;
}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1200px; margin:0 auto; padding:0 32px;}
section{position:relative;}

/* ---------- Reveal on scroll ---------- */
.reveal{opacity:0; transform:translateY(28px); transition:opacity .9s ease, transform .9s ease;}
.reveal.in{opacity:1; transform:translateY(0);}
.reveal-delay-1{transition-delay:.12s;}
.reveal-delay-2{transition-delay:.24s;}
.reveal-delay-3{transition-delay:.36s;}
@media (prefers-reduced-motion: reduce){
  .reveal{opacity:1; transform:none; transition:none;}
  html{scroll-behavior:auto;}
}

/* ---------- Scroll progress bar ---------- */
.scroll-progress{position:fixed; top:0; left:0; height:3px; background:linear-gradient(90deg, var(--gold), var(--green)); z-index:300; width:0%; transition:width .1s linear;}

/* ---------- Header ---------- */
header{
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:rgba(250,246,241,0.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid transparent;
  transition:border-color .3s ease, background .3s ease;
}
header.scrolled{border-color:var(--line); background:rgba(250,246,241,0.97);}
.nav{display:flex; align-items:center; justify-content:space-between; padding:16px 32px;}
.nav img.logo{height:62px; width:auto;}
.nav-links{display:flex; gap:36px; align-items:center;}
.nav-links a{
  font-size:12.5px; letter-spacing:.09em; text-transform:uppercase;
  color:var(--green); font-weight:600; position:relative; padding-bottom:4px;
}
.nav-links a::after{
  content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background:var(--gold);
  transition:width .3s ease;
}
.nav-links a:hover::after{width:100%;}
.nav-links a.active{color:var(--gold);}
.nav-links a.active::after{width:100%;}
.lang-toggle{
  display:flex; align-items:center; gap:0; border:1px solid var(--green);
  border-radius:999px; overflow:hidden; font-size:12px; font-weight:700; letter-spacing:.04em;
}
.lang-toggle button{
  background:none; border:none; padding:7px 15px; cursor:pointer; color:var(--green);
  font-family:var(--sans); font-weight:700; font-size:12px;
}
.lang-toggle button.active{background:var(--green); color:var(--white);}
.burger{display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none;}
.burger span{width:24px; height:2px; background:var(--green);}

/* ---------- Page banner (Approach / Services) ---------- */
.page-banner{padding:150px 0 60px; position:relative; overflow:hidden;}
.page-banner .arc-deco{
  position:absolute; width:340px; height:340px; border:1.5px solid var(--gold); border-radius:50%;
  top:-180px; right:-120px; opacity:.5;
  animation:spin 46s linear infinite;
}
.btn{will-change:transform;}
.page-banner .eyebrow{
  font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:var(--bronze); font-weight:700;
  margin-bottom:18px; display:flex; align-items:center; gap:10px;
}
.page-banner .eyebrow::before{content:''; width:26px; height:1px; background:var(--bronze);}
.page-banner h1{
  font-family:var(--serif); font-weight:500; font-size:clamp(2.2rem,4vw,3.3rem);
  color:var(--green-deep); line-height:1.1; letter-spacing:-.01em; max-width:680px;
}
.page-banner p.sub{font-size:16.5px; color:#5a564f; max-width:560px; margin-top:16px;}

/* ---------- Page transitions ---------- */
body{opacity:0;}
body.page-ready{opacity:1; transition:opacity .5s ease;}
body.page-exit{opacity:0; transition:opacity .35s ease;}

/* ---------- Bold entrance (hero + page banner) ---------- */
@keyframes riseIn{ from{opacity:0; transform:translateY(36px);} to{opacity:1; transform:translateY(0);} }
.hero .eyebrow, .page-banner .eyebrow{animation:riseIn .8s cubic-bezier(.16,1,.3,1) both; animation-delay:.05s;}
.hero h1, .page-banner h1{animation:riseIn .9s cubic-bezier(.16,1,.3,1) both; animation-delay:.15s;}
.hero p.lead, .page-banner p.sub{animation:riseIn .9s cubic-bezier(.16,1,.3,1) both; animation-delay:.28s;}
.hero .btn-row{animation:riseIn .9s cubic-bezier(.16,1,.3,1) both; animation-delay:.4s;}
.hero-visual{animation:riseIn 1.1s cubic-bezier(.16,1,.3,1) both; animation-delay:.3s;}
@media (prefers-reduced-motion: reduce){
  .hero .eyebrow, .hero h1, .hero p.lead, .hero .btn-row, .hero-visual,
  .page-banner .eyebrow, .page-banner h1, .page-banner p.sub{animation:none; opacity:1; transform:none;}
  body{opacity:1;}
}

/* ---------- Marquee ---------- */
.marquee-caption{text-align:center; padding-top:26px; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--bronze); font-weight:700; background:var(--paper);}
.marquee{overflow:hidden; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--green-deep); padding:22px 0; width:100%; max-width:100vw;}
.marquee-track{display:flex; width:max-content; animation:marqueeScroll 26s linear infinite; gap:0;}
.marquee-track span{
  font-family:var(--serif); font-style:italic; font-size:1.8rem; color:var(--cream);
  padding:0 28px; white-space:nowrap; flex-shrink:0;
}
.marquee-track span.dot{font-family:var(--sans); font-style:normal; color:var(--gold); padding:0;}
@keyframes marqueeScroll{ from{transform:translateX(0);} to{transform:translateX(-50%);} }
@media (prefers-reduced-motion: reduce){ .marquee-track{animation:none;} }

/* ---------- Cinematic hero scroll scale ---------- */
.hero-visual .frame img{transition:transform .1s linear; will-change:transform;}
.hero{
  min-height:100vh; display:flex; align-items:center; padding-top:90px;
  position:relative; overflow:hidden;
}
.hero .wrap{display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center;}
.eyebrow{
  font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:var(--bronze); font-weight:700;
  margin-bottom:22px; display:flex; align-items:center; gap:10px;
}
.eyebrow::before{content:''; width:26px; height:1px; background:var(--bronze);}
.hero h1{
  font-family:var(--serif); font-weight:500; font-size:clamp(2.6rem,4.6vw,4.1rem);
  line-height:1.06; color:var(--green-deep); margin-bottom:24px; letter-spacing:-.01em;
}
.hero h1 em{font-style:italic; color:var(--gold); font-weight:400;}
.hero p.lead{font-size:18px; color:#4b4844; max-width:480px; margin-bottom:34px;}
.btn-row{display:flex; gap:16px; flex-wrap:wrap;}
.btn{
  display:inline-flex; align-items:center; gap:8px; padding:14px 28px; border-radius:999px;
  font-size:13px; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  cursor:pointer; border:1px solid var(--green); transition:all .3s ease;
}
.btn-fill{background:var(--green); color:var(--white);}
.btn-fill:hover{background:var(--green-deep); transform:translateY(-2px);}
.btn-ghost{background:transparent; color:var(--green);}
.btn-ghost:hover{background:var(--green); color:var(--white); transform:translateY(-2px);}

.hero-visual{position:relative; aspect-ratio:4/5; perspective:900px;}
.hero-visual .frame{
  position:absolute; inset:0; border-radius:4px 120px 4px 4px; overflow:hidden;
  box-shadow:0 30px 60px -20px rgba(28,51,47,0.35);
  transition:transform .25s ease-out;
  transform-style:preserve-3d;
  will-change:transform;
}
.hero-visual img{width:100%; height:100%; object-fit:cover;}
.hero-visual .ring{
  position:absolute; width:130px; height:130px; border:1.5px solid var(--gold); border-radius:50%;
  top:-30px; left:-30px; z-index:-1;
  animation:spin 32s linear infinite;
}
.hero-visual .ring2{
  position:absolute; width:70px; height:70px; border:1.5px solid var(--green); border-radius:50%;
  bottom:-24px; right:40px;
  animation:spin 24s linear infinite reverse;
}
@keyframes spin{ from{transform:rotate(0deg);} to{transform:rotate(360deg);} }
@media (prefers-reduced-motion: reduce){
  .hero-visual .ring, .hero-visual .ring2, .page-banner .arc-deco{animation:none;}
  .hero-visual .frame{transition:none;}
}

.statement-band{padding:56px 0; text-align:center; border-bottom:1px solid var(--line);}
.statement-band p{
  font-family:var(--serif); font-style:italic; font-weight:500; color:var(--green-deep);
  font-size:clamp(1.4rem,2.6vw,2rem); max-width:780px; margin:0 auto;
}
.statement-band p em{color:var(--gold); font-style:italic;}

/* ---------- Section label ---------- */
.side-label-row{display:grid; grid-template-columns:64px 1fr; gap:40px; align-items:start;}
.side-label-line{border-left:1px solid var(--line); padding-left:18px; align-self:stretch; display:flex; align-items:flex-start;}
.side-label{
  writing-mode:vertical-rl; transform:rotate(180deg);
  font-family:var(--serif); font-size:1.6rem; color:var(--green); font-weight:400;
  letter-spacing:.02em;
}
.why-us .side-label-line{border-color:rgba(244,235,226,.25);}
.why-us .side-label{color:var(--cream);}
.stats .side-label-line{border-color:rgba(244,235,226,.25);}
.stats .side-label{color:var(--cream);}
.section-pad{padding:120px 0;}
@media(max-width:760px){.section-pad{padding:80px 0;}}

/* ---------- Story / Why us ---------- */
.story-grid{display:grid; grid-template-columns:1fr .8fr; gap:64px; align-items:center;}
.story-grid .txt h2{
  font-family:var(--serif); font-style:italic; font-weight:500; color:var(--green-deep);
  font-size:clamp(1.9rem,3vw,2.6rem); margin-bottom:22px; line-height:1.15;
}
.story-grid .txt p{margin-bottom:16px; color:#4b4844; font-size:16px;}
.story-grid .txt strong{color:var(--green-deep);}
.story-img{border-radius:4px 90px 4px 4px; overflow:hidden; aspect-ratio:5/4; max-width:440px; margin-left:auto;}
.story-img img{width:100%; height:100%; object-fit:cover;}

.why-us{background:var(--green-deep); color:var(--cream); padding-bottom:20px !important;}
.why-us .side-label{color:var(--cream); border-color:rgba(244,235,226,.25);}
.why-us .wrap > .side-label-row > div:last-child{max-width:760px;}
.why-us p{font-size:17px; color:rgba(244,235,226,.86); margin-bottom:18px;}
.why-us p strong{color:var(--cream); font-weight:600;}
.why-us .callout{
  font-family:var(--serif); font-style:italic; font-size:1.3rem; color:var(--gold); margin:26px 0;
}

/* ---------- Approach ---------- */
.approach-grid{display:grid; grid-template-columns:.7fr 1fr; gap:56px; align-items:center;}

.approach-img img{width:100%; height:100%; object-fit:cover;}
.approach-item{margin-bottom:34px; padding-left:20px; border-left:2px solid var(--gold);}
.approach-item h3{font-family:var(--serif); font-size:1.35rem; color:var(--green-deep); margin-bottom:10px; font-weight:500;}
.approach-item p{color:#4b4844; font-size:15.5px;}

/* ---------- Connect-the-dots animated graphic (Approach page) ---------- */
.connect-viz{position:relative; background:linear-gradient(135deg, var(--cream), var(--paper)); overflow:hidden; border-radius:90px 4px 90px 4px; aspect-ratio:4/3.4; max-width:420px; border:1px solid var(--line);}
.connect-viz .path-svg{position:absolute; inset:0; width:100%; height:100%;}
.connect-viz .node{
  position:absolute; width:88px; height:88px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-size:11px; font-weight:700; text-align:center; letter-spacing:.04em; text-transform:uppercase; padding:8px;
}
.connect-viz .node-a{top:16%; left:12%; background:var(--white); border:2px solid var(--green); color:var(--green-deep); box-shadow:0 10px 24px -10px rgba(44,75,70,.35);}
.connect-viz .node-a::after{content:''; position:absolute; inset:-10px; border-radius:50%; border:1.5px solid var(--green); opacity:.5; animation:pulseRing 2.6s ease-out infinite;}
.connect-viz .node-b{bottom:14%; right:10%; background:var(--gold); color:var(--white); box-shadow:0 12px 28px -10px rgba(168,135,100,.55);}
.connect-viz .node-b::after{content:''; position:absolute; inset:-10px; border-radius:50%; border:1.5px solid var(--gold); opacity:.5; animation:pulseRing 2.6s ease-out infinite; animation-delay:1.3s;}
@keyframes pulseRing{ 0%{transform:scale(1); opacity:.5;} 100%{transform:scale(1.7); opacity:0;} }
.connect-viz .travel-dot{position:absolute; width:11px; height:11px; border-radius:50%; background:var(--gold); top:0; left:0;
  offset-path:path('M 90 95 C 220 95, 200 350, 330 350'); offset-rotate:0deg; animation:travelDot 4.5s linear infinite; opacity:0;}
.connect-viz .travel-dot.d2{animation-delay:1.5s; background:var(--green);}
.connect-viz .travel-dot.d3{animation-delay:3s; background:var(--bronze);}
@keyframes travelDot{ 0%{offset-distance:0%; opacity:0;} 8%{opacity:1;} 92%{opacity:1;} 100%{offset-distance:100%; opacity:0;} }
@media (prefers-reduced-motion: reduce){
  .connect-viz .travel-dot, .connect-viz .node::after{animation:none; opacity:0;}
}

/* ---------- Pain points ---------- */
.pain{background:var(--cream);}
.pain-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:44px;}
.pain-card{
  background:var(--white); border-radius:16px; padding:30px 26px; border:1px solid var(--line);
  transition:transform .35s ease, box-shadow .35s ease;
}
.pain-card:hover{transform:translateY(-6px); box-shadow:0 20px 40px -18px rgba(44,75,70,.25);}
.pain-card .num{font-family:var(--serif); font-size:2rem; color:var(--gold); margin-bottom:10px; font-style:italic;}
.pain-card h4{font-size:1.05rem; color:var(--green-deep); margin-bottom:12px; font-weight:700;}
.pain-card ul{list-style:none;}
.pain-card li{
  font-size:14.5px; color:#5a564f; padding:7px 0; border-top:1px solid var(--line);
}
.pain-card li:first-child{border-top:none;}

/* ---------- Stats ---------- */
.stats{background:var(--green-deep); color:var(--cream); padding-top:30px !important;}
.stats-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:22px; margin-top:20px;}
.stat-card{
  border:1px solid rgba(244,235,226,.2); border-radius:14px; padding:24px 22px;
  background:rgba(244,235,226,.03);
}
.stat-icon{width:52px; height:52px; margin-bottom:12px; position:relative;}
.stat-icon svg.ring{position:absolute; inset:0; transform:rotate(-90deg);}
.stat-icon svg.ring circle{fill:none; stroke-width:3;}
.stat-icon svg.ring .ring-bg{stroke:rgba(244,235,226,.15);}
.stat-icon svg.ring .ring-fill{stroke:var(--gold); stroke-linecap:round; transition:stroke-dashoffset 1.4s cubic-bezier(.16,1,.3,1);}
.stat-icon .glyph{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:var(--gold);}
.stat-icon .glyph svg{width:24px; height:24px;}
.stat-num{
  font-family:var(--serif); font-size:2.2rem; color:var(--gold); font-weight:500; margin-bottom:4px;
  display:flex; align-items:baseline; gap:4px;
}
.stat-card h4{font-size:.95rem; color:var(--cream); margin-bottom:8px; font-weight:600;}
.stat-card p{font-size:13px; color:rgba(244,235,226,.72);}

/* ---------- Services ---------- */
.services-grid{display:flex; flex-direction:column; gap:0; margin-top:50px; border-top:1px solid var(--line);}
.svc{
  display:grid; grid-template-columns:70px 220px 1fr 34px; gap:28px; align-items:center;
  padding:26px 0; border-bottom:1px solid var(--line); cursor:pointer; transition:background .3s ease;
}
.svc:hover{background:rgba(168,135,100,0.06);}
.svc .idx{font-family:var(--serif); font-style:italic; color:var(--gold); font-size:1.4rem;}
.svc .thumb{width:220px; height:130px; border-radius:8px; overflow:hidden;}
.svc .thumb img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.svc:hover .thumb img{transform:scale(1.06);}
.svc .body h3{font-family:var(--serif); font-size:1.4rem; color:var(--green-deep); font-weight:500; margin-bottom:8px;}
.svc .body p.desc{font-size:14.5px; color:#5a564f; max-width:640px;}
.svc .plus{
  width:34px; height:34px; border-radius:50%; border:1px solid var(--green);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:transform .35s ease, background .3s ease;
}
.svc .plus svg{width:14px; height:14px; transition:transform .35s ease;}
.svc.open .plus{background:var(--green);}
.svc.open .plus svg{transform:rotate(45deg); filter:invert(1);}
.svc-detail{
  grid-column:1/-1; max-height:0; overflow:hidden; transition:max-height .45s ease, padding .45s ease;
}
.svc.open .svc-detail{max-height:260px; padding-top:18px;}
.svc-detail ul{list-style:none; columns:2; gap:10px 28px;}
.svc-detail li{
  font-size:14px; color:#4b4844; padding:6px 0 6px 20px; position:relative; break-inside:avoid;
}
.svc-detail li::before{content:'—'; position:absolute; left:0; color:var(--gold);}
@media(max-width:820px){
  .svc{grid-template-columns:40px 1fr 30px;}
  .svc .thumb{display:none;}
  .svc-detail ul{columns:1;}
}

/* ---------- Journeys (tabs) ---------- */
.journeys{background:var(--cream);}
.tabs{display:flex; gap:10px; margin:44px 0 40px; flex-wrap:wrap;}
.tab-btn{
  padding:12px 24px; border-radius:999px; border:1px solid var(--green); background:transparent;
  color:var(--green); font-family:var(--sans); font-weight:600; font-size:13.5px; cursor:pointer;
  transition:all .3s ease;
}
.tab-btn.active{background:var(--green); color:var(--white);}
.journey-panel{display:none;}
.journey-panel.active{display:block;}
.jstep{
  display:grid; grid-template-columns:56px 1fr; gap:24px; margin-bottom:36px; position:relative;
}
.jstep .dot{
  width:56px; height:56px; border-radius:50%; background:var(--white); border:1.5px solid var(--gold);
  display:flex; align-items:center; justify-content:center; font-family:var(--serif); font-style:italic;
  color:var(--gold); font-size:1.3rem; flex-shrink:0; z-index:1;
}
.jstep::before{
  content:''; position:absolute; left:27px; top:56px; bottom:-36px; width:1px; background:var(--line);
}
.jstep:last-child::before{display:none;}
.jstep h4{color:var(--green-deep); font-size:1.05rem; margin-bottom:6px; font-weight:700;}
.jstep p{font-size:15px; color:#5a564f;}

/* ---------- Team ---------- */
.team-grid{display:grid; grid-template-columns:1fr 1fr; gap:36px; margin-top:44px;}
.team-card{background:var(--white); border-radius:16px; overflow:hidden; border:1px solid var(--line);}
.team-card .photo{aspect-ratio:4/4.6; overflow:hidden;}
.team-card .photo img{width:100%; height:100%; object-fit:cover;}
.team-card .info{padding:24px 26px;}
.team-card h3{font-family:var(--serif); font-size:1.3rem; color:var(--green-deep); font-weight:500;}
.team-card .role{font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:var(--gold); font-weight:700; margin:6px 0 12px;}
.team-card p.bio{font-size:14.5px; color:#5a564f;}
.team-shared{max-width:740px; margin:48px auto 0; text-align:center;}
.team-shared p{font-size:16px; color:#4b4844; margin-bottom:14px;}

/* ---------- Regions strip ---------- */
.regions-row{display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top:28px;}
.regions-row span{
  font-size:12.5px; letter-spacing:.06em; text-transform:uppercase; font-weight:700;
  color:var(--green-deep); border:1px solid var(--line); border-radius:999px; padding:8px 18px;
}

/* ---------- Pricing ---------- */
.pricing-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:44px;}
.price-card{
  background:var(--white); border:1px solid var(--line); border-radius:16px; padding:30px 24px;
  display:flex; flex-direction:column; gap:18px; transition:transform .3s ease, box-shadow .3s ease;
  border-top:4px solid var(--line);
}
.price-card:nth-child(1){border-top-color:#c9bda8;}
.price-card:nth-child(2){border-top-color:var(--bronze);}
.price-card:nth-child(3){border-top-color:var(--gold);}
.price-card:nth-child(4){border-top-color:var(--green);}
.price-card:hover{transform:translateY(-6px); box-shadow:0 20px 40px -18px rgba(44,75,70,.2);}
.price-card.featured{border-color:var(--gold); border-width:2px; position:relative;}
.price-card.featured::before{
  content:attr(data-tag); position:absolute; top:-13px; right:22px; background:var(--gold); color:var(--white);
  font-size:10.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; padding:5px 12px; border-radius:999px;
}
.price-card h4{font-family:var(--serif); font-size:1.25rem; color:var(--green-deep); font-weight:500;}
.price-card .tagline{font-size:13.5px; color:#5a564f; min-height:52px;}
.price-card .duration{font-family:var(--serif); font-size:1.7rem; color:var(--gold); font-style:italic;}
.price-card .duration span{font-family:var(--sans); font-size:12.5px; color:#5a564f; font-style:normal; display:block; margin-top:2px;}
.price-card ul{list-style:none; display:flex; flex-direction:column; gap:9px; flex:1;}
.price-card li{font-size:13.5px; color:#4b4844; padding-left:20px; position:relative;}
.price-card li::before{content:'✓'; position:absolute; left:0; color:var(--green);}

/* ---------- Partners strip ---------- */
.partners{padding:60px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.partners .label{font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:var(--bronze); font-weight:700; margin-bottom:28px; text-align:center;}
.partners-row{display:flex; justify-content:center; align-items:center; gap:20px; flex-wrap:wrap;}
.partner-logo{
  height:68px; background:var(--white); border:1px solid var(--line); border-radius:14px;
  display:flex; align-items:center; justify-content:center; padding:0 26px;
  transition:transform .3s ease, box-shadow .3s ease;
}
.partner-logo:hover{transform:translateY(-3px); box-shadow:0 14px 28px -14px rgba(44,75,70,.3);}
.partner-logo img{height:60%; width:auto; max-width:170px; object-fit:contain; filter:grayscale(100%); opacity:.7; transition:filter .35s ease, opacity .35s ease;}
.partner-logo:hover img{filter:grayscale(0%); opacity:1;}
.partner-logo.wide img{height:75%; max-width:150px;}

/* ---------- CTA band ---------- */
.cta-band{background:var(--green); color:var(--white); border-radius:20px; padding:52px 48px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;}
.cta-band h3{font-family:var(--serif); font-size:1.7rem; font-weight:500;}
.cta-band p{font-size:14.5px; color:rgba(255,255,255,.8); margin-top:6px;}
.cta-band .btn-fill{background:var(--white); color:var(--green); border-color:var(--white);}
.cta-band .btn-fill:hover{background:var(--gold); color:var(--white); border-color:var(--gold);}
.cta-band .btn-ghost{border-color:rgba(255,255,255,.55); color:var(--white);}
.cta-band .btn-ghost:hover{background:rgba(255,255,255,.15); color:var(--white);}
.cta-band .btn-row{display:flex; gap:12px; flex-wrap:wrap;}
.cta-note{font-size:13.5px; color:rgba(255,255,255,.65); margin-top:10px;}
@media(max-width:600px){.cta-actions{align-items:flex-start;}}

/* ---------- WhatsApp floating button ---------- */
.wa-float{
  position:fixed; bottom:24px; right:24px; width:56px; height:56px; border-radius:50%;
  background:#25D366; color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 24px -8px rgba(0,0,0,.4); z-index:200; transition:transform .25s ease;
}
.wa-float:hover{transform:scale(1.08);}

/* ---------- Calendly button (hidden until activated in assets/main.js) ---------- */
.calendly-btn{display:none;}

/* ---------- Footer ---------- */
footer{background:var(--green-deep); color:rgba(244,235,226,.8); padding:70px 0 30px;}
.foot-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:40px; padding-bottom:44px; border-bottom:1px solid rgba(244,235,226,.15);}
.foot-grid > div{min-width:0;}
footer img.logo{height:34px; margin-bottom:18px; filter:brightness(0) invert(1);}
footer p.tag{font-family:var(--serif); font-style:italic; font-size:1.15rem; color:var(--cream); max-width:320px;}
footer h5{font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold); margin-bottom:16px; font-weight:700;}
footer a{display:block; font-size:14.5px; margin-bottom:10px; color:rgba(244,235,226,.82); transition:color .2s ease;}
footer a:hover{color:var(--gold);}
.social-icon{display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; border:1px solid rgba(244,235,226,.3); margin-top:16px; transition:all .25s ease;}
.social-icon svg{width:18px; height:18px; fill:var(--cream);}
.social-icon:hover{background:var(--gold); border-color:var(--gold);}
.foot-bottom{display:flex; justify-content:space-between; padding-top:26px; font-size:12.5px; color:rgba(244,235,226,.5); flex-wrap:wrap; gap:10px;}

@media(max-width:900px){
  .hero .wrap{grid-template-columns:1fr;}
  .hero-visual{order:-1; max-width:340px; margin:0 auto 20px;}
  .story-grid, .approach-grid, .team-grid{grid-template-columns:1fr;}
  .pain-grid, .stats-grid{grid-template-columns:1fr;}
  .pricing-grid{grid-template-columns:1fr 1fr;}
  .nav-links{position:fixed; top:70px; right:0; background:var(--paper); flex-direction:column; width:220px;
    padding:24px; gap:20px; border-left:1px solid var(--line); border-bottom:1px solid var(--line);
    transform:translateX(100%); transition:transform .3s ease;}
  .nav-links.open{transform:translateX(0);}
  .burger{display:flex;}
  .side-label-row{grid-template-columns:40px 1fr;}
  .side-label{font-size:1.15rem;}
  .foot-grid{grid-template-columns:1fr; gap:36px;}
  .nav img.logo{height:48px;}
  .partners-row{display:grid; grid-template-columns:1fr 1fr; gap:32px 20px; justify-items:center; align-items:center;}
  .partner-logo{background:none; border:none; height:auto; width:100%; padding:0; display:flex; align-items:center; justify-content:center;}
  .partner-logo:hover{transform:none; box-shadow:none;}
  .partner-logo img{height:auto; width:100%; max-width:150px; object-fit:contain; filter:none; opacity:1;}
}
@media(max-width:600px){
  .pricing-grid{grid-template-columns:1fr;}
  .svc{grid-template-columns:32px 1fr 28px;}
  .page-banner{padding:130px 0 50px;}
}
