:root {
  --ink: #10251f;
  --forest: #123c32;
  --forest-deep: #0b2b24;
  --paper: #f6f2e8;
  --paper-strong: #fffdf7;
  --yellow: #ffd84d;
  --yellow-deep: #f5c518;
  --teal: #13aaa5;
  --teal-soft: #d4efeb;
  --coral: #ed7967;
  --line: rgba(16, 37, 31, 0.16);
  --muted: #65716c;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(18, 60, 50, 0.12);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-160%); padding: 10px 16px; background: var(--yellow); color: var(--ink); border-radius: 999px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(calc(100% - 32px), var(--max));
  margin: 16px auto 0;
  padding: 10px 12px 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 18px;
  background: rgba(255,253,247,.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(18,60,50,.08);
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: .88rem; font-weight: 800; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--forest); color: var(--yellow); }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: .9rem; }
.main-nav a { text-decoration: none; font-weight: 700; }
.main-nav a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { padding: 10px 16px; background: var(--forest); color: #fff; border-radius: 12px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--forest); padding: 11px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 4px 0; border-radius: 10px; }

.section { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; padding-block: clamp(44px, 4.5vw, 64px); }
.hero { min-height: auto; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr); align-items: center; gap: clamp(38px, 5vw, 72px); padding-top: 68px; padding-bottom: 78px; }
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, p, .service-card > *, .case-intro > *, .heading-row > * { min-width: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.75rem, 4.5vw, 4.4rem); line-height: .96; letter-spacing: -.055em; }
h2 { margin-bottom: 22px; font-size: clamp(2.05rem, 3.6vw, 3.55rem); line-height: 1; letter-spacing: -.045em; }
h3 { margin-bottom: 12px; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.08; letter-spacing: -.03em; }
.hero-lead { max-width: 680px; margin-bottom: 26px; color: #3d4e48; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 23px; border: 0; border-radius: 14px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--forest); box-shadow: 0 16px 28px rgba(18,60,50,.18); }
.button-ghost { border: 1px solid var(--line); background: transparent; }
.button-yellow { color: var(--ink); background: var(--yellow); }
.hero-side { width: min(100%, 440px); display: grid; gap: 12px; justify-self: end; }
.hero-art { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border: 1px solid rgba(18,60,50,.12); border-radius: 30px; background: var(--paper-strong); box-shadow: 0 24px 70px rgba(18,60,50,.13); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.proof-panel { position: relative; width: 100%; margin: 0; padding: 18px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10px 16px; color: #fff; background: rgba(18,60,50,.98); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.proof-panel::after { content: ""; position: absolute; right: -60px; bottom: -70px; width: 180px; height: 180px; border-radius: 50%; background: var(--yellow); opacity: .95; }
.proof-label { display: flex; align-items: center; gap: 8px; margin-bottom: 0; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #67e294; box-shadow: 0 0 0 6px rgba(103,226,148,.12); }
.proof-name { margin-bottom: 0; align-self: end; color: var(--yellow); font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 950; letter-spacing: -.05em; }
.proof-grid { position: relative; z-index: 1; grid-column: 2; grid-row: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.proof-grid div { min-height: 74px; padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.07); }
.proof-grid strong { display: block; color: var(--yellow); font-size: clamp(1.35rem, 2.2vw, 1.8rem); line-height: 1; }
.proof-grid span { display: block; margin-top: 10px; color: rgba(255,255,255,.75); font-size: .78rem; line-height: 1.3; }
.proof-note { position: relative; z-index: 1; grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.62); font-size: .68rem; }

.marquee { display: flex; justify-content: center; gap: 34px; padding: 18px 20px; overflow: hidden; color: var(--forest); background: var(--yellow); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.marquee span:not(:last-child)::after { content: "•"; margin-left: 34px; }
.section-heading { max-width: 850px; margin-bottom: 32px; }
.heading-row { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: end; }
.heading-note { margin-bottom: 24px; color: var(--muted); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.problem-grid article { min-height: 220px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.35); }
.problem-grid article:nth-child(2), .problem-grid article:nth-child(4) { transform: translateY(26px); }
.problem-grid article span { color: var(--teal); font-size: .78rem; font-weight: 900; }
.problem-grid article h3 { margin-top: auto; }
.problem-grid article p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.services { padding-bottom: 36px; background: transparent; }
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; border-top: 0; }
.service-card { min-height: 292px; display: flex; flex-direction: column; gap: 12px; align-items: stretch; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper-strong); }
.service-index { color: var(--teal); font-size: .8rem; font-weight: 900; }
.service-card p { margin-bottom: 0; color: var(--muted); }
.service-result { margin-top: auto; padding: 14px 15px; border-radius: 14px; background: var(--teal-soft); color: var(--forest) !important; font-size: .82rem; font-weight: 750; }

.cases { padding-top: 44px; }
.case { margin-top: 24px; padding: clamp(28px, 4vw, 48px); border-radius: 30px; background: var(--paper-strong); box-shadow: 0 12px 50px rgba(18,60,50,.07); }
.case-featured { color: #fff; background: var(--forest); }
.case-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-bottom: 28px; color: var(--muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.case-featured .case-meta { color: rgba(255,255,255,.6); }
.pill { padding: 7px 11px; border-radius: 999px; color: var(--ink); background: #e8e8e2; }
.pill-live { background: #68e393; }
.pill-progress { background: var(--yellow); }
.case-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(30px, 5vw, 64px); margin-bottom: 30px; align-items: start; }
.case-number { margin-bottom: 12px; color: var(--teal); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.case-featured .case-number { color: var(--yellow); }
.case-intro h3 { margin-bottom: 12px; font-size: clamp(2.25rem, 4.2vw, 3.8rem); line-height: 1; letter-spacing: -.055em; }
.case-summary { max-width: 440px; color: var(--muted); font-size: 1.05rem; }
.case-featured .case-summary, .case-featured .case-story { color: rgba(255,255,255,.72); }
.case-story p:last-child { margin-bottom: 0; }
.case-cover { max-height: 520px; overflow: hidden; border-radius: 22px; background: #0b2b24; }
.case-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.gallery { display: grid; grid-template-columns: 1fr 250px; gap: 18px; margin-top: 20px; }
.gallery-view { min-height: 0; aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; border-radius: 22px; background: #e8ece9; }
.gallery-view img { width: 100%; height: 100%; border: 1px solid rgba(16,37,31,.1); object-fit: contain; object-position: center; transition: opacity .2s ease, transform .2s ease; }
.gallery-controls { display: flex; flex-direction: column; gap: 8px; }
.gallery-tab { flex: 1; display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.04); cursor: pointer; text-align: left; }
.gallery-tab span { color: var(--yellow); font-size: .74rem; }
.gallery-tab.is-active { color: var(--ink); background: var(--yellow); }
.gallery-tab.is-active span { color: var(--ink); }
.case-actions { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 25px; }
.text-link { color: var(--yellow); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.success-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.visual-card { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #eef3f1; }
.visual-card-wide { grid-column: 1 / -1; }
.visual-card img { width: 100%; aspect-ratio: 36 / 25; height: auto; border-bottom: 1px solid rgba(16,37,31,.1); object-fit: contain; object-position: top center; background: #eef3f1; }
.visual-card figcaption { padding: 13px 16px; color: var(--muted); background: #fff; font-size: .8rem; font-weight: 750; }
.case-hunters { border: 1px solid rgba(148, 91, 31, .22); background: #f1e7d7; }
.hunters-grid .visual-card { border-color: rgba(39, 34, 26, .28); background: #111713; }
.hunters-grid .visual-card figcaption { color: #f7efe2; background: #111713; }
.hunters-grid { grid-template-columns: 1.45fr .75fr; grid-template-rows: 1fr 1fr; gap: 14px; height: clamp(460px, 48vw, 560px); }
.hunters-grid .visual-card { min-height: 0; display: flex; flex-direction: column; }
.hunters-grid .visual-card-wide { grid-column: 1; grid-row: 1 / 3; }
.hunters-grid .visual-card img { flex: 1; min-height: 0; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: top center; }
.hunters-grid .visual-card figcaption { flex: 0 0 auto; padding: 10px 14px; }
.case-textual { border: 2px solid var(--forest); background: var(--yellow); }
.case-textual .pill-progress { color: #fff; background: var(--forest); }
.textual-visual { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 35px; border-radius: 22px; color: #fff; background: var(--forest); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.textual-visual i { flex: 1; height: 2px; background: var(--teal); position: relative; }
.textual-visual i::after { content: ""; position: absolute; right: 0; top: -4px; width: 10px; height: 10px; border-top: 2px solid var(--teal); border-right: 2px solid var(--teal); transform: rotate(45deg); }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--teal); font-size: .78rem; font-weight: 900; }
.process-list h3 { margin-bottom: 8px; }
.process-list p { margin: 0; color: var(--muted); }

.lead-magnet { width: min(calc(100% - 40px), var(--max)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; padding: clamp(32px, 5vw, 58px); border-radius: 32px; color: #fff; background: var(--forest); }
.audit-copy h2 { color: #fff; }
.audit-copy > p { color: rgba(255,255,255,.72); }
.audit-copy ul { padding-left: 20px; color: rgba(255,255,255,.82); }
.task-form { padding: clamp(22px, 4vw, 38px); border-radius: 25px; color: var(--ink); background: var(--paper-strong); }
.form-row { position: relative; margin-bottom: 20px; }
.form-row label { display: block; margin-bottom: 8px; font-size: .82rem; font-weight: 850; }
.form-row input, .form-row textarea { width: 100%; padding: 15px 16px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; }
.form-row textarea { resize: vertical; min-height: 150px; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--teal); outline: 3px solid rgba(19,170,165,.15); }
.counter { position: absolute; right: 12px; bottom: 10px; color: var(--muted); font-size: .72rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button-outline { border: 1px solid var(--forest); color: var(--forest); background: transparent; }
.button-outline:hover { color: #fff; background: var(--forest); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .76rem; }
.form-status { min-height: 1.5em; margin: 10px 0 0; color: var(--forest); font-size: .82rem; font-weight: 800; }

.about { display: block; }
.about-heading { max-width: 820px; margin-bottom: 30px; }
.about-heading h2 { margin-bottom: 0; }
.about-body { display: grid; grid-template-columns: minmax(300px, 420px) minmax(0, 1fr); gap: 52px; align-items: center; }
.about-portrait { width: 100%; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 24px; background: var(--paper-strong); box-shadow: 0 18px 45px rgba(25, 53, 44, .13); }
.about-portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.about-copy { max-width: 650px; padding-top: 0; font-size: 1.05rem; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0 0; }
.about-facts div { padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.about-facts dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.about-facts dd { margin: 7px 0 0; font-size: .9rem; font-weight: 800; }
.about { padding-bottom: 36px; }
.faq { padding-top: 44px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; cursor: pointer; font-size: 1.1rem; font-weight: 850; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--teal); font-size: 1.5rem; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 760px; padding: 0 0 24px; color: var(--muted); }
.final-cta { width: min(calc(100% - 40px), var(--max)); padding: clamp(42px, 8vw, 92px); border-radius: 38px; color: #fff; background: var(--forest-deep); text-align: center; }
.final-cta h2 { max-width: 900px; margin-inline: auto; }
.final-cta > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.site-footer { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: 45px 0 34px; display: grid; grid-template-columns: 1fr auto; gap: 20px 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.footer-name { margin-bottom: 4px; color: var(--ink); font-size: 1.2rem; font-weight: 900; }
.site-footer p { margin-bottom: 0; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: var(--ink); font-weight: 750; }
.footer-note { grid-column: 1 / -1; }

@media (max-width: 980px) {
  .site-header { margin-top: 10px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 16px; border-radius: 18px; background: var(--paper-strong); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 10px; }
  .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 95px; }
  .hero-side { width: min(100%, 680px); justify-self: start; }
  .proof-panel { left: 24px; right: 24px; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-grid article:nth-child(2), .problem-grid article:nth-child(4) { transform: none; }
  .heading-row, .case-intro, .process, .lead-magnet { grid-template-columns: minmax(0, 1fr); gap: 35px; }
  .audit-copy, .task-form { min-width: 0; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-controls { flex-direction: row; overflow-x: auto; padding-bottom: 6px; }
  .gallery-tab { min-width: 120px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-result { grid-column: auto; margin-top: 8px; }
  .hunters-grid { grid-template-columns: 1fr; grid-template-rows: auto; height: auto; }
  .hunters-grid .visual-card-wide { grid-column: auto; grid-row: auto; }
  .hunters-grid .visual-card img { aspect-ratio: 36 / 25; height: auto; object-fit: contain; }
  .about-body { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .about-portrait { max-width: 560px; }
}

@media (max-width: 820px) {
  .service-card { gap: 10px; padding: 22px; }
  .service-index { margin-bottom: 2px; }
  .service-result { grid-column: auto; margin-top: 10px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { width: min(calc(100% - 28px), var(--max)); padding-block: 48px; }
  .site-header { position: relative; top: auto; width: calc(100% - 20px); margin-top: 8px; padding: 7px 8px 7px 12px; }
  .brand span:last-child { display: none; }
  h1 { font-size: clamp(2.55rem, 13vw, 3.7rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero { min-height: auto; gap: 35px; padding-top: 75px; }
  .hero-actions .button { width: 100%; }
  .hero-art { border-radius: 28px; }
  .proof-panel { width: 100%; margin-top: 0; padding: 16px; grid-template-columns: 1fr; border-radius: 20px; }
  .proof-label { margin-bottom: 14px; }
  .proof-grid { grid-column: 1; grid-row: auto; }
  .proof-grid div { min-height: 92px; padding: 14px; }
  .marquee { justify-content: flex-start; overflow-x: auto; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 220px; }
  .service-card { grid-template-columns: 1fr; gap: 10px; }
  .service-result { grid-column: auto; }
  .case { padding: 22px 16px; border-radius: 24px; }
  .case-intro h3 { font-size: 2.35rem; }
  .gallery-view { min-height: 0; }
  .gallery-controls { margin-inline: -4px; }
  .success-grid { grid-template-columns: 1fr; }
  .visual-card-wide { grid-column: auto; }
  .textual-visual { flex-wrap: wrap; justify-content: flex-start; padding: 24px; }
  .textual-visual i { min-width: 30px; }
  .lead-magnet, .final-cta { width: calc(100% - 20px); border-radius: 26px; padding: 28px 20px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-heading { margin-bottom: 24px; }
  .about-portrait { max-width: none; aspect-ratio: 3 / 2; }
  .about-portrait img { object-position: center 32%; }
  .site-footer { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-note { grid-column: auto; }
}

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