:root {
  --ink: #1a2218;
  --ink-soft: #3d4a38;
  --paper: #f3efe4;
  --paper-deep: #e7e0d0;
  --leaf: #2f5d3a;
  --leaf-deep: #1f3d28;
  --moss: #7f9b74;
  --tomato: #c94b32;
  --tomato-deep: #9e3521;
  --butter: #f0d9a0;
  --steam: rgba(243, 239, 228, 0.55);
  --shadow: 0 24px 60px rgba(26, 34, 24, 0.18);
  --radius: 1.25rem;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-body);
  background:
    radial-gradient(1200px 700px at 85% -10%, rgba(240, 217, 160, 0.35), transparent 60%),
    radial-gradient(900px 600px at -10% 20%, rgba(47, 93, 58, 0.12), transparent 55%),
    linear-gradient(180deg, #f7f3ea 0%, var(--paper) 45%, #ebe4d5 100%);
  line-height: 1.55;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--leaf);
  outline-offset: 3px;
}

.btn,
.nav-toggle,
.map-toggle,
.tab-btn,
.nav-text-btn,
.site-nav a,
.interest-options label {
  min-height: 44px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1.25rem, 4vw, 3rem);
  backdrop-filter: blur(14px);
  background: rgba(247, 243, 234, 0.78);
  border-bottom: 1px solid rgba(26, 34, 24, 0.06);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 0.7rem;
  background: transparent;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle-bars {
  position: relative;
}

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

.nav-toggle-bars::before {
  top: -6px;
}

.nav-toggle-bars::after {
  top: 6px;
}

.site-header.is-nav-open .nav-toggle-bars {
  background: transparent;
}

.site-header.is-nav-open .nav-toggle-bars::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header.is-nav-open .nav-toggle-bars::after {
  top: 0;
  transform: rotate(-45deg);
}

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

.brand-mark {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50% 50% 45% 55%;
  background:
    radial-gradient(circle at 35% 30%, #f6e2b8 0 28%, transparent 30%),
    linear-gradient(145deg, var(--tomato) 0%, var(--leaf) 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.brand-name {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.95rem;
  font-weight: 560;
}

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

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

.nav-cta {
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: var(--leaf);
  color: #f7f3ea !important;
}

.nav-cta:hover {
  background: var(--leaf-deep);
}

.hero {
  min-height: calc(100svh - 4.25rem);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
}

.hero-media {
  position: relative;
  min-height: 28rem;
  background:
    linear-gradient(160deg, #2a1c14 0%, #4a2f1f 42%, #1f3d28 100%);
}

.hero-glow {
  position: absolute;
  inset: 10% 8% auto;
  height: 55%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 217, 160, 0.45), transparent 70%);
  filter: blur(8px);
  animation: pulse-glow 7s ease-in-out infinite;
}

.hero-plate {
  position: absolute;
  inset: 12% 8% 10%;
  display: grid;
  place-items: center;
  animation: rise-in 1.1s var(--ease) both;
}

.hero-plate svg {
  width: min(100%, 34rem);
  height: auto;
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.35));
}

.hero-steam {
  position: absolute;
  width: 4.5rem;
  height: 7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--steam));
  filter: blur(10px);
  opacity: 0.7;
  animation: steam 5.5s ease-in-out infinite;
}

.steam-1 {
  left: 42%;
  top: 18%;
}

.steam-2 {
  left: 52%;
  top: 14%;
  animation-delay: 1.4s;
  width: 3.2rem;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4.5rem);
  animation: fade-up 0.9s var(--ease) 0.15s both;
}

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

.hero-brand {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 750;
  font-size: clamp(3.4rem, 9vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--ink);
}

.hero-tagline {
  margin: 1.1rem 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.45rem, 3vw, 2rem);
  color: var(--ink-soft);
}

