/* === Le Roux Wedding · Mobile-first === */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
::selection { background: var(--accent); color: var(--cream); }
html { scroll-behavior: smooth; scroll-padding-top: 64px; }
img { max-width: 100%; display: block; }

/* ------- shared atoms ------- */
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}
.eyebrow-light { color: color-mix(in oklch, var(--accent) 80%, var(--cream)); }

.photo-ph {
  background:
    repeating-linear-gradient(135deg, var(--bone) 0 8px, transparent 8px 16px),
    var(--cream);
  border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-soft);
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
}
.photo-ph > span {
  background: var(--cream); padding: 4px 10px; border: 1px solid var(--rule);
}

.section { padding: 72px 20px; }
.section-bone { background: var(--bone); border-block: 1px solid var(--rule); }
.section-dark { background: var(--ink); color: var(--cream); }
.container { max-width: 1100px; margin: 0 auto; }
.container-sm { max-width: 720px; margin: 0 auto; }

.section-head { text-align: center; margin-bottom: 48px; }
.section-title {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(34px, 7vw, 64px);
  line-height: 1.05;
  margin: 16px 0 0;
  color: var(--ink);
}
.section-title-light { color: var(--cream); }
.section-lede {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 1.7;
  color: var(--ink-soft);
  max-width: 540px; margin: 16px auto 0;
}

.btn-primary {
  font-family: 'Inter', sans-serif;
  font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
  padding: 16px 18px;
  background: var(--ink); color: var(--cream);
  border: none; cursor: pointer; font-weight: 500;
  width: 100%;
  -webkit-appearance: none;
}
.btn-ghost {
  display: inline-block; align-self: flex-start;
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  padding: 14px 22px;
  border: 1px solid var(--ink); color: var(--ink);
  font-weight: 500;
  margin-top: 4px;
}
.btn-ghost-light {
  margin-top: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  padding: 12px 24px; background: transparent; color: var(--cream);
  border: 1px solid color-mix(in oklch, var(--cream) 40%, transparent);
  cursor: pointer;
}

/* ------- password gate ------- */
.gate {
  min-height: 100vh; min-height: 100dvh;
  background: var(--cream); color: var(--ink);
  display: flex; flex-direction: column;
}
.gate-art {
  position: relative;
  height: 38vh; min-height: 240px;
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
.gate-art-bg {
  position: absolute; inset: 0;
  background-image: url('uploads/gate-green.jpg');
  background-size: cover;
  background-position: center;
}
.gate-svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: 0.32; mix-blend-mode: multiply;
}
.gate-art-caption {
  position: absolute; left: 20px; bottom: 16px;
  font-family: var(--display); font-style: italic;
  color: var(--ink); opacity: 0.7;
  font-size: 14px;
}
.gate-form-wrap {
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  padding: 36px 24px;
}
.gate-form { width: 100%; max-width: 420px; text-align: center; }
.gate-title {
  font-family: var(--display); font-weight: 400; font-style: italic;
  font-size: clamp(44px, 11vw, 72px);
  line-height: 1.0; margin: 20px 0 8px;
}
.gate-date {
  font-family: 'Inter', sans-serif;
  font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 28px;
}
.gate-blurb {
  font-family: var(--display); font-style: italic;
  font-size: 17px; line-height: 1.6; color: var(--ink-soft);
  margin: 24px 0;
}
.gate-form-inner { display: flex; flex-direction: column; gap: 12px; }
.gate-input {
  font-family: 'Inter', sans-serif;
  font-size: 16px; /* prevents iOS zoom */
  letter-spacing: 0.04em;
  padding: 16px;
  background: transparent;
  border: 1px solid var(--rule);
  color: var(--ink);
  outline: none; text-align: center;
  -webkit-appearance: none; border-radius: 0;
}
.gate-msg {
  font-family: 'Inter', sans-serif;
  font-size: 12px; min-height: 18px; margin-top: 4px;
}
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-8px); }
  75% { transform: translateX(8px); }
}
@media (min-width: 720px) {
  .gate { display: grid; grid-template-columns: 1fr 1fr; }
  .gate-art { height: auto; min-height: 100vh; border-bottom: none; border-right: 1px solid var(--rule); }
  .gate-art-caption { left: 40px; bottom: 40px; font-size: 18px; }
  .gate-form-wrap { padding: 40px; }
}

