:root {
  --paper: #f5f0e8;
  --ink: #15120f;
  --muted: #766e65;
  --taupe: #bba98f;
  --soft: #e6d8c4;
  --cream: #fffaf2;
  --black: #070605;
  --border: rgba(21, 18, 15, .14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px clamp(18px, 4vw, 54px);
  color: white;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease, color .25s ease;
}
.site-header.scrolled {
  background: rgba(245, 240, 232, .92);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 40px rgba(0,0,0,.06);
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--ink);
}
.brand img { width: 152px; height: auto; filter: brightness(0) invert(1); transition: filter .25s ease; }
.site-header.scrolled .brand img { filter: none; }
.nav { display: flex; gap: 26px; align-items: center; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.nav a { opacity: .82; }
.nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid currentColor; padding: 10px 16px; border-radius: 999px; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92); }
.hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.16), rgba(0,0,0,.65)); }
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  padding: 0 clamp(22px, 6vw, 80px) 90px;
}
.eyebrow { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; margin: 0 0 18px; color: rgba(255,255,255,.82); }
.eyebrow.dark { color: var(--muted); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; margin: 0; }
h1 { font-size: clamp(52px, 8vw, 106px); max-width: 980px; }
h2 { font-size: clamp(38px, 5vw, 72px); letter-spacing: -.04em; }
h3 { font-size: 34px; }
.lede { max-width: 620px; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; transition: transform .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.58); color: white; }
.button-dark { background: var(--ink); color: white; }

.section { max-width: var(--max); margin: 0 auto; padding: 110px clamp(20px, 4vw, 42px); }
.section-label { color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; margin-bottom: 24px; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 54px; align-items: end; }
.intro-grid p { color: var(--muted); line-height: 1.8; font-size: 18px; margin: 0; }
.feature-strip { padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { background: rgba(255,255,255,.38); border: 1px solid var(--border); padding: 30px; min-height: 220px; }
.feature-card span { color: var(--taupe); letter-spacing: .18em; font-size: 12px; }
.feature-card h3 { margin-top: 34px; font-size: 30px; }
.feature-card p { color: var(--muted); line-height: 1.65; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { max-width: 760px; }
.section-heading.centered { display: block; text-align: center; max-width: 770px; margin-inline: auto; }
.section-heading.centered p:last-child { color: var(--muted); font-size: 18px; line-height: 1.6; }
.text-link { color: var(--ink); border-bottom: 1px solid currentColor; padding-bottom: 4px; white-space: nowrap; }

.masonry-gallery { columns: 3 260px; column-gap: 18px; }
.masonry-gallery img { width: 100%; margin: 0 0 18px; border-radius: 2px; break-inside: avoid; background: var(--soft); }

.prewedding-card {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 34px;
  align-items: center;
  border: 1px solid var(--border);
  background: var(--cream);
  padding: 34px;
  margin-bottom: 22px;
}
.prewedding-card p { color: var(--muted); line-height: 1.65; }
.price-block { border-left: 1px solid var(--border); padding-left: 34px; }
.price-block span, .price-block small { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; }
.price-block strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 54px; font-weight: 400; margin: 8px 0; }
.package-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.package-card { background: rgba(255,255,255,.48); border: 1px solid var(--border); padding: 34px; }
.package-card.featured { background: #efe1cc; }
.package-card.premium { background: var(--ink); color: white; grid-column: span 2; }
.package-number { color: var(--muted); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; margin: 0 0 16px; }
.premium .package-number, .premium .package-meta { color: rgba(255,255,255,.65); }
.package-meta { color: var(--muted); margin: 12px 0 22px; }
.package-price { display: block; font-size: 18px; margin-bottom: 22px; }
ul { padding-left: 20px; margin: 0; }
li { margin: 10px 0; line-height: 1.55; }
.addons { margin-top: 22px; padding: 34px; border: 1px solid var(--border); background: rgba(255,255,255,.38); }
.addons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 24px 0; }
.addons-grid div { background: var(--cream); padding: 20px; border: 1px solid var(--border); }
.addons-grid span { display: block; margin-top: 8px; color: var(--muted); }
.addons p { color: var(--muted); line-height: 1.6; }

.full-bleed img { width: 100%; max-height: 760px; object-fit: cover; }
.contact { text-align: center; max-width: 820px; }
.contact p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.7; }
.email-note { margin-top: 18px; font-size: 14px !important; letter-spacing: .04em; }
.footer { background: var(--black); color: white; text-align: center; padding: 54px 20px; }
.footer img { width: 160px; margin: 0 auto 20px; }
.footer p { color: rgba(255,255,255,.65); }
.footer a { color: white; border-bottom: 1px solid rgba(255,255,255,.45); }

.reveal { animation: rise .9s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 820px) {
  .site-header { padding: 16px 18px; }
  .brand img { width: 126px; }
  .nav { gap: 12px; font-size: 11px; }
  .nav a:not(.nav-cta) { display: none; }
  .hero-content { padding-bottom: 62px; }
  .intro-grid, .prewedding-card, .package-grid, .feature-strip, .addons-grid { grid-template-columns: 1fr; }
  .package-card.premium { grid-column: auto; }
  .section { padding-block: 74px; }
  .section-heading { display: block; }
  .text-link { display: inline-block; margin-top: 20px; }
  .price-block { border-left: 0; border-top: 1px solid var(--border); padding-left: 0; padding-top: 24px; }
}
