:root {
  --ink: #17211f;
  --muted: #5d6865;
  --paper: #ffffff;
  --soft: #eef7f4;
  --mint: #a8ddd1;
  --emerald: #0f5148;
  --emerald-dark: #0a342f;
  --turquoise: #2a9f91;
  --gold: #caa65a;
  --coral: #d98373;
  --line: #d7e3df;
  --shell: 1180px;
  --header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.metrika-pixel { position: absolute; left: -9999px; width: 1px; height: 1px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 800px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: 72px; font-weight: 500; }
h2 { margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 500; }
h3 { font-size: 21px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: var(--paper); background: var(--emerald-dark); }
.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; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid rgba(255,255,255,.16); color: var(--paper); transition: background .25s, color .25s, border-color .25s; }
.site-header.scrolled { color: var(--ink); background: rgba(255,255,255,.96); border-color: var(--line); backdrop-filter: blur(12px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-weight: 700; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Georgia, serif; font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: inherit; text-decoration: none; font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: var(--gold); }
.nav-cta { padding: 10px 18px; border: 1px solid currentColor; border-radius: 4px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; color: inherit; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { min-height: 660px; padding: 80px 0 20px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 72px; }
.eyebrow { margin-bottom: 18px; color: var(--mint); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.eyebrow-dark { color: var(--emerald); }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: #d8e8e3; font-size: 20px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-bottom: 52px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 0; border-radius: 4px; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .7; transform: none; }
.button-primary { color: #0b2a26; background: var(--mint); }
.button-primary:hover { background: #c2e9e0; }
.button-light { color: var(--emerald-dark); background: var(--paper); }
.button-note { color: #b9cbc6; font-size: 13px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 26px 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.hero-proof li { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--paper); font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.hero-proof span { color: #aac2bc; font-size: 12px; line-height: 1.4; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: flex-end; }
.portrait-frame { width: 82%; aspect-ratio: 4 / 5; position: relative; margin: 0; border: 1px solid rgba(255,255,255,.18); background: #164b44; }
.portrait-frame::before { content: ""; position: absolute; z-index: -1; inset: -28px 28px 28px -28px; border: 1px solid rgba(202,166,90,.62); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.dialog-window { position: absolute; left: -22%; bottom: 24px; width: 58%; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; background: var(--paper); box-shadow: 0 24px 70px rgba(0,0,0,.23); }
.dialog-head { min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 8px 12px; border-bottom: 1px solid var(--line); }
.dialog-head div { display: flex; flex-direction: column; }
.dialog-head small { color: var(--muted); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #4ab98a; }
.dialog-step { margin-left: auto; color: var(--muted); font-size: 11px; }
.dialog-body { padding: 12px; }
.bubble { max-width: 90%; padding: 8px 10px; margin-bottom: 8px; border-radius: 6px; font-size: 12px; line-height: 1.4; }
.bubble-client { background: #eef2f1; }
.bubble-expert { margin-left: auto; background: var(--mint); }
.dialog-feedback { padding: 8px 10px; border-left: 3px solid var(--gold); color: var(--muted); background: #fcfaf5; font-size: 10px; }
.dialog-feedback span { display: block; color: var(--ink); font-weight: 800; }
.dialog-window-inline { position: relative; inset: auto; width: 100%; max-width: 440px; }

.problem-band { padding: 72px 0; background: var(--mint); }
.problem-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.problem-grid h2 { margin-bottom: 0; font-size: 40px; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }
.check-list-dark { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 22px; }
.check-list-dark li { border-bottom: 1px solid rgba(15,81,72,.2); }
.check-list-dark li::before { color: var(--emerald); }

.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.about-aside { padding: 40px; color: var(--paper); background: var(--emerald); }
.experience-number { font-family: Georgia, serif; font-size: 132px; line-height: .85; color: var(--mint); }
.about-aside > p { max-width: 240px; margin: 26px 0 38px; font-size: 18px; }
.credential-list { display: flex; flex-wrap: wrap; gap: 8px; }
.credential-list span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; font-size: 12px; }
.about-copy > p { color: var(--muted); font-size: 18px; }
blockquote { margin: 36px 0 0; padding: 20px 0 20px 28px; border-left: 4px solid var(--gold); font-family: Georgia, serif; font-size: 27px; }
.section-heading { max-width: 710px; margin-bottom: 54px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); }
.feature > span { display: block; margin-bottom: 45px; color: var(--coral); font-family: Georgia, serif; }
.feature p { margin-bottom: 0; color: var(--muted); }
.approach-section .feature-grid { border-color: rgba(255,255,255,.18); }
.approach-section .feature { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.approach-section .feature > span { color: var(--gold); }
.approach-section .feature p { color: #c8d9d5; }
.practice-demo { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; padding-top: 64px; margin-top: 64px; border-top: 1px solid rgba(255,255,255,.18); }
.practice-copy h3 { max-width: 620px; margin-bottom: 18px; color: var(--paper); font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.practice-copy > p:last-child { margin-bottom: 0; color: #c8d9d5; font-size: 17px; }

.results-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.sticky-heading { position: sticky; top: 110px; }
.result-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.result-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.result-list li > span { color: var(--coral); font-family: Georgia, serif; font-size: 17px; }
.result-list h3 { margin-bottom: 8px; font-size: 24px; }
.result-list p { margin-bottom: 0; color: var(--muted); }

.service-list { border-top: 1px solid rgba(255,255,255,.2); }
.service { display: grid; grid-template-columns: 50px 1.3fr 1fr 185px; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.service-featured { padding: 40px 28px; margin-inline: -28px; background: #155a50; }
.service-index { color: var(--gold); font-family: Georgia, serif; }
.service-label { margin-bottom: 8px; color: var(--mint); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.service h3 { margin-bottom: 10px; font-size: 25px; }
.service-main > p:last-child { margin-bottom: 0; color: #bcd1cc; }
.service ul { padding-left: 18px; margin: 0; color: #d2e1de; font-size: 14px; }
.service-action { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; text-align: right; }
.service-action strong { color: var(--mint); font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.service-action > a:not(.button) { color: var(--paper); font-weight: 700; text-underline-offset: 5px; }

.process-section { background: #f7f4ee; }
.process-track { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid #d9d4c9; }
.process-track li { min-height: 240px; padding: 28px 24px; border-right: 1px solid #d9d4c9; }
.process-track li:first-child { border-left: 1px solid #d9d4c9; }
.process-track span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 46px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); }
.process-track p { color: var(--muted); font-size: 14px; }
.testimonial-section { padding: 88px 0; background: var(--mint); }
.testimonial-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.testimonial-heading h2 { margin-bottom: 0; font-size: 40px; }
.testimonial-heading > p { margin-bottom: 4px; }
.review-grid { columns: 3; column-gap: 18px; }
.review-card { width: 100%; display: block; padding: 0; margin: 0 0 18px; overflow: hidden; break-inside: avoid; border: 1px solid rgba(15,81,72,.24); border-radius: 6px; background: var(--paper); cursor: zoom-in; box-shadow: 0 8px 22px rgba(15,63,56,.08); transition: transform .2s, box-shadow .2s; }
.review-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(15,63,56,.16); }
.review-card img { width: 100%; height: auto; display: block; }
.review-context { display: block; padding: 14px 16px 16px; color: var(--emerald-dark); font-size: 13px; font-weight: 750; line-height: 1.45; text-align: left; }
.review-dialog { width: min(1100px, calc(100% - 32px)); max-height: 92vh; padding: 0; overflow: visible; border: 0; border-radius: 6px; background: transparent; }
.review-dialog::backdrop { background: rgba(5,24,21,.82); backdrop-filter: blur(4px); }
.review-dialog-shell { max-height: 92vh; position: relative; padding: 12px; overflow: auto; border-radius: 6px; background: var(--paper); }
.review-dialog-shell img { width: 100%; height: auto; display: block; }
.review-dialog-close { width: 42px; height: 42px; position: sticky; z-index: 2; top: 0; float: right; margin: 0 0 -42px; border: 0; border-radius: 50%; color: var(--paper); background: var(--emerald-dark); font-size: 28px; line-height: 1; cursor: pointer; }

.diagnostic-section { color: var(--paper); background: var(--emerald); }
.diagnostic-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.diagnostic-copy > p:not(.eyebrow) { color: #d2e2de; font-size: 18px; }
.lead-form { padding: 38px; color: var(--ink); background: var(--paper); border-top: 5px solid var(--gold); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #aab9b5; border-radius: 0; outline: none; background: transparent; }
.field input:focus, .field textarea:focus { border-color: var(--emerald); box-shadow: 0 1px 0 var(--emerald); }
.field input.error, .field textarea.error { border-color: #b93737; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0 22px; color: var(--muted); font-size: 12px; }
.consent input { margin-top: 4px; accent-color: var(--emerald); }
.button-submit { width: 100%; }
.form-note, .email-fallback, .form-status { display: block; margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.legal-note { line-height: 1.5; }
.legal-note a { color: var(--emerald); text-underline-offset: 2px; }
.email-fallback { color: var(--emerald); }
.form-status { min-height: 19px; font-weight: 700; }
.form-status.success { color: #176b4d; }
.form-status.error { color: #a52d2d; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 44px 26px 0; font-size: 19px; font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 21px; color: var(--emerald); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 670px; padding-right: 40px; margin: -4px 0 26px; color: var(--muted); }

.contact-band { padding: 90px 0; color: var(--paper); background: #122522; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-grid h2 { font-size: 42px; }
.contact-grid > div:first-child > p:last-child { color: #aebdb9; }
.contact-links { border-top: 1px solid rgba(255,255,255,.2); }
.contact-links a { display: flex; justify-content: space-between; gap: 24px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.contact-links a:hover strong { color: var(--mint); }
.contact-links span { color: #9fb0ac; }
.contact-links strong { text-align: right; transition: color .2s; }
.site-footer { padding: 32px 0; color: #aebdb9; background: #091714; font-size: 12px; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 50px; align-items: center; }
.footer-inner strong { color: var(--paper); font-size: 14px; }
.footer-inner p { margin: 4px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.footer-links a { text-underline-offset: 3px; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 24px; max-width: min(430px, calc(100% - 32px)); padding: 13px 18px; color: var(--paper); background: var(--ink); border-radius: 4px; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .2s, transform .2s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  h1 { font-size: 56px; }
  h2 { font-size: 42px; }
  .hero-grid, .about-grid, .results-grid, .diagnostic-grid, .faq-grid, .contact-grid { gap: 58px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { width: min(620px, 100%); margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .service { grid-template-columns: 42px 1fr 190px; }
  .service ul { display: none; }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .process-track li { border-bottom: 1px solid #d9d4c9; }
  .review-grid { columns: 2; }
  .practice-demo { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 900px) {
  .site-header, .site-header.scrolled, body.menu-open .site-header { color: var(--ink); background: var(--paper); border-color: var(--line); backdrop-filter: none; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 110; top: var(--header-height); right: 0; bottom: 0; left: 0; display: none; height: calc(100dvh - var(--header-height)); flex-direction: column; align-items: stretch; gap: 20px; padding: 36px 28px; overflow-y: auto; color: var(--ink); background: #fff; box-shadow: 0 16px 35px rgba(10,52,47,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; font-size: 18px; }
  .nav-cta { margin-top: 12px; padding: 14px !important; text-align: center; background: var(--mint); }
}

@media (max-width: 760px) {
  :root { --header-height: 64px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 76px 0; }
  h1 { font-size: 46px; }
  h2 { font-size: 36px; }
  .hero { min-height: auto; padding: 118px 0 82px; }
  .hero-grid, .problem-grid, .about-grid, .results-grid, .testimonial-heading, .diagnostic-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 54px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { gap: 12px; }
  .hero-proof strong { font-size: 21px; }
  .hero-visual { min-height: auto; margin-bottom: 0; justify-content: center; }
  .portrait-frame { width: min(88%, 480px); }
  .problem-grid { gap: 32px; }
  .problem-grid h2 { font-size: 34px; }
  .check-list-dark { grid-template-columns: 1fr; }
  .about-aside { max-width: 450px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 220px; }
  .feature > span { margin-bottom: 32px; }
  .sticky-heading { position: static; }
  .service, .service-featured { grid-template-columns: 36px 1fr; padding: 28px 0; margin-inline: 0; background: transparent; }
  .service-action { grid-column: 2; align-items: flex-start; text-align: left; }
  .service-featured .service-action { padding-bottom: 8px; }
  .process-track { grid-template-columns: 1fr; }
  .process-track li { min-height: auto; display: grid; grid-template-columns: 45px 1fr; gap: 0 12px; padding: 22px 0; border-right: 0; border-left: 0 !important; }
  .process-track span { grid-row: span 2; margin-bottom: 0; }
  .process-track h3 { margin: 0 0 5px; }
  .process-track p { margin: 0; }
  .lead-form { padding: 28px 20px; }
  .contact-links a { flex-direction: column; gap: 2px; }
  .contact-links strong { text-align: left; overflow-wrap: anywhere; }
  .review-grid { columns: 1; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 430px) {
  h1 { font-size: 39px; }
  h2 { font-size: 32px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof li { display: grid; grid-template-columns: 130px 1fr; align-items: baseline; }
  .portrait-frame { width: 94%; }
  .dialog-feedback { display: none; }
  .testimonial-heading { gap: 12px; }
  .testimonial-heading h2 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.review-card-compact img {
  max-height: 360px;
  object-fit: cover;
  object-position: top;
}