:root {
  --cream: #f5f0e7;
  --paper: #fcfbf8;
  --charcoal: #242523;
  --forest: #34483b;
  --sage: #879485;
  --terracotta: #a66b50;
  --sand: #d7c8b3;
  --line: rgba(36, 37, 35, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; background: var(--paper); color: var(--charcoal); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #d4926e; outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 28px; min-height: 76px; padding: 10px clamp(22px, 4vw, 70px); color: white; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { color: var(--charcoal); background: rgba(252,251,248,.94); box-shadow: 0 4px 30px rgba(20,25,20,.08); backdrop-filter: blur(16px); }
.site-header.menu-active { color: white; background: transparent; box-shadow: none; }
.brand { display: inline-flex; width: max-content; flex-direction: column; text-decoration: none; line-height: 1; }
.brand span { font-family: var(--serif); font-size: 2rem; letter-spacing: .05em; }
.brand small { margin-top: 4px; font-size: .56rem; font-weight: 600; letter-spacing: .24em; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.6vw, 28px); }
.desktop-nav a { position: relative; padding: 12px 0; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 8px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta { min-height: 46px; display: inline-flex; align-items: center; padding: 0 20px; background: var(--terracotta); color: white; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: background .2s ease; }
.header-cta:hover { background: #8f5941; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0 11px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 7px 0; background: currentColor; }
.mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 110px 24px 100px; background: var(--forest); color: white; }
.mobile-menu nav { display: grid; }
.mobile-menu a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--serif); font-size: 2rem; text-decoration: none; }

