@font-face {
  font-family: "Drukwide";
  src: url("https://img.blacklead.work/DrukWide-Heavy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --layout-max: 1380px;
  --shell-gutter: 34px;
  --section-inset: 58px;
  --marigold: #c97a2b;
  --marigold-deep: #9d561c;
  --marigold-pale: #dba15f;
  --ink-readable: #f2cea0;
  --ink-muted-readable: #e8bd87;
  --espresso: #2d1b0d;
  --ink-line: rgba(45, 27, 13, 0.42);
  --ink-soft: rgba(45, 27, 13, 0.72);
  --paper: #d28b45;
  --paper-deep: #af6224;
  --cream: #ead0aa;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
  background-color: #c97a2b;
}

html.theme-marigold {
  background-color: #c97a2b;
}

html.theme-ink {
  background-color: #2d1b0d;
}

body {
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  color: var(--espresso);
  background: radial-gradient(circle at 12% 8%, #e2ad71 0%, var(--marigold) 46%, var(--marigold-deep) 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.theme-marigold {
  background-color: var(--marigold);
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body::before {
  background:
    radial-gradient(60rem 26rem at -6% -8%, rgba(239, 210, 168, 0.24), transparent 72%),
    radial-gradient(38rem 20rem at 102% 5%, rgba(106, 58, 27, 0.27), transparent 76%);
}

body::after {
  opacity: 0.12;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 20% 32%, rgba(66, 39, 18, 0.34) 1px, transparent 1px),
    radial-gradient(circle at 84% 68%, rgba(66, 39, 18, 0.26) 1px, transparent 1px);
  background-size: 220px 220px, 260px 260px;
}

body.theme-ink {
  color: var(--ink-readable);
  background: radial-gradient(circle at 15% 12%, #553319 0%, #2d1b0d 42%, #1b1008 100%);
}

body.theme-ink::before {
  background:
    radial-gradient(62rem 30rem at -4% -6%, rgba(223, 139, 58, 0.18), transparent 72%),
    radial-gradient(48rem 26rem at 104% 10%, rgba(223, 139, 58, 0.09), transparent 76%);
}

body.theme-ink::after {
  opacity: 0.07;
  background-image:
    radial-gradient(circle at 18% 26%, rgba(255, 196, 117, 0.44) 1px, transparent 1px),
    radial-gradient(circle at 80% 72%, rgba(255, 196, 117, 0.35) 1px, transparent 1px);
}

body.theme-ink .nav-link {
  opacity: 0.92;
}

body.theme-ink .page-title,
body.theme-ink .timeline-title,
body.theme-ink .event-name,
body.theme-ink .hotel-feature-name,
body.theme-ink .hotel-item-name,
body.theme-ink .faq-answer,
body.theme-ink .panel-title {
  color: var(--ink-readable);
}

body.theme-ink .eyebrow,
body.theme-ink .page-lede,
body.theme-ink .timeline-meta,
body.theme-ink .event-day-kicker,
body.theme-ink .event-phase,
body.theme-ink .event-venue,
body.theme-ink .event-address,
body.theme-ink .hotel-feature-kicker,
body.theme-ink .hotel-feature-code,
body.theme-ink .hotel-item-index,
body.theme-ink .faq-question,
body.theme-ink .rsvp-status,
body.theme-ink .site-footer {
  color: var(--ink-muted-readable);
  opacity: 0.9;
}

body.theme-ink .page-lede {
  font-size: 0.68rem;
  line-height: 2.05;
}

.page-lede,
.event-description,
.event-address,
.hotel-item-copy,
.hotels-intro p,
.hotels-bridge,
.paris-tip-item,
.paris-recs-placeholder,
.faq-item-answer,
.timeline-copy,
.rsvp-status {
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fx-defs {
  position: absolute;
  width: 0;
  height: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: calc(1.2rem + env(safe-area-inset-top, 0px)) clamp(0.95rem, 2vw, 1.7rem) 1.2rem;
  z-index: 80;
}

.site-header-inner {
  max-width: var(--layout-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ht-logo {
  width: 5.6rem;
  height: 3.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  transition: transform 260ms ease, opacity 220ms ease;
}

.ht-logo:hover {
  transform: scale(1.02);
}

.site-logo-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.site-logo-emboss {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-image: url("logo_header_marigold.svg?v=20260305ab");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  filter: none;
  transform-origin: center;
  transition: opacity 220ms ease;
}

body.theme-ink .site-logo-emboss {
  background-image: url("logo_header_ink.svg?v=20260305ab");
}

.ht-logo:hover .site-logo-emboss {
  opacity: 1;
}

.site-logo-svg use,
.paper-stamp-mark use {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-core {
  stroke: currentColor;
  stroke-width: 2.2;
  opacity: 0.62;
}

.logo-shadow {
  stroke: rgba(92, 51, 22, 0.31);
  stroke-width: 2.65;
}

.logo-highlight {
  stroke: rgba(255, 228, 182, 0.5);
  stroke-width: 1.95;
}

body.theme-ink .logo-shadow {
  stroke: rgba(0, 0, 0, 0.38);
}

body.theme-ink .logo-highlight {
  stroke: rgba(255, 197, 112, 0.36);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.62rem;
  font-weight: 700;
  cursor: pointer;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.45rem;
}

.nav-close {
  display: none;
}

.nav-link {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  font-weight: 700;
  position: relative;
  opacity: 0.82;
  transition: opacity 200ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.24rem;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 220ms ease;
}

.nav-link:hover,
.nav-link.active {
  opacity: 1;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-rsvp {
  border: 1px solid currentColor;
  padding: 0.42rem 0.92rem;
  border-radius: 0;
  opacity: 1;
}

.nav-rsvp::after {
  display: none;
}


.lang-switch {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  width: 10.8rem;
  margin-left: 0.4rem;
  padding: 0.14rem;
  border: 1px solid rgba(45, 27, 13, 0.35);
  border-radius: 999px;
  background: rgba(244, 188, 115, 0.16);
  color: inherit;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 240ms ease;
}

.lang-switch:hover,
.lang-switch:focus-visible {
  border-color: rgba(45, 27, 13, 0.55);
  box-shadow: 0 0 0.8rem rgba(255, 221, 170, 0.2);
}

.lang-switch-option {
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1;
  padding: 0.3rem 0.35rem;
  opacity: 0.68;
  transition: opacity 180ms ease, color 180ms ease;
  user-select: none;
}

.lang-switch-thumb {
  position: absolute;
  left: 0.14rem;
  top: 0.14rem;
  bottom: 0.14rem;
  width: calc(50% - 0.14rem);
  border-radius: 999px;
  background: rgba(45, 27, 13, 0.12);
  box-shadow: inset 0 0 0 1px rgba(45, 27, 13, 0.08);
  transition: transform 240ms ease;
  pointer-events: none;
}

body.lang-fr .lang-switch-thumb {
  transform: translateX(calc(100% - 0.02rem));
}

body.lang-en .lang-switch-option-en,
body.lang-fr .lang-switch-option-fr {
  opacity: 1;
}

body.theme-ink .lang-switch {
  border-color: rgba(243, 156, 56, 0.44);
  background: rgba(243, 156, 56, 0.14);
}

body.theme-ink .lang-switch:hover,
body.theme-ink .lang-switch:focus-visible {
  border-color: rgba(243, 156, 56, 0.7);
  box-shadow: 0 0 0.9rem rgba(243, 156, 56, 0.22);
}

body.theme-ink .lang-switch-thumb {
  background: rgba(243, 156, 56, 0.16);
  box-shadow: inset 0 0 0 1px rgba(243, 156, 56, 0.24);
}

.page-shell {
  --guide-inset: var(--shell-gutter);
  width: 100%;
  max-width: var(--layout-max);
  margin: 0 auto;
  padding: calc(8rem + env(safe-area-inset-top, 0px)) var(--shell-gutter) 2.8rem;
  position: relative;
}

body.section-page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

@supports not (scrollbar-gutter: stable) {
  @media (min-width: 901px) {
    body.section-page {
      overflow-y: scroll;
    }
  }
}

body.section-page .page-shell {
  flex: 1 0 auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.page-shell::before {
  content: "";
  position: absolute;
  left: var(--guide-inset);
  top: calc(7.4rem + env(safe-area-inset-top, 0px));
  bottom: 2.8rem;
  width: 1px;
  background: rgba(45, 27, 13, 0.25);
}

body.theme-ink .page-shell::before {
  background: rgba(243, 156, 56, 0.35);
}

body.home-page .page-shell::before {
  display: none;
}

body.home-page {
  overscroll-behavior-y: contain;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  font-weight: 700;
  opacity: 0.8;
}

.invite-landing {
  min-height: calc(100vh - 10rem);
  display: grid;
  place-items: center;
}

.invite-sheet {
  width: min(1220px, 95vw);
  position: relative;
  text-align: center;
  padding: 2rem 0 1.25rem;
  --band-y: 50%;
  --band-size: 18%;
  --band-top: 41%;
  --band-bottom: 59%;
  --fx-scale-x: 1;
  --fx-scale-y: 1;
  --fx-shift-x: 0px;
  --fx-shift-y: 0px;
}

.invite-sheet::before,
.invite-sheet::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(45, 27, 13, 0.3);
}

.invite-sheet::before {
  top: 0;
}

.invite-sheet::after {
  bottom: 0;
}

.invite-title {
  margin: 0.85rem auto 0;
  max-width: 18ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 6.3vw, 5.8rem);
  line-height: 0.86;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.invite-distort {
  margin: 2.6rem auto 1.4rem;
  width: min(98%, 1100px);
  display: grid;
  justify-items: center;
}

.invite-copy {
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.invite-render-layer {
  display: none;
}

.invite-base-top {
  display: none;
}

.invite-base-bottom {
  display: none;
}

.invite-fx-layer {
  display: none;
}

.invite-fx-content {
  display: none;
}

.invite-render-layer .paper-stamp,
.invite-render-layer .paper-glow {
  display: none;
}

.title-token {
  display: inline-block;
  white-space: pre;
}

.title-row {
  display: block;
  width: fit-content;
  margin-inline: auto;
  line-height: inherit;
}

.home-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.8rem, 4vw, 4.4rem);
  align-items: start;
}

.home-copy {
  padding-left: clamp(1.2rem, 5vw, 4rem);
  max-width: 40rem;
}

.home-title,
.page-title,
.panel-title,
.timeline-title,
.travel-column h2,
.faq-answer {
  font-family: "Cormorant Garamond", serif;
  margin: 0;
  text-transform: uppercase;
  line-height: 0.84;
  letter-spacing: -0.02em;
}

.home-title {
  margin-top: 0.8rem;
  font-size: clamp(3.2rem, 10vw, 9rem);
}

.home-title span {
  display: block;
  font-style: italic;
  font-weight: 400;
}

.home-sub {
  margin: 1.7rem 0 0;
  max-width: 33rem;
  text-transform: uppercase;
  font-size: 0.66rem;
  letter-spacing: 0.25em;
  line-height: 2;
  opacity: 0.84;
}

.home-links {
  margin-top: 2.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.home-links a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.26em;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.26rem;
}

.home-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.34);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.home-links a:hover::after {
  transform: scaleX(1);
}

.hero-paper {
  margin-top: 0.9rem;
  width: min(100%, 560px);
  margin-left: auto;
  border: 1px solid rgba(62, 35, 15, 0.44);
  padding: 1.4rem 1.3rem 1rem;
  position: relative;
  background:
    linear-gradient(170deg, rgba(239, 206, 158, 0.22) 0%, rgba(239, 206, 158, 0) 52%),
    linear-gradient(22deg, rgba(120, 57, 22, 0.22) 0%, rgba(120, 57, 22, 0) 48%),
    linear-gradient(160deg, #cc8643 0%, var(--paper) 55%, var(--paper-deep) 100%);
  box-shadow: 0 44px 62px -40px rgba(28, 16, 8, 0.78);
}

.hero-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 20%, rgba(56, 33, 16, 0.19) 1px, transparent 1px),
    radial-gradient(circle at 72% 64%, rgba(56, 33, 16, 0.15) 1px, transparent 1px);
  background-size: 210px 210px, 250px 250px;
  opacity: 0.28;
  pointer-events: none;
}

.paper-meta {
  margin: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.54rem;
  font-weight: 700;
  opacity: 0.78;
}

.paper-title {
  margin: 0.8rem 0 0;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  text-transform: uppercase;
  line-height: 0.93;
  letter-spacing: 0.03em;
}

.distort-node {
  margin: 2.6rem auto 1.7rem;
  transform-origin: center center;
}

.inv-line {
  margin: 0.12em 0;
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 4vw, 4.05rem);
  line-height: 0.86;
  letter-spacing: 0.015em;
  font-style: italic;
  white-space: nowrap;
}

.inv-line.micro {
  font-size: clamp(0.95rem, 1.45vw, 1.38rem);
  letter-spacing: 0.2em;
}

.inv-line.tiny {
  margin-top: 0.72rem;
  font-size: clamp(0.9rem, 1.35vw, 1.2rem);
  letter-spacing: 0.11em;
  opacity: 0.9;
}

.inv-line.strong {
  font-style: normal;
  font-weight: 600;
}

.inv-separator {
  width: min(36rem, 70%);
  height: 1px;
  margin: 0.95rem auto 0.9rem;
  background: linear-gradient(
    90deg,
    rgba(45, 27, 13, 0) 0%,
    rgba(45, 27, 13, 0.55) 18%,
    rgba(45, 27, 13, 0.68) 50%,
    rgba(45, 27, 13, 0.55) 82%,
    rgba(45, 27, 13, 0) 100%
  );
  opacity: 0.82;
  transform-origin: center center;
}

.venue-row {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  margin-inline: auto;
  gap: 0.36em;
}

.venue-link {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, text-shadow 220ms ease, filter 220ms ease, opacity 180ms ease;
  text-shadow: 0 0 0 rgba(255, 233, 196, 0);
  filter: none;
}

.venue-link:hover,
.venue-link:focus-visible {
  color: #130903;
  text-shadow:
    0 0 0.7rem rgba(255, 249, 234, 1),
    0 0 1.45rem rgba(255, 220, 144, 0.96),
    0 0 2.2rem rgba(236, 138, 40, 0.86),
    0 0 3.4rem rgba(198, 90, 16, 0.72),
    0 0 4.8rem rgba(145, 55, 8, 0.54),
    0 0 6.5rem rgba(103, 35, 4, 0.36);
  filter:
    drop-shadow(0 0 0.55rem rgba(255, 225, 168, 0.95))
    drop-shadow(0 0 1.35rem rgba(215, 108, 24, 0.8));
}

.venue-amp {
  display: inline-block;
}

.paper-stamp {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.2rem;
  height: 3.4rem;
  opacity: 0.34;
  pointer-events: none;
}

.paper-stamp-mark {
  width: 100%;
  height: 100%;
  display: block;
}

.paper-stamp .logo-core {
  stroke: rgba(84, 46, 21, 0.4);
  stroke-width: 2.1;
  opacity: 1;
}

.paper-stamp .logo-shadow {
  stroke: rgba(95, 52, 23, 0.19);
  stroke-width: 2.4;
}

.paper-stamp .logo-highlight {
  stroke: rgba(255, 224, 173, 0.23);
  stroke-width: 1.8;
}

.paper-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%), rgba(236, 183, 115, 0.28), transparent 24%);
  mix-blend-mode: screen;
}

.page-hero {
  max-width: 66rem;
  padding-left: var(--section-inset);
}

.page-title {
  margin-top: 0.65rem;
  font-size: clamp(3.2rem, 10vw, 9rem);
}

.page-lede {
  margin: 1.7rem 0 0;
  max-width: 40rem;
  text-transform: uppercase;
  font-size: 0.64rem;
  letter-spacing: 0.24em;
  line-height: 2;
  opacity: 0.82;
}

.section-line {
  margin: 2.4rem 0 0 0;
  border-top: 1px solid rgba(45, 27, 13, 0.32);
}

body.theme-ink .section-line {
  border-color: rgba(243, 156, 56, 0.4);
}

.events-editorial {
  margin-top: 2.4rem;
  padding-left: var(--section-inset);
}

.event-day + .event-day {
  margin-top: 3.1rem;
  padding-top: 2.1rem;
  position: relative;
}

.event-day + .event-day::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(14rem, 38vw);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(45, 27, 13, 0.64) 0%,
    rgba(45, 27, 13, 0.28) 62%,
    rgba(45, 27, 13, 0) 100%
  );
}

