:root {
  --font-sans: "Figtree", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Fraunces", ui-serif, Georgia, serif;
  --background: #f3efe6;
  --foreground: #1a221c;
  --card: #fffbf5;
  --muted: #e7e1d4;
  --muted-fg: #6e736c;
  --primary: #243d32;
  --primary-fg: #f3efe6;
  --secondary: #e8e2d6;
  --accent: #3d5c4e;
  --border: #ddd6c8;
  --ink: #1a221c;
  --shadow: 0 0 0 1px rgb(26 34 28 / 0.06), 0 1px 2px -1px rgb(26 34 28 / 0.06), 0 2px 8px rgb(26 34 28 / 0.04);
  --shadow-hover: 0 0 0 1px rgb(26 34 28 / 0.1), 0 8px 24px -8px rgb(26 34 28 / 0.16);
  --plan-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; background: var(--background); color: var(--foreground); }
body { margin: 0; font-family: var(--font-sans); line-height: 1.5; background: var(--background); color: var(--foreground); }
img { max-width: 100%; display: block; outline: 1px solid rgb(26 34 28 / 0.08); outline-offset: -1px; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -0.03em; line-height: 1.15; font-weight: 500; text-wrap: balance; }
p { text-wrap: pretty; }
button { font-family: inherit; cursor: pointer; }
button:disabled { cursor: default; opacity: 0.5; }

.wrap { width: min(72rem, calc(100% - 2rem)); margin-inline: auto; }
.wrap-sm { width: min(42rem, calc(100% - 2rem)); margin-inline: auto; }
.site { min-height: 100dvh; display: flex; flex-direction: column; }
.site > main, .site > .page { flex: 1; }

.header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgb(221 214 200 / 0.8); background: rgb(243 239 230 / 0.9); backdrop-filter: blur(12px); }
.header-inner { display: flex; height: 4rem; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 0.65rem; }
.brand-mark { position: relative; width: 2.5rem; height: 2.5rem; overflow: hidden; border-radius: 999px; background: var(--card); box-shadow: var(--shadow); }
.brand-mark img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.38); outline: none; }
.brand-eye { display: block; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-fg); }
.brand-name { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: -0.03em; }
.nav { display: none; align-items: center; gap: 1.5rem; }
.nav a { font-size: 0.875rem; font-weight: 500; color: var(--muted-fg); }
.nav a:hover, .nav a.is-on { color: var(--foreground); }
.menu-btn { display: inline-flex; width: 2.75rem; height: 2.75rem; align-items: center; justify-content: center; border: 0; background: transparent; font-size: 1.25rem; }
.mobile-nav { display: none; border-top: 1px solid var(--border); background: var(--card); padding: 1rem; }
.mobile-nav.open { display: flex; flex-direction: column; gap: 0.25rem; }
.mobile-nav a { display: flex; height: 2.75rem; align-items: center; border-radius: 0.5rem; padding: 0 0.75rem; font-size: 0.875rem; font-weight: 500; }
.mobile-nav a:hover { background: var(--secondary); }
@media (max-width: 639px) {
  body.plan-flow .nav,
  body.plan-flow .menu-btn,
  body.plan-flow .mobile-nav { display: none !important; }
}

.footer { border-top: 1px solid var(--border); background: var(--card); }
.footer-grid { display: grid; gap: 2rem; padding: 3rem 0; }
.footer-muted { margin-top: 0.75rem; max-width: 24rem; font-size: 0.875rem; color: var(--muted-fg); }
.footer-muted a, .footer-links a[href^="mailto:"] { color: var(--foreground); text-decoration: underline; text-underline-offset: 0.18em; word-break: break-all; }
.footer-muted a:hover, .footer-links a[href^="mailto:"]:hover { color: var(--accent); }
.footer h3 { margin: 0; font-size: 0.875rem; font-family: var(--font-sans); letter-spacing: 0; font-weight: 500; }
.footer-links { margin-top: 0.75rem; display: flex; flex-direction: column; gap: 0.5rem; font-size: 0.875rem; color: var(--muted-fg); }
.footer-copy { border-top: 1px solid var(--border); padding: 1rem; text-align: center; font-size: 0.75rem; color: var(--muted-fg); }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 2.75rem; padding: 0 1.25rem; border: 0; border-radius: 999px; background: var(--primary); color: var(--primary-fg); font-size: 0.875rem; font-weight: 500; }
.btn:hover { background: var(--accent); }
.btn-outline { background: var(--card); color: var(--foreground); box-shadow: inset 0 0 0 1px var(--border); }
.btn-outline:hover { background: var(--secondary); }
.btn-ghost { background: transparent; color: var(--foreground); }
.btn-ghost:hover { background: var(--secondary); }
.btn-ghost:disabled { opacity: 0.35; }

.eyebrow { margin: 0; font-size: 0.875rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-fg); }
.muted { color: var(--muted-fg); }

