:root {
  --mist: #e5e3e6;
  --taupe: #c5beac;
  --olive: #6a6b4b;
  --beige: #d1beb0;
  --white: #f8f7f2;
  --paper: #eeeee8;
  --ink: #282723;
  --muted: #76746c;
  --line: rgba(106, 107, 75, 0.28);
  --shadow: 0 26px 80px rgba(42, 42, 36, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

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

code {
  background: rgba(106, 107, 75, .09);
  padding: 2px 6px;
  border-radius: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(22px, 6vw, 92px);
  color: rgba(248, 247, 242, .82);
  transition: background .25s ease, color .25s ease, border-color .25s ease, height .25s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled,
.site-header:hover {
  height: 80px;
  color: var(--olive);
  background: rgba(248, 247, 242, .93);
  border-bottom-color: rgba(106, 107, 75, .14);
  backdrop-filter: blur(18px);
}

.logo-diamond {
  grid-column: 1;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  justify-self: start;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  color: currentColor;
}

.logo-diamond span {
  display: block;
  transform: rotate(-45deg);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: -.03em;
}

.nav-links {
  grid-column: 3;
  justify-self: end;
  display: flex;
  gap: clamp(18px, 2.7vw, 46px);
  align-items: center;
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    url('../img/hero-banner.jpg') 28% 18% / cover no-repeat,
    var(--olive);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: transparent;
}

.hero-center {
  position: relative;
  z-index: 2;
  width: min(680px, calc(100% - 34px));
  text-align: center;
  padding-top: 60px;
}

.hero-rule {
  width: 92px;
  height: 1px;
  margin: 0 auto 30px;
  background: rgba(248, 247, 242, .64);
}


.eyebrow {
  margin: 0 0 14px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .30em;
  text-transform: uppercase;
}

.light-text {
  color: rgba(248, 247, 242, .78);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
}

.hero-center h1 {
  font-size: clamp(58px, 8.4vw, 112px);
  line-height: .86;
  letter-spacing: -.062em;
  color: rgba(248, 247, 242, .95);
  text-shadow: 0 18px 52px rgba(0, 0, 0, .34);
}

.hero-center h1 span {
  display: inline-block;
  margin: 0 0 4px;
  font-size: .35em;
  font-style: italic;
  color: rgba(229, 227, 230, .78);
}

.hero-date {
  margin: 34px 0 0;
  color: rgba(248, 247, 242, .82);
  font-size: 13px;
  letter-spacing: .30em;
  text-transform: uppercase;
}

.hero-place {
  margin: 7px 0 0;
  color: rgba(229, 227, 230, .68);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.hero-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 58px auto 0;
  width: min(480px, 100%);
}

.hero-countdown div {
  display: grid;
  gap: 6px;
}

.hero-countdown strong {
  font-family: var(--serif);
  color: var(--white);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: .08em;
}

.hero-countdown span {
  color: rgba(229, 227, 230, .70);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  color: rgba(248, 247, 242, .58);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.scroll-cue i {
  width: 1px;
  height: 40px;
  margin-top: 12px;
  background: rgba(248, 247, 242, .28);
}

.intro-section {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: clamp(70px, 10vw, 150px) 20px;
  background: var(--paper);
}

.intro-copy {
  width: min(900px, 100%);
  text-align: center;
}

.intro-copy h2 {
  margin: 0 auto 24px;
  color: var(--olive);
  max-width: 860px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .95;
  letter-spacing: -.055em;
}

.intro-copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
}

.schedule-section {
  min-height: 900px;
  padding: clamp(76px, 10vw, 130px) 20px;
  position: relative;
  overflow: hidden;
}

.soft-photo-section {
  background:
    linear-gradient(180deg, rgba(238,238,232,.88), rgba(238,238,232,.92)),
    url('../img/candles.svg') center bottom / cover no-repeat,
    var(--mist);
}

.section-heading {
  width: min(900px, 100%);
  margin: 0 auto 56px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading h2 {
  color: var(--ink);
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1;
  letter-spacing: -.045em;
}

.divider-dot {
  width: min(280px, 70%);
  height: 1px;
  margin: 28px auto 0;
  background: linear-gradient(90deg, transparent, var(--olive) 42%, transparent 42%, transparent 58%, var(--olive) 58%, transparent);
  position: relative;
  opacity: .65;
}

.divider-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--olive);
  transform: translate(-50%, -50%);
}

.timeline {
  width: min(560px, 100%);
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 72px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(106, 107, 75, .26);
}

.timeline article {
  position: relative;
  min-height: 132px;
  padding: 0 0 34px 112px;
}

.timeline article::before {
  content: "";
  position: absolute;
  left: 66px;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--olive);
  box-shadow: 0 0 0 5px rgba(106, 107, 75, .13);
}

.timeline time {
  display: block;
  margin-bottom: 4px;
  color: var(--olive);
  font-size: 13px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.timeline h3 {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}

.timeline p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.locations-section {
  padding: clamp(76px, 10vw, 140px) 20px;
  background: var(--paper);
}

.location-grid {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.location-card {
  min-height: 380px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  padding: 48px 36px;
  background: rgba(248, 247, 242, .78);
  border: 1px solid rgba(106, 107, 75, .16);
}

.card-icon {
  display: block;
  margin-bottom: 24px;
  color: var(--taupe);
  font-size: 38px;
  line-height: 1;
}

.location-card h3 {
  margin-bottom: 14px;
  color: var(--olive);
  font-size: 34px;
  line-height: 1;
}

.location-card p:not(.eyebrow) {
  max-width: 320px;
  margin: 0 0 12px;
  color: var(--muted);
}

.location-card strong {
  display: block;
  margin: 6px 0 22px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.location-card a {
  color: var(--olive);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.rsvp-section {
  padding: clamp(80px, 10vw, 140px) 20px;
  background: rgba(197, 190, 172, .22);
}

.rsvp-shell {
  width: min(1060px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
}

.rsvp-copy h2 {
  margin: 0 0 18px;
  color: var(--olive);
  font-size: clamp(40px, 7vw, 74px);
  line-height: .95;
  letter-spacing: -.05em;
}

.rsvp-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.form,
.upload-card {
  display: grid;
  gap: 16px;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid rgba(106, 107, 75, .35);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 10px 0;
  font: inherit;
  outline: none;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.btn {
  min-height: 48px;
  border: 1px solid var(--olive);
  background: var(--olive);
  color: var(--white);
  padding: 13px 24px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.btn:hover {
  background: transparent;
  color: var(--olive);
}

.btn-light {
  background: transparent;
  color: var(--olive);
}

.btn-light:hover {
  background: var(--olive);
  color: var(--white);
}

.photos-section {
  padding: clamp(76px, 10vw, 140px) 20px;
  background: var(--paper);
}

.section-note {
  max-width: 560px;
  margin: 24px auto 0;
  color: var(--muted);
}

.notice {
  padding: 14px 16px;
  margin: 0 0 20px;
  border: 1px solid rgba(106, 107, 75, .22);
  background: rgba(248, 247, 242, .72);
  color: var(--olive);
}

.notice.error {
  color: #8b2525;
  border-color: rgba(139, 37, 37, .26);
  background: rgba(139, 37, 37, .06);
}

.notice.wide {
  width: min(980px, 100%);
  margin: 0 auto 24px;
}

.photo-layout {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 24px;
}

.upload-card,
.gallery-card {
  background: rgba(248, 247, 242, .70);
  border: 1px solid rgba(106, 107, 75, .15);
  padding: 26px;
}

.upload-card h3 {
  color: var(--olive);
  font-size: 34px;
  line-height: 1;
}

.file-drop {
  min-height: 110px;
  place-items: center;
  text-align: center;
  border: 1px dashed rgba(106, 107, 75, .5);
  cursor: pointer;
  background: rgba(229, 227, 230, .35);
}

.file-drop input {
  display: none;
}

.file-drop span {
  font-family: var(--serif);
  color: var(--olive);
  font-size: 27px;
  letter-spacing: -.03em;
  text-transform: none;
}

.file-drop small {
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
}

.gallery-card {
  min-height: 460px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.guest-photo {
  margin: 0;
  background: var(--white);
  border: 1px solid rgba(106, 107, 75, .12);
}

.guest-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.guest-photo figcaption {
  padding: 13px;
}

.guest-photo strong,
.guest-photo span {
  display: block;
}

.guest-photo strong {
  color: var(--olive);
  font-family: var(--serif);
  font-weight: 400;
  font-size: 18px;
}

.guest-photo span {
  color: var(--muted);
  font-size: 13px;
}

.empty-gallery {
  min-height: 390px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  color: var(--muted);
  border: 1px dashed rgba(106, 107, 75, .22);
}

.empty-gallery span {
  color: var(--taupe);
  font-size: 42px;
}

.empty-gallery strong {
  margin-top: 12px;
  color: var(--olive);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.empty-gallery p {
  margin: 6px 0 0;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: 50px 20px;
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid rgba(106, 107, 75, .15);
  text-align: center;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-logo {
  position: static;
  color: var(--olive);
  transform: rotate(45deg);
}

/* Admin */
.admin-body {
  background: var(--paper);
}

.admin-page {
  width: min(1240px, calc(100% - 34px));
  margin: 0 auto;
  padding: 42px 0 80px;
}

.admin-login,
.admin-section,
.admin-stats div {
  background: rgba(248, 247, 242, .78);
  border: 1px solid rgba(106, 107, 75, .16);
  box-shadow: var(--shadow);
}

.admin-login {
  width: min(480px, 100%);
  margin: 8vh auto;
  padding: 38px;
  display: grid;
  gap: 16px;
  text-align: center;
}

.admin-logo {
  justify-self: center;
  color: var(--olive);
}

.admin-login h1,
.admin-top h1 {
  color: var(--olive);
  font-size: clamp(42px, 6vw, 66px);
  line-height: .95;
}

.admin-login p,
.admin-top p,
.admin-back {
  color: var(--muted);
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 24px;
}

.admin-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

.admin-stats div {
  padding: 24px;
}

.admin-stats strong {
  display: block;
  color: var(--olive);
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
}

.admin-stats span,
.admin-section-head span {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.admin-section {
  margin-top: 24px;
  padding: 24px;
}

.admin-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-section h2 {
  color: var(--olive);
  font-size: 42px;
}

.admin-empty {
  padding: 18px;
  border: 1px dashed rgba(106, 107, 75, .22);
  color: var(--muted);
}

.admin-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.admin-photo-card {
  background: var(--white);
  border: 1px solid rgba(106, 107, 75, .12);
}

.admin-photo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.admin-photo-card > div {
  padding: 14px;
}

.admin-photo-card p {
  color: var(--muted);
  margin: 4px 0;
}

.admin-button-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.admin-button-row form {
  display: inline;
}

.small {
  min-height: 36px;
  padding: 8px 12px;
  font-size: 10px;
}

.danger {
  color: #8b2525;
}

.rsvp-table-wrap {
  overflow: auto;
  border: 1px solid rgba(106, 107, 75, .16);
}

.rsvp-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: var(--white);
}

.rsvp-table th,
.rsvp-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(106, 107, 75, .13);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.rsvp-table th {
  background: rgba(197, 190, 172, .22);
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.table-delete {
  border: 0;
  background: transparent;
  color: #8b2525;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 980px) {
  .site-header {
    height: 76px;
    grid-template-columns: auto 1fr auto;
    padding: 0 18px;
  }

  .menu-toggle {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
    border: 0;
    background: transparent;
    color: currentColor;
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    background: rgba(248, 247, 242, .97);
    color: var(--olive);
    border-bottom: 1px solid rgba(106, 107, 75, .14);
    transform: translateY(-140%);
    transition: transform .2s ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
  }

  .nav-links a {
    padding: 18px 22px;
    border-top: 1px solid rgba(106, 107, 75, .11);
  }

  .hero-center {
    padding-top: 84px;
  }

  .intro-section {
    min-height: auto;
  }

  .location-grid,
  .rsvp-shell,
  .photo-layout,
  .form-grid,
  .admin-stats,
  .admin-photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    width: min(520px, 100%);
  }
}

@media (max-width: 620px) {
  .hero-center h1 {
    font-size: clamp(56px, 18vw, 84px);
  }

  .hero-countdown {
    gap: 8px;
    margin-top: 40px;
  }

  .hero-countdown strong {
    font-size: 26px;
  }

  .hero-countdown span {
    font-size: 9px;
  }

  .schedule-section,
  .locations-section,
  .rsvp-section,
  .photos-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .timeline::before {
    left: 24px;
  }

  .timeline article {
    padding-left: 64px;
  }

  .timeline article::before {
    left: 18px;
  }

  .photo-grid,
  .admin-stats,
  .admin-photo-grid {
    grid-template-columns: 1fr;
  }

  .guest-photo img {
    height: 240px;
  }

  .btn {
    width: 100%;
  }

  .admin-top {
    display: block;
  }

  .admin-actions {
    margin-top: 16px;
  }
}


/* ==========================================================================
   CSS-ONLY MOBILE MENU FINAL FIX
   No JavaScript. MENU is a normal anchor: href="#mobile-menu".
   CLOSE is a normal anchor: href="#home".
   ========================================================================== */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.desktop-nav-links {
  grid-column: 3;
  justify-self: end;
  display: flex;
  gap: clamp(18px, 2.7vw, 46px);
  align-items: center;
  font-size: 12px;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.mobile-menu-open,
.mobile-menu-panel {
  display: none;
}

.mobile-menu-panel {
  pointer-events: none;
}

@media (max-width: 980px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 5000;
    height: 76px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 0 18px;
    color: var(--olive);
    background: rgba(248, 247, 242, .98);
    border-bottom: 1px solid rgba(106, 107, 75, .16);
    backdrop-filter: blur(18px);
  }

  .site-header.is-scrolled,
  .site-header:hover {
    height: 76px;
    color: var(--olive);
    background: rgba(248, 247, 242, .98);
    border-bottom-color: rgba(106, 107, 75, .16);
  }

  .desktop-nav-links {
    display: none;
  }

  .mobile-menu-open {
    grid-column: 3;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    height: 76px;
    color: var(--olive);
    font-size: 12px;
    letter-spacing: .24em;
    line-height: 1;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-width: 100vw;
    overflow: hidden auto;
    background: var(--paper);
    color: var(--olive);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .24s ease, opacity .18s ease, visibility .18s ease;
  }

  .mobile-menu-panel:target {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .mobile-menu-top {
    position: sticky;
    top: 0;
    z-index: 2;
    height: 76px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 0 18px;
    background: rgba(248, 247, 242, .98);
    border-bottom: 1px solid rgba(106, 107, 75, .16);
  }

  .mobile-menu-logo {
    grid-column: 1;
    width: 48px;
    height: 48px;
    color: var(--olive);
  }

  .mobile-menu-close {
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 76px;
    color: var(--olive);
    font-size: 12px;
    letter-spacing: .24em;
    line-height: 1;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu-links {
    display: grid;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    width: 100%;
    padding: 22px 20px;
    border-bottom: 1px solid rgba(106, 107, 75, .14);
    color: var(--olive);
    background: transparent;
    font-size: 13px;
    letter-spacing: .28em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-section,
  .hero-center,
  main,
  section {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .hero-center {
    width: min(100%, calc(100vw - 34px));
  }

  .hero-center h1 {
    max-width: 100%;
    font-size: clamp(58px, 18vw, 92px);
  }

  .hero-place,
  .hero-date,
  .eyebrow {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 620px) {
  .mobile-menu-links a {
    min-height: 80px;
    font-size: 12px;
    letter-spacing: .26em;
  }

  .mobile-menu-open,
  .mobile-menu-close {
    font-size: 11px;
    letter-spacing: .22em;
  }
}



/* EXTRA SPACE BETWEEN SANDY AND DATE */
.hero-date {
  margin-top: 34px !important;
}


/* ======================================================================
   FINAL FLOW UPDATE
   - No Our Story anchor/menu item
   - Slogan flows naturally between hero and schedule
   - Desktop schedule is continuous, not left/right alternating
   ====================================================================== */

.slogan-section {
  display: grid !important;
  place-items: center !important;
  min-height: auto !important;
  padding: clamp(92px, 11vw, 160px) 20px clamp(92px, 11vw, 160px) !important;
  margin: 0 !important;
  background: var(--paper) !important;
  border: 0 !important;
}

.slogan-copy {
  width: min(980px, 100%) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.slogan-copy h2 {
  margin: 0 !important;
  color: var(--olive) !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  font-size: clamp(54px, 8.5vw, 112px) !important;
  line-height: .88 !important;
  letter-spacing: -.07em !important;
}

.restored-schedule-section {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: auto !important;
  padding-top: clamp(95px, 10vw, 150px) !important;
  padding-bottom: clamp(100px, 11vw, 160px) !important;
  margin: 0 !important;
  background:
    linear-gradient(180deg, rgba(238, 238, 232, .94), rgba(238, 238, 232, .96)),
    url('../img/candles.svg') center / cover no-repeat,
    var(--paper) !important;
  border-top: 1px solid rgba(106, 107, 75, .16) !important;
  border-bottom: 1px solid rgba(106, 107, 75, .16) !important;
}

.restored-schedule-section .section-heading {
  margin-bottom: clamp(54px, 6vw, 86px) !important;
}

.restored-schedule-section .section-heading h2 {
  color: var(--olive) !important;
}

/* Continuous timeline on all screen sizes */
.restored-schedule-section .timeline {
  width: min(720px, calc(100% - 34px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: clamp(42px, 5vw, 62px) !important;
  position: relative !important;
}

.restored-schedule-section .timeline::before {
  content: "" !important;
  position: absolute !important;
  top: 8px !important;
  bottom: 8px !important;
  left: 18px !important;
  width: 1px !important;
  background: rgba(106, 107, 75, .26) !important;
  transform: none !important;
}

.restored-schedule-section .timeline article,
.restored-schedule-section .timeline article:nth-child(odd),
.restored-schedule-section .timeline article:nth-child(even) {
  width: auto !important;
  justify-self: stretch !important;
  text-align: left !important;
  padding: 0 0 0 62px !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative !important;
}

.restored-schedule-section .timeline article::after,
.restored-schedule-section .timeline article:nth-child(odd)::after,
.restored-schedule-section .timeline article:nth-child(even)::after {
  content: "◇" !important;
  position: absolute !important;
  top: 10px !important;
  left: 7px !important;
  right: auto !important;
  color: var(--olive) !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.restored-schedule-section .timeline time {
  display: block !important;
  margin-bottom: 10px !important;
  color: var(--olive) !important;
  font-family: var(--serif) !important;
  font-size: clamp(38px, 5vw, 60px) !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: .08em !important;
}

.restored-schedule-section .timeline h3 {
  margin: 0 0 8px !important;
  color: var(--ink) !important;
  font-size: clamp(25px, 3vw, 36px) !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
}

.restored-schedule-section .timeline p {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.locations-section {
  padding-top: clamp(95px, 10vw, 150px) !important;
}

.rsvp-section {
  padding-top: clamp(110px, 12vw, 175px) !important;
  margin-top: 0 !important;
  clear: both !important;
}

@media (max-width: 760px) {
  .slogan-section {
    padding-top: 86px !important;
    padding-bottom: 96px !important;
  }

  .slogan-copy h2 {
    font-size: clamp(46px, 14vw, 72px) !important;
    line-height: .92 !important;
  }

  .restored-schedule-section {
    padding-top: 86px !important;
    padding-bottom: 96px !important;
  }

  .restored-schedule-section .timeline {
    width: min(560px, calc(100% - 34px)) !important;
    gap: 38px !important;
  }

  .restored-schedule-section .timeline article,
  .restored-schedule-section .timeline article:nth-child(odd),
  .restored-schedule-section .timeline article:nth-child(even) {
    padding-left: 54px !important;
  }

  .rsvp-section {
    padding-top: 96px !important;
  }
}


/* ======================================================================
   SCHEDULE DOT CLEANUP
   Removes the filled decorative dot sitting on top of the schedule numbers.
   Keeps the clean vertical line and diamond timeline markers.
   ====================================================================== */

.restored-schedule-section .timeline article::before,
.restored-schedule-section .timeline article:nth-child(odd)::before,
.restored-schedule-section .timeline article:nth-child(even)::before,
.schedule-section .timeline article::before,
.schedule-section .timeline article:nth-child(odd)::before,
.schedule-section .timeline article:nth-child(even)::before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.restored-schedule-section .timeline article::after,
.restored-schedule-section .timeline article:nth-child(odd)::after,
.restored-schedule-section .timeline article:nth-child(even)::after {
  content: "◇" !important;
  top: 10px !important;
  left: 7px !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}


/* ======================================================================
   SCHEDULE MAP LINKS
   Each schedule item is clickable and opens Google Maps in a new tab.
   ====================================================================== */

.restored-schedule-section .timeline .timeline-link {
  display: block !important;
  position: relative !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.restored-schedule-section .timeline .timeline-link article {
  transition: transform .18s ease, opacity .18s ease;
}

.restored-schedule-section .timeline .timeline-link:hover article {
  transform: translateX(6px);
}

.restored-schedule-section .timeline .timeline-link:hover time,
.restored-schedule-section .timeline .timeline-link:hover h3 {
  color: var(--olive) !important;
}

.restored-schedule-section .timeline .map-hint {
  display: inline-block !important;
  margin-top: 12px !important;
  color: var(--olive) !important;
  font-size: 10px !important;
  letter-spacing: .20em !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(106, 107, 75, .45) !important;
}

.restored-schedule-section .timeline .timeline-link::before,
.restored-schedule-section .timeline .timeline-link:nth-child(odd)::before,
.restored-schedule-section .timeline .timeline-link:nth-child(even)::before {
  content: none !important;
  display: none !important;
}

.restored-schedule-section .timeline .timeline-link::after,
.restored-schedule-section .timeline .timeline-link:nth-child(odd)::after,
.restored-schedule-section .timeline .timeline-link:nth-child(even)::after {
  content: none !important;
  display: none !important;
}

/* Keep the diamond marker on the article itself */
.restored-schedule-section .timeline .timeline-link article::before {
  content: none !important;
  display: none !important;
}

.restored-schedule-section .timeline .timeline-link article::after {
  content: "◇" !important;
  position: absolute !important;
  top: 10px !important;
  left: 7px !important;
  right: auto !important;
  color: var(--olive) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 760px) {
  .restored-schedule-section .timeline .timeline-link:hover article {
    transform: none;
  }

  .restored-schedule-section .timeline .map-hint {
    margin-top: 10px !important;
  }
}


/* ======================================================================
   OLD TIMELINE SCHEDULE LAYOUT WITH NEW TIMES
   Keeps the previous vertical timeline design and only changes content.
   ====================================================================== */

.restored-schedule-section {
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: auto !important;
  padding-top: clamp(95px, 10vw, 150px) !important;
  padding-bottom: clamp(100px, 11vw, 160px) !important;
  margin: 0 !important;
  background:
    linear-gradient(180deg, rgba(238, 238, 232, .94), rgba(238, 238, 232, .96)),
    url('../img/candles.svg') center / cover no-repeat,
    var(--paper) !important;
  border-top: 1px solid rgba(106, 107, 75, .16) !important;
  border-bottom: 1px solid rgba(106, 107, 75, .16) !important;
}

.restored-schedule-section .section-heading {
  margin-bottom: clamp(54px, 6vw, 86px) !important;
}

.restored-schedule-section .section-heading h2 {
  color: var(--olive) !important;
}

.restored-schedule-section .timeline {
  width: min(720px, calc(100% - 34px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: clamp(42px, 5vw, 62px) !important;
  position: relative !important;
}

.restored-schedule-section .timeline::before {
  content: "" !important;
  position: absolute !important;
  top: 8px !important;
  bottom: 8px !important;
  left: 18px !important;
  width: 1px !important;
  background: rgba(106, 107, 75, .26) !important;
  transform: none !important;
}

.restored-schedule-section .timeline .timeline-link {
  display: block !important;
  position: relative !important;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.restored-schedule-section .timeline .timeline-link article,
.restored-schedule-section .timeline article,
.restored-schedule-section .timeline article:nth-child(odd),
.restored-schedule-section .timeline article:nth-child(even) {
  width: auto !important;
  justify-self: stretch !important;
  text-align: left !important;
  padding: 0 0 0 62px !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  transition: transform .18s ease, opacity .18s ease;
}

.restored-schedule-section .timeline .timeline-link:hover article {
  transform: translateX(6px);
  opacity: .78;
}

.restored-schedule-section .timeline article::before,
.restored-schedule-section .timeline article:nth-child(odd)::before,
.restored-schedule-section .timeline article:nth-child(even)::before,
.restored-schedule-section .timeline .timeline-link::before,
.restored-schedule-section .timeline .timeline-link::after {
  content: none !important;
  display: none !important;
}

.restored-schedule-section .timeline article::after,
.restored-schedule-section .timeline article:nth-child(odd)::after,
.restored-schedule-section .timeline article:nth-child(even)::after,
.restored-schedule-section .timeline .timeline-link article::after {
  content: "◇" !important;
  position: absolute !important;
  top: 10px !important;
  left: 7px !important;
  right: auto !important;
  color: var(--olive) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.restored-schedule-section .timeline time {
  display: block !important;
  margin-bottom: 10px !important;
  color: var(--olive) !important;
  font-family: var(--serif) !important;
  font-size: clamp(38px, 5vw, 60px) !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: .08em !important;
}

.restored-schedule-section .timeline h3 {
  margin: 0 0 8px !important;
  color: var(--ink) !important;
  font-size: clamp(25px, 3vw, 36px) !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
}

.restored-schedule-section .timeline p {
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.restored-schedule-section .timeline .map-hint {
  display: inline-block !important;
  margin-top: 12px !important;
  color: var(--olive) !important;
  font-size: 10px !important;
  letter-spacing: .20em !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(106, 107, 75, .45) !important;
}

@media (max-width: 760px) {
  .restored-schedule-section {
    padding-top: 86px !important;
    padding-bottom: 96px !important;
  }

  .restored-schedule-section .timeline {
    width: min(560px, calc(100% - 34px)) !important;
    gap: 38px !important;
  }

  .restored-schedule-section .timeline .timeline-link:hover article {
    transform: none !important;
    opacity: 1 !important;
  }

  .restored-schedule-section .timeline article,
  .restored-schedule-section .timeline .timeline-link article {
    padding-left: 54px !important;
  }

  .restored-schedule-section .timeline .map-hint {
    margin-top: 10px !important;
  }
}


/* MULTIPLE PHOTO UPLOAD */
.file-drop small {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* AUTO-APPROVE UPLOADS / DELETE-ONLY ADMIN */
.admin-photo-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .08em;
}


/* ADMIN-ONLY PHOTO PRIVACY */
.private-gallery-note .empty-gallery {
  min-height: 100%;
}

.private-gallery-note .empty-gallery strong {
  color: var(--olive);
}

.private-gallery-note .empty-gallery p {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 920px) {
  .photo-layout {
    align-items: stretch;
  }
}



/* HERO BANNER COLOR / POSITION UPDATE */
@media (max-width: 900px) {
  .hero-section {
    background-position: 38% 14%, center;
  }
}

@media (max-width: 620px) {
  .hero-section {
    background-position: 34% 12%, center;
  }
}



/* RSVP FORM + SECTION ANCHORS */
#locations,
#rsvp,
#gift,
#photos,
#schedule {
  scroll-margin-top: 92px;
}

.single-location {
  grid-template-columns: minmax(0, 560px) !important;
  justify-content: center;
}

.rsvp-form .notice {
  margin-bottom: 8px;
}

.rsvp-form .btn {
  justify-self: start;
}

@media (max-width: 720px) {
  #locations,
  #rsvp,
  #gift,
  #photos,
  #schedule {
    scroll-margin-top: 80px;
  }

  .rsvp-form .btn {
    width: 100%;
    justify-self: stretch;
  }
}

/* WHISH MONEY GIFT SECTION - FIXED ANCHOR */
.gift-section {
  display: block;
  padding: clamp(90px, 10vw, 145px) 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(209, 190, 176, .28), transparent 26rem),
    var(--paper);
  border-top: 1px solid rgba(106, 107, 75, .14);
  border-bottom: 1px solid rgba(106, 107, 75, .14);
}

.gift-inner {
  width: min(940px, 100%);
  margin: 0 auto;
}

.gift-card {
  width: min(560px, 100%);
  margin: clamp(34px, 5vw, 58px) auto 0;
  padding: clamp(30px, 5vw, 54px);
  text-align: center;
  background: rgba(248, 247, 242, .82);
  border: 1px solid rgba(106, 107, 75, .22);
  box-shadow: var(--shadow);
}

.gift-card .card-icon {
  display: block;
  margin-bottom: 18px;
  color: var(--olive);
  font-size: 30px;
  line-height: 1;
}

.gift-card strong {
  display: block;
  margin: 10px 0 26px;
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(22px, 3.5vw, 38px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
}

.gift-copy-btn {
  width: auto;
  min-width: 190px;
}

.gift-card small {
  display: block;
  min-height: 22px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .gift-section {
    padding: 82px 18px;
  }

  .gift-card {
    padding: 30px 20px;
  }

  .gift-card strong {
    font-size: clamp(21px, 6.5vw, 29px);
  }

  .gift-copy-btn {
    width: 100%;
  }
}


/* MOBILE HERO TOP GAP FIX V7
   Desktop remains unchanged.
   On phones, push the background image farther down so there is a visible gap
   between the groom's head and the white top bar.
*/
@media (max-width: 900px) {
  .hero-section {
    background:
      url('../img/hero-banner.jpg') 14% 22px / auto 100% no-repeat,
      var(--olive) !important;
  }

  .hero-shade {
    background: transparent !important;
  }
}

@media (max-width: 620px) {
  .hero-section {
    background:
      url('../img/hero-banner.jpg') 13% 28px / auto 100% no-repeat,
      var(--olive) !important;
  }

  .hero-center {
    padding-top: 96px !important;
  }
}


/* SCHEDULE MAP TEXT REMOVED */
.restored-schedule-section .timeline .map-hint {
  display: none !important;
}


/* SCHEDULE LINKS FINAL FIX */
.restored-schedule-section .timeline .map-hint {
  display: none !important;
}

.restored-schedule-section .timeline .timeline-link {
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}


/* HERO DATE FINAL FORMAT */
.hero-date {
  font-weight: 700 !important;
}

.hero-date sup {
  font-size: .45em !important;
  line-height: 0 !important;
  vertical-align: super !important;
  letter-spacing: .08em !important;
}

.hero-location {
  display: none !important;
}


/* REMOVE HERO LOCATION FINAL */
.hero-place,
.hero-location {
  display: none !important;
}


/* HERO INVITE LINE - EXACT KICKER STYLE */
.hero-center .hero-invite-line {
  margin-top: clamp(18px, 2.8vw, 28px) !important;
  margin-bottom: clamp(18px, 2.5vw, 24px) !important;
}

@media (max-width: 620px) {
  .hero-center .hero-invite-line {
    margin-top: 16px !important;
    margin-bottom: 18px !important;
  }
}


/* TWO LOCATION CARDS */
.location-grid .location-card h3 {
  font-size: clamp(34px, 4.2vw, 52px);
}

.location-grid .location-card p:not(.eyebrow) {
  max-width: 360px;
}


/* DEDICATED PHOTOS PAGE */
.photos-page-header {
  background: rgba(248, 247, 242, .96);
  border-bottom: 1px solid rgba(106, 107, 75, .12);
}

.photos-page-header .nav-links a {
  color: var(--olive);
}

.photos-page-main {
  min-height: 70vh;
  background: var(--paper);
  padding-top: 86px;
}

.dedicated-photos-section {
  min-height: 70vh;
}

.dedicated-photos-section .photo-layout {
  margin-top: clamp(36px, 5vw, 60px);
}

@media (max-width: 980px) {
  .photos-page-header {
    position: sticky;
    top: 0;
  }

  .photos-page-nav {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-left: 12px;
  }

  .photos-page-nav a {
    white-space: nowrap;
  }

  .photos-page-main {
    padding-top: 34px;
  }
}

@media (max-width: 620px) {
  .photos-page-header {
    padding: 16px 18px;
  }

  .photos-page-nav {
    gap: 14px;
    font-size: 10px;
  }

  .dedicated-photos-section {
    padding-top: 72px;
  }
}



/* RSVP ATTENDEE RADIO BUTTONS - HARD PATCH */
.radio-field {
  border: 0;
  padding: 0;
  margin: 22px 0 26px;
}

.radio-field legend {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.radio-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(48px, 1fr));
  gap: 10px;
  max-width: 560px;
}

.radio-options label {
  margin: 0;
  cursor: pointer;
}

.radio-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.radio-options span {
  display: grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid rgba(106, 107, 75, .28);
  background: rgba(248, 247, 242, .48);
  color: var(--olive);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.radio-options input:checked + span {
  background: var(--olive);
  border-color: var(--olive);
  color: var(--white);
}

.radio-options label:hover span,
.radio-options input:focus-visible + span {
  border-color: var(--olive);
  transform: translateY(-2px);
}

@media (max-width: 620px) {
  .radio-options {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .radio-options span {
    min-height: 44px;
    font-size: 22px;
  }
}



/* FORM BUSY SUBMIT INDICATOR */
.form.is-submitting {
  position: relative;
}

.form-busy-notice {
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid rgba(106, 107, 75, .28);
  background: rgba(248, 247, 242, .8);
  color: var(--olive);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.btn.is-busy,
.btn:disabled {
  opacity: .72;
  cursor: wait;
  pointer-events: none;
}

.btn.is-busy::after {
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  margin-left: 10px;
  border: 1px solid currentColor;
  border-top-color: transparent;
  border-radius: 999px;
  vertical-align: -0.08em;
  animation: buttonBusySpin .7s linear infinite;
}

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



/* ADMIN GOOGLE SHEET AUTO FETCH */
.admin-muted {
  margin: 6px 0 0;
  color: rgba(40, 39, 35, .62);
  font-size: 14px;
  line-height: 1.5;
}

.admin-actions-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.rsvp-table th:first-child,
.rsvp-table td:first-child {
  min-width: 145px;
}

.admin-section .notice {
  margin: 18px 0 22px;
}

@media (max-width: 760px) {
  .admin-actions-inline {
    width: 100%;
    justify-content: flex-start;
  }
}


/* GROOM BRIDE PHOTO LOCATION CARDS */
.location-card-link {
  position: relative;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.location-card-link:hover,
.location-card-link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(106, 107, 75, .38);
  background: rgba(248, 247, 242, .92);
  outline: none;
}

.location-photo-card {
  padding: 0 !important;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start !important;
  min-height: 520px;
}

.location-photo-frame {
  width: 100%;
  height: clamp(230px, 24vw, 340px);
  overflow: hidden;
  background: rgba(106, 107, 75, .08);
  border-bottom: 1px solid rgba(106, 107, 75, .16);
}

.location-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: transform .35s ease, filter .35s ease;
}

.location-photo-card:hover .location-photo-frame img,
.location-photo-card:focus-visible .location-photo-frame img {
  transform: scale(1.035);
  filter: grayscale(100%) contrast(1.03);
}

.location-card-content {
  flex: 1;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: clamp(34px, 4vw, 56px) 28px;
}

.location-photo-card .location-role {
  display: block !important;
  margin: 0 0 18px !important;
  color: var(--olive) !important;
  font-family: var(--serif) !important;
  font-size: clamp(54px, 5.8vw, 84px) !important;
  font-weight: 400 !important;
  line-height: .95 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.location-photo-card .location-description {
  display: block !important;
  max-width: 360px !important;
  margin: 0 auto !important;
  color: var(--muted) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  text-decoration: none !important;
}

.location-photo-card h3,
.location-photo-card p,
.location-photo-card img,
.location-photo-card div {
  pointer-events: none;
}

@media (max-width: 980px) {
  .location-photo-card {
    min-height: 500px;
  }

  .location-photo-frame {
    height: 310px;
  }
}

@media (max-width: 620px) {
  .location-photo-card {
    min-height: 430px;
  }

  .location-photo-frame {
    height: 245px;
  }

  .location-photo-card .location-role {
    font-size: clamp(48px, 15vw, 72px) !important;
  }

  .location-photo-card .location-description {
    font-size: 15px !important;
  }

  .location-card-content {
    padding: 34px 22px;
  }
}



/* MOBILE MENU NO HORIZONTAL SCROLL FINAL */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip !important;
  }
}

body {
  position: relative !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#mobile-menu,
nav#mobile-menu,
.mobile-menu-panel:not(#mobileMenu) {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
}

.mobile-menu-open,
.mobile-menu-close {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.mobile-menu-panel {
  display: none;
}

@media (max-width: 980px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    touch-action: pan-y !important;
  }

  body.mobile-menu-active {
    overflow: hidden !important;
    height: 100dvh !important;
  }

  body.mobile-menu-active main,
  body.mobile-menu-active footer {
    pointer-events: none !important;
  }

  .site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 max(18px, env(safe-area-inset-right)) 0 max(18px, env(safe-area-inset-left)) !important;
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    z-index: 8000 !important;
    transform: none !important;
    color: var(--olive) !important;
    background: rgba(248, 247, 242, .98) !important;
    border-bottom: 1px solid rgba(106, 107, 75, .16) !important;
    backdrop-filter: blur(18px);
  }

  .site-header.is-scrolled,
  .site-header:hover {
    height: 76px !important;
    color: var(--olive) !important;
    background: rgba(248, 247, 242, .98) !important;
    border-bottom-color: rgba(106, 107, 75, .16) !important;
  }

  .desktop-nav-links {
    display: none !important;
  }

  .site-header .logo-diamond {
    grid-column: 1 !important;
  }

  .mobile-menu-open {
    display: inline-flex !important;
    grid-column: 3 !important;
    justify-self: end !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: max-content !important;
    height: 76px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--olive) !important;
    font-family: var(--sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: .22em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    -webkit-tap-highlight-color: transparent !important;
    z-index: 8010 !important;
  }

  #mobileMenu.mobile-menu-panel,
  #mobileMenu.mobile-menu-panel:target {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: var(--paper) !important;
    color: var(--olive) !important;
    z-index: 9999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
  }

  #mobileMenu.mobile-menu-panel,
  #mobileMenu.mobile-menu-panel:target {
    display: none !important;
  }

  body.mobile-menu-active #mobileMenu.mobile-menu-panel,
  #mobileMenu.mobile-menu-panel.is-open {
    display: flex !important;
    flex-direction: column !important;
  }

  .mobile-menu-top {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 92px !important;
    padding: 0 max(18px, env(safe-area-inset-right)) 0 max(18px, env(safe-area-inset-left)) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid rgba(106, 107, 75, .14) !important;
    background: var(--paper) !important;
  }

  .mobile-menu-logo {
    grid-column: 1 !important;
    margin: 0 !important;
  }

  .mobile-menu-close {
    display: inline-flex !important;
    grid-column: 3 !important;
    justify-self: end !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: max-content !important;
    height: 76px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--olive) !important;
    font-family: var(--sans) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: .22em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  .mobile-menu-links {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background: var(--paper) !important;
  }

  .mobile-menu-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 78px !important;
    padding: 0 30px !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid rgba(106, 107, 75, .14) !important;
    color: var(--olive) !important;
    text-decoration: none !important;
    font-family: var(--sans) !important;
    font-size: 12px !important;
    letter-spacing: .34em !important;
    text-transform: uppercase !important;
  }

  main,
  footer,
  section,
  .hero-section,
  .slogan-section,
  .schedule-section,
  .locations-section,
  .rsvp-section,
  .gift-section {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .hero-center,
  .slogan-copy,
  .section-heading,
  .location-grid,
  .timeline,
  .rsvp-shell {
    max-width: calc(100vw - 28px) !important;
    box-sizing: border-box !important;
  }

  img,
  video,
  canvas,
  svg {
    max-width: 100% !important;
  }
}



/* RSVP ATTENDEES OPTIONAL IF DECLINED - ROBUST */
.field-help {
  margin: 10px 0 0;
  color: rgba(40, 39, 35, .62);
  font-size: 13px;
  line-height: 1.6;
}

.attendee-radio-field.is-disabled {
  opacity: .48;
}

.attendee-radio-field.is-disabled .radio-options label {
  cursor: default;
}

.attendee-radio-field.is-disabled .radio-options span {
  background: rgba(106, 107, 75, .05);
  color: rgba(106, 107, 75, .55);
}

.attendee-radio-field.is-required legend::after {
  content: " *";
  color: var(--olive);
  font-weight: 600;
  letter-spacing: 0;
}


/* RSVP MOBILE CENTER FIX */
@media (max-width: 760px) {
  #rsvp,
  .rsvp-section {
    width: 100% !important;
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .rsvp-shell {
    width: min(calc(100vw - 48px), 430px) !important;
    max-width: min(calc(100vw - 48px), 430px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    box-sizing: border-box !important;
  }

  .rsvp-copy,
  .rsvp-form,
  .rsvp-form .form-grid,
  .rsvp-form label,
  .rsvp-form fieldset,
  .rsvp-form textarea,
  .rsvp-form input,
  .rsvp-form select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .rsvp-copy {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
  }

  .rsvp-copy h2 {
    max-width: 100% !important;
  }

  .rsvp-copy p {
    max-width: 100% !important;
  }

  .rsvp-form {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .rsvp-form .form-grid {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 28px !important;
  }

  .radio-options {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .radio-options label {
    min-width: 0 !important;
  }

  .radio-options span {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .rsvp-form .btn {
    margin-left: 0 !important;
  }
}

@media (max-width: 430px) {
  .rsvp-shell {
    width: min(calc(100vw - 36px), 392px) !important;
    max-width: min(calc(100vw - 36px), 392px) !important;
  }
}

@media (max-width: 370px) {
  .rsvp-shell {
    width: min(calc(100vw - 28px), 342px) !important;
    max-width: min(calc(100vw - 28px), 342px) !important;
  }

  .radio-options {
    gap: 6px !important;
  }
}


/* RSVP MOBILE TITLE TEXT CENTER FIX */
@media (max-width: 760px) {
  #rsvp .rsvp-copy,
  .rsvp-section .rsvp-copy {
    width: 100% !important;
    max-width: min(calc(100vw - 48px), 430px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  #rsvp .rsvp-copy .eyebrow,
  #rsvp .rsvp-copy h2,
  #rsvp .rsvp-copy p,
  .rsvp-section .rsvp-copy .eyebrow,
  .rsvp-section .rsvp-copy h2,
  .rsvp-section .rsvp-copy p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #rsvp .rsvp-copy h2,
  .rsvp-section .rsvp-copy h2 {
    max-width: 100% !important;
  }

  #rsvp .rsvp-copy p,
  .rsvp-section .rsvp-copy p {
    max-width: 360px !important;
  }
}

@media (max-width: 430px) {
  #rsvp .rsvp-copy,
  .rsvp-section .rsvp-copy {
    max-width: min(calc(100vw - 36px), 392px) !important;
  }
}












/* Same visual format as 1 2 3 4 5 */
.option-radio-field .radio-options span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 49px !important;
  padding: 10px 8px !important;
  border: 1px solid rgba(106, 107, 75, .22) !important;
  background: rgba(248, 247, 242, .35) !important;
  color: var(--olive) !important;
  box-sizing: border-box !important;
  font-family: var(--serif) !important;
  font-size: clamp(24px, 2.45vw, 31px) !important;
  font-weight: 400 !important;
  letter-spacing: .02em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  hyphens: none !important;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease !important;
}

.option-radio-field .radio-options input:checked + span {
  border-color: rgba(106, 107, 75, .85) !important;
  background: rgba(106, 107, 75, .12) !important;
  box-shadow: inset 0 0 0 1px rgba(106, 107, 75, .38) !important;
}

.option-radio-field .radio-options input:focus-visible + span {
  outline: 2px solid rgba(106, 107, 75, .42) !important;
  outline-offset: 3px !important;
}

/* Guest names: same card style, readable in 3 boxes */
.option-radio-field .radio-options-guestof span {
  min-height: 49px !important;
  font-size: clamp(20px, 2.1vw, 28px) !important;
  letter-spacing: .01em !important;
}

/* Long attendance labels: still same card style, but 2 clean lines */
.option-radio-field .radio-options-attendance span {
  min-height: 72px !important;
  padding: 12px 12px !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  line-height: 1.05 !important;
  letter-spacing: .01em !important;
}

/* Preserve attendee number style exactly */
.attendee-radio-field .radio-options span {
  font-family: var(--serif) !important;
  font-size: clamp(26px, 3vw, 33px) !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

@media (max-width: 760px) {
  .rsvp-form .btn,
  .rsvp-form button[type="submit"] {
    width: 100% !important;
  }

  .option-radio-field .radio-options {
    gap: 10px !important;
  }

  .option-radio-field .radio-options-guestof {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .option-radio-field .radio-options-attendance {
    grid-template-columns: 1fr !important;
  }

  .option-radio-field .radio-options-guestof span {
    min-height: 48px !important;
    font-size: clamp(19px, 5vw, 24px) !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .option-radio-field .radio-options-attendance span {
    min-height: 58px !important;
    font-size: clamp(20px, 5.3vw, 25px) !important;
    line-height: 1.05 !important;
  }
}

@media (max-width: 390px) {
  .option-radio-field .radio-options {
    gap: 8px !important;
  }

  .option-radio-field .radio-options-guestof span {
    font-size: 18px !important;
  }

  .option-radio-field .radio-options-attendance span {
    font-size: 20px !important;
  }
}


/* RSVP RADIO STYLE FIX 3 - MATCH ATTENDEE CARDS, DO NOT TOUCH SEND BUTTON */
.option-radio-field {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Make Guest Of and Attendance breathe like the Number of Attendees row */
.rsvp-form .form-grid .guestof-radio-field,
.rsvp-form .form-grid .attendance-radio-field {
  grid-column: 1 / -1 !important;
}

.option-radio-field legend {
  display: block !important;
  margin: 0 0 14px !important;
  color: var(--olive) !important;
  font-family: var(--sans) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .32em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

.option-radio-field .radio-options {
  display: grid !important;
  width: 100% !important;
  gap: 11px !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
}

.option-radio-field .radio-options-guestof {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.option-radio-field .radio-options-attendance {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.option-radio-field .radio-options label {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}

.option-radio-field .radio-options input {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Same elegant card language as 1 2 3 4 5 */
.option-radio-field .radio-options span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(106, 107, 75, .22) !important;
  background: rgba(248, 247, 242, .38) !important;
  color: var(--olive) !important;
  box-sizing: border-box !important;
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  letter-spacing: .01em !important;
  line-height: 1.05 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease !important;
}

.option-radio-field .radio-options input:checked + span {
  border-color: var(--olive) !important;
  background: var(--olive) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.option-radio-field .radio-options input:focus-visible + span {
  outline: 2px solid rgba(106, 107, 75, .42) !important;
  outline-offset: 3px !important;
}

.option-radio-field .radio-options-guestof span {
  font-size: clamp(25px, 3vw, 34px) !important;
}

.option-radio-field .radio-options-attendance span {
  min-height: 62px !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  line-height: 1.08 !important;
}

/* Keep Number of Attendees looking exactly like the original card style */
.attendee-radio-field .radio-options span {
  font-family: var(--serif) !important;
  font-size: clamp(26px, 3vw, 33px) !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

/* Force checked attendee state to match the current olive selected style */
.attendee-radio-field .radio-options input:checked + span {
  border-color: var(--olive) !important;
  background: var(--olive) !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  .option-radio-field .radio-options {
    gap: 10px !important;
  }

  .option-radio-field .radio-options-guestof {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .option-radio-field .radio-options-attendance {
    grid-template-columns: 1fr !important;
  }

  .option-radio-field .radio-options-guestof span {
    min-height: 48px !important;
    font-size: clamp(20px, 6vw, 27px) !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .option-radio-field .radio-options-attendance span {
    min-height: 56px !important;
    font-size: clamp(22px, 6vw, 28px) !important;
    line-height: 1.05 !important;
  }
}

@media (max-width: 390px) {
  .option-radio-field .radio-options {
    gap: 8px !important;
  }

  .option-radio-field .radio-options-guestof span {
    font-size: 19px !important;
  }

  .option-radio-field .radio-options-attendance span {
    font-size: 21px !important;
  }
}





/* SEND RSVP WIDE BUTTON ONLY */
.rsvp-form .btn,
.rsvp-form button[type="submit"],
.rsvp-form input[type="submit"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.rsvp-form .form-actions,
.rsvp-form .button-row {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