/* ------- nav ------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  transition: background 0.25s, border-color 0.25s, backdrop-filter 0.25s;
  border-bottom: 1px solid transparent;
}
.nav-scrolled {
  background: color-mix(in oklch, var(--cream) 92%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--rule);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 14px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.nav-mono {
  font-family: var(--display); font-style: italic;
  font-size: 22px; color: #6b7d5a;
}
.nav-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; gap: 28px;
}
.nav-list a {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: #6b7d5a; font-weight: 500;
  transition: color 0.2s;
}
.nav-list a:hover { color: #4f5e42; }
.nav-date {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: #6b7d5a;
}
.nav-burger {
  display: flex; flex-direction: column; gap: 4px;
  background: none; border: none; padding: 10px;
  cursor: pointer;
}
.nav-burger span {
  display: block; width: 22px; height: 1.5px; background: var(--ink);
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: left center;
}
.nav-drawer {
  position: fixed; inset: 56px 0 0 0;
  background: var(--cream);
  padding: 32px 24px;
  display: flex; flex-direction: column;
  border-top: 1px solid var(--rule);
}
.nav-drawer ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 4px;
}
.nav-drawer a {
  display: block; padding: 18px 0;
  font-family: var(--display); font-style: italic;
  font-size: 32px; color: var(--ink);
  border-bottom: 1px solid var(--rule);
}
.nav-drawer-foot {
  margin-top: auto; padding-top: 32px;
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--ink-soft);
}

/* ------- hero ------- */
/* ------- hero (photo background) ------- */
.hero-photo {
  position: relative;
  min-height: 92vh; min-height: 92dvh;
  padding: 0;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  color: var(--cream);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('uploads/hero-couple.jpg');
  background-size: cover;
  background-position: center 40%;
}
.hero-editing .hero-bg { cursor: grab; }
.hero-editing .hero-bg:active { cursor: grabbing; }
.hero-editing .hero-photo-inner {
  cursor: move;
  outline: 1px dashed color-mix(in oklch, var(--cream) 70%, transparent);
  outline-offset: 14px;
}
.hero-edit-hint {
  position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%);
  z-index: 5;
  display: flex; align-items: center; gap: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cream);
  background: oklch(0.20 0.02 130 / 0.55);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  padding: 10px 16px; border-radius: 999px;
  white-space: nowrap;
}
.hero-edit-reset {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cream); background: transparent;
  border: 1px solid color-mix(in oklch, var(--cream) 40%, transparent);
  border-radius: 999px; padding: 4px 12px; cursor: pointer;
}
.hero-tint {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      oklch(0.20 0.02 130 / 0.30) 0%,
      oklch(0.20 0.02 130 / 0.15) 40%,
      oklch(0.20 0.02 130 / 0.55) 100%);
  pointer-events: none;
}
.hero-photo-inner {
  position: relative; z-index: 2;
  text-align: center;
  padding: 80px 24px 60px;
  max-width: 900px;
}
.hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 10px; letter-spacing: 0.34em; text-transform: uppercase;
  color: color-mix(in oklch, var(--cream) 90%, transparent);
  margin-bottom: 32px;
}
.hero-photo-title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(40px, 9vw, 120px);
  line-height: 1.05; letter-spacing: -0.01em;
  margin: 0; color: var(--cream);
  text-shadow: 0 2px 24px oklch(0.20 0.04 130 / 0.4);
  white-space: nowrap;
  display: flex; align-items: center; justify-content: center;
  gap: 0.18em;
}
@font-face {
  font-family: 'Moon Time';
  src: url('uploads/Moon Time Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Brittany Signature';
  src: url('uploads/BrittanySignature.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.hero-photo-name {
  font-family: 'Moon Time', 'Brittany Signature', 'Pinyon Script', cursive;
  font-style: normal; font-weight: 400;
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1;
}
.hero-photo-and {
  font-family: var(--display); font-style: italic; font-weight: 300;
  font-size: 0.55em;
  color: var(--cream); letter-spacing: 0.02em;
  text-transform: lowercase;
  transform: translateY(-0.08em);
}
.hero-photo-sub {
  font-family: 'Inter', sans-serif;
  font-size: 12px; letter-spacing: 0.5em; text-transform: uppercase;
  margin-top: 28px;
  color: color-mix(in oklch, var(--cream) 90%, transparent);
  font-weight: 400;
}
.hero-photo-meta {
  margin-top: 18px;
  font-family: 'Inter', sans-serif;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: color-mix(in oklch, var(--cream) 80%, transparent);
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px;
}
.hero-photo-dot { opacity: 0.6; }
@media (min-width: 720px) {
  .hero-photo { min-height: 100vh; min-height: 100dvh; }
  .hero-photo-inner { padding: 120px 40px; }
  .hero-eyebrow { font-size: 11px; margin-bottom: 40px; }
  .hero-photo-sub { font-size: 14px; margin-top: 24px; }
  .hero-photo-meta { font-size: 13px; margin-top: 22px; }
}
.hero-inner { max-width: 1100px; margin: 0 auto; position: relative; text-align: center; }
.hero-title {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(64px, 18vw, 168px);
  line-height: 0.92; letter-spacing: -0.02em;
  margin: 24px 0 0; color: var(--ink);
}
.hero-name { display: block; font-style: italic; font-weight: 300; }
.hero-and {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: clamp(11px, 2vw, 18px);
  letter-spacing: 0.5em; text-transform: uppercase;
  margin: 12px 0; color: var(--accent); font-weight: 400;
}

.hero-meta {
  margin: 36px auto 0;
  display: flex; flex-direction: column; align-items: center; gap: 24px;
  max-width: 720px;
}
.hero-meta-item { text-align: center; }
.hero-meta-big {
  font-family: var(--display); font-style: italic;
  font-size: 26px; color: var(--ink); margin-top: 8px;
}
.hero-meta-small {
  font-family: 'Inter', sans-serif;
  font-size: 13px; color: var(--ink-soft);
  margin-top: 4px; letter-spacing: 0.04em;
}
.hero-meta-rule { display: none; }

@media (min-width: 720px) {
  .hero { padding: 60px 40px 100px; }
  .hero-meta {
    flex-direction: row;
    justify-content: center; align-items: center; gap: 32px;
    margin-top: 50px;
  }
  .hero-meta-item:first-child { text-align: right; }
  .hero-meta-item:last-child { text-align: left; }
  .hero-meta-big { font-size: 28px; margin-top: 8px; }
  .hero-meta-rule { display: block; width: 1px; height: 64px; background: var(--rule); }
}

.hero-photos {
  display: grid; gap: 12px;
  margin-top: 56px;
  grid-template-columns: 1fr 1fr;
}
.hero-photos > :nth-child(1) { grid-column: 1; }
.hero-photos > :nth-child(2) { grid-column: 1 / -1; grid-row: 1; }
.hero-photos > :nth-child(3) { grid-column: 2; }
@media (min-width: 720px) {
  .hero-photos {
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 24px;
    align-items: end;
    margin-top: 80px;
  }
  .hero-photos > :nth-child(1),
  .hero-photos > :nth-child(3) { grid-column: auto; grid-row: auto; margin-bottom: 40px; }
  .hero-photos > :nth-child(2) { grid-column: auto; grid-row: auto; }
}

/* ------- film / video ------- */
.film-frame {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  aspect-ratio: 9 / 16;
  max-height: 78vh;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid var(--rule);
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}
/* tighter vertical padding now that the heading is gone */
.section-film { padding-block: 40px; }
@media (min-width: 720px) { .section-film { padding-block: 56px; } }
@media (min-width: 1000px) { .section-film { padding-block: 64px; } }
.film-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  background: var(--ink);
  transition: opacity 0.5s ease;
}
.film-poster {
  position: absolute; inset: 0;
  border: none; cursor: pointer; padding: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 20px;
  background-image:
    linear-gradient(180deg, oklch(0.20 0.02 130 / 0.30), oklch(0.20 0.02 130 / 0.55)),
    var(--poster-img);
  background-size: cover;
  background-position: center 40%;
}
.film-play {
  width: 76px; height: 76px;
  border-radius: 50%;
  border: 1.5px solid color-mix(in oklch, white 70%, transparent);
  color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  padding-left: 4px;
  backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  transition: transform 0.25s ease, background 0.25s ease;
}
.film-poster:hover .film-play {
  transform: scale(1.08);
  background: color-mix(in oklch, white 16%, transparent);
}
.film-cta {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--cream); font-weight: 500;
  text-shadow: 0 1px 12px rgba(0,0,0,0.4);
}
.film-note {
  font-family: 'Inter', sans-serif;
  font-size: 13px; color: var(--ink-soft);
  margin-top: 18px; text-align: center;
}
.film-note code {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 12px; background: var(--cream);
  padding: 2px 7px; border: 1px solid var(--rule);
}
.film-spinner {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 2px solid color-mix(in oklch, white 35%, transparent);
  border-top-color: var(--cream);
  animation: film-spin 0.8s linear infinite;
}
@keyframes film-spin { to { transform: rotate(360deg); } }

