:root {
  color-scheme: light;
  --ink: #2f2928;
  --muted: #746c69;
  --paper: #faf7f2;
  --paper-deep: #f0e9df;
  --plum: #3a2d31;
  --wine: #79515a;
  --rose: #a7737e;
  --pink: #d9c0c5;
  --petal: #eee2e3;
  --yellow: #c2a66f;
  --sage: #7b7e73;
  --white: #fffdf9;
  --line: rgba(74, 56, 58, .18);
  --display: "Bodoni Moda", Georgia, serif;
  --accent: "Bodoni Moda", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --shadow: 0 28px 80px rgba(58, 39, 44, .14);
  --shell: 1340px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; overflow-wrap: break-word; }
section[id], #experience { scroll-margin-top: 142px; }
main:focus { outline: none; }
::selection { color: var(--white); background: var(--wine); }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 16px;
  color: var(--white);
  background: var(--plum);
  border: 2px solid var(--white);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .18s ease;
}
.skip-link:focus { transform: translateY(0); }

.section-shell { width: min(calc(100% - 80px), var(--shell)); margin-inline: auto; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  color: var(--wine);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow span { display: inline-flex; align-items: center; gap: 11px; }
.eyebrow span::after { content: ""; width: 30px; height: 2px; background: currentColor; opacity: .65; }
.eyebrow.light { color: var(--white); }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.035em; line-height: .97; }
h2 { margin-bottom: 0; font-size: clamp(2.8rem, 4.25vw, 4.8rem); }
h1 em, h2 em {
  color: inherit;
  font-family: var(--accent);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.045em;
  box-shadow: none;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .025em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}
.button span, .card-link span, .text-link span { transition: transform .16s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(43, 35, 30, .18); }
.button:hover span, .card-link:hover span, .text-link:hover span { transform: translate(3px, -2px); }
.button-primary { color: var(--white); background: var(--wine); border-color: var(--wine); }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-dark { color: var(--white); background: var(--wine); border-color: var(--wine); }
.button-light { color: var(--plum); background: var(--white); border-color: var(--white); }
.text-link, .card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding-bottom: 5px;
  color: var(--wine);
  border-bottom: 2px solid currentColor;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}
:focus-visible { outline: 3px solid #b58b95; outline-offset: 4px; }

/* Announcement */
.announcement-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 110;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 48px);
  padding: 7px 18px;
  color: var(--white);
  background: #2b2225;
  border-bottom: 1px solid rgba(194, 166, 111, .34);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
