:root {
  --bg: #889c82;
  --panel: #fbf6ef;
  --panel-strong: rgba(185, 211, 179, 0.28);
  --text: #2c211b;
  --muted: #615247;
  --line: rgba(66, 45, 31, 0.14);
  --accent: #889c82;
  --accent-deep: #5a6b53;
  --accent-soft: #b9d3b3;
  --sage: #889c82;
  --shadow: 0 24px 80px rgba(58, 34, 20, 0.12);
  --radius-xl: 42px;
  --radius-lg: 28px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(185, 211, 179, 0.8), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(136, 156, 130, 0.28), transparent 18%),
    linear-gradient(180deg, #fbf6ef 0%, var(--bg) 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

a {
  color: inherit;
}

svg {
  display: block;
}

.page-glow {
  position: fixed;
  z-index: 0;
  width: 32rem;
  height: 32rem;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.55;
}

.page-glow-left {
  top: -10rem;
  left: -10rem;
  background: rgba(136, 156, 130, 0.22);
}

.page-glow-right {
  right: -12rem;
  bottom: 8rem;
  background: rgba(185, 211, 179, 0.28);
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto;
  padding: 18px;
  border: 1px solid rgba(70, 50, 35, 0.12);
  border-radius: clamp(30px, 5vw, 56px);
  background: var(--panel);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.countdown-strip,
.hero,
.carousel-card,
.event-card,
.timeline-card,
.timeline-stop,
.gift-card,
.info-chip,
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel-strong);
}

.countdown-strip,
.hero,
.moments-section,
.details-section,
.timeline-section,
.gift-section,
.faq-section {
  margin-bottom: 22px;
  scroll-margin-top: 88px;
}

.countdown-strip {
  position: sticky;
  top: 12px;
  z-index: 12;
  padding: 10px 16px;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 44px rgba(58, 34, 20, 0.1);
}

.strip-label,
.eyebrow,
.section-label,
.detail-title,
.countdown-unit {
  margin: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--muted);
}

.countdown-inline {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.countdown-inline::-webkit-scrollbar {
  display: none;
}

.countdown-value {
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
  line-height: 1;
}

.countdown-inline-part {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 36px);
}

.event-grid {
  display: grid;
  gap: 22px;
}

.hero h1,
.section-heading h2,
.carousel-slide h3,
.event-card h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 600;
}

.hero h1 {
  display: flex;
  flex-direction: column;
  font-size: clamp(3rem, 8vw, 6.2rem);
  line-height: 0.95;
  max-width: 12ch;
}

.hero-names {
  font-family: "Parisienne", "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(3.6rem, 10vw, 7.4rem);
  line-height: 1.02;
  color: var(--accent-deep);
  letter-spacing: 0.01em;
}

.hero-amp {
  font-style: italic;
  padding: 0 0.04em;
  color: var(--sage);
}

.hero-subtitle {
  display: flex;
  align-items: center;
  gap: 0.4em;
  flex-wrap: wrap;
  margin-top: 0.12em;
  font-size: clamp(2rem, 5vw, 3.4rem);
  letter-spacing: 0.01em;
}

.date-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  width: 1.5em;
  border-radius: 0.18em;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(58, 34, 20, 0.14);
  font-family: "Manrope", sans-serif;
  line-height: 1;
  text-align: center;
  position: relative;
  top: -0.08em;
}

.date-chip::before {
  content: "";
  display: block;
  height: 0.16em;
  background:
    radial-gradient(circle at 30% 60%, var(--accent-deep) 0 1.2px, transparent 1.6px) 30% 0 / 50% 100% no-repeat,
    radial-gradient(circle at 70% 60%, var(--accent-deep) 0 1.2px, transparent 1.6px) 70% 0 / 50% 100% no-repeat;
}

