:root {
  --leaf-050: #f7fbf5;
  --leaf-100: #eff7e9;
  --leaf-200: #d9ebcb;
  --leaf-300: #bbd99f;
  --leaf-400: #97c873;
  --leaf-500: #78b859;
  --leaf-600: #5f9646;
  --leaf-700: #456f33;
  --sage-050: #faf9f4;
  --sage-100: #f4f2ea;
  --sage-200: #e7e2d4;
  --sage-300: #d7cfbb;
  --warm-100: #f5e9df;
  --warm-300: #ddb598;
  --warm-500: #c8825a;
  --warm-600: #ac6945;
  --text-strong: #223127;
  --text-base: #405248;
  --text-soft: #65746b;
  --line-soft: #dce5d6;
  --line-strong: #b5c8aa;
  --shadow-soft: 0 24px 60px rgba(56, 84, 48, 0.08);
  --shadow-card: 0 18px 40px rgba(53, 76, 46, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --max-width: 100%;
  --content-width: 100%;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Aptos", "Segoe UI", "Trebuchet MS", sans-serif;
  color: var(--text-base);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(151, 200, 115, 0.12), transparent 24%),
    radial-gradient(circle at 88% 82%, rgba(200, 130, 90, 0.08), transparent 18%),
    linear-gradient(180deg, #fcfcf8 0%, #f6f1e7 100%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
}

.site-header {
  width: calc(100% - 5rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem 0 1.1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.brand span {
  display: grid;
  gap: 0.22rem;
}

.brand img {
  width: 66px;
  height: 66px;
}

.brand strong {
  display: block;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 1.34rem;
  color: var(--text-strong);
  line-height: 1.02;
}

.brand small {
  display: block;
  font-size: 0.88rem;
  color: var(--text-soft);
  letter-spacing: 0.035em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  color: var(--text-base);
  font-size: 0.99rem;
  letter-spacing: 0.013em;
}

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

.nav-cta {
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(239, 247, 233, 0.96), rgba(187, 217, 159, 0.86));
  border: 1px solid rgba(181, 200, 170, 0.82);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(95, 150, 70, 0.1);
}

.section {
  width: 100%;
  padding: 5.5rem 0;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 0.9rem 0 2.4rem;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero-section::before {
  top: -8rem;
  left: 28%;
  width: min(38vw, 32rem);
  height: min(22vw, 18rem);
  border-radius: 56% 44% 62% 38% / 54% 56% 44% 46%;
  background: radial-gradient(circle at 42% 46%, rgba(187, 217, 159, 0.5), rgba(151, 200, 115, 0.18) 60%, transparent 74%);
  transform: rotate(-18deg);
}

.hero-section::after {
  top: -7.5rem;
  left: 34%;
  width: min(34vw, 28rem);
  height: min(20vw, 14rem);
  border-radius: 60% 40% 58% 42% / 50% 63% 37% 50%;
  background: linear-gradient(120deg, rgba(244, 242, 234, 0.28), rgba(187, 217, 159, 0.28), rgba(120, 184, 89, 0.18));
  transform: rotate(-10deg);
}

.section-inner,
.site-footer {
  width: calc(100% - 5rem);
  margin: 0 auto;
}

.section-soft {
  background: linear-gradient(180deg, rgba(239, 247, 233, 0.46), rgba(250, 249, 244, 0.9));
}

.section-accent {
  background:
    linear-gradient(180deg, rgba(247, 251, 245, 0.92), rgba(239, 247, 233, 0.82)),
    linear-gradient(90deg, rgba(120, 184, 89, 0.06), transparent 28%, rgba(200, 130, 90, 0.05));
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(580px, 1.06fr);
  gap: clamp(2.4rem, 4vw, 5rem);
  align-items: center;
  min-height: clamp(700px, calc(100vh - 114px), 860px);
  padding-top: 1.2rem;
}

.eyebrow,
.card-label,
.calendar-label,
.price-label,
.footer-title {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--leaf-700);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-strong);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  line-height: 1.06;
}

h1 {
  max-width: 8ch;
  font-size: clamp(3.4rem, 5.5vw, 6.2rem);
  letter-spacing: -0.03em;
  line-height: 0.98;
}

h2 {
  max-width: 15ch;
  font-size: clamp(2.2rem, 3.2vw, 3.8rem);
}

h3 {
  font-size: 1.55rem;
}

.lead,
.section-text,
.story-panel p,
.reason-card p,
.pricing-card p,
.site-footer p,
.legal-copy p,
.legal-copy li {
  line-height: 1.75;
  font-size: 1.03rem;
}

.lead {
  max-width: 35ch;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  gap: 1.15rem;
  flex-wrap: wrap;
  margin: 2.7rem 0 0;
}

.hero-copy {
  max-width: 690px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.2rem 0 1.8rem clamp(1.8rem, 4vw, 4.8rem);
}

.hero-title {
  max-width: 10.6ch;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(4.35rem, 6.35vw, 7.1rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: none;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-copy .eyebrow {
  margin-bottom: 1.35rem;
  font-size: 0.82rem;
}

.hero-title-row {
  display: inline-flex;
  align-items: center;
  gap: 0.16em;
  white-space: nowrap;
}

.hero-inline-mark {
  display: inline-flex;
  width: 0.75em;
  height: 0.75em;
  color: var(--text-strong);
  transform: translateY(0.08em);
}

.hero-inline-mark svg {
  width: 100%;
  height: 100%;
}

.hero-subtitle {
  max-width: 18ch;
  margin: 2rem 0 0;
  font-size: clamp(1.22rem, 1.55vw, 1.62rem);
  line-height: 1.56;
  color: var(--text-strong);
}

.hero-subtitle span {
  position: relative;
  text-decoration: none;
  z-index: 0;
}

.hero-subtitle span::after {
  content: "";
  position: absolute;
  left: -0.06em;
  right: -0.08em;
  bottom: -0.18em;
  height: 0.18em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(151, 200, 115, 0.55), rgba(120, 184, 89, 0.2));
  transform: rotate(-2deg);
  z-index: -1;
}

.hero-rule {
  width: 88px;
  height: 4px;
  margin: 1.45rem 0 1.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--leaf-500), var(--leaf-300));
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 2.6rem;
  padding-top: 0;
  border-top: 0;
}