/* ------- countdown ------- */
.countdown {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px;
  margin-top: 8px;
}
.countdown-cell {
  padding: 22px 12px;
  background: transparent;
  border: none;
}
.countdown-num {
  font-family: var(--display); font-weight: 300;
  font-size: clamp(40px, 11vw, 64px);
  line-height: 1; color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.countdown-label {
  font-family: 'Inter', sans-serif;
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 10px;
}
@media (min-width: 720px) {
  .countdown { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .countdown-cell { padding: 30px 16px; }
}

/* ------- story ------- */
.story-intro {
  display: grid; grid-template-columns: 1fr; gap: 36px;
  margin-bottom: 64px;
  max-width: 720px; margin-left: auto; margin-right: auto;
}
@media (min-width: 720px) {
  .story-intro { grid-template-columns: 1fr; gap: 64px; }
}
.story-quote {
  font-family: var(--display); font-style: italic;
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.5; color: var(--ink); margin: 0 0 20px;
}
.story-body {
  font-family: 'Inter', sans-serif;
  font-size: 15px; line-height: 1.8; color: var(--ink-soft); margin: 0;
}

.timeline {
  list-style: none; margin: 0; padding: 0;
  position: relative;
  display: flex; flex-direction: column; gap: 22px;
}
.timeline::before {
  content: ""; position: absolute;
  left: 7px; top: 4px; bottom: 4px;
  width: 1px; background: var(--rule);
}
.timeline-item {
  position: relative;
  padding-left: 36px;
}
.timeline-dot {
  position: absolute; left: 0; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--cream); border: 1.5px solid var(--accent);
}
.timeline-year {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--accent); font-weight: 500;
}
.timeline-title {
  font-family: var(--display); font-style: italic;
  font-size: 26px; font-weight: 400;
  margin: 6px 0 8px; color: var(--ink);
}
.timeline-body {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 1.7; color: var(--ink-soft); margin: 0;
}
@media (min-width: 880px) {
  .timeline { gap: 0; }
  .timeline::before { left: 50%; transform: translateX(-50%); top: 0; bottom: 0; }
  .timeline-item {
    padding-left: 0;
    width: 50%; margin-bottom: 16px;
    box-sizing: border-box;
  }
  .timeline-item:nth-child(odd) { padding-right: 36px; text-align: right; }
  .timeline-item:nth-child(even) {
    margin-left: 50%; padding-left: 36px;
    margin-top: -96px;
  }
  .timeline-dot {
    left: auto; right: -7px; top: 6px;
  }
  .timeline-item:nth-child(even) .timeline-dot { left: -7px; right: auto; }
  .timeline-title { font-size: 32px; }
  /* Even out vertical dot spacing on the zig-zag */
  .timeline-item:nth-child(3) { margin-top: -143px; }
  .timeline-item:nth-child(4) { margin-top: -119px; }
}