.event-day-head {
  max-width: 60rem;
  margin-bottom: 1.12rem;
}

.event-day-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.21em;
  font-size: 0.88rem;
  font-weight: 800;
  opacity: 0.88;
}

.event-day-attire {
  margin: 0.72rem 0 0;
  max-width: 54rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.24;
  font-style: italic;
  opacity: 0.86;
}

.event-day-attire-label {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.75em;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.34rem;
  opacity: 0.82;
}

.event-list {
  margin-top: 0.85rem;
  display: grid;
  gap: 1.25rem;
}

.event-item {
  display: grid;
  grid-template-columns: minmax(7.4rem, 9rem) minmax(0, 1fr);
  gap: 0.55rem 2rem;
  align-items: start;
  padding: 0;
}

.event-meta-stack {
  display: grid;
  gap: 0.42rem;
  align-content: start;
}

.event-phase {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.62rem;
  font-weight: 700;
  opacity: 0.62;
  padding-top: 0.2rem;
}

.event-name {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.92;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
}

.event-venue {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.65rem;
  font-weight: 700;
  opacity: 0.8;
}

.event-venue-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: currentColor;
  transition: opacity 180ms ease, text-shadow 220ms ease;
}

.event-venue-link:hover,
.event-venue-link:focus-visible {
  opacity: 1;
  text-shadow: 0 0 0.45rem rgba(255, 220, 150, 0.52);
}

