:root { --deep: var(--navy-deep); }
body { background: var(--paper); color: var(--body); }

/* Hero */
.meet-hero { padding: clamp(3.5rem, 6vw, 5rem) 0; background: radial-gradient(circle at 85% 10%, rgba(169, 130, 53, .12), transparent 30rem), linear-gradient(135deg, var(--paper) 0%, var(--cream) 100%); border-bottom: 1px solid var(--line-soft); text-align: center; overflow: hidden; }
.page-eyebrow { margin: 0 0 1rem; color: var(--gold-deep); font: 700 .74rem/1.3 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.meet-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(2.1rem, 3.8vw, 3.5rem); line-height: 1.14; }
.hero-ornament { display: flex; align-items: center; gap: 14px; width: min(280px, 68%); margin: 1.8rem auto 0; color: var(--gold); }
.hero-ornament span { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--gold-soft)); }
.hero-ornament span:last-child { background: linear-gradient(90deg, var(--gold-soft), transparent); }
.hero-ornament b { width: 9px; height: 9px; flex: 0 0 auto; overflow: hidden; border: 1px solid var(--gold); background: var(--paper); font-size: 0; transform: rotate(45deg); }

/* Introduction */
.introduction { padding: clamp(4rem, 7vw, 6rem) 0 clamp(3rem, 6vw, 5rem); }
.intro-shell { width: min(1080px, calc(100% - 2rem)); margin-inline: auto; display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.intro-photo { position: relative; max-width: 380px; padding: 12px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-book); }
.intro-photo img { position: relative; display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; border-radius: 6px; }
.intro-copy .story-label { margin-bottom: .9rem; }
.intro-copy h2 { margin: 0 0 .6rem; font-size: clamp(2rem, 3.2vw, 2.9rem); line-height: 1.14; }
.intro-role { margin: 0 0 1.4rem; color: var(--gold-deep); font: 700 .78rem/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.intro-role::after { content: ""; display: block; width: 48px; height: 1px; margin-top: 18px; background: var(--gold); }
.intro-copy p:last-child { margin: 0; font-size: clamp(1.02rem, 1.35vw, 1.12rem); line-height: 1.85; color: var(--text-soft); }

/* Story */
.story { padding: 0 0 clamp(4rem, 7vw, 6.5rem); }
.story-shell { width: min(780px, calc(100% - 2rem)); margin-inline: auto; }
.story-section { padding: clamp(2.2rem, 4vw, 3rem) 0; border-bottom: 1px solid var(--line-soft); }
.story-section:first-child { padding-top: 0; }
.story-section:last-of-type { border-bottom: 0; }
.story-label { display: block; margin-bottom: .8rem; color: var(--gold-deep); font: 700 .72rem/1.3 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.story-section h2 { margin: 0 0 1.1rem; font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.24; }
.story-section p { margin: 0; font-size: clamp(1rem, 1.25vw, 1.09rem); line-height: 1.85; color: var(--text-soft); }
.story-section p + p { margin-top: 1rem; }
.story-section strong { color: var(--navy); }

/* Closing invitation */
.final-invitation { padding: clamp(3.6rem, 6vw, 5rem) 0; text-align: center; background: radial-gradient(circle at 50% 0, rgba(169, 130, 53, .12), transparent 30rem), var(--navy-deep); color: #fff; }
.final-invitation .page-eyebrow { color: var(--gold-soft); }
.final-invitation h2 { max-width: 760px; margin: 0 auto 1.1rem; color: var(--cream); font-size: clamp(1.8rem, 2.9vw, 2.5rem); line-height: 1.2; }
.final-invitation p { max-width: 680px; margin: 0 auto 1.8rem; color: rgba(244, 239, 228, .8); font-size: 1.04rem; line-height: 1.75; }
.final-invitation .button { background: var(--gold-deep); border-color: var(--gold-deep); color: #fff; }
.final-invitation .button:hover { background: var(--gold); border-color: var(--gold); }
.final-invitation .button.button-outline { background: transparent; border-color: rgba(216, 197, 154, .55); color: var(--cream); }
.final-invitation .button.button-outline:hover { background: rgba(216, 197, 154, .12); border-color: var(--gold-soft); }
.site-footer { margin-top: 0; }

@media (max-width: 820px) {
  .intro-shell { grid-template-columns: 1fr; gap: 2.5rem; }
  .intro-photo { width: min(390px, 90%); margin-inline: auto; }
  .intro-copy { text-align: center; }
  .intro-role::after { margin-inline: auto; }
}
@media (max-width: 760px) {
  .story-section { padding: 2.2rem 0; }
  .final-invitation .button-row { flex-direction: column; align-items: center; }
}
