:root {
  --paper: #fdfbf7;
  --cream: #f2ede4;
  --cream-dark: #e7dece;
  --ink: #263027;
  --body: #555c54;
  --sage: #68765e;
  --sage-dark: #4e5a47;
  --gold: #b68d5a;
  --line: rgba(38, 48, 39, 0.14);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --page: min(1180px, calc(100% - 3rem));
}

html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; background: var(--paper); color: var(--body); font-family: var(--sans); font-size: 17px; line-height: 1.6; }
img { display: block; width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-weight: 500; }

.w-nav { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 72px; padding: 0 max(1.25rem, calc((100% - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgba(253, 251, 247, 0.94); backdrop-filter: blur(16px); }
.w-nav__logo { color: var(--ink); font-family: var(--serif); font-size: 1.3rem; text-decoration: none; }
.w-nav__links { display: flex; align-items: center; gap: 1.75rem; font-size: 0.82rem; }
.w-nav__links > a:not(.w-button) { text-decoration: none; }
.w-nav__links > a:not(.w-button):hover { color: var(--sage); }
.w-nav__mobile-cta { display: none; color: var(--sage-dark); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }

.w-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 1.5rem; border: 1px solid var(--sage-dark); border-radius: 999px; background: var(--sage-dark); color: #fff; font: 600 0.78rem/1 var(--sans); letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.w-button:hover { background: var(--ink); transform: translateY(-2px); }
.w-button--small { min-height: 40px; padding: 0 1.15rem; }
.w-eyebrow { margin-bottom: 1rem; color: var(--sage-dark); font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

.w-hero { display: grid; grid-template-columns: 1.02fr .98fr; min-height: calc(100svh - 72px); background: var(--cream); }
.w-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) max(3rem, calc((100vw - 1180px) / 2)); padding-right: clamp(3rem, 7vw, 7rem); }
.w-hero h1 { max-width: 700px; margin-bottom: 1.5rem; font-size: clamp(3.7rem, 6.2vw, 7rem); letter-spacing: -.045em; line-height: .88; }
.w-hero h1 em { color: var(--sage); font-weight: 400; }
.w-hero__lede { max-width: 600px; margin-bottom: 2rem; font-size: clamp(1rem, 1.4vw, 1.22rem); font-weight: 300; }
.w-hero__actions { display: flex; align-items: center; gap: 1.4rem; }
.w-hero__actions > span { max-width: 150px; color: var(--ink); font-size: .78rem; line-height: 1.35; }
.w-proof { display: flex; flex-wrap: wrap; gap: .75rem 1.35rem; margin: 2.3rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid var(--line); color: var(--sage-dark); font-size: .78rem; list-style: none; }
.w-proof li::before { content: '✓'; margin-right: .45rem; color: var(--gold); }
.w-hero__visual { position: relative; min-height: 640px; overflow: hidden; }
.w-hero__visual picture, .w-hero__visual img { height: 100%; }
.w-hero__visual img { object-fit: cover; object-position: 50% 38%; }
.w-hero__fallback { position: absolute; inset: 0; }
.w-hero__video { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; background: var(--cream-dark); }
.w-hero__note { position: absolute; right: 1.5rem; bottom: 1.5rem; z-index: 2; width: min(240px, calc(100% - 3rem)); padding: 1.25rem 1.4rem; background: rgba(253,251,247,.94); color: var(--ink); }
.w-hero__note span, .w-hero__note strong { display: block; }
.w-hero__note span { color: var(--sage); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.w-hero__note strong { margin-top: .25rem; font: 500 1.35rem/1.05 var(--serif); }

.w-intro { max-width: 920px; margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 1.5rem; text-align: center; }
.w-intro h2 { margin-bottom: 1.5rem; font-size: clamp(2.5rem, 5vw, 4.9rem); letter-spacing: -.035em; line-height: 1; }
.w-intro > p:last-child { max-width: 660px; margin: 0 auto; font-weight: 300; }

.w-included { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.w-included__image { min-height: 760px; }
.w-included__image picture, .w-included__image img { height: 100%; }
.w-included__image img { object-fit: cover; object-position: center; }
.w-included__copy { align-self: center; padding: clamp(4rem, 7vw, 7rem); }
.w-included h2 { max-width: 580px; margin-bottom: 2.8rem; font-size: clamp(2.5rem, 4.5vw, 4.5rem); letter-spacing: -.03em; line-height: .98; }
.w-feature-list article { display: grid; grid-template-columns: 38px 1fr; gap: .8rem; padding: 1.3rem 0; border-top: 1px solid var(--line); }
.w-feature-list article:last-child { border-bottom: 1px solid var(--line); }
.w-feature-list article > span { padding-top: .2rem; color: var(--gold); font-size: .7rem; }
.w-feature-list h3 { margin-bottom: .2rem; font-size: 1.35rem; }
.w-feature-list p { margin-bottom: 0; font-size: .9rem; font-weight: 300; }

.w-moments { padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100% - 1180px) / 2)); }
.w-moments__heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.w-moments__heading .w-eyebrow { min-width: max-content; }
.w-moments__heading h2 { max-width: 660px; margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.035em; line-height: .95; }
.w-moments__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.w-moments__grid article { min-height: 240px; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.w-moments__grid span { color: var(--gold); font-size: .7rem; }
.w-moments__grid h3 { margin: 3.5rem 0 .5rem; font-size: 1.6rem; }
.w-moments__grid p { margin-bottom: 0; font-size: .85rem; font-weight: 300; }

.w-pricing { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 7vw, 7rem); padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100% - 1180px) / 2)); background: var(--sage-dark); color: rgba(255,255,255,.78); }
.w-pricing .w-eyebrow { color: #d6c3a6; }
.w-pricing h2 { color: #fff; font-size: clamp(2.6rem, 4.7vw, 4.5rem); letter-spacing: -.035em; line-height: .96; }
.w-pricing__copy > p:not(.w-eyebrow) { max-width: 480px; font-weight: 300; }
.w-text-link { display: inline-block; margin-top: 1rem; color: #fff; font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-underline-offset: .3rem; }
.w-pricing__cards { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 1rem; }
.w-price-card { min-height: 245px; padding: 1.8rem; border: 1px solid rgba(255,255,255,.25); }
.w-price-card--featured { background: var(--paper); color: var(--body); }
.w-price-card__label { margin-bottom: 2.8rem; color: inherit; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.w-price-card__price { margin-bottom: 1rem; color: #fff; font: 500 clamp(2.3rem, 4vw, 3.5rem)/.95 var(--serif); }
.w-price-card__price span { display: block; margin-bottom: .45rem; font: 500 .68rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.w-price-card--featured .w-price-card__price { color: var(--ink); }
.w-price-card > p:last-child { margin: 0; font-size: .85rem; font-weight: 300; }
.w-pricing__note { grid-column: 1 / -1; margin: .3rem 0 0; font-size: .72rem; opacity: .75; }

.w-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: .75rem; padding: .75rem; background: var(--paper); }
.w-gallery figure { height: 440px; margin: 0; overflow: hidden; }
.w-gallery img { height: 100%; object-fit: cover; }
.w-gallery__large img { object-position: center; }

.w-real-events { padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100% - 1180px) / 2)); background: var(--cream); }
.w-real-events__heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 2.5rem; }
.w-real-events__heading h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.035em; line-height: .95; }
.w-real-events__heading > a { min-width: max-content; color: var(--sage-dark); font-size: .78rem; font-weight: 500; text-underline-offset: .3rem; }
.w-reels { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.w-reel-card { position: relative; aspect-ratio: 9 / 16; overflow: hidden; background: var(--cream-dark); }
.w-reel-card::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(20,26,21,.76)); pointer-events: none; }
.w-reel-card video { width: 100%; height: 100%; object-fit: cover; }
.w-reel-card__label { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 2; color: #fff; }
.w-reel-card__label span, .w-reel-card__label strong { display: block; }
.w-reel-card__label span { margin-bottom: .25rem; color: rgba(255,255,255,.72); font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.w-reel-card__label strong { font: 500 clamp(1.25rem, 2vw, 1.6rem)/1 var(--serif); }

.w-process { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100% - 1180px) / 2)); }
.w-process h2 { font-size: clamp(2.7rem, 5vw, 5rem); letter-spacing: -.035em; line-height: .95; }
.w-process ol { margin: 0; padding: 0; list-style: none; }
.w-process li { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.w-process li:last-child { border-bottom: 1px solid var(--line); }
.w-process li > span { color: var(--gold); font-size: .72rem; }
.w-process h3 { margin-bottom: .35rem; font-size: 1.7rem; }
.w-process li p { margin: 0; font-size: .9rem; font-weight: 300; }

.w-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100% - 1180px) / 2)); background: var(--cream); }
.w-faq h2 { font-size: clamp(2.6rem, 4.5vw, 4.5rem); letter-spacing: -.035em; line-height: .95; }
.w-faq__heading a { color: var(--sage-dark); font-size: .8rem; font-weight: 500; text-underline-offset: .3rem; }
.w-faq details { border-top: 1px solid var(--line); }
.w-faq details:last-child { border-bottom: 1px solid var(--line); }
.w-faq summary { position: relative; padding: 1.4rem 2.5rem 1.4rem 0; color: var(--ink); cursor: pointer; font: 500 1.35rem/1.2 var(--serif); list-style: none; }
.w-faq summary::-webkit-details-marker { display: none; }
.w-faq summary::after { content: '+'; position: absolute; top: 1.25rem; right: .25rem; font: 300 1.5rem var(--sans); }
.w-faq details[open] summary::after { content: '–'; }
.w-faq details p { max-width: 650px; padding: 0 2rem 1.4rem 0; font-size: .9rem; font-weight: 300; }

