:root {
  --bg: #f4ede4;
  --bg-alt: #fbf7f1;
  --surface: rgba(255, 252, 247, 0.78);
  --surface-strong: #fffaf4;
  --surface-muted: #efe4d5;
  --text: #253237;
  --text-soft: #556469;
  --heading: #1b262b;
  --accent: #7c5c49;
  --accent-deep: #5c4033;
  --line: rgba(37, 50, 55, 0.12);
  --shadow: 0 24px 70px rgba(45, 39, 31, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1180px;
  --font-body: "Aptos", "Avenir Next", "Segoe UI", sans-serif;
  --font-heading: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(192, 164, 141, 0.24), transparent 34%),
    radial-gradient(circle at 85% 10%, rgba(133, 154, 143, 0.18), transparent 30%),
    linear-gradient(180deg, #f7f1e8 0%, var(--bg) 44%, #f7f3ee 100%);
  line-height: 1.6;
}

.demo-banner {
  padding: 0.65rem 0;
  background: rgba(92, 64, 51, 0.08);
  border-bottom: 1px solid rgba(37, 50, 55, 0.08);
  color: var(--accent-deep);
  font-size: 0.92rem;
  text-align: center;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(124, 92, 73, 0.4);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--heading);
  color: #fff;
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 1rem 0;
  transition: padding 200ms ease, background-color 200ms ease, backdrop-filter 200ms ease;
}

.site-header.is-scrolled {
  padding: 0.55rem 0;
  background: rgba(244, 237, 228, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(37, 50, 55, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.95rem;
  background:
    linear-gradient(135deg, rgba(124, 92, 73, 0.16), rgba(124, 92, 73, 0.28)),
    var(--surface-strong);
  box-shadow: inset 0 0 0 1px rgba(124, 92, 73, 0.16);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: var(--accent-deep);
}

.brand__text {
  display: grid;
  gap: 0.05rem;
}

.brand__text strong,
.brand__text span {
  display: block;
}

.brand__text strong {
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.brand__text span {
  font-size: 0.86rem;
  color: var(--text-soft);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--text-soft);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--heading);
}

.site-nav .button,
.site-nav .button:hover,
.site-nav .button:focus-visible {
  color: #fff;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.9);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  color: var(--heading);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.8rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 30px rgba(92, 64, 51, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 34px rgba(92, 64, 51, 0.2);
}

.button--ghost {
  background: rgba(255, 250, 244, 0.7);
  color: var(--heading);
  box-shadow: inset 0 0 0 1px rgba(37, 50, 55, 0.08);
}

.button--small {
  min-height: auto;
  padding: 0.7rem 1rem;
}

.hero {
  padding: 3rem 0 4rem;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2rem;
  align-items: center;
}

.hero__content h1,
.section-heading h2,
.approach__content h2,
.profile__intro h2,
.booking-copy h2 {
  margin: 0;
  color: var(--heading);
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.hero__content h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
  max-width: 12ch;
}

.hero__lede,
.section-heading p,
.approach__content p,
.profile__intro p,
.booking-copy p {
  font-size: 1.08rem;
  color: var(--text-soft);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent-deep);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 700;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0 2.3rem;
}

.hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero__highlights li,
.proof-card,
.proof-stats div,
.service-card,
.step-card,
.credentials-card,
.reason-card,
.pricing-card,
.booking-form,
.hero-note {
  background: var(--surface);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow);
}

.hero__highlights li {
  padding: 1rem;
  border-radius: 1.2rem;
}

.hero__highlights strong,
.proof-stats strong {
  display: block;
  color: var(--heading);
  margin-bottom: 0.2rem;
}

.hero__highlights span,
.proof-stats span {
  color: var(--text-soft);
  font-size: 0.95rem;
}

.hero__visual {
  position: relative;
}

.hero-card {
  position: relative;
  margin: 0;
  padding: 1rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 244, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -1.2rem auto auto -1.2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(133, 154, 143, 0.34), rgba(255, 255, 255, 0.2));
  z-index: -1;
}

.hero-card img {
  width: 100%;
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius-xl) - 12px);
}

.hero-card figcaption {
  padding: 1rem 0.35rem 0.2rem;
  color: var(--text-soft);
}

.hero-note {
  position: absolute;
  right: -1.2rem;
  bottom: 1.8rem;
  max-width: 16rem;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
}

.hero-note p,
.proof-card p,
.service-card p,
.step-card p,
.reason-card p,
.pricing-note,
.form-note,
.form-status,
.booking-direct,
.site-footer p {
  margin: 0;
  color: var(--text-soft);
}

.proof {
  padding: 0 0 1.2rem;
}