.timeline-photo {
  margin: 14px 0 12px;
  max-width: 220px;
}
.timeline-photo image-slot {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  filter: grayscale(1);
}
.timeline-item:not(:has(.timeline-year)) .timeline-title {
  margin-top: -2px;
}
@media (min-width: 880px) {
  .timeline-photo { max-width: 260px; }
  .timeline-item:nth-child(odd) .timeline-photo { margin-left: auto; }
}

.venue-map {
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--accent);
}
.venue-map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.venue-map:hover img {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0,0,0,0.14);
}
.venue-map-hint {
  display: block;
  margin-top: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

.details-stack {
  display: flex; flex-direction: column; gap: 36px;
  max-width: 760px; margin: 0 auto;
}
.venue-map-title {
  font-size: 36px; font-weight: 400; margin: 24px 0 -6px;
  text-align: center; line-height: 1;
}
.venue-map-note {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 1.7; color: var(--ink-soft);
  text-align: center; margin: 6px auto 0; max-width: 560px;
}
#details .section-head { margin-bottom: 20px; }
#details .details-stack { gap: 24px; }
.details-stack .venue-map { width: 100%; }
.details-stack .details-text { text-align: center; align-items: center; }
.details-stack .details-list {
  grid-template-columns: auto auto;
  justify-content: center;
  column-gap: 28px;
}
.details-stack .details-list dt { text-align: right; }
.details-stack .details-list dd { text-align: left; }
.details-stack .details-text .btn-ghost { align-self: center; }

/* ------- details ------- */
.details-grid {
  display: grid; grid-template-columns: 1fr; gap: 36px;
}
@media (min-width: 720px) {
  .details-grid { grid-template-columns: 1.1fr 1fr; gap: 60px; }
}
.details-text {
  display: flex; flex-direction: column; justify-content: center; gap: 22px;
}
.details-text > p {
  font-family: 'Inter', sans-serif;
  font-size: 15px; line-height: 1.8; color: var(--ink-soft); margin: 0;
}
.details-list {
  display: grid; grid-template-columns: auto 1fr;
  gap: 14px 22px; margin: 0;
  font-family: 'Inter', sans-serif; font-size: 14px;
}
.details-list dt {
  color: var(--accent);
  letter-spacing: 0.2em; text-transform: uppercase;
  font-size: 10px;
  align-self: center;
}
.details-list dd { margin: 0; color: var(--ink); align-self: center; }

/* ------- attire / moodboard ------- */
.attire { margin-bottom: 56px; }
.attire-head {
  max-width: 640px; margin: 0 auto 32px; text-align: center;
}
.attire-title {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: clamp(28px, 5vw, 40px); margin: 0 0 14px; color: var(--ink);
}
.attire-body {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 1.75; color: var(--ink-soft); margin: 0;
  text-wrap: pretty;
  white-space: pre-line;
}
.swatches {
  display: flex; justify-content: center; gap: 14px;
  margin-top: 22px;
}
.swatch {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid color-mix(in oklch, var(--ink) 12%, transparent);
  box-shadow: inset 0 0 0 2px var(--cream);
}
.moodboard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 560px) { .moodboard { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 880px) { .moodboard { grid-template-columns: repeat(6, 1fr); gap: 14px; } }
.moodboard image-slot {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
}
.moodboard-pair {
  max-width: 760px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 880px) { .moodboard-pair { grid-template-columns: 1fr 1fr; gap: 20px; } }
.moodboard-pair image-slot {
  aspect-ratio: 71 / 100;
  height: auto;
  background: transparent;
}
.attire-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.detail-features {
  margin-top: 64px;
  display: flex; flex-direction: column; gap: 48px;
}
.detail-feature { margin: 0 auto; }

/* bank details */
.bank-details {
  margin: 22px auto 0;
  max-width: 380px;
  text-align: left;
  border-top: 1px solid var(--rule);
}
.bank-row {
  display: flex; justify-content: space-between; gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--rule);
}
.bank-row dt {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft); margin: 0;
}
.bank-row dd {
  font-family: 'Inter', sans-serif;
  font-size: 14px; color: var(--ink); margin: 0;
  text-align: right;
}