.announcement-bar > span { display: inline-flex; align-items: center; gap: 9px; }
.announcement-bar i { color: #d8bd87; font-size: .85rem; font-style: normal; }
.announcement-bar a { color: #ead9dc; text-underline-offset: 4px; }
.announcement-bar a:hover { color: var(--white); }
.announcement-mobile { display: none; }

/* Header */
.site-header {
  position: fixed;
  inset: 50px 24px auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 68px;
  padding: 9px 11px 9px 18px;
  color: var(--white);
  background: rgba(45, 34, 37, .94);
  border: 1px solid rgba(194, 166, 111, .28);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(20, 17, 15, .18);
  backdrop-filter: blur(16px);
  transition: inset .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { inset-block-start: 43px; box-shadow: 0 14px 38px rgba(20, 17, 15, .22); }
.scroll-progress { display: none; }
.brand { display: inline-flex; align-items: center; min-width: max-content; text-decoration: none; }
.brand-name { display: grid; gap: 5px; }
.brand-wordmark { display: block; color: var(--white); font-family: var(--display); font-size: 1.28rem; font-style: normal; font-weight: 600; line-height: .82; letter-spacing: -.025em; white-space: nowrap; }
.brand-name small { display: flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, .62); font-size: .49rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.brand-name small i { width: 3px; height: 3px; background: #d8bd87; border-radius: 50%; }
.nav { display: flex; align-items: center; gap: 1px; }
.nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .16s ease, background .16s ease;
}
.nav a:hover, .nav a.is-active { color: var(--white); background: rgba(217, 192, 197, .13); border-radius: 999px; }
.nav .nav-social { gap: 8px; color: rgba(255, 255, 255, .82); }
.instagram-glyph {
  position: relative;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border: 1.5px solid currentColor;
  border-radius: 4px;
}
.instagram-glyph::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.instagram-glyph::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 2.5px;
  height: 2.5px;
  background: currentColor;
  border-radius: 50%;
}
.nav .nav-cta, .nav .nav-cta.is-active { margin-left: 6px; padding-inline: 19px; color: var(--ink); background: var(--white); border-radius: 999px; }
.nav .nav-cta:hover, .nav .nav-cta.is-active:hover { color: var(--ink); background: #f0e2e4; }
.nav-toggle { display: none; }

/* Hero */
.hero { position: relative; min-height: 900px; display: flex; align-items: center; color: var(--white); background: #2d2427; overflow: hidden; }
.hero::before { content: none; }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(39, 29, 32, .97) 0%, rgba(39, 29, 32, .84) 38%, rgba(39, 29, 32, .3) 72%, rgba(39, 29, 32, .14) 100%), linear-gradient(0deg, rgba(39, 29, 32, .5), transparent 45%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  width: min(calc(100% - 96px), var(--shell));
  min-height: 900px;
  margin: 0 auto;
  padding: 150px 0 84px;
}
.hero-content { position: relative; z-index: 2; max-width: 780px; padding-top: 0; border-top: 0; }
.hero h1 { max-width: 820px; margin-bottom: 26px; color: var(--white); font-size: clamp(4.7rem, 7.25vw, 8.2rem); line-height: .9; }
.hero h1 em { color: #e4c7ce; box-shadow: none; }
.hero-copy { max-width: 650px; margin-bottom: 0; color: rgba(255, 255, 255, .79); font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 29px 0 27px; }
.hero-actions .button-primary { color: var(--ink); background: var(--white); border-color: var(--white); }
.hero-actions .button-primary:hover { color: var(--ink); background: #f0e2e4; border-color: #f0e2e4; }
.hero-actions .button-ghost { min-height: 52px; padding-inline: 22px; color: var(--white); background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .45); border-radius: 999px; }
.hero-actions .button-ghost:hover { color: var(--white); background: rgba(255, 255, 255, .1); box-shadow: none; }
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 19px;
  max-width: 620px;
  margin: 0;
  padding: 17px 0 0;
  color: rgba(255, 255, 255, .78);
  border-top: 1px solid rgba(255, 255, 255, .25);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.45;
  list-style: none;
  text-transform: uppercase;
}
.hero-proof li { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof li::before { content: ""; width: 5px; height: 5px; flex: 0 0 5px; background: #cdb27c; border-radius: 50%; }
.hero-seal { position: relative; display: grid; width: 142px; height: 142px; place-content: center; justify-items: center; color: var(--ink); background: rgba(255, 253, 249, .94); border: 1px solid rgba(194, 166, 111, .72); border-radius: 50%; box-shadow: 0 18px 50px rgba(36, 23, 27, .26); text-align: center; transform: rotate(-5deg); }
.hero-seal::after { content: ""; position: absolute; width: 124px; height: 124px; border: 1px dashed rgba(121, 81, 90, .44); border-radius: 50%; }
.hero-seal span { font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-seal strong { margin: -2px 0; color: var(--wine); font-family: var(--display); font-size: 2.35rem; font-style: italic; font-weight: 600; line-height: 1; }
.scroll-cue { position: absolute; z-index: 2; bottom: 30px; left: 3.4%; display: inline-flex; align-items: center; gap: 14px; color: rgba(255, 255, 255, .72); font-size: .6rem; font-weight: 800; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.scroll-cue i { width: 64px; height: 1px; background: currentColor; }

.proof-strip { overflow: hidden; color: var(--white); background: #4b383e; border-block: 1px solid #32262a; box-shadow: inset 0 1px rgba(255, 255, 255, .1); }
.proof-strip-track { display: flex; width: max-content; animation: proof-strip-scroll 34s linear infinite; will-change: transform; }
.proof-strip-group { display: flex; flex: 0 0 auto; min-width: 100vw; align-items: stretch; padding-inline: clamp(8px, 2vw, 30px); }
.proof-strip span { flex: 1; display: grid; place-items: center; min-height: 70px; padding: 14px 18px; font-family: var(--display); font-size: clamp(.95rem, 1.3vw, 1.2rem); text-align: center; white-space: nowrap; }
.proof-strip i { display: grid; flex: 0 0 34px; place-items: center; color: var(--petal); font-size: .65rem; font-style: normal; }
.proof-strip:hover .proof-strip-track,
.proof-strip:focus .proof-strip-track,
.proof-strip:focus-within .proof-strip-track { animation-play-state: paused; }
@keyframes proof-strip-scroll { to { transform: translateX(-50%); } }

/* Shared headings */
.section-heading { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .45fr); column-gap: clamp(42px, 8vw, 110px); row-gap: 24px; align-items: end; margin-bottom: clamp(48px, 6vw, 76px); padding-top: 27px; border-top: 1px solid var(--line); }
.section-heading::before { content: ""; position: absolute; top: -4px; left: 0; width: 9px; height: 9px; background: var(--yellow); border: 2px solid var(--paper); transform: rotate(45deg); }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: .98rem; line-height: 1.75; }
.service-intro-copy { display: grid; gap: 13px; align-self: end; }
.service-intro-copy p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.72; }
.service-intro-copy .service-quote-note { padding-top: 13px; color: var(--wine); border-top: 1px solid var(--line); font-size: .73rem; font-weight: 600; line-height: 1.6; }

/* Services */
.services { padding-block: clamp(96px, 8vw, 128px); background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.service-card { min-width: 0; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid rgba(121, 81, 90, .16); border-radius: 20px; box-shadow: 0 20px 58px rgba(58, 39, 44, .1); overflow: hidden; transition: transform .28s ease, box-shadow .28s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 30px 76px rgba(58, 39, 44, .15); }
.service-image { position: relative; height: clamp(330px, 31vw, 440px); overflow: hidden; border-bottom: 1px solid rgba(43, 39, 36, .12); }
.service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.04) brightness(.99); transition: transform .45s ease, filter .45s ease; }
.service-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 253, 249, .04), rgba(58, 39, 44, .1)); pointer-events: none; }
.service-card:hover .service-image img { transform: scale(1.025); }
.service-card:hover .service-image img { filter: saturate(.94) contrast(1.04) brightness(1.01); }
.service-card:nth-child(1) .service-image img { object-position: center 48%; }
.service-card:nth-child(2) .service-image img { object-position: center 45%; }
.service-card:nth-child(3) .service-image img { object-position: center 42%; }
.service-card:nth-child(4) .service-image img { object-position: center 48%; }
.service-number { position: absolute; top: 16px; left: 16px; z-index: 1; display: grid; width: 46px; height: 46px; place-items: center; color: var(--wine); background: rgba(255, 253, 249, .94); border: 1px solid rgba(194, 166, 111, .76); border-radius: 50%; box-shadow: 0 8px 24px rgba(58, 39, 44, .12); font-family: var(--display); font-style: italic; }
.service-content { display: flex; flex: 1; flex-direction: column; padding: 28px 26px 31px; }
.service-label { margin-bottom: 11px; color: var(--wine); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-content h3 { margin-bottom: 14px; font-family: var(--display); font-size: clamp(2rem, 2.65vw, 3.25rem); font-weight: 400; letter-spacing: -.03em; line-height: 1; }
.service-content > p:not(.service-label) { color: var(--muted); font-size: .91rem; line-height: 1.65; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 22px 0 25px; list-style: none; }
.service-tags li { padding: 7px 10px; color: var(--wine); background: #f5ecec; border: 1px solid rgba(121, 81, 90, .16); border-radius: 999px; font-size: .62rem; font-weight: 700; }
.service-content .card-link { margin-top: auto; }

/* Workshop film */
.workshop-story { padding-block: clamp(88px, 8vw, 122px); background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.workshop-story-layout { display: grid; grid-template-columns: minmax(340px, .68fr) minmax(0, 1.32fr); gap: clamp(42px, 6vw, 86px); align-items: center; }
.workshop-story-copy { max-width: 710px; }
.workshop-story-copy h2 { font-size: clamp(3.15rem, 4.65vw, 5.25rem); }
.workshop-story-copy h2 em { color: var(--wine); }
.workshop-story-copy > p:not(.eyebrow) { max-width: 640px; margin: 27px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.78; }
.workshop-story-notes { display: grid; gap: 11px; padding: 23px 0; margin: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.workshop-story-notes li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink); font-size: .8rem; font-weight: 650; line-height: 1.55; }
.workshop-story-notes li::before { content: "✦"; flex: 0 0 auto; color: var(--yellow); }
.workshop-film-reel { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; align-items: start; }
.workshop-video-card { position: relative; min-width: 0; margin: 0; padding: 9px 9px 14px; background: var(--white); border: 1px solid rgba(121, 81, 90, .18); border-radius: 18px; box-shadow: 0 22px 58px rgba(58, 39, 44, .13); }
.workshop-video-frame { position: relative; aspect-ratio: 9 / 16; overflow: hidden; background: #2d2427; border-radius: 14px; }
.workshop-video-frame video { width: 100%; height: 100%; display: block; object-fit: cover; }
.workshop-video-card figcaption { min-height: 75px; padding: 13px 5px 0; color: var(--muted); font-size: .66rem; line-height: 1.5; }
.workshop-video-card figcaption span { display: block; margin-bottom: 5px; color: var(--wine); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Occasions */
.occasion-line { padding-block: clamp(72px, 6vw, 96px); color: var(--white); background: #382b30; }
.occasion-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: clamp(50px, 9vw, 130px); align-items: start; }
.occasion-intro { position: sticky; top: 112px; }
.occasion-intro h2 { font-size: clamp(3rem, 4.35vw, 4.85rem); }
.occasion-intro h2 em { color: #e0bec6; }
.occasion-intro .eyebrow span::after, .testimonial-heading .eyebrow span::after, .about .eyebrow span::after, .faq-heading .eyebrow span::after { display: none; }
.occasion-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, .22); }
.occasion-list li { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.occasion-list li > span { display: grid; width: 34px; height: 34px; place-items: center; color: #d9bd84; border: 1px solid rgba(217, 189, 132, .5); border-radius: 50%; font-family: var(--display); font-size: .9rem; line-height: 1; }
.occasion-list strong { font-family: var(--display); font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 400; }
.occasion-list small { color: rgba(255, 255, 255, .72); font-size: .59rem; font-weight: 700; letter-spacing: .09em; text-align: right; text-transform: uppercase; }

/* Gallery */
.gallery { padding-block: clamp(96px, 8vw, 128px); }
.gallery-heading { align-items: end; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 115px; gap: 13px; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; color: var(--white); background: var(--plum); border: 1px solid rgba(121, 81, 90, .14); border-radius: 14px; box-shadow: 0 14px 38px rgba(58, 39, 44, .08); cursor: zoom-in; text-align: left; }
.gallery-tall { grid-column: 1 / 5; grid-row: 1 / 7; }
.gallery-wide { grid-column: 5 / 13; grid-row: 1 / 4; }
.gallery-square { grid-column: 5 / 9; grid-row: 4 / 7; }
.gallery-detail { grid-column: 9 / 13; grid-row: 4 / 7; }
.gallery-secondary { grid-column: 1 / 7; grid-row: 7 / 11; }
.gallery-portrait { grid-column: 7 / 13; grid-row: 7 / 11; }
.gallery-item::after { content: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84) contrast(1.04) brightness(.98); transition: transform .4s ease, filter .4s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item:hover img { filter: saturate(.94) contrast(1.04) brightness(1.01); }
.gallery-item:focus-visible { outline: 0; box-shadow: inset 0 0 0 3px var(--white), inset 0 0 0 6px var(--rose); }
.gallery-item > span { display: none; }
.gallery-more { padding-top: 14px; }
.gallery-more-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.gallery-more-grid .gallery-item { aspect-ratio: 4 / 5; min-height: 0; }
.gallery-more-grid .gallery-item:nth-child(5n + 2), .gallery-more-grid .gallery-item:nth-child(5n + 4) { aspect-ratio: 4 / 4.45; }
.gallery-expand-wrap { display: flex; justify-content: center; padding-top: 28px; }
.gallery-toggle { min-width: 230px; color: var(--wine); background: transparent; border-color: rgba(121, 81, 90, .52); }
.gallery-toggle i { font-style: normal; font-size: 1.15rem; transition: transform .2s ease; }
.gallery-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.gallery-footer { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding-top: 28px; }
.gallery-footer p { margin: 0; color: var(--muted); }
.gallery-swipe-note { display: none; }

/* Lemonade pairing */
.pairing { min-height: 540px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; color: var(--ink); background: #d2c0bd; overflow: hidden; }
.pairing-photo { position: relative; width: calc(100% - clamp(48px, 7vw, 100px)); height: 440px; margin: 48px 0 48px clamp(28px, 5vw, 70px); overflow: hidden; background: var(--white); border: 1px solid rgba(121, 81, 90, .22); border-radius: 18px; box-shadow: 0 28px 78px rgba(58, 39, 44, .18); transform: rotate(-.45deg); }
.pairing-photo img { width: 112%; max-width: none; height: 100%; object-fit: cover; object-position: left center; }
.pairing-photo figcaption { position: absolute; right: 20px; bottom: 20px; padding: 10px 13px; color: var(--ink); background: rgba(255, 253, 250, .9); border: 1px solid rgba(43, 39, 36, .24); border-radius: 999px; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pairing-copy { display: grid; align-content: center; justify-items: start; padding: clamp(54px, 8vw, 110px); }
.pairing-copy .eyebrow { color: var(--ink); }
.pairing-copy h2 { max-width: 680px; font-size: clamp(3.1rem, 4.55vw, 5rem); }
.pairing-copy h2 em { color: var(--wine); }
.pairing-copy > p:not(.eyebrow) { max-width: 560px; margin: 26px 0; color: #514943; font-size: 1.02rem; line-height: 1.72; }
.pairing .button:focus-visible { outline-color: var(--plum); box-shadow: 0 0 0 7px var(--white); }

/* Community note */
.testimonials { padding-block: clamp(72px, 6vw, 96px); color: var(--white); background: #2d2427; }
.community-grid { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: clamp(42px, 8vw, 110px); align-items: center; }
.testimonial-heading { margin: 0; }
.testimonial-heading h2 { max-width: 760px; font-size: clamp(2.9rem, 3.95vw, 4.4rem); }
.testimonial-heading h2 em { color: inherit; }
.quote-featured { position: relative; min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: clamp(28px, 3.4vw, 42px); background: #3b2e33; border: 1px solid rgba(194, 166, 111, .32); border-radius: 20px; overflow: hidden; }
.quote-featured > p { position: relative; z-index: 1; max-width: 780px; margin: 28px 0 40px; font-family: var(--display); font-size: clamp(2.2rem, 3.2vw, 3.6rem); line-height: 1.05; }
.quote-mark { position: absolute; top: -40px; right: 24px; color: rgba(226, 210, 200, .12); font-family: var(--display); font-size: 13rem; line-height: 1; }
.quote-featured footer strong, .quote-featured footer small { display: block; }
.quote-featured footer strong { color: var(--pink); font-size: .8rem; }
.quote-featured footer small { margin-top: 5px; color: rgba(255, 255, 255, .68); font-size: .67rem; }
.quote-featured .text-link { margin-top: 26px; color: var(--pink); }
/* Process */
.process { position: relative; padding-block: clamp(80px, 7vw, 112px); overflow: hidden; background: var(--paper-deep); }
.process::before { content: ""; }
.process-layout { display: grid; grid-template-columns: minmax(300px, .76fr) minmax(460px, 1.24fr); gap: clamp(55px, 9vw, 130px); align-items: start; }
.process-intro { position: sticky; top: 112px; }
.process-intro h2 { font-size: clamp(3rem, 4vw, 4.45rem); }
.process-intro > p:not(.eyebrow) { max-width: 520px; margin: 25px 0; color: var(--muted); line-height: 1.75; }
.process-steps { position: relative; z-index: 1; display: grid; gap: 0; padding: 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.process-steps li, .process-steps li:nth-child(2), .process-steps li:nth-child(3) { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 22px; margin-left: 0; padding: clamp(26px, 3vw, 36px) 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); box-shadow: none; }
.process-steps li::after { content: none; }
.process-steps li > span, .process-steps li:nth-child(2) > span, .process-steps li:nth-child(3) > span { display: block; width: auto; height: auto; color: var(--wine); background: transparent; border: 0; border-radius: 0; box-shadow: none; font-family: var(--display); font-size: 1.7rem; font-style: italic; transform: none; }
.process-steps small { display: block; margin-bottom: 7px; color: var(--rose); font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.process-steps h3 { margin: 0 0 9px; font-family: var(--display); font-size: clamp(1.55rem, 2.35vw, 2.35rem); font-weight: 400; }
.process-steps p { margin: 0; color: var(--muted); line-height: 1.7; }

/* About */
.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.about-note {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--paper-deep);
  border-right: 1px solid var(--line);
}
.about-note::before { content: none; }
.about-note::after { content: none; }
.about-note-photo { position: absolute; inset: 0; margin: 0; overflow: hidden; background: #d8c4c5; }
.about-note-photo::after { position: absolute; inset: 38% 0 0; content: ""; background: linear-gradient(0deg, rgba(46, 35, 39, .34), transparent); pointer-events: none; }
.about-note-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 30%; filter: saturate(.9) contrast(1.03) brightness(.99); }
.about-note-card { position: absolute; right: clamp(22px, 2.4vw, 34px); bottom: clamp(22px, 2.4vw, 34px); left: clamp(22px, 2.4vw, 34px); z-index: 1; min-width: 0; padding: clamp(24px, 2.2vw, 32px); color: var(--ink); background: rgba(255, 253, 249, .92); border: 1px solid rgba(255, 255, 255, .72); border-radius: 18px; box-shadow: 0 24px 64px rgba(45, 35, 39, .22); backdrop-filter: blur(10px); }
.about-note-kicker { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0; color: var(--wine); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-note-kicker span:first-child { display: inline-flex; align-items: center; gap: 11px; }
.about-note-kicker span:first-child::after { content: ""; width: 30px; height: 1px; background: currentColor; opacity: .65; }
.about-note-quote { margin: 0; }
.about-note-line { max-width: 620px; margin: 18px 0 22px; color: var(--plum); font-family: var(--display); font-size: clamp(2.05rem, 2.35vw, 2.7rem); letter-spacing: -.04em; line-height: 1.01; }
.about-note-line em { color: var(--rose); font-family: var(--accent); font-style: italic; font-weight: 500; }
.about-note-signature { display: grid; grid-template-columns: auto minmax(170px, 1fr); align-items: end; gap: 20px; margin: 0; padding-top: 15px; color: var(--plum); border-top: 1px solid var(--line); }
.about-note-signature strong { font-family: var(--display); font-size: 1.5rem; font-weight: 400; }
.about-note-signature span { justify-self: end; max-width: 250px; color: var(--muted); font-size: .61rem; font-weight: 700; letter-spacing: .1em; line-height: 1.45; text-align: right; text-transform: uppercase; }
.about-copy { display: grid; align-content: center; padding: clamp(52px, 5vw, 76px); background: var(--white); }
.about-copy h2 { max-width: 650px; font-size: clamp(2.75rem, 3.45vw, 3.9rem); }
.about-copy > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.78; }
.about-notes { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0; }
.about-notes span { padding: 8px 11px; color: var(--wine); background: var(--petal); border: 1px solid rgba(43, 39, 36, .2); border-radius: 999px; font-size: .65rem; font-weight: 700; }

/* FAQ */
.faq { padding-block: clamp(72px, 6vw, 96px); }
.faq-layout { display: grid; grid-template-columns: minmax(300px, .7fr) minmax(480px, 1.3fr); gap: clamp(55px, 9vw, 130px); align-items: start; }
.faq-heading h2 { font-size: clamp(2.9rem, 3.9vw, 4.35rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 24px 0; font-family: var(--display); font-size: clamp(1.3rem, 1.9vw, 1.8rem); font-weight: 400; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; flex: 0 0 35px; width: 35px; height: 35px; place-items: center; color: var(--wine); background: var(--petal); border: 1px solid rgba(121, 81, 90, .22); border-radius: 50%; font-family: var(--sans); transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; padding: 0 54px 24px 0; color: var(--muted); line-height: 1.75; }

/* Contact */
.contact { position: relative; padding-block: clamp(96px, 8vw, 128px); color: var(--white); background: linear-gradient(135deg, #302629, #514047); overflow: hidden; }
.contact-backdrop { position: absolute; right: -90px; top: -110px; width: 320px; height: 320px; background: #a97d86; border-radius: 50%; opacity: .2; pointer-events: none; }
.contact-layout { position: relative; display: grid; grid-template-columns: minmax(330px, .8fr) minmax(480px, 1.2fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-copy { position: sticky; top: 112px; }
.contact-copy h2 { color: var(--white); font-size: clamp(3.3rem, 4.9vw, 5.45rem); }
.contact-copy h2 em { color: #e4c7ce; box-shadow: none; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0; color: rgba(255, 255, 255, .78); font-size: 1rem; line-height: 1.75; }
.contact-trust { display: grid; gap: 10px; max-width: 560px; padding: 0; margin: 0 0 25px; list-style: none; }
.contact-trust li { display: flex; align-items: flex-start; gap: 10px; color: rgba(255, 255, 255, .88); font-size: .78rem; font-weight: 600; line-height: 1.5; }
.contact-trust li::before { content: "✓"; flex: 0 0 auto; color: #d9bd84; font-weight: 700; }
.contact-details { display: grid; gap: 7px; margin-top: 28px; }
.contact-details a { width: fit-content; padding: 9px 0; text-decoration: none; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { margin-bottom: 5px; color: var(--pink); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { font-family: var(--display); font-size: 1.24rem; font-weight: 400; overflow-wrap: anywhere; }
.inquiry-form { display: grid; gap: 17px; padding: clamp(28px, 5vw, 54px); color: var(--ink); background: rgba(255, 253, 249, .98); border: 1px solid rgba(194, 166, 111, .42); border-radius: 20px; box-shadow: 0 34px 96px rgba(36, 23, 27, .28); }
.form-heading { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { display: block; margin-bottom: 5px; font-family: var(--display); font-size: clamp(1.7rem, 2.7vw, 2.6rem); }
.form-heading p, .form-note { margin: 0; color: var(--muted); font-size: .75rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; color: var(--wine); font-size: .71rem; font-weight: 700; }
input, select, textarea { width: 100%; padding: 13px; color: var(--ink); background: #faf6f2; border: 1px solid rgba(121, 81, 90, .22); border-radius: 8px; transition: border .16s ease, box-shadow .16s ease, background .16s ease; }
input:focus, select:focus, textarea:focus { outline: 0; background: var(--white); border-color: var(--wine); box-shadow: 0 0 0 4px rgba(110, 90, 80, .12); }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; box-shadow: none; }
textarea { resize: vertical; }
.hidden-field { display: none; }
.inquiry-form .button { width: 100%; }
.inquiry-form.is-prefilled select[name="service-type"] { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(110, 90, 80, .12); }
.form-note { text-align: center; line-height: 1.55; }
.form-note a { color: var(--wine); font-weight: 700; }
.form-privacy { margin: -4px auto 0; color: var(--muted); font-size: .67rem; line-height: 1.55; text-align: center; }
.form-privacy a { color: var(--wine); font-weight: 700; text-underline-offset: 3px; }

/* Footer */
.footer { padding: 76px 0 26px; color: var(--white); background: #251e21; border-top: 1px solid rgba(194, 166, 111, .28); }
.footer-grid { display: grid; grid-template-columns: minmax(260px, 1.15fr) .55fr .8fr minmax(220px, .7fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.footer .brand { width: fit-content; color: var(--white); }
.footer .brand-name small { color: rgba(255, 255, 255, .7); }
.footer-brand > p { max-width: 380px; margin: 20px 0 0; color: rgba(255, 255, 255, .7); line-height: 1.7; }
.footer-column { display: grid; gap: 11px; }
.footer-column h2 { margin: 0 0 8px; color: var(--pink); font-family: var(--sans); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { width: fit-content; color: rgba(255, 255, 255, .78); font-size: .76rem; font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.footer-column a:hover { color: var(--pink); }
.footer-invite p { font-family: var(--display); font-size: 1.65rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 21px; color: rgba(255, 255, 255, .68); border-top: 1px solid rgba(255, 255, 255, .15); font-size: .66rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--pink); }
.mobile-quote { display: none; transition: opacity .18s ease, transform .18s ease; }

/* Lightbox */
.lightbox { width: min(960px, calc(100vw - 32px)); max-width: none; max-height: calc(100svh - 32px); padding: 0; color: var(--white); background: #211e1c; border: 1px solid rgba(255, 255, 255, .18); box-shadow: 0 30px 100px rgba(0, 0, 0, .5); }
.lightbox::backdrop { background: rgba(27, 24, 22, .9); }
.lightbox figure { margin: 0; }
.lightbox img { width: 100%; max-height: calc(100svh - 110px); object-fit: contain; }
.lightbox figcaption { min-height: 52px; display: flex; justify-content: space-between; gap: 22px; align-items: center; padding: 17px 21px; color: rgba(255, 255, 255, .78); font-size: .77rem; }
.lightbox figcaption small { flex: 0 0 auto; color: rgba(255, 255, 255, .56); font-size: .67rem; font-weight: 700; letter-spacing: .08em; }
.lightbox-close { position: absolute; top: 12px; right: 12px; z-index: 2; display: grid; width: 42px; height: 42px; place-items: center; color: var(--white); background: rgba(28, 24, 21, .86); border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.lightbox-nav { position: absolute; top: 50%; z-index: 2; display: grid; width: 46px; height: 46px; place-items: center; color: var(--white); background: rgba(28, 24, 21, .82); border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; font-family: var(--display); font-size: 2rem; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.lightbox-prev { left: 13px; }
.lightbox-next { right: 13px; }
.lightbox-close:hover, .lightbox-nav:hover { background: var(--wine); }

/* Thank-you page */
.thanks-page { min-height: 100vh; color: var(--white); background: linear-gradient(90deg, rgba(32, 28, 25, .92), rgba(50, 43, 39, .32)), url("assets/gallery-charcuterie-cups-row.jpg") center 38% / cover; }
.thanks-shell { min-height: 100vh; display: grid; align-content: center; gap: 28px; width: min(calc(100% - 48px), 1280px); margin: auto; padding-block: 60px; }
.thanks-card { width: min(760px, 100%); padding: clamp(34px, 6vw, 68px); color: var(--ink); background: rgba(255, 253, 250, .97); border: 1px solid rgba(43, 39, 36, .22); border-radius: 16px; box-shadow: var(--shadow); }
.thanks-card h1 { margin-bottom: 22px; color: var(--ink); font-size: clamp(3.2rem, 7vw, 6.5rem); }
.thanks-card p { color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.thanks-card .hero-actions { margin-bottom: 0; }
.dark-btn { color: var(--wine) !important; border-color: var(--ink) !important; background: transparent !important; }
.legal-page .thanks-shell { align-content: start; padding-block: clamp(36px, 6vw, 72px); }
.legal-card { width: min(880px, 100%); }
.legal-card h1 { max-width: 760px; font-size: clamp(2.8rem, 6vw, 5rem); }
.legal-card h2 { margin: 34px 0 10px; color: var(--plum); font-size: clamp(1.55rem, 2.4vw, 2.1rem); line-height: 1.12; }
.legal-card p { margin-bottom: 0; }
.legal-card .legal-updated { margin: -8px 0 28px; color: var(--wine); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-card a:not(.button) { color: var(--wine); font-weight: 700; overflow-wrap: anywhere; }
.legal-card .button { margin-top: 36px; }

/* Quiet reveal */
.reveal-ready .reveal { opacity: 0; transform: translateY(14px); }
.reveal-ready .reveal.is-visible { opacity: 1; transform: none; transition: opacity .45s ease, transform .45s ease; }

@media (max-width: 1180px) {
  .site-header { inset: 45px 12px auto; }
  .site-header.is-scrolled { inset: 42px 12px auto; }
  .nav-ready .nav-toggle { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-content: center; gap: 7px; color: var(--white); background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .36); border-radius: 50%; cursor: pointer; }
  .nav-toggle span { display: block; width: 21px; height: 2px; background: currentColor; transition: transform .18s ease; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .nav-ready .nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: none; max-height: calc(100svh - 96px); padding: 12px; overflow-y: auto; flex-direction: column; align-items: stretch; gap: 2px; color: var(--white); background: rgba(45, 34, 37, .98); border: 1px solid rgba(194, 166, 111, .26); border-radius: 22px; box-shadow: 0 18px 48px rgba(36, 23, 27, .28); }
  .nav-ready .nav.is-open { display: flex; }
  .nav a { min-height: 47px; justify-content: space-between; padding: 0 13px; }
  .nav .nav-cta { justify-content: center; margin: 6px 0 0; }
  html:not(.nav-ready) .site-header { position: static; flex-wrap: wrap; margin: 10px 12px; }
  html:not(.nav-ready) .nav { width: 100%; flex-wrap: wrap; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .hero h1 { font-size: clamp(3.7rem, 6vw, 6rem); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-invite { grid-column: 1 / -1; }
}

@media (max-width: 1040px) {
  .section-shell { width: min(calc(100% - 44px), var(--shell)); }
  .hero { min-height: 820px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) auto; gap: 32px; width: min(calc(100% - 48px), 920px); min-height: 820px; padding: 150px 0 72px; }
  .hero-content { max-width: 680px; padding-top: 0; }
  .hero h1 { max-width: 700px; font-size: clamp(4rem, 7.4vw, 5.4rem); }
  .hero-copy { max-width: 620px; }
  .hero-seal { width: 118px; height: 118px; }
  .hero-seal::after { width: 102px; height: 102px; }
  .section-heading, .occasion-layout, .process-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 26px; }
  .section-heading > p { max-width: 650px; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .service-image { height: 390px; }
  .workshop-story-layout { grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr); gap: 36px; }
  .occasion-intro, .process-intro, .contact-copy { position: static; }
  .occasion-layout { gap: 50px; }
  .gallery-grid { grid-auto-rows: 108px; }
  .gallery-tall { grid-column: 1 / 6; grid-row: 1 / 7; }
  .gallery-wide { grid-column: 6 / 13; grid-row: 1 / 4; }
  .gallery-square { grid-column: 6 / 13; grid-row: 4 / 7; }
  .gallery-detail { grid-column: 1 / 13; grid-row: 7 / 10; }
  .gallery-secondary { grid-column: 1 / 7; grid-row: 10 / 14; }
  .gallery-portrait { grid-column: 7 / 13; grid-row: 10 / 14; }
  .pairing { grid-template-columns: 1fr; }
  .pairing-photo { width: min(calc(100% - 44px), 560px); height: 520px; min-height: 0; margin: 44px auto 0; }
  .pairing-copy { min-height: 500px; }
  .community-grid { grid-template-columns: 1fr; gap: 40px; }
  .testimonial-heading { max-width: 720px; }
  .about { grid-template-columns: 1fr; }
  .about-note { min-height: 640px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .about-note-line { font-size: clamp(2.35rem, 5vw, 2.9rem); }
  .about-copy { min-height: auto; padding: 64px 44px; }
  .contact-layout { gap: 52px; }
}

@media (max-width: 820px) and (min-width: 621px) {
  .hero { min-height: auto; align-items: flex-start; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; align-items: start; padding: 150px 0 68px; }
  .hero-seal, .scroll-cue { display: none; }
  .workshop-story-layout { grid-template-columns: 1fr; }
  .workshop-story-copy { max-width: 680px; }
}

@media (max-width: 620px) {
  .section-shell { width: calc(100% - 32px); }
  .announcement-bar { min-height: 38px; padding: 0 10px; font-size: .66rem; letter-spacing: .075em; }
  .announcement-bar > span { display: none; }
  .announcement-bar a { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; }
  .announcement-mobile { display: inline; }
  .site-header { inset: 45px 8px auto; min-height: 60px; padding: 7px 8px 7px 12px; }
  .site-header.is-scrolled { inset: 43px 8px auto; }
  .brand-wordmark { font-size: 1.12rem; line-height: .82; }
  .brand-name { gap: 4px; }
  .brand-name small { max-width: 230px; overflow: hidden; white-space: nowrap; font-size: .42rem; letter-spacing: .1em; }
  .hero { min-height: auto; display: block; padding-top: 0; }
  .hero-media { position: absolute; inset: 0 0 auto; height: 430px; min-height: 0; max-height: none; }
  .hero-media::after { background: linear-gradient(0deg, #2d2427 0%, rgba(45, 36, 39, .76) 34%, rgba(45, 36, 39, .2) 72%, rgba(45, 36, 39, .12) 100%); }
  .hero-media img { object-position: 72% center; }
  .hero-inner { display: block; width: auto; min-height: auto; margin-top: 0; padding: 158px 16px 58px; }
  .hero-content { padding-top: 0; }
  .hero-content .eyebrow { margin-bottom: 15px; font-size: .62rem; }
  .hero h1 { margin-bottom: 19px; font-size: clamp(3.4rem, 15vw, 4.55rem); line-height: .9; }
  .hero-copy { font-size: .97rem; line-height: 1.62; }
  .hero-actions { display: grid; margin: 24px 0 22px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button-ghost { width: 100%; justify-self: stretch; }
  .hero-proof { display: grid; gap: 8px; padding-top: 14px; }
  .hero-seal, .scroll-cue { display: none; }
  .proof-strip-group { min-width: max-content; padding-inline: 0; }
  .proof-strip span { flex: 0 0 190px; min-height: 58px; padding: 11px 12px; font-size: .82rem; }
  .proof-strip i { flex-basis: 28px; width: auto; min-width: 0; }
  .services, .gallery, .contact { padding-block: 80px; }
  .workshop-story { padding-block: 76px; }
  .occasion-line, .testimonials, .process, .faq { padding-block: 64px; }
  h2, .occasion-intro h2, .process-intro h2, .faq-heading h2, .contact-copy h2, .pairing-copy h2 { font-size: clamp(2.75rem, 8vw, 3.3rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-image { height: clamp(310px, 92vw, 390px); }
  .service-content { padding: 25px 20px 27px; }
  .service-content h3 { font-size: 2.25rem; }
  .workshop-story-layout { grid-template-columns: 1fr; gap: 46px; }
  .workshop-story-copy h2 { font-size: clamp(2.85rem, 9.8vw, 3.55rem); }
  .workshop-film-reel { display: flex; width: calc(100% + 16px); gap: 10px; padding-right: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .workshop-film-reel::-webkit-scrollbar { display: none; }
  .workshop-video-card { flex: 0 0 76vw; scroll-snap-align: start; }
  .occasion-list li { grid-template-columns: 34px 1fr; gap: 11px; }
  .occasion-list small { grid-column: 2; font-size: .66rem; text-align: left; }
  .gallery-grid { display: flex; width: calc(100% + 16px); overflow-x: auto; gap: 10px; padding-right: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gallery-grid::-webkit-scrollbar { display: none; }
  .gallery-item, .gallery-wide, .gallery-square { flex: 0 0 82vw; height: clamp(380px, 112vw, 470px); scroll-snap-align: start; }
  .gallery-more { padding-top: 10px; }
  .gallery-more-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .gallery-more-grid .gallery-item, .gallery-more-grid .gallery-wide, .gallery-more-grid .gallery-square { width: auto; height: auto; flex: initial; aspect-ratio: 4 / 5; }
  .gallery-more-grid .gallery-item:nth-child(5n + 2), .gallery-more-grid .gallery-item:nth-child(5n + 4) { aspect-ratio: 4 / 5; }
  .gallery-expand-wrap { padding-top: 20px; }
  .gallery-toggle { width: 100%; }
  .gallery-swipe-note { display: flex; align-items: center; justify-content: space-between; margin: 12px 0 0; color: var(--wine); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .gallery-swipe-note span { font-size: 1.1rem; }
  .gallery-footer { align-items: stretch; flex-direction: column; }
  .gallery-footer .button { width: 100%; }
  .lightbox { width: calc(100vw - 18px); max-height: calc(100svh - 18px); }
  .lightbox img { max-height: calc(100svh - 92px); }
  .lightbox figcaption { padding: 13px 15px; font-size: .7rem; }
  .lightbox-nav { width: 42px; height: 42px; }
  .pairing-photo { width: calc(100% - 44px); height: 400px; min-height: 0; margin-top: 32px; }
  .pairing-copy { min-height: 480px; padding: 58px 22px; }
  .quote-featured { min-height: 290px; padding: 27px 21px; }
  .quote-featured > p { font-size: 2.3rem; }
  .process::before { right: -28px; top: 18px; }
  .process-layout { gap: 38px; }
  .process-intro > p:not(.eyebrow) { margin: 20px 0 22px; line-height: 1.65; }
  .process-steps { gap: 0; }
  .process-steps li, .process-steps li:nth-child(2), .process-steps li:nth-child(3) { grid-template-columns: 38px minmax(0, 1fr); grid-template-areas: "badge kicker" "badge title" "badge copy"; column-gap: 12px; row-gap: 5px; margin-left: 0; padding: 23px 0 25px; background: transparent; box-shadow: none; }
  .process-steps li::after { content: none; }
  .process-steps li > div { display: contents; }
  .process-steps li > span, .process-steps li:nth-child(2) > span, .process-steps li:nth-child(3) > span { grid-area: badge; width: auto; height: auto; align-self: start; font-size: 1.25rem; box-shadow: none; }
  .process-steps small { grid-area: kicker; align-self: end; margin: 0; padding-right: 0; font-size: .62rem; }
  .process-steps h3 { grid-area: title; margin: 0; font-size: clamp(1.62rem, 6.4vw, 1.95rem); line-height: 1.02; }
  .process-steps p { grid-area: copy; margin-top: 7px; padding-top: 0; border-top: 0; font-size: .88rem; line-height: 1.62; }
  .about-note { min-height: 610px; }
  .about-note-photo { height: auto; }
  .about-note-photo img { object-position: 58% 27%; }
  .about-note-card { right: 14px; bottom: 14px; left: 14px; padding: 22px 18px 24px; border-radius: 15px; }
  .about-note-kicker { font-size: .57rem; }
  .about-note-kicker span:first-child::after { width: 18px; }
  .about-note-line { margin: 17px 0 20px; font-size: clamp(2.15rem, 8.6vw, 2.7rem); }
  .about-note-signature { grid-template-columns: 1fr; align-items: start; gap: 7px; }
  .about-note-signature span { justify-self: start; text-align: left; }
  .about-copy { min-height: auto; padding: 54px 24px; }
  .about-copy h2 { font-size: clamp(2.75rem, 8vw, 3.1rem); }
  .faq-layout { gap: 46px; }
  .form-grid { grid-template-columns: 1fr; }
  .inquiry-form { padding: 27px 18px; }
  .footer { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-invite { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-quote { position: fixed; right: 9px; bottom: calc(9px + env(safe-area-inset-bottom)); left: 9px; z-index: 90; display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; color: var(--white); background: var(--wine); border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; box-shadow: 0 14px 38px rgba(58, 39, 44, .3); font-size: .77rem; font-weight: 700; text-decoration: none; }
  .mobile-quote.is-hidden, .nav-open .mobile-quote { opacity: 0; pointer-events: none; transform: translateY(calc(100% + 24px)); }
  .thanks-shell { width: calc(100% - 28px); }
}

@media (max-width: 360px) {
  .brand-name small { max-width: 170px; }
  .hero h1 { font-size: 3.1rem; }
  h2, .occasion-intro h2, .process-intro h2, .faq-heading h2, .contact-copy h2, .about-copy h2, .pairing-copy h2 { font-size: 2.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal-ready .reveal { opacity: 1; transform: none; }
  .proof-strip { overflow-x: auto; }
  .proof-strip-track { animation: none; transform: none; will-change: auto; }
  .proof-strip-group[aria-hidden="true"] { display: none; }
}
