/* ——————————————————————————————————————————————
   In Loving Memory of Karen Y. Coston
   Garden palette · sage, dusty rose, cream
   —————————————————————————————————————————————— */

:root {
  /* Garden palette */
  --cream: #f7f3ec;
  --cream-2: #efe8dc;
  --paper: #fbf8f2;
  --ink: #2f3a31;
  --ink-soft: #5a6359;
  --ink-mute: #8a8f86;

  --sage-50: #e9eee4;
  --sage-100: #d4ddca;
  --sage-300: #9bae8c;
  --sage-500: #6f8466;
  --sage-700: #4a5c46;

  --rose-50: #f6e6e0;
  --rose-200: #e6c4bb;
  --rose-400: #c98a82;
  --rose-600: #a8625d;

  --gold: #b8945a;

  --shadow-soft: 0 1px 2px rgba(60, 70, 55, 0.04), 0 8px 24px rgba(60, 70, 55, 0.06);
  --shadow-lift: 0 2px 4px rgba(60, 70, 55, 0.05), 0 18px 40px rgba(60, 70, 55, 0.08);

  --serif: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --hand: "Caveat", "Homemade Apple", cursive;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

/* —— Botanical paper background texture (very subtle) —— */
body {
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 12% 8%, rgba(155, 174, 140, 0.08), transparent 40%),
    radial-gradient(circle at 88% 92%, rgba(201, 138, 130, 0.07), transparent 45%),
    radial-gradient(circle at 90% 12%, rgba(184, 148, 90, 0.05), transparent 35%);
  background-attachment: fixed;
}

.page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

/* —— Type scale —— */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; margin: 0; }
h1 { font-size: clamp(48px, 7vw, 96px); line-height: 1.02; }
h2 { font-size: clamp(34px, 4.4vw, 56px); line-height: 1.1; }
h3 { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.25; }
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-500);
}
.hand {
  font-family: var(--hand);
  font-weight: 400;
  color: var(--rose-600);
  font-size: 1.4em;
  line-height: 1;
}
.serif-italic { font-style: italic; color: var(--ink-soft); }
.body { font-size: 19px; line-height: 1.7; color: var(--ink-soft); text-wrap: pretty; }

/* —— Section rhythm —— */
section { padding: 96px 0; }
section + section { border-top: 1px solid rgba(155, 174, 140, 0.18); }

/* —— Soft floral divider —— */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--sage-300);
  margin: 28px 0;
}
.divider::before, .divider::after {
  content: "";
  height: 1px;
  width: 80px;
  background: linear-gradient(to right, transparent, var(--sage-300), transparent);
}
.divider .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--rose-400);
  box-shadow: -14px 0 0 var(--sage-300), 14px 0 0 var(--sage-300);
}

/* ——————————————————————————————————————————————
   HERO
   —————————————————————————————————————————————— */
.hero {
  text-align: center;
  padding: 540px 0 80px;
  position: relative;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 -10vw 0;
  background-image: url("karen-hero-bg.jpeg");
  background-size: cover;
  background-position: center 28%;
  background-repeat: no-repeat;
  opacity: 0.28;
  filter: saturate(0.9) blur(1px);
  z-index: -2;
  pointer-events: none;
  mask-image: linear-gradient(180deg, #000 0%, #000 42%, rgba(0,0,0,0.55) 65%, transparent 90%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 42%, rgba(0,0,0,0.55) 65%, transparent 90%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(251,248,242,0.25) 0%, rgba(251,248,242,0.55) 60%, var(--paper) 100%);
  z-index: -1;
  pointer-events: none;
}
.hero .eyebrow { margin-bottom: 28px; }
.hero .name {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  white-space: nowrap;
  font-size: clamp(40px, 7vw, 96px);
}
.hero .eyebrow {
  margin-bottom: 28px;
}
.hero .nicknames {
  font-family: var(--hand);
  color: var(--rose-600);
  font-size: clamp(28px, 3vw, 36px);
  margin-top: 10px;
  line-height: 1;
}
.hero .dates {
  margin-top: 36px;
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 24px);
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: baseline;
  gap: 18px;
}
.hero .dates .sep {
  color: var(--rose-400);
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 2px;
}
.hero .tribute {
  margin: 56px auto 0;
  max-width: 720px;
  font-size: clamp(22px, 2.1vw, 28px);
  line-height: 1.5;
  font-style: italic;
  color: var(--ink);
  text-wrap: balance;
}
.hero .tribute::before, .hero .tribute::after {
  content: "“";
  font-family: var(--serif);
  color: var(--rose-200);
  font-size: 1.6em;
  line-height: 0;
  position: relative;
  top: 0.2em;
  margin: 0 0.1em;
}
.hero .tribute::after { content: "”"; }
.hero .signature {
  margin-top: 32px;
  font-family: var(--hand);
  font-size: 28px;
  color: var(--sage-500);
}