.hero { position: relative; isolation: isolate; min-height: 88vh; overflow: hidden; background: var(--ink); }
.hero img, .hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgb(26 34 28 / 0.7), rgb(26 34 28 / 0.2), rgb(26 34 28 / 0.1)); }
.hero-inner { position: relative; display: flex; min-height: 88vh; max-width: 72rem; margin: 0 auto; flex-direction: column; justify-content: flex-end; padding: 7rem 1rem 3.5rem; }
.hero-kicker { margin: 0; font-size: 0.875rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: rgb(243 239 230 / 0.8); }
.hero h1 { margin: 0.75rem 0 0; max-width: 48rem; font-size: clamp(2.75rem, 7vw, 4.5rem); line-height: 1.05; color: var(--primary-fg); }
.hero-card { margin-top: 2.5rem; max-width: 28rem; border-radius: 1.25rem; background: rgb(255 251 245 / 0.3); padding: 1.5rem; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card h2 { margin: 0; font-size: 1.875rem; }
.hero-card p { margin: 0.5rem 0 0; font-size: 0.875rem; }

.split { background: var(--card); }
.split-inner { display: grid; gap: 2.5rem; padding: 5rem 0; }
.split-inner h2 { margin: 1rem 0 0; font-size: clamp(2rem, 4vw, 3rem); }
.split-inner p { margin: 1rem 0 0; max-width: 28rem; color: var(--muted-fg); }
@media (min-width: 768px) {
  .split-inner { grid-template-columns: 1fr 1fr; gap: 0; }
  .split-inner > div:first-child { padding-right: 4rem; }
  .split-inner > div:last-child { border-left: 1px solid var(--border); padding-left: 4rem; }
}

.kind-grid { margin-top: 2rem; display: grid; gap: 0.75rem; }
.kind-box, .kind-panel { scroll-margin-top: 5rem; }
.kind-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 1.25rem;
  background: var(--card);
  color: var(--foreground);
  text-align: left;
  box-shadow: var(--shadow);
  transition: box-shadow 200ms ease-out;
}
.kind-box img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
  outline: none;
  transition: transform 500ms ease-out;
}
.kind-box[data-kind="romantic"] img { object-position: center 70%; }
.kind-box:hover img { transform: scale(1.03); }
.kind-box-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.15rem 1.35rem 1.35rem;
}
.kind-box h3 { margin: 0.15rem 0 0; font-size: 1.5rem; }
.kind-box p { margin: 0; font-size: 0.875rem; color: var(--muted-fg); }
.kind-box .kicker { color: var(--muted-fg); }
.kind-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foreground);
}
.kind-cta::after {
  content: "";
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: var(--secondary);
  box-shadow: inset 0 0 0 1px var(--border);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%231a221c' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M6 2.5v7M2.5 6h7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.kind-box:hover { box-shadow: var(--shadow-hover); }
.kind-box.is-on {
  box-shadow: 0 0 0 1px var(--primary), var(--shadow-hover);
}
.kind-box.is-on .kind-cta::after {
  background-color: var(--primary);
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23f3efe6' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M2.5 6h7'/%3E%3C/svg%3E");
}
.kind-box:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.kind-panel {
  border-radius: 1.5rem;
  background: var(--card);
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.kind-panel-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.kind-panel-head h3 { margin: 0.25rem 0 0; font-size: 1.75rem; }
.kind-panel-head p.muted { margin: 0.4rem 0 0; font-size: 0.875rem; max-width: 36rem; }
.kind-list { margin-top: 1.5rem; display: grid; gap: 1.5rem; }
.kind-list h4 {
  margin: 0 0 0.5rem;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-fg);
}
.kind-list ul { margin: 0; padding: 0; list-style: none; }
.kind-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 0.95rem;
  font-size: 0.875rem;
  border-bottom: 1px solid rgb(221 214 200 / 0.7);
}
.kind-list li:last-child { border-bottom: 0; }
.kind-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--primary);
}

.section { padding: 4rem 0; }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.section-head h2 { margin: 0.25rem 0 0; font-size: 2.25rem; }
.section-head p { margin: 0.5rem 0 0; max-width: 36rem; font-size: 0.875rem; color: var(--muted-fg); }

.bento { margin-top: 2rem; display: grid; grid-template-columns: 1fr; grid-auto-rows: 16rem; gap: 0.75rem; }
.bento a { position: relative; display: block; overflow: hidden; border-radius: 1.25rem; box-shadow: var(--shadow); color: var(--primary-fg); }
.bento a img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease-out; }
.bento a:hover img { transform: scale(1.03); }
.bento-span-2 { grid-row: span 2; }
.shade { position: absolute; inset: 0; background: linear-gradient(to top, rgb(26 34 28 / 0.8), rgb(26 34 28 / 0.2), transparent); }
.bento-copy { position: absolute; inset-inline: 0; bottom: 0; padding: 1.25rem; }
.bento-copy h3 { margin: 0; font-size: 1.5rem; }
.bento-copy p { margin: 0.25rem 0 0; font-size: 0.875rem; color: rgb(243 239 230 / 0.8); }
.bento-feat h3 { font-size: 1.875rem; }
.plate { position: absolute; inset-inline: 0.75rem; bottom: 0.75rem; border-radius: 0.75rem; background: rgb(255 251 245 / 0.9); padding: 1rem; color: var(--foreground); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.plate h3 { margin: 0; font-size: 1.25rem; }
.plate p { margin: 0.25rem 0 0; font-size: 0.875rem; color: var(--muted-fg); }

.partner { overflow: hidden; border-radius: 1.75rem; background: var(--card); box-shadow: var(--shadow); }
.partner img { width: 100%; height: 16rem; object-fit: cover; }
.partner-copy { padding: 2rem; }
.partner-copy h2 { margin: 0.5rem 0 0; font-size: 2.25rem; }
.partner-copy p { margin: 0.75rem 0 0; font-size: 0.875rem; color: var(--muted-fg); }

.exp-feature { display: grid; overflow: hidden; border-radius: 1.25rem; background: var(--card); box-shadow: var(--shadow); }
.exp-feature img { width: 100%; height: 14rem; object-fit: cover; }
.exp-feature-copy { display: flex; flex-direction: column; justify-content: center; gap: 0.5rem; padding: 1.75rem 1.5rem; }
.exp-feature-copy h3 { margin: 0; font-size: 1.875rem; }
.exp-strips { margin-top: 0.75rem; display: grid; gap: 0.75rem; }
.exp-strip { display: flex; min-height: 7rem; overflow: hidden; border-radius: 1.25rem; background: var(--card); box-shadow: var(--shadow); }
.exp-strip img { width: 7rem; flex-shrink: 0; object-fit: cover; }
.exp-strip-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; justify-content: center; padding: 1rem; }
.exp-strip-copy h3 { margin: 0.25rem 0 0; font-size: 1.25rem; }
.kicker { margin: 0; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted-fg); }