.event-address {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.58rem;
  line-height: 1.38;
  opacity: 0.72;
}

.event-address-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: currentColor;
  transition: opacity 180ms ease, text-shadow 220ms ease;
}

.event-address-link:hover,
.event-address-link:focus-visible {
  opacity: 1;
  text-shadow: 0 0 0.34rem rgba(255, 219, 145, 0.4);
}

.event-description {
  margin: 0.68rem 0 0;
  max-width: 34rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  line-height: 1.16;
  font-style: italic;
}

.hotels-editorial {
  margin-top: 2.35rem;
  padding-left: var(--section-inset);
}

.hotels-intro {
  max-width: 67rem;
  display: grid;
  gap: 0.95rem;
}

.hotels-intro p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.16rem, 1.75vw, 1.58rem);
  line-height: 1.18;
  font-style: italic;
}

.hotel-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: currentColor;
  transition: opacity 180ms ease, text-shadow 220ms ease;
}

.hotel-link:hover,
.hotel-link:focus-visible {
  opacity: 1;
  text-shadow: 0 0 0.38rem rgba(255, 219, 145, 0.42);
}

.hotel-feature {
  margin-top: 2.05rem;
  max-width: 56rem;
}

.hotel-feature-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.66rem;
  font-weight: 700;
  opacity: 0.76;
}

.hotel-feature-name {
  margin: 0.34rem 0 0;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.9;
  font-size: clamp(2.25rem, 5.3vw, 4.8rem);
}

.hotel-feature-code {
  margin: 0.45rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.64rem;
  font-weight: 800;
  opacity: 0.84;
}

.hotels-bridge {
  margin: 2.25rem 0 0;
  max-width: 67rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.1rem, 1.6vw, 1.32rem);
  line-height: 1.2;
  font-style: italic;
}

.hotel-grid {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.7rem 2.2rem;
}

.hotel-item {
  padding-right: 0.35rem;
}

.hotel-item-index {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.58rem;
  font-weight: 700;
  opacity: 0.62;
}

.hotel-item-name {
  margin: 0.36rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.48rem, 2.3vw, 2.2rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.02;
}

.hotel-item-copy {
  margin: 0.56rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.04rem, 1.33vw, 1.22rem);
  line-height: 1.2;
  font-style: italic;
  opacity: 0.9;
}

.paris-editorial {
  margin-top: 2.35rem;
  padding-left: var(--section-inset);
}

.paris-section + .paris-section {
  margin-top: 2.9rem;
  padding-top: 2rem;
  position: relative;
}

.paris-section + .paris-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(14rem, 38vw);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(243, 156, 56, 0.62) 0%,
    rgba(243, 156, 56, 0.27) 62%,
    rgba(243, 156, 56, 0) 100%
  );
}

.paris-section-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.9;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
}

.paris-tips-list {
  margin: 1.05rem 0 0;
  padding-left: 1.2rem;
  list-style: disc;
  max-width: 68rem;
  display: grid;
  gap: 1rem;
}

.paris-tip-item {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.14rem, 1.7vw, 1.5rem);
  line-height: 1.19;
  font-style: italic;
}

.paris-tip-item::marker {
  color: var(--ink-muted-readable);
}

.paris-inline-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  text-decoration-color: currentColor;
  transition: opacity 180ms ease, text-shadow 220ms ease;
}

.paris-inline-link:hover,
.paris-inline-link:focus-visible {
  opacity: 1;
  text-shadow: 0 0 0.36rem rgba(255, 219, 145, 0.42);
}

.paris-recs-placeholder {
  margin: 0.98rem 0 0;
  max-width: 58rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 1.7vw, 1.48rem);
  line-height: 1.18;
  font-style: italic;
  opacity: 0.9;
}

.timeline {
  margin-top: 2.4rem;
  padding-left: var(--section-inset);
  border-top: 0;
}

body.theme-ink .timeline {
  border-color: rgba(243, 156, 56, 0.4);
}

.timeline-row {
  display: grid;
  grid-template-columns: minmax(7rem, 8.5rem) minmax(0, 1fr);
  gap: 0.7rem 2.1rem;
  padding: 1.02rem 0;
  border-bottom: 0;
}

.timeline-row + .timeline-row {
  margin-top: 0.62rem;
}

.timeline-meta {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.62rem;
  font-weight: 700;
  opacity: 0.66;
  padding-top: 0.36rem;
}

.timeline-title {
  font-size: clamp(1.95rem, 4.5vw, 4.2rem);
}

.timeline-venue {
  margin: 0.4rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.64rem;
  font-weight: 700;
  opacity: 0.78;
}

.timeline-copy {
  margin: 0.9rem 0 0;
  max-width: 34rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.1vw, 1.95rem);
  line-height: 1.12;
  font-style: italic;
}

.timeline-day {
  margin-top: 0;
}

.timeline-day + .timeline-day {
  margin-top: 3.05rem;
}

.timeline-day-head {
  margin: 0 0 0.75rem;
}

.timeline-day-name {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 0.82;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 600;
}

.timeline-day-date {
  margin: 0.34rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.21em;
  font-size: 0.64rem;
  font-weight: 700;
  opacity: 0.7;
}