.date-chip-month {
  padding: 0.14em 0;
  background: var(--accent-deep);
  color: var(--panel);
  font-size: 0.26em;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.date-chip-day {
  padding: 0.06em 0 0.1em;
  color: var(--accent-deep);
  font-family: "Fraunces", serif;
  font-size: 0.6em;
  font-weight: 600;
}

.hero-lead,
.moment-copy p,
.event-card p,
.faq-item p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-lead {
  max-width: 22ch;
  margin: 18px 0 0;
  font-size: clamp(1.2rem, 2.4vw, 1.85rem);
  line-height: 1.45;
}

.hero-actions,
.event-actions,
.carousel-controls,
.info-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

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

.button-solid {
  background: var(--text);
  color: #fff;
}

.button-solid:hover {
  background: var(--accent-deep);
  box-shadow: 0 14px 30px rgba(90, 107, 83, 0.32);
}

.button-ghost {
  border: 1px solid var(--line);
  background: transparent;
}

.button-ghost:hover {
  border-color: var(--accent);
  background: rgba(136, 156, 130, 0.07);
}

.button-small {
  min-height: 42px;
  padding: 0 14px;
}

.hero-stage {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-start;
}

.hero-copy-card {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: 18px 18px 230px;
  border-radius: calc(var(--radius-lg) - 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(185, 211, 179, 0.2)),
    linear-gradient(135deg, rgba(136, 156, 130, 0.18), rgba(255, 255, 255, 0.4));
  border: 1px solid var(--line);
}

.hero-cutout {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: -8px;
  width: min(50%, 470px);
  max-height: 720px;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
  filter: drop-shadow(0 20px 30px rgba(44, 33, 27, 0.14));
}

.section-heading {
  margin-bottom: 16px;
}

.section-heading h2 {
  margin-top: 8px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
}

/* Decorative eyebrow mark + heading flourish */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-label::before {
  content: "";
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent));
}

.section-heading h2::after,
.travel-plan-title h2::after {
  content: "";
  display: block;
  width: 88px;
  height: 8px;
  margin-top: 18px;
  background:
    radial-gradient(circle, var(--accent) 0 2.4px, transparent 3px) center / 8px 8px no-repeat,
    linear-gradient(90deg, transparent, var(--accent-soft) 18%, var(--accent-soft) 82%, transparent) center / 100% 1px no-repeat;
}

.carousel-card {
  position: relative;
  padding: 18px;
}

.carousel-frame {
  position: relative;
  min-height: 540px;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  gap: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.carousel-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.moment-media,
.event-media {
  border-radius: 24px;
  border: 1px solid var(--line);
}

.moment-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(185, 211, 179, 0.18));
}

.moment-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.moment-media-fallback {
  background-size: cover;
  background-position: center;
}

.moment-media-proposal {
  background:
    radial-gradient(circle at 75% 22%, rgba(255, 242, 190, 0.95), transparent 8%),
    linear-gradient(180deg, #e9d7cb 0 18%, #dcb89c 18% 58%, #a57b59 58% 100%);
}

.moment-media-travel {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 247, 220, 0.95), transparent 10%),
    linear-gradient(180deg, #dae7df 0 16%, #c3d5bf 16% 56%, #87956e 56% 100%);
}

.moment-media-celebration {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 244, 210, 0.95), transparent 9%),
    linear-gradient(180deg, #f4dac2 0 16%, #e8bf92 16% 56%, #b47d53 56% 100%);
}

.moment-media-years {
  background:
    radial-gradient(circle at 26% 22%, rgba(255, 245, 212, 0.95), transparent 9%),
    linear-gradient(180deg, #ded6eb 0 18%, #b6aacd 18% 58%, #7d6f96 58% 100%);
}

.moment-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(249, 238, 227, 0.96));
  border: 1px solid var(--line);
}