.page-hero { position: relative; min-height: 42vh; overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(to top, var(--background), rgb(243 239 230 / 0.5), rgb(26 34 28 / 0.3)); }
.page-hero-inner { position: relative; display: flex; min-height: 42vh; flex-direction: column; justify-content: flex-end; padding-bottom: 2.5rem; }
.page-hero-inner h1 { margin: 0.5rem 0 0; font-size: clamp(2.5rem, 6vw, 3.5rem); }
.filters { display: flex; gap: 0.5rem; overflow-x: auto; padding-bottom: 0.5rem; }
.filters a { flex-shrink: 0; border-radius: 999px; padding: 0.5rem 1rem; font-size: 0.875rem; border: 1px solid var(--border); background: var(--card); }
.filters a.is-on { border-color: var(--primary); background: var(--primary); color: var(--primary-fg); }
.card-grid { margin-top: 2rem; display: grid; gap: 1rem; }
.exp-card { overflow: hidden; border-radius: 1.25rem; background: var(--card); box-shadow: var(--shadow); }
.exp-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.exp-card-copy { padding: 1.25rem; }
.exp-card-copy h3 { margin: 0.25rem 0 0; font-size: 1.25rem; }
.detail { display: grid; gap: 2.5rem; padding: 3rem 0; }
.detail img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 1.25rem; }
.detail h1 { margin: 0.5rem 0 0; font-size: clamp(2.5rem, 5vw, 3.25rem); }
.actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.request-box { margin-top: 2rem; border-radius: 1.25rem; background: var(--card); padding: 1.5rem; box-shadow: var(--shadow); }
.request-box h2 { margin: 0 0 1rem; font-size: 1.5rem; }
.field { margin-bottom: 0.75rem; }
.field label { display: block; margin-bottom: 0.35rem; font-size: 0.875rem; font-weight: 500; }
.field input, .field textarea, .plan-input { width: 100%; height: 3rem; border: 0; border-radius: 1rem; background: var(--card); padding: 0 0.85rem; font: inherit; color: var(--foreground); box-shadow: var(--shadow); }
.field textarea, textarea.plan-input { height: auto; min-height: 7rem; padding: 0.75rem 0.85rem; }
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }

/* Native date fields collapse on iOS/Android unless appearance and inner height are set. */
input[type="date"],
input[type="date"].plan-input {
  display: block;
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 3.25rem;
  height: 3.25rem;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background-color: var(--background);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231a221c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1.15rem 1.15rem;
  color: var(--foreground);
  color-scheme: light;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.65rem 2.6rem 0.65rem 0.85rem;
  box-shadow: var(--shadow);
  touch-action: manipulation;
  cursor: pointer;
}
input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  display: inline-flex;
  align-items: center;
  min-height: 1.5em;
  padding: 0;
  color: var(--foreground);
}
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: var(--foreground);
}
input[type="date"]::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: left;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0.65rem;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  cursor: pointer;
}