.timeline-attire {
  margin: 0 0 1rem;
  max-width: 54rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.05rem, 1.55vw, 1.34rem);
  line-height: 1.28;
  font-style: italic;
  opacity: 0.9;
}

.timeline-attire-label {
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 0.69em;
  font-style: normal;
  font-weight: 700;
  margin-right: 0.34rem;
  opacity: 0.9;
}

.timeline-venue-link {
  color: inherit;
  text-decoration: none;
  transition: opacity 180ms ease, text-shadow 220ms ease;
}

.timeline-venue-link:hover,
.timeline-venue-link:focus-visible {
  opacity: 1;
  text-shadow: 0 0 0.45rem rgba(255, 220, 150, 0.52);
}

.travel-columns {
  margin-top: 2.6rem;
  padding-left: var(--section-inset);
  border-top: 1px solid rgba(243, 156, 56, 0.38);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.travel-group {
  margin-top: 2.6rem;
  padding-left: var(--section-inset);
}

.travel-group:first-of-type {
  margin-top: 2.2rem;
}

.travel-group-title {
  margin: 0.5rem 0 0;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 0.88;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
}

.travel-group .travel-columns {
  margin-top: 1.2rem;
  padding-left: 0;
}

.hotels-columns {
  grid-template-columns: minmax(0, 1fr);
}

.hotels-columns .travel-column {
  border-left: 0;
  padding-left: 0;
  max-width: 44rem;
}

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

.travel-column {
  padding: 1.6rem 1rem 0 1.1rem;
  border-left: 1px solid rgba(243, 156, 56, 0.25);
}

.travel-column:first-child {
  border-left: 0;
  padding-left: 0;
}

.travel-column h2 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.travel-list {
  margin-top: 1rem;
}

.travel-entry {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(243, 156, 56, 0.23);
}

.travel-entry p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.53rem;
  font-weight: 700;
}

.travel-entry small {
  display: block;
  margin-top: 0.58rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-style: italic;
  line-height: 1.18;
  opacity: 0.9;
}

.faq-editorial {
  margin-top: 2.35rem;
  padding-left: var(--section-inset);
}

.faq-item {
  max-width: 66rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(45, 27, 13, 0.24);
}

.faq-item:first-child {
  border-top: 1px solid rgba(45, 27, 13, 0.3);
}

.faq-item-head {
  max-width: 54rem;
}

.faq-item-question {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.92;
  font-size: clamp(1.62rem, 3.2vw, 2.7rem);
  font-weight: 600;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.faq-item-answer {
  margin: 0.66rem 0 0;
  max-width: 58rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.04rem, 1.32vw, 1.26rem);
  line-height: 1.22;
  font-style: italic;
}

.faq-note {
  margin: 0.66rem 0 0;
  max-width: 58rem;
  padding: 0.62rem 0.78rem;
  border-left: 1px solid rgba(45, 27, 13, 0.42);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.22;
  font-style: italic;
  opacity: 0.9;
}

.faq-inline-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  text-decoration-color: currentColor;
  transition: opacity 180ms ease, text-shadow 220ms ease;
}

.faq-inline-link:hover,
.faq-inline-link:focus-visible {
  opacity: 1;
  text-shadow: 0 0 0.34rem rgba(255, 219, 145, 0.4);
}

body.theme-ink .faq-item {
  border-color: rgba(243, 156, 56, 0.26);
}

body.theme-ink .faq-item:first-child {
  border-top-color: rgba(243, 156, 56, 0.34);
}

body.theme-ink .faq-note {
  border-left-color: rgba(243, 156, 56, 0.44);
}

.faq-list {
  margin-top: 2.4rem;
  padding-left: var(--section-inset);
  border-top: 1px solid rgba(45, 27, 13, 0.32);
}

body.theme-ink .faq-list {
  border-color: rgba(243, 156, 56, 0.38);
}

.faq-entry {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(45, 27, 13, 0.22);
}

body.theme-ink .faq-entry {
  border-color: rgba(243, 156, 56, 0.24);
}

.faq-question {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.55rem;
  font-weight: 700;
  opacity: 0.76;
}

.faq-answer {
  margin-top: 0.65rem;
  max-width: 62rem;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-style: italic;
  font-weight: 400;
}

.rsvp-shell {
  width: 100%;
  max-width: 66rem;
  margin: 0;
  padding-left: var(--section-inset);
}

.panel-title {
  font-size: clamp(4.2rem, 13vw, 10rem);
  font-style: italic;
}

.rsvp-app-shell {
  width: 100%;
  margin-top: 1.7rem;
  display: grid;
  gap: 1.5rem;
}

.rsvp-hero {
  max-width: 66rem;
  padding-left: var(--section-inset);
}

.rsvp-eyebrow {
  margin-top: 0.1rem;
}

.rsvp-line-field {
  margin-top: 0.95rem;
  width: 100%;
  height: clamp(15.5rem, 40vh, 24rem);
  position: relative;
  overflow: hidden;
  --line-ink: rgba(45, 27, 13, 0.72);
}

.rsvp-line-field canvas,
.footer_hover-effect canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

body.theme-ink .rsvp-line-field {
  --line-ink: rgba(241, 197, 140, 0.9);
}

.rsvp-search {
  width: 100%;
  max-width: none;
}

.rsvp-search-label,
.rsvp-person-name-label,
.rsvp-child-age span,
.rsvp-dietary-notes span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.21em;
  font-size: 0.55rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  opacity: 0.78;
}

.rsvp-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.42rem;
  align-items: end;
}

.rsvp-search-input,
.rsvp-person-name-input,
.rsvp-child-age input,
.rsvp-dietary-notes textarea {
  width: 100%;
  border: 0 solid transparent;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  outline: none;
  padding: 0.15rem 0 0.34rem;
  border-radius: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.52rem, 3.2vw, 2.08rem);
  line-height: 1.05;
  font-style: italic;
}

.rsvp-search-input::placeholder,
.rsvp-person-name-input::placeholder,
.rsvp-dietary-notes textarea::placeholder {
  opacity: 0.5;
}

.rsvp-search-input {
  border: 1px solid rgba(45, 27, 13, 0.34);
  background: rgba(252, 232, 201, 0.68);
  padding: 0.56rem 0.66rem;
}

.rsvp-search-input::placeholder {
  color: rgba(45, 27, 13, 0.76);
  opacity: 1;
}

.rsvp-search-help {
  margin: 0.6rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.56rem;
  font-weight: 700;
  opacity: 0.72;
}

.rsvp-search-results {
  margin-top: 0.92rem;
  border-top: 1px solid rgba(45, 27, 13, 0.32);
  border-bottom: 1px solid rgba(45, 27, 13, 0.32);
  display: grid;
}

.rsvp-search-results[hidden] {
  display: none !important;
}

body.theme-ink .rsvp-search-results {
  border-color: rgba(243, 156, 56, 0.36);
}

.rsvp-search-empty {
  margin: 0;
  padding: 0.72rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.54rem;
  font-weight: 700;
  opacity: 0.74;
}

.rsvp-search-result {
  border: 0;
  border-bottom: 1px solid rgba(45, 27, 13, 0.17);
  background: transparent;
  color: inherit;
  text-align: left;
  padding: 0.66rem 0.22rem;
  cursor: pointer;
  display: grid;
  gap: 0.16rem;
}

.rsvp-search-result:last-child {
  border-bottom: 0;
}

body.theme-ink .rsvp-search-result {
  border-color: rgba(243, 156, 56, 0.2);
}

.rsvp-search-result-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.08;
}

.rsvp-search-result-meta {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.5rem;
  font-weight: 700;
  opacity: 0.68;
}

.rsvp-editor {
  margin-top: 0.42rem;
  padding-top: 0;
}

