:root {
  --navy: #152840;
  --gold: #efb93e;
  --paper: #fffefa;
  --muted: #5e6974;
  --line: #d8dce0;
  --sky: #edf4f6;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--navy);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(3.5rem, 6vw, 6.4rem);
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(2.5rem, 4vw, 4.3rem);
  margin-bottom: 28px;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.35;
}
em {
  font-weight: 400;
  color: #ad7720;
}
small,
.small-note {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin: auto;
}
.section {
  padding-top: 110px;
  padding-bottom: 110px;
}
.eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.6;
  margin-bottom: 23px;
}
.demo-strip {
  background: var(--navy);
  color: white;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  padding: 8px 20px;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 48px;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
header nav {
  display: flex;
  gap: 30px;
  font-size: 0.875rem;
}
header nav a {
  text-decoration: none;
}
header nav a:hover {
  color: #9d6c10;
}
.monogram {
  font-family: Georgia, serif;
  font-size: 2rem;
  text-decoration: none;
  line-height: 1;
}
.monogram span {
  font-size: 1.2rem;
  color: #a9751d;
  padding: 0 5px;
}
.monogram small {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  margin-top: 8px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 23px;
  background: var(--navy);
  border: 1px solid var(--navy);
  color: white;
  text-decoration: none;
  font-size: 0.91rem;
  font-weight: 600;
  border-radius: 3px;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #29465e;
  transform: translateY(-2px);
}
.button.small {
  padding: 12px 20px;
}
.button.light {
  color: var(--navy);
  background: var(--gold);
  border-color: var(--gold);
}
.button.secondary {
  background: transparent;
  color: var(--navy);
}
.button.full {
  width: 100%;
  margin-top: 12px;
}
.text-link {
  display: inline-block;
  text-decoration: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  padding: 6px 0;
  font-size: 0.91rem;
  font-weight: 600;
}
.text-link:hover {
  color: #946714;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 25px;
  align-items: center;
  padding-top: 68px;
  padding-bottom: 66px;
  min-height: 700px;
}
.hero-copy {
  z-index: 1;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-copy .eyebrow:before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--gold);
}
.couple-name {
  font-family: Georgia, serif;
  font-size: 2rem;
  margin-bottom: 22px;
}
.couple-name span {
  font-style: italic;
  color: #a9751d;
}
.intro {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}
.intro strong {
  font-weight: 500;
  color: var(--navy);
}
.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin: 28px 0 36px;
}
.departure {
  display: flex;
  gap: 36px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  font-size: 0.85rem;
}
.departure small {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-bottom: 5px;
}
.hero-art {
  position: relative;
  align-self: stretch;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-art img {
  width: 100%;
  aspect-ratio: 1;
  mix-blend-mode: multiply;
}
.hero-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 65px #1528402b;
  background: var(--navy);
}
.round-stamp {
  position: absolute;
  top: 0;
  right: 0;
  width: 108px;
  height: 108px;
  border: 2px solid var(--gold);
  outline: 1px solid var(--gold);
  outline-offset: 5px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-size: 0.6rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
  transform: rotate(12deg);
  z-index: 2;
  background: #fffefaee;
}
.round-stamp strong {
  font-size: 2rem;
  font-family: Georgia, serif;
}
.art-caption {
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  color: var(--muted);
}
.ticket-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 27px 25px;
  background: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  overflow: hidden;
}
.route-line {
  font-weight: 400;
  font-size: 1.1rem;
  white-space: nowrap;
}
.ticket-date {
  border-left: 1px solid #15284055;
  padding-left: 45px;
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 45px;
}
.section-top h2 {
  margin-bottom: 0;
}
.section-top > p {
  max-width: 345px;
  color: var(--muted);
  margin-bottom: 5px;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.story-grid article .image-box {
  height: 290px;
  background: white;
  margin-bottom: 27px;
  border-bottom: 1px solid var(--line);
}
.image-box img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.story-grid .eyebrow {
  font-size: 0.68rem;
  margin-bottom: 13px;
}
.story-grid h3 {
  font-family: Georgia, serif;
  font-size: 1.4rem;
}
.story-grid article > p:last-child {
  color: var(--muted);
  font-size: 0.94rem;
}
.day-section {
  padding: 95px 0;
  background: var(--navy);
  color: white;
}
.day-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.day-section em {
  color: var(--gold);
}
.day-section .eyebrow {
  color: var(--gold);
}
.day-section .small-note {
  color: #b9c7d3;
  max-width: 400px;
  margin: 24px 0;
}
.schedule {
  list-style: none;
  padding: 0;
  margin: 0;
}
.schedule li {
  display: flex;
  gap: 32px;
  padding: 19px 0;
  border-bottom: 1px solid #ffffff30;
}
.schedule time {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 1.65rem;
}
.schedule h3 {
  font-size: 1.06rem;
  margin-bottom: 5px;
}
.schedule p {
  font-size: 0.9rem;
  color: #c7d0d9;
  margin: 0;
}
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.menu-grid img {
  mix-blend-mode: multiply;
  max-height: 510px;
  width: 100%;
}
.menu-course {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #9d6c10;
  margin: 23px 0 7px;
}
.menu-grid p:not(.eyebrow):not(.menu-course) {
  font-size: 0.95rem;
}
.rsvp-section {
  background: var(--sky);
  padding: 100px 0;
}
.rsvp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}
.rsvp-grid > div > img {
  width: 80%;
  max-height: 380px;
  margin-top: 45px;
  mix-blend-mode: multiply;
}
.form-card {
  background: white;
  padding: 35px 40px;
  box-shadow: 0 12px 40px #15284008;
  border-top: 5px solid var(--gold);
}
.form-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px dashed #bec8cf;
}
.form-title > span {
  font-family: Georgia, serif;
  font-size: 2rem;
}
.form-title small {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.demo-note {
  background: #faf6e9;
  font-size: 0.82rem;
  padding: 14px;
  margin: 20px 0;
  color: #63552b;
}
label {
  display: block;
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 16px;
}
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
  display: block;
  border: 1px solid #ccd3d9;
  border-radius: 3px;
  padding: 11px 12px;
  width: 100%;
  margin-top: 6px;
  background: #fff;
  color: var(--navy);
  min-width: 0;
  font-size: 1rem;
}
textarea {
  resize: vertical;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
fieldset {
  padding: 0;
  margin: 20px 0;
  border: 0;
}
legend {
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.radio {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.86rem;
}
.radio input,
.mission input {
  accent-color: var(--navy);
  width: 17px;
  height: 17px;
  flex: none;
  margin-top: 5px;
}
.two-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.consent {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 22px;
}
#rsvp-result h3 {
  font-family: Georgia, serif;
  font-size: 2rem;
  margin-top: 25px;
}
.games-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 25px;
  align-items: start;
}
.games-section {
  padding: 45px 0;
  background: #f4efe5;
}
.games-disclosure {
  border: 1px solid var(--line);
  background: #fffdf8;
}
.games-disclosure > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
}
.games-disclosure > summary::-webkit-details-marker { display: none; }
.games-disclosure > summary span { display: grid; gap: 4px; }
.games-disclosure > summary strong {
  font: 700 1.75rem/1.1 Georgia, serif;
  color: var(--navy);
}
.games-disclosure > summary small { color: var(--muted); }
.games-disclosure > summary b {
  flex: none;
  padding: 12px 18px;
  background: var(--navy);
  color: white;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.games-disclosure[open] > summary b::after { content: " ×"; }
.games-content {
  border-top: 1px solid var(--line);
  padding: 55px 32px 32px;
}
.game-card {
  border: 1px solid var(--line);
  padding: 28px;
}
.game-card h3 {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  margin: 20px 0;
}
.game-card > p {
  color: var(--muted);
  font-size: 0.91rem;
}
.game-number {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.mustard {
  background: var(--gold);
  border-color: var(--gold);
}
.mustard > p {
  color: #413c2c;
}
.mission {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px solid #15284025;
  margin: 0;
  font-size: 0.9rem;
}
.mustard img {
  mix-blend-mode: multiply;
  width: 100%;
  margin-top: 20px;
}
.game-card .button {
  font-size: 0.83rem;
  width: 100%;
  padding: 13px 12px;
}
.game-card select {
  font-size: 0.88rem;
}
.gallery-section {
  background: #f1f5f5;
  padding: 95px 0;
}
.postcards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 60px;
}
.postcards figure {
  margin: 0;
  background: white;
  padding: 14px 14px 20px;
  box-shadow: 0 6px 18px #1528400c;
  transform: rotate(-3deg);
}
.postcards figure:nth-child(2) {
  transform: rotate(3deg);
  margin-top: 20px;
}
.postcards figure:nth-child(3) {
  transform: rotate(-1deg);
}
.postcards img {
  aspect-ratio: 1;
  width: 100%;
}
.postcards figcaption {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 1rem;
  padding-top: 10px;
}
.memories-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 120px;
  align-items: center;
}
.memories-grid p {
  max-width: 510px;
}
.gift-block {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 30px;
}
.gift-block h3 {
  font-family: Georgia, serif;
  font-size: 1.5rem;
}
.newspaper-card {
  text-align: center;
  border: 1px solid var(--navy);
  outline: 1px solid var(--navy);
  outline-offset: -7px;
  padding: 33px 30px;
  background: #faf7ed;
  transform: rotate(2deg);
}
.newspaper-card .eyebrow {
  font-size: 0.6rem;
}
.newspaper-card h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.05;
  margin: 20px 0;
}
.newspaper-card img {
  height: 230px;
  width: 100%;
  mix-blend-mode: multiply;
}
.newspaper-card p {
  font-size: 0.9rem;
  margin: 15px 0;
}
.newspaper-card .text-link {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 10px auto 0;
  font-size: 0.78rem;
}
.closing {
  text-align: center;
  padding: 90px 24px;
  background: #f4e7c8;
}
.closing h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  margin: 15px 0 22px;
}
.closing p {
  margin-bottom: 24px;
}
footer {
  padding: 35px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer p,
footer > a:last-child {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0;
}
.brand {
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}
.brand span {
  font-family: Arial, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  font-weight: 400;
}
dialog {
  padding: 42px;
  border: 0;
  border-top: 5px solid var(--gold);
  color: var(--navy);
  max-width: 480px;
  width: calc(100% - 32px);
  box-shadow: 0 20px 100px #0004;
}
dialog::backdrop {
  background: #152840b0;
}
.close {
  position: absolute;
  right: 14px;
  top: 8px;
  border: 0;
  background: none;
  font-size: 2rem;
  color: var(--navy);
}
dialog h2 {
  font-size: 2.7rem;
}
.sheet-hero {
  padding: 65px 0 35px;
}
.sheet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.sheet-block {
  border-top: 2px solid var(--navy);
  padding: 26px 0;
  margin-bottom: 25px;
}
.sheet-block h3 {
  font-family: Georgia, serif;
  font-size: 1.8rem;
}
.sheet-block dt {
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 18px;
}
.sheet-block dd {
  margin: 3px 0 0;
}
.sheet-images img {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid var(--line);
}
.table-scroll {
  overflow: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.85rem;
}
td,
th {
  text-align: left;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
th {
  background: var(--navy);
  color: white;
}
.local-tools {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 25px 0;
}
.notice {
  padding: 20px;
  background: #fff4d7;
}
.sheet-end {
  margin-top: 55px;
  padding-bottom: 70px;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #b77f14;
  outline-offset: 4px;
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 56px);
  }
  header {
    padding: 20px 28px;
  }
  header nav {
    gap: 17px;
    font-size: 0.8rem;
  }
  .hero {
    min-height: 600px;
  }
  .hero-actions {
    gap: 15px;
  }
  .games-grid {
    grid-template-columns: 1fr 1fr;
  }
  .game-card:last-child {
    grid-column: 1/-1;
  }
  .day-grid,
  .rsvp-grid,
  .menu-grid {
    gap: 45px;
  }
  .memories-grid {
    gap: 60px;
  }
  .ticket-strip {
    gap: 20px;
  }
  .route-line {
    font-size: 0.8rem;
  }
  .story-grid {
    gap: 24px;
  }
  .image-box {
    height: 230px !important;
  }
  .departure {
    gap: 20px;
  }
  .form-card {
    padding: 28px;
  }
  .round-stamp {
    width: 85px;
    height: 85px;
    font-size: 0.5rem;
  }
  .round-stamp strong {
    font-size: 1.5rem;
  }
}
@media (max-width: 720px) {
  .games-disclosure > summary {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }
  .games-disclosure > summary strong { font-size: 1.45rem; }
  .games-content { padding: 42px 20px 20px; }
  .wrap {
    width: calc(100% - 40px);
  }
  .demo-strip {
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }
  header {
    padding: 18px 20px;
  }
  header nav {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: column;
    padding-top: 42px;
    padding-bottom: 32px;
    gap: 25px;
  }
  .hero-copy {
    width: 100%;
  }
  h1 {
    font-size: 3.65rem;
  }
  .couple-name {
    font-size: 1.7rem;
  }
  .intro br {
    display: none;
  }
  .hero-actions {
    margin: 25px 0;
  }
  .hero-actions .button {
    padding: 14px 18px;
  }
  .hero-actions .text-link {
    font-size: 0.82rem;
  }
  .departure {
    font-size: 0.78rem;
    gap: 20px;
  }
  .hero-art {
    width: 100%;
    max-width: 680px;
    margin: auto;
  }
  .hero-art img {
    max-height: 400px;
  }
  .round-stamp {
    right: 10px;
    top: 10px;
  }
  .eyebrow {
    font-size: 0.68rem;
  }
  .ticket-strip {
    font-size: 0.65rem;
    gap: 12px;
    padding: 22px 12px;
    letter-spacing: 0.08em;
  }
  .ticket-date {
    display: none;
  }
  .route-line {
    font-size: 0.65rem;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section-top {
    display: block;
    margin-bottom: 35px;
  }
  .section-top > p {
    margin-top: 24px;
    max-width: none;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .story-grid article {
    border-bottom: 1px solid var(--line);
    padding-bottom: 18px;
  }
  .story-grid article .image-box {
    height: 300px !important;
    margin-bottom: 20px;
  }
  .day-section,
  .rsvp-section,
  .gallery-section {
    padding: 65px 0;
  }
  .day-grid,
  .menu-grid,
  .rsvp-grid,
  .memories-grid,
  .sheet-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .day-grid h2 {
    font-size: 3rem;
  }
  .schedule li {
    gap: 25px;
  }
  .menu-grid img {
    max-height: 300px;
    grid-row: 2;
  }
  .rsvp-grid > div > img {
    display: none;
  }
  .form-card {
    padding: 25px 22px;
  }
  .games-grid {
    grid-template-columns: 1fr;
  }
  .game-card:last-child {
    grid-column: auto;
  }
  .game-card {
    padding: 25px;
  }
  .mustard img {
    max-height: 230px;
  }
  .postcards {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 400px;
    margin: 40px auto 0;
  }
  .postcards figure:nth-child(2) {
    margin-top: 0;
  }
  .memories-grid {
    gap: 45px;
  }
  .newspaper-card {
    margin: 0 8px;
  }
  .closing {
    padding: 65px 22px;
  }
  .closing .eyebrow {
    font-size: 0.64rem;
  }
  footer {
    padding: 28px 20px;
    flex-direction: column;
    text-align: center;
  }
  .sheet-hero h1 {
    font-size: 3rem;
  }
  .sheet-hero {
    padding-top: 40px;
  }
  .sheet-grid {
    gap: 10px;
  }
  dialog {
    padding: 35px 24px;
  }
  .two-fields {
    gap: 12px;
  }
  h2 {
    font-size: 2.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
.suppliers-section {
  background: #f3e4c7;
  padding: 7rem 0;
  color: #183f3d;
}
.supplier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #183f3d;
  border: 1px solid #183f3d;
  margin-top: 3rem;
}
.supplier-grid article {
  background: #fffaf0;
  padding: 2rem;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}
.supplier-grid article:nth-child(even) {
  background: #efcf78;
}
.supplier-grid span {
  font:
    700 0.72rem/1.2 Inter,
    sans-serif;
  letter-spacing: 0.16em;
  color: #b64d36;
}
.supplier-grid h3 {
  font-family: Fraunces, Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  margin: 0.55rem 0 1rem;
}
.supplier-grid p {
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0 0 1.25rem;
}
.supplier-grid strong {
  margin-top: auto;
  font:
    700 0.78rem/1.35 Inter,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 800px) {
  .supplier-grid {
    grid-template-columns: 1fr;
  }
  .supplier-grid article {
    min-height: auto;
  }
}
.paper-invitation-section {
  background: #183f3d;
  color: #fffaf0;
  padding: 7rem 0;
}
.paper-invitation-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  gap: 4rem;
  align-items: center;
}
.paper-invitation-copy h2 {
  color: #fffaf0;
}
.paper-invitation-copy p {
  font-size: 1.08rem;
  line-height: 1.65;
}
.paper-invitation-copy .small-note {
  color: #c9d5d0;
}
.paper-invitation-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  align-items: start;
}
.paper-invitation-preview figure {
  margin: 0;
}
.paper-invitation-preview img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}
.paper-invitation-preview figcaption {
  font:
    700 0.72rem/1 Inter,
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #efcf78;
  margin-top: 0.8rem;
  text-align: center;
}
@media (max-width: 900px) {
  .paper-invitation-grid {
    grid-template-columns: 1fr;
  }
  .paper-invitation-preview {
    max-width: 620px;
  }
}
.gift-plan {
  margin-top: 2rem;
  padding-top: 1.7rem;
  border-top: 1px solid #15284033;
}
.gift-plan h3 {
  font-family: Georgia, serif;
  font-size: 1.55rem;
}
.gift-plan-result {
  margin-top: 1rem;
}
.installment-list {
  margin: 0.8rem 0 1.2rem;
  padding-left: 1.25rem;
}
.installment-list li {
  margin: 0.35rem 0;
}
.whatsapp-section {
  padding: 7rem 0;
  background: #e9f6ef;
}
.whatsapp-section img {
  border-radius: 18px;
  box-shadow: 0 24px 60px #15284018;
}
.whatsapp-button {
  background: #187a48;
  border-color: #187a48;
}
.whatsapp-button:hover {
  background: #11663a;
}
.whatsapp-button span {
  font-size: 1.35rem;
  color: #fff;
}
.social-couple {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.social-couple h3 {
  font-family: Georgia, serif;
  font-size: 1.8rem;
}
.comic-section {
  padding: 7rem 0;
  background: #f4e7c8;
}
.comic-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 5rem;
  align-items: center;
}
.comic-grid figure {
  margin: 0;
}
.comic-grid figure img {
  width: 100%;
  box-shadow: 0 28px 70px #15284026;
  border: 1px solid #15284033;
}
.comic-grid figcaption {
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 1rem;
}
.comic-copy {
  position: sticky;
  top: 2rem;
}
@media (max-width: 900px) {
  .comic-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .comic-copy {
    position: static;
  }
  .whatsapp-section {
    padding: 4.5rem 0;
  }
}