.plan-page { padding: 3rem 0 4rem; }
.plan-page h1 { margin: 0.5rem 0 0; font-size: clamp(2.5rem, 6vw, 3.25rem); }
.progress { margin-top: 2rem; }
.progress-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 0.75rem; }
.progress-top strong { font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; }
.dots { margin-top: 0.75rem; display: flex; align-items: center; gap: 0.4rem; }
.dot { width: 0.625rem; height: 0.625rem; border-radius: 999px; background: var(--secondary); }
.dot.done { background: var(--primary); }
.dot.now { width: 1.25rem; background: var(--primary); }
.plan-card { margin-top: 2rem; border-radius: 2rem; background: var(--card); padding: 1.5rem; box-shadow: 0 0 0 1px rgb(26 34 28 / 0.05), 0 18px 48px -24px rgb(26 34 28 / 0.2); }
.plan-card h2 { margin: 0; font-size: 1.875rem; }
.plan-note { margin: 0.5rem 0 0; font-size: 0.875rem; color: var(--muted-fg); }
.plan-step { margin-top: 1rem; }
.plan-nav { margin-top: 2rem; display: flex; justify-content: space-between; gap: 0.75rem; }
.chip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.chip-3 { display: grid; gap: 0.5rem; }
.chip { display: inline-flex; min-height: 2.75rem; min-width: 0; width: 100%; align-items: center; justify-content: center; gap: 0.5rem; border-radius: 999px; border: 1px solid var(--border); background: var(--background); padding: 0.75rem 1rem; text-align: center; font-size: 0.875rem; font-weight: 500; line-height: 1.25; color: var(--foreground); }
.chip.on { border-color: var(--primary); background: var(--primary); color: var(--primary-fg); box-shadow: var(--shadow-hover); }
.chip.skip { border-color: var(--primary); background: var(--muted); color: var(--foreground); }
.stepper { display: flex; align-items: center; justify-content: space-between; border-radius: 999px; background: var(--background); padding: 0.25rem; box-shadow: var(--shadow); }
.stepper button { width: 2.75rem; height: 2.75rem; border: 0; border-radius: 999px; background: var(--card); box-shadow: var(--shadow); font-size: 1.25rem; }
.stepper span { font-family: var(--font-display); font-size: 1.5rem; font-variant-numeric: tabular-nums; }
.money { display: flex; height: 100%; flex-direction: column; border-radius: 1.5rem; background: var(--background); padding: 1rem; box-shadow: var(--shadow); }
.money-well { display: flex; height: 3.5rem; align-items: center; border-radius: 999px; background: var(--card); padding: 0 1rem; box-shadow: var(--shadow); }
.money-well span { margin-right: 0.25rem; font-family: var(--font-display); font-size: 1.5rem; }
.money-well input { border: 0; background: transparent; width: 100%; font-family: var(--font-display); font-size: 1.5rem; outline: none; }
.meter { border-radius: 1.5rem; background: var(--background); padding: 1.5rem; box-shadow: var(--shadow); }
.meter-bars { margin-top: 1.5rem; display: flex; height: 4rem; align-items: flex-end; gap: 0.5rem; }
.meter-bars button { flex: 1; border: 0; border-radius: 999px; background: var(--secondary); height: 2rem; }
.meter-bars button.on { background: var(--primary); height: 2.75rem; }
.meter-bars button.now { height: 4rem; box-shadow: 0 0 0 2px rgb(36 61 50 / 0.3); }
.hidden { display: none !important; }
.notice { margin-top: 1.5rem; border-radius: 1.25rem; background: var(--muted); padding: 1rem 1.25rem; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(0.875rem); transition: opacity 400ms ease-out, transform 400ms ease-out; }
.js .reveal.in { opacity: 1; transform: none; }

@media (min-width: 640px) {
  .nav { display: flex; }
  .menu-btn { display: none; }
  .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 14rem; }
  .b1 { grid-column: span 6; grid-row: span 2; }
  .b2, .b3 { grid-column: span 3; }
  .b4 { grid-column: span 3; grid-row: span 2; }
  .b5 { grid-column: span 3; }
  .b6 { grid-column: span 3; }
  .chip-3 { grid-template-columns: repeat(3, 1fr); }
  .exp-strip img { width: 9rem; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .plan-card { padding: 2rem; }
  .money-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; }
  .grid-2 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 768px) {
  .kind-grid { grid-template-columns: 1fr 1fr 1fr; }
  .kind-box img { height: 12.5rem; }
  .kind-box-copy { padding: 1.35rem 1.5rem 1.6rem; }
  .kind-box h3 { font-size: 1.75rem; }
  .kind-box[data-kind="weddings"] { grid-column: 1; grid-row: 1; }
  .kind-box[data-kind="family"] { grid-column: 2; grid-row: 1; }
  .kind-box[data-kind="romantic"] { grid-column: 3; grid-row: 1; }
  .kind-panel { grid-column: 1 / -1; grid-row: 2; padding: 2rem; }
  .kind-list { grid-template-columns: 1fr 1fr; gap: 1.75rem 2rem; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .partner { display: grid; grid-template-columns: 1fr 1fr; }
  .partner img { height: 100%; }
  .partner-copy { padding: 3rem; }
  .exp-feature { grid-template-columns: 1.15fr 1fr; }
  .exp-feature img { height: 100%; min-height: 18rem; }
  .exp-strips { grid-template-columns: 1fr 1fr; }
  .exp-wide { grid-column: span 2; }
  .exp-wide img { width: 16rem; min-height: 10rem; }
  .detail { grid-template-columns: 1fr 1fr; }
  .card-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  .kind-list { grid-template-columns: repeat(4, 1fr); }
  .bento { grid-template-columns: repeat(12, 1fr); grid-auto-rows: 15rem; gap: 1rem; }
  .b1 { grid-column: span 7; grid-row: span 2; }
  .b2, .b3 { grid-column: span 5; grid-row: span 1; }
  .b4 { grid-column: span 4; grid-row: span 2; }
  .b5, .b6 { grid-column: span 8; grid-row: span 1; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .kind-box:hover img { transform: none; }
}


/* ==========================================================================
   Home page v1 — PlainGlow, 2026-09-16.
   Everything above this line is the client's own stylesheet, kept whole so
   the planner, the experiences and the thanks page render exactly as before.
   Everything below is the new home page. Prefix: .hs-
   ========================================================================== */
:root {
  --gold: #e0a33b;
  --gold-hover: #ebb24f;
  --gold-ink: #1a221c;
  --cream-70: rgb(243 239 230 / 0.7);
  --cream-85: rgb(243 239 230 / 0.85);
}
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body.hs-home { overflow-x: clip; }

/* Header — his bar, more links, the CTA. */
.hs-home .nav { display: none; }
.hs-home .menu-btn { display: inline-flex; }
.hs-home .header-inner { gap: 1.5rem; }
.hs-home .nav .hs-mail { display: none; }
.hs-nav-cta { margin-left: 0.25rem; }
.btn-sm { min-height: 2.5rem; padding: 0 1rem; }
.btn-gold { background: var(--gold); color: var(--gold-ink); font-weight: 600; }
.btn-gold:hover { background: var(--gold-hover); }
.mobile-nav .btn { margin-top: 0.5rem; }
@media (min-width: 900px) { .hs-home .nav { display: flex; } .hs-home .menu-btn { display: none; } }
@media (min-width: 1140px) { .hs-home .nav .hs-mail { display: inline; } }

/* Hero — his video behind, the split on top, the small panel. */
.hs-hero { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; min-height: min(calc(100svh - 4rem), 56rem); background: var(--ink); color: var(--primary-fg); }
.hs-hero__media { position: absolute; inset: 0; z-index: -2; }
.hs-hero__media img, .hs-hero__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; outline: none; }
.hs-hero__scrim { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(100deg, rgb(26 34 28 / 0.84) 0%, rgb(26 34 28 / 0.66) 36%, rgb(26 34 28 / 0.22) 64%, rgb(26 34 28 / 0) 84%),
  linear-gradient(to top, rgb(26 34 28 / 0.55), rgb(26 34 28 / 0) 45%); }
.hs-hero__inner { padding: 4.5rem 0 4rem; display: grid; grid-template-columns: minmax(0, 38rem) 1fr; gap: 2rem; align-items: center; }
.hs-hero .hero-kicker { color: var(--gold); }
.hs-hero h1 { margin: 0.75rem 0 0; font-size: clamp(2.75rem, 5.6vw, 4.75rem); line-height: 1.02; color: var(--primary-fg); }
.hs-hero__promise { margin: 1.25rem 0 0; max-width: 30rem; font-size: 1.125rem; line-height: 1.5; color: var(--cream-85); }
.hs-hero__photo { position: relative; margin: 0; justify-self: end; width: min(100%, 34rem); overflow: hidden; border-radius: 1.5rem; box-shadow: 0 40px 80px -30px rgb(0 0 0 / 0.7), 0 0 0 1px rgb(243 239 230 / 0.18); }
.hs-hero__photo img { display: block; width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: cover; outline: none; }
.hs-hero__photo figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: 0.45rem 0.85rem; border-radius: 999px; background: rgb(26 34 28 / 0.55); backdrop-filter: blur(8px); font-size: 0.8rem; font-weight: 500; color: var(--primary-fg); }
@media (max-width: 899px) {
  .hs-hero__inner { grid-template-columns: 1fr; padding-top: 3.5rem; }
  .hs-hero__photo { width: 100%; justify-self: stretch; }
}

