:root {
  --ink: #102624;
  --ink-2: #183e38;
  --muted: #62736e;
  --paper: #fbfaf6;
  --paper-2: #eef8f2;
  --white: #ffffff;
  --line: #dce9e3;
  --accent: #b7ff6a;
  --accent-2: #44dcc5;
  --accent-3: #f4ba61;
  --shadow: 0 26px 80px rgba(16, 38, 36, .14);
  --shadow-soft: 0 14px 38px rgba(16, 38, 36, .08);
  --radius: 26px;
  --radius-lg: 38px;
  --shell: 1120px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: rgba(183, 255, 106, .62); }

.shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--ink);
  color: var(--white);
  padding: .75rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { top: 1rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 250, 246, .88);
  border-bottom: 1px solid rgba(220, 233, 227, .78);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}
.site-header.is-scrolled { background: rgba(251, 250, 246, .96); box-shadow: 0 14px 36px rgba(16, 38, 36, .08); }
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  font-weight: 900;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--ink);
  color: var(--accent);
  box-shadow: var(--shadow-soft);
  font-weight: 950;
  flex: 0 0 auto;
}
.brand strong,
.brand small { display: block; line-height: 1.05; }
.brand small { color: var(--muted); font-size: .8rem; font-weight: 780; }
.nav-links { display: flex; align-items: center; gap: .5rem; }
.nav-links a {
  color: #304940;
  font-weight: 780;
  padding: .72rem .95rem;
  border-radius: 999px;
}
.nav-links a:hover,
.nav-links a:focus-visible { background: #edf6ef; }
.nav-cta { background: var(--ink) !important; color: var(--white) !important; box-shadow: var(--shadow-soft); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: var(--ink);
  padding: 11px;
  cursor: pointer;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--white);
}

.eyebrow,
.section-kicker,
.price-label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin: 0 0 14px;
  color: var(--ink-2);
  font-weight: 860;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-size: .76rem;
}
.eyebrow::before,
.section-kicker::before,
.price-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(183, 255, 106, .25);
}
.section-heading { max-width: 760px; margin: 0 0 42px; }
.section-heading h2,
.intro-copy h2,
.position-copy h2,
.contact-copy h2,
.closing-card h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -.055em;
}
.section-heading p,
.intro-copy p,
.position-copy p,
.contact-copy p,
.closing-card p {
  color: var(--muted);
  font-size: 1.06rem;
  margin: 0 0 1rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 52px;
  padding: .92rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); box-shadow: var(--shadow-soft); }
.button-primary:hover { box-shadow: var(--shadow); }
.button-ghost { background: rgba(255, 255, 255, .86); color: var(--ink); border-color: var(--line); }
.button-panel { background: var(--accent); color: var(--ink); box-shadow: 0 14px 34px rgba(183, 255, 106, .18); width: 100%; }
.button-full { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: 8px;
  color: var(--ink);
  font-weight: 900;
  border-bottom: 2px solid var(--accent);
}

.hero {
  position: relative;
  min-height: calc(100svh - 74px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 94px 0 80px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(183, 255, 106, .28), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(68, 220, 197, .24), transparent 32%),
    linear-gradient(180deg, #fbfaf6 0%, #eef8f2 100%);
  pointer-events: none;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .36;
  background-image:
    linear-gradient(rgba(16, 38, 36, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 38, 36, .07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(36px, 5vw, 62px);
  align-items: center;
}
.hero-copy h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(3.2rem, 6.1vw, 5.25rem);
  line-height: 1.04;
  letter-spacing: -.048em;
}
.hero-lede {
  max-width: 630px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin: 30px 0;
}
.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  max-width: 700px;
}
.proof-row div {
  background: rgba(255, 255, 255, .84);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1rem;
  box-shadow: 0 8px 28px rgba(16, 38, 36, .05);
}
.proof-row strong { display: block; font-size: 1.55rem; line-height: 1; letter-spacing: -.05em; }
.proof-row span { display: block; color: var(--muted); font-weight: 720; margin-top: .35rem; }

.hero-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .70);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 92% 8%, rgba(183, 255, 106, .35), transparent 25%),
    linear-gradient(145deg, rgba(16, 38, 36, .98), rgba(24, 62, 56, .96));
  color: var(--white);
  box-shadow: var(--shadow);
  padding: clamp(24px, 3.4vw, 36px);
  overflow: hidden;
}
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(145deg, #000, transparent 78%);
  pointer-events: none;
}
.hero-panel > * { position: relative; z-index: 1; }
.panel-topline {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: rgba(255, 255, 255, .74);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .78rem;
  margin-bottom: 18px;
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(183, 255, 106, .16);
}
.hero-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.85rem);
  letter-spacing: -.05em;
  line-height: 1.05;
}
.hero-panel p { color: rgba(255, 255, 255, .76); margin: 0 0 20px; }
.review-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}
.review-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .88);
  font-weight: 760;
}
.review-list span {
  color: var(--accent);
  font-weight: 950;
  flex: 0 0 auto;
}
.panel-note { font-size: .92rem; text-align: center; margin: 14px 0 0 !important; }
.form-status { margin: 1rem 0 0; padding: .85rem 1rem; border-radius: 16px; background: rgba(183, 255, 106, .22); border: 1px solid rgba(16, 38, 36, .12); color: var(--ink); font-weight: 850; text-align: center; }