.rsvp-editor-head {
  border-top: 1px solid rgba(45, 27, 13, 0.3);
  border-bottom: 1px solid rgba(45, 27, 13, 0.24);
  padding: 1.15rem 0 0.94rem;
}

body.theme-ink .rsvp-editor-head {
  border-top-color: rgba(243, 156, 56, 0.34);
  border-bottom-color: rgba(243, 156, 56, 0.29);
}

.rsvp-editor-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.56rem;
  font-weight: 700;
  opacity: 0.72;
}

.rsvp-editor-title {
  margin: 0.46rem 0 0;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  line-height: 0.88;
  letter-spacing: -0.01em;
  font-size: clamp(2.4rem, 6.6vw, 4.8rem);
}

.rsvp-editor-meta {
  margin: 0.62rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.55rem;
  font-weight: 700;
  opacity: 0.74;
}

.rsvp-editor-counts {
  margin: 0.4rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.56rem;
  font-weight: 700;
  opacity: 0.84;
}

.rsvp-form-real {
  margin-top: 0.92rem;
  display: grid;
  gap: 1rem;
}

.rsvp-people {
  display: grid;
  gap: 0.9rem;
}

.rsvp-person {
  border-top: 1px solid rgba(45, 27, 13, 0.24);
  padding-top: 1rem;
  display: grid;
  gap: 1.18rem;
}

body.theme-ink .rsvp-person {
  border-color: rgba(243, 156, 56, 0.29);
}

.rsvp-people > .rsvp-person:first-child {
  border-top: 0;
  padding-top: 0;
}

.rsvp-person-head {
  display: grid;
  grid-template-columns: minmax(6.8rem, 8.6rem) minmax(0, 1fr);
  align-items: end;
  gap: 1rem;
}

.rsvp-person-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.54rem;
  font-weight: 700;
  opacity: 0.68;
}

.rsvp-person-name-wrap {
  display: block;
}

.rsvp-person-name-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.7rem;
}

.rsvp-name-actions {
  display: inline-flex;
  align-items: center;
}

.rsvp-mini-button {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  min-height: 2.4rem;
  padding: 0.42rem 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.48rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.rsvp-mini-button:hover {
  background: rgba(45, 27, 13, 0.08);
}

.rsvp-mini-button.is-hidden {
  display: none;
}

.rsvp-person-name-input:disabled {
  opacity: 0.8;
}

.rsvp-attendance-head {
  margin: 0.05rem 0 0.12rem;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.56rem;
  font-weight: 800;
  opacity: 0.82;
}

.rsvp-days-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  gap: 0.72rem;
  padding-top: 0.1rem;
}

.rsvp-day-label {
  margin: 0 0 0.52rem;
  font-family: "Cormorant Garamond", serif;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: clamp(1.32rem, 2.3vw, 1.86rem);
  font-weight: 600;
  line-height: 1.02;
  opacity: 0.95;
}

.rsvp-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
}

.rsvp-choice {
  position: relative;
  display: inline-flex;
}

.rsvp-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.rsvp-choice span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid currentColor;
  min-height: 2.55rem;
  padding: 0.62rem 0.84rem;
  text-align: left;
  font-size: 0.58rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
  opacity: 0.9;
  transition: background-color 200ms ease, color 200ms ease, opacity 180ms ease;
}

.rsvp-choice input:checked + span {
  opacity: 1;
  background: #1c0e04;
  border-color: #1c0e04;
  color: #de9b55;
}

.rsvp-child-age {
  max-width: 15rem;
  margin-top: 0.1rem;
}

.rsvp-child-age input {
  font-size: clamp(1.28rem, 2.7vw, 1.8rem);
  font-style: italic;
}

.rsvp-dietary {
  display: grid;
  gap: 0.56rem;
  margin-top: 0.12rem;
}

.rsvp-dietary-question {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 2.2vw, 1.62rem);
  font-style: italic;
  line-height: 1.16;
}

.rsvp-dietary-notes {
  display: block;
  max-width: 38rem;
}

.rsvp-dietary-notes.is-hidden {
  display: none;
}

.rsvp-dietary-notes textarea {
  margin-top: 0.12rem;
  min-height: 4.1rem;
  padding: 0.56rem 0.62rem;
  border: 1px solid rgba(45, 27, 13, 0.34);
  background: rgba(252, 232, 201, 0.62);
  color: var(--espresso);
  font-size: clamp(1rem, 1.75vw, 1.16rem);
  line-height: 1.2;
  resize: vertical;
}

.rsvp-form-real.is-finalizing {
  opacity: 0;
  transform: translateY(10px) scale(0.995);
  transition: transform 280ms ease, opacity 280ms ease;
}

.rsvp-editor[hidden],
.rsvp-form-real[hidden],
.rsvp-summary-card[hidden],
.rsvp-summary-actions[hidden] {
  display: none !important;
}

.rsvp-submit-row {
  margin-top: 0.22rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.72rem 1rem;
}

.rsvp-validation-box {
  margin-top: 0.14rem;
  border: 1px solid rgba(45, 27, 13, 0.4);
  background: rgba(252, 232, 201, 0.78);
  padding: 0.7rem 0.85rem;
}

body.theme-ink .rsvp-validation-box {
  border-color: rgba(243, 156, 56, 0.44);
  background: rgba(243, 156, 56, 0.14);
}

.rsvp-validation-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.6rem;
  font-weight: 800;
}

.rsvp-validation-list {
  margin: 0.45rem 0 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.22rem;
}

.rsvp-validation-list li {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.02rem, 2.1vw, 1.2rem);
  line-height: 1.14;
}

.rsvp-button {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  border-radius: 0;
  padding: 0.84rem 1.15rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  transition: background-color 220ms ease, color 220ms ease;
}

.rsvp-search-button {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 0.64rem 0.88rem;
  font-size: 0.5rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
}

.rsvp-button:hover,
.rsvp-search-button:hover {
  background: var(--espresso);
  color: var(--marigold);
}

body.theme-ink .rsvp-button:hover,
body.theme-ink .rsvp-search-button:hover {
  background: var(--marigold);
  color: var(--espresso);
}

.rsvp-summary-card {
  border-top: 0;
  margin-top: 0.7rem;
  padding-top: 0.94rem;
  opacity: 1;
  transform: translateY(0);
}

.rsvp-summary-card.is-live {
  animation: rsvpSummaryReveal 460ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.rsvp-summary-actions {
  margin-top: 0.82rem;
}

.rsvp-summary-head {
  margin: 0;
}

.rsvp-summary-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.55rem;
  font-weight: 800;
  opacity: 0.74;
}

.rsvp-summary-title {
  margin: 0.38rem 0 0;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  line-height: 0.9;
  font-size: clamp(2rem, 5.8vw, 4rem);
}

.rsvp-summary-meta {
  margin: 0.44rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.56rem;
  font-weight: 700;
  opacity: 0.8;
}

.rsvp-summary-grid {
  margin-top: 0;
  display: grid;
  gap: 0.88rem;
}

.rsvp-summary-person {
  border-top: 1px solid rgba(45, 27, 13, 0.22);
  padding-top: 0.74rem;
}

.rsvp-summary-grid > .rsvp-summary-person:first-child {
  border-top: 0;
  padding-top: 0;
}

.rsvp-summary-person-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.52rem;
  font-weight: 800;
  opacity: 0.7;
}