.hs-panel { margin-top: 2rem; max-width: 38rem; border-radius: 1.25rem; background: var(--primary); color: var(--primary-fg); padding: 1.25rem 1.25rem 1.2rem; box-shadow: 0 0 0 1px rgb(243 239 230 / 0.16), 0 30px 60px -30px rgb(0 0 0 / 0.7); }
.hs-panel__kicker { margin: 0 0 0.9rem; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-70); }
.hs-panel__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.hs-panel__row .hs-field--who { grid-column: 1 / -1; }
.hs-field { min-width: 0; }
.hs-panel label { display: block; margin-bottom: 0.35rem; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream-70); }
.hs-panel input, .hs-panel select { display: block; width: 100%; min-width: 0; height: 2.85rem; min-height: 2.85rem; border: 1px solid rgb(243 239 230 / 0.24); border-radius: 0.75rem; background: rgb(243 239 230 / 0.08); color: var(--primary-fg); font: inherit; font-size: 0.95rem; padding: 0 0.75rem; box-shadow: none; color-scheme: dark; }
.hs-panel input[type="date"] { background-color: rgb(243 239 230 / 0.08); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23f3efe6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 1rem 1rem; padding: 0 2rem 0 0.7rem; line-height: 2.85rem; font-size: 0.9rem; }
.hs-panel input[type="date"]::-webkit-datetime-edit, .hs-panel input[type="date"]::-webkit-datetime-edit-fields-wrapper { min-height: 0; color: var(--primary-fg); }
.hs-panel input[type="date"]::-webkit-datetime-edit-text, .hs-panel input[type="date"]::-webkit-datetime-edit-month-field, .hs-panel input[type="date"]::-webkit-datetime-edit-day-field, .hs-panel input[type="date"]::-webkit-datetime-edit-year-field { color: var(--primary-fg); }
.hs-panel select { appearance: none; -webkit-appearance: none; font-size: 0.9rem; padding-left: 0.65rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23f3efe6' stroke-width='1.5' stroke-linecap='round'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.6rem center; padding-right: 1.7rem; cursor: pointer; }
.hs-panel select option { color: var(--foreground); background: var(--card); }
.hs-panel input:focus-visible, .hs-panel select:focus-visible { outline: 2px solid var(--gold); outline-offset: 1px; }
.hs-who { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.hs-panel .btn { width: 100%; min-height: 3rem; margin-top: 0.85rem; font-size: 0.975rem; }
.hs-panel__note { margin: 0.75rem 0 0; font-size: 0.78rem; color: var(--cream-70); }
@media (min-width: 640px) {
  .hs-panel__row { grid-template-columns: 1.15fr 1.15fr 1.5fr; }
  .hs-panel__row .hs-field--who { grid-column: auto; }
}

/* Trust line. */
.hs-trust { background: var(--card); border-bottom: 1px solid var(--border); }
.hs-trust ul { list-style: none; margin: 0; padding: 1rem 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 2.75rem; font-size: 0.9rem; font-weight: 500; }
.hs-trust li { display: inline-flex; align-items: center; gap: 0.5rem; }
.hs-trust svg { width: 1.1rem; height: 1.1rem; color: var(--accent); flex: none; }

/* Sections. */
.hs-section { padding: 5.5rem 0; }
.hs-section--card { background: var(--card); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.hs-section .section-head h2 { font-size: clamp(2rem, 3.6vw, 2.75rem); }
.hs-section .section-head p { font-size: 1rem; }
.hs-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.9rem; font-weight: 500; color: var(--foreground); }
.hs-link::after { content: "→"; transition: transform 200ms ease-out; }
.hs-link:hover::after { transform: translateX(3px); }

/* Photo plates — real photo behind, cream card on top, gentle drift on scroll. */
.hs-plate { position: relative; isolation: isolate; overflow: hidden; padding: 7rem 0; }
.hs-plate__bg { position: absolute; left: 0; right: 0; top: -14%; bottom: -14%; z-index: -2; transform: scale(1.06); will-change: transform; }
.hs-plate__bg img { width: 100%; height: 100%; object-fit: cover; outline: none; }
.hs-plate::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgb(26 34 28 / 0.28); }
.hs-plate--dark::after { background: linear-gradient(to bottom, rgb(26 34 28 / 0.55), rgb(26 34 28 / 0.7)); }
.hs-plate__grid { display: grid; gap: 2.5rem; align-items: center; }
.hs-plate__aside { display: flex; justify-content: center; }
@media (min-width: 900px) { .hs-plate__grid { grid-template-columns: 55% 1fr; gap: 3rem; } .hs-plate__grid > .hs-plate__card { grid-column: 1; } }
.hs-plate__card { background: var(--card); border-radius: 1.75rem; padding: clamp(1.5rem, 4vw, 3.5rem); box-shadow: 0 40px 80px -40px rgb(0 0 0 / 0.6), 0 0 0 1px rgb(26 34 28 / 0.06); }
.hs-plate__card h2 { margin: 0.4rem 0 0; font-size: clamp(1.9rem, 3vw, 2.5rem); }
.hs-plate__cap { position: absolute; right: 1.25rem; bottom: 0.9rem; z-index: 1; margin: 0; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgb(243 239 230 / 0.8); }
@media (max-width: 639px) { .hs-plate { padding: 4rem 0; } }

/* How it works. */
.hs-steps { list-style: none; margin: 2rem 0 0; padding: 0; }
.hs-step { display: grid; grid-template-columns: 3.25rem 1fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid var(--border); }
.hs-step:last-child { border-bottom: 1px solid var(--border); }
.hs-step__n { font-family: var(--font-display); font-size: 1.9rem; line-height: 1.1; color: var(--accent); }
.hs-step h3 { margin: 0.15rem 0 0.25rem; font-size: 1.35rem; }
.hs-step p { margin: 0; font-size: 0.95rem; color: var(--muted-fg); }


/* The envelope — the surprise, drawn, not photographed. */
.hs-env { position: relative; width: min(100%, 22rem); aspect-ratio: 5 / 4; margin-inline: auto; }
.hs-env__card { position: absolute; top: 4%; left: 50%; width: 44%; aspect-ratio: 3 / 4; padding: 0.9rem 1rem; border-radius: 0.6rem; background: var(--card); box-shadow: 0 18px 36px -14px rgb(0 0 0 / 0.55), 0 0 0 1px rgb(26 34 28 / 0.08); transform-origin: 50% 100%; }
.hs-env__card b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; line-height: 1; }
.hs-env__card span { display: block; margin-top: 0.35rem; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-fg); }
.hs-env__card i { display: block; height: 0.35rem; margin-top: 0.7rem; border-radius: 99px; background: var(--secondary); }
.hs-env__card i + i { width: 68%; margin-top: 0.4rem; }
.hs-env__card:nth-child(1) { transform: translateX(-88%) rotate(-10deg); z-index: 1; }
.hs-env__card:nth-child(2) { transform: translateX(-50%) translateY(-6%) rotate(-1deg); z-index: 2; }
.hs-env__card:nth-child(3) { transform: translateX(-12%) rotate(9deg); z-index: 1; }
.hs-env__body { position: absolute; left: 4%; right: 4%; bottom: 6%; height: 54%; z-index: 3; border-radius: 0.9rem; background: #efe7d5; box-shadow: 0 30px 50px -22px rgb(0 0 0 / 0.6), inset 0 0 0 1px rgb(26 34 28 / 0.08); overflow: hidden; }
.hs-env__body::before { content: ""; position: absolute; inset: 0; background:
  linear-gradient(to bottom right, transparent 49.6%, rgb(26 34 28 / 0.08) 50%, rgb(26 34 28 / 0.08) 50.8%, transparent 51.2%) left / 50.2% 100% no-repeat,
  linear-gradient(to bottom left, transparent 49.6%, rgb(26 34 28 / 0.08) 50%, rgb(26 34 28 / 0.08) 50.8%, transparent 51.2%) right / 50.2% 100% no-repeat; }
.hs-env__seal { position: absolute; left: 50%; top: 50%; width: 2.4rem; height: 2.4rem; transform: translate(-50%, -50%); border-radius: 999px; background: var(--primary); color: var(--primary-fg); display: grid; place-items: center; font-family: var(--font-display); font-size: 0.95rem; box-shadow: 0 6px 14px -6px rgb(26 34 28 / 0.6); }
.hs-env__line { position: absolute; left: 0; right: 0; bottom: 0.8rem; margin: 0; text-align: center; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-fg); }