/* friday save-the-date */
.save-the-date {
  background: var(--bone);
  border: 1px solid var(--rule);
  padding: 40px 36px;
  max-width: 560px;
}
.std-eyebrow {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--accent); font-weight: 500;
  margin-bottom: 8px;
}

/* ------- day details (info grid) ------- */
.info-grid {
  display: grid; grid-template-columns: 1fr; gap: 1px;
  background: var(--rule); border: 1px solid var(--rule);
}
@media (min-width: 720px) { .info-grid { grid-template-columns: 1fr 1fr; } }
.info-grid-3 { grid-template-columns: 1fr; }
@media (min-width: 720px) {
  .info-grid-3 .info-card {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 24px;
    align-items: baseline;
  }
  .info-grid-3 .info-title { margin: 0; }
}
.info-card {
  background: var(--cream);
  padding: 32px 28px;
  position: relative;
}
@media (min-width: 720px) { .info-card { padding: 44px 40px; } }
.info-num {
  position: absolute; top: 28px; right: 28px;
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.24em;
  color: var(--ink-soft); opacity: 0.5;
}
.info-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--accent); font-weight: 500;
}
.info-title {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 28px; margin: 10px 0 14px; color: var(--ink);
}
@media (min-width: 720px) { .info-title { font-size: 34px; } }
.info-body {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 1.75; color: var(--ink-soft); margin: 0;
  text-wrap: pretty;
}