/* Featured photo above hero */
.featured-photo {
  width: 260px;
  height: 340px;
  margin: 0 auto 48px;
  border-radius: 4px;
  background: var(--cream-2);
  box-shadow: var(--shadow-lift);
  position: relative;
  overflow: hidden;
  transform: rotate(-1.5deg);
  padding: 10px 10px 36px;
  background: var(--paper);
}
.featured-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.featured-photo::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 80px;
  height: 22px;
  background: rgba(201, 138, 130, 0.25);
  border: 1px solid rgba(168, 98, 93, 0.2);
}
.featured-photo .ph {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(155, 174, 140, 0.10) 14px 15px),
    var(--cream);
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-500);
  text-align: center;
  padding: 12px;
}
.featured-photo .ph small {
  display: block;
  font-size: 9px;
  color: var(--ink-mute);
  margin-top: 8px;
  letter-spacing: 0.1em;
  text-transform: none;
  font-style: italic;
}

/* ——————————————————————————————————————————————
   PHOTO COLLAGE
   —————————————————————————————————————————————— */
.section-head {
  text-align: center;
  margin-bottom: 56px;
}
.section-head .eyebrow { margin-bottom: 14px; }
.section-head h2 { font-style: italic; font-weight: 300; }
.section-head .sub {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 19px;
  font-style: italic;
}

.collage {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
  margin-top: 24px;
}
.photo {
  background: var(--cream);
  border-radius: 3px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.photo:hover {
  transform: translateY(-3px) rotate(0deg) !important;
  box-shadow: var(--shadow-lift);
  z-index: 2;
}
.photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo > .cap {
  position: absolute;
  bottom: 10px;
  left: 12px;
  font-family: var(--hand);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.55);
  pointer-events: none;
}
.photo .frame {
  width: 100%;
  height: 100%;
  background:
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(155, 174, 140, 0.08) 16px 17px),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  text-align: center;
}
.photo .frame .label {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-500);
}
.photo .frame .caption {
  font-family: var(--hand);
  color: var(--rose-400);
  font-size: 22px;
  margin-top: 6px;
  line-height: 1;
}

/* Collage layout — varied sizes & gentle tilts */
.photo.p1  { grid-column: span 4; aspect-ratio: 4/5; transform: rotate(-1deg); }
.photo.p2  { grid-column: span 4; aspect-ratio: 1/1; transform: rotate(0.8deg); }
.photo.p3  { grid-column: span 4; aspect-ratio: 4/5; transform: rotate(-0.5deg); }
.photo.p4  { grid-column: span 5; aspect-ratio: 4/3; transform: rotate(0.4deg); }
.photo.p5  { grid-column: span 3; aspect-ratio: 3/4; transform: rotate(-1.2deg); }
.photo.p6  { grid-column: span 4; aspect-ratio: 1/1; transform: rotate(0.6deg); }
.photo.p7  { grid-column: span 3; aspect-ratio: 3/4; transform: rotate(-0.3deg); }
.photo.p8  { grid-column: span 6; aspect-ratio: 16/10; transform: rotate(0.4deg); }
.photo.p9  { grid-column: span 3; aspect-ratio: 3/4; transform: rotate(-0.8deg); }
.photo.p10 { grid-column: span 4; aspect-ratio: 4/5; transform: rotate(0.7deg); }
.photo.p11 { grid-column: span 4; aspect-ratio: 1/1; transform: rotate(-0.4deg); }
.photo.p12 { grid-column: span 4; aspect-ratio: 4/3; transform: rotate(0.3deg); }
.photo.p13 { grid-column: span 12; aspect-ratio: 21/9; transform: rotate(0deg); }