/* Trips we plan — three tall cards. */
.hs-trips__grid { margin-top: 2.5rem; display: grid; gap: 1.25rem; }
.hs-trip { display: flex; flex-direction: column; overflow: hidden; border-radius: 1.5rem; background: var(--card); box-shadow: var(--shadow); transition: box-shadow 200ms ease-out; }
.hs-trip:hover { box-shadow: var(--shadow-hover); }
.hs-trip img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; outline: none; }
.hs-trip__body { flex: 1; display: flex; flex-direction: column; padding: 1.35rem 1.5rem 1.6rem; }
.hs-trip h3 { margin: 0.2rem 0 0; font-size: 1.65rem; }
.hs-trip__sub { margin: 0.35rem 0 0; font-size: 0.925rem; color: var(--muted-fg); }
.hs-trip ul { list-style: none; margin: 1rem 0 0; padding: 0; font-size: 0.9rem; }
.hs-trip li { position: relative; padding: 0.42rem 0 0.42rem 1rem; border-top: 1px solid rgb(221 214 200 / 0.7); }
.hs-trip li::before { content: ""; position: absolute; left: 0; top: 0.95rem; width: 0.35rem; height: 0.35rem; border-radius: 999px; background: var(--primary); }
.hs-trip__rate { margin: 1.1rem 0 0; font-size: 0.85rem; color: var(--muted-fg); }
.hs-trip__cta { margin-top: auto; padding-top: 1.1rem; }
@media (min-width: 720px) { .hs-trips__grid { grid-template-columns: repeat(3, 1fr); } }

