:root {
  --burgundy: #681527;
  --burgundy-dark: #3f0c18;
  --gold: #bd8529;
  --gold-light: #e3bd68;
  --cream: #fffaf0;
  --cream-deep: #f3ead8;
  --green: #204d32;
  --ink: #241b18;
  --muted: #675e58;
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", "Segoe UI", sans-serif;
  --shadow: 0 18px 55px rgba(62, 27, 15, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.65;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  background: var(--white);
  color: var(--burgundy);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  background:
    radial-gradient(circle at 10% 10%, rgba(189, 133, 41, 0.1), transparent 25%),
    var(--cream);
  box-shadow: 0 2px 14px rgba(38, 25, 17, 0.1);
}
.header-inner {
  display: flex;
  width: min(1440px, calc(100% - 48px));
  min-height: 148px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.brand {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.family-logo {
  width: 112px;
  height: 112px;
  flex: 0 0 auto;
  color: var(--green);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.75rem);
  font-weight: 700;
  letter-spacing: 0.015em;
}
.brand-copy > span {
  margin: 5px 0 8px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.75vw, 1.55rem);
  letter-spacing: 0.19em;
}
.brand-copy em {
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(0.82rem, 1.3vw, 1.14rem);
  font-weight: 600;
}
nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 34px); }
nav a {
  position: relative;
  padding: 10px 0;
  font-size: 0.73rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
nav a::after {
  position: absolute;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 2px;
  background: var(--burgundy);
  content: "";
  transition: left 180ms ease, right 180ms ease;
}
nav a:hover::after, nav a:focus-visible::after, nav a.active::after { right: 0; left: 0; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 6px; background: var(--burgundy); }

.hero {
  position: relative;
  display: grid;
  min-height: clamp(620px, calc(100svh - 148px), 790px);
  place-items: center;
  overflow: hidden;
  padding: 85px 24px 130px;
  background-image:
    linear-gradient(180deg, rgba(9, 20, 15, 0.25), rgba(10, 15, 10, 0.65)),
    url("assets/images/houston-skyline-hero.png");
  background-position: center;
  background-size: cover;
  color: var(--white);
  text-align: center;
}
.hero::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.06) 15%, rgba(12, 8, 5, 0.4) 100%);
  content: "";
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  padding: 34px 25px;
  animation: hero-in 900ms cubic-bezier(.2,.75,.25,1) both;
}
@keyframes hero-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 12px; font-family: var(--serif); line-height: 0.95; text-shadow: 0 3px 16px rgba(0,0,0,.55); }
h1 span {
  display: block;
  font-size: clamp(3.45rem, 8.4vw, 7.6rem);
  font-weight: 600;
  letter-spacing: 0.025em;
}
h1 strong {
  display: block;
  margin-top: 15px;
  color: #f0d08d;
  font-size: clamp(1.75rem, 4.3vw, 3.85rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}
.hero-ornament, .section-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--gold-light);
}
.hero-ornament span { width: min(260px, 27vw); height: 1px; background: var(--gold-light); }
.hero-tagline {
  margin: 10px 0 14px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  font-style: italic;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0,0,0,.85);
}
.event-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: clamp(0.78rem, 1.5vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.event-details span { display: flex; align-items: center; gap: 10px; }
.event-details b { color: var(--gold-light); }
.event-details i { width: 1px; height: 27px; background: var(--gold); }
.hero-actions { display: flex; justify-content: center; gap: 18px; margin-top: 27px; }
.button {
  display: inline-flex;
  min-width: 220px;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 7px;
  font-weight: 700;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); filter: brightness(1.08); }