/* ——————————————————————————————————————————————
   INVITE / CELEBRATION OF LIFE
   —————————————————————————————————————————————— */
.invite-section { background: linear-gradient(180deg, transparent, rgba(214, 200, 180, 0.18) 50%, transparent); }

.invite {
  background: var(--paper);
  border: 1px solid rgba(155, 174, 140, 0.25);
  border-radius: 6px;
  padding: 72px 64px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  box-shadow: var(--shadow-lift);
}
.invite::before, .invite::after {
  content: "";
  position: absolute;
  width: 40px; height: 40px;
  border: 1px solid var(--sage-300);
}
.invite::before { top: 18px; left: 18px; border-right: none; border-bottom: none; }
.invite::after { bottom: 18px; right: 18px; border-left: none; border-top: none; }

.invite .hand-large {
  font-family: var(--hand);
  font-size: 44px;
  color: var(--rose-600);
  line-height: 1;
  margin-bottom: 14px;
}
.invite h2 {
  font-style: italic;
  font-weight: 300;
  margin-bottom: 8px;
}
.invite .for {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ink-soft);
  font-size: 22px;
  margin-bottom: 36px;
}
.invite-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin: 40px 0;
  text-align: center;
}
.invite-grid .item .label {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-500);
  margin-bottom: 12px;
}
.invite-grid .item .val {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
  color: var(--ink);
}
.invite-grid .item .val .small {
  display: block;
  font-size: 16px;
  color: var(--ink-soft);
  font-style: italic;
  margin-top: 4px;
}
.invite .address {
  margin-top: 24px;
  font-style: italic;
  color: var(--ink-soft);
}
.invite .address strong {
  display: block;
  font-style: normal;
  color: var(--ink);
  font-size: 22px;
  margin-bottom: 4px;
}
.invite .closing {
  margin-top: 40px;
  font-family: var(--hand);
  font-size: 26px;
  color: var(--sage-500);
  line-height: 1.3;
}
.invite .closing-sub {
  display: inline-block;
  margin-top: 6px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
  letter-spacing: 0.01em;
}

/* ——————————————————————————————————————————————
   ACCOMMODATIONS
   —————————————————————————————————————————————— */