.slide-index {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: auto;
  padding: 7px 14px 7px 13px;
  border: 1px solid var(--accent-soft);
  border-radius: 999px;
  background: rgba(136, 156, 130, 0.08);
  color: var(--accent-deep);
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.slide-index::before {
  content: "Episodio";
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.moment-copy h3 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.moment-copy h3::after {
  content: "";
  display: block;
  width: 64px;
  height: 8px;
  margin-top: 14px;
  background:
    radial-gradient(circle, var(--accent) 0 2.4px, transparent 3px) left center / 8px 8px no-repeat,
    linear-gradient(90deg, var(--accent-soft), var(--accent-soft)) left center / 64px 1px no-repeat;
}

.moment-copy p {
  margin: 0;
  max-width: 36ch;
  font-size: 1.05rem;
}

.carousel-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  font: inherit;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
}

.carousel-button-icon:hover {
  transform: translateY(-2px);
  color: var(--accent-deep);
  box-shadow: 0 14px 30px rgba(58, 34, 20, 0.18);
}

.carousel-button-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  min-width: 46px;
  padding: 0;
  background: rgba(255, 250, 243, 0.92);
  box-shadow: 0 10px 24px rgba(58, 34, 20, 0.12);
}

.carousel-button-icon svg,
.event-arrow svg {
  width: 20px;
  height: 20px;
}

.carousel-controls-floating {
  position: absolute;
  right: 28px;
  top: 28px;
  z-index: 3;
}

.event-tabs {
  display: grid;
  gap: 18px;
}

.travel-plan-section {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(136, 156, 130, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 250, 243, 0.92));
}

.travel-plan-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 24px;
  margin-bottom: 20px;
}

.travel-boarding-pass {
  position: relative;
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(66, 45, 31, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(185, 211, 179, 0.16)),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 10px,
      rgba(66, 45, 31, 0.03) 10px,
      rgba(66, 45, 31, 0.03) 11px
    );
  box-shadow: 0 14px 30px rgba(58, 34, 20, 0.1);
}

.boarding-pass-main {
  flex: 1 1 auto;
  min-width: 0;
  padding: 18px 18px 16px;
}

.boarding-pass-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.boarding-pass-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  color: #b12a2a;
}

.boarding-pass-plane {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.boarding-pass-chip {
  padding: 6px 10px;
  border: 1px solid rgba(66, 45, 31, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.9);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--muted);
}

.boarding-pass-route {
  display: grid;
  grid-template-columns: auto minmax(40px, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin: 4px 0 18px;
}

.route-point {
  display: flex;
  flex-direction: column;
}

.route-point-end {
  align-items: flex-end;
  text-align: right;
}

.route-code {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  line-height: 1;
}

.route-city {
  margin-top: 5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--muted);
}

.route-path {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ecb70a;
}

.route-line {
  flex: 1;
  border-top: 1.5px dashed rgba(90, 107, 83, 0.5);
}

.route-dot {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.route-plane {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  transform: rotate(90deg);
}


.travel-plan-title h2 {
  margin: 6px 0 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 0.95;
}

.travel-plan-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  align-content: end;
}

.travel-meta-item {
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(66, 45, 31, 0.18);
}

.travel-meta-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.travel-meta-value {
  display: block;
  font-weight: 700;
}

.event-tab-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.event-tab {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.8);
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.event-tab.is-active {
  background: var(--text);
  color: #fff;
}

.event-stage {
  position: relative;
}

.event-card {
  display: none;
  overflow: hidden;
}

.event-card.is-active {
  display: block;
}

.travel-card {
  padding: 18px;
}

.travel-card.is-active {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
}

.event-media {
  min-height: 280px;
  margin: 18px 18px 0;
}

.travel-card-media {
  min-height: 100%;
  margin: 0;
}

.event-media-church {
  background:
    radial-gradient(circle at 22% 26%, #fff6d8 0 10%, transparent 11%),
    linear-gradient(180deg, #b8d8ee 0 58%, #d89a71 58% 70%, #7d896a 70% 100%);
}

.event-media-villa {
  background:
    radial-gradient(circle at 78% 22%, #fff3d9 0 9%, transparent 10%),
    linear-gradient(180deg, #cce9ec 0 56%, #f2d3a7 56% 68%, #91ab78 68% 100%);
}

.event-body {
  padding: 22px 18px 18px;
}

.travel-card-main {
  padding-right: 40px;
}

.travel-card-copy {
  max-width: 48ch;
}

.event-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.92);
  box-shadow: 0 10px 24px rgba(58, 34, 20, 0.12);
  cursor: pointer;
}

.event-arrow-left {
  left: 18px;
}

.event-arrow-right {
  right: 18px;
}

.event-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(136, 156, 130, 0.14), rgba(136, 156, 130, 0.18));
  color: var(--accent-deep);
  flex: 0 0 auto;
}