/* The hills — the real gallery. Grid on desktop, a swipe row on phone. */
.hs-gallery { margin-top: 2.5rem; display: grid; gap: 1.75rem 1.25rem; }
.hs-gallery figure { margin: 0; }
.hs-gallery img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 1.25rem; outline: none; }
.hs-gallery figcaption { margin-top: 0.85rem; font-size: 1rem; line-height: 1.45; color: var(--foreground); }
.hs-gallery figcaption b { display: block; font-weight: 600; }
.hs-gallery figcaption span { color: var(--foreground); }
@media (min-width: 640px) { .hs-gallery { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .hs-gallery { grid-template-columns: repeat(3, 1fr); } }
.hs-scroll-row { display: flex; gap: 0.75rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 0.5rem; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.hs-scroll-row::-webkit-scrollbar { display: none; }
@media (max-width: 639px) {
  .hs-gallery { display: flex; gap: 0.75rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-inline: calc(50% - 50vw); padding: 0 1rem 0.5rem; }
  .hs-gallery::-webkit-scrollbar { display: none; }
  .hs-gallery figure { flex: 0 0 72vw; scroll-snap-align: start; }
}

/* People strip — only shown once at least one photo has actually loaded. */
.hs-people { margin-top: 3.5rem; }
.hs-people .hs-scroll-row { margin-top: 1.25rem; }
.hs-people figure { flex: 0 0 min(78vw, 17rem); margin: 0; scroll-snap-align: start; }
.hs-people img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 1rem; outline: none; }
.hs-people__note { margin: 0.9rem 0 0; font-size: 0.8rem; color: var(--muted-fg); }

/* Seasons strip. */
.hs-seasons__grid { display: grid; gap: 1rem; }
.hs-plate--seasons { padding: 5rem 0; }
.hs-plate--seasons::after { background: rgb(26 34 28 / 0.45); }
.hs-season { padding: 1.5rem 1.5rem 1.6rem; border-radius: 1.25rem; background: rgb(255 251 245 / 0.86); backdrop-filter: blur(6px); box-shadow: 0 20px 40px -24px rgb(0 0 0 / 0.5), 0 0 0 1px rgb(255 251 245 / 0.5); }
.hs-season .kicker { color: var(--accent); }
.hs-season h3 { margin: 0.4rem 0 0.35rem; font-size: 1.6rem; }
.hs-season p { margin: 0; font-size: 0.925rem; color: var(--foreground); }
@media (min-width: 720px) { .hs-seasons__grid { grid-template-columns: repeat(4, 1fr); } }

/* See the days — the video wall. */
.hs-videos { background: var(--primary); color: var(--primary-fg); }
.hs-videos .eyebrow { color: var(--cream-70); }
.hs-videos .section-head h2 { color: var(--primary-fg); }
.hs-videos .section-head p { color: var(--cream-85); }
.hs-vgrid { margin-top: 2.5rem; display: grid; gap: 1rem; }
.hs-vframe { position: relative; overflow: hidden; margin: 0; aspect-ratio: 16 / 9; border-radius: 1.25rem; background: #1c3128; box-shadow: 0 0 0 1px rgb(243 239 230 / 0.12); }
.hs-vframe img, .hs-vframe video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; outline: none; }
.hs-vframe.is-missing video { display: none; }
.hs-vframe figcaption { position: absolute; left: 1rem; bottom: 0.9rem; padding: 0.45rem 0.85rem; border-radius: 999px; background: rgb(26 34 28 / 0.55); backdrop-filter: blur(8px); font-size: 0.8rem; font-weight: 500; }
.hs-videos__note { margin: 1.25rem 0 0; font-size: 0.8rem; color: var(--cream-70); }
@media (min-width: 720px) { .hs-vgrid { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }

/* Partners. */
.hs-partners__p { color: var(--muted-fg); }
.hs-cats { list-style: none; margin: 1.75rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
.hs-cat { padding: 1.1rem 1rem; border-radius: 1rem; background: var(--background); box-shadow: inset 0 0 0 1px var(--border); font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -0.02em; line-height: 1.15; }
.hs-listed { margin-top: 1.25rem; }
@media (min-width: 520px) { .hs-cats { grid-template-columns: repeat(3, 1fr); } }


/* Founding guests — one honest line until the real ones arrive. */
.hs-guests { padding: 4.5rem 0; text-align: center; }
.hs-guests__line { margin: 0.9rem auto 0; max-width: 38rem; font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2rem); line-height: 1.3; letter-spacing: -0.02em; text-wrap: balance; }
.hs-guests__mail { margin: 1.25rem 0 0; font-size: 0.95rem; }
.hs-guests__mail a { text-decoration: underline; text-underline-offset: 0.2em; }
.hs-guests__mail a:hover { color: var(--accent); }

/* Days we book. */
.hs-days__grid { margin-top: 2.5rem; display: grid; gap: 1rem; }
.hs-day { display: flex; flex-direction: column; overflow: hidden; border-radius: 1.25rem; background: var(--background); box-shadow: var(--shadow); transition: box-shadow 200ms ease-out, transform 200ms ease-out; }
.hs-day:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.hs-day img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; outline: none; }
.hs-day__body { flex: 1; display: flex; flex-direction: column; padding: 1.1rem 1.25rem 1.3rem; }
.hs-day h3 { margin: 0.2rem 0 0.3rem; font-size: 1.2rem; }
.hs-day p { margin: 0; font-size: 0.875rem; color: var(--muted-fg); }
.hs-day__meta { margin-top: auto; padding-top: 0.9rem; font-size: 0.8rem; color: var(--muted-fg); }
.hs-day--plain { background: var(--primary); color: var(--primary-fg); }
.hs-day--plain .kicker, .hs-day--plain p, .hs-day--plain .hs-day__meta { color: var(--cream-70); }
.hs-day--plain .hs-day__body { padding-top: 1.5rem; }
.hs-day .hs-day__mark { order: 9; margin: auto 0 0; padding-top: 1.5rem; align-self: flex-end; font-family: var(--font-display); font-size: clamp(3.5rem, 6vw, 5.5rem); line-height: 0.9; letter-spacing: -0.04em; color: var(--gold); }
.hs-day--plain .hs-day__meta { margin-top: 0.9rem; }
@media (min-width: 560px) { .hs-days__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .hs-days__grid { grid-template-columns: repeat(3, 1fr); } }

/* Know before you go. */
.hs-faq__grid { display: grid; gap: 2rem; }
.hs-faq__grid > div:first-child p { color: var(--muted-fg); }
.hs-faq details { border-top: 1px solid var(--border); }
.hs-faq details:last-child { border-bottom: 1px solid var(--border); }
.hs-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 1.3rem; letter-spacing: -0.02em; }
.hs-faq summary::-webkit-details-marker { display: none; }
.hs-faq summary::after { content: "+"; flex: none; width: 1.75rem; height: 1.75rem; display: grid; place-items: center; border-radius: 999px; background: var(--secondary); font-family: var(--font-sans); font-size: 1.1rem; color: var(--foreground); transition: transform 200ms ease-out; }
.hs-faq details[open] summary::after { transform: rotate(45deg); }
.hs-faq details p { margin: 0 0 1.25rem; max-width: 42rem; color: var(--muted-fg); }
@media (min-width: 900px) { .hs-faq__grid { grid-template-columns: 1fr 1.6fr; gap: 4rem; } }