.hero-lead {
  margin: 1.25rem 0 0;
  max-width: 34rem;
  font-size: 1.08rem;
  color: var(--ink-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: var(--tomato);
  color: #fff8f4;
}

.btn-primary:hover {
  background: var(--tomato-deep);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px rgba(26, 34, 24, 0.22);
}

.btn-ghost:hover {
  background: rgba(26, 34, 24, 0.05);
}

.section {
  padding: clamp(4rem, 10vw, 7rem) clamp(1.25rem, 4vw, 3rem);
}

.section-intro {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.section-intro h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.section-intro p {
  margin: 0.9rem 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.role-panel {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: var(--radius);
  min-height: 16rem;
}

.host-panel {
  background:
    linear-gradient(160deg, rgba(47, 93, 58, 0.95), rgba(31, 61, 40, 0.98));
  color: #f4f0e4;
}

.guest-panel {
  background:
    linear-gradient(160deg, #fff9ef, #f0e5cf);
  box-shadow: var(--shadow);
}

.role-label {
  margin: 0 0 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.78;
}

.role-panel h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.role-panel p {
  margin: 1rem 0 0;
  max-width: 28rem;
  opacity: 0.9;
}

.why {
  background:
    linear-gradient(180deg, transparent, rgba(47, 93, 58, 0.06) 30%, transparent);
}

.why-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.why-list li {
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(26, 34, 24, 0.12);
}

.why-list li:last-child {
  border-bottom: 1px solid rgba(26, 34, 24, 0.12);
}

.why-list strong {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

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

.waitlist {
  padding-top: 2rem;
}

.waitlist-card {
  max-width: 52rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border-radius: calc(var(--radius) + 0.35rem);
  background: rgba(255, 252, 245, 0.92);
  box-shadow: var(--shadow);
  border: 1px solid rgba(26, 34, 24, 0.06);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.field > span,
.interest-field legend {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.interest-field {
  border: 0;
  margin: 0 0 1rem;
  padding: 0;
  min-width: 0;
}

.interest-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.interest-options label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: var(--paper-deep);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
}

.interest-options input {
  accent-color: var(--leaf);
}

input,
textarea {
  width: 100%;
  border: 1.5px solid rgba(26, 34, 24, 0.14);
  border-radius: 0.85rem;
  padding: 0.85rem 0.95rem;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--leaf);
  box-shadow: 0 0 0 3px rgba(47, 93, 58, 0.18);
}

textarea {
  resize: vertical;
  min-height: 6rem;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.form-status {
  margin: 0;
  min-height: 1.4em;
  font-weight: 600;
  color: var(--leaf-deep);
}

.form-status.is-error {
  color: var(--tomato-deep);
}

.site-footer {
  padding: 3rem clamp(1.25rem, 4vw, 3rem) 4rem;
  text-align: center;
  color: var(--ink-soft);
}

.site-footer .brand {
  justify-content: center;
  margin-bottom: 0.75rem;
}

.site-footer p {
  margin: 0.35rem 0;
}

.fineprint {
  margin-top: 1rem !important;
  font-size: 0.88rem;
  opacity: 0.8;
}

.fineprint a {
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 34, 24, 0.25);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes steam {
  0%,
  100% {
    transform: translateY(12px) scaleY(0.85);
    opacity: 0.15;
  }
  50% {
    transform: translateY(-18px) scaleY(1.1);
    opacity: 0.75;
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

.hero-points {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  color: var(--ink-soft);
  font-weight: 600;
}

.hero-points li::before {
  content: "✓ ";
  color: var(--leaf);
}

.site-nav a.is-active {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.text-link {
  color: var(--leaf-deep);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 61, 40, 0.35);
}

.text-link.on-dark {
  color: #f4f0e4;
  border-bottom-color: rgba(244, 240, 228, 0.45);
}

.page {
  padding: clamp(2rem, 6vw, 4rem) clamp(1.25rem, 4vw, 3rem) 4rem;
  max-width: 70rem;
  margin: 0 auto;
}

.page.wide {
  max-width: 78rem;
}

.hero-media-photo {
  overflow: hidden;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 28rem;
}

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

.hosts-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.25rem;
  align-items: start;
}

.map-toggle {
  display: none;
  width: 100%;
  margin-bottom: 0.75rem;
}

.hosts-map-wrap[hidden] {
  display: none !important;
}

.hosts-grid {
  display: grid;
  gap: 0.75rem;
}

.host-card {
  display: grid;
  grid-template-columns: 10.5rem 1fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(255, 252, 245, 0.92);
  border: 1px solid rgba(26, 34, 24, 0.08);
  box-shadow: 0 16px 40px rgba(26, 34, 24, 0.08);
}

a.host-card-compact,
a.host-card-rich,
a.meal-card-link,
a.home-host-card {
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.host-card-compact:hover,
a.host-card-rich:hover,
a.meal-card-link:hover,
a.home-host-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(26, 34, 24, 0.12);
}

a.host-card-compact {
  display: grid;
  grid-template-columns: 4.25rem 1fr;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 0.85rem;
}

a.host-card-rich {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: start;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
}

.host-portrait-sm,
.host-portrait-md,
.host-portrait-thumb {
  object-fit: cover;
  border-radius: 50%;
}

.host-portrait-sm {
  width: 4.25rem;
  height: 4.25rem;
}

.host-portrait-md {
  width: 5.5rem;
  height: 5.5rem;
}

.host-portrait-thumb {
  width: 3rem;
  height: 3rem;
}

.host-card-text {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.host-card-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.demo-host-tag {
  display: inline-block;
  margin-left: 0.45rem;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 61, 40, 0.22);
  background: rgba(31, 61, 40, 0.06);
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  vertical-align: middle;
  text-transform: uppercase;
}

.demo-host-note {
  margin: 0.35rem 0 0.55rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.host-card-recipe {
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 560;
}

.host-next-meal-row {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-top: 0.45rem;
}

.host-next-meal-row.has-thumb {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
}

.host-meal-thumb {
  width: 4.5rem;
  height: 3.25rem;
  object-fit: cover;
  border-radius: 0.45rem;
  background: #efe6d6;
}

.host-next-meal {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--leaf-deep);
  line-height: 1.3;
}

.home-host-bio {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.section-more {
  margin: 1.25rem 0 0;
}

.home-hosts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1rem;
}

.home-host-card {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(255, 252, 245, 0.92);
  border: 1px solid rgba(26, 34, 24, 0.08);
  box-shadow: 0 16px 40px rgba(26, 34, 24, 0.08);
}

.home-host-portrait {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 50%;
}

.home-host-body {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.cta-host {
  padding-top: 1rem;
}

.cta-host-card {
  max-width: 44rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: calc(var(--radius) + 0.25rem);
  background: linear-gradient(160deg, rgba(47, 93, 58, 0.96), rgba(31, 61, 40, 0.98));
  color: #f4f0e4;
  text-align: center;
}

.cta-host-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.cta-host-card p {
  margin: 0.85rem auto 1.35rem;
  max-width: 32rem;
  opacity: 0.92;
}

.cta-host-card .btn-primary {
  background: #fff8f4;
  color: var(--leaf-deep);
}

.host-section {
  margin: 2rem 0;
}

.address-privacy {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(26, 34, 24, 0.12);
}

.meal-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.meal-detail-main h1 {
  margin: 0.5rem 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.sticky-book-card {
  position: sticky;
  top: 5.5rem;
  margin-top: 0;
}

.book-facts {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.book-facts li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(26, 34, 24, 0.08);
  font-size: 0.95rem;
}

.book-facts span {
  color: var(--ink-soft);
}

.book-facts strong {
  text-align: right;
}

.mobile-book-bar {
  display: none;
}

.has-mobile-book-bar {
  padding-bottom: 0;
}

.class-card h2,
.class-card h3 {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.host-media {
  display: grid;
  gap: 0.45rem;
}

.host-portrait,
.host-food,
.host-hero-portrait,
.host-gallery img,
.class-cover,
.detail-cover,
.cook-avatar {
  width: 100%;
  object-fit: cover;
  border-radius: 0.85rem;
}

.host-portrait {
  aspect-ratio: 4 / 5;
}

.host-food {
  aspect-ratio: 4 / 3;
}

.host-body h2 {
  margin: 0.2rem 0 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.host-body h2 a {
  text-decoration: none;
}

.map-panel {
  position: sticky;
  top: 5.5rem;
}

.hosts-map {
  height: min(70vh, 34rem);
  border-radius: var(--radius);
  border: 1px solid rgba(26, 34, 24, 0.1);
  box-shadow: var(--shadow);
  z-index: 1;
}

.map-note {
  margin-top: 0.65rem;
}

.host-hero-grid {
  display: grid;
  grid-template-columns: 14rem 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.host-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 11rem;
  gap: 1.25rem;
  align-items: start;
  margin-bottom: 1.75rem;
}

.host-top-main {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  align-items: start;
  min-width: 0;
}

.host-top-copy h1 {
  margin: 0 0 0.35rem;
}

.host-top-map {
  width: 11rem;
}

.host-hero-portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
}

.host-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.host-gallery figure {
  margin: 0;
}

.host-gallery figcaption {
  margin-top: 0.4rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.host-approx-map {
  width: 11rem;
  height: 11rem;
  margin: 0;
  border-radius: var(--radius);
  border: 1px solid rgba(26, 34, 24, 0.1);
  background: #efe6d6;
  z-index: 0;
}

.host-book-layout {
  display: grid;
  gap: 1.25rem;
  align-items: start;
  justify-items: center;
}

.host-meal-photo {
  width: 100%;
  max-width: 22.5rem;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(26, 34, 24, 0.08);
  background: #efe6d6;
}

.host-meal-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.host-calendar-card {
  width: 100%;
  max-width: 22.5rem;
  margin: 0;
  padding: 1rem 1.05rem 1.15rem;
  border-radius: var(--radius);
  background: rgba(255, 252, 245, 0.95);
  border: 1px solid rgba(26, 34, 24, 0.08);
  box-shadow: 0 12px 28px rgba(26, 34, 24, 0.07);
}

@media (min-width: 860px) {
  .host-book-layout {
    grid-template-columns: minmax(16rem, 1fr) minmax(18rem, 22.5rem);
    justify-items: stretch;
    gap: 1.5rem;
  }

  .host-meal-photo {
    max-width: none;
  }

  .host-meal-photo img {
    aspect-ratio: 4 / 5;
    min-height: 22rem;
  }

  .host-calendar-card {
    justify-self: start;
  }
}

.cal-title {
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

.cal-lead {
  margin: 0 0 0.75rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.cal-subhead {
  margin: 0.65rem 0 0.4rem;
  font-weight: 700;
  font-size: 0.85rem;
}

.cal-dates {
  display: flex;
  gap: 0.4rem;
  overflow-x: auto;
  padding-bottom: 0.3rem;
  scrollbar-width: thin;
}

.cal-date,
.cal-time {
  appearance: none;
  border: 1px solid rgba(26, 34, 24, 0.14);
  background: #fffdf8;
  color: inherit;
  cursor: pointer;
  border-radius: 0.55rem;
  min-height: 40px;
  font: inherit;
}

.cal-date {
  display: grid;
  gap: 0.05rem;
  min-width: 3.6rem;
  padding: 0.4rem 0.35rem;
  text-align: center;
  flex: 0 0 auto;
}

.cal-date-dow {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cal-date-day {
  font-weight: 650;
  font-size: 0.86rem;
}

.cal-date.is-selected,
.cal-time.is-selected {
  border-color: var(--leaf-deep);
  background: rgba(31, 61, 40, 0.08);
  box-shadow: inset 0 0 0 1px rgba(31, 61, 40, 0.25);
}

.cal-times {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.cal-time {
  display: grid;
  gap: 0.1rem;
  padding: 0.45rem 0.7rem;
  text-align: left;
}

.cal-time-label {
  font-weight: 700;
  font-size: 0.92rem;
}

.cal-time-seats {
  font-size: 0.78rem;
  color: var(--ink-soft);
}

.cal-party {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.75rem;
  align-items: end;
  margin: 0.85rem 0;
}

.cal-summary {
  margin: 0;
  font-weight: 650;
  font-size: 0.9rem;
  color: var(--leaf-deep);
}

.cal-form .field em {
  font-style: normal;
  font-weight: 400;
  color: var(--ink-soft);
}

.cal-login-gate {
  display: grid;
  gap: 0.55rem;
}

.cal-form.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

.hours-rules {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0;
}

.hours-rule {
  align-items: end;
}

@media (max-width: 720px) {
  .host-top {
    grid-template-columns: 1fr;
  }

  .host-top-map,
  .host-approx-map {
    width: 100%;
    max-width: 14rem;
  }

  .host-approx-map {
    height: 14rem;
  }

  .host-top-main {
    grid-template-columns: 5.5rem 1fr;
  }

  .cal-party {
    grid-template-columns: 1fr;
  }
}

.section-h {
  font-family: var(--font-display);
  font-size: 1.8rem;
  margin: 0 0 1rem;
}

.class-card.has-image {
  padding-top: 0.85rem;
}

.class-cover {
  aspect-ratio: 16 / 10;
  margin-bottom: 0.75rem;
}

.detail-cover {
  aspect-ratio: 21 / 9;
  margin: 0.75rem 0 1rem;
  max-height: 18rem;
}

.cook-card-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.cook-avatar {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  flex: 0 0 auto;
}

.nav-user {
  font-weight: 600;
  color: var(--ink-soft);
}

.nav-text-btn {
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 600;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 0;
}

.tab-btn {
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: var(--paper-deep);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.tab-btn.is-active {
  background: var(--leaf);
  color: #f7f3ea;
}

.auth-tabs .interest-options {
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .hosts-layout,
  .host-card,
  .host-hero-grid,
  .host-gallery,
  .meal-detail-layout,
  .home-host-card {
    grid-template-columns: 1fr;
  }

  .hosts-layout {
    grid-template-columns: 1fr;
  }

  .map-panel {
    position: static;
    order: 2;
  }

  .hosts-list-col {
    order: 1;
  }

  .map-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hosts-map {
    height: 18rem;
  }

  .hero-photo {
    min-height: 18rem;
  }

  .sticky-book-card {
    position: static;
  }

  .mobile-book-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(247, 243, 234, 0.96);
    border-top: 1px solid rgba(26, 34, 24, 0.1);
    box-shadow: 0 -10px 30px rgba(26, 34, 24, 0.12);
    backdrop-filter: blur(10px);
  }

  .mobile-book-bar-copy {
    display: grid;
    gap: 0.1rem;
    font-size: 0.92rem;
  }

  .mobile-book-bar .btn {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .has-mobile-book-bar {
    padding-bottom: 6.5rem;
  }
}

.page-intro {
  margin-bottom: 2rem;
}

.page-intro h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.page-intro p {
  margin: 0.75rem 0 0;
  color: var(--ink-soft);
}

.classes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.1rem;
}

.class-card {
  padding: 1.25rem 1.3rem 1.35rem;
  border-radius: var(--radius);
  background: rgba(255, 252, 245, 0.92);
  border: 1px solid rgba(26, 34, 24, 0.08);
  box-shadow: 0 16px 40px rgba(26, 34, 24, 0.08);
}

.class-card h2 {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.class-card h2 a {
  text-decoration: none;
}

.class-meta,
.class-when,
.class-where,
.class-cook {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.class-footer {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(26, 34, 24, 0.1);
  font-weight: 600;
}

.class-detail h1 {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.price-lg {
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.cook-card {
  margin: 1.75rem 0;
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(47, 93, 58, 0.95), rgba(31, 61, 40, 0.98));
  color: #f4f0e4;
}

.cook-card h2 {
  margin: 0;
  font-family: var(--font-display);
}

.book-card {
  margin-top: 1.5rem;
}

.book-card h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
}

.check-line {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0.75rem 0;
  font-weight: 600;
}

.declaration {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0.9rem;
  border: 1.5px solid rgba(26, 34, 24, 0.12);
}

.declaration legend {
  font-weight: 700;
  padding: 0 0.35rem;
}

.fine-note {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.faq-list details {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(26, 34, 24, 0.12);
}

.faq-list summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 650;
}

.faq-list p {
  color: var(--ink-soft);
}

.prose {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.prose ul {
  padding-left: 1.2rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1.1rem;
  margin: 1rem 0 0 !important;
}

.footer-links a {
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(26, 34, 24, 0.2);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    min-height: 18rem;
    order: -1;
  }

  .hero-copy {
    padding-top: 2rem;
  }

  .split,
  .field-row {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.35rem 0 0.5rem;
    border-top: 1px solid rgba(26, 34, 24, 0.08);
  }

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

  .site-nav a,
  .site-nav .nav-text-btn,
  .site-nav .nav-user {
    display: block;
    padding: 0.85rem 0.35rem;
    font-size: 1.05rem;
  }

  .site-nav .nav-cta {
    text-align: center;
    margin-top: 0.35rem;
  }

  .site-nav .nav-text-btn {
    width: 100%;
    text-align: left;
  }
}

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

  .hero-copy,
  .hero-plate,
  .hero-steam,
  .hero-glow,
  .btn,
  a.host-card-compact,
  a.host-card-rich,
  a.meal-card-link,
  a.home-host-card {
    animation: none !important;
    transition: none !important;
  }
}
