:root {
  --ink: #17211f;
  --muted: #65706c;
  --forest: #17372f;
  --forest-2: #21483e;
  --sage: #a7b7ad;
  --cream: #f3f0e8;
  --paper: #fbfaf6;
  --line: rgba(23,33,31,.14);
  --white: #fff;
  --shadow: 0 28px 60px rgba(26, 44, 38, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hidden { position: absolute !important; 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: 20;
  padding: 16px 0;
  transition: .3s ease;
}
.site-header.scrolled {
  background: rgba(251, 250, 246, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark {
  width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%;
  display: grid; place-items: center; font-family: "Prata", Georgia, serif; font-size: 15px;
}
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 13px; letter-spacing: .03em; }
.brand-copy small { font-size: 10px; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 0; height: 1px; background: currentColor; transition: .25s; }
.main-nav a:hover::after { width: 100%; }
.nav-cta { justify-self: end; border: 1px solid var(--ink); border-radius: 999px; padding: 12px 18px; font-size: 12px; font-weight: 700; }
.menu-toggle { display: none; }

.hero { min-height: 100vh; background: linear-gradient(90deg, var(--cream) 0 55%, var(--forest) 55% 100%); padding: 120px 0 54px; overflow: hidden; }
.hero-grid { min-height: calc(100vh - 174px); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 74px; }
.hero-copy { padding: 38px 0 22px; }
.eyebrow, .section-kicker { margin: 0 0 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; color: var(--forest-2); }
.hero h1, h2 { font-family: "Prata", Georgia, serif; font-weight: 400; }
.hero h1 { margin: 0; font-size: clamp(54px, 7vw, 96px); line-height: .93; letter-spacing: -.045em; }
.hero h1 em { font-style: italic; color: var(--forest-2); }
.hero-role { margin: 28px 0 0; display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: 12px; letter-spacing: .14em; font-weight: 700; }
.hero-role span { width: 32px; height: 1px; background: currentColor; opacity: .6; }
.hero-lead { max-width: 620px; margin: 26px 0 0; font-size: clamp(18px, 2vw, 22px); line-height: 1.58; color: #384441; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 0; cursor: pointer; font-weight: 700; font-size: 13px; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--forest); color: var(--white); }
.btn-light { background: var(--paper); color: var(--forest); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(23,33,31,.5); padding-bottom: 5px; }
.text-link span { margin-left: 5px; }
.hero-meta { display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 660px; }
.hero-meta div { display: grid; gap: 5px; }
.hero-meta small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-meta strong { font-size: 12px; }
.hero-photo { position: relative; z-index: 2; }
.photo-frame { position: relative; border-radius: 220px 220px 18px 18px; overflow: hidden; box-shadow: var(--shadow); background: #23473e; }
.photo-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); border-radius: inherit; pointer-events: none; }
.photo-frame img { aspect-ratio: 4/5.35; object-fit: cover; object-position: 50% 24%; filter: saturate(.86) contrast(.97); }
.photo-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; background: rgba(250,249,244,.92); backdrop-filter: blur(14px); color: var(--ink); border-radius: 14px; font-size: 12px; line-height: 1.5; }

.statement { padding: 120px 0; }
.statement-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; align-items: start; }
.statement-copy h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.07; letter-spacing: -.035em; }
.statement-copy p { max-width: 760px; margin: 32px 0 0; font-size: 19px; line-height: 1.75; color: #4e5a56; }

.directions { padding: 120px 0; background: #e9e5dc; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 56px; }
.section-head h2 { margin: 0; font-size: clamp(42px, 4.5vw, 66px); line-height: 1.08; letter-spacing: -.035em; }
.section-head > p { margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 470px; }
.direction-list { border-top: 1px solid var(--line); }
.direction-card { display: grid; grid-template-columns: 80px .8fr 1.2fr; gap: 28px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, background .25s ease; }
.direction-card:hover { padding-left: 12px; }
.direction-num { font-size: 11px; color: var(--muted); }
.direction-card h3 { margin: 0; font-family: "Prata", Georgia, serif; font-weight: 400; font-size: 25px; }
.direction-card p { margin: 0; max-width: 630px; line-height: 1.7; color: #56615e; font-size: 14px; }
.direction-card a { grid-column: 3; margin-top: 12px; width: max-content; font-size: 12px; font-weight: 700; border-bottom: 1px solid currentColor; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; background: var(--forest); color: #f9f7f1; }
.split-image { min-height: 820px; overflow: hidden; }
.split-image img { height: 100%; object-fit: cover; object-position: 50% 35%; filter: saturate(.82) contrast(.98); }
.split-content { display: grid; place-items: center; }
.split-inner { width: min(590px, calc(100% - 80px)); padding: 86px 0; }
.section-kicker.light { color: #c9d2cd; }
.split-inner h2 { margin: 0 0 44px; font-size: clamp(40px, 4.2vw, 64px); line-height: 1.08; letter-spacing: -.035em; }
.principles-list { border-top: 1px solid rgba(255,255,255,.16); }
.principle { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.principle > span { font-size: 10px; color: #9fb2aa; padding-top: 3px; }
.principle p { margin: 0; line-height: 1.65; color: #dfe6e2; font-size: 14px; }
.principle strong { color: #fff; font-weight: 600; }

.process { padding: 120px 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-item { padding: 34px 28px 38px 0; min-height: 220px; }
.process-item + .process-item { border-left: 1px solid var(--line); padding-left: 28px; }
.process-item > span { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); font-size: 11px; }
.process-item h3 { font-family: "Prata", Georgia, serif; font-weight: 400; margin: 44px 0 12px; font-size: 21px; }
.process-item p { margin: 0; font-size: 13px; line-height: 1.7; color: var(--muted); }

.reviews { padding: 120px 0; background: #f0ede5; }
.placeholder-note { font-style: italic; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 28px; min-height: 290px; display: flex; flex-direction: column; }
.review-mark { font-family: "Prata", Georgia, serif; color: #9b835b; font-size: 44px; line-height: .7; }
.review-card > p { margin: 42px 0 36px; font-family: "Prata", Georgia, serif; font-size: 20px; line-height: 1.55; }
.review-card footer { margin-top: auto; display: grid; gap: 4px; border-top: 1px solid var(--line); padding-top: 16px; }
.review-card footer span { font-weight: 700; font-size: 12px; }
.review-card footer small { color: var(--muted); font-size: 10px; }
.review-card-long > p { font-size: 17px; line-height: 1.65; }

.consultation { padding: 120px 0; background: var(--forest); color: white; }
.consultation-grid { display: grid; grid-template-columns: 1fr .86fr; gap: 90px; align-items: start; }
.consultation-copy h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: 1.05; letter-spacing: -.04em; }
.consultation-copy > p:not(.section-kicker) { max-width: 640px; color: #d5dfda; line-height: 1.75; font-size: 15px; margin: 28px 0; }
.instagram-link { display: inline-block; margin-top: 12px; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 4px; font-size: 13px; }
.contact-form { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; padding: 30px; backdrop-filter: blur(8px); }
.contact-form label:not(.consent) { display: grid; gap: 8px; margin-bottom: 22px; }
.contact-form label span { font-size: 11px; color: #d6e0dc; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; padding: 12px 0; outline: none; border-radius: 0; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.48); }
.contact-form input:focus, .contact-form textarea:focus { border-bottom-color: #fff; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 8px 0 24px; }
.consent input { width: 16px; margin-top: 2px; }
.consent span { line-height: 1.5; }
.contact-form .btn { width: 100%; }
.form-hint { margin: 14px 0 0; color: #aebdb7; font-size: 10px; line-height: 1.5; text-align: center; }

.contacts { padding: 120px 0; }
.contacts-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contacts h2 { margin: 0; font-size: clamp(44px, 4.5vw, 66px); line-height: 1.08; letter-spacing: -.035em; }
.contact-slots { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.contact-slot { padding: 26px 20px 26px 0; min-height: 150px; border-bottom: 1px solid var(--line); display: grid; align-content: start; gap: 6px; }
.contact-slot:nth-child(even) { border-left: 1px solid var(--line); padding-left: 24px; }
.contact-slot small { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.contact-slot strong { font-family: "Prata", Georgia, serif; font-weight: 400; font-size: 19px; margin-top: 9px; }
.contact-slot span, .contact-slot a { font-size: 11px; color: var(--muted); }
.contact-slot a { width: max-content; border-bottom: 1px solid var(--line); }

.footer { background: #111a18; color: #e7eeea; padding: 62px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .5fr; gap: 80px; }
.footer .brand-copy small { color: #95a59e; }
.footer p { max-width: 510px; color: #95a59e; font-size: 11px; line-height: 1.6; margin: 22px 0 0; }
.footer nav { display: grid; align-content: start; gap: 11px; font-size: 12px; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 22px; display: flex; justify-content: space-between; color: #8d9c96; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }

@media (max-width: 980px) {
  .container { width: min(100% - 32px, 1180px); }
  .nav-wrap { grid-template-columns: 1fr auto; }
  .nav-cta { display: none; }
  .menu-toggle { justify-self: end; display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.5); }
  .menu-toggle span { display: block; width: 17px; height: 1px; background: var(--ink); }
  .main-nav { position: fixed; top: 77px; left: 16px; right: 16px; background: rgba(251,250,246,.98); border: 1px solid var(--line); border-radius: 18px; padding: 24px; display: grid; gap: 18px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .25s ease; box-shadow: var(--shadow); }
  .main-nav.open { opacity: 1; transform: none; pointer-events: auto; }
  .hero { background: var(--cream); }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-photo { max-width: 680px; }
  .statement-grid, .section-head, .consultation-grid, .contacts-grid { grid-template-columns: 1fr; gap: 38px; }
  .direction-card { grid-template-columns: 60px .8fr 1.2fr; }
  .split-feature { grid-template-columns: 1fr; }
  .split-image { min-height: 650px; }
  .split-content { min-height: auto; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .process-item:nth-child(4) { border-top: 1px solid var(--line); }
  .reviews-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { padding: 10px 0; }
  .brand-copy { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .hero { padding-top: 86px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero-role { font-size: 10px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-meta { grid-template-columns: 1fr; gap: 18px; }
  .photo-frame { border-radius: 150px 150px 16px 16px; }
  .photo-badge { left: 12px; right: 12px; bottom: 12px; padding: 14px; font-size: 10px; }
  .statement, .directions, .process, .reviews, .consultation, .contacts { padding: 84px 0; }
  .statement-grid { gap: 20px; }
  .direction-card { grid-template-columns: 42px 1fr; gap: 12px 14px; padding: 26px 0; }
  .direction-card p, .direction-card a { grid-column: 2; }
  .direction-card h3 { font-size: 21px; }
  .split-image { min-height: 520px; }
  .split-inner { width: calc(100% - 32px); padding: 70px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-item, .process-item + .process-item { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); min-height: 0; }
  .process-item:first-child { border-top: 0; }
  .process-item h3 { margin-top: 24px; }
  .contact-form { padding: 22px 18px; }
  .contact-slots { grid-template-columns: 1fr; }
  .contact-slot:nth-child(even) { border-left: 0; padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { grid-column: auto; }
}


/* Mobile refinements: preserve the original design while preventing clipping. */
@media (max-width: 680px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .container { width: calc(100% - 28px); }
  .nav-wrap { min-width: 0; }

  .hero { min-height: 0; padding: 82px 0 56px; overflow: visible; }
  .hero-grid { min-height: 0; gap: 30px; }
  .hero-copy { min-width: 0; padding: 18px 0 0; }
  .hero h1 {
    font-size: clamp(36px, 11.4vw, 48px);
    line-height: .98;
    letter-spacing: -.045em;
    max-width: 100%;
  }
  .hero-role { flex-wrap: wrap; }
  .hero-lead { max-width: 100%; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { width: 100%; padding-inline: 16px; text-align: center; }
  .hero-actions .text-link { margin-left: 2px; }
  .hero-meta { width: 100%; margin-top: 34px; }
  .hero-photo { width: 100%; max-width: none; }
  .photo-frame { border-radius: 120px 120px 14px 14px; }
  .photo-frame img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  .statement-copy h2,
  .section-head h2,
  .split-inner h2,
  .consultation-copy h2,
  .contacts h2 {
    overflow-wrap: anywhere;
  }

  .direction-card { min-width: 0; }
  .direction-card h3,
  .direction-card p { min-width: 0; }

  .split-feature { min-height: 0; }
  .split-image {
    min-height: 0;
    height: auto;
    background: #e9e5dc;
  }
  .split-image img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    display: block;
  }
  .split-inner { width: calc(100% - 28px); padding: 64px 0; }
  .principle { grid-template-columns: 38px 1fr; gap: 10px; }

  .reviews-grid { gap: 14px; }
  .review-card {
    min-height: 0;
    padding: 22px 18px;
  }
  .review-card > p,
  .review-card-long > p {
    margin: 28px 0 30px;
    font-size: 17px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  .contact-form,
  .contact-form input,
  .contact-form textarea { min-width: 0; }
  .contact-slot strong,
  .contact-slot span,
  .contact-slot a { overflow-wrap: anywhere; }

  .footer-bottom { flex-direction: column; gap: 10px; }
}

.contact-slot strong a {
  color: inherit;
  text-decoration: none;
}
.contact-slot strong a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}


/* Contact readability */
.contact-slot strong {
  display: block;
  margin-top: 10px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.contact-slot strong a {
  color: #102b2b;
  text-decoration: none;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact-slot strong a:hover {
  text-decoration: underline;
}

.contact-slot > span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #667976;
}

@media (max-width: 680px) {
  .contact-slot strong {
    font-size: 21px;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .contact-slot > span {
    font-size: 14px;
  }
}


/* SEO content additions — visually consistent with the existing site */
.hero h1 .hero-h1-context {
  display: block;
  margin-top: 22px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--forest-2);
}
.seo-services { padding: 120px 0; background: var(--paper); border-top: 1px solid var(--line); }
.seo-copy { max-width: 960px; display: grid; gap: 18px; }
.seo-copy p { margin: 0; font-size: 16px; line-height: 1.8; color: #4e5a56; }
.seo-copy strong { color: var(--ink); }
.seo-topic-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-topic-card { padding: 28px 24px 32px 0; min-height: 260px; display: flex; flex-direction: column; }
.seo-topic-card + .seo-topic-card { border-left: 1px solid var(--line); padding-left: 24px; }
.seo-topic-card > span { font-size: 10px; color: var(--muted); }
.seo-topic-card h3 { margin: 36px 0 12px; font-family: "Prata", Georgia, serif; font-size: 22px; font-weight: 400; }
.seo-topic-card p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.seo-topic-card b { margin-top: auto; font-size: 11px; }
.faq { padding: 120px 0; background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.faq h2 { margin: 0; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.08; letter-spacing: -.035em; }
.faq-intro { margin: 26px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 510px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 40px 24px 0; font-family: "Prata", Georgia, serif; font-size: 19px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 22px; font-family: "Manrope", sans-serif; font-size: 20px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 0 24px; max-width: 720px; color: var(--muted); font-size: 14px; line-height: 1.75; }

/* Dedicated SEO landing pages */
.seo-page-hero { padding: 160px 0 90px; background: var(--cream); border-bottom: 1px solid var(--line); }
.seo-page-hero .breadcrumbs { margin: 0 0 32px; font-size: 11px; color: var(--muted); }
.seo-page-hero h1 { margin: 0; max-width: 980px; font-family: "Prata", Georgia, serif; font-size: clamp(50px, 6vw, 82px); line-height: 1.02; letter-spacing: -.045em; font-weight: 400; }
.seo-page-hero .lead { max-width: 790px; margin: 28px 0 0; font-size: 19px; line-height: 1.7; color: #4e5a56; }
.seo-page-body { padding: 100px 0; }
.seo-page-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; align-items: start; }
.seo-page-grid h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1.1; letter-spacing: -.035em; }
.seo-page-content { display: grid; gap: 24px; }
.seo-page-content h2, .seo-page-content h3 { font-family: "Prata", Georgia, serif; font-weight: 400; }
.seo-page-content h2 { font-size: 34px; margin: 30px 0 0; }
.seo-page-content h3 { font-size: 24px; margin: 20px 0 0; }
.seo-page-content p, .seo-page-content li { font-size: 15px; line-height: 1.8; color: #4e5a56; }
.seo-page-content p { margin: 0; }
.seo-page-content ul { margin: 0; padding-left: 20px; display: grid; gap: 8px; }
.seo-page-cta { margin-top: 16px; padding: 30px; background: var(--forest); color: white; border-radius: 22px; }
.seo-page-cta h3 { margin: 0 0 12px; color: white; }
.seo-page-cta p { color: #d5dfda; }
.seo-page-cta .btn { margin-top: 22px; background: var(--paper); color: var(--forest); }
.related-pages { padding: 90px 0; background: #e9e5dc; }
.related-pages h2 { margin: 0 0 34px; font-size: 42px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.related-grid a { padding: 26px 22px 26px 0; border-bottom: 1px solid var(--line); font-weight: 700; font-size: 13px; }
.related-grid a + a { border-left: 1px solid var(--line); padding-left: 22px; }

@media (max-width: 980px) {
  .seo-topic-grid { grid-template-columns: 1fr 1fr; }
  .seo-topic-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .seo-topic-card:nth-child(4) { border-top: 1px solid var(--line); }
  .faq-grid, .seo-page-grid { grid-template-columns: 1fr; gap: 42px; }
}
@media (max-width: 680px) {
  .seo-services, .faq { padding: 84px 0; }
  .hero h1 .hero-h1-context { margin-top: 16px; font-size: 12px; letter-spacing: .06em; }
  .seo-topic-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .seo-topic-card, .seo-topic-card + .seo-topic-card, .seo-topic-card:nth-child(3) { min-height: 0; border-left: 0; border-top: 1px solid var(--line); padding: 24px 0; }
  .seo-topic-card:first-child { border-top: 0; }
  .seo-topic-card h3 { margin-top: 22px; }
  .faq-grid { gap: 34px; }
  .faq-list summary { font-size: 17px; padding-right: 34px; }
  .seo-page-hero { padding: 110px 0 66px; }
  .seo-page-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .seo-page-hero .lead { font-size: 17px; }
  .seo-page-body { padding: 76px 0; }
  .seo-page-grid { gap: 30px; }
  .seo-page-content h2 { font-size: 30px; }
  .seo-page-cta { padding: 22px 18px; }
  .related-pages { padding: 72px 0; }
  .related-pages h2 { font-size: 34px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a, .related-grid a + a { border-left: 0; padding: 22px 0; }
}