/* Close. */
.hs-close { color: var(--primary-fg); }
.hs-close__inner { display: grid; gap: 2rem; align-items: center; }
.hs-close .eyebrow { color: var(--cream-70); }
.hs-close h2 { margin: 0.5rem 0 0; font-size: clamp(2.25rem, 4.2vw, 3.25rem); color: var(--primary-fg); }
.hs-close p { margin: 1rem 0 0; max-width: 28rem; color: var(--cream-85); }
.hs-close .hs-panel { margin-top: 0; width: 100%; box-shadow: 0 0 0 1px rgb(243 239 230 / 0.2), 0 30px 60px -30px rgb(0 0 0 / 0.8); }
@media (min-width: 900px) { .hs-close__inner { grid-template-columns: 1fr 1fr; gap: 4rem; } }
@media (max-width: 899px) { .hs-close.hs-plate { padding-bottom: 7rem; } }

/* Footer extras. */
.hs-credits { border-top: 1px solid var(--border); padding: 1.25rem 0; font-size: 0.75rem; line-height: 1.65; color: var(--muted-fg); }
.hs-credits p { margin: 0; }
.hs-credits p + p { margin-top: 0.35rem; }
.hs-credits a { color: var(--foreground); text-decoration: underline; text-underline-offset: 0.18em; }
.footer-copy a { color: var(--foreground); text-decoration: underline; text-underline-offset: 0.18em; }
.footer-copy span { margin: 0 0.4rem; }

/* Inner pages: a detail page with no real photo yet goes single-column. */
.detail:not(:has(img)) { grid-template-columns: 1fr; max-width: 44rem; }
.exp-card:not(:has(img)) .exp-card-copy { padding-top: 1.75rem; border-top: 4px solid var(--primary); }
.card-grid { align-items: start; }

@media (prefers-reduced-motion: reduce) {
  .hs-plate__bg { transform: none !important; }
}