.icon-badge svg {
  width: 20px;
  height: 20px;
}

.icon-badge-small {
  width: 38px;
  height: 38px;
}

.event-card h3 {
  margin-top: 12px;
  font-size: 2rem;
}

.travel-route {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.travel-route-stop {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 16px;
}

.travel-route-stop:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 93px;
  top: 34px;
  bottom: -18px;
  width: 1px;
  border-left: 1px dashed rgba(90, 107, 83, 0.45);
}

.travel-route-time {
  position: relative;
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
  color: var(--accent-deep);
}

.travel-route-time::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.travel-route-copy h4 {
  margin: 6px 0 6px;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
}

.travel-route-copy p:last-child {
  margin: 0;
  color: var(--muted);
}

.timeline-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
}

.timeline-card,
.gift-card {
  padding: 22px;
}

.timeline-card {
  background:
    linear-gradient(180deg, rgba(136, 156, 130, 0.12), rgba(255, 255, 255, 0)),
    linear-gradient(135deg, rgba(136, 156, 130, 0.14), rgba(255, 250, 243, 0.96));
}

.timeline-card-label,
.gift-bank-label {
  margin: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--muted);
}

.timeline-card h3,
.timeline-content h3 {
  margin: 10px 0 12px;
  font-family: "Fraunces", serif;
  font-weight: 600;
}

.timeline-card h3 {
  font-size: 2rem;
}

.timeline-intro,
.gift-copy p,
.gift-meta {
  color: var(--muted);
  line-height: 1.7;
}

.timeline-list {
  display: grid;
  gap: 12px;
}

.timeline-stop {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  align-items: start;
}

.timeline-time {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--accent-deep);
}

.timeline-content h3 {
  margin-top: 8px;
  font-size: 1.7rem;
}

.timeline-content p:last-child {
  margin: 0;
  color: var(--muted);
}

.event-time {
  margin: 8px 0 10px;
  color: var(--accent-deep);
  font-weight: 700;
}

.gift-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 18px;
  align-items: start;
}

.gift-bank {
  padding: 18px;
  border: 1px dashed rgba(66, 45, 31, 0.24);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(185, 211, 179, 0.14));
}

.gift-iban {
  margin: 14px 0 10px;
  font-family: "Fraunces", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.35;
  word-break: break-word;
}

.gift-meta {
  margin: 6px 0 0;
}

.info-row {
  margin-top: 18px;
}