.rsvp-summary-name {
  margin: 0.24rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.6rem, 4.8vw, 2.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.rsvp-summary-line {
  margin: 0.34rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.18;
  font-style: italic;
}

.rsvp-summary-day {
  font-style: normal;
  font-weight: 700;
}

.rsvp-summary-status {
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

.rsvp-status {
  margin: 0;
  min-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.54rem;
  font-weight: 700;
  opacity: 0.86;
}

.rsvp-thankyou {
  margin-top: 1rem;
  border-top: 0;
  border-bottom: 1px solid rgba(45, 27, 13, 0.28);
  padding-top: 0.28rem;
  padding-bottom: 0.86rem;
  max-width: 40rem;
  position: relative;
  overflow: hidden;
}

body.theme-ink .rsvp-thankyou {
  border-bottom-color: rgba(243, 156, 56, 0.3);
}

.rsvp-thankyou::before {
  content: "";
  position: absolute;
  left: -20%;
  bottom: 0;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), currentColor, rgba(255, 255, 255, 0));
  opacity: 0.34;
  transform: translateX(0);
}

.rsvp-thankyou.is-live::before {
  animation: rsvpSweep 1100ms ease-out forwards;
}

.rsvp-thankyou-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.52rem;
  font-weight: 700;
  opacity: 0.74;
}

.rsvp-thankyou-title {
  margin: 0.4rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 5.1vw, 3rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.rsvp-thankyou-copy {
  margin: 0.5rem 0 0;
  max-width: 33rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.08rem, 2.05vw, 1.3rem);
  font-style: italic;
  line-height: 1.2;
}

.rsvp-celebration {
  position: fixed;
  inset: 0;
  z-index: 220;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}

.rsvp-celebration.is-live {
  opacity: 1;
}