.button-primary {
  background: linear-gradient(135deg, #8b142b, #5b0f20);
  box-shadow: 0 13px 34px rgba(45, 3, 13, .55);
  color: var(--white);
}
.button-secondary { background: linear-gradient(135deg, #c9912b, #a96d16); color: var(--white); }
.curved-divider {
  position: relative;
  z-index: 3;
  height: 46px;
  margin-top: -42px;
  border-top: 10px solid var(--burgundy);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--cream);
  box-shadow: inset 0 4px 0 var(--gold);
}

.welcome-section {
  position: relative;
  padding: 55px 0 80px;
  background:
    radial-gradient(circle at 4% 50%, rgba(189,133,41,.07), transparent 15%),
    radial-gradient(circle at 96% 50%, rgba(32,77,50,.06), transparent 15%),
    var(--cream);
}
.welcome-inner {
  display: grid;
  width: min(1160px, calc(100% - 48px));
  margin: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 55px;
}
h2 {
  margin-bottom: 10px;
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 1;
  text-transform: uppercase;
}
.welcome-copy { text-align: center; }
.welcome-copy p { max-width: 690px; margin: 18px auto 0; font-size: 1rem; }
.section-ornament span { width: 95px; height: 1px; background: var(--gold); }
.section-ornament { color: var(--gold); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature {
  min-height: 145px;
  padding: 5px 24px;
  border-left: 1px solid #decfb7;
  text-align: center;
}
.feature svg { width: 75px; height: 75px; margin: 0 auto 12px; color: var(--green); fill: currentColor; }
.feature:first-child svg { color: var(--burgundy); }
.feature:last-child svg { color: var(--gold); }
.feature .feature-accent { fill: var(--cream); stroke: var(--burgundy); stroke-width: 3px; }
.feature h3 {
  margin: 0;
  color: #98651a;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.purpose-section {
  padding: 105px 24px;
  background:
    linear-gradient(rgba(42,70,46,.93), rgba(24,59,38,.96)),
    url("assets/images/houston-skyline-hero.png") center 62% / cover;
  color: var(--white);
  text-align: center;
}
.content-narrow { width: min(800px, 100%); margin: auto; }
.eyebrow {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.purpose-section h2 { color: var(--white); }
.section-ornament.light span { background: var(--gold-light); }
.section-ornament.light { color: var(--gold-light); }
blockquote {
  margin: 30px 0 0;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-style: italic;
  line-height: 1.5;
}
.section-shell { width: min(1120px, calc(100% - 48px)); margin: auto; }
.reunion-section { padding: 110px 0; background: var(--cream-deep); }
.reunion-layout { display: grid; grid-template-columns: 1.1fr .65fr; align-items: center; gap: 90px; }
.reunion-layout > div:first-child p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.text-link { color: var(--burgundy); font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.date-card {
  padding: 45px 30px;
  border: 1px solid var(--gold);
  background: var(--burgundy);
  box-shadow: var(--shadow);
  color: var(--white);
  text-align: center;
}
.date-card span, .date-card small { letter-spacing: .18em; text-transform: uppercase; }
.date-card strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 6rem; line-height: 1; }
.date-card p { margin: 7px 0; font-family: var(--serif); font-size: 1.5rem; }

.gallery-section { padding: 110px 0; }
.section-heading { max-width: 700px; margin: 0 auto 45px; text-align: center; }
.section-heading p:last-child { color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 18px; }
.photo-placeholder {
  display: grid;
  min-height: 235px;
  place-items: center;
  border: 1px solid rgba(189,133,41,.4);
  background: linear-gradient(145deg, rgba(104,21,39,.83), rgba(32,77,50,.82));
  box-shadow: var(--shadow);
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.45rem;
}
.photo-placeholder.large { grid-row: span 2; min-height: 490px; }
.contact-section { padding: 100px 0; background: var(--green); color: var(--white); }
.contact-section h2 { color: var(--white); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.contact-card { display: flex; align-items: center; gap: 22px; padding: 32px; border: 1px solid rgba(227,189,104,.45); background: rgba(255,255,255,.06); }
.contact-card > span { color: var(--gold-light); font-size: 2rem; }
.contact-card h3, .contact-card p { margin-bottom: 2px; }
footer {
  display: flex;
  min-height: 85px;
  align-items: center;
  justify-content: space-between;
  padding: 20px max(24px, calc((100vw - 1120px)/2));
  background: var(--burgundy-dark);
  color: rgba(255,255,255,.78);
  font-size: .78rem;
}
footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1150px) {
  .header-inner { min-height: 125px; }
  .family-logo { width: 90px; height: 90px; }
  .brand-copy em { display: none; }
  nav { gap: 16px; }
  nav a { font-size: .64rem; }
  .hero { min-height: calc(100svh - 125px); }
}
@media (max-width: 900px) {
  .header-inner { width: min(100% - 32px, 800px); min-height: 105px; }
  .family-logo { width: 74px; height: 74px; }
  .brand-copy strong { font-size: 1.55rem; }
  .brand-copy > span { font-size: .85rem; }
  .menu-toggle { display: block; padding: 10px; }
  nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    background: var(--cream);
    box-shadow: 0 12px 20px rgba(30,15,10,.16);
    opacity: 0;
    transition: max-height 250ms ease, opacity 180ms ease;
  }
  nav.is-open { max-height: 430px; padding: 12px 24px 22px; opacity: 1; }
  nav a { padding: 12px 4px; font-size: .75rem; }
  nav a::after { display: none; }
  .hero { min-height: 680px; }
  .welcome-inner, .reunion-layout, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .welcome-inner { width: min(740px, calc(100% - 40px)); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .photo-placeholder.large { grid-column: 1 / -1; grid-row: auto; min-height: 400px; }
}
@media (max-width: 600px) {
  .header-inner { min-height: 92px; }
  .family-logo { width: 64px; height: 64px; }
  .brand { gap: 8px; }
  .brand-copy strong { font-size: 1.2rem; }
  .brand-copy > span { margin-bottom: 0; font-size: .63rem; letter-spacing: .15em; }
  .hero { min-height: 665px; padding: 65px 16px 100px; background-position: 55% center; }
  .hero-content { padding-inline: 0; }
  h1 span { font-size: clamp(2.65rem, 14vw, 4rem); letter-spacing: 0; }
  h1 strong { margin-top: 12px; font-size: 1.35rem; letter-spacing: .13em; line-height: 1.2; }
  .hero-tagline { margin-top: 16px; line-height: 1.15; }
  .event-details { gap: 10px; font-size: .66rem; letter-spacing: .03em; }
  .event-details span { gap: 5px; }
  .hero-actions { flex-direction: column; align-items: center; gap: 12px; }
  .button { width: min(285px, 100%); min-height: 56px; }
  .curved-divider { height: 35px; margin-top: -32px; }
  .welcome-section { padding-top: 40px; }
  .feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature { display: flex; min-height: auto; align-items: center; justify-content: center; gap: 18px; padding: 20px; border-top: 1px solid #decfb7; border-left: 0; }
  .feature svg { width: 58px; height: 58px; margin: 0; }
  .feature h3 { min-width: 110px; text-align: left; }
  .reunion-section, .gallery-section, .contact-section { padding: 80px 0; }
  .section-shell { width: calc(100% - 36px); }
  .date-card strong { font-size: 4.5rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .photo-placeholder, .photo-placeholder.large { min-height: 240px; grid-column: auto; }
  footer { align-items: flex-start; gap: 10px; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
