:root {
  --green: #173f33;
  --green-2: #245c49;
  --red: #a52f2c;
  --gold: #d6a843;
  --cream: #fbf7ed;
  --paper: #fffdf8;
  --ink: #1f2924;
  --muted: #68716c;
  --line: #ded8c9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8.5rem; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Fraunces", serif; line-height: 1.05; letter-spacing: -.035em; }
h1 { max-width: 13ch; font-size: clamp(2.7rem, 7vw, 5.7rem); margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.2rem, 5vw, 3.7rem); margin-bottom: .8rem; }
h3 { line-height: 1.25; }

.site-header { position: sticky; top: 0; z-index: 10; min-height: 116px; padding: .45rem max(5vw, 1.2rem); display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: rgba(251,247,237,.96); border-bottom: 1px solid rgba(23,63,51,.12); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: auto; height: 100px; object-fit: contain; }
.call-button, .primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1.15rem; border-radius: 999px; background: var(--red); color: white; font-weight: 700; text-decoration: none; }
.call-button:hover, .primary-button:hover { background: #84231f; }

main { overflow: hidden; }
.intro { min-height: 640px; padding: clamp(4.5rem, 9vw, 8rem) max(6vw, 1.25rem); display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); align-items: end; gap: 5vw; color: white; background-color: var(--green); background-image: radial-gradient(circle at 78% 25%, rgba(214,168,67,.22), transparent 28%), linear-gradient(125deg, transparent 50%, rgba(255,255,255,.04) 50%); position: relative; }
.intro::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: linear-gradient(90deg, var(--red) 0 30%, var(--gold) 30% 70%, var(--red) 70%); }
.eyebrow { margin-bottom: .8rem; color: var(--red); font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.intro .eyebrow, .holiday-heading .eyebrow, .contact-section .eyebrow { color: #f0ca77; }
.lead { max-width: 58ch; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.8); }
.intro-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.3rem; flex-wrap: wrap; }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); }
.booking-note { padding: 2rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 1rem; box-shadow: 0 20px 60px rgba(0,0,0,.15); }
.booking-note strong { display: block; margin: .25rem 0 .7rem; font-family: "Fraunces", serif; font-size: 1.7rem; }
.booking-note p { margin: 0; color: rgba(255,255,255,.76); }
.booking-kicker { color: #f0ca77; font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.menu-nav { padding: 1rem max(5vw, 1.25rem); display: flex; justify-content: center; gap: .6rem; overflow-x: auto; background: var(--paper); border-bottom: 1px solid var(--line); scrollbar-width: none; }
.menu-nav a { flex: 0 0 auto; padding: .55rem .9rem; color: var(--green); border: 1px solid #cdd4cf; border-radius: 999px; font-size: .88rem; font-weight: 700; text-decoration: none; }
.menu-nav a:hover { background: var(--green); color: white; }

.wedding-section { padding: clamp(4rem, 8vw, 7.5rem) max(6vw, 1.25rem); display: grid; grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: center; background-color: #f8efec; background-image: radial-gradient(circle at 12% 12%, rgba(214,168,67,.15), transparent 25%), radial-gradient(circle at 90% 84%, rgba(165,47,44,.08), transparent 26%); border-bottom: 1px solid #eadbd5; }
.wedding-cover { max-width: 430px; justify-self: center; padding: .7rem; background: rgba(255,255,255,.72); border: 1px solid rgba(165,47,44,.18); box-shadow: 0 28px 70px rgba(77,42,37,.16); transform: rotate(-1deg); }
.wedding-cover img { display: block; width: 100%; height: auto; }
.wedding-copy h2 { max-width: 13ch; color: #4b2d2b; }
.wedding-lead { max-width: 62ch; color: #614d49; font-size: clamp(1.05rem, 2vw, 1.22rem); }
.wedding-highlights { margin: 2rem 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.wedding-highlights > div { padding: 1rem 1.1rem; background: rgba(255,255,255,.72); border-left: 3px solid var(--gold); }
.wedding-highlights strong, .wedding-highlights span { display: block; }
.wedding-highlights strong { margin-bottom: .25rem; color: #4b2d2b; }
.wedding-highlights span { color: #74605b; font-size: .92rem; line-height: 1.5; }
.wedding-options { max-width: 62ch; color: #614d49; }
.wedding-actions { margin-top: 1.7rem; display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.wedding-button { background: #7f3e45; }
.wedding-button:hover { background: #633037; }
.wedding-call { display: flex; flex-direction: column; color: #5c3432; text-underline-offset: .25rem; }
.wedding-call span { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wedding-call strong { font-size: 1.05rem; }

.menu-section, .holiday-section { padding: clamp(4rem, 8vw, 7.5rem) max(6vw, 1.25rem); }
.section-heading { max-width: 760px; margin-bottom: 2.7rem; }
.section-heading > p:last-child, .holiday-heading > p:last-child { color: var(--muted); }
.tinted { background: #eef1eb; }
.package-grid { display: grid; gap: 1rem; }
.two-up { grid-template-columns: repeat(2, minmax(0,1fr)); }
.three-up { grid-template-columns: repeat(3, minmax(0,1fr)); }
.package-card, .choice-card, .menu-panel { background: var(--paper); border: 1px solid var(--line); border-radius: .85rem; }
.package-card { padding: 1.6rem; }
.package-card.featured { color: white; background: var(--red); border-color: var(--red); }
.package-card p:last-child { margin: 0; }
.package-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.package-top h3 { margin-bottom: .8rem; }
.price { color: var(--red); font-family: "Fraunces", serif; font-size: 1.55rem; font-weight: 700; }
.featured .price { color: white; }
.choice-grid { margin-top: 1rem; display: grid; grid-template-columns: 1.5fr 1.2fr .8fr .8fr; gap: 1rem; }
.choice-card { padding: 1.35rem; }
.choice-card h3 { margin-bottom: .5rem; color: var(--green); font-family: "Fraunces", serif; }
.choice-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.split-menu { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; }
.menu-panel { padding: clamp(1.4rem, 3vw, 2.2rem); }
.panel-title { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; margin-bottom: 1.1rem; }
.panel-title h3 { margin: 0; color: var(--green); font-family: "Fraunces", serif; font-size: 1.55rem; }
.panel-title span { color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.price-list { margin: 0; padding: 0; list-style: none; }
.price-list li { padding: .78rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); }
.price-list strong { color: var(--red); white-space: nowrap; }
.includes { margin: 1rem 0 0; padding: 1rem; background: var(--cream); border-radius: .6rem; color: var(--muted); font-size: .9rem; }
.accent-panel { background: var(--green); color: white; border-color: var(--green); }
.accent-panel .panel-title h3 { color: white; }
.mini-packages { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.mini-packages > div { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.22); }
.mini-packages strong { display: block; margin: .4rem 0; color: #f0ca77; font-size: 1.6rem; }
.mini-packages p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.mini-number { color: rgba(255,255,255,.45); font-size: .78rem; font-weight: 700; letter-spacing: .16em; }
.home-note { margin: 2rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.22); color: #f0ca77; font-family: "Fraunces", serif; font-size: 1.2rem; }
.small-label { margin-bottom: .45rem; color: var(--red); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.compact-gap { margin-top: 1rem; }
.simple-panel { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; }
.simple-panel h3 { margin: .15rem 0 .35rem; color: var(--green); font-family: "Fraunces", serif; font-size: 1.5rem; }
.simple-panel p { margin: 0; color: var(--muted); }
.big-price { color: var(--red); font-family: "Fraunces", serif; font-size: 2.5rem; }
.dessert-callout { margin: 1rem 0 0; padding: 1rem 1.3rem; background: #f5ece9; border-left: 4px solid var(--red); }

.holiday-section { color: white; background: #102f27; }
.holiday-heading { max-width: 760px; margin-bottom: 2.7rem; }
.holiday-heading > p:last-child { color: rgba(255,255,255,.68); }
.tray-table { border: 1px solid rgba(255,255,255,.18); border-radius: .85rem; overflow: hidden; columns: 2; column-gap: 0; background: rgba(255,255,255,.04); }
.tray-row { break-inside: avoid; min-height: 52px; padding: .72rem 1rem; display: grid; grid-template-columns: minmax(0,1fr) 64px 64px; align-items: center; gap: .75rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.tray-row:nth-child(even) { background: rgba(255,255,255,.035); }
.tray-row strong { color: #f0ca77; text-align: right; }
.tray-header { background: var(--red) !important; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.tray-header span:not(:first-child) { text-align: right; }

.contact-section { padding: clamp(4rem, 7vw, 6rem) max(6vw, 1.25rem); display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center; color: white; background: var(--red); }
.contact-section p:last-child { max-width: 58ch; color: rgba(255,255,255,.76); }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.contact-actions > a:last-child { color: white; font-weight: 600; text-decoration-color: rgba(255,255,255,.4); }
.primary-button.light { background: white; color: var(--red); }
footer { padding: 1.4rem max(5vw, 1.25rem); display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.72); background: #0b211c; font-size: .88rem; }
footer strong { color: #f0ca77; }

@media (max-width: 900px) {
  .intro { min-height: auto; grid-template-columns: 1fr; align-items: start; }
  .wedding-section { grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr); gap: 2rem; }
  .choice-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .three-up { grid-template-columns: 1fr; }
  .tray-table { columns: 1; }
  .tray-header:not(:first-child) { display: none; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 6.5rem; }
  .site-header { min-height: 92px; }
  .brand-logo { height: 76px; }
  .call-button { min-height: 42px; padding: .6rem .85rem; font-size: .82rem; }
  .intro { padding-top: 4.3rem; }
  .menu-nav { justify-content: flex-start; }
  .wedding-section { grid-template-columns: 1fr; }
  .wedding-cover { width: min(78vw, 340px); }
  .wedding-highlights { grid-template-columns: 1fr; }
  .two-up, .choice-grid, .split-menu, .contact-section { grid-template-columns: 1fr; }
  .mini-packages { grid-template-columns: 1fr; }
  .simple-panel { align-items: flex-start; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
