:root {
  --paper: #f7f3ee;
  --paper-deep: #eee7de;
  --ink: #29231f;
  --muted: #6e625b;
  --wine: #7a2732;
  --wine-dark: #611d26;
  --line: #d8cec4;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --container: 75rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .7rem 1rem; background: var(--ink); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #b54b59; outline-offset: 4px; }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(41,35,31,.12); }
.header-inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.header-link { font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-underline-offset: .35rem; }

.hero { padding: 2.25rem 0 1.625rem; }
.hero-grid { display: grid; gap: 1.75rem; }
.eyebrow { margin: 0 0 .85rem; color: var(--wine); font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 13ch; margin: 0; font-family: var(--serif); font-size: clamp(3.25rem, 14vw, 5.6rem); font-weight: 500; line-height: .92; letter-spacing: -.035em; }
.hero-intro { max-width: 36rem; margin: 1.4rem 0 0; color: var(--muted); }
.hero-photo { margin: .25rem 0 0; overflow: hidden; background: var(--paper-deep); }
.hero-photo img { width: 100%; height: auto; }
.hero-action { display: grid; justify-items: start; gap: 1rem; }
.offer-line { margin: 0; font-size: .95rem; }
.button { display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; padding: .85rem 1.25rem; border: 1px solid var(--wine); background: var(--wine); color: white; font-size: .76rem; font-weight: 600; letter-spacing: .11em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { background: var(--wine-dark); border-color: var(--wine-dark); transform: translateY(-2px); }
.microcopy { margin: -.25rem 0 0; color: var(--muted); font-size: .82rem; }

.section { padding: 1.625rem 0; }
.section-heading { max-width: 43rem; margin-bottom: clamp(1.75rem, 4vw, 2.5rem); }
h2 { max-width: 16ch; margin: 0; font-family: var(--serif); font-size: clamp(2.75rem, 10vw, 5rem); font-weight: 500; line-height: .98; letter-spacing: -.025em; }
.section-heading > p:last-child { max-width: 36rem; margin: 1.25rem 0 0; color: var(--muted); }
h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 600; line-height: 1.05; }
.scenes { border-top: 1px solid var(--line); }
.scene-grid { display: grid; gap: 3rem; }
.scene-card { display: grid; align-content: start; }
.scene-image { margin: 0; overflow: hidden; background: var(--paper-deep); }
.scene-card > .scene-image { aspect-ratio: 1.41 / 1; margin-bottom: 1.25rem; }
.scene-image img { width: 100%; height: 100%; object-fit: cover; }
.scene-image-real img { object-position: 50% 42%; }
.scene-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; margin-bottom: 1.25rem; }
.scene-gallery-home { grid-template-columns: minmax(0, .9fr) minmax(0, 1.6fr); }
.scene-image-primary { grid-column: 1 / -1; aspect-ratio: 1.41 / 1; }
.scene-image-secondary { aspect-ratio: 4 / 5; }
.scene-image-family { aspect-ratio: auto; }
.scene-copy { display: grid; grid-template-columns: 2.2rem 1fr; }
.scene-copy > *:not(.card-number) { grid-column: 2; }
.card-number { grid-row: 1 / span 3; margin: .25rem 0 0; color: var(--wine); font-size: .7rem; font-weight: 600; letter-spacing: .12em; }
.scene-copy > p:not(.card-number, .caption) { margin: .65rem 0 0; color: var(--muted); }
.caption { margin: .9rem 0 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.scene-note { max-width: 55rem; margin: clamp(2rem, 4vw, 3.5rem) auto 0; padding: 1.5rem; border-left: 2px solid var(--wine); background: #f1ebe4; color: var(--muted); font-size: .9rem; }

.packages { background: #eee7de; }
.package-grid { display: grid; gap: 1rem; }
.package-card { display: flex; flex-direction: column; padding: clamp(1.5rem, 5vw, 3.25rem); border: 1px solid #cabeb4; background: var(--paper); }
.package-card-featured { border-top: 4px solid var(--wine); }
.package-top { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.price { margin: 0; font-family: var(--serif); font-size: 2.7rem; line-height: 1; }
.price span { font-family: var(--sans); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.duration { margin: 1.5rem 0 .5rem; color: var(--wine); font-weight: 600; }
.feature-list { margin: .5rem 0 1.5rem; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: .7rem 0 .7rem 1.5rem; border-bottom: 1px solid rgba(41,35,31,.1); }
.feature-list li::before { content: "—"; position: absolute; left: 0; color: var(--wine); }
.package-note { margin: 0 0 1.75rem; color: var(--muted); font-size: .82rem; }
.package-card .button { align-self: flex-start; margin-top: auto; }
.button-outline { background: transparent; color: var(--wine); }
.button-outline:hover { color: white; }

.dates-grid { display: grid; gap: 2rem; }
.dates-heading { margin-bottom: 0; }
.date-list { border-top: 1px solid var(--line); }
.date-card { padding: 1.75rem 0; border-bottom: 1px solid var(--line); }
.date-month { margin: 0 0 .4rem; color: var(--wine); font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.date-card h3 span { display: block; color: var(--muted); font-family: var(--sans); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.date-card > p:last-child { margin: 1rem 0 0; color: var(--muted); font-size: .9rem; }
.dates-action { display: grid; justify-items: start; gap: 1rem; padding-top: 2rem; }

.styling { border-top: 1px solid var(--line); }
.styling-grid { display: grid; gap: 2rem; }
.styling-copy { max-width: 42rem; }
.styling-copy > p:first-child { margin-top: 0; }
.palette-label { margin-bottom: .25rem; color: var(--muted); font-size: .8rem; }
.palette { margin-top: 0; color: var(--wine); font-family: var(--serif); font-size: clamp(1.65rem, 6vw, 2.5rem); line-height: 1.2; }
.palette span { color: #ac9f95; }
.wardrobe-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }

.final-cta { padding: 1.625rem 0; background: var(--ink); color: var(--paper); }
.final-grid { display: grid; gap: 2.5rem; }
.final-photo { margin: 0; }
.final-photo img { width: 100%; height: auto; }
.final-copy { display: grid; align-content: center; justify-items: start; }
.final-copy h2 { max-width: 12ch; }
.final-copy > p:not(.eyebrow, .offer-line, .signature) { color: #d3c9c0; }
.final-copy .offer-line { margin: 1rem 0 1.5rem; }
.signature { margin: 1rem 0 0; color: #aa9d93; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer { padding: 1.5rem 0 calc(1.5rem + env(safe-area-inset-bottom)); background: var(--ink); color: #aa9d93; border-top: 1px solid rgba(247,243,238,.15); font-size: .75rem; }
.site-footer .container { display: flex; justify-content: space-between; gap: 1rem; }
.site-footer p { margin: 0; }
.site-footer a { text-underline-offset: .25rem; }
.sticky-booking { position: fixed; z-index: 30; right: .75rem; bottom: calc(.75rem + env(safe-area-inset-bottom)); left: .75rem; display: flex; min-height: 3.6rem; align-items: center; justify-content: space-between; gap: 1rem; padding: .6rem .65rem .6rem 1.1rem; background: var(--ink); color: white; box-shadow: 0 .75rem 2rem rgba(41,35,31,.22); opacity: 0; pointer-events: none; transform: translateY(130%); transition: opacity .3s ease, transform .3s ease; }
.sticky-booking span { font-family: var(--serif); font-size: 1.35rem; }
.sticky-booking a { padding: .65rem .8rem; background: var(--wine); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
body.hero-passed .sticky-booking { opacity: 1; pointer-events: auto; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(1rem); transition: opacity .42s ease, transform .42s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 54rem) {
  .container { width: min(calc(100% - 5rem), var(--container)); }
  .hero { padding: clamp(3rem, 4vw, 4rem) 0 2.5rem; }
  .section { padding: 2.5rem 0; }
  .final-cta { padding: 2.5rem 0; }
  .hero-grid { grid-template-columns: minmax(0, 45fr) minmax(0, 55fr); grid-template-areas: "copy photo" "action photo"; column-gap: clamp(3rem, 7vw, 7rem); row-gap: 2rem; align-items: start; }
  .hero-copy { grid-area: copy; padding-top: clamp(1rem, 4vw, 4rem); }
  .hero-photo { grid-area: photo; }
  .hero-action { grid-area: action; align-self: end; padding-bottom: clamp(1rem, 3vw, 3rem); }
  h1 { font-size: clamp(4.2rem, 6vw, 6.2rem); }
  .scene-grid { grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2.5vw, 2.5rem); }
  .scene-gallery,
  .scene-card > .scene-image { aspect-ratio: .745 / 1; }
  .scene-gallery { grid-template-rows: minmax(0, 1.16fr) minmax(0, 1fr); }
  .scene-gallery .scene-image-primary,
  .scene-gallery .scene-image-secondary { min-height: 0; aspect-ratio: auto; }
  .scene-copy h3 { min-height: 2.1em; }
  .package-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; align-items: stretch; }
  .dates-grid { grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); gap: clamp(3rem, 8vw, 8rem); }
  .styling-grid { grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); gap: clamp(3rem, 8vw, 8rem); }
  .final-grid { grid-template-columns: minmax(0, 56fr) minmax(0, 44fr); gap: clamp(3rem, 7vw, 7rem); }
  .sticky-booking { display: none; }
}

@media (max-width: 31rem) {
  .brand { font-size: 1.05rem; letter-spacing: .08em; }
  .header-link { font-size: .65rem; }
  .offer-line { line-height: 1.8; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