.w-quote { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 8rem) max(1.5rem, calc((100% - 1180px) / 2)); background: var(--ink); color: rgba(255,255,255,.76); }
.w-quote .w-eyebrow { color: #d6c3a6; }
.w-quote h2 { color: #fff; font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -.035em; line-height: .9; }
.w-quote__intro > p:not(.w-eyebrow) { max-width: 430px; font-weight: 300; }
.w-quote__assurance { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); font-size: .8rem; }
.w-quote__assurance span { margin-right: .5rem; color: #d6c3a6; }
.w-quote__panel { padding: clamp(1.7rem, 4vw, 3rem); background: var(--paper); color: var(--body); }
.quote-form { display: flex; flex-direction: column; gap: 1.3rem; }
.w-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .35rem; }
.form-group label { color: var(--sage-dark); font-size: .68rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.form-group input, .form-group select, .form-group textarea { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 0; outline: 0; background: #fff; color: var(--ink); font: 400 .95rem var(--sans); }
.form-group textarea { min-height: 90px; resize: vertical; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 2px rgba(104,118,94,.12); }
.form-group--error input, .form-group--error select, .form-group--error textarea { border-color: #a74a4a; }
.w-honeypot { position: absolute !important; left: -9999px !important; }
.quote-form__submit { align-self: flex-start; margin-top: .25rem; border: 0; cursor: pointer; }
.quote-form__submit:disabled { cursor: wait; opacity: .7; }
.btn__loader { display: none; }
.btn--loading .btn__text { display: none; }
.btn--loading .btn__loader { display: inline; }
.w-form-note { margin: -.2rem 0 0; color: #7e827d; font-size: .7rem; }
.quote__success { display: none; padding: 3rem 1rem; text-align: center; }
.quote__success.active { display: block; }
.quote__success-mark { display: inline-grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage); font-size: 1.4rem; }
.quote__success h3 { margin: 1rem 0 .4rem; font-size: 2.2rem; }
.quote__success p { margin: 0; }

.w-footer { display: grid; grid-template-columns: 1fr auto; gap: 1rem 3rem; align-items: end; padding: 3rem max(1.5rem, calc((100% - 1180px) / 2)); background: #1d231e; color: rgba(255,255,255,.65); font-size: .75rem; }
.w-footer__brand { color: #fff; font: 500 1.45rem var(--serif); text-decoration: none; }
.w-footer p { margin: 0; }
.w-footer div { display: flex; grid-column: 2; grid-row: 1 / span 2; gap: 1.4rem; }
.w-footer div a { text-decoration: none; }
.w-footer div a:hover { color: #fff; }
.w-sticky-cta { display: none; }

#experience, #packages, #faq, #quote { scroll-margin-top: 72px; }

@media (max-width: 900px) {
  .w-hero { grid-template-columns: 1fr; }
  .w-hero__copy { min-height: auto; padding: 5rem 1.5rem 3.5rem; }
  .w-hero h1 { max-width: 760px; }
  .w-hero__visual { min-height: 70svh; }
  .w-included, .w-pricing, .w-process, .w-faq, .w-quote { grid-template-columns: 1fr; }
  .w-included__image { min-height: 70svh; }
  .w-included__copy { padding: 4.5rem 1.5rem; }
  .w-moments__heading { display: block; }
  .w-moments__grid { grid-template-columns: 1fr 1fr; }
  .w-gallery { grid-template-columns: 1.4fr 1fr; }
  .w-gallery figure { height: 340px; }
  .w-gallery figure:last-child { grid-column: 1 / -1; }
  .w-real-events__heading { align-items: start; flex-direction: column; gap: 1.25rem; }
  .w-reels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .w-footer { grid-template-columns: 1fr; align-items: start; }
  .w-footer div { display: grid; grid-column: 1; grid-row: auto; gap: .5rem; }
}

@media (max-width: 680px) {
  body { font-size: 16px; padding-bottom: 60px; }
  .w-nav { min-height: 62px; }
  .w-nav__links { display: none; }
  .w-nav__mobile-cta { display: block; }
  .w-hero { min-height: auto; }
  .w-hero__copy { padding-top: 4rem; }
  .w-hero h1 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .w-hero__actions { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .w-hero__actions > span { max-width: none; }
  .w-hero__visual { min-height: 63svh; }
  .w-hero__video { display: none; }
  .w-intro { text-align: left; }
  .w-moments__grid, .w-pricing__cards, .w-form-row { grid-template-columns: 1fr; }
  .w-moments__grid article { min-height: 200px; }
  .w-gallery { grid-template-columns: 1fr 1fr; }
  .w-gallery__large { grid-column: 1 / -1; }
  .w-gallery figure { height: 280px; }
  .w-gallery__large { height: 340px !important; }
  .w-real-events { overflow: hidden; }
  .w-reels { grid-template-columns: repeat(4, minmax(245px, 72vw)); overflow-x: auto; margin-right: -1.5rem; padding-right: 1.5rem; padding-bottom: .5rem; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .w-reels::-webkit-scrollbar { display: none; }
  .w-reel-card { scroll-snap-align: start; }
  .w-quote__panel { padding: 1.4rem; }
  .quote-form__submit { width: 100%; }
  .w-footer { padding-bottom: 3rem; }
  .w-sticky-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 40; display: flex; min-height: 60px; align-items: center; justify-content: space-between; padding: 0 1.3rem; background: var(--sage-dark); color: #fff; font-size: .76rem; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
}

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