:root {
  --paper: #7fa9b9;
  --paper-warm: #8eb4c0;
  --paper-deep: #5f8fa4;
  --ink: #fffaf0;
  --ink-soft: rgba(255, 250, 240, 0.78);
  --night: #160f0b;
  --brick: #5c3022;
  --coffee: #2b1c13;
  --caramel: #c9904f;
  --sand: #d8ba82;
  --cream: #f5edd8;
  --olive: #6f7650;
  --olive-dark: #42472e;
  --blue: #245575;
  --orange: #bd5b24;
  --lime: #eef85a;
  --white: #fffaf0;
  --muted: rgba(255, 250, 240, 0.75);
  --line: rgba(255, 250, 240, 0.24);
  --shadow: 0 28px 90px rgba(22, 15, 11, 0.26);
  --sans: "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  --condensed: Impact, "Arial Black", "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(201, 221, 224, 0.5), transparent 28rem),
    radial-gradient(circle at 12% 78%, rgba(44, 98, 122, 0.24), transparent 24rem),
    radial-gradient(circle at 92% 8%, rgba(255, 250, 240, 0.18), transparent 18rem),
    linear-gradient(180deg, #7daabb 0%, #75a3b6 50%, #6a9aae 100%);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0.08em;
  min-height: 100vh;
}