.hero-meta-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 0.85rem;
  align-items: start;
  padding-top: 1rem;
  border-top: 1px solid rgba(181, 200, 170, 0.75);
}

.hero-meta-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(181, 200, 170, 0.65);
  color: var(--leaf-700);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(56, 84, 48, 0.06);
}

.hero-meta-label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--leaf-700);
}

.hero-meta-item p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 1rem 2.05rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 1.05rem;
  font-weight: 800;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, rgba(187, 217, 159, 0.98), rgba(120, 184, 89, 0.98));
  border-color: rgba(120, 184, 89, 0.8);
  color: #1e2d1c;
  box-shadow: 0 18px 34px rgba(120, 184, 89, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, rgba(174, 211, 138, 0.98), rgba(95, 150, 70, 0.98));
}

.button-secondary {
  background: rgba(255, 255, 255, 0.48);
  border-color: rgba(120, 184, 89, 0.42);
  color: var(--text-strong);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--leaf-500);
  background: rgba(255, 255, 255, 0.82);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.6;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: var(--leaf-500);
  box-shadow: 0 0 0 5px rgba(120, 184, 89, 0.14);
}

.hero-visual {
  position: relative;
  min-height: clamp(620px, 72vh, 840px);
  display: grid;
  place-items: center;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  overflow: visible;
  padding: 1.6rem 0 0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: min(100%, 860px);
  aspect-ratio: 1 / 1;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 46%, rgba(244, 242, 234, 0.3), rgba(187, 217, 159, 0.22) 34%, rgba(120, 184, 89, 0.06) 54%, rgba(255, 255, 255, 0) 72%);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto -16% -9% 34%;
  height: 58%;
  z-index: 0;
  border-top-left-radius: 66% 82%;
  border-top-right-radius: 34% 26%;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.94), rgba(249, 246, 239, 0.96) 44%, rgba(231, 226, 212, 0.72) 100%);
}