.travel-notes {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.travel-plan-section .event-tabs,
.travel-plan-section .travel-notes {
  display: none;
}

.travel-timeline {
  position: relative;
  display: grid;
  gap: 34px;
  margin-top: 24px;
  min-height: 1px;
}

.travel-timeline::before {
  content: "";
  position: absolute;
  left: 101px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: rgba(44, 33, 27, 0.85);
}

.travel-timeline-stop {
  position: relative;
  display: grid;
  grid-template-columns: 76px 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.travel-stop-time {
  padding-top: 16px;
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  text-align: right;
}

.travel-stop-marker {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.travel-marker-circle {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid var(--text);
  border-radius: 999px;
  background: var(--panel-strong);
}

.travel-marker-circle svg {
  width: 28px;
  height: 28px;
}

.travel-stop-content {
  display: block;
  padding-top: 10px;
  min-width: 0;
}

.travel-stop-content h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: 2rem;
}

.travel-stop-content p {
  margin: 8px 0 0;
  color: var(--muted);
}

.travel-stop-card {
  padding-left: 8px;
}

.travel-stop-venue {
  display: grid;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-top: 14px;
}

.travel-stop-image {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin: 0;
}

.travel-stop-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.travel-stop-image-fallback {
  background-size: cover;
  background-position: center;
}

.travel-stop-details h4 {
  margin: 0 0 8px;
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
}

.travel-stop-details p {
  margin: 0 0 8px;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #c78314;
  font-weight: 600;
  text-decoration: none;
}

.text-link::before {
  content: "";
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: width 220ms ease;
}

.text-link:hover::before {
  width: 24px;
}

.info-chip {
  flex: 1 1 220px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
}

.chip-text {
  margin: 6px 0 0;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0 20px;
}

.faq-item {
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.faq-item:hover {
  border-color: var(--accent-soft);
  box-shadow: 0 10px 28px rgba(58, 34, 20, 0.07);
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 0;
  font-weight: 700;
  cursor: pointer;
  transition: color 180ms ease;
}

.faq-item summary:hover {
  color: var(--accent-deep);
}

.faq-item summary::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 1.6px solid var(--accent);
  border-bottom: 1.6px solid var(--accent);
  transform: rotate(45deg);
  transition: transform 220ms ease;
}

.faq-item[open] summary::after {
  transform: rotate(-135deg);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0 0 20px;
  max-width: 62ch;
}

@media (max-width: 980px) {
  .carousel-slide,
  .event-grid,
  .timeline-shell,
  .gift-card {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 840px;
  }

  .hero-copy-card {
    width: 100%;
    padding-bottom: 310px;
  }

  .hero-cutout {
    right: 50%;
    width: min(72%, 430px);
    transform: translateX(50%);
  }

  .carousel-frame,
  .moment-media {
    min-height: 720px;
  }

  .countdown-strip {
    padding: 10px 14px;
  }

  .timeline-stop {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .travel-plan-header,
  .travel-card.is-active {
    grid-template-columns: 1fr;
  }

  .travel-card-main {
    padding-right: 0;
  }

  .travel-stop-venue {
    grid-template-columns: 1fr;
  }

  .travel-stop-details {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 16px, 1180px);
    margin: 8px auto 20px;
    padding: 12px;
    border-radius: 28px;
  }

  .countdown-strip,
  .hero,
  .carousel-card,
  .event-body,
  .info-chip {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-stage {
    min-height: 700px;
  }

  .hero-copy-card {
    padding: 14px 14px 250px;
  }

  .hero-lead {
    max-width: 100%;
    font-size: 1.1rem;
  }

  .hero-cutout {
    right: 50%;
    bottom: -2px;
    width: min(88%, 350px);
    max-height: 430px;
  }

  .carousel-frame {
    min-height: 640px;
  }

  .moment-media {
    min-height: 320px;
  }

  .event-media {
    min-height: 220px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .travel-card-media {
    margin: 0;
  }

  .travel-plan-section {
    padding: 16px;
  }

  .travel-card {
    padding: 14px;
  }

  .travel-timeline {
    gap: 26px;
    margin-top: 18px;
  }

  .travel-timeline::before {
    display: block;
    left: 25px;
    top: 42px;
    bottom: 18px;
  }

  .travel-timeline-stop {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 0;
  }

  .travel-stop-time {
    padding-top: 0;
    text-align: left;
    padding-left: 58px;
    font-size: 1.2rem;
  }

  .travel-stop-marker {
    justify-content: start;
    position: absolute;
    top: 0;
    left: 0;
  }

  .travel-stop-content,
  .travel-stop-card {
    padding-top: 0;
    padding-left: 58px;
  }

  .travel-stop-image {
    min-height: 220px;
    margin: 0;
  }

  .travel-stop-details {
    display: block;
  }

  .travel-route-stop {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .travel-route-stop:not(:last-child)::after,
  .travel-route-time::after {
    display: none;
  }

  .countdown-inline {
    gap: 10px;
  }

  .carousel-controls-floating {
    right: 20px;
    top: 20px;
  }

  .event-arrow {
    top: 190px;
    margin-top: 0;
    width: 44px;
    height: 44px;
  }
}