.accommodation {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}
.accommodation .info h3 { font-style: italic; margin-bottom: 8px; }
.accommodation .info .hand { font-size: 30px; display: block; margin-bottom: 14px; }
.accommodation .info p { color: var(--ink-soft); margin: 0 0 18px; }
.accommodation .card {
  background: var(--paper);
  border: 1px solid rgba(155, 174, 140, 0.22);
  border-radius: 4px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
}
.accommodation .card .row {
  display: flex;
  flex-direction: column;
  padding: 14px 0;
  border-bottom: 1px solid rgba(155, 174, 140, 0.15);
}
.accommodation .card .row:last-child { border-bottom: none; }
.accommodation .card .row .k {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-500);
  margin-bottom: 4px;
}
.accommodation .card .row .v {
  font-family: var(--serif);
  font-size: 19px;
  color: var(--ink);
}
.accommodation .card .row .v a {
  color: var(--rose-600);
  text-decoration: none;
  border-bottom: 1px solid rgba(168, 98, 93, 0.3);
}
.accommodation .card .row .v a:hover { border-bottom-color: var(--rose-600); }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--sage-500);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-top: 20px;
}
.btn:hover { background: var(--sage-700); transform: translateY(-1px); }
.btn.ghost {
  background: transparent;
  color: var(--sage-700);
  border: 1px solid var(--sage-300);
}
.btn.ghost:hover { background: var(--sage-50); }
.btn.rose { background: var(--rose-600); }
.btn.rose:hover { background: #8a4f4a; }

/* ——————————————————————————————————————————————
   MEMORY WALL
   —————————————————————————————————————————————— */
.memory-section { background: linear-gradient(180deg, transparent, rgba(233, 238, 228, 0.5) 50%, transparent); }

.memory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 24px;
}
.memory {
  background: var(--paper);
  border: 1px solid rgba(155, 174, 140, 0.22);
  border-radius: 4px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  min-height: 240px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.memory:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.memory.reserved {
  background: repeating-linear-gradient(135deg, var(--paper) 0 16px, rgba(155, 174, 140, 0.06) 16px 17px);
  border-style: dashed;
  border-color: rgba(155, 174, 140, 0.4);
}
.memory.reserved .reserved-tag {
  font-family: var(--hand);
  color: var(--rose-400);
  font-size: 22px;
  margin-bottom: 10px;
}
.memory.reserved .reserved-text {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-500);
  margin-bottom: 16px;
}
.memory.reserved .placeholder-line {
  height: 8px;
  background: rgba(155, 174, 140, 0.18);
  border-radius: 2px;
  margin-bottom: 10px;
}
.memory.reserved .placeholder-line.short { width: 60%; }
.memory.reserved .placeholder-line.med { width: 85%; }

.memory .text {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
  font-style: italic;
  flex: 1;
  text-wrap: pretty;
}
.memory .text::before { content: "“"; font-size: 1.3em; color: var(--rose-200); margin-right: 0.05em; }
.memory .text::after { content: "”"; font-size: 1.3em; color: var(--rose-200); margin-left: 0.05em; }
.memory .meta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(155, 174, 140, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.memory .meta .author {
  font-family: var(--hand);
  font-size: 22px;
  color: var(--rose-600);
  line-height: 1;
}
.memory .meta .when {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.memory .photo-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 16px;
  border-radius: 3px;
  background:
    repeating-linear-gradient(135deg, transparent 0 14px, rgba(155, 174, 140, 0.10) 14px 15px),
    var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-500);
}

/* ——————————————————————————————————————————————
   SUBMIT FORM
   —————————————————————————————————————————————— */
.submit-form {
  max-width: 720px;
  margin: 64px auto 0;
  background: var(--paper);
  border: 1px solid rgba(155, 174, 140, 0.25);
  border-radius: 6px;
  padding: 48px;
  box-shadow: var(--shadow-soft);
}
.submit-form .form-head {
  text-align: center;
  margin-bottom: 32px;
}
.submit-form .form-head .hand {
  font-size: 36px;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}
