@font-face {
  font-family: "Golos Text";
  src: url("assets/fonts/golos-text-400.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Golos Text";
  src: url("assets/fonts/golos-text-500.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Golos Text";
  src: url("assets/fonts/golos-text-600.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-500.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-italic-400.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

:root {
  color-scheme: light;
  --shell: 430px;
  --paper: #deded8;
  --ink: #10100f;
  --soft-ink: #5b5b55;
  --hairline: rgba(16, 16, 15, 0.27);
  --white: #f3f3ee;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: "Golos Text", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #151514;
  scrollbar-color: #5f5f5a #151514;
}

body {
  margin: 0;
  min-width: 280px;
  overflow-x: clip;
  background: #151514;
  color: var(--ink);
  overscroll-behavior-x: none;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
label,
select {
  touch-action: manipulation;
}

button {
  border: 0;
}

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

figure,
h1,
h2,
h3,
p,
ol {
  margin: 0;
}

.campaign-shell {
  width: min(100%, var(--shell));
  margin-inline: auto;
  overflow: clip;
  background: #080807;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 50%;
  padding: 0.8rem 1rem;
  translate: -50% -180%;
  background: var(--white);
  color: var(--ink);
  font-size: 0.8rem;
  text-decoration: none;
  transition: translate 180ms ease;
}

.skip-link:focus {
  translate: -50% 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

/* Motion prologue */
.story {
  --motion-height: min(100svh, 177.7778vw, 764.4444px);
  --motion-width: min(100%, 56.25svh);
  position: relative;
  height: 360svh;
  background: #060606;
}

.story__sticky {
  position: sticky;
  top: max(0px, calc(50svh - 88.8889vw), calc(50svh - 382.2222px));
  width: var(--motion-width);
  height: var(--motion-height);
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
  background: #060606;
}

.story__film {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.018);
  will-change: transform;
}

.story__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.story__grain {
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.fashion-frame {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

.fashion-frame i {
  position: absolute;
  background: rgba(255, 255, 255, 0.32);
}

.fashion-frame i:nth-child(1),
.fashion-frame i:nth-child(2) {
  top: max(0.75rem, env(safe-area-inset-top));
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  width: 1px;
}

.fashion-frame i:nth-child(1) {
  left: 0.75rem;
}

.fashion-frame i:nth-child(2) {
  right: 0.75rem;
}

.fashion-frame i:nth-child(3),
.fashion-frame i:nth-child(4) {
  right: 0.75rem;
  left: 0.75rem;
  height: 1px;
}

.fashion-frame i:nth-child(3) {
  top: max(0.75rem, env(safe-area-inset-top));
}

.fashion-frame i:nth-child(4) {
  bottom: max(0.75rem, env(safe-area-inset-bottom));
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: max(3.6rem, calc(env(safe-area-inset-bottom) + 2.8rem));
  left: 50%;
  width: 2.75rem;
  height: 2.75rem;
  transform: translateX(-50%);
  color: #fff;
  pointer-events: none;
  will-change: opacity, transform;
}

.scroll-cue::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  content: "";
}

.scroll-cue svg {
  position: absolute;
  inset: 0.68rem;
  width: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 1.2;
  animation: cue-drift 1.7s var(--ease) infinite;
}

.story__progress {
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  bottom: max(1.55rem, calc(env(safe-area-inset-bottom) + 0.8rem));
  left: 1.25rem;
  pointer-events: none;
}

.story__progress-track {
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
}

.story__progress-track i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: #fff;
  will-change: transform;
}

.final-lockup {
  position: absolute;
  z-index: 4;
  top: 49%;
  left: 50%;
  width: calc(100% - 2rem);
  opacity: 0;
  color: #fff;
  text-align: center;
  translate: -50% -50%;
  pointer-events: none;
  will-change: opacity, transform;
}

.final-lockup h1 {
  display: grid;
  justify-items: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.45rem, 17vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.74;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.24);
}

.final-lockup h1 span {
  display: block;
  will-change: transform;
}

.final-lockup h1 b {
  margin: 0.18em 0 0.16em;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.46em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.68;
  will-change: opacity;
}

.final-lockup p {
  margin-top: 1.85rem;
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.17em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.34);
  will-change: opacity, transform;
}

.video-status {
  position: absolute;
  z-index: 5;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.video-status.is-ready {
  display: none;
}

.video-status.has-error {
  right: 1.25rem;
  bottom: max(1.9rem, calc(env(safe-area-inset-bottom) + 1rem));
  left: 1.25rem;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  clip-path: none;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-align: center;
  white-space: normal;
}

@keyframes cue-drift {
  0%, 100% { transform: translateY(-2px); }
  50% { transform: translateY(4px); }
}

/* Continuous invitation letter */
.invitation,
.invitation > [data-invite-section] {
  border-radius: 0;
  background-color: var(--paper);
  box-shadow: none;
}

.invitation {
  position: relative;
  color: var(--ink);
}

.invite-opening,
.invite-section,
.invite-closing {
  position: relative;
  min-height: 0;
  padding-inline: 1.25rem;
}

.invite-opening {
  padding-top: 1.3rem;
}

.document-line,
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--ink);
  padding-top: 0.65rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.opening-copy {
  padding: 5.4rem 0 4.2rem;
}

.opening-copy > p {
  margin-bottom: 1.7rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.opening-copy h2,
.section-title h2,
.place-copy h2,
.closing-copy h2 {
  font-family: "Golos Text", Arial, sans-serif;
  font-size: clamp(2.75rem, 13vw, 3.45rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.95;
  text-wrap: balance;
}

.opening-note {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  gap: 0.8rem;
  margin-top: 3.4rem;
  padding-left: 24%;
}

.opening-note > span {
  font-size: 1.1rem;
  line-height: 1.2;
}

.opening-note p,
.section-title > p,
.place-copy small {
  color: #30302d;
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.45;
}

.editorial-cut,
.closing-art {
  position: relative;
  margin-inline: -1.25rem;
  overflow: hidden;
  background: #050505;
}

.editorial-cut {
  height: min(142vw, 38rem);
}

.editorial-cut img,
.closing-art img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.editorial-cut img {
  object-position: 50% 45%;
  scale: 1.03;
}

.editorial-cut::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(0, 0, 0, 0.58));
  content: "";
  pointer-events: none;
}

.editorial-cut figcaption {
  position: absolute;
  z-index: 1;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.invite-section {
  border-top: 1px solid var(--hairline);
  padding-top: 1.3rem;
  padding-bottom: 5.6rem;
}

.section-head {
  border-top: 0;
  padding-top: 0;
  color: var(--soft-ink);
}

.section-head span:first-child {
  color: var(--ink);
}

.date-section {
  padding-top: 1.5rem;
}

.date-lockup {
  padding: 5rem 0 3.4rem;
}

.date-lockup h2 {
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.date-lockup > p {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.date-lockup strong {
  font-size: clamp(3.4rem, 16.5vw, 4.45rem);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.9;
}

.date-lockup i {
  color: #7b7b74;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
}

.date-lockup > span {
  display: block;
  margin-top: 1.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  margin-bottom: 1rem;
}

.countdown > div {
  display: grid;
  gap: 0.3rem;
  padding: 1.2rem 0.25rem 1rem;
}

.countdown > div + div {
  border-left: 1px solid var(--hairline);
  padding-left: 0.8rem;
}

.countdown strong {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.countdown span {
  color: var(--soft-ink);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 3.5rem;
  padding: 0 1rem;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: left;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.action svg {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.action:hover {
  background: #33332f;
}

.action:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.choice:focus-within {
  outline: 2px solid #696961;
  outline-offset: 3px;
}

.venue-gallery {
  position: relative;
  margin: 3.2rem -1.25rem 0;
  padding-bottom: 4.7rem;
}

.venue-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #090908;
}

.venue-gallery img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.venue-gallery__primary {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.venue-gallery__primary img {
  object-position: 50% 50%;
}

.venue-gallery__detail {
  position: relative;
  width: 70%;
  aspect-ratio: 3 / 2;
  margin: -3.2rem 0 0 auto !important;
  border-top: 0.5rem solid var(--paper);
  border-left: 0.5rem solid var(--paper);
}

.venue-gallery__detail img {
  object-position: 30% 50%;
}

.venue-gallery__caption {
  position: absolute;
  bottom: 1.1rem;
  left: 1.25rem;
  display: grid;
  gap: 0.25rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
}

.venue-gallery__caption span:last-child {
  color: var(--soft-ink);
}

.place-copy {
  padding: 3.6rem 0 2.2rem;
}

.place-copy h2 {
  overflow-wrap: anywhere;
}

.place-copy > p {
  margin-top: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.place-copy small {
  display: block;
  margin-top: 0.9rem;
  max-width: 19rem;
}

.place-copy small i {
  padding-inline: 0.25em;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

.location-link {
  margin-bottom: 2.7rem;
  text-decoration: none;
}

.coordinates {
  display: grid;
  grid-template-columns: auto minmax(1rem, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid var(--hairline);
  padding-top: 0.8rem;
  color: var(--soft-ink);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.coordinates i {
  height: 1px;
  background: var(--hairline);
}

.section-title {
  padding: 5.1rem 0 3.7rem;
}

.section-title > p {
  max-width: 19rem;
  margin-top: 2.2rem;
}

.schedule-list {
  padding: 0;
  list-style: none;
}

.schedule-list li {
  display: grid;
  grid-template-columns: 4.75rem minmax(0, 1fr);
  gap: 0.8rem;
  border-top: 1px solid var(--hairline);
  padding: 1.25rem 0 1.35rem;
}

.schedule-list li:last-child {
  border-bottom: 1px solid var(--hairline);
}

.schedule-list time {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.schedule-list h3 {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.schedule-list p {
  margin-top: 0.45rem;
  color: var(--soft-ink);
  font-size: 0.84rem;
  line-height: 1.4;
}

.dress-story {
  --dress-motion-height: min(100svh, 177.7778vw, 764.4444px);
  position: relative;
  height: 340svh;
  margin-inline: -1.25rem;
  background: #080808;
  color: var(--white);
}

.dress-story__sticky {
  position: sticky;
  top: max(0px, calc(50svh - 88.8889vw), calc(50svh - 382.2222px));
  width: 100%;
  height: var(--dress-motion-height);
  overflow: hidden;
  isolation: isolate;
  background: #080808;
}

.dress-story__film,
.dress-story__shade,
.dress-story__split {
  position: absolute;
  inset: 0;
}

.dress-story__film {
  z-index: -3;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  background: #080808;
  transform: scale(1.025);
  will-change: opacity, transform;
}

.dress-story__shade {
  z-index: -2;
  opacity: 0.08;
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.16), rgba(4, 4, 4, 0.03) 48%, rgba(4, 4, 4, 0.48));
  pointer-events: none;
  will-change: opacity;
}

.dress-story__split {
  z-index: -1;
  right: 0;
  left: auto;
  width: 15%;
  background: #f0f0eb;
  transform: translate3d(108%, 0, 0);
  will-change: transform;
}

.dress-story__mast {
  position: absolute;
  z-index: 5;
  top: max(1.25rem, env(safe-area-inset-top));
  right: 1.25rem;
  left: 1.25rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.66);
  padding-top: 0.55rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dress-chapter {
  position: absolute;
  z-index: 3;
  right: 1.25rem;
  bottom: 5.2rem;
  left: 1.25rem;
  opacity: 0;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.34);
  will-change: opacity, transform;
}

.dress-chapter--right {
  text-align: right;
}

.dress-chapter > span,
.dress-chapter > p {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dress-chapter > strong {
  display: block;
  margin: 0.55rem 0 0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.6rem, 21vw, 5.75rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.7;
}

.dress-chapter--right > strong {
  font-family: "Golos Text", Arial, sans-serif;
  font-size: clamp(3.5rem, 16.5vw, 4.45rem);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.82;
}

.dress-story__ratio {
  position: absolute;
  z-index: 4;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}

.dress-story__ratio p:first-child {
  position: absolute;
  bottom: 4.7rem;
  left: 1.1rem;
  display: grid;
}

.dress-story__ratio p:first-child strong {
  font-size: clamp(8.5rem, 42vw, 11.2rem);
  font-weight: 500;
  letter-spacing: -0.115em;
  line-height: 0.62;
}

.dress-story__ratio p:first-child span {
  margin-top: 1.15rem;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dress-story__ratio p:last-child {
  position: absolute;
  top: 1.25rem;
  right: 0;
  bottom: 1.25rem;
  display: flex;
  width: 15%;
  align-items: center;
  justify-content: space-between;
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.dress-story__ratio p:last-child strong {
  font-size: clamp(2.1rem, 9vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.06em;
}

.dress-story__progress {
  position: absolute;
  z-index: 6;
  right: 1.25rem;
  bottom: max(1.35rem, env(safe-area-inset-bottom));
  left: 1.25rem;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.dress-story__progress i {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: rgba(255, 255, 255, 0.92);
  will-change: transform;
}

.dress-prescription {
  padding: 6.4rem 0 0.5rem;
}

.dress-prescription__eyebrow {
  border-top: 1px solid var(--ink);
  padding-top: 0.7rem;
  color: var(--soft-ink);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dress-prescription__primary {
  padding: 4.4rem 0 3.8rem;
}

.dress-prescription__primary > span,
.dress-prescription__secondary > span,
.dress-prescription__accent span {
  color: var(--soft-ink);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dress-prescription__primary h3 {
  margin-top: 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.55rem, 17vw, 4.65rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.78;
}

.dress-prescription__secondary {
  margin-left: 34%;
  border-top: 1px solid var(--hairline);
  padding: 1rem 0 3.8rem;
}

.dress-prescription__secondary p {
  margin-top: 0.8rem;
  font-size: 1rem;
  letter-spacing: -0.03em;
  line-height: 1.35;
}

.dress-prescription__accent {
  display: grid;
  grid-template-columns: 30% minmax(0, 1fr);
  gap: 1.1rem;
  margin-inline: -1.25rem;
  padding: 1.75rem 1.25rem 1.9rem;
  background: var(--ink);
  color: var(--white);
}

.dress-prescription__accent > strong {
  font-size: clamp(3.7rem, 17vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.8;
}

.dress-prescription__accent span {
  color: rgba(255, 255, 255, 0.58);
}

.dress-prescription__accent p {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  line-height: 1.4;
}

.rsvp-form {
  display: grid;
  gap: 1.85rem;
}

.field {
  display: grid;
  gap: 0.55rem;
  min-width: 0;
}

.field > label,
.field legend,
.guest-count label {
  color: var(--soft-ink);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.field label > span {
  opacity: 0.7;
  text-transform: none;
}

.field input[type="text"],
.field select,
.field textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.field input[type="text"],
.field select {
  min-height: 3.25rem;
}

.field textarea {
  min-height: 6.5rem;
  padding: 0.85rem 0;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #7c7c75;
  opacity: 1;
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: calc(100% - 0.7rem) 50%, calc(100% - 0.35rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
}

.attendance-field {
  margin: 0;
  border: 0;
  padding: 0;
}

.choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.choice {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 3.3rem;
  border: 1px solid var(--ink);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 500;
}

.choice input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.choice span {
  pointer-events: none;
}

.choice:has(input:checked) {
  background: var(--ink);
  color: var(--white);
}

.field__error {
  min-height: 0.85rem;
  color: #8d1515;
  font-size: 0.7rem;
  line-height: 1.2;
}

.field.is-invalid input[type="text"],
.field.is-invalid .choice {
  border-color: #8d1515;
}

.guest-count.is-hidden {
  display: none;
}

.form-status {
  min-height: 1.2rem;
  color: #30302d;
  font-size: 0.82rem;
  line-height: 1.4;
}

.rsvp-form.is-sent .action {
  opacity: 0.54;
}

.invite-closing {
  border-top: 1px solid var(--hairline);
  padding-top: 1.25rem;
  padding-bottom: max(2rem, env(safe-area-inset-bottom));
}

.closing-art {
  height: min(118vw, 31rem);
}

.closing-art img {
  object-position: 50% 48%;
  scale: 1.03;
}

.closing-copy {
  padding: 4.8rem 0 1.5rem;
}

.closing-copy > p {
  margin-bottom: 1.3rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
}

.closing-copy > div {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--ink);
  margin-top: 3.6rem;
  padding-top: 0.75rem;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 1.1rem, 0);
  transition: opacity 650ms var(--ease), transform 750ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.noscript {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.85rem 1rem;
  background: #fff;
  color: #111;
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 340px) {
  .opening-copy h2,
  .section-title h2,
  .place-copy h2,
  .closing-copy h2 {
    font-size: 2.55rem;
  }

  .opening-note {
    padding-left: 10%;
  }

  .date-lockup strong {
    font-size: 3.25rem;
  }

  .dress-chapter > strong {
    font-size: 4.05rem;
  }

  .dress-chapter--right > strong {
    font-size: 3.25rem;
  }

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

@media (min-width: 431px) {
  .campaign-shell {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .story {
    height: 100svh;
  }

  .dress-story {
    height: var(--dress-motion-height);
  }

  .dress-story__sticky {
    position: relative;
    top: 0;
  }

  .scroll-cue {
    display: none;
  }

  .reveal,
  .final-lockup {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .final-lockup h1 span,
  .scroll-cue svg {
    animation: none !important;
  }
}
