/* =========================================================
   EcoSteam Clean — "Eco-Luxe" design system v2
   Editorial · forest + acid-lime · grain · kinetic
   ========================================================= */

:root {
  /* Core palette */
  --forest:   #05231a;
  --forest-2: #0a3527;
  --forest-3: #0f4632;
  --moss:     #17a56a;
  --teal:     #2fd0c4;
  --lime:     #c9f24e;
  --lime-2:   #b6e63a;

  --cream:    #f3efe4;   /* warm paper */
  --cream-2:  #eae4d4;
  --sand:     #e5decd;
  --ink:      #0c1f18;
  --ink-2:    #33473f;
  --ink-3:    #5c6f66;
  --line:     #ddd6c4;
  --line-dk:  rgba(255,255,255,.12);

  --white:    #ffffff;

  /* Type */
  --display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  --serif:   "Fraunces", Georgia, "Times New Roman", serif;
  --body:    "Inter", system-ui, -apple-system, sans-serif;

  /* Radius / effect */
  --r-xs: 10px; --r-sm: 16px; --r: 22px; --r-lg: 30px; --r-xl: 42px;
  --shadow-sm: 0 2px 14px rgba(5,35,26,.07);
  --shadow: 0 30px 60px -28px rgba(5,35,26,.35);
  --shadow-lg: 0 50px 100px -35px rgba(5,35,26,.5);

  --wrap: 1240px;
  --gap: clamp(1rem, 2.6vw, 1.8rem);
  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  background: var(--cream);
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
input, textarea, select { font-family: inherit; font-size: 1rem; }
::selection { background: var(--lime); color: var(--forest); }

/* ---------- Film grain (global texture) ---------- */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 9998; pointer-events: none;
  opacity: .045; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Cursor spotlight (dark sections) ---------- */
.spotlight {
  position: fixed; top: 0; left: 0; width: 460px; height: 460px; z-index: 1;
  margin: -230px 0 0 -230px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(201,242,78,.16), transparent 62%);
  opacity: 0; transition: opacity .4s; will-change: transform;
}
@media (hover: none) { .spotlight { display: none; } }

/* ---------- Scroll progress bar ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 9999; pointer-events: none; }
.scroll-progress > span { display: block; height: 100%; width: 100%; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, var(--moss), var(--lime)); box-shadow: 0 0 12px rgba(201,242,78,.6); }

/* ---------- Animated logo ---------- */
.logo-mark { overflow: visible; }
.lm-drop { transform-box: fill-box; transform-origin: 50% 62%; animation: lm-bob 3.4s var(--ease) infinite; }
@keyframes lm-bob { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-.6px) scale(1.05); } }
.lm-steam path { transform-box: fill-box; transform-origin: 50% 100%; opacity: 0; }
.lm-steam .s1 { animation: lm-rise 2.8s ease-in-out infinite; }
.lm-steam .s2 { animation: lm-rise 2.8s ease-in-out 1.1s infinite; }
@keyframes lm-rise { 0% { opacity: 0; transform: translateY(2px) scaleY(.5); } 45% { opacity: .9; } 100% { opacity: 0; transform: translateY(-4px) scaleY(1.15); } }