.submit-form .form-head h3 {
  font-style: italic;
  font-weight: 300;
}
.submit-form .form-head p {
  color: var(--ink-soft);
  margin: 8px 0 0;
  font-style: italic;
  font-size: 17px;
}
.field { margin-bottom: 22px; }
.field label {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-500);
  margin-bottom: 8px;
  font-weight: 500;
}
.field input[type="text"],
.field textarea {
  width: 100%;
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(155, 174, 140, 0.3);
  border-radius: 3px;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  resize: vertical;
}
.field input[type="text"]:focus,
.field textarea:focus {
  border-color: var(--sage-500);
  background: var(--paper);
}
.field textarea { min-height: 140px; line-height: 1.55; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.dropzone {
  border: 2px dashed rgba(155, 174, 140, 0.45);
  border-radius: 4px;
  padding: 32px 24px;
  text-align: center;
  background: rgba(247, 243, 236, 0.5);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.dropzone:hover {
  border-color: var(--sage-500);
  background: rgba(233, 238, 228, 0.5);
}
.dropzone .icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--sage-50);
  border: 1px solid var(--sage-300);
  margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  color: var(--sage-700);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
}
.dropzone .label-main {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
  font-style: italic;
}
.dropzone .label-sub {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.dropzone.has-file {
  border-style: solid;
  border-color: var(--rose-400);
  background: rgba(246, 230, 224, 0.4);
}
.dropzone .filename {
  font-family: var(--hand);
  font-size: 22px;
  color: var(--rose-600);
  margin-top: 6px;
  word-break: break-all;
}

.form-actions { text-align: center; margin-top: 32px; }
.form-note {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: 14px;
  font-style: italic;
}

/* ——————————————————————————————————————————————
   FOOTER
   —————————————————————————————————————————————— */
footer {
  text-align: center;
  padding: 80px 0 60px;
  border-top: 1px solid rgba(155, 174, 140, 0.18);
  background: rgba(247, 243, 236, 0.4);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("karen-sunset.jpeg");
  background-size: cover;
  background-position: center 55%;
  background-repeat: no-repeat;
  opacity: 0.18;
  z-index: -2;
  pointer-events: none;
}
footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(247,243,236,0.55) 0%, rgba(247,243,236,0.35) 50%, rgba(247,243,236,0.65) 100%);
  z-index: -1;
  pointer-events: none;
}
footer .ocean-note {
  font-family: var(--hand);
  color: var(--rose-600);
  font-size: 26px;
  line-height: 1.3;
  max-width: 520px;
  margin: 0 auto 28px;
  text-wrap: balance;
}
footer .hand { font-size: 32px; display: block; margin-bottom: 14px; }
footer .epitaph {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink-soft);
  max-width: 540px;
  margin: 0 auto 32px;
  line-height: 1.5;
  text-wrap: balance;
}
footer .contact {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-mute);
  letter-spacing: 0.05em;
}
footer .contact strong {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0;
  margin-bottom: 4px;
  font-style: italic;
}
footer .contact a {
  color: var(--rose-600);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
footer .contact a:hover { border-bottom-color: var(--rose-600); }
footer .savings-note {
  margin-top: 32px;
  padding: 24px 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(246, 230, 224, 0.4);
  border-left: 2px solid var(--rose-400);
  border-radius: 2px;
  text-align: left;
}
footer .savings-note .h {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose-600);
  margin-bottom: 8px;
}
footer .savings-note .t {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.55;
}
footer .savings-note .t .hand-inline {
  font-family: var(--hand);
  font-style: normal;
  color: var(--rose-600);
  font-size: 22px;
}

/* ——————————————————————————————————————————————
   RESPONSIVE
   —————————————————————————————————————————————— */
@media (max-width: 880px) {
  section { padding: 64px 0; }
  .page { padding: 0 22px; }
  .invite { padding: 48px 28px; }
  .invite-grid { grid-template-columns: 1fr; gap: 28px; }
  .accommodation { grid-template-columns: 1fr; gap: 32px; }
  .memory-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .submit-form { padding: 32px 24px; }
  .collage { gap: 14px; }
  .photo.p1, .photo.p2, .photo.p3,
  .photo.p4, .photo.p5, .photo.p6,
  .photo.p7, .photo.p8, .photo.p9,
  .photo.p10, .photo.p11, .photo.p12 { grid-column: span 6; }
  .photo.p13 { grid-column: span 12; }
}

/* —— Subtle leaf flourish (CSS only, no SVG) —— */
.leaf-flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 24px;
  color: var(--sage-500);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
}
.leaf-flourish::before, .leaf-flourish::after {
  content: "";
  width: 64px; height: 1px;
  background: linear-gradient(to right, transparent, var(--sage-300), transparent);
}