.logo-strip { padding: 22px 0; background: var(--ink); color: var(--white); }
.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  overflow: hidden;
}
.logo-grid a {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 1rem;
  background: rgba(255, 255, 255, .045);
  color: rgba(255, 255, 255, .84);
  font-weight: 900;
  letter-spacing: .02em;
}
.logo-grid a:hover { background: rgba(183, 255, 106, .12); color: var(--accent); }

.intro { background: var(--paper); }
.split {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
  align-items: start;
}
.intro-copy { max-width: 800px; padding: 14px 0; }

.work { background: var(--white); }
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.case-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}
.case-card.featured { grid-column: span 2; display: grid; grid-template-columns: .94fr 1.06fr; }
.case-image {
  min-height: 280px;
  background: #eef7f3;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.case-card.featured .case-image { min-height: 390px; }
.case-image img { width: 100%; height: 100%; object-fit: cover; }
.case-image.dark-card { background: #0b1530; }
.case-image.soft-card { background: #fff5df; }
.case-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.case-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: var(--muted);
  font-weight: 820;
  font-size: .9rem;
}
.case-topline a { color: var(--ink); border-bottom: 2px solid var(--accent); white-space: nowrap; }
.case-content h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.05rem);
  letter-spacing: -.045em;
  line-height: 1.05;
}
.case-content p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: auto; }
.tag-list span,
.mini-checks span {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .78);
  border-radius: 999px;
  padding: .48rem .72rem;
  color: #3d5049;
  font-weight: 780;
  font-size: .88rem;
}

.services { background: var(--paper-2); }
.service-grid,
.pricing-grid,
.process-grid {
  display: grid;
  gap: 20px;
}
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card,
.price-card,
.process-step,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
  padding: 26px;
  box-shadow: 0 12px 32px rgba(16, 38, 36, .06);
}
.service-icon,
.process-step span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--ink);
  color: var(--accent);
  font-weight: 950;
  margin-bottom: 20px;
}
.service-card h3,
.price-card h3,
.process-step h3,
.feature-pill strong,
.faq-list summary {
  margin: 0 0 10px;
  font-size: 1.28rem;
  letter-spacing: -.035em;
}
.service-card p,
.price-card p,
.process-step p,
.faq-list p { color: var(--muted); margin: 0; }

.position { background: linear-gradient(180deg, var(--paper-2), var(--paper)); }
.position-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.feature-stack { display: grid; gap: 14px; }
.feature-pill {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 20px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.feature-pill span {
  display: inline-flex;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.feature-pill strong { display: block; color: var(--ink); }

.packages { background: var(--white); }
.price-card { position: relative; overflow: hidden; }
.price-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(183, 255, 106, .34);
}
.price-card h3 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -.05em;
}
.price-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.price-card li {
  position: relative;
  color: var(--muted);
  padding: 10px 0 10px 28px;
  border-top: 1px solid rgba(220, 233, 227, .85);
}
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ink);
  font-weight: 900;
}
.price-card.emphasized {
  background: var(--ink);
  color: var(--white);
  transform: translateY(-12px);
}
.price-card.emphasized p,
.price-card.emphasized li { color: rgba(255, 255, 255, .76); }
.price-card.emphasized .price-label { color: var(--accent); }
.price-card.emphasized li { border-top-color: rgba(255, 255, 255, .14); }
.price-card.emphasized li::before { color: var(--accent); }
.price-card.care::after { background: rgba(68, 220, 197, .26); }