/* ---------- Sticky-scroll process ---------- */
.proc-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2rem,5vw,5rem); align-items: start; }
.proc-sticky { position: sticky; top: 120px; }
.proc-visual { margin-top: clamp(1.5rem,4vw,2.6rem); }
.proc-bignum { font-family: var(--display); font-weight: 800; font-size: clamp(5rem,13vw,10rem); line-height: .9; letter-spacing: -.05em; color: var(--lime); }
.proc-progress { height: 4px; width: min(340px,100%); background: rgba(255,255,255,.12); border-radius: 100px; overflow: hidden; margin: 1.4rem 0 1rem; }
.proc-progress > span { display: block; height: 100%; width: 25%; background: var(--lime); border-radius: 100px; transition: width .5s var(--ease); box-shadow: 0 0 10px rgba(201,242,78,.6); }
.proc-cap { font-family: var(--display); font-weight: 600; font-size: clamp(1.1rem,1.6vw,1.35rem); color: #fff; }
.proc-steps { display: grid; gap: clamp(1rem,2vw,1.4rem); }
.proc-step { border: 1px solid var(--line-dk); border-radius: var(--r-lg); padding: clamp(1.6rem,3vw,2.4rem); transition: background .4s var(--ease), border-color .4s, transform .4s; }
.proc-step.active { background: rgba(201,242,78,.07); border-color: rgba(201,242,78,.32); transform: translateX(6px); }
.proc-step .sn { font-family: var(--display); font-weight: 700; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--lime); opacity: .7; transition: opacity .3s; }
.proc-step.active .sn { opacity: 1; }
.proc-step h4 { color: #fff; font-size: clamp(1.3rem,2.1vw,1.75rem); margin-top: .5rem; letter-spacing: -.02em; }
.proc-step p { color: #b8d4c6; margin-top: .5rem; max-width: 48ch; }

/* ---------- Stats draw-in accent ---------- */
.stat { position: relative; }
.stat::before { content: ""; position: absolute; top: 0; left: 18%; right: 18%; height: 3px; border-radius: 100px; background: var(--lime); transform: scaleX(0); transform-origin: 0 50%; transition: transform .8s var(--ease); }
.stats.in .stat::before { transform: scaleX(1); }
.stats.in .stat:nth-child(1)::before { transition-delay: .05s; }
.stats.in .stat:nth-child(2)::before { transition-delay: .18s; }
.stats.in .stat:nth-child(3)::before { transition-delay: .31s; }
.stats.in .stat:nth-child(4)::before { transition-delay: .44s; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); font-weight: 700; line-height: 1.02; letter-spacing: -.02em; }
.accent { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; }
.display { font-family: var(--display); }
.h-xl { font-size: clamp(2.8rem, 7vw, 6rem); font-weight: 800; letter-spacing: -.03em; }
.h-lg { font-size: clamp(2.1rem, 4.6vw, 3.6rem); font-weight: 700; }
.h-md { font-size: clamp(1.5rem, 2.8vw, 2.1rem); }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.55; color: var(--ink-2); }
.muted { color: var(--ink-3); }
.gradient-text { background: linear-gradient(100deg, var(--moss), var(--teal)); -webkit-background-clip: text; background-clip: text; color: transparent; }

.wrap { width: min(var(--wrap), 92vw); margin-inline: auto; }
.wrap-tight { width: min(880px, 92vw); margin-inline: auto; }
.section { padding: clamp(4rem, 9vw, 8rem) 0; position: relative; }
.section-sm { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.center { text-align: center; }
.grid { display: grid; gap: var(--gap); }
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2.25rem}

/* Kicker / eyebrow */
.eyebrow, .kicker {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--display); font-weight: 600; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--moss);
}
.kicker::before { content: ""; width: 26px; height: 2px; background: currentColor; display: inline-block; }
.eyebrow { color: var(--ink); }
.eyebrow.on-dark, .kicker.on-dark { color: var(--lime); }

/* Section head */
.section-head { max-width: 680px; margin: 0 auto clamp(2.5rem,5vw,4rem); }
.section-head.center { text-align: center; }
.section-head .lead { margin-top: 1rem; }

