:root {
  --ink: #0b0a09;
  --ink-soft: #171513;
  --ivory: #f4f0e8;
  --paper: #faf8f3;
  --gold: #c7a15a;
  --gold-light: #e1c58c;
  --muted: #837b70;
  --line: rgba(26, 22, 17, .18);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
em { font-weight: 400; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h2 { font-size: clamp(2.8rem, 5.4vw, 6.5rem); }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--gold-light); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; transform: translateY(-200%); padding: .7rem 1rem; color: var(--ink); background: var(--paper); text-decoration: none; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; height: 6.5rem; padding: .6rem clamp(1.25rem, 4vw, 5rem); color: #fff; transition: background .4s ease, height .4s ease, box-shadow .4s ease; }
.site-header.is-scrolled { height: 5rem; background: rgba(11, 10, 9, .92); box-shadow: 0 1px 0 rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .72rem; min-width: 14rem; height: 4.7rem; color: #f4f0e8; text-decoration: none; }
.brand-symbol { position: relative; flex: 0 0 3.25rem; width: 3.25rem; height: 3.25rem; overflow: hidden; }
.brand-symbol img { position: absolute; top: -1.5rem; left: -1.9rem; width: 7.1rem; max-width: none; height: 7.1rem; }
.brand-word { display: grid; gap: .14rem; line-height: 1; }
.brand-word strong { font-family: var(--serif); font-size: 1.02rem; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.brand-word small { display: flex; align-items: center; gap: .45rem; font-size: .52rem; font-weight: 600; letter-spacing: .42em; text-transform: uppercase; }
.brand-word small::before, .brand-word small::after { content: ""; width: 1.25rem; height: 1px; background: currentColor; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: clamp(.9rem, 1.7vw, 2rem); font-size: .82rem; letter-spacing: .03em; }
.main-nav a { position: relative; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: .72rem 1rem; border: 1px solid var(--gold); color: var(--gold-light); text-transform: uppercase; letter-spacing: .12em; }
.menu-toggle { display: none; border: 0; background: none; padding: .75rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 1.7rem; height: 1px; margin: .35rem; background: currentColor; transition: .25s ease; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; color: #fff; isolation: isolate; }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media {
  z-index: -2;
  object-fit: cover;
  object-position: center 53%;
  transform-origin: center 46%;
  will-change: transform;
  animation: hero-breathe 22s ease-in-out infinite alternate;
}
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(7,6,5,.92) 0%, rgba(7,6,5,.64) 38%, rgba(7,6,5,.1) 72%), linear-gradient(0deg, rgba(7,6,5,.6), transparent 55%); }
.hero-content { width: min(52rem, 90vw); margin: 0 0 clamp(5rem, 10vh, 8rem) clamp(1.25rem, 6vw, 7rem); }
.eyebrow { margin-bottom: 1.5rem; color: var(--gold-light); font-family: var(--sans); font-size: .74rem; font-weight: 600; letter-spacing: .28em; line-height: 1.5; text-transform: uppercase; }
.eyebrow.ink { color: #8a662b; }
.hero h1 { margin-bottom: 1.5rem; font-size: clamp(3.4rem, 7.5vw, 8.2rem); line-height: .9; text-wrap: balance; }
.hero h1 em, h2 em { color: var(--gold-light); font-style: italic; }
.hero-copy { max-width: 41rem; margin-bottom: 2rem; font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.55rem); line-height: 1.42; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .9rem 1.35rem; border: 1px solid transparent; border-radius: 0; font-size: .75rem; font-weight: 700; letter-spacing: .13em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.button-gold:hover { background: #f0d8a6; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.12); }
.button-ghost:hover { border-color: #fff; background: #fff; color: var(--ink); }
.button-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.scroll-cue { position: absolute; right: clamp(1.5rem, 4vw, 5rem); bottom: 2.7rem; display: flex; align-items: center; gap: .9rem; color: rgba(255,255,255,.82); font-size: .67rem; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 3.5rem; background: linear-gradient(var(--gold), transparent); animation: cue 2s ease-in-out infinite; }

.section-light { background: var(--ivory); }
.section-dark { color: var(--paper); background: var(--ink); }
.section-heading { width: min(62rem, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0 clamp(2.5rem, 5vw, 4rem); text-align: center; }
.section-heading h2 { margin-bottom: 1.5rem; }
.section-heading h2 em { color: #8a662b; }
.section-heading > p:last-child { max-width: 45rem; margin: 0 auto; color: #59534b; font-family: var(--serif); font-size: 1.15rem; }
.chapter-stage { position: relative; width: min(90rem, calc(100% - clamp(2rem, 7vw, 8rem))); height: min(68vw, 46rem); min-height: 32rem; margin: 0 auto; overflow: hidden; background: #201c18; }
.chapter-stage img { width: 100%; height: 100%; object-fit: cover; transition: opacity .3s ease, transform 1s ease; }
.chapter-stage.is-changing img { opacity: .25; transform: scale(1.015); }
.chapter-caption { position: absolute; left: 0; bottom: 0; display: flex; align-items: center; gap: 1.4rem; min-width: min(35rem, 86%); padding: 1.6rem 2rem; color: #fff; background: rgba(9,8,7,.84); backdrop-filter: blur(10px); }
.chapter-caption > span { color: var(--gold-light); font-family: var(--serif); font-size: 3.2rem; line-height: 1; }
.chapter-caption p { margin: 0; font-family: var(--serif); font-size: 1.55rem; line-height: 1.1; }
.chapter-caption small { color: rgba(255,255,255,.67); font-size: .83rem; }
.chapter-nav { display: grid; grid-template-columns: repeat(6, 1fr); width: min(90rem, calc(100% - clamp(2rem, 7vw, 8rem))); margin: 0 auto; padding: 2rem 0 clamp(5rem, 10vw, 9rem); border-top: 1px solid var(--line); }
.chapter-tab { position: relative; padding: 1.1rem 1rem 1.1rem 0; border: 0; border-bottom: 1px solid var(--line); color: #6e675d; background: transparent; font-family: var(--serif); font-size: 1rem; text-align: left; cursor: pointer; transition: color .25s ease; }
.chapter-tab span { display: block; color: #999084; font-family: var(--sans); font-size: .67rem; letter-spacing: .15em; }
.chapter-tab::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 2px; background: #8a662b; transition: right .3s ease; }
.chapter-tab:hover, .chapter-tab.is-active { color: var(--ink); }
.chapter-tab.is-active::after { right: 1rem; }

.manifesto { position: relative; min-height: 70svh; display: grid; align-items: center; color: #fff; overflow: hidden; }
.manifesto > img, .manifesto-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.manifesto > img { object-fit: cover; object-position: center; }
.manifesto-overlay { background: linear-gradient(90deg, rgba(7,6,5,.88), rgba(7,6,5,.42) 56%, rgba(7,6,5,.12)); }
.manifesto-copy { position: relative; width: min(67rem, calc(100% - 2.5rem)); margin-left: clamp(1.25rem, 6vw, 7rem); }
.manifesto-copy h2 { max-width: 64rem; font-size: clamp(2.8rem, 5.5vw, 6.1rem); }

.weddings { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 6rem); }
.weddings-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 8rem); width: min(90rem, 100%); margin: 0 auto clamp(3rem, 7vw, 6rem); align-items: end; }
.weddings-intro h2 { margin-bottom: 0; }
.weddings-intro h2 em { color: #8a662b; }
.weddings-intro > div:last-child { max-width: 34rem; padding-bottom: .7rem; }
.weddings-intro > div:last-child p { color: #555048; }
.text-link { display: inline-block; padding-bottom: .25rem; border-bottom: 1px solid #8a662b; color: #3f321f; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.wedding-grid { display: grid; grid-template-columns: 1fr 1.4fr 1fr; grid-template-rows: 23rem 23rem; gap: .7rem; width: min(90rem, 100%); margin: 0 auto; }
.photo { margin: 0; overflow: hidden; background: #d8d2c9; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.photo:hover img { transform: scale(1.025); }
.photo-tall { grid-row: 1 / 3; }
.photo-tall img { object-position: center top; }
.photo-wide { grid-column: 2 / 4; }

.stories { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 6rem); }
.stories-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; width: min(90rem, 100%); margin: 0 auto clamp(3rem, 7vw, 6rem); }
.stories-heading h2 { margin-bottom: 0; }
.stories-heading > p { max-width: 28rem; color: #aaa196; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 2rem); width: min(90rem, 100%); margin: 0 auto; }
.story-card { border-top: 1px solid rgba(255,255,255,.2); padding-top: 1rem; }
.story-image { display: block; width: 100%; height: clamp(22rem, 38vw, 39rem); margin-bottom: 1.35rem; padding: 0; border: 0; overflow: hidden; background: #1c1a18; cursor: zoom-in; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.story-card:nth-child(2) .story-image { margin-top: 5rem; height: clamp(20rem, 34vw, 34rem); }
.story-image:hover img { transform: scale(1.03); filter: brightness(1.08); }
.story-index { margin-bottom: .45rem; color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.story-card h3 { margin-bottom: .6rem; font-size: clamp(1.8rem, 3vw, 3rem); }
.story-card > p:last-child { color: #999188; }

.debutantes { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); }
.debutantes-image { min-height: 62rem; }
.debutantes-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.debutantes-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.debutantes-copy h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.debutantes-copy h2 em { color: #8a662b; }
.debutantes-copy > p:not(.eyebrow) { max-width: 34rem; margin-bottom: 2rem; color: #585249; }
.debutantes-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-top: 3rem; }
.debutantes-thumbs img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }

.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 58rem; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.about-copy h2 { max-width: 47rem; font-size: clamp(2.8rem, 4.7vw, 5.2rem); line-height: 1.02; }
.about-copy > p:not(.eyebrow) { max-width: 40rem; color: #b4aca3; }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2rem; margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); }
.about-values span { position: relative; padding-left: 1.5rem; color: #e6e0d8; font-size: .87rem; }
.about-values span::before { content: ""; position: absolute; left: 0; top: .7em; width: .55rem; height: 1px; background: var(--gold); }

.experience { padding-bottom: clamp(5rem, 10vw, 9rem); }
.experience-list { display: grid; grid-template-columns: repeat(4, 1fr); width: min(90rem, calc(100% - clamp(2.5rem, 10vw, 10rem))); margin: 0 auto; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.experience-list li { padding: 1.5rem clamp(1rem, 2vw, 2rem) 0 0; border-right: 1px solid var(--line); }
.experience-list li:last-child { border-right: 0; padding-right: 0; padding-left: 1.5rem; }
.experience-list li:not(:first-child):not(:last-child) { padding-left: 1.5rem; }
.experience-list span { color: #8a662b; font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.experience-list h3 { margin: 2.3rem 0 1rem; font-size: 2rem; }
.experience-list p { color: #625c54; font-size: .92rem; }

.reviews { display: grid; grid-template-columns: 1fr 1fr; min-height: 42rem; background: #ded8ce; }
.reviews-photo img { width: 100%; height: 100%; object-fit: cover; }
.reviews-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.reviews-copy h2 { font-size: clamp(3rem, 5vw, 5.8rem); }
.review-placeholder { max-width: 39rem; margin-top: 1.5rem; padding: 2rem; border: 1px solid rgba(0,0,0,.22); background: rgba(255,255,255,.28); }
.review-placeholder span { color: #8a662b; font-family: var(--serif); font-size: 4rem; line-height: .5; }
.review-placeholder p { margin: .8rem 0 0; color: #5a554d; }

.contact { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; min-height: 85svh; padding: clamp(6rem, 11vw, 11rem) clamp(1.25rem, 7vw, 8rem); color: #fff; isolation: isolate; }
.contact-bg, .contact-overlay { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; }
.contact-bg { object-fit: cover; }
.contact-overlay { z-index: -1; background: linear-gradient(90deg, rgba(6,5,5,.96), rgba(6,5,5,.72)); }
.contact-content h2 { font-size: clamp(3.2rem, 5.7vw, 6.5rem); }
.contact-content > p:last-child { max-width: 37rem; color: #c5beb5; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(255,255,255,.25); background: rgba(12,11,10,.72); backdrop-filter: blur(10px); }
.field { display: grid; gap: .4rem; }
.field-wide { grid-column: 1 / -1; }
.field label { color: #ded7cf; font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 3.25rem; padding: .75rem .85rem; border: 1px solid rgba(255,255,255,.25); border-radius: 0; color: #fff; background: rgba(255,255,255,.07); }
.field textarea { resize: vertical; }
.field select option { color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-light); outline: 0; }

.footer { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 3rem; padding: 4rem clamp(1.25rem, 7vw, 8rem) 1.5rem; color: #d9d3cc; background: #060605; }
.footer-brand img { width: 12rem; height: 7rem; object-fit: cover; transform: scale(1.25); transform-origin: left center; }
.footer-brand p { color: #8e867d; font-family: var(--serif); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; font-size: .87rem; }
.footer-links p { margin-bottom: .65rem; color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer-links a { color: #c8c1b9; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-legal { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #777069; font-size: .72rem; }

.lightbox { width: min(94vw, 90rem); max-width: none; height: min(92vh, 60rem); max-height: none; padding: 0; border: 0; background: #050505; box-shadow: 0 1.5rem 5rem rgba(0,0,0,.6); }
.lightbox::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox button { position: absolute; z-index: 2; right: .75rem; top: .75rem; width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,.4); color: #fff; background: rgba(0,0,0,.6); font-size: 1.7rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(2rem); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

@keyframes hero-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}
@keyframes cue { 0%,100% { opacity: .35; transform: scaleY(.7); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

@media (max-width: 960px) {
  .site-header { height: 5rem; }
  .site-header.is-scrolled { backdrop-filter: none; }
  .brand { min-width: 12rem; height: 4rem; gap: .55rem; }
  .brand-symbol { flex-basis: 2.75rem; width: 2.75rem; height: 2.75rem; }
  .brand-symbol img { top: -1.27rem; left: -1.6rem; width: 6rem; height: 6rem; }
  .brand-word strong { font-size: .88rem; }
  .brand-word small { font-size: .44rem; letter-spacing: .34em; }
  .brand-word small::before, .brand-word small::after { width: .9rem; }
  .menu-toggle { position: relative; z-index: 2; display: block; color: #fff; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.25rem; padding: 6rem 2rem 3rem; background: rgba(8,7,6,.98); transform: translateX(100%); transition: transform .35s cubic-bezier(.22,1,.36,1); }
  .main-nav.is-open { transform: none; }
  .main-nav a { font-family: var(--serif); font-size: 1.8rem; }
  .main-nav .nav-cta { margin-top: .75rem; font-family: var(--sans); font-size: .75rem; }
  .chapter-nav { overflow-x: auto; display: flex; padding-bottom: 5rem; scrollbar-width: thin; }
  .chapter-tab { flex: 0 0 10rem; }
  .weddings-intro, .stories-heading { grid-template-columns: 1fr; }
  .wedding-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 34rem 20rem 20rem; }
  .photo-tall { grid-row: 1; grid-column: 1 / -1; }
  .photo-wide { grid-column: 1 / -1; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card:nth-child(2) .story-image { margin-top: 0; }
  .story-card:last-child { grid-column: 1 / -1; width: 60%; margin: 2rem auto 0; }
  .debutantes, .about, .reviews { grid-template-columns: 1fr; }
  .debutantes-image { min-height: 70svh; }
  .about-image { min-height: 70svh; }
  .reviews-photo { min-height: 55svh; }
  .experience-list { grid-template-columns: 1fr 1fr; gap: 2rem 0; }
  .experience-list li:nth-child(2) { border-right: 0; }
  .contact { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .hero-shade { background: linear-gradient(0deg, rgba(7,6,5,.92) 0%, rgba(7,6,5,.52) 72%, rgba(7,6,5,.45)); }
  .hero-content { margin-left: 1.25rem; margin-bottom: 6rem; }
  .hero h1 { font-size: clamp(3.15rem, 14.5vw, 5.2rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .scroll-cue { display: none; }
  .section-heading { text-align: left; }
  .chapter-stage { width: 100%; height: 72svh; min-height: 30rem; }
  .chapter-stage img { object-position: center; }
  .chapter-caption { min-width: 100%; padding: 1.25rem; }
  .chapter-caption small { display: block; margin-top: .2rem; line-height: 1.4; }
  .chapter-nav { width: calc(100% - 2.5rem); }
  .manifesto { min-height: 78svh; }
  .manifesto-copy { margin-left: 1.25rem; margin-right: 1.25rem; }
  .manifesto-overlay { background: rgba(7,6,5,.67); }
  .wedding-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 29rem); }
  .photo-tall, .photo-wide { grid-column: 1; grid-row: auto; }
  .photo-tall { min-height: 34rem; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card:last-child { grid-column: auto; width: 100%; margin: 0; }
  .story-image, .story-card:nth-child(2) .story-image { height: 33rem; }
  .debutantes-image, .about-image { min-height: 62svh; }
  .debutantes-copy, .about-copy, .reviews-copy { padding: 4.5rem 1.25rem; }
  .debutantes-thumbs { overflow-x: auto; display: flex; }
  .debutantes-thumbs img { flex: 0 0 45%; }
  .about-values { grid-template-columns: 1fr; }
  .experience-list { grid-template-columns: 1fr; width: calc(100% - 2.5rem); gap: 0; }
  .experience-list li, .experience-list li:not(:first-child):not(:last-child), .experience-list li:last-child { padding: 1.5rem 0 2rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .experience-list li:last-child { border-bottom: 0; }
  .experience-list h3 { margin-top: 1rem; }
  .reviews-photo { min-height: 52svh; }
  .contact { padding: 6rem 1.25rem; }
  .contact-form { grid-template-columns: 1fr; padding: 1.25rem; }
  .field-wide { grid-column: 1; }
  .footer { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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