.hero-card,
.story-panel,
.quote-panel,
.reason-card,
.calendar-shell,
.pricing-card,
.legal-layout,
.contact-card,
.blog-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(220, 229, 214, 0.95);
  box-shadow: 0 16px 40px rgba(56, 84, 48, 0.07);
}

.hero-image-card {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: visible;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(5%, 1.6%);
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
  transform: scale(1.11);
  filter: drop-shadow(0 38px 34px rgba(32, 49, 25, 0.18));
}

.hero-orbit {
  position: absolute;
  z-index: 1;
  width: min(100%, 880px);
  aspect-ratio: 1 / 1;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 1px solid rgba(120, 184, 89, 0.16);
}

.hero-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  width: 184px;
  height: 146px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.08rem;
  padding: 1.1rem 1rem 0.95rem;
  border-radius: 40% 60% 52% 48% / 52% 42% 58% 48%;
  background: linear-gradient(135deg, rgba(239, 247, 233, 0.98), rgba(187, 217, 159, 0.95));
  border: 1px solid rgba(120, 184, 89, 0.22);
  color: var(--text-strong);
  font-family: "Aptos", "Segoe UI", "Trebuchet MS", sans-serif;
  text-align: center;
  box-shadow: 0 20px 34px rgba(95, 150, 70, 0.16);
  transform: rotate(-8deg);
}

.hero-badge strong {
  display: block;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 4rem;
  line-height: 0.8;
  letter-spacing: -0.05em;
}

.hero-badge small {
  display: block;
  max-width: 11ch;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero-badge em {
  display: block;
  margin-top: 0.12rem;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 700;
}

.hero-badge-top {
  top: 15%;
  left: 12%;
}

.hero-swoosh {
  position: absolute;
  z-index: 1;
  left: -11%;
  bottom: -1%;
  width: min(74%, 42rem);
  height: auto;
  pointer-events: none;
}

.hero-swoosh path {
  stroke: rgba(103, 117, 103, 0.32);
  stroke-width: 3.5;
  stroke-linecap: round;
}


.section-intro {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.4rem;
}

.section-intro-wide {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: end;
}

.section-intro-wide .eyebrow {
  grid-column: 1 / -1;
}

.section-intro-wide .section-text {
  grid-column: 2;
  max-width: 54ch;
  margin: 0;
}

.about-me-title {
  width: min(100%, 1600px);
  max-width: none;
  margin: 0 0 2.4rem;
  margin-inline: auto;
  text-align: left;
}

.about-me-section {
  position: relative;
  overflow: hidden;
}

.about-me-section::before,
.about-me-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-me-section::before {
  width: min(520px, 45vw);
  aspect-ratio: 1 / 1;
  top: -18%;
  right: -10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 184, 89, 0.16), rgba(120, 184, 89, 0));
}

.about-me-section::after {
  left: 6%;
  bottom: 9%;
  width: min(240px, 35vw);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(120, 184, 89, 0),
    rgba(120, 184, 89, 0.32),
    rgba(120, 184, 89, 0)
  );
}

.about-me-section .section-inner {
  position: relative;
  z-index: 1;
}

.about-me-layout {
  display: grid;
  width: min(100%, 1600px);
  margin-inline: auto;
  grid-template-columns: minmax(600px, 1.18fr) minmax(420px, 0.82fr);
  gap: clamp(3.2rem, 5.4vw, 6rem);
  align-items: start;
  justify-content: start;
}