/* ------- schedule ------- */
.schedule { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.schedule-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--rule);
  align-items: baseline;
}
.schedule-row:last-child { border-bottom: 1px solid var(--rule); }
.schedule-time {
  font-family: var(--display); font-style: italic;
  font-size: 22px; color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.schedule-name { font-family: var(--display); font-size: 20px; color: var(--ink); }
.schedule-note { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--ink-soft); margin-top: 2px; }
.schedule-num { display: none; }
@media (min-width: 720px) {
  .schedule-row { grid-template-columns: 120px 1fr auto; gap: 32px; padding: 28px 0; }
  .schedule-time { font-size: 28px; }
  .schedule-name { font-size: 24px; }
  .schedule-num {
    display: inline; font-family: 'Inter', sans-serif;
    font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft);
  }
}

/* ------- stay ------- */
.stay-grid {
  display: grid; grid-template-columns: 1fr; gap: 1px;
  background: var(--rule); border: 1px solid var(--rule);
}
@media (min-width: 720px) { .stay-grid { grid-template-columns: 1fr 1fr; } }
.stay-card { background: var(--cream); padding: 28px; }
@media (min-width: 720px) { .stay-card { padding: 40px; } }
.stay-meta {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 14px; gap: 12px; flex-wrap: wrap;
}
.stay-tier {
  font-family: 'Inter', sans-serif; font-size: 10px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent);
}
.stay-dist {
  font-family: 'Inter', sans-serif; font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft);
}
.stay-name {
  font-family: var(--display); font-style: italic;
  font-size: 26px; font-weight: 400; margin: 0 0 10px; color: var(--ink);
}
@media (min-width: 720px) { .stay-name { font-size: 32px; } }
.stay-body {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 1.7; color: var(--ink-soft); margin: 0;
}
.stay-card-contacts {
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  margin-top: 6px;
}
.stay-foot {
  font-family: 'Inter', sans-serif;
  font-size: 13px; color: var(--ink-soft);
  text-align: center; margin-top: 28px; line-height: 1.7;
}

