:root {
  --cream: #f6f1eb;
  --paper: #fbf8f4;
  --white: #fffcf8;
  --sage: #8ea08c;
  --sage-deep: #5f725f;
  --rose: #d4b8b2;
  --sand: #e8d9c8;
  --ink: #3a3734;
  --muted: #6d6762;
  --line: rgba(58, 55, 52, 0.13);
  --line-strong: rgba(58, 55, 52, 0.22);
  --shadow: 0 18px 50px rgba(58, 55, 52, 0.06);
  --serif: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --sans: "Outfit", "Avenir Next", "Segoe UI", sans-serif;
  --max: 1120px;
  --narrow: 720px;
}

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

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 84px;
}

body {
  margin: 0;
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  padding-bottom: 96px;
}

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

a {
  color: var(--sage-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ink);
}

h1,
h2,
h3,
.display {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.01em;
  color: var(--ink);
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

.soft {
  filter: saturate(0.78) contrast(0.92) brightness(1.04);
}

.ad-bar {
  background: #ece4da;
  color: var(--ink);
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-bottom: 1px solid var(--line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 241, 235, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  line-height: 1.1;
}

.logo strong {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
}

.logo span {
  font-size: 10px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
}

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

.nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.nav a:hover {
  color: var(--sage-deep);
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-strong);
  width: 42px;
  height: 36px;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 16px;
  height: 1px;
  background: var(--ink);
  margin: 0 auto;
  position: relative;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -5px;
}

.nav-toggle span::after {
  top: 5px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--sage-deep);
  background: transparent;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.btn:hover {
  background: var(--sage-deep);
  color: #fbf8f4;
}

.btn-fill {
  background: var(--sage-deep);
  color: #fbf8f4;
}

.btn-fill:hover {
  background: #4e5e4e;
  color: #fbf8f4;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 22px;
}

.section {
  padding: 88px 0;
}

.section-alt {
  background: var(--paper);
}

.kicker {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 14px;
}

h2 {
  font-size: clamp(32px, 4.4vw, 48px);
  margin: 0 0 18px;
}

.lead {
  font-size: 18px;
  font-weight: 300;
  color: var(--muted);
  max-width: 58ch;
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.section-head .lead {
  margin-left: auto;
  margin-right: auto;
}

.section-head h2 {
  margin-bottom: 14px;
}

.section-note {
  margin-top: 28px;
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.section-cta {
  margin-top: 28px;
}

.hero {
  padding: 56px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: start;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-note {
  font-size: 13px;
  color: var(--muted);
  max-width: 46ch;
}

.hero h1 {
  font-size: clamp(40px, 6vw, 64px);
  margin: 0 0 18px;
  font-weight: 500;
  line-height: 1.12;
}

.hero .lead {
  margin-bottom: 28px;
}

.hero-visual {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 6px;
}

.hero-visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}

.hero-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(251, 248, 244, 0.88);
  padding: 10px 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rule {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat {
  padding: 28px 22px;
  border-right: 1px solid var(--line);
  text-align: left;
}

.stat:last-child {
  border-right: 0;
}

.stat b {
  display: block;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--sage-deep);
}

.stat span {
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}

.intro-photo {
  display: block;
  width: 100%;
  max-width: 720px;
  height: 360px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto 36px;
  border-radius: 4px;
}

.frame {
  border-radius: 4px;
  overflow: hidden;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.split img,
.frame img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

.split.reverse .copy {
  order: 2;
}

.list-thin {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.list-thin li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 15px;
}

.list-thin li:last-child {
  border-bottom: 1px solid var(--line);
}

.plate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 0;
  align-items: stretch;
}

.plate-card {
  background: var(--white);
  padding: 28px 24px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  align-items: center;
}

.plate-card h3 {
  font-size: 26px;
  margin: 12px 0 10px;
}

.plate-card p {
  flex: 1;
  color: var(--muted);
  font-size: 15px;
}

.plate-ico {
  width: 28px;
  height: 28px;
  stroke: var(--sage-deep);
  fill: none;
  stroke-width: 1.1;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 0;
  align-items: stretch;
}

.plan {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(58, 55, 52, 0.04);
  height: 100%;
}

.plan.is-featured {
  border-color: var(--sage-deep);
  background: #f8f4ee;
}

.plan-media {
  position: relative;
}

.plan img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.plan-popular {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #c9a27a;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}

.plan-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.plan h3 {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 6px;
  color: var(--sage-deep);
}

.plan-price {
  font-family: var(--sans);
  font-size: 15px;
  margin: 0 0 12px;
  color: var(--muted);
}

.plan-price strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
}

.plan-price small {
  font-size: 13px;
}

.plan-desc {
  font-size: 14.5px;
  color: var(--muted);
  margin: 0 0 16px;
  flex: 1;
}

.plan-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 8px;
}

.plan-meals {
  display: inline-flex;
  align-items: center;
  background: #e7efe4;
  color: var(--sage-deep);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.plan-day {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 18px;
}

.plan .btn {
  width: 100%;
  border-radius: 999px;
}

.plan-table-wrap {
  margin-top: 36px;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--white);
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 640px;
}

.plan-table th,
.plan-table td {
  text-align: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.plan-table th:first-child,
.plan-table td:first-child {
  text-align: left;
}

.plan-table th:last-child,
.plan-table td:last-child {
  text-align: right;
}

.plan-table th {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
  background: #f3ebe2;
}

.plan-table tr:last-child td {
  border-bottom: 0;
}

.plan-table a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-page {
  padding: 40px 0 80px;
}

.order-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.order-page .form-card,
.order-card {
  max-width: none;
  margin: 0;
}

.order-card h1 {
  font-size: clamp(28px, 4vw, 38px);
  margin: 0 0 10px;
}

.order-step {
  display: none;
}

.order-step.active {
  display: block;
}

.stepper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 36px;
  position: relative;
}

.stepper::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: var(--line);
  z-index: 0;
}

.stepper-bar {
  position: absolute;
  top: 18px;
  left: 8%;
  height: 2px;
  width: 0;
  background: var(--sage-deep);
  z-index: 1;
  transition: width 0.35s ease;
}

.stepper-item {
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: center;
}

.stepper-dot {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--white);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.stepper-item.active .stepper-dot {
  border-color: var(--sage-deep);
  color: var(--sage-deep);
}

.stepper-item.done .stepper-dot {
  background: var(--sage-deep);
  border-color: var(--sage-deep);
  color: #fff;
}

.stepper-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.stepper-item.active .stepper-label {
  color: var(--ink);
}

.plan-pick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.plan-pick-opt {
  position: relative;
  text-align: left;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 14px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.plan-pick-opt:hover {
  border-color: var(--sage);
}

.plan-pick-opt.selected {
  border-color: var(--sage-deep);
  background: rgba(142, 160, 140, 0.12);
}

.plan-pick-opt img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 12px;
}

.plan-pick-opt h3 {
  font-family: var(--serif);
  font-size: 24px;
  margin: 0 0 4px;
  font-weight: 500;
}

.plan-pick-price {
  margin: 0 0 4px;
  font-size: 15px;
}

.plan-pick-price b {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.plan-pick-price span,
.plan-pick-opt > p:last-child {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.plan-pick-opt .tick {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--sage-deep);
  color: #fff;
  display: none;
  place-items: center;
  font-size: 12px;
}

.plan-pick-opt.selected .tick {
  display: grid;
}

.period-pick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.period-opt {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 22px 16px;
  text-align: center;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.period-opt:hover {
  border-color: var(--sage);
}

.period-opt.selected {
  border-color: var(--sage-deep);
  background: rgba(142, 160, 140, 0.12);
}

.period-opt b {
  display: block;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.period-opt > span {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin: 4px 0 12px;
}

.period-price {
  font-family: var(--serif);
  font-size: 22px;
  margin-bottom: 6px;
}

.period-opt small {
  display: block;
  color: var(--sage-deep);
  font-size: 13px;
  font-weight: 500;
}

.field-err {
  margin: 14px 0 0;
  color: #8a4a42;
  font-size: 14px;
}

.order-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.order-nav-start {
  justify-content: flex-start;
}

.order-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 24px;
}

.order-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
}

.order-chip em {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.order-chip b {
  font-weight: 500;
}

.step4-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.day-menu {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 18px;
}

.day-menu-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.day-menu-head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.day-menu-head span {
  font-size: 12.5px;
  color: var(--muted);
}

.day-menu-badge {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage-deep);
  white-space: nowrap;
}

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

.day-menu-list li {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.day-menu-list li:last-child {
  border-bottom: 0;
}

.day-menu-time {
  font-size: 12px;
  color: var(--muted);
}

.day-menu-meal b {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.day-menu-meal small {
  color: var(--muted);
  font-size: 12px;
}

.day-menu-kcal {
  font-size: 13px;
  color: var(--sage-deep);
  white-space: nowrap;
}

.day-menu-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line-strong);
}

.day-menu-total span {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.day-menu-total b {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.step4-fields h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.order-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
  max-width: var(--max);
}

.order-summary {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 28px 26px;
  position: sticky;
  top: 96px;
  border-radius: 4px;
}

.order-summary img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  margin: 8px 0 18px;
  border-radius: 2px;
}

.order-summary h1 {
  font-size: 36px;
  margin: 0 0 6px;
}

.order-price {
  font-family: var(--serif);
  font-size: 24px;
  margin: 0 0 8px;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: rgba(246, 241, 235, 0.94);
}

.loader.is-on {
  display: flex;
}

.loader p {
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.spinner {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-strong);
  border-top-color: var(--sage-deep);
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

body.is-loading {
  overflow: hidden;
}

.team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 0;
  align-items: stretch;
}

.person {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.person img,
.avatar {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center top;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efe6db;
  font-family: var(--serif);
  font-size: 64px;
  color: var(--sage-deep);
}

.person-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.person-body p {
  color: var(--muted);
  font-size: 14.5px;
}

.person h3 {
  font-size: 26px;
  margin: 0 0 4px;
}

.person .role {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 10px;
}

.call-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.call-box .frame img {
  height: 420px;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  counter-increment: step;
  padding: 16px 0 16px 52px;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 16px;
  font-family: var(--serif);
  font-size: 20px;
  color: var(--sage-deep);
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-q {
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  padding: 18px 36px 18px 0;
  font-family: var(--serif);
  font-size: 22px;
  color: var(--ink);
  cursor: pointer;
  position: relative;
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  font-weight: 300;
  color: var(--sage-deep);
}

.faq-item.is-open .faq-q::after {
  content: "–";
}

.faq-a {
  display: none;
  padding: 0 8px 18px 0;
  color: var(--muted);
}

.faq-item.is-open .faq-a {
  display: block;
}

.form-card {
  max-width: 640px;
  margin: 36px auto 0;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 36px 32px;
  border-radius: 4px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 12px 12px;
  outline: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--sage-deep);
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--muted);
  grid-column: 1 / -1;
}

.check input {
  margin-top: 4px;
}

.form-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}

.site-footer {
  background: #efe7dc;
  padding: 64px 0 28px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.site-footer h3 {
  font-size: 22px;
  margin: 0 0 14px;
}

.site-footer p,
.site-footer li,
.site-footer address {
  font-size: 14px;
  font-style: normal;
  color: var(--muted);
}

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

.sources li {
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.sources a {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 12px;
}

.disclaimer {
  font-size: 12px;
  color: var(--muted);
  max-width: 90ch;
  margin: 28px 0 18px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.copy-line {
  font-size: 12px;
  color: var(--muted);
}

.legal-page {
  padding: 48px 0 80px;
}

.legal-page .wrap {
  max-width: 760px;
}

.legal-page h1 {
  font-size: clamp(32px, 4vw, 46px);
  margin: 0 0 10px;
}

.legal-page h2 {
  font-size: 28px;
  margin: 32px 0 10px;
}

.legal-page h3 {
  font-size: 20px;
  margin: 22px 0 8px;
}

.ty {
  max-width: 680px;
  margin: 0 auto;
  padding: 64px 22px 90px;
}

.ty h1 {
  font-size: clamp(34px, 4vw, 48px);
  margin: 0 0 12px;
}

.ty-box {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

.ty ol {
  padding-left: 18px;
  color: var(--muted);
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 920px;
  z-index: 80;
  display: none;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
  padding: 16px 18px;
}

.cookie-banner.is-on {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.btn-sm {
  min-height: 38px;
  padding: 0 14px;
  font-size: 11px;
}

@media (max-width: 960px) {
  .hero-grid,
  .split,
  .split.reverse .copy,
  .stats,
  .plate-grid,
  .plans,
  .team,
  .call-box,
  .footer-grid,
  .form-grid,
  .order-grid,
  .plan-pick,
  .period-pick,
  .step4-grid {
    grid-template-columns: 1fr;
  }

  .stepper-label {
    display: none;
  }

  .split.reverse .copy {
    order: 0;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .hero-visual img,
  .split img,
  .frame img,
  .call-box .frame img {
    height: 340px;
  }

  .intro-photo {
    height: 260px;
    margin-bottom: 28px;
  }

  .order-summary {
    position: static;
  }

  .person img,
  .avatar {
    height: 300px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 22px 18px;
    gap: 12px;
  }

  .nav.is-open {
    display: flex;
  }

  .header-inner {
    position: relative;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions .btn {
    flex: 1;
  }
}

@media (max-width: 600px) {
  .section {
    padding: 64px 0;
  }

  .section-head {
    margin-bottom: 28px;
  }

  .form-card {
    padding: 24px 18px;
  }

  .hero {
    padding: 36px 0 48px;
  }

  .hero h1 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .plan h3 {
    font-size: 24px;
  }

  .order-page {
    padding: 36px 0 64px;
  }

  .ty {
    padding: 48px 18px 72px;
  }
}