.process { background: var(--paper); }
.process-step span { background: var(--accent); color: var(--ink); }

.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.contact-section::before,
.contact-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.contact-section::before { width: 360px; height: 360px; left: -120px; top: -110px; background: rgba(183, 255, 106, .14); }
.contact-section::after { width: 420px; height: 420px; right: -170px; bottom: -180px; background: rgba(68, 220, 197, .14); }
.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}
.contact-section .eyebrow { color: var(--accent); }
.contact-section .eyebrow::before { background: var(--accent-2); }
.contact-copy p { color: rgba(255, 255, 255, .74); }
.mini-checks { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 24px; }
.mini-checks span {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .84);
}
.direct-email { margin-top: 26px !important; }
.direct-email a,
.form-note a { color: var(--accent); border-bottom: 1px solid rgba(183, 255, 106, .55); font-weight: 850; }
.contact-card {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius-lg);
  padding: 30px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .16);
  backdrop-filter: blur(16px);
}
.contact-card label { display: block; margin-bottom: 16px; }
.contact-card label span {
  display: inline-flex;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .84);
  font-size: .85rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.contact-card input,
.contact-card select,
.contact-card textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  color: var(--ink);
  padding: 1rem;
  outline: none;
}
.contact-card input:focus,
.contact-card select:focus,
.contact-card textarea:focus {
  border-color: var(--accent-2);
  box-shadow: 0 0 0 5px rgba(68, 220, 197, .18);
}
.contact-card textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.form-note { color: rgba(255, 255, 255, .68); font-size: .92rem; margin: 14px 0 0; }

.faq { background: var(--paper-2); }
.faq-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: start;
}
.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 0; overflow: hidden; }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--ink); font-size: 1.4rem; line-height: 1; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { padding: 0 26px 24px; }

.closing-cta { padding: 70px 0; background: var(--white); }
.closing-card {
  display: grid;
  gap: 18px;
  justify-items: start;
  border-radius: var(--radius-lg);
  padding: clamp(28px, 5vw, 56px);
  background:
    radial-gradient(circle at 92% 10%, rgba(68, 220, 197, .22), transparent 24%),
    linear-gradient(135deg, #f4fbf7, #ffffff);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.closing-card h2 { max-width: 820px; margin-bottom: 4px; }
.closing-card p { margin-top: -8px; }

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 60px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .6fr .8fr .8fr;
  gap: 34px;
  align-items: start;
}
.site-footer p { color: rgba(255, 255, 255, .68); max-width: 420px; }
.site-footer h3 {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.site-footer a:not(.brand) {
  display: block;
  color: rgba(255, 255, 255, .76);
  margin: 9px 0;
}
.site-footer a:hover { color: var(--accent); }
.footer-brand .brand-mark { background: rgba(255, 255, 255, .10); }
.footer-brand .brand-text small { color: rgba(255, 255, 255, .56); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .58);
  font-size: .92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .hero-grid,
  .position-grid,
  .contact-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-panel { max-width: 720px; }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .section { padding: 72px 0; }
  .site-header { position: sticky; }
  .nav { min-height: 66px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .brand-text small { display: none; }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: .4rem;
    padding: .75rem;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(251, 250, 246, .98);
    box-shadow: var(--shadow);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: .9rem 1rem; }
  .hero { padding: 64px 0 60px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .proof-row,
  .logo-grid,
  .case-grid,
  .service-grid,
  .pricing-grid,
  .process-grid,
  .split,
  .footer-grid { grid-template-columns: 1fr; }
  .case-card.featured { grid-column: auto; grid-template-columns: 1fr; }
  .case-image,
  .case-card.featured .case-image { min-height: 240px; }
  .case-topline { align-items: flex-start; flex-direction: column; }
  .price-card.emphasized { transform: none; }
  .footer-bottom { display: grid; }
}

@media (max-width: 420px) {
  .proof-row div,
  .service-card,
  .price-card,
  .process-step,
  .contact-card { padding: 20px; }
  .hero-panel { padding: 22px; }
  .hero-copy h1 { letter-spacing: -.04em; }
}