.proof__grid,
.fees-grid,
.booking-grid,
.profile,
.approach {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.proof-card,
.proof-stats div,
.service-card,
.step-card,
.credentials-card,
.reason-card,
.pricing-card,
.booking-form {
  border-radius: var(--radius-lg);
  padding: 1.5rem;
}

.proof-card h2,
.service-card h3,
.step-card h3,
.credentials-card h3,
.reason-card h3,
.site-footer h2 {
  margin: 0 0 0.75rem;
  color: var(--heading);
}

.proof-stats {
  display: grid;
  gap: 1rem;
}

.proof-stats div {
  display: grid;
  gap: 0.2rem;
  align-content: center;
}

.section {
  padding: 5rem 0;
}

.section--alt {
  background:
    linear-gradient(180deg, rgba(255, 250, 244, 0.54), rgba(255, 249, 243, 0.32));
}

.section--profile {
  padding-top: 2rem;
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section-heading h2,
.approach__content h2,
.profile__intro h2,
.booking-copy h2 {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  margin-bottom: 1rem;
}

.services-grid,
.steps-grid,
.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.step-card,
.reason-card {
  height: 100%;
}

.service-card ul,
.credentials-card ul,
.booking-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--text-soft);
}

.service-card li,
.credentials-card li,
.booking-list li {
  margin-bottom: 0.5rem;
}

.step-card span {
  display: inline-flex;
  margin-bottom: 1.1rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(124, 92, 73, 0.12);
  color: var(--accent-deep);
  font-weight: 700;
}

.accordion-group {
  display: grid;
  gap: 0.95rem;
}

.accordion-group details {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 251, 246, 0.68);
  box-shadow: 0 14px 30px rgba(45, 39, 31, 0.06);
  overflow: hidden;
}

.accordion-group summary {
  cursor: pointer;
  list-style: none;
  padding: 1.2rem 1.35rem;
  color: var(--heading);
  font-weight: 600;
}

.accordion-group summary::-webkit-details-marker {
  display: none;
}

.accordion-group summary::after {
  content: "+";
  float: right;
  color: var(--accent);
  font-size: 1.25rem;
}

.accordion-group details[open] summary::after {
  content: "-";
}

.accordion-group details p {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  color: var(--text-soft);
}

.credentials-card {
  align-self: start;
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.9), rgba(239, 228, 213, 0.75));
}

.pricing-card {
  align-self: end;
}

.pricing-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(37, 50, 55, 0.08);
}

.pricing-row:first-child {
  padding-top: 0;
}

.pricing-row:last-of-type {
  border-bottom: 0;
}

.pricing-row strong {
  color: var(--heading);
}

.pricing-note {
  margin-top: 1rem;
}

.section--booking {
  position: relative;
  overflow: clip;
}

.section--booking::before {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(133, 154, 143, 0.18), transparent 70%);
  pointer-events: none;
}

.booking-form {
  display: grid;
  gap: 1rem;
}

.field-group {
  display: grid;
  gap: 0.4rem;
}

.field-group label,
.choice-group legend {
  color: var(--heading);
  font-weight: 600;
}

.field-group input,
.field-group textarea {
  width: 100%;
  border: 1px solid rgba(37, 50, 55, 0.14);
  border-radius: 1rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
}

.field-group textarea {
  resize: vertical;
  min-height: 8rem;
}

.choice-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.segmented-control {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.6rem;
}

.segmented-control label {
  position: relative;
}

.segmented-control input {
  position: absolute;
  opacity: 0.0001;
  inset: 0;
}

.segmented-control span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 50, 55, 0.12);
  background: rgba(255, 255, 255, 0.76);
  color: var(--text-soft);
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.segmented-control input:checked + span {
  background: rgba(124, 92, 73, 0.12);
  border-color: rgba(124, 92, 73, 0.35);
  color: var(--heading);
}

.segmented-control input:focus-visible + span {
  outline: 3px solid rgba(124, 92, 73, 0.4);
  outline-offset: 3px;
}

.form-summary {
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(124, 92, 73, 0.08);
  color: var(--heading);
}

.form-note,
.form-status {
  font-size: 0.95rem;
}

.accordion-group--faq details {
  background: rgba(255, 251, 246, 0.92);
}

.site-footer {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid rgba(37, 50, 55, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.5rem;
}

.brand--footer {
  margin-bottom: 1rem;
}

.footer-note {
  margin-top: 1rem;
  color: var(--accent-deep);
}

.js-enabled [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1000px) {
  .hero__grid,
  .proof__grid,
  .fees-grid,
  .booking-grid,
  .profile,
  .approach,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .steps-grid,
  .reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero__content h1 {
    max-width: 14ch;
  }

  .hero-note {
    right: 1rem;
    bottom: 1rem;
  }
}

@media (max-width: 760px) {
  .site-header__inner {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .js-enabled .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    width: 100%;
    padding-top: 0.5rem;
  }

  .js-enabled .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.35rem);
    display: none;
    width: auto;
    padding-top: 0;
    padding: 1rem;
    border-radius: 1.2rem;
    background: rgba(255, 250, 244, 0.95);
    border: 1px solid rgba(37, 50, 55, 0.08);
    box-shadow: var(--shadow);
  }

  .js-enabled .site-nav.is-open {
    display: flex;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero__highlights,
  .services-grid,
  .steps-grid,
  .reasons-grid {
    grid-template-columns: 1fr;
  }

  .hero-card img {
    aspect-ratio: 4 / 3.6;
  }

  .hero-note {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }

  .section {
    padding: 4rem 0;
  }

  .shell {
    width: min(calc(100% - 1.3rem), var(--max-width));
  }
}