.about-me-image-wrap {
  margin: 0;
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

.about-me-image {
  display: block;
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(220, 229, 214, 0.95);
  box-shadow: 0 16px 40px rgba(56, 84, 48, 0.1);
}

.about-me-text {
  max-width: 47ch;
  padding-top: 1.5rem;
  padding-left: clamp(1.25rem, 2vw, 1.9rem);
  border-left: 3px solid var(--leaf-500);
  justify-self: start;
}

.about-me-name {
  margin: 0 0 0.7rem;
  color: var(--leaf-700);
  letter-spacing: 0.06em;
  font-size: 0.84rem;
  text-transform: uppercase;
  font-weight: 700;
}

.about-me-text h3 {
  margin: 0 0 1.15rem;
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.about-me-text p {
  margin: 0;
}

.about-me-text p + p {
  margin-top: 1.15rem;
}

.about-me-cta {
  margin-top: 1.7rem;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: 1.5rem;
  align-items: start;
}

.story-panel,
.quote-panel,
.pricing-card,
.contact-card,
.blog-card,
.legal-layout {
  padding: 2rem;
  border-radius: 22px;
}

.story-panel-highlight {
  background: linear-gradient(180deg, rgba(245, 250, 241, 0.98), rgba(255, 255, 255, 0.94));
}

.quote-panel {
  background: linear-gradient(180deg, rgba(251, 245, 238, 0.96), rgba(255, 255, 255, 0.92));
}

.quote-mark {
  margin: 0 0 0.8rem;
  font-size: 4rem;
  line-height: 0.8;
  color: var(--warm-500);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
}

.reasons-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 251, 245, 0.96), rgba(250, 249, 244, 0.98)),
    radial-gradient(circle at 8% 18%, rgba(120, 184, 89, 0.09), transparent 38%);
}

.reasons-section::before,
.reasons-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.reasons-section::before {
  top: -28%;
  right: -17%;
  width: min(620px, 42vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 184, 89, 0.11), rgba(120, 184, 89, 0));
}

.reasons-section::after {
  left: 9%;
  bottom: 12%;
  width: min(340px, 30vw);
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(120, 184, 89, 0),
    rgba(120, 184, 89, 0.32),
    rgba(120, 184, 89, 0)
  );
}

.reasons-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1600px);
  margin-inline: auto;
}

.reasons-head {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.4rem;
  max-width: 80ch;
  padding-left: clamp(1.35rem, 2.1vw, 2rem);
}

.reasons-head h2 {
  max-width: 17ch;
}

.reasons-head .eyebrow {
  color: #355229;
  font-weight: 800;
}

.reasons-lead {
  margin: 0;
  max-width: 58ch;
  line-height: 1.72;
  font-size: 1.04rem;
}

.reasons-layout {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  gap: clamp(1.7rem, 3vw, 3rem);
  align-items: start;
}

.reasons-highlight {
  padding: 2rem;
  padding-left: clamp(1.35rem, 2.1vw, 2rem);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(241, 249, 236, 0.99), rgba(255, 255, 255, 0.99));
  border: 1px solid rgba(188, 213, 171, 0.75);
  box-shadow: 0 18px 40px rgba(56, 84, 48, 0.1);
}

.reasons-kicker {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 800;
  color: #355229;
}

.reasons-highlight h3 {
  margin: 0 0 0.95rem;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.reasons-highlight p {
  margin: 0;
  line-height: 1.68;
}

.reasons-cta {
  margin-top: 1.4rem;
}

.reasons-proof {
  margin: 0.85rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.4;
}

.reasons-proof-stars {
  color: var(--warm-500);
  letter-spacing: 0.08em;
  font-size: 0.94rem;
  line-height: 1;
}

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

.reasons-card {
  display: grid;
  align-content: start;
  padding: 1.65rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(220, 229, 214, 0.95);
  box-shadow: 0 12px 30px rgba(56, 84, 48, 0.07);
}

.reasons-card h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.3rem, 1.6vw, 1.55rem);
}

.reasons-card p {
  margin: 0;
}

