:root {
  --cream: #fbf6ed;
  --cream-2: #f4eadc;
  --white: #fffefa;
  --sage: #7f9a83;
  --sage-soft: #dce8d9;
  --sage-dark: #385f4c;
  --terracotta: #c66f4e;
  --terracotta-soft: #f2d1c0;
  --ink: #24302a;
  --muted: #66736b;
  --line: rgba(56, 95, 76, .16);
  --shadow: 0 24px 70px rgba(49, 59, 47, .14);
  --shadow-soft: 0 16px 45px rgba(49, 59, 47, .1);
  --radius: 28px;
  --radius-lg: 38px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at top left, rgba(198, 111, 78, .18), transparent 34rem), linear-gradient(180deg, var(--cream) 0%, #fffaf2 48%, var(--cream) 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

img, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button, input, textarea, select {
  font: inherit;
}

::selection {
  color: var(--white);
  background: var(--sage-dark);
}

.container {
  width: min(calc(100% - 36px), var(--max));
  margin-inline: auto;
}

.narrow {
  --max: 840px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--sage-dark);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(56, 95, 76, .12);
  background: rgba(251, 246, 237, .86);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}

.site-header.is-scrolled {
  background: rgba(251, 246, 237, .94);
  box-shadow: 0 12px 28px rgba(49, 59, 47, .08);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}

.brand span {
  display: grid;
  gap: 0;
}

.brand strong {
  font-size: 1.15rem;
  letter-spacing: .02em;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(36, 48, 42, .82);
  text-decoration: none;
  font-size: .95rem;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.site-nav a:hover, .site-nav a:focus-visible {
  color: var(--sage-dark);
  background: rgba(127, 154, 131, .16);
  outline: none;
}

.site-nav .nav-cta {
  color: var(--white);
  background: var(--sage-dark);
  box-shadow: 0 12px 24px rgba(56, 95, 76, .2);
}

.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible {
  color: var(--white);
  background: #2f5140;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
}

.section {
  padding: 96px 0;
}

.section-tight {
  padding: 28px 0 76px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 84px;
}

.hero::before {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: 160px;
  border-radius: 999px;
  background: rgba(127, 154, 131, .18);
  filter: blur(2px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, .97fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
}

.hero-copy {
  min-width: 0;
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -.04em;
  overflow-wrap: break-word;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5.2vw, 4.5rem);
  hyphens: auto;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 3.75rem);
}

h3 {
  font-size: 1.2rem;
  letter-spacing: -.02em;
}

p {
  margin: 0;
}

.lead {
  margin-top: 20px;
  color: var(--sage-dark);
  font-size: clamp(1.28rem, 2.2vw, 1.75rem);
  font-weight: 850;
  line-height: 1.32;
}

.hero-sub {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  font-weight: 850;
}

.hero-copy > p:not(.eyebrow):not(.lead):not(.hero-sub) {
  max-width: 610px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button.primary {
  color: var(--white);
  background: var(--sage-dark);
  box-shadow: 0 16px 34px rgba(56, 95, 76, .2);
}

.button.primary:hover, .button.primary:focus-visible {
  background: #2f5140;
  box-shadow: 0 20px 42px rgba(56, 95, 76, .26);
  transform: translateY(-2px);
  outline: none;
}

.button.secondary {
  color: var(--sage-dark);
  background: rgba(255, 254, 250, .72);
  border: 1px solid var(--line);
}

.button.secondary:hover, .button.secondary:focus-visible {
  background: var(--white);
  transform: translateY(-2px);
  outline: none;
}

.button.full {
  width: 100%;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: var(--sage-dark);
  background: rgba(127, 154, 131, .14);
  border: 1px solid rgba(127, 154, 131, .22);
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
}

.hero-points span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--terracotta);
}

.hero-media {
  position: relative;
  min-height: 520px;
}