.bg-soft { background: var(--cream-2); }
.bg-white { background: #fbf9f3; }
.bg-forest { background: var(--forest); color: #d9ead0; }
.bg-forest h1, .bg-forest h2, .bg-forest h3 { color: var(--white); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--display); font-weight: 600; font-size: 1rem;
  padding: 1rem 1.7rem; border-radius: 100px; transition: transform .3s var(--ease), background .25s, box-shadow .3s, color .25s;
  white-space: nowrap; letter-spacing: -.01em; will-change: transform;
}
.btn svg { width: 1.15em; height: 1.15em; }
.btn-primary { background: var(--lime); color: var(--forest); box-shadow: 0 12px 30px -12px rgba(201,242,78,.7); }
.btn-primary:hover { background: #d6ff5c; box-shadow: 0 18px 40px -12px rgba(201,242,78,.85); }
.btn-dark { background: var(--forest); color: var(--cream); }
.btn-dark:hover { background: var(--forest-2); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-outline { border: 1.5px solid rgba(255,255,255,.35); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-white { background: var(--cream); color: var(--forest); }
.btn-white:hover { background: #fff; }
.btn-lg { padding: 1.15rem 2rem; font-size: 1.06rem; }
.btn .arw { transition: transform .3s var(--ease); }
.btn:hover .arw { transform: translateX(4px); }

/* ---------- Header ---------- */
.topbar { background: var(--forest); color: #a9c9ba; font-size: .84rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .55rem 0; flex-wrap: wrap; }
.topbar a { color: #a9c9ba; transition: color .2s; display: inline-flex; align-items: center; gap: .4rem; }
.topbar a:hover { color: var(--lime); }
.topbar-left { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.topbar-right { display: flex; gap: .9rem; align-items: center; }
.topbar-right .soc { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; }
.topbar-right .soc:hover { background: var(--lime); color: var(--forest); }
.topbar svg { width: 15px; height: 15px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(243,239,228,.82); backdrop-filter: blur(16px) saturate(1.2); border-bottom: 1px solid transparent; transition: border-color .3s, background .3s; }
.site-header.scrolled { border-color: var(--line); background: rgba(243,239,228,.92); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 0; }
.brand { display: flex; align-items: center; gap: .7rem; font-family: var(--display); font-weight: 800; font-size: 1.34rem; color: var(--ink); letter-spacing: -.03em; }
.brand .logo-mark { width: 44px; height: 44px; flex: none; }
.brand small { display: block; font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--moss); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: .1rem; }
.nav-links > li > a { font-family: var(--display); font-weight: 500; font-size: .98rem; color: var(--ink-2); padding: .6rem .95rem; border-radius: 100px; transition: .2s; display: inline-flex; align-items: center; gap: .35rem; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--ink); background: rgba(12,31,24,.06); }
.nav-actions { display: flex; align-items: center; gap: .7rem; }
.has-drop { position: relative; }
.drop { position: absolute; top: calc(100% + 10px); left: 0; min-width: 280px; background: var(--forest); border: 1px solid var(--forest-3); border-radius: var(--r); box-shadow: var(--shadow); padding: .5rem; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s var(--ease); }
.has-drop:hover .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a { display: flex; align-items: center; gap: .7rem; padding: .65rem .7rem; border-radius: 12px; font-size: .93rem; font-weight: 500; color: #cfe6d9; font-family: var(--display); }
.drop a:hover { background: var(--forest-2); color: #fff; }
.drop a .di { width: 32px; height: 32px; border-radius: 9px; background: rgba(201,242,78,.14); display: grid; place-items: center; flex: none; }
.drop a svg { width: 17px; height: 17px; color: var(--lime); }
.chev { width: 13px; height: 13px; }

.burger { display: none; width: 48px; height: 48px; border-radius: 14px; background: var(--forest); place-items: center; }
.burger span, .burger span::before, .burger span::after { display: block; width: 20px; height: 2px; background: var(--lime); transition: .3s; }
.burger span { position: relative; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
body.nav-open .burger span { background: transparent; }
body.nav-open .burger span::before { top: 0; transform: rotate(45deg); }
body.nav-open .burger span::after { top: 0; transform: rotate(-45deg); }

/* ---------- HERO (kinetic, dark) ---------- */
.hero { position: relative; background: var(--forest); color: #d9ead0; overflow: hidden; padding: clamp(3rem,6vw,5.5rem) 0 clamp(3rem,5vw,4rem); isolation: isolate; }
.hero .blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .5; z-index: 0; animation: float 14s ease-in-out infinite; }
.hero .blob.b1 { width: 480px; height: 480px; background: radial-gradient(circle, var(--teal), transparent 65%); top: -140px; right: -80px; }
.hero .blob.b2 { width: 420px; height: 420px; background: radial-gradient(circle, var(--moss), transparent 65%); bottom: -160px; left: -120px; animation-delay: -6s; }
.hero .blob.b3 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(201,242,78,.5), transparent 65%); top: 40%; left: 45%; animation-delay: -3s; }
@keyframes float { 0%,100%{transform:translate(0,0)} 50%{transform:translate(20px,-26px)} }
.hero .wrap { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem,4vw,3.5rem); align-items: center; }
.hero-kicker { color: var(--lime); }
.hero-title { color: #fff; font-size: clamp(2.9rem, 6.4vw, 5.6rem); font-weight: 800; letter-spacing: -.035em; margin-top: 1.4rem; }
.hero-title .accent { color: var(--lime); display: inline-block; }
.hero-lead { color: #b8d4c6; max-width: 40ch; margin-top: 1.5rem; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 2.2rem; }
.hero-meta { display: flex; align-items: center; gap: 1.6rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero-meta .m { display: flex; align-items: center; gap: .55rem; font-size: .9rem; color: #cfe6d9; font-weight: 500; }
.hero-meta svg { width: 19px; height: 19px; color: var(--lime); flex: none; }
.hero-stars { color: var(--lime); letter-spacing: 2px; }

.hero-media { position: relative; }
.hero-figure { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/4.4; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.12); }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, transparent 40%, rgba(5,35,26,.55)); }
.hero-float { position: absolute; z-index: 3; background: rgba(243,239,228,.96); color: var(--ink); border-radius: var(--r); padding: .95rem 1.15rem; box-shadow: var(--shadow); display: flex; align-items: center; gap: .8rem; font-family: var(--display); font-weight: 700; backdrop-filter: blur(6px); }
.hero-float small { display: block; font-weight: 500; font-size: .74rem; color: var(--ink-3); letter-spacing: 0; }
.hero-float .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--forest); display: grid; place-items: center; flex: none; }
.hero-float .ic svg { width: 22px; height: 22px; color: var(--lime); }
.hero-float.f1 { bottom: 24px; left: -26px; }
.hero-float.f2 { top: 22px; right: -20px; background: var(--lime); color: var(--forest); }
.hero-float.f2 small { color: rgba(5,35,26,.65); }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--line-dk); border-bottom: 1px solid var(--line-dk); padding: 1.1rem 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee.on-dark { border-color: var(--line-dk); }
.marquee-track { display: flex; gap: 3rem; width: max-content; animation: scroll-x 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { display: inline-flex; align-items: center; gap: 3rem; font-family: var(--display); font-weight: 600; font-size: clamp(1.1rem,2vw,1.6rem); letter-spacing: -.02em; color: #cfe6d9; white-space: nowrap; }
.marquee-track span::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ---------- Service card grids ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--gap); }
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--gap); grid-auto-rows: minmax(200px, auto); }
.svc-card {
  position: relative; overflow: hidden; border-radius: var(--r-lg);
  background: #fbf9f3; border: 1px solid var(--line); padding: 1.9rem;
  display: flex; flex-direction: column; transition: transform .4s var(--ease), box-shadow .4s, border-color .3s;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.svc-card .svc-ic { width: 58px; height: 58px; border-radius: 16px; background: var(--forest); display: grid; place-items: center; margin-bottom: 1.1rem; transition: .35s; }
.svc-card .svc-ic svg { width: 28px; height: 28px; color: var(--lime); }
.svc-card:hover .svc-ic { background: var(--lime); transform: rotate(-6deg); }
.svc-card:hover .svc-ic svg { color: var(--forest); }
.svc-card h3 { font-size: 1.32rem; margin-bottom: .45rem; letter-spacing: -.02em; }
.svc-card p { color: var(--ink-3); font-size: .96rem; flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.1rem; font-family: var(--display); font-weight: 600; color: var(--moss); font-size: .93rem; }
.svc-link svg { width: 16px; height: 16px; transition: transform .25s; }
.svc-card:hover .svc-link svg { transform: translateX(4px); }
.svc-tag { position: absolute; top: 1.4rem; right: 1.4rem; font-family: var(--display); font-weight: 600; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; padding: .32rem .7rem; border-radius: 100px; background: var(--lime); color: var(--forest); }
/* Feature (image) bento cell */
.svc-card.feat { grid-column: span 3; color: #fff; border: none; justify-content: flex-end; min-height: 320px; }
.svc-card.feat .bg { position: absolute; inset: 0; z-index: 0; }
.svc-card.feat .bg img { width: 100%; height: 100%; object-fit: cover; }
.svc-card.feat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,35,26,.1), rgba(5,35,26,.82)); z-index: 1; }
.svc-card.feat > * { position: relative; z-index: 2; }
.svc-card.feat h3 { color: #fff; font-size: 1.7rem; }
.svc-card.feat p { color: #cfe6d9; }
.svc-card.feat .svc-link { color: var(--lime); }
.svc-card.feat .svc-ic { background: rgba(255,255,255,.14); }
.svc-card.feat:hover .svc-ic { background: var(--lime); }
.svc-card.span2 { grid-column: span 2; }
.svc-card.span3 { grid-column: span 3; }

/* ---------- Before / After slider ---------- */
.ba-wrap { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 16/10; user-select: none; touch-action: none; cursor: ew-resize; }
.ba-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before { filter: sepia(.42) saturate(.55) brightness(.8) contrast(1.06); }
.ba-after { z-index: 2; clip-path: inset(0 calc(100% - var(--ba, 50%)) 0 0); }
.ba-label { position: absolute; top: 1.1rem; z-index: 4; font-family: var(--display); font-weight: 600; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; padding: .4rem .85rem; border-radius: 100px; backdrop-filter: blur(6px); }
.ba-label.before { right: 1.1rem; background: rgba(5,35,26,.6); color: #fff; }
.ba-label.after { left: 1.1rem; background: var(--lime); color: var(--forest); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--ba, 50%); width: 3px; background: var(--lime); z-index: 5; transform: translateX(-50%); cursor: ew-resize; }
.ba-knob { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 52px; height: 52px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.ba-knob svg { width: 24px; height: 24px; color: var(--forest); }
.ba-note { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.2rem; font-size: .9rem; color: #b8d4c6; font-family: var(--display); font-weight: 500; }

/* ---------- Split / feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.feature-list { display: grid; gap: 1.2rem; margin-top: 2rem; }
.feature { display: flex; gap: 1.1rem; align-items: flex-start; }
.feature .fi { width: 50px; height: 50px; border-radius: 14px; background: var(--forest); display: grid; place-items: center; flex: none; }
.feature .fi svg { width: 24px; height: 24px; color: var(--lime); }
.feature h4 { font-size: 1.14rem; margin-bottom: .25rem; letter-spacing: -.02em; }
.feature p { color: var(--ink-3); font-size: .96rem; }
.on-dark .feature .fi { background: rgba(201,242,78,.14); }
.on-dark .feature h4 { color: #fff; }
.on-dark .feature p { color: #b8d4c6; }

.media-frame { position: relative; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--forest); aspect-ratio: 4/3.4; }
.media-frame img.photo { width: 100%; height: 100%; object-fit: cover; }
.media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,35,26,.4)); pointer-events: none; }
.media-badge { position: absolute; left: 1.4rem; bottom: 1.4rem; background: var(--cream); border-radius: var(--r); padding: .9rem 1.1rem; box-shadow: var(--shadow); display: flex; align-items: center; gap: .8rem; }
.media-badge .mb-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--forest); display: grid; place-items: center; flex: none; }
.media-badge .mb-ic svg { width: 24px; height: 24px; color: var(--lime); }
.media-badge strong { font-family: var(--display); display: block; color: var(--ink); }
.media-badge small { color: var(--ink-3); }

/* ---------- Process (oversized numbers) ---------- */
.steps { display: grid; gap: 0; }
.step { display: grid; grid-template-columns: minmax(90px,140px) 1fr auto; gap: clamp(1rem,3vw,3rem); align-items: center; padding: clamp(1.6rem,3vw,2.4rem) 0; border-top: 1px solid var(--line); }
.step:last-child { border-bottom: 1px solid var(--line); }
.on-dark .step { border-color: var(--line-dk); }
.step .num { font-family: var(--display); font-weight: 700; font-size: clamp(2.6rem,5vw,4.2rem); letter-spacing: -.04em; color: var(--ink); line-height: 1; }
.on-dark .step .num { color: #fff; -webkit-text-stroke: 0; }
.step h4 { font-size: clamp(1.3rem,2.4vw,1.9rem); letter-spacing: -.02em; }
.on-dark .step h4 { color: #fff; }
.step p { color: var(--ink-3); font-size: .98rem; max-width: 46ch; margin-top: .3rem; }
.on-dark .step p { color: #b8d4c6; }
.step .kdot { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; }
.step .kdot svg { width: 20px; height: 20px; color: var(--moss); }
.on-dark .step .kdot { border-color: var(--line-dk); }
.on-dark .step .kdot svg { color: var(--lime); }
.step:hover .num { color: var(--moss); }
.on-dark .step:hover .num { color: var(--lime); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line-dk); border-radius: var(--r-lg); overflow: hidden; }
.stat { text-align: center; padding: clamp(1.6rem,3vw,2.6rem) 1rem; background: var(--forest); }
.stat .n { font-family: var(--display); font-weight: 800; font-size: clamp(2.4rem,4.5vw,3.4rem); letter-spacing: -.03em; color: var(--lime); }
.stat .l { font-size: .92rem; color: #b8d4c6; font-weight: 500; margin-top: .3rem; }

/* ---------- Work gallery (masonry) ---------- */
.gallery { columns: 4 260px; column-gap: var(--gap); }
.gallery figure { break-inside: avoid; margin: 0 0 var(--gap); border-radius: var(--r); overflow: hidden; position: relative; cursor: zoom-in; background: var(--forest); box-shadow: var(--shadow-sm); }
.gallery img { width: 100%; display: block; transition: transform .6s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,35,26,.5)); opacity: 0; transition: opacity .3s; }
.gallery figure:hover::after { opacity: 1; }
.gallery figcaption { position: absolute; left: .9rem; bottom: .8rem; z-index: 2; font-family: var(--display); font-weight: 600; font-size: .82rem; color: #fff; opacity: 0; transform: translateY(6px); transition: .3s; display: flex; align-items: center; gap: .4rem; }
.gallery figcaption::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.gallery figure:hover figcaption { opacity: 1; transform: none; }
@media (max-width: 900px) { .gallery { columns: 2 160px; } }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(5,35,26,.94); display: none; place-items: center; padding: 5vw; backdrop-filter: blur(4px); }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: var(--r); box-shadow: var(--shadow-lg); }
.lightbox .lb-close { position: absolute; top: 1.1rem; right: 1.3rem; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; color: #fff; }
.lightbox .lb-close:hover { background: var(--lime); color: var(--forest); }
.lightbox .lb-close svg { width: 24px; height: 24px; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: var(--gap); }
.testi { background: #fbf9f3; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2.1rem; transition: .35s var(--ease); }
.testi:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.stars { display: flex; gap: 3px; color: var(--moss); margin-bottom: 1rem; }
.stars svg { width: 19px; height: 19px; }
.testi p { color: var(--ink); font-size: 1.06rem; line-height: 1.55; font-family: var(--display); font-weight: 500; letter-spacing: -.01em; }
.testi .who { display: flex; align-items: center; gap: .8rem; margin-top: 1.4rem; }
.testi .av { width: 46px; height: 46px; border-radius: 50%; background: var(--forest); color: var(--lime); display: grid; place-items: center; font-family: var(--display); font-weight: 700; flex: none; }
.testi .who strong { display: block; font-family: var(--display); color: var(--ink); }
.testi .who small { color: var(--ink-3); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; background: var(--forest); color: #d9ead0; border-radius: var(--r-xl); padding: clamp(2.6rem,6vw,5rem); overflow: hidden; isolation: isolate; }
.cta-band .blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; z-index: 0; }
.cta-band .blob.b1 { width: 380px; height: 380px; background: radial-gradient(circle, var(--teal), transparent 65%); top: -120px; right: -60px; }
.cta-band .blob.b2 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(201,242,78,.6), transparent 65%); bottom: -140px; left: 10%; }
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #b8d4c6; }
.cta-flex { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }

/* ---------- Pills ---------- */
.pill-list { display: flex; flex-wrap: wrap; gap: .6rem; }
.pill { background: rgba(23,165,106,.1); border: 1px solid rgba(23,165,106,.25); color: var(--forest-3); padding: .5rem 1rem; border-radius: 100px; font-size: .88rem; font-weight: 600; font-family: var(--display); }
.on-dark .pill { background: rgba(201,242,78,.1); border-color: rgba(201,242,78,.3); color: var(--lime); }

/* ---------- Trust row ---------- */
.trust-row { display: flex; flex-wrap: wrap; gap: 1.2rem 2.2rem; align-items: center; justify-content: center; }
.trust-badge { display: flex; align-items: center; gap: .55rem; font-family: var(--display); font-weight: 600; color: var(--ink-2); font-size: .95rem; }
.trust-badge svg { width: 26px; height: 26px; color: var(--moss); }

/* ---------- Pricing (kept) ---------- */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(270px,1fr)); gap: var(--gap); }
.price { background: #fbf9f3; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 2.2rem; position: relative; transition: .3s; }
.price:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price.featured { background: var(--forest); color: #d9ead0; border: none; }
.price.featured h3, .price.featured .amt { color: #fff; }
.price .tag { position: absolute; top: 1.4rem; right: 1.4rem; background: var(--lime); color: var(--forest); font-size: .72rem; font-weight: 700; padding: .3rem .7rem; border-radius: 100px; font-family: var(--display); }
.price h3 { font-size: 1.3rem; }
.price .amt { font-family: var(--display); font-weight: 800; font-size: 2.6rem; margin: .6rem 0; }
.price .amt small { font-size: .95rem; font-weight: 500; color: var(--ink-3); }
.price ul { display: grid; gap: .7rem; margin: 1.3rem 0; }
.price li { display: flex; gap: .6rem; align-items: flex-start; font-size: .96rem; }
.price li svg { width: 18px; height: 18px; color: var(--moss); flex: none; margin-top: 3px; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .8rem; }
.acc { background: #fbf9f3; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.acc summary { list-style: none; cursor: pointer; padding: 1.3rem 1.5rem; font-family: var(--display); font-weight: 600; font-size: 1.06rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 1rem; letter-spacing: -.01em; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary .pm { width: 30px; height: 30px; border-radius: 50%; background: var(--forest); display: grid; place-items: center; flex: none; transition: .3s; }
.acc summary .pm svg { width: 17px; height: 17px; color: var(--lime); transition: transform .3s; }
.acc[open] summary .pm svg { transform: rotate(45deg); }
.acc .acc-body { padding: 0 1.5rem 1.4rem; color: var(--ink-3); }

/* ---------- Page hero (interior) ---------- */
.page-hero { position: relative; background: var(--forest); color: #d9ead0; padding: clamp(3rem,6vw,5rem) 0 clamp(3.5rem,7vw,5.5rem); overflow: hidden; isolation: isolate; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background:
  radial-gradient(50% 60% at 88% 10%, rgba(47,208,196,.28), transparent 62%),
  radial-gradient(45% 55% at 5% 95%, rgba(201,242,78,.14), transparent 62%); }
.page-hero .blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .45; z-index: 0; }
.page-hero .blob.b1 { width: 420px; height: 420px; background: radial-gradient(circle, var(--teal), transparent 65%); top: -140px; right: -60px; }
.page-hero .blob.b2 { width: 340px; height: 340px; background: radial-gradient(circle, rgba(201,242,78,.4), transparent 65%); bottom: -160px; left: -80px; }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(2.3rem,5vw,4rem); font-weight: 800; letter-spacing: -.035em; }
.page-hero h1 .accent { color: var(--lime); }
.page-hero p { color: #b8d4c6; max-width: 60ch; }
.crumbs { display: flex; gap: .5rem; align-items: center; font-size: .88rem; color: #8fb3a2; margin-bottom: 1.1rem; font-family: var(--display); font-weight: 500; }
.crumbs a:hover { color: var(--lime); }
.crumbs svg { width: 14px; height: 14px; opacity: .6; }

/* ---------- Forms ---------- */
.form-card { background: #fbf9f3; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem,4vw,2.6rem); box-shadow: var(--shadow); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-family: var(--display); font-weight: 600; font-size: .9rem; margin-bottom: .4rem; color: var(--ink); }
.field input, .field textarea, .field select { width: 100%; padding: .9rem 1.05rem; border: 1.5px solid var(--line); border-radius: 12px; background: var(--cream); color: var(--ink); transition: .2s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--moss); background: #fff; box-shadow: 0 0 0 4px rgba(23,165,106,.12); }
.field textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-note { font-size: .84rem; color: var(--ink-3); margin-top: .3rem; }
.form-ok { display: none; background: rgba(23,165,106,.1); border: 1px solid rgba(23,165,106,.3); color: var(--forest-3); padding: 1rem 1.2rem; border-radius: 12px; margin-bottom: 1.2rem; font-weight: 600; }
.form-ok.show { display: block; }

/* ---------- Blog ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(330px,1fr)); gap: var(--gap); }
.post-card { background: #fbf9f3; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: .35s var(--ease); display: flex; flex-direction: column; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-thumb { aspect-ratio: 16/10; background: var(--forest); position: relative; display: grid; place-items: center; overflow: hidden; }
.post-thumb img.photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.post-card:hover .post-thumb img.photo { transform: scale(1.05); }
.post-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,35,26,.05), rgba(5,35,26,.35)); }
.post-thumb .cat { position: absolute; top: 1rem; left: 1rem; z-index: 2; background: var(--lime); color: var(--forest); font-family: var(--display); font-weight: 600; font-size: .74rem; padding: .32rem .75rem; border-radius: 100px; letter-spacing: .03em; }
.post-thumb svg { width: 60px; height: 60px; color: rgba(201,242,78,.5); }
.post-body { padding: 1.6rem; display: flex; flex-direction: column; flex: 1; }
.post-meta { font-size: .82rem; color: var(--ink-3); display: flex; gap: .8rem; margin-bottom: .6rem; font-family: var(--display); font-weight: 500; }
.post-body h3 { font-size: 1.28rem; line-height: 1.2; margin-bottom: .5rem; letter-spacing: -.02em; }
.post-body p { color: var(--ink-3); font-size: .95rem; flex: 1; }
.post-body .svc-link { margin-top: 1rem; }

.article { max-width: 760px; margin-inline: auto; }
.article img.photo-wide { width: 100%; aspect-ratio: 16/7.5; object-fit: cover; border-radius: var(--r-lg); margin-bottom: 1.6rem; box-shadow: var(--shadow); }
.article > p, .article li { font-size: 1.08rem; }
.article h2 { font-size: 1.8rem; margin: 2.1rem 0 .8rem; letter-spacing: -.02em; }
.article h3 { font-size: 1.35rem; margin: 1.7rem 0 .6rem; }
.article p { margin-bottom: 1.15rem; color: var(--ink-2); }
.article .lead { font-size: 1.25rem; color: var(--ink); font-family: var(--display); font-weight: 500; margin-bottom: 1.5rem; }
.article ul.bul { list-style: none; padding: 0; margin-bottom: 1.15rem; display: grid; gap: .6rem; }
.article ul.bul li { color: var(--ink-2); padding-left: 1.8rem; position: relative; }
.article ul.bul li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 3px; background: var(--lime); border: 1px solid var(--moss); }
.article blockquote { border-left: 3px solid var(--lime); background: var(--cream-2); padding: 1.2rem 1.5rem; border-radius: 0 14px 14px 0; margin: 1.5rem 0; font-family: var(--display); font-weight: 500; font-size: 1.15rem; color: var(--ink); letter-spacing: -.01em; }
.article a.inline { color: var(--moss); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest); color: #8fb3a2; padding: clamp(3.5rem,6vw,5rem) 0 1.5rem; margin-top: 2rem; position: relative; overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 2.5rem; position: relative; z-index: 2; }
.footer-brand .brand { color: #fff; margin-bottom: 1rem; }
.footer-brand .brand span { color: #fff; }
.footer-brand p { font-size: .94rem; max-width: 34ch; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 1.1rem; font-family: var(--display); }
.footer-col a { display: block; padding: .34rem 0; font-size: .94rem; transition: .2s; }
.footer-col a:hover { color: var(--lime); padding-left: 5px; }
.footer-contact li { display: flex; gap: .7rem; margin-bottom: .9rem; font-size: .94rem; }
.footer-contact svg { width: 20px; height: 20px; color: var(--lime); flex: none; }
.footer-social { display: flex; gap: .7rem; margin-top: 1.2rem; }
.footer-social a { width: 42px; height: 42px; border-radius: 13px; background: rgba(255,255,255,.06); display: grid; place-items: center; transition: .25s; }
.footer-social a:hover { background: var(--lime); color: var(--forest); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-bottom { border-top: 1px solid var(--line-dk); margin-top: 2.6rem; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .86rem; position: relative; z-index: 2; }
.footer-bottom a:hover { color: var(--lime); }
.footer-watermark { position: absolute; bottom: -3rem; left: 0; right: 0; text-align: center; font-family: var(--display); font-weight: 800; font-size: clamp(4rem,16vw,13rem); letter-spacing: -.04em; color: rgba(255,255,255,.03); line-height: 1; pointer-events: none; z-index: 1; white-space: nowrap; }

/* ---------- Mobile nav ---------- */
.mobile-nav { position: fixed; inset: 0 0 0 auto; width: min(380px,88vw); background: var(--forest); z-index: 200; transform: translateX(100%); transition: transform .4s var(--ease); padding: 1.5rem; overflow-y: auto; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; }
body.nav-open .mobile-nav { transform: translateX(0); }
.mobile-nav .m-close { align-self: flex-end; width: 46px; height: 46px; border-radius: 14px; background: var(--forest-2); display: grid; place-items: center; }
.mobile-nav .m-close svg { width: 22px; height: 22px; color: var(--lime); }
.mobile-nav a.m-link { display: block; padding: .9rem .4rem; font-family: var(--display); font-weight: 700; font-size: 1.2rem; color: #fff; border-bottom: 1px solid var(--line-dk); letter-spacing: -.02em; }
.mobile-nav a.m-link:hover { color: var(--lime); }
.m-sub { padding-left: .8rem; }
.m-sub a { font-size: .98rem !important; font-weight: 500 !important; color: #a9c9ba !important; padding: .55rem .4rem !important; border: none !important; }
.overlay { position: fixed; inset: 0; background: rgba(5,35,26,.6); z-index: 150; opacity: 0; visibility: hidden; transition: .3s; backdrop-filter: blur(3px); }
body.nav-open .overlay { opacity: 1; visibility: visible; }

/* ---------- Floating buttons ---------- */
.fab { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 90; display: flex; flex-direction: column; gap: .7rem; }
.fab a { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow); transition: .25s; }
.fab a:hover { transform: scale(1.08); }
.fab .call { background: var(--lime); color: var(--forest); }
.fab .wa { background: #25d366; color: #fff; }
.fab svg { width: 26px; height: 26px; }

/* ---------- Reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"]{transition-delay:.08s}[data-reveal][data-delay="2"]{transition-delay:.16s}[data-reveal][data-delay="3"]{transition-delay:.24s}

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 480px; margin-top: 1rem; }
  .split { grid-template-columns: 1fr; }
  .split .media-frame { order: -1; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .svc-card.feat, .svc-card.span2, .svc-card.span3 { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .nav-links, .nav-actions .btn-ghost { display: none; }
  .burger { display: grid; }
  .field-row { grid-template-columns: 1fr; }
  .cta-flex { flex-direction: column; align-items: flex-start; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .proc-grid { grid-template-columns: 1fr; }
  .proc-sticky { position: static; }
  .proc-visual { display: none; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .bento { grid-template-columns: 1fr; }
  .svc-card.feat, .svc-card.span2, .svc-card.span3 { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar-left { display: none; }
  .hero-float { display: none; }
  .step { grid-template-columns: auto 1fr; }
  .step .kdot { display: none; }
  .cta-band { border-radius: var(--r-lg); }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .marquee-track { animation: none !important; }
}