.reasons-icon {
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(120, 184, 89, 0.42);
  background: rgba(239, 247, 233, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.reasons-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: var(--leaf-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.reasons-icon-heart svg {
  stroke: var(--warm-600);
}

.reasons-card-strong {
  background: linear-gradient(180deg, rgba(247, 251, 245, 0.99), rgba(255, 255, 255, 0.99));
}

.reasons-card-soft {
  background: linear-gradient(180deg, rgba(242, 248, 238, 0.99), rgba(255, 255, 255, 0.99));
}

.reasons-card-warm {
  background: linear-gradient(180deg, rgba(251, 245, 238, 0.99), rgba(255, 255, 255, 0.99));
}

.calendar-section {
  position: relative;
}

.calendar-section .section-intro {
  width: min(100%, 1240px);
  margin-inline: auto;
  margin-bottom: 2rem;
}

.calendar-section .section-intro-wide {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.75fr);
  gap: clamp(1.4rem, 2.6vw, 3rem);
  align-items: end;
}

.calendar-section .section-intro-wide h2 {
  max-width: 11ch;
  font-size: clamp(2.25rem, 3.2vw, 3.35rem);
}

.calendar-section .section-intro-wide .section-text {
  max-width: 42ch;
}

.calendar-shell {
  padding: 2rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
}

.calendar-section .calendar-shell {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.3rem;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.legend-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  display: inline-block;
}

.legend-dot-available {
  background: var(--leaf-500);
}

.legend-dot-selected {
  background: var(--warm-500);
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.7rem;
}

.calendar-weekdays {
  margin-bottom: 0.8rem;
  color: var(--text-soft);
  font-weight: 600;
  font-size: 0.9rem;
}

.calendar-weekdays span,
.calendar-day {
  text-align: center;
}

.calendar-day {
  min-height: 92px;
  border-radius: 18px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-strong);
  padding: 0.8rem 0.5rem;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.calendar-day:hover,
.calendar-day:focus-visible {
  transform: translateY(-2px);
  border-color: var(--leaf-500);
  box-shadow: 0 10px 28px rgba(56, 84, 48, 0.08);
}

.calendar-day strong {
  display: block;
  font-size: 1.15rem;
}

.calendar-day span {
  display: block;
  margin-top: 0.4rem;
  color: var(--text-soft);
  font-size: 0.85rem;
}

.calendar-day.is-inactive {
  cursor: default;
  background: rgba(238, 242, 235, 0.64);
  color: var(--text-soft);
}

.calendar-day.is-inactive:hover,
.calendar-day.is-inactive:focus-visible {
  transform: none;
  border-color: var(--line-soft);
  box-shadow: none;
}

.calendar-day.is-selected {
  border-color: rgba(200, 130, 90, 0.8);
  background: rgba(245, 233, 223, 0.92);
  animation: dayPulse 280ms ease;
}

@keyframes dayPulse {
  0% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.pricing-card {
  position: relative;
  padding-bottom: 2rem;
}

.pricing-card .price {
  margin: 1.4rem 0;
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: "Iowan Old Style", "Palatino Linotype", serif;
  color: var(--leaf-700);
}

.pricing-card-featured {
  background: linear-gradient(180deg, rgba(245, 250, 241, 0.98), rgba(255, 255, 255, 0.94));
  border-color: rgba(120, 184, 89, 0.42);
}

.featured-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(120, 184, 89, 0.16);
  color: var(--leaf-700);
  font-size: 0.82rem;
  font-weight: 700;
}

.site-footer {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 1fr;
  padding: 3rem 0 3.4rem;
  border-top: 1px solid rgba(181, 200, 170, 0.7);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.footer-links a,
.footer-mail {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--text-base);
}

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

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.booking-modal[hidden] {
  display: none;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
}

.booking-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 43, 35, 0.38);
  backdrop-filter: blur(6px);
}

.booking-dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), 720px);
  margin: 10vh auto 0;
  padding: 2rem;
  border-radius: 24px;
  background: rgba(252, 251, 247, 0.98);
  border: 1px solid rgba(220, 229, 214, 0.9);
  box-shadow: 0 36px 80px rgba(19, 35, 24, 0.18);
  animation: modalRise 220ms ease;
}