body::before {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 250, 240, 0.36) 0 0.55px, transparent 0.8px),
    radial-gradient(circle at 72% 62%, rgba(22, 15, 11, 0.2) 0 0.7px, transparent 0.95px),
    repeating-linear-gradient(90deg, rgba(255, 250, 240, 0.08) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(0deg, rgba(22, 15, 11, 0.04) 0 1px, transparent 1px 5px);
  background-size: 5px 5px, 9px 9px, 31px 31px, 43px 43px;
  content: "";
  inset: 0;
  mix-blend-mode: overlay;
  opacity: 0.7;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

body::after {
  background-image:
    url("data:image/svg+xml,%3Csvg width='860' height='760' viewBox='0 0 860 760' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fffaf0' font-family='Arial, Helvetica, sans-serif' font-size='16' font-weight='800' letter-spacing='0'%3E%3Ctext x='14' y='42'%3EBEFORE THE VOWS%3C/text%3E%3Ctext x='128' y='74'%3ERSVP REQUIRED%3C/text%3E%3Ctext x='610' y='44'%3EH GALLERY%3C/text%3E%3Ctext x='14' y='156'%3EHOST PARTNERS%3C/text%3E%3Ctext x='690' y='166'%3EASK ANYTHING%3C/text%3E%3Ctext x='24' y='462'%3EFREE ENTRY%3C/text%3E%3Ctext x='590' y='454'%3ECOUPLES ONLY%3C/text%3E%3Ctext x='468' y='612'%3E15-16 AUG 2026%3C/text%3E%3Ctext x='672' y='634'%3E03-08 PM%3C/text%3E%3Ctext x='14' y='650'%3EH GALLERY PENTHOUSE%3C/text%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(105deg, transparent 0 30%, rgba(255, 250, 240, 0.12) 30.08%, transparent 30.45%),
    radial-gradient(ellipse at 50% 0%, rgba(255, 250, 240, 0.16), transparent 34rem);
  background-repeat: repeat;
  background-size: 860px 760px, auto, auto;
  content: "";
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

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

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

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

main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(239, 237, 228, 0.78);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 64px;
  padding: 14px clamp(18px, 4vw, 54px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.wordmark,
.site-header nav,
.section-label,
.event-meta,
.details-strip,
.submit-button,
.site-footer,
legend,
label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.wordmark {
  color: var(--ink);
}

.site-header nav {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
}

.site-header a:hover,
.site-footer a:hover {
  color: var(--white);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 82px);
  grid-template-columns: minmax(280px, 0.74fr) minmax(320px, 0.96fr);
  min-height: calc(100vh - 64px);
  padding: clamp(34px, 6vw, 86px) clamp(18px, 6vw, 92px);
}

.hero-poster {
  filter: drop-shadow(var(--shadow));
  justify-self: center;
  max-width: 520px;
  position: relative;
}

.hero-poster::before,
.hero-poster::after,
.about::before,
.rsvp::after {
  border: 2px solid rgba(255, 250, 240, 0.22);
  content: "";
  pointer-events: none;
  position: absolute;
}

.hero-poster::before {
  border-radius: 54% 46% 40% 60%;
  height: 42%;
  left: -8%;
  top: 12%;
  transform: rotate(-12deg);
  width: 36%;
}

.hero-poster::after {
  border-radius: 50%;
  bottom: 7%;
  height: 17%;
  right: -7%;
  width: 21%;
}

.hero-poster img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.hero-poster img {
  border: 1px solid rgba(255, 250, 240, 0.32);
}

.hero-copy {
  max-width: 760px;
}

.overline {
  color: var(--ink-soft);
  font-size: clamp(0.74rem, 1.4vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.34em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  color: var(--lime);
  font-family: var(--condensed);
  font-size: clamp(3.4rem, 9.2vw, 8.2rem);
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 0.86;
  margin: 0 0 26px;
  text-shadow:
    -2px 0 0 rgba(34, 24, 18, 0.6),
    2px 2px 0 rgba(255, 252, 244, 0.78),
    0 14px 32px rgba(34, 24, 18, 0.14);
  text-transform: uppercase;
  transform: skew(-4deg);
}

h1 span {
  display: block;
}

.event-meta {
  color: var(--ink);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 24px;
}

.event-meta span {
  white-space: nowrap;
}

.event-meta span + span::before {
  content: "·";
  margin-right: 14px;
}

.intro,
.about > p,
.hook-note,
.rsvp-intro p,
.note-grid p {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.17rem);
  letter-spacing: 0.03em;
  line-height: 1.75;
  text-transform: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button,
.submit-button {
  align-items: center;
  border: 1px solid rgba(255, 250, 240, 0.5);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary,
.submit-button {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--night);
}

.button-secondary {
  background: rgba(255, 250, 240, 0.08);
  color: var(--ink);
}

.details-strip {
  background: rgba(255, 250, 240, 0.07);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.details-strip div {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 28px clamp(18px, 4vw, 54px);
}

.details-strip div + div {
  border-left: 1px solid var(--line);
}

.details-strip span {
  color: var(--white);
  font-size: 0.74rem;
}

.details-strip strong {
  color: var(--ink);
  font-size: clamp(0.95rem, 1.8vw, 1.28rem);
}

.question-hook {
  margin: 0 auto;
  max-width: 1280px;
  padding: clamp(46px, 8vw, 108px) clamp(18px, 5vw, 64px);
  position: relative;
}

.question-hook::before {
  background:
    radial-gradient(circle at 24% 22%, rgba(238, 248, 90, 0.18), transparent 0 16%),
    radial-gradient(circle at 82% 68%, rgba(255, 250, 240, 0.18), transparent 0 20%);
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 49% 51% 54% 46%;
  content: "";
  height: 220px;
  left: 5%;
  position: absolute;
  top: 68px;
  transform: rotate(-10deg);
  width: 300px;
  z-index: -1;
}

.hook-frame {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 1.08fr);
  padding: clamp(34px, 6vw, 72px) 0;
  position: relative;
}

.hook-frame::after {
  background: var(--orange);
  border: 1px solid rgba(255, 250, 240, 0.3);
  border-radius: 50%;
  content: "";
  height: 18px;
  position: absolute;
  right: 18%;
  top: -10px;
  width: 18px;
}

.question-hook .section-label {
  grid-column: 1 / -1;
  margin: 0;
}

.question-hook h2 {
  align-self: start;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 0.98;
  margin: 0;
  max-width: 620px;
  text-transform: none;
}

.question-wall {
  display: grid;
  gap: 10px;
}

.question-wall p {
  background: rgba(255, 250, 240, 0.08);
  border: 1px solid rgba(255, 250, 240, 0.2);
  color: var(--ink);
  font-size: clamp(0.98rem, 1.4vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.45;
  margin: 0;
  padding: 16px 18px;
  text-transform: none;
}

.question-wall p:nth-child(2n) {
  margin-left: clamp(0px, 4vw, 54px);
}

.question-wall p:nth-child(3n) {
  border-color: rgba(238, 248, 90, 0.42);
}

.hook-note {
  grid-column: 2;
  margin: -18px 0 0;
  max-width: 720px;
}

.location-note,
.about,
.event-flow,
.host-partners,
.rsvp {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 64px);
  position: relative;
}

.location-note {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px clamp(24px, 5vw, 58px);
  grid-template-columns: 0.72fr 1.2fr auto;
  padding-bottom: clamp(34px, 6vw, 68px);
  padding-top: clamp(44px, 7vw, 82px);
}

.location-note::before {
  background: var(--lime);
  border-radius: 999px;
  bottom: clamp(18px, 3vw, 32px);
  content: "";
  height: 9px;
  left: clamp(18px, 5vw, 64px);
  position: absolute;
  transform: rotate(5deg);
  width: 78px;
}

.location-note h2 {
  color: var(--lime);
  font-family: var(--condensed);
  font-size: clamp(2.4rem, 5.8vw, 5.8rem);
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 0.9;
  margin: 0;
  text-shadow:
    -1px 0 0 rgba(34, 24, 18, 0.5),
    2px 2px 0 rgba(255, 252, 244, 0.72);
  transform: skew(-4deg);
}

.location-note p:not(.section-label) {
  color: var(--ink);
  font-size: clamp(0.98rem, 1.5vw, 1.22rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
  text-transform: none;
}

.map-link {
  align-items: center;
  border: 1px solid rgba(255, 250, 240, 0.44);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.18em;
  min-height: 48px;
  padding: 14px 18px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.map-link:hover {
  background: rgba(255, 250, 240, 0.12);
  transform: translateY(-2px);
}

.about {
  overflow: hidden;
}

.about::before {
  border-radius: 48% 52% 62% 38%;
  height: 190px;
  right: 7%;
  top: 70px;
  transform: rotate(16deg);
  width: 250px;
}

.blob {
  border-radius: 43% 57% 61% 39%;
  filter: blur(0.1px);
  opacity: 0.84;
  position: absolute;
  z-index: -1;
}

.blob-olive {
  background: var(--olive-dark);
  height: 300px;
  left: -90px;
  top: 40px;
  transform: rotate(-21deg);
  width: 230px;
}

.section-label {
  color: var(--white);
  margin-bottom: 18px;
}

h2 {
  color: var(--ink);
  font-size: clamp(2rem, 5.4vw, 5.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 900px;
  text-transform: uppercase;
}

.note-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.note-grid article {
  background: rgba(255, 250, 240, 0.08);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 24px;
}

.event-flow {
  padding-top: clamp(20px, 5vw, 54px);
}

.flow-list {
  display: grid;
  gap: 16px;
  grid-template-columns: 0.95fr 0.82fr 1.18fr;
}

.flow-list article {
  background:
    linear-gradient(155deg, rgba(255, 250, 240, 0.11), rgba(44, 98, 122, 0.22)),
    rgba(255, 250, 240, 0.07);
  border: 1px solid var(--line);
  border-radius: 2px;
  min-height: 250px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.flow-list article::after {
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 50%;
  bottom: -28px;
  content: "";
  height: 92px;
  position: absolute;
  right: -22px;
  width: 120px;
}

.flow-list span {
  color: var(--white);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.flow-list p {
  color: var(--muted);
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  line-height: 1.68;
  margin: 0;
  text-transform: none;
}

h3 {
  color: var(--white);
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: 0.34fr 1fr;
  margin-bottom: 34px;
}

.host-intro {
  align-items: end;
  display: grid;
  gap: clamp(24px, 5vw, 72px);
  grid-template-columns: minmax(220px, 0.42fr) minmax(320px, 0.88fr);
  margin-bottom: clamp(32px, 6vw, 74px);
  min-height: 360px;
  overflow: hidden;
  padding: clamp(24px, 5vw, 56px) 0;
  position: relative;
}

.host-intro::before {
  background:
    radial-gradient(circle at 38% 34%, rgba(238, 248, 90, 0.16), transparent 0 24%),
    linear-gradient(145deg, rgba(111, 118, 80, 0.52), rgba(209, 197, 175, 0.26));
  border-radius: 58% 42% 48% 52%;
  content: "";
  height: 260px;
  left: 9%;
  opacity: 0.82;
  position: absolute;
  top: 48px;
  transform: rotate(-14deg);
  width: 320px;
  z-index: -1;
}

.host-intro::after {
  border-bottom: 1px solid rgba(255, 250, 240, 0.22);
  border-left: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: 0 0 0 120px;
  content: "";
  height: 210px;
  position: absolute;
  right: 3%;
  top: 18px;
  transform: rotate(-6deg);
  width: 52%;
  z-index: -1;
}

.host-index {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 270px;
  position: relative;
}

.host-index::after {
  background: var(--orange);
  border: 1px solid rgba(255, 250, 240, 0.26);
  border-radius: 50%;
  bottom: 28px;
  content: "";
  height: 18px;
  left: 118px;
  position: absolute;
  width: 18px;
}

.host-index span {
  color: var(--ink-soft);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.9;
  text-transform: uppercase;
}

.host-index span:first-of-type {
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  letter-spacing: 0.03em;
  line-height: 0.92;
  margin: 18px 0 20px;
}

.host-copy {
  max-width: 760px;
  position: relative;
}

.host-copy h2 {
  color: var(--ink);
  font-size: clamp(2.25rem, 3.8vw, 4.65rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 22px;
  max-width: 720px;
}

.host-copy h2::first-line {
  color: var(--white);
}

.host-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin: 0;
  max-width: 650px;
  text-transform: none;
}

.partner-name-list {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  counter-reset: partner;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.partner-name-list li {
  background: rgba(255, 250, 240, 0.06);
  border-top: 1px solid var(--line);
  min-height: 128px;
  padding: 0;
  position: relative;
}

.partner-name-list li:nth-child(-n + 3) {
  border-top: 0;
}

.partner-name-list li:not(:nth-child(3n)) {
  border-right: 1px solid var(--line);
}

.partner-card {
  align-items: center;
  display: grid;
  gap: 8px 16px;
  grid-template-columns: 68px 38px 1fr;
  grid-template-rows: auto auto;
  min-height: 128px;
  padding: 24px;
  transition: background 180ms ease, transform 180ms ease;
}

.partner-card:hover {
  background: rgba(255, 250, 240, 0.12);
  transform: translateY(-2px);
}

.partner-card img {
  aspect-ratio: 1;
  border: 1px solid rgba(255, 250, 240, 0.72);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(22, 15, 11, 0.18);
  grid-row: 1 / 3;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.partner-card span {
  color: rgba(255, 250, 240, 0.58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-weight: 400;
  grid-row: 1 / 3;
  letter-spacing: 0.08em;
}

.partner-card strong {
  align-self: end;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.14;
  text-transform: none;
}

.partner-card em {
  align-self: start;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.rsvp {
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: minmax(270px, 0.52fr) minmax(320px, 1fr);
}

.rsvp::after {
  border-radius: 46% 54% 49% 51%;
  bottom: 20px;
  height: 130px;
  left: 2%;
  transform: rotate(-8deg);
  width: 220px;
}

.whatsapp-contact {
  align-items: center;
  background: rgba(255, 250, 240, 0.1);
  border: 1px solid rgba(255, 250, 240, 0.34);
  display: grid;
  gap: 3px 12px;
  grid-template-columns: 42px 1fr;
  margin-top: 28px;
  padding: 14px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.whatsapp-contact:hover {
  background: rgba(255, 250, 240, 0.16);
  border-color: var(--lime);
  transform: translateY(-2px);
}

.whatsapp-contact > span {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  color: #102b1a;
  display: flex;
  font-size: 0.67rem;
  font-weight: 900;
  grid-row: 1 / 3;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  width: 42px;
}

.whatsapp-contact strong {
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: none;
}

.whatsapp-contact em {
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: none;
}

.rsvp-form {
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.11), rgba(44, 98, 122, 0.24)),
    rgba(255, 250, 240, 0.08);
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  padding: clamp(20px, 4vw, 34px);
}

.hidden-field {
  display: none;
}

label,
fieldset {
  color: var(--ink);
  display: grid;
  gap: 9px;
}

.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  background: rgba(255, 252, 244, 0.82);
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 2px;
  color: var(--coffee);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  resize: vertical;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px;
}

legend {
  color: var(--white);
  padding: 0 8px;
}

fieldset label {
  align-items: center;
  display: flex;
  font-size: 0.72rem;
  gap: 8px;
  letter-spacing: 0.16em;
}

fieldset input {
  min-height: auto;
  width: auto;
}

.submit-button {
  border: 0;
  width: 100%;
}

.form-message {
  color: var(--white);
  letter-spacing: 0.08em;
  margin: 0;
  min-height: 1.5em;
  text-transform: none;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  display: flex;
  font-size: 0.74rem;
  justify-content: space-between;
  letter-spacing: 0.16em;
  padding: 22px clamp(18px, 4vw, 54px);
  text-transform: uppercase;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border: 1px solid rgba(255, 255, 255, 0.72);
  bottom: max(18px, env(safe-area-inset-bottom));
  box-shadow: 0 14px 36px rgba(22, 15, 11, 0.28);
  color: #102b1a;
  display: flex;
  font-size: 0.72rem;
  font-weight: 900;
  gap: 9px;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 8px 15px 8px 8px;
  position: fixed;
  right: 18px;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
  z-index: 20;
}

.whatsapp-float:hover {
  box-shadow: 0 18px 44px rgba(22, 15, 11, 0.34);
  transform: translateY(-2px);
}

.whatsapp-float > span {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  font-size: 0.62rem;
  height: 32px;
  justify-content: center;
  letter-spacing: 0;
  width: 32px;
}

.success-page {
  align-items: center;
  display: flex;
  min-height: 100vh;
}

.success-shell {
  align-items: center;
  display: grid;
  gap: clamp(28px, 7vw, 86px);
  grid-template-columns: minmax(240px, 420px) minmax(280px, 620px);
  margin: 0 auto;
  max-width: 1120px;
  padding: clamp(28px, 7vw, 88px);
}

.success-shell img {
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
}

:focus-visible {
  outline: 3px solid rgba(238, 248, 90, 0.44);
  outline-offset: 3px;
}

@media (max-width: 920px) {
  .hero,
  .rsvp,
  .location-note,
  .host-intro,
  .hook-frame,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-poster {
    max-width: 430px;
  }

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

  .host-intro::after {
    width: 78%;
  }

  .hook-note {
    grid-column: 1;
    margin-top: 0;
  }

  .details-strip,
  .note-grid,
  .flow-list,
  .partner-name-list {
    grid-template-columns: 1fr;
  }

  .details-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .partner-name-list li,
  .partner-name-list li:nth-child(-n + 3) {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .partner-name-list li:first-child {
    border-top: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .site-header nav {
    font-size: 0.68rem;
    justify-content: space-between;
    width: 100%;
  }

  .hero {
    padding-top: 28px;
  }

  .event-meta {
    gap: 6px 0;
  }

  .event-meta span {
    width: 100%;
  }

  .event-meta span + span::before {
    content: "";
    margin-right: 0;
  }

  .question-wall p:nth-child(2n) {
    margin-left: 0;
  }

  h1 {
    font-size: clamp(3.45rem, 18vw, 5.65rem);
  }

  h2 {
    font-size: 2.45rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .location-note {
    align-items: start;
  }

  .map-link {
    width: 100%;
  }

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

  fieldset {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .success-shell {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    border-radius: 50%;
    bottom: max(14px, env(safe-area-inset-bottom));
    height: 52px;
    min-height: 52px;
    padding: 8px;
    right: 14px;
    width: 52px;
  }

  .whatsapp-float > span {
    height: 34px;
    width: 34px;
  }

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

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