.rsvp-celebration-piece {
  position: absolute;
  left: var(--x, 50%);
  top: -8vh;
  width: var(--size, 10px);
  height: calc(var(--size, 10px) * 0.68);
  background: var(--piece-color, #e8b06a);
  border-radius: 1px;
  opacity: 0;
  filter: drop-shadow(0 0 0.35rem rgba(45, 27, 13, 0.2));
  animation: rsvpConfettiFall var(--fall-duration, 900ms) cubic-bezier(0.22, 0.8, 0.24, 1)
    var(--fall-delay, 0ms) forwards;
  will-change: transform, opacity;
}

.rsvp-celebration-piece.is-petal {
  border-radius: 58% 42% 56% 44%;
}

@keyframes rsvpSweep {
  from {
    transform: translateX(0);
    opacity: 0;
  }
  35% {
    opacity: 0.4;
  }
  to {
    transform: translateX(340%);
    opacity: 0;
  }
}

@keyframes rsvpConfettiFall {
  0% {
    transform: translate3d(0, -16vh, 0) rotate(var(--rot-start, 0deg));
    opacity: 0;
  }
  12% {
    opacity: 0.95;
  }
  100% {
    transform: translate3d(var(--drift, 0vw), 108vh, 0) rotate(var(--rot-end, 540deg));
    opacity: 0;
  }
}

@keyframes rsvpSummaryReveal {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.site-footer {
  padding: 2.5rem 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.48rem;
  opacity: 0.46;
  text-align: center;
}

body.section-page .site-footer {
  margin-top: auto;
  padding-bottom: max(0.4rem, env(safe-area-inset-bottom, 0px));
}

body.section-page.is-safari {
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
}

body.section-page.theme-ink.is-safari {
  --ink-readable: #f8ddba;
  --ink-muted-readable: #efc58c;
}

body.section-page.is-safari::after {
  opacity: 0.055;
  mix-blend-mode: normal;
}

body.section-page.is-safari .page-lede,
body.section-page.is-safari .event-description,
body.section-page.is-safari .event-address,
body.section-page.is-safari .hotel-item-copy,
body.section-page.is-safari .hotels-intro p,
body.section-page.is-safari .hotels-bridge,
body.section-page.is-safari .paris-tip-item,
body.section-page.is-safari .paris-recs-placeholder,
body.section-page.is-safari .faq-item-answer,
body.section-page.is-safari .timeline-copy,
body.section-page.is-safari .rsvp-status {
  hyphens: manual;
  overflow-wrap: break-word;
}

body.section-page.is-safari [data-reveal] {
  transform: none;
}

body.section-page.is-safari [data-reveal].is-visible {
  transform: none;
  transition: opacity 420ms ease;
}

body.section-page.is-safari .event-venue-link:hover,
body.section-page.is-safari .event-venue-link:focus-visible,
body.section-page.is-safari .event-address-link:hover,
body.section-page.is-safari .event-address-link:focus-visible,
body.section-page.is-safari .hotel-link:hover,
body.section-page.is-safari .hotel-link:focus-visible,
body.section-page.is-safari .paris-inline-link:hover,
body.section-page.is-safari .paris-inline-link:focus-visible,
body.section-page.is-safari .faq-inline-link:hover,
body.section-page.is-safari .faq-inline-link:focus-visible,
body.section-page.is-safari .timeline-venue-link:hover,
body.section-page.is-safari .timeline-venue-link:focus-visible {
  text-shadow: 0 0 0.22rem rgba(255, 221, 157, 0.34);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal="late"].is-visible {
  transition-delay: 120ms;
}

[data-reveal="later"].is-visible {
  transition-delay: 220ms;
}

@media (max-width: 1080px) {
  :root {
    --shell-gutter: 24px;
    --section-inset: 24px;
  }

  .home-grid {
    grid-template-columns: 1fr;
  }

  .home-copy,
  .page-hero,
  .events-editorial,
  .hotels-editorial,
  .paris-editorial,
  .faq-editorial,
  .timeline,
  .travel-group,
  .travel-columns,
  .faq-list,
  .rsvp-shell {
    padding-left: clamp(1rem, 4vw, 2rem);
  }

  .hero-paper {
    margin: 0;
  }

  .travel-columns {
    grid-template-columns: 1fr;
    border-top-color: rgba(243, 156, 56, 0.32);
  }

  .hotel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.45rem 1.6rem;
  }

  .paris-tips-list {
    max-width: 100%;
  }

  .hotels-columns .travel-column {
    max-width: none;
  }

  .travel-column {
    border-left: 0;
    border-top: 1px solid rgba(243, 156, 56, 0.25);
    padding-left: 0;
  }

  .travel-column:first-child {
    border-top: 0;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    top: env(safe-area-inset-top, 0px);
    right: 0;
    bottom: 0;
    left: 0;
    min-height: calc(100dvh - env(safe-area-inset-top, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.2rem 1.2rem max(1.8rem, env(safe-area-inset-bottom, 0px));
    background: rgba(243, 156, 56, 0.97);
    color: var(--espresso);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    transform: translateY(-105%);
    transition: transform 300ms ease;
    z-index: 120;
  }

  body.theme-ink .site-nav {
    background: rgba(245, 165, 68, 0.98);
  }

  .site-nav .nav-link {
    font-size: 0.85rem;
    letter-spacing: 0.24em;
  }


  .site-nav .nav-close {
    display: inline-flex;
    position: absolute;
    top: calc(env(safe-area-inset-top, 0px) + 0.45rem);
    right: clamp(0.8rem, 3vw, 1.2rem);
    width: 2.35rem;
    height: 2.35rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(45, 27, 13, 0.34);
    border-radius: 999px;
    background: rgba(244, 188, 115, 0.16);
    color: inherit;
    font-family: "Manrope", "Helvetica Neue", sans-serif;
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
  }

  .site-nav .nav-close:hover,
  .site-nav .nav-close:focus-visible {
    border-color: rgba(45, 27, 13, 0.56);
    box-shadow: 0 0 0.75rem rgba(255, 221, 170, 0.22);
  }

  body.theme-ink .site-nav .nav-close {
    border-color: rgba(45, 27, 13, 0.3);
    background: rgba(243, 156, 56, 0.14);
  }

  .site-nav .lang-switch {
    margin-top: 0.45rem;
    margin-left: 0;
    width: min(17.5rem, 86vw);
    padding: 0.16rem;
  }

  .site-nav .lang-switch-option {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    padding: 0.52rem 0.45rem;
  }


  body.nav-open .site-nav {
    transform: translateY(0);
  }

}

@media (max-width: 760px) {
  :root {
    --shell-gutter: 16px;
    --section-inset: 16px;
  }

  .page-shell {
    padding-top: calc(7.2rem + env(safe-area-inset-top, 0px));
  }

  .events-editorial {
    margin-top: 2rem;
  }

  .faq-editorial {
    margin-top: 2rem;
  }

  .faq-item {
    padding: 0.95rem 0;
  }

  .faq-item-question {
    margin-top: 0.26rem;
    font-size: clamp(1.44rem, 7.8vw, 2.2rem);
  }

  .faq-item-answer {
    margin-top: 0.52rem;
    font-size: clamp(0.98rem, 4.8vw, 1.18rem);
    line-height: 1.22;
  }

  .faq-note {
    margin-top: 0.52rem;
    padding: 0.52rem 0.62rem;
    font-size: clamp(0.9rem, 4vw, 1.02rem);
  }

  .hotels-editorial {
    margin-top: 2rem;
  }

  .paris-editorial {
    margin-top: 2rem;
  }

  .paris-section + .paris-section {
    margin-top: 2.45rem;
    padding-top: 1.5rem;
  }

  .paris-section-title {
    font-size: clamp(1.82rem, 9.2vw, 2.95rem);
  }

  .paris-tips-list {
    margin-top: 0.74rem;
    gap: 0.72rem;
    padding-left: 1rem;
  }

  .paris-tip-item {
    font-size: clamp(1rem, 4.2vw, 1.2rem);
    line-height: 1.2;
  }

  .paris-recs-placeholder {
    margin-top: 0.72rem;
    font-size: clamp(1.02rem, 4.4vw, 1.19rem);
  }

  .hotels-intro {
    gap: 0.74rem;
  }

  .hotels-intro p {
    font-size: clamp(1rem, 4.2vw, 1.22rem);
    line-height: 1.2;
  }

  .hotel-feature {
    margin-top: 1.52rem;
  }

  .hotel-feature-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .hotel-feature-name {
    margin-top: 0.28rem;
    font-size: clamp(1.92rem, 10vw, 3rem);
  }

  .hotel-feature-code {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .hotels-bridge {
    margin-top: 1.55rem;
    font-size: clamp(0.97rem, 4vw, 1.12rem);
  }

  .hotel-grid {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .hotel-item {
    padding-right: 0;
  }

  .hotel-item-name {
    font-size: clamp(1.33rem, 7.2vw, 1.86rem);
  }

  .hotel-item-copy {
    font-size: clamp(0.96rem, 4.4vw, 1.1rem);
    line-height: 1.2;
  }

  .event-day + .event-day {
    margin-top: 2.5rem;
    padding-top: 1.55rem;
  }

  .event-day-head {
    margin-bottom: 0.62rem;
  }

  .event-day-kicker {
    letter-spacing: 0.16em;
    font-size: 0.8rem;
  }

  .event-day-attire {
    margin-top: 0.58rem;
    font-size: clamp(0.95rem, 3.9vw, 1.08rem);
    line-height: 1.24;
  }

  .event-day-attire-label {
    display: inline-block;
    margin-bottom: 0.14rem;
    margin-right: 0.22rem;
  }

  .event-item {
    grid-template-columns: 1fr;
    gap: 0.38rem;
    padding: 0;
  }

  .event-meta-stack {
    gap: 0.25rem;
  }

  .event-phase {
    padding-top: 0;
    letter-spacing: 0.18em;
    font-size: 0.58rem;
    opacity: 0.64;
  }

  .event-name {
    font-size: clamp(1.62rem, 8.2vw, 2.35rem);
  }

  .event-address {
    font-size: 0.56rem;
    letter-spacing: 0.07em;
  }

  .event-description {
    margin-top: 0.52rem;
    font-size: clamp(0.98rem, 4.8vw, 1.22rem);
  }

  .timeline {
    margin-top: 2rem;
  }

  .timeline-day + .timeline-day {
    margin-top: 2.35rem;
  }

  .timeline-day-head {
    margin-bottom: 0.55rem;
  }

  .timeline-day-name {
    font-size: clamp(2.15rem, 11vw, 3.45rem);
    line-height: 0.84;
  }

  .timeline-day-date {
    letter-spacing: 0.18em;
    font-size: 0.58rem;
  }

  .timeline-attire {
    margin-bottom: 0.72rem;
    font-size: clamp(0.96rem, 4vw, 1.14rem);
    line-height: 1.24;
  }

  .timeline-attire-label {
    display: inline-block;
    margin-bottom: 0.14rem;
    margin-right: 0.22rem;
  }

  .timeline-row {
    grid-template-columns: 1fr;
    gap: 0.48rem;
    padding: 0.76rem 0;
  }

  .timeline-meta {
    padding-top: 0;
    letter-spacing: 0.18em;
    font-size: 0.58rem;
    opacity: 0.68;
  }

  .timeline-title {
    font-size: clamp(1.72rem, 8.4vw, 2.7rem);
  }

  .timeline-copy {
    margin-top: 0.62rem;
    font-size: clamp(1.02rem, 5.1vw, 1.35rem);
  }

  .home-sub,
  .page-lede,
  .rsvp-search-help {
    letter-spacing: 0.18em;
  }

  .rsvp-hero {
    padding-left: clamp(1rem, 4vw, 2rem);
  }

  .rsvp-search-row {
    grid-template-columns: 1fr;
  }

  .rsvp-person-head {
    grid-template-columns: 1fr;
    gap: 0.42rem;
  }

  .rsvp-person-name-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .rsvp-name-actions {
    width: 100%;
  }

  .rsvp-mini-button {
    width: 100%;
    min-height: 2.2rem;
  }

  .rsvp-attendance-head {
    margin-top: 0.08rem;
  }

  .rsvp-days-grid {
    grid-template-columns: 1fr;
  }

  .rsvp-person-kicker,
  .rsvp-search-label,
  .rsvp-person-name-label,
  .rsvp-child-age span,
  .rsvp-dietary-notes span,
  .rsvp-editor-kicker,
  .rsvp-thankyou-kicker {
    font-size: 0.56rem;
  }

  .rsvp-day-label {
    font-size: clamp(1.2rem, 6.1vw, 1.56rem);
  }

  .rsvp-editor-title {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .rsvp-search-result-name {
    font-size: 1.18rem;
  }

  .rsvp-dietary-question {
    font-size: clamp(0.98rem, 4.5vw, 1.14rem);
  }

  .rsvp-thankyou-title {
    font-size: clamp(1.6rem, 9.2vw, 2.5rem);
  }

  .rsvp-thankyou-copy {
    font-size: clamp(0.98rem, 4.3vw, 1.14rem);
  }

  .rsvp-summary-title {
    font-size: clamp(1.65rem, 10.5vw, 2.6rem);
  }

  .rsvp-summary-line {
    font-size: clamp(0.96rem, 4.2vw, 1.08rem);
  }

  .rsvp-line-field {
    width: 100%;
    margin-top: 0.78rem;
    height: clamp(13.8rem, 36vh, 19rem);
  }

  .home-links {
    gap: 0.85rem;
  }

  .distort-node {
    width: 100%;
  }

  .inv-line {
    font-size: clamp(1.45rem, 6.2vw, 2.35rem);
    white-space: normal;
  }

  .inv-line.micro {
    font-size: clamp(0.82rem, 2.35vw, 1.05rem);
  }

  .inv-line.tiny {
    font-size: clamp(0.76rem, 2.15vw, 0.96rem);
  }

  .venue-row {
    flex-wrap: wrap;
    gap: 0.2em 0.34em;
  }

  .rsvp-button {
    width: 100%;
    text-align: center;
  }

  .rsvp-search-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.gallery-editorial {
  margin-top: 2.5rem;
  padding-left: var(--section-inset);
  padding-right: clamp(1rem, 4vw, 2rem);
}

.gallery-board-shell {
  position: relative;
  max-width: min(100%, 84rem);
  padding: 2.5rem 0 2rem;
}

.gallery-board {
  position: relative;
  min-height: clamp(44rem, 94vh, 58rem);
  overflow: hidden;
  border-top: 1px solid rgba(243, 156, 56, 0.28);
  border-bottom: 1px solid rgba(243, 156, 56, 0.28);
  background:
    radial-gradient(circle at 18% 16%, rgba(243, 156, 56, 0.1), transparent 24%),
    radial-gradient(circle at 82% 76%, rgba(251, 216, 177, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.12));
  isolation: isolate;
}

.gallery-board::before,
.gallery-board::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gallery-board::before {
  background:
    linear-gradient(90deg, rgba(243, 156, 56, 0.08), transparent 18%, transparent 82%, rgba(243, 156, 56, 0.06)),
    linear-gradient(180deg, rgba(243, 156, 56, 0.04), transparent 16%, transparent 84%, rgba(243, 156, 56, 0.05));
}

.gallery-board::after {
  background: radial-gradient(circle at 50% 50%, rgba(247, 216, 177, 0.06), transparent 45%);
  mix-blend-mode: screen;
}

.gallery-board-note {
  position: absolute;
  z-index: 20;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.67rem;
  font-weight: 700;
  opacity: 0.66;
  pointer-events: none;
}

.gallery-board-note-top {
  top: 0.7rem;
  left: 0;
}

.gallery-board-note-bottom {
  right: 0;
  bottom: 0.25rem;
  text-align: right;
}

.gallery-piece {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: var(--z, 1);
  width: var(--w);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  transform: translate3d(var(--drag-x, 0px), var(--drag-y, 0px), 0) rotate(var(--r, 0deg));
}

.gallery-piece.is-dragging {
  cursor: grabbing;
}

.gallery-piece-frame {
  position: relative;
  display: block;
  padding: clamp(0.48rem, 0.95vw, 0.72rem);
  background:
    linear-gradient(180deg, rgba(252, 243, 231, 0.98), rgba(224, 204, 179, 0.96));
  box-shadow:
    0 1.65rem 3.2rem rgba(8, 4, 1, 0.34),
    0 0 0 1px rgba(250, 230, 203, 0.34),
    inset 0 0 0 1px rgba(73, 41, 18, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, filter 240ms ease;
}

.gallery-piece-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(55, 31, 14, 0.08);
  pointer-events: none;
}

.gallery-piece img {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(45, 27, 13, 0.12);
  filter: saturate(0.94) contrast(1.02);
  box-shadow: 0 0 0 1px rgba(45, 27, 13, 0.1);
}

.gallery-piece-index {
  position: absolute;
  left: clamp(0.6rem, 0.9vw, 0.86rem);
  bottom: clamp(0.48rem, 0.85vw, 0.7rem);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  font-weight: 800;
  color: rgba(45, 27, 13, 0.72);
  text-transform: uppercase;
}

.gallery-piece:not(.is-dragging):hover .gallery-piece-frame,
.gallery-piece:focus-visible .gallery-piece-frame {
  transform: translateY(-0.28rem) scale(1.018);
  box-shadow:
    0 1.9rem 3.8rem rgba(8, 4, 1, 0.42),
    0 0 0 1px rgba(250, 230, 203, 0.4),
    inset 0 0 0 1px rgba(73, 41, 18, 0.08);
  filter: saturate(1.04);
}

.gallery-piece:focus-visible {
  outline: none;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 280;
  opacity: 0;
  transition: opacity 220ms ease;
}

.gallery-lightbox.is-visible {
  opacity: 1;
}

.gallery-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(243, 156, 56, 0.1), transparent 34%),
    rgba(17, 10, 5, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.gallery-lightbox-shell {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: max(1.5rem, env(safe-area-inset-top, 0px))
    max(1.1rem, env(safe-area-inset-right, 0px))
    max(1.5rem, env(safe-area-inset-bottom, 0px))
    max(1.1rem, env(safe-area-inset-left, 0px));
}

.gallery-lightbox-close {
  position: absolute;
  top: max(1.2rem, env(safe-area-inset-top, 0px));
  right: max(1.1rem, env(safe-area-inset-right, 0px));
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(247, 216, 177, 0.26);
  border-radius: 999px;
  background: rgba(247, 216, 177, 0.08);
  color: rgba(252, 237, 216, 0.94);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus-visible {
  border-color: rgba(247, 216, 177, 0.46);
  background: rgba(247, 216, 177, 0.12);
  outline: none;
}

.gallery-lightbox-figure {
  margin: 0;
  display: grid;
  gap: 0.78rem;
  justify-items: center;
}

.gallery-lightbox-image {
  display: block;
  width: auto;
  max-width: min(90vw, 68rem);
  max-height: min(82svh, 56rem);
  background: rgba(251, 240, 224, 0.96);
  padding: clamp(0.5rem, 0.9vw, 0.75rem);
  box-shadow:
    0 2.4rem 5rem rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(247, 216, 177, 0.3);
  contain: paint;
}

.gallery-lightbox-caption {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.66rem;
  font-weight: 700;
  color: rgba(247, 216, 177, 0.88);
}

body.gallery-lightbox-open {
  overflow: hidden;
}

@media (hover: none) and (pointer: coarse) {
  body.is-safari .gallery-lightbox {
    background: rgba(17, 10, 5, 0.94);
  }

  body.is-safari .gallery-lightbox-backdrop {
    background: rgba(17, 10, 5, 0.92);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body.is-safari .gallery-lightbox-shell {
    min-height: 100%;
    padding-top: max(1rem, env(safe-area-inset-top, 0px));
    padding-bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  }

  body.is-safari .gallery-lightbox-figure {
    width: 100%;
  }

  body.is-safari .gallery-lightbox-image {
    width: min(90vw, 38rem);
    max-width: min(90vw, 38rem);
    max-height: 78svh;
    padding: 0.36rem;
    box-shadow:
      0 1.35rem 2.8rem rgba(0, 0, 0, 0.38),
      0 0 0 1px rgba(247, 216, 177, 0.22);
  }

  body.is-safari.gallery-lightbox-open {
    overflow: visible;
  }
}

@media (max-width: 1100px) {
  .gallery-board {
    min-height: 52rem;
  }
}

@media (max-width: 900px) {
  .gallery-editorial {
    padding-right: clamp(1rem, 4vw, 1.5rem);
  }

  .gallery-board {
    min-height: 72rem;
  }

  .gallery-board-note-bottom {
    bottom: 0.6rem;
    max-width: 12rem;
  }
}

@media (max-width: 760px) {
  .gallery-editorial {
    padding-left: var(--section-inset);
    padding-right: 1rem;
  }

  .gallery-board-shell {
    padding-top: 2.2rem;
  }

  .gallery-board {
    min-height: 96rem;
  }

  .gallery-piece {
    left: var(--mx, var(--x));
    top: var(--my, var(--y));
    width: var(--mw, var(--w));
  }

  .gallery-piece-frame {
    padding: 0.42rem;
  }

  .gallery-piece-index {
    font-size: 0.54rem;
  }

  .gallery-board-note {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .gallery-board-note-bottom {
    right: 0;
    max-width: 9.8rem;
  }

  .gallery-lightbox-close {
    width: 2.55rem;
    height: 2.55rem;
  }

  .gallery-lightbox-image {
    max-width: 92vw;
    max-height: 78svh;
    padding: 0.42rem;
  }
}