@keyframes modalRise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--sage-100);
  color: var(--text-strong);
  cursor: pointer;
}

.selected-date {
  margin: 1rem 0 1.2rem;
  font-weight: 700;
  color: var(--text-strong);
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.time-slot {
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--text-strong);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.time-slot:hover,
.time-slot:focus-visible {
  transform: translateY(-1px);
  border-color: var(--leaf-500);
}

.time-slot.is-selected {
  border-color: var(--warm-500);
  background: rgba(245, 233, 223, 0.88);
}

.booking-link {
  width: 100%;
}

.page-body {
  background: linear-gradient(180deg, var(--sage-050), #ffffff);
}

.simple-page-main {
  width: min(calc(100% - 2rem), 900px);
  margin: 0 auto;
  padding: 2rem 0 5rem;
}

.simple-page-hero {
  margin: 2rem 0 1.6rem;
}

.simple-page-hero h1 {
  max-width: none;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.legal-layout,
.contact-card,
.blog-card {
  margin-bottom: 1rem;
}

.legal-copy ul {
  padding-left: 1.2rem;
}

.contact-grid,
.blog-grid {
  display: grid;
  gap: 1rem;
}

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

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

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

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

@media (max-width: 980px) {
  .hero,
  .section-intro-wide,
  .about-me-layout,
  .reasons-layout,
  .story-layout,
  .reasons-grid,
  .pricing-grid,
  .site-footer,
  .contact-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .about-me-title {
    margin-bottom: 1.5rem;
    max-width: none;
  }

  .about-me-layout {
    gap: 1.35rem;
  }

  .about-me-image-wrap {
    max-width: none;
  }

  .about-me-text {
    max-width: none;
    padding-top: 0.95rem;
    padding-left: 0;
    border-left: 0;
    border-top: 3px solid var(--leaf-500);
  }

  .about-me-text h3 {
    font-size: clamp(1.65rem, 5.8vw, 2.1rem);
  }

  .about-me-name {
    margin-bottom: 0.55rem;
  }

  .about-me-cta {
    width: 100%;
    margin-top: 1.45rem;
  }

  .calendar-section .section-intro {
    margin-bottom: 1.4rem;
  }

  .calendar-section .section-intro-wide h2,
  .calendar-section .section-intro-wide .section-text {
    max-width: none;
  }

  .calendar-section .section-intro-wide h2 {
    font-size: clamp(2rem, 6.8vw, 2.85rem);
  }

  .calendar-section .calendar-shell {
    width: 100%;
    padding: 1.55rem;
  }

  .reasons-head {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .reasons-head h2,
  .reasons-lead {
    max-width: none;
  }

  .reasons-highlight {
    padding: 1.5rem;
  }

  .reasons-card {
    padding: 1.35rem;
  }

  .reasons-cta {
    width: 100%;
  }

  .reasons-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.6rem;
  }

  .hero {
    gap: 2.4rem;
    min-height: auto;
    padding-top: 0.4rem;
  }

  .hero-title {
    max-width: 7.8ch;
    font-size: clamp(4rem, 8.8vw, 5.9rem);
  }

  .hero-copy {
    max-width: none;
    padding-left: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;
  }

  .hero-subtitle {
    max-width: 22ch;
    font-size: 1.18rem;
  }

  .hero-visual {
    min-height: 34rem;
    width: 100%;
  }

  .hero-visual::before {
    width: min(100%, 700px);
    top: 50%;
    left: 50%;
  }

  .hero-visual::after {
    inset: auto -8% -10% 24%;
    height: 54%;
  }

  .hero-image-card {
    width: min(100%, 620px);
    transform: none;
  }

  .hero-image {
    transform: scale(1.03);
  }

  .hero-orbit {
    width: min(100%, 680px);
    left: 50%;
  }

  .hero-badge {
    width: 160px;
    height: 130px;
  }

  .hero-badge strong {
    font-size: 3.3rem;
  }

  .hero-badge small {
    font-size: 0.88rem;
  }

  .hero-badge-top {
    top: 4%;
    left: 3%;
  }

  .hero-swoosh {
    left: -8%;
    bottom: -3%;
    width: min(56%, 28rem);
  }

  .section-intro-wide .section-text,
  .section-intro-wide .eyebrow {
    grid-column: auto;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.1rem;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 0.85rem 1rem;
  }

  .nav-cta {
    padding: 0.8rem 1.15rem;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .section {
    padding: 3.4rem 0;
  }

  .hero-section::before,
  .hero-section::after {
    display: none;
  }

  .hero-title {
    max-width: 8.4ch;
    font-size: clamp(2.95rem, 11.2vw, 4.25rem);
    line-height: 0.92;
  }

  .lead {
    max-width: 33ch;
    font-size: 1rem;
  }

  .section-inner,
  .site-header,
  .site-footer {
    width: calc(100% - 1.4rem);
  }

  .site-nav {
    gap: 0.75rem;
  }

  .site-nav a {
    font-size: 0.92rem;
  }

  .brand {
    gap: 0.75rem;
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

  .brand strong {
    font-size: 1.12rem;
  }

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

  .hero-copy {
    padding: 0.2rem 0;
  }

  .calendar-weekdays,
  .calendar-grid {
    gap: 0.45rem;
  }

  .calendar-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }

  .calendar-day {
    min-height: 74px;
    border-radius: 14px;
    padding: 0.65rem 0.35rem;
  }

  .hero-subtitle {
    max-width: 23ch;
    font-size: 1rem;
    margin-top: 1.45rem;
  }

  .hero-actions {
    margin-top: 1.8rem;
    gap: 0.8rem;
  }

  .story-panel,
  .quote-panel,
  .reason-card,
  .reasons-card,
  .reasons-highlight,
  .calendar-shell,
  .pricing-card,
  .booking-dialog {
    border-radius: 18px;
  }

  .hero-image-card {
    width: min(100%, 430px);
    margin-inline: auto;
    border-radius: 0;
  }

  .hero-image {
    min-height: 0;
    border-radius: 0;
  }

  .hero-orbit,
  .hero-badge,
  .hero-swoosh {
    display: none;
  }

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

@media (max-width: 560px) {
  .section-inner,
  .site-header,
  .site-footer {
    width: calc(100% - 1rem);
  }

  .site-header {
    padding: 1rem 0 0.7rem;
    gap: 0.8rem;
  }

  .site-nav {
    gap: 0.55rem 0.7rem;
  }

  .site-nav a {
    font-size: 0.88rem;
  }

  .nav-cta {
    padding: 0.7rem 1rem;
  }

  .hero-section {
    padding: 0.3rem 0 1.8rem;
  }

  .hero-title {
    max-width: 8.6ch;
    font-size: clamp(2.35rem, 12vw, 3.45rem);
    line-height: 0.95;
  }

  .hero-copy .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.11em;
    margin-bottom: 0.9rem;
  }

  .hero-subtitle {
    max-width: 24ch;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-top: 1.05rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 1.35rem;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 56px;
    padding: 0.82rem 1rem;
    font-size: 0.98rem;
  }

  .hero-visual {
    min-height: 19rem;
    padding-top: 0.2rem;
  }

  .hero-image-card {
    width: min(100%, 360px);
  }

  .calendar-section .calendar-shell {
    padding: 1.2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .calendar-weekdays,
  .calendar-grid {
    min-width: 540px;
  }

  .calendar-day {
    min-height: 68px;
  }

  .pricing-card .price {
    margin: 1rem 0;
    font-size: clamp(1.8rem, 8vw, 2.25rem);
  }

  .pricing-card .button {
    width: 100%;
  }

  .booking-dialog {
    width: min(calc(100% - 1rem), 720px);
    margin-top: 6vh;
    padding: 1.4rem;
  }

  .site-footer {
    padding: 2rem 0 2.4rem;
  }

  .footer-bottom {
    font-size: 0.86rem;
  }
}