.image-card, .portrait-card, .wide-image {
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 254, 250, .72);
  background: var(--cream-2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.image-card img, .portrait-card img, .wide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-image {
  height: 520px;
}

.floating-note {
  position: absolute;
  left: -24px;
  bottom: 42px;
  width: min(300px, calc(100% - 28px));
  padding: 20px;
  border: 1px solid rgba(56, 95, 76, .14);
  border-radius: 24px;
  background: rgba(255, 254, 250, .9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.floating-note strong {
  display: block;
  color: var(--sage-dark);
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.floating-note p {
  color: var(--muted);
  font-size: .95rem;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 254, 250, .66);
  box-shadow: var(--shadow-soft);
}

.trust-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 250, 242, .8);
}

.trust-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: var(--white);
  background: var(--terracotta);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 950;
}

.trust-card h2 {
  font-size: 1.35rem;
}

.trust-card p {
  margin-top: 10px;
  color: var(--muted);
}

.split-grid, .audience-grid, .contact-grid, .price-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr);
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
}

.text-block p:not(.eyebrow), .section-heading p:not(.eyebrow), .audience-card p, .price-panel p, .contact-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}

.text-block p:not(.eyebrow) {
  margin-top: 18px;
}

.soft-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.soft-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 254, 250, .72);
}

.soft-list strong, .soft-list span {
  display: block;
}

.soft-list strong {
  color: var(--sage-dark);
  margin-bottom: 4px;
}

.soft-list span {
  color: var(--muted);
}

.portrait-card {
  position: relative;
  min-height: 520px;
}

.portrait-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  color: var(--sage-dark);
  background: rgba(255, 254, 250, .86);
  border: 1px solid rgba(56, 95, 76, .12);
  border-radius: 18px;
  font-size: .94rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.warm {
  background: linear-gradient(180deg, rgba(220, 232, 217, .58), rgba(244, 234, 220, .3));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin-top: 16px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(56, 95, 76, .13);
  border-radius: var(--radius);
  background: rgba(255, 254, 250, .78);
  box-shadow: 0 16px 36px rgba(49, 59, 47, .07);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  color: var(--sage-dark);
  background: var(--sage-soft);
  border-radius: 18px;
  font-weight: 950;
}

.service-card p {
  margin-top: 12px;
  color: var(--muted);
}

.audience-card {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 254, 250, .72);
  box-shadow: var(--shadow-soft);
}

.audience-card p {
  margin-top: 16px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 32px;
  color: var(--ink);
  font-weight: 750;
}

.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .38em;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--sage);
  box-shadow: inset 0 0 0 5px var(--sage-soft);
}

.wide-image {
  min-height: 520px;
}

.process {
  padding-top: 26px;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--sage-dark);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  color: var(--sage-dark);
  background: var(--cream);
  border-radius: 999px;
  font-weight: 950;
}

.step h3 {
  color: var(--white);
}

.step p {
  margin-top: 12px;
  color: rgba(255, 254, 250, .78);
}

.price-section {
  padding-top: 40px;
}

.price-panel {
  padding: clamp(24px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 254, 250, .88), rgba(220, 232, 217, .76));
  box-shadow: var(--shadow);
}

.price-panel p {
  margin-top: 16px;
}

.price-card {
  padding: 26px;
  border: 1px solid rgba(56, 95, 76, .16);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.price-label {
  display: block;
  margin-bottom: 18px;
  color: var(--sage-dark);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 950;
  letter-spacing: -.04em;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 20px;
  color: var(--muted);
}

.faq {
  padding-top: 40px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 254, 250, .78);
  box-shadow: 0 12px 30px rgba(49, 59, 47, .06);
}

.faq-item summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--sage-dark);
  font-weight: 900;
}

.faq-item p {
  padding: 0 22px 22px;
  color: var(--muted);
}

.contact-section {
  background: radial-gradient(circle at 12% 20%, rgba(198, 111, 78, .13), transparent 24rem), linear-gradient(180deg, rgba(244, 234, 220, .62), var(--cream));
}

.contact-grid {
  align-items: start;
}

.contact-copy h2 {
  margin-bottom: 16px;
}

.contact-card {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 254, 250, .74);
  box-shadow: var(--shadow-soft);
}