.hero { position: relative; isolation: isolate; min-height: 92svh; display: grid; place-items: center; overflow: hidden; color: white; background: #1d281f; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { z-index: -3; }
.hero-media img { object-fit: cover; object-position: center 52%; }
.hero-shade { z-index: -2; background: linear-gradient(180deg, rgba(12,16,12,.44) 0%, rgba(12,16,12,.18) 48%, rgba(12,16,12,.54) 100%); }
.hero-content { position: relative; z-index: 1; width: min(820px, calc(100% - 40px)); padding: 124px 0 78px; text-align: center; }
.hero-sun-medallion { position: absolute; z-index: 0; top: 50%; left: 50%; width: min(650px, 56vw); max-width: none; height: auto; transform: translate(-50%, -52%); opacity: .26; filter: brightness(1.75) saturate(.78); mix-blend-mode: screen; pointer-events: none; }
.hero-content::before, .hero-content::after { content: ""; position: absolute; top: 50%; width: clamp(28px, 8vw, 120px); height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.5)); }
.hero-content::before { right: calc(100% + 30px); }
.hero-content::after { left: calc(100% + 30px); transform: scaleX(-1); }
.eyebrow { margin: 0 0 16px; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; line-height: .92; text-transform: uppercase; }
.hero h1 { font-size: clamp(3.35rem, 6vw, 6.1rem); text-wrap: balance; text-shadow: 0 2px 28px rgba(0,0,0,.2); }
.hero-copy { max-width: 670px; margin: 24px auto 28px; font-size: clamp(1rem, 1.3vw, 1.15rem); text-wrap: balance; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; font-size: .78rem; font-weight: 700; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.button svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.button-primary { background: var(--terracotta); color: white; }
.button-primary:hover { background: #8f5941; }
.button-secondary { border-color: rgba(255,255,255,.7); background: rgba(12,16,12,.18); color: white; backdrop-filter: blur(6px); }
.button-secondary:hover { background: white; color: var(--charcoal); }
.hero-location { margin: 24px 0 0; font-size: .72rem; letter-spacing: .08em; }
.scroll-cue { position: absolute; bottom: 20px; left: 50%; width: 44px; height: 44px; display: grid; place-items: center; transform: translateX(-50%); color: white; text-decoration: none; }

.section { position: relative; width: min(1460px, 100%); margin: 0 auto; }
.intro { min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; overflow: hidden; background: var(--cream); }
.intro-collage { position: relative; align-self: stretch; min-height: 610px; }
.intro-main { width: 78%; height: 100%; object-fit: cover; }
.intro-detail { position: absolute; right: 1%; bottom: 13%; width: 34%; aspect-ratio: 4 / 5; object-fit: cover; border: 8px solid var(--cream); }
.intro-copy { max-width: 550px; padding: 76px clamp(32px, 6vw, 100px); }
.eyebrow-dark { color: var(--terracotta); }
.intro h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.short-rule { display: block; width: 42px; height: 2px; margin: 22px 0; background: var(--terracotta); }
.intro-copy p:not(.eyebrow) { max-width: 53ch; margin: 0 0 24px; color: #4f514d; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.intro-ornament { position: absolute; right: -80px; bottom: -100px; width: 340px; opacity: .14; pointer-events: none; }
.mobile-bar { display: none; }

.section-pad { width: min(1460px, 100%); margin: 0 auto; padding: clamp(76px, 9vw, 132px) clamp(24px, 5vw, 78px); }
.decorative-ornament { height: auto; user-select: none; pointer-events: none; }
.section-heading h2, .venue h2, .included h2, .gallery h2, .reviews h2, .process h2, .contact h2, .location h2 { font-size: clamp(3.25rem, 5vw, 5.6rem); }
.split-heading { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px); align-items: end; gap: 48px; margin-bottom: 48px; padding-top: 24px; border-top: 1px solid var(--line); }
.split-heading::before { content: ""; position: absolute; top: -3px; left: 0; width: 42px; height: 5px; background: var(--terracotta); }
.split-heading > p { max-width: 42ch; margin: 0 0 8px; color: #656760; }

.celebrations { position: relative; isolation: isolate; overflow: hidden; background: var(--paper); }
.celebrations > :not(.celebrations-corner) { position: relative; z-index: 1; }
.celebrations-corner { position: absolute; z-index: 0; top: -92px; right: -54px; width: 390px; opacity: .2; transform: rotate(-5deg); }
.celebration-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.celebration-card { grid-column: span 3; overflow: hidden; background: #fff; border: 1px solid rgba(36,37,35,.12); box-shadow: 0 18px 50px rgba(36,37,35,.045); }
.celebration-card-wide { grid-column: span 4; }
.celebration-card-landscape { grid-column: span 5; }
.celebration-card img { width: 100%; height: auto; aspect-ratio: 1.08 / 1; object-fit: cover; filter: saturate(.92); transition: transform .4s ease, filter .4s ease; }
.celebration-card:hover img { transform: scale(1.025); filter: saturate(1.03); }
.celebration-body { padding: 22px 22px 24px; }
.celebration-body h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 1.8rem; font-weight: 600; line-height: 1; }
.celebration-body p { min-height: 48px; margin: 0 0 14px; color: #676961; font-size: .91rem; line-height: 1.5; }
.celebration-body a { display: inline-flex; gap: 8px; color: var(--terracotta); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }

.venue { display: grid; grid-template-columns: .28fr .72fr; align-items: stretch; gap: 32px; background: var(--cream); }
.venue-title-block { position: relative; isolation: isolate; overflow: hidden; padding: 26px 0; }
.venue-title-block p:last-of-type { max-width: 24ch; color: #62645f; }
.venue-title-block > :not(.venue-reed) { position: relative; z-index: 1; }
.venue-reed { position: absolute; z-index: 0; right: -6px; bottom: -82px; width: 138px; opacity: .3; transform: rotate(8deg); }
.venue-gallery { position: relative; min-height: 510px; display: grid; grid-template-columns: 2fr .72fr; gap: 10px; }
.venue-featured { min-width: 0; margin: 0; overflow: hidden; }
.venue-featured img, .venue-side img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease; }
.venue-side { display: grid; grid-template-rows: 1fr 1fr; gap: 10px; overflow: hidden; }
.venue-tabs { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: center; flex-wrap: wrap; }
.venue-tabs button { min-height: 42px; padding: 0 18px; border: 0; border-right: 1px solid var(--line); background: rgba(252,251,248,.92); color: var(--charcoal); font-size: .78rem; font-weight: 600; cursor: pointer; backdrop-filter: blur(8px); }
.venue-tabs button.is-active { background: var(--forest); color: white; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--forest); color: white; }
.fact { min-height: 118px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 22px 34px; border-right: 1px solid rgba(255,255,255,.2); }
.fact svg { width: 34px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; opacity: .9; }
.fact div { display: grid; }
.fact strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; }
.fact span { font-size: .75rem; opacity: .74; }

.included { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 620px; background: var(--cream); }
.included-photo { min-height: 620px; }
.included-photo img { width: 100%; height: 100%; object-fit: cover; }
.included-content { position: relative; overflow: hidden; padding: clamp(60px, 7vw, 100px); }
.included-note { max-width: 64ch; color: #60625c; }
.included-lists { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 32px 0; }
.included-lists h3 { margin: 0 0 12px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.included-lists ul { margin: 0; padding: 0; list-style: none; }
.included-lists li { position: relative; padding: 5px 0 5px 24px; color: #484a45; }
.check-list li::before, .plus-list li::before { position: absolute; left: 0; color: var(--terracotta); font-weight: 700; }
.check-list li::before { content: "✓"; }
.plus-list li::before { content: "+"; }
.included-ornament { position: absolute; right: -70px; bottom: -86px; width: 330px; opacity: .12; pointer-events: none; }

.gallery { background: var(--paper); }
.masonry-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 10px; }
.gallery-item { position: relative; min-width: 0; min-height: 0; padding: 0; overflow: hidden; border: 0; background: var(--cream); cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 14px; bottom: 14px; width: 38px; height: 38px; display: grid; place-items: center; background: rgba(252,251,248,.9); color: var(--charcoal); opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-help { margin: 16px 0 0; color: #777970; font-size: .78rem; }

.night-cta { position: relative; min-height: 480px; display: grid; place-items: center start; overflow: hidden; color: white; }
.night-photo, .night-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.night-shade { background: linear-gradient(90deg, rgba(12,16,12,.8), rgba(12,16,12,.18) 68%, rgba(12,16,12,.42)); }
.night-sun { position: absolute; z-index: 1; top: 50%; right: clamp(18px, 8vw, 140px); width: clamp(250px, 32vw, 470px); transform: translateY(-50%); opacity: .32; filter: brightness(1.5) saturate(.72); mix-blend-mode: screen; }
.night-content { position: relative; z-index: 1; width: min(1460px, 100%); margin: 0 auto; padding: 74px clamp(24px, 5vw, 78px); }
.night-content h2 { margin-bottom: 28px; font-size: clamp(3.2rem, 5vw, 5.5rem); }

.reviews { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, .36fr) minmax(0, .64fr); gap: 58px; overflow: hidden; background: var(--cream); }
.reviews > :not(.reviews-corner) { position: relative; z-index: 1; }
.reviews-corner { position: absolute; z-index: 0; right: -52px; bottom: -106px; width: 390px; opacity: .17; transform: scaleX(-1) rotate(4deg); }
.reviews-score { min-width: 0; padding-right: 10px; }
.reviews h2 { font-size: clamp(3.2rem, 4vw, 5rem); }
.reviews-score .rating { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.reviews-score .rating strong { color: var(--terracotta); font-family: var(--serif); font-size: 3.2rem; line-height: 1; }
.reviews-score .rating span { color: #d88937; letter-spacing: .12em; }
.reviews-count { margin: 8px 0 22px; font-weight: 600; }
.button-ink { background: var(--charcoal); color: white; }
.button-ink:hover { background: var(--forest); }
.reviews-score small { display: block; max-width: 34ch; margin-top: 16px; color: #71736c; line-height: 1.45; }
.reviews-content { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 18px; }
.review-principles { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.review-principles article { position: relative; min-width: 0; padding: 24px 20px; overflow: hidden; background: rgba(252,251,248,.78); border: 1px solid rgba(36,37,35,.12); box-shadow: 0 18px 46px rgba(36,37,35,.04); }
.review-principles article::after { content: ""; position: absolute; right: 20px; bottom: 16px; width: 28px; height: 1px; background: var(--terracotta); opacity: .55; }
.review-principles span { color: var(--terracotta); font-family: var(--serif); font-size: 1.4rem; }
.review-principles h3 { margin: 30px 0 8px; font-family: var(--serif); font-size: 1.45rem; line-height: 1.05; }
.review-principles p { margin: 0; color: #63655f; font-size: .82rem; line-height: 1.55; }
.reviews-content > img { width: 100%; height: 100%; object-fit: cover; }

.process { position: relative; display: grid; grid-template-columns: .34fr .66fr; gap: 52px; padding-top: 76px; padding-bottom: 76px; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.process-heading p { max-width: 38ch; color: #676962; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 20px 0 0; list-style: none; }
.steps li { position: relative; min-height: 150px; padding: 0 30px 20px 0; }
.steps li:not(:last-child)::after { content: "→"; position: absolute; top: 10px; right: 18px; color: #a8aaa4; }
.steps span { font-family: var(--serif); font-size: 2rem; }
.steps p { max-width: 16ch; margin: 14px 0 0; font-size: .85rem; line-height: 1.5; }
.process-gesture { position: absolute; right: 4%; bottom: -56px; width: 210px; opacity: .16; pointer-events: none; }

.contact { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(380px, 1.1fr) minmax(560px, 1.65fr) minmax(270px, .75fr) minmax(250px, .7fr); min-height: 650px; overflow: hidden; background: var(--cream); }
.contact > :not(.contact-reed) { position: relative; z-index: 1; }
.contact-reed { position: absolute; z-index: 0; left: 15%; bottom: -112px; width: 148px; opacity: .22; transform: rotate(-8deg); }
.contact-intro { grid-column: 1; grid-row: 1; padding: 72px clamp(40px, 3vw, 58px); }
.contact h2 { font-size: clamp(3.4rem, 3.4vw, 4.1rem); }
.contact-intro p:last-child { max-width: 28ch; color: #656760; }
.contact-form { grid-column: 2; grid-row: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-content: center; gap: 16px; min-width: 0; padding: 58px clamp(36px, 3.2vw, 60px); border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.field { min-width: 0; display: grid; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .75rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; min-height: 48px; padding: 11px 12px; border: 1px solid rgba(36,37,35,.22); border-radius: 0; background: rgba(252,251,248,.72); color: var(--charcoal); }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terracotta); outline: 2px solid rgba(166,107,80,.22); outline-offset: 0; }
.form-submit { width: max-content; margin-top: 8px; }
.message-preview { grid-column: 3; grid-row: 1; align-self: center; min-width: 0; margin: 42px 24px; padding: 28px; background: rgba(252,251,248,.92); border: 1px solid rgba(36,37,35,.13); box-shadow: 0 20px 50px rgba(36,37,35,.065); }
.message-preview h3 { margin: 0 0 16px; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.message-preview p { margin: 0 0 24px; white-space: pre-line; color: #5f615b; font-size: .8rem; }
.message-preview a { display: block; margin-bottom: 4px; color: var(--forest); font-size: 1.2rem; font-weight: 700; text-decoration: none; }
.message-preview small { color: #777970; }
.contact-photo { position: relative; grid-column: 4; grid-row: 1; width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: 58% center; border: 0; }

.location { display: grid; grid-template-columns: .27fr .46fr .27fr; min-height: 430px; background: var(--paper); }
.location-copy { padding: 64px clamp(24px, 4vw, 62px); }
.location-copy p:not(.eyebrow) { margin: 20px 0 24px; color: #63655f; }
.map-wrap { min-height: 430px; background: #e8e6df; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 430px; border: 0; filter: saturate(.5) contrast(.92); }
.location-contact { display: grid; align-content: center; gap: 20px; padding: 48px; background: var(--cream); }
.location-contact h3 { margin: 0 0 8px; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.location-contact a { color: #555751; font-size: .72rem; text-decoration: none; }
.location-contact a strong { color: var(--charcoal); font-size: .88rem; }
.location-contact small { color: #777970; line-height: 1.45; }

.footer { position: relative; min-height: 180px; display: grid; grid-template-columns: .34fr .42fr .24fr; align-items: center; gap: 28px; overflow: hidden; padding: 40px clamp(24px, 5vw, 78px) calc(40px + env(safe-area-inset-bottom)); background: #2d4035; color: white; }
.footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.footer nav a { font-size: .68rem; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.footer p { position: relative; z-index: 1; margin: 0; text-align: right; font-size: .72rem; opacity: .8; }
.footer > img { position: absolute; right: -70px; bottom: -100px; width: 300px; opacity: .12; }

.lightbox { width: min(1100px, calc(100% - 34px)); max-width: none; padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(12,16,12,.9); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; top: -48px; right: 0; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: white; font-size: 1.8rem; cursor: pointer; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 150px 1fr auto; }
  .desktop-nav { gap: 14px; }
  .desktop-nav a { font-size: .64rem; }
  .celebration-card { grid-column: span 4; }
  .celebration-card-landscape { grid-column: span 8; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .reviews { grid-template-columns: .38fr .62fr; }
  .review-principles { grid-template-columns: 1fr; }
  .review-principles article { display: grid; grid-template-columns: 36px 150px 1fr; align-items: center; gap: 12px; }
  .review-principles h3 { margin: 0; }
}

@media (min-width: 901px) and (max-width: 1499px) {
  .contact { grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); min-height: auto; }
  .contact-intro { grid-column: 1; grid-row: 1; min-height: 420px; }
  .contact h2 { font-size: clamp(3.3rem, 5vw, 4.3rem); }
  .contact-form { grid-column: 2; grid-row: 1 / span 2; min-height: 690px; }
  .message-preview { grid-column: 1; grid-row: 2; align-self: stretch; margin: 0 40px 48px; }
  .contact-photo { grid-column: 1 / -1; grid-row: 3; height: 300px; min-height: 0; object-position: center 58%; }
  .contact-reed { left: 17%; bottom: 160px; opacity: .18; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 72px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 100svh; }
  .hero-content { padding: 120px 0 108px; }
  .hero-sun-medallion { width: min(720px, 86vw); opacity: .16; }
  .hero-content::before, .hero-content::after { display: none; }
  .intro { grid-template-columns: 1fr; }
  .intro-collage { min-height: 520px; }
  .intro-copy { padding: 60px 24px 84px; }
  .split-heading, .venue, .included, .reviews, .process, .contact, .location { grid-template-columns: 1fr; }
  .split-heading { gap: 20px; }
  .celebrations-corner { top: -120px; right: -130px; width: 330px; opacity: .075; }
  .celebration-card, .celebration-card-wide, .celebration-card-landscape { grid-column: span 6; }
  .venue-gallery { min-height: 540px; }
  .included-photo { min-height: 460px; }
  .reviews-content { min-height: 460px; }
  .process { gap: 24px; }
  .contact-reed { left: auto; right: -28px; bottom: -260px; opacity: .08; }
  .contact-form { border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .message-preview { margin: 38px 24px 120px; }
  .contact-intro, .contact-form, .message-preview, .contact-photo { grid-column: auto; grid-row: auto; }
  .contact-photo { width: 100%; height: 320px; min-height: 0; object-position: center 58%; }
  .map-wrap { order: 3; }
  .location-contact { order: 2; }
  .footer { grid-template-columns: 1fr 1fr; padding-bottom: 96px; }
  .footer p { grid-column: 1 / -1; text-align: left; }
  .mobile-bar { position: fixed; z-index: 110; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 64px; padding-bottom: env(safe-area-inset-bottom); background: var(--forest); color: white; border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-bar a { display: grid; place-items: center; min-height: 64px; padding: 8px; border-right: 1px solid rgba(255,255,255,.14); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
}

@media (max-width: 699px) {
  .site-header { padding-inline: 18px; }
  .brand span { font-size: 1.72rem; }
  .hero-media img { object-position: center center; }
  .hero-shade { background: linear-gradient(180deg, rgba(12,16,12,.45), rgba(12,16,12,.12) 42%, rgba(12,16,12,.67)); }
  .hero-content { width: min(100% - 34px, 520px); text-align: left; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); line-height: .9; }
  .hero-sun-medallion { top: 46%; left: 55%; width: 112vw; opacity: .2; }
  .hero-copy { margin: 22px 0 24px; font-size: 1rem; }
  .hero-actions { justify-content: flex-start; }
  .button { width: 100%; min-height: 54px; }
  .hero-location { margin-top: 20px; }
  .scroll-cue { display: none; }
  .intro-collage { min-height: 420px; }
  .intro-main { width: 84%; }
  .intro-detail { right: 5%; bottom: -28px; width: 38%; }
  .intro h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .intro-ornament { width: 250px; }
  .celebrations-corner, .reviews-corner { opacity: .13; }
  .venue-reed { right: -14px; bottom: -132px; width: 118px; opacity: .2; }
  .section-pad { padding: 72px 18px; }
  .section-heading h2, .venue h2, .included h2, .gallery h2, .reviews h2, .process h2, .contact h2, .location h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .celebration-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .celebration-card, .celebration-card-wide, .celebration-card-landscape { grid-column: auto; display: grid; grid-template-columns: .48fr .52fr; }
  .celebration-card img { height: 100%; min-height: 240px; aspect-ratio: auto; }
  .celebration-body { align-self: center; padding: 20px 18px; }
  .celebration-body h3 { font-size: 1.55rem; }
  .celebration-body p { min-height: 0; font-size: .8rem; }
  .venue { padding: 70px 18px; }
  .venue-title-block { padding: 0; }
  .venue-gallery { grid-template-columns: 1fr; min-height: 620px; }
  .venue-side { grid-template-columns: 1fr 1fr; grid-template-rows: 180px; }
  .venue-tabs { right: 8px; bottom: 8px; left: 8px; display: grid; grid-template-columns: repeat(2, 1fr); }
  .venue-tabs button { padding: 0 10px; }
  .facts { grid-template-columns: 1fr; }
  .fact { min-height: 98px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .included-photo { min-height: 390px; }
  .included-content { padding: 62px 18px 84px; }
  .included-lists { grid-template-columns: 1fr; gap: 28px; }
  .masonry-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-tall { grid-row: span 2; }
  .gallery-wide { grid-column: span 1; }
  .night-cta { min-height: 560px; }
  .night-content { align-self: end; padding-bottom: 64px; }
  .night-sun { top: 22%; right: -54px; width: 270px; opacity: .22; }
  .night-content h2 { font-size: clamp(3.1rem, 14vw, 4.6rem); }
  .reviews-content { grid-template-columns: 1fr; min-height: auto; }
  .review-principles article { display: block; }
  .review-principles h3 { margin: 18px 0 8px; }
  .reviews-content > img { height: 300px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li { min-height: 125px; }
  .steps li::after { display: none; }
  .contact-intro, .contact-form, .location-copy, .location-contact { padding: 58px 18px; }
  .contact-form { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-submit { width: 100%; }
  .message-preview { margin: 36px 18px 120px; }
  .contact-photo { width: 100%; }
  .location-contact { padding-top: 10px; }
  .map-wrap, .map-wrap iframe { min-height: 360px; }
  .footer { grid-template-columns: 1fr; gap: 28px; padding-inline: 18px; }
  .footer p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}


/* ---------- SEO LANDING PAGES ---------- */
.seo-page { background: var(--paper); }
.seo-header { position: sticky; top: 0; color: var(--charcoal); }
.seo-main { min-height: 70vh; }
.seo-hero { width: min(1460px, 100%); margin: 0 auto; min-height: 620px; display: grid; grid-template-columns: .88fr 1.12fr; background: var(--cream); }
.seo-hero-copy { align-self: center; padding: clamp(92px, 10vw, 150px) clamp(28px, 6vw, 92px) 72px; }
.seo-hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6.4rem); font-weight: 500; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; }
.seo-hero-copy > p:not(.eyebrow) { max-width: 58ch; margin: 26px 0; color: #4f514d; font-size: 1.05rem; }
.seo-hero > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.seo-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; }
.seo-breadcrumb { width: min(1180px, calc(100% - 48px)); margin: 26px auto 0; display: flex; gap: 10px; color: #6a6c67; font-size: .78rem; }
.seo-breadcrumb a { color: var(--forest); }
.seo-content { width: min(1040px, calc(100% - 48px)); margin: 0 auto; padding: 48px 0 100px; }
.seo-content-block { padding: 42px 0; border-bottom: 1px solid var(--line); }
.seo-content-block h2 { margin: 0 0 14px; font-size: clamp(2.2rem, 4vw, 3.65rem); }
.seo-content-block p { max-width: 76ch; margin: 0; color: #4f514d; font-size: 1.04rem; }
.seo-cta { margin-top: 70px; padding: clamp(44px, 6vw, 78px); background: var(--forest); color: white; text-align: center; }
.seo-cta h2 { margin: 8px auto 16px; font-size: clamp(2.6rem, 5vw, 5rem); }
.seo-cta p:not(.eyebrow) { margin: 0 auto 26px; }
.seo-footer { margin-top: 0; }
.seo-mobile-home { display: none; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 900px) {
  .seo-header .desktop-nav, .seo-header .header-cta { display: none; }
  .seo-header { grid-template-columns: 1fr auto; }
  .seo-mobile-home { display: inline-flex; }
  .seo-hero { grid-template-columns: 1fr; }
  .seo-hero-copy { padding-top: 72px; }
  .seo-hero > img { min-height: 380px; max-height: 560px; }
}
@media (max-width: 600px) {
  .seo-content, .seo-breadcrumb { width: min(100% - 32px, 1040px); }
  .seo-hero-copy { padding-inline: 20px; }
  .seo-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .seo-actions { align-items: flex-start; flex-direction: column; }
  .seo-cta { padding-inline: 22px; }
}