/* ------- stay (list) ------- */
.stay-list {
  list-style: none; margin: 0 auto; padding: 0;
  max-width: 760px;
}
.stay-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--rule);
  align-items: baseline;
}
.stay-row:last-child { border-bottom: 1px solid var(--rule); }
.stay-row-dist {
  font-family: var(--display); font-style: italic;
  font-size: 18px; color: var(--accent);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.stay-row-main {
  display: flex; flex-direction: column; gap: 4px;
}
.stay-row-name {
  font-family: var(--display); font-style: italic; font-weight: 400;
  font-size: 24px; margin: 0; color: var(--ink);
}
.stay-row-contacts {
  display: flex; flex-wrap: wrap; gap: 6px 22px;
  margin-top: 4px;
}
.stay-row-link {
  font-family: 'Inter', sans-serif;
  font-size: 13px; color: var(--ink-soft);
  letter-spacing: 0.01em;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.stay-row-link:hover { color: var(--accent); border-bottom-color: var(--accent); }
.stay-row-web { color: var(--accent); }
@media (min-width: 720px) {
  .stay-row { grid-template-columns: 96px 1fr; gap: 32px; padding: 26px 0; }
  .stay-row-dist { font-size: 22px; }
  .stay-row-name { font-size: 28px; }
}

/* ------- RSVP ------- */
.rsvp-form { display: flex; flex-direction: column; gap: 24px; }
.field-hint {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: color-mix(in oklch, var(--cream) 50%, transparent);
  margin-top: 4px; font-style: italic;
}
.rsvp-input {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 16px; /* prevents iOS zoom */
  padding: 14px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid color-mix(in oklch, var(--cream) 30%, transparent);
  color: var(--cream);
  outline: none;
  -webkit-appearance: none; border-radius: 0;
}
.rsvp-input::placeholder { color: color-mix(in oklch, var(--cream) 40%, transparent); }
.rsvp-textarea {
  resize: vertical; min-height: 100px;
  font-family: 'Inter', sans-serif; line-height: 1.5;
}

.rsvp-attend, .rsvp-shuttle {
  display: grid; gap: 8px; margin-top: 12px;
}
.rsvp-attend { grid-template-columns: 1fr; }
@media (min-width: 520px) { .rsvp-attend { grid-template-columns: 1fr 1fr; } }
.rsvp-shuttle { grid-template-columns: 1fr; }
@media (min-width: 520px) { .rsvp-shuttle { grid-template-columns: repeat(2, 1fr); } }

.rsvp-attend-btn {
  padding: 18px 16px; text-align: left;
  background: transparent; color: var(--cream);
  border: 1px solid color-mix(in oklch, var(--cream) 30%, transparent);
  cursor: pointer; transition: all 0.2s;
  font-family: inherit;
}
.rsvp-attend-btn.is-active {
  background: color-mix(in oklch, var(--accent) 70%, var(--cream));
  color: var(--ink); border-color: transparent;
}
.rsvp-attend-label { font-family: var(--display); font-style: italic; font-size: 22px; }
.rsvp-attend-sub { font-family: 'Inter', sans-serif; font-size: 12px; opacity: 0.7; margin-top: 4px; }

.rsvp-shuttle-btn {
  padding: 14px; background: transparent; color: var(--cream);
  border: 1px solid color-mix(in oklch, var(--cream) 30%, transparent);
  cursor: pointer; font-family: 'Inter', sans-serif; font-size: 13px;
}
.rsvp-shuttle-btn.is-active {
  background: color-mix(in oklch, var(--accent) 70%, var(--cream));
  color: var(--ink); border-color: transparent;
}

.rsvp-count { display: flex; gap: 8px; }
.rsvp-count-btn {
  flex: 1; padding: 16px;
  background: transparent; color: var(--cream);
  border: 1px solid color-mix(in oklch, var(--cream) 30%, transparent);
  cursor: pointer; font-family: 'Inter', sans-serif;
  font-size: 15px; font-weight: 500;
  -webkit-appearance: none;
}
.rsvp-count-btn.is-active {
  background: color-mix(in oklch, var(--accent) 70%, var(--cream));
  color: var(--ink); border-color: transparent;
}

.rsvp-who { display: grid; gap: 8px; grid-template-columns: 1fr; margin-top: 12px; }
.rsvp-help {
  font-family: 'Inter', sans-serif;
  font-size: 13px; line-height: 1.6;
  color: color-mix(in oklch, var(--cream) 72%, transparent);
  margin: 8px 0 0; max-width: 52ch;
}
@media (min-width: 520px) { .rsvp-who { grid-template-columns: 1fr 1fr; } }
.rsvp-who-btn {
  padding: 16px 14px;
  background: transparent; color: var(--cream);
  border: 1px solid color-mix(in oklch, var(--cream) 30%, transparent);
  cursor: pointer; font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 500;
  -webkit-appearance: none; transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.rsvp-who-btn:hover { border-color: color-mix(in oklch, var(--cream) 55%, transparent); }
.rsvp-who-btn.is-active {
  background: color-mix(in oklch, var(--accent) 70%, var(--cream));
  color: var(--ink); border-color: transparent;
}

.btn-rsvp {
  font-family: 'Inter', sans-serif;
  font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase;
  padding: 20px; margin-top: 12px;
  background: color-mix(in oklch, var(--accent) 70%, var(--cream));
  color: var(--ink); font-weight: 500;
  border: none; cursor: pointer;
  transition: opacity 0.2s;
  -webkit-appearance: none;
}
.btn-rsvp:disabled { opacity: 0.4; cursor: not-allowed; }

.rsvp-lede {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: color-mix(in oklch, var(--cream) 65%, transparent);
  margin: 16px 0 0; line-height: 1.7;
}
.rsvp-lede strong { color: var(--cream); font-weight: 500; }
.rsvp-thanks {
  font-family: 'Inter', sans-serif;
  font-size: 15px; line-height: 1.8;
  color: color-mix(in oklch, var(--cream) 70%, transparent);
  margin: 0;
}
.field-hint, .field { display: block; }

/* ------- footer ------- */
.footer {
  padding: 64px 20px 48px;
  background: var(--cream);
  border-top: 1px solid var(--rule);
}
.footer-quote {
  font-family: var(--display); font-style: italic;
  font-size: 22px; line-height: 1.6;
  color: var(--ink); margin: 0 0 24px;
}
.footer-names {
  font-family: var(--display); font-style: italic;
  font-size: 32px; color: var(--ink);
}
.footer-when {
  font-family: 'Inter', sans-serif;
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 12px;
}
.footer-mail {
  font-family: 'Inter', sans-serif;
  font-size: 11px; color: var(--ink-soft);
  margin-top: 36px; opacity: 0.6;
}

/* ------- interstitial photo band ------- */
.photo-band {
  padding: 0 20px;
  background: var(--cream);
}
.photo-band-inner {
  max-width: 1100px; margin: 0 auto;
}
.photo-band image-slot {
  display: block; width: 100%; height: auto;
  /* Phone-first: taller band so portrait photos show properly */
  aspect-ratio: 4 / 3 !important;
}
@media (min-width: 720px) {
  .photo-band image-slot {
    /* Wider, more cinematic where there's room */
    aspect-ratio: 16 / 9 !important;
  }
}

/* ------- moving photo strip ------- */
.strip {
  overflow: hidden;
  background: var(--bone);
  border-block: 1px solid var(--rule);
  padding: 18px 0;
}
.strip-track {
  display: flex; flex-wrap: nowrap; gap: 14px;
  width: max-content;
  animation: strip-scroll 60s linear infinite;
}
.strip:hover .strip-track { animation-play-state: paused; }
.strip-track image-slot,
.strip-track .strip-photo {
  display: block;
  flex: 0 0 auto;
  width: 200px; height: 250px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 2px;
}
@keyframes strip-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 7px)); }
}
@media (prefers-reduced-motion: reduce) {
  .strip-track { animation: none; }
}

/* larger screens */
@media (min-width: 720px) {
  .section { padding: 100px 40px; }
  .footer { padding: 80px 40px 60px; }
  .section-head { margin-bottom: 64px; }
  .footer-quote { font-size: 24px; }
  .footer-names { font-size: 36px; }
}
@media (min-width: 1000px) {
  .section { padding: 120px 40px; }
}