.contact-card h3 {
  margin-bottom: 12px;
}

.contact-card p + p {
  margin-top: 8px;
}

.contact-card a {
  color: var(--sage-dark);
  font-weight: 850;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(56, 95, 76, .14);
  border-radius: var(--radius-lg);
  background: rgba(255, 254, 250, .9);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.two {
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  color: var(--sage-dark);
  font-size: .92rem;
  font-weight: 900;
}

input, textarea, select {
  width: 100%;
  border: 1px solid rgba(56, 95, 76, .2);
  border-radius: 18px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffdf8;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease;
}

textarea {
  resize: vertical;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 4px rgba(127, 154, 131, .2);
}

.form-note, .form-status {
  color: var(--muted);
  font-size: .92rem;
}

.form-status {
  min-height: 1.4em;
  font-weight: 800;
}

.form-status.is-visible {
  color: var(--sage-dark);
}

.consent-row {
  margin-top: 2px;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}

.consent input[type='checkbox'] {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  background: none;
  accent-color: var(--sage-dark);
  flex: 0 0 auto;
  cursor: pointer;
}

.consent input[type='checkbox']:focus-visible {
  outline: 2px solid var(--sage-dark);
  outline-offset: 2px;
}

.consent a {
  color: var(--sage-dark);
  font-weight: 850;
}

.site-footer {
  padding: 52px 0 26px;
  color: rgba(255, 254, 250, .82);
  background: #24302a;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: start;
}

.footer-brand strong, .footer-brand small {
  color: var(--white);
}

.footer-grid p {
  max-width: 420px;
  margin-top: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.footer-links a {
  color: rgba(255, 254, 250, .82);
  text-decoration: none;
  font-weight: 800;
}

.footer-links a:hover, .footer-links a:focus-visible {
  color: var(--white);
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 254, 250, .14);
}

.legal-hero {
  padding: 86px 0 34px;
}

.legal-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
}

.legal-hero p:not(.eyebrow) {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.08rem;
}

.legal-content {
  padding-top: 34px;
}

.legal-box {
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 254, 250, .82);
  box-shadow: var(--shadow-soft);
}

.legal-box h2 {
  margin-top: 32px;
  font-size: 1.45rem;
}

.legal-box h2:first-child {
  margin-top: 0;
}

.legal-box p {
  margin-top: 10px;
  color: var(--muted);
}

.legal-box a {
  color: var(--sage-dark);
  font-weight: 850;
}

.updated {
  color: var(--terracotta) !important;
  font-weight: 900;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 1040px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 960px) {
  .hero-grid, .split-grid, .audience-grid, .contact-grid, .price-panel {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: auto;
  }

  .main-image, .portrait-card, .wide-image {
    height: 430px;
    min-height: 430px;
  }

  .floating-note {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -58px 22px 0;
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 74px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 10px 13px;
    color: var(--sage-dark);
    background: rgba(255, 254, 250, .7);
    font-weight: 900;
  }

  .nav-lines, .nav-lines::before, .nav-lines::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }

  .nav-lines {
    position: relative;
  }

  .nav-lines::before, .nav-lines::after {
    content: '';
    position: absolute;
    left: 0;
  }

  .nav-lines::before {
    top: -6px;
  }

  .nav-lines::after {
    top: 6px;
  }

  body.nav-open .nav-lines {
    transform: rotate(45deg);
  }

  body.nav-open .nav-lines::before {
    transform: translateY(6px) rotate(90deg);
  }

  body.nav-open .nav-lines::after {
    opacity: 0;
  }

  .site-nav {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 84px;
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 254, 250, .96);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 16px;
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    padding-top: 62px;
  }

  .trust-panel, .step-list, .faq-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand small {
    font-size: .68rem;
  }

  .hero-actions, .legal-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .form-row.two {
    grid-template-columns: 1fr;
  }

  .main-image, .portrait-card, .wide-image {
    height: 360px;
    min-height: 360px;
  }

  .trust-card, .service-card, .step, .contact-card {
    padding: 22px;
  }
}
