:root {
  --color-bg: #fbfaf6;
  --color-surface: #ffffff;
  --color-text: #25231f;
  --color-muted: #747068;
  --color-accent: #b79b84;
  --color-accent-soft: #eadfd2;
  --color-line: rgba(37, 35, 31, 0.12);
  --font-main: Avenir Next, Helvetica Neue, Arial, sans-serif;
  --font-display: Iowan Old Style, New York, Georgia, Times New Roman, serif;
  --space-section: clamp(4.8rem, 10vw, 9rem);
  --radius-large: clamp(1.2rem, 2.4vw, 2.4rem);
  --transition-soft: 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { border: 0; padding: 0; background: none; color: inherit; font: inherit; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}
h1 { font-size: clamp(3.15rem, 10vw, 8.7rem); }
h2 { font-size: clamp(2.35rem, 7vw, 6.2rem); }
h3 { font-size: clamp(1.55rem, 3.5vw, 2.75rem); }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(183, 155, 132, 0.55); outline-offset: 5px; }

.container { width: min(100% - 1.5rem, 1180px); margin-inline: auto; }
.section-pad { padding-block: var(--space-section); }
.skip-link { position: fixed; z-index: 200; top: 1rem; left: 1rem; transform: translateY(-140%); padding: .75rem 1rem; background: var(--color-text); color: #fff; border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.eyebrow, .side-note { color: var(--color-accent); font-size: .72rem; font-weight: 700; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
.lead { max-width: 660px; color: var(--color-muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.58; }
.muted { color: var(--color-muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(251, 250, 246, 0.74);
  backdrop-filter: blur(18px);
  transition: background 360ms ease, border-color 360ms ease, transform 360ms ease;
}
.site-header.is-scrolled { border-color: var(--color-line); background: rgba(251, 250, 246, 0.92); }
.nav-shell { min-height: 74px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1rem; }
.brand { font-family: var(--font-display); font-size: clamp(1.25rem, 2vw, 1.72rem); line-height: 1; }
.desktop-nav { display: none; align-items: center; gap: clamp(1.3rem, 3vw, 2.8rem); color: var(--color-muted); font-size: .94rem; }
.desktop-nav a, .mobile-nav a { transition: color 220ms ease; }
.desktop-nav a:hover, .mobile-nav a:hover { color: var(--color-text); }
.nav-action, .button, .mobile-nav a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .78rem 1.18rem;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: var(--color-text);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  transition: transform 260ms ease, background 260ms ease, border-color 260ms ease;
}
.nav-action { display: none; background: var(--color-surface); color: var(--color-text); }
.button:hover, .nav-action:hover, .mobile-nav a:last-child:hover { transform: translateY(-2px); }
.button-light { background: var(--color-surface); color: var(--color-text); }
.button-row, .hero-actions { display: flex; flex-wrap: wrap; gap: .8rem 1rem; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--color-text); font-weight: 700; }
.text-link::after { content: "→"; transform: translateX(0); transition: transform 260ms ease; }
.text-link:hover::after { transform: translateX(.35rem); }
.menu-toggle { justify-self: end; display: grid; gap: 6px; width: 46px; height: 46px; place-content: center; border: 1px solid var(--color-line); border-radius: 999px; }
.menu-toggle span:not(.sr-only) { width: 18px; height: 1px; background: var(--color-text); transition: transform 260ms ease; }
.menu-toggle.is-open span:nth-child(2) { transform: translateY(3.5px) rotate(35deg); }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-3.5px) rotate(-35deg); }
.mobile-nav { position: fixed; inset: 74px .75rem auto; display: grid; gap: .25rem; padding: 1rem; border: 1px solid var(--color-line); border-radius: 1.25rem; background: rgba(255,255,255,.96); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity 260ms ease, transform 260ms ease; }
.mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-nav a { padding: .85rem; color: var(--color-muted); }

.cover-hero { padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(3rem, 7vw, 7rem); overflow: hidden; }
.cover-grid { display: grid; gap: clamp(2rem, 6vw, 5rem); align-items: end; }
.cover-copy { display: grid; gap: 1.05rem; max-width: 850px; }
.cover-copy h1 { max-width: 10.5ch; }
.hero-lead { max-width: 590px; color: var(--color-muted); font-size: clamp(1.02rem, 2.1vw, 1.24rem); line-height: 1.58; }
.cover-image { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-large); aspect-ratio: 4 / 5; background: var(--color-accent-soft); }
.cover-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(251,250,246,.25), transparent 45%); pointer-events: none; }
.cover-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.035); --parallax-strength: .018; }
.hero-stagger { opacity: 0; transform: translate3d(0, 26px, 0); animation: heroIn 950ms cubic-bezier(.16,1,.3,1) forwards; }
.hero-stagger:nth-child(2) { animation-delay: 110ms; }
.hero-stagger:nth-child(3) { animation-delay: 210ms; }
.hero-stagger:nth-child(4) { animation-delay: 310ms; }
.cover-image.hero-stagger { animation-delay: 260ms; }

.collage-grid { position: relative; display: grid; gap: 1.4rem; align-items: center; }
.collage-main, .collage-detail, .page-hero-image, .about-image { margin: 0; overflow: hidden; border-radius: var(--radius-large); background: var(--color-accent-soft); }
.collage-main { aspect-ratio: 4 / 5; }
.collage-detail { width: min(62vw, 280px); aspect-ratio: 4 / 5; justify-self: end; margin-top: -5rem; border: .55rem solid var(--color-bg); }
.collage-main img, .collage-detail img, .page-hero-image img, .about-image img { width: 100%; height: 100%; object-fit: cover; }
.collage-text { display: grid; gap: 1rem; max-width: 560px; padding: clamp(1.4rem, 4vw, 2.6rem); background: rgba(255,255,255,.72); backdrop-filter: blur(14px); }
.collage-text p:last-child { color: var(--color-muted); font-size: clamp(1.08rem, 2vw, 1.28rem); }

.section-heading { display: grid; gap: 1rem; margin-bottom: clamp(2rem, 6vw, 4.8rem); }
.section-heading h2 { max-width: 11ch; }
.service-layout { display: grid; gap: clamp(1.4rem, 4vw, 3rem); }
.service-feature, .service-small { display: grid; gap: 1.1rem; align-content: start; }
.service-feature img, .service-small img { width: 100%; object-fit: cover; border-radius: var(--radius-large); }
.service-feature img { aspect-ratio: 5 / 6; }
.service-small img { aspect-ratio: 4 / 5; }
.service-feature div, .service-small { color: var(--color-muted); }
.service-feature h3, .service-small h3 { color: var(--color-text); }
.service-feature div { display: grid; gap: .9rem; }

.film-section { padding-block: var(--space-section); overflow: hidden; background: var(--color-surface); }
.film-window { overflow: hidden; }
.film-track { display: flex; gap: clamp(.85rem, 2vw, 1.4rem); width: max-content; padding-inline: max(.75rem, calc((100vw - 1180px) / 2)); transform: translate3d(var(--gallery-x, 0px), 0, 0); transition: transform 80ms linear; will-change: transform; }
.film-track img { width: clamp(235px, 34vw, 500px); height: clamp(320px, 48vw, 650px); object-fit: cover; border-radius: var(--radius-large); }
.film-track img:nth-child(3), .film-track img:nth-child(4) { width: clamp(310px, 48vw, 680px); }
.film-link { margin-top: 2rem; }

.statement-section { background: var(--color-bg); }
.statement-inner { display: grid; gap: 1.15rem; max-width: 920px; }
.statement-inner h2 { max-width: 10ch; }
.statement-inner p:last-child { max-width: 680px; color: var(--color-muted); font-size: clamp(1.12rem, 2vw, 1.35rem); }
.about-grid { display: grid; gap: 1.4rem; align-items: center; }
.about-image { aspect-ratio: 4 / 5; }
.about-card { display: grid; gap: 1rem; padding: clamp(1.5rem, 5vw, 3.5rem); background: rgba(255,255,255,.78); }
.about-card p { color: var(--color-muted); }
.location-section, .questions-strip { background: var(--color-surface); }
.location-grid { display: grid; gap: 1.5rem; }
.location-grid h2 { max-width: 10ch; margin-bottom: 1rem; }
.location-grid p:not(.side-note) { max-width: 760px; color: var(--color-muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.strip-inner { display: grid; gap: 1rem; max-width: 760px; }
.strip-inner p { color: var(--color-muted); }
.cta-section { background: var(--color-bg); }
.cta-inner { display: grid; justify-items: start; gap: 1.15rem; max-width: 820px; padding: clamp(2rem, 6vw, 4.5rem); border: 1px solid var(--color-line); border-radius: var(--radius-large); background: var(--color-surface); }
.cta-inner h2 { max-width: 10ch; }
.cta-inner p:not(.eyebrow) { max-width: 640px; color: var(--color-muted); }

.page-hero { padding-top: clamp(4rem, 8vw, 7rem); }
.page-hero-grid { display: grid; gap: clamp(2rem, 6vw, 5rem); align-items: end; }
.page-copy { display: grid; gap: 1.1rem; }
.page-copy h1 { max-width: 10ch; }
.page-hero-image { aspect-ratio: 4 / 5; }
.compact-page { padding-bottom: clamp(1rem, 3vw, 2rem); }
.narrow-left { max-width: 900px; display: grid; gap: 1.1rem; }
.story-collage { background: var(--color-surface); }
.flow-list, .timeline-list { display: grid; gap: 0; }
.flow-item, .timeline-list li { display: grid; gap: .7rem; padding: 1.25rem 0; border-top: 1px solid var(--color-line); }
.timeline-list { list-style: none; padding-left: 0; margin-block: 0; }
.flow-item span, .timeline-list span { color: var(--color-accent); font-weight: 700; letter-spacing: .12em; }
.flow-item p, .timeline-list p { max-width: 680px; color: var(--color-muted); }
.gallery-section { background: var(--color-surface); }
.image-mosaic { display: grid; gap: .85rem; }
.image-mosaic img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-large); }
.image-mosaic img:nth-child(3), .image-mosaic img:nth-child(4) { aspect-ratio: 5 / 4; }
.accordion-section { padding-top: 0; }
.accordion-list { max-width: 940px; }
.accordion-item { border-top: 1px solid var(--color-line); }
.accordion-item:last-child { border-bottom: 1px solid var(--color-line); }
.accordion-item h2 { max-width: none; font-family: var(--font-main); }
.accordion-trigger { position: relative; width: 100%; padding: 1.35rem 2.4rem 1.35rem 0; text-align: left; font-weight: 700; cursor: pointer; }
.accordion-trigger::after { position: absolute; right: .2rem; content: "+"; color: var(--color-accent); font-size: 1.5rem; line-height: 1; transition: transform 260ms ease; }
.accordion-trigger[aria-expanded="true"]::after { transform: rotate(45deg); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 360ms ease; }
.accordion-panel > p { overflow: hidden; max-width: 720px; color: var(--color-muted); }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; padding-bottom: 1.25rem; }

.site-footer { padding: clamp(2.6rem, 7vw, 4.8rem) 0; border-top: 1px solid var(--color-line); background: var(--color-surface); }
.footer-inner { display: grid; gap: 1.5rem; color: var(--color-muted); }
.footer-inner .brand { color: var(--color-text); }
.footer-inner nav { display: flex; gap: 1rem; flex-wrap: wrap; }

.reveal, .reveal-up { opacity: 0; transform: translate3d(0, 22px, 0); transition: opacity var(--transition-soft), transform var(--transition-soft); }
.reveal.is-visible, .reveal-up.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
@keyframes heroIn { to { opacity: 1; transform: translate3d(0, 0, 0); } }

@media (min-width: 720px) {
  .desktop-nav, .nav-action { display: flex; }
  .menu-toggle { display: none; }
  .nav-shell { grid-template-columns: auto 1fr auto; }
  .desktop-nav { justify-self: center; }
  .cover-grid { grid-template-columns: minmax(0, .95fr) minmax(330px, .82fr); }
  .cover-copy { padding-bottom: clamp(2rem, 8vw, 7rem); }
  .collage-grid { grid-template-columns: .85fr .18fr .75fr; min-height: 620px; }
  .collage-main { grid-column: 1 / 3; grid-row: 1; }
  .collage-text { z-index: 2; grid-column: 2 / 4; grid-row: 1; align-self: center; }
  .collage-detail { z-index: 3; grid-column: 3; grid-row: 1; align-self: end; width: min(28vw, 360px); margin: 0 0 -3rem auto; }
  .collage-grid-alt .collage-main { grid-column: 2 / 4; }
  .collage-grid-alt .collage-text { grid-column: 1 / 3; }
  .collage-grid-alt .collage-detail { grid-column: 1; justify-self: start; margin: 0 0 -3rem 0; }
  .service-layout { grid-template-columns: 1.2fr .78fr; align-items: start; }
  .service-feature { grid-row: span 2; grid-template-columns: 1fr; }
  .service-small { padding-top: clamp(1rem, 4vw, 3rem); }
  .service-offset { padding-top: 0; transform: translateX(-8%); }
  .about-grid { grid-template-columns: .72fr 1fr; }
  .about-card { z-index: 2; margin-left: -9vw; }
  .location-grid { grid-template-columns: .32fr 1fr; align-items: start; }
  .flow-item, .timeline-list li { grid-template-columns: .18fr .35fr 1fr; gap: 1.2rem; align-items: start; }
  .image-mosaic { grid-template-columns: repeat(12, 1fr); align-items: start; }
  .image-mosaic img:nth-child(1) { grid-column: 1 / span 4; }
  .image-mosaic img:nth-child(2) { grid-column: 5 / span 4; margin-top: 4rem; }
  .image-mosaic img:nth-child(3) { grid-column: 9 / span 4; }
  .image-mosaic img:nth-child(4) { grid-column: 3 / span 7; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: start; }
}

@media (max-width: 719px) {
  .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; width: 100%; }
  .film-window { overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: .7rem; }
  .film-track { transform: none !important; }
  .film-track img { scroll-snap-align: center; }
  .cta-inner { margin-inline: -.1rem; }
}

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

/* Reference-inspired editorial refinement */
:root {
  --color-bg: #ffffff;
  --color-surface: #ffffff;
  --color-text: #1f1f1d;
  --color-muted: #6f6b64;
  --color-accent: #b9987f;
  --color-accent-soft: #f3ebe2;
  --color-line: rgba(31, 31, 29, 0.14);
  --font-main: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  --font-display: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  --space-section: clamp(4.5rem, 9vw, 8.5rem);
}

body {
  background: #fff;
  font-weight: 400;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

h1 {
  font-size: clamp(3rem, 8.2vw, 7.9rem);
}

h2 {
  font-size: clamp(2.35rem, 6.6vw, 5.7rem);
}

.eyebrow,
.side-note {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: #9b8a7a;
}

.site-header {
  background: rgba(255, 255, 255, 0.72);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
}

.nav-shell.nav-split {
  min-height: 82px;
  grid-template-columns: 1fr auto 1fr;
  position: relative;
}

.brand-logo-link {
  justify-self: center;
  width: clamp(92px, 9vw, 138px);
  height: 58px;
  display: grid;
  place-items: center;
}

.brand-logo-link img {
  width: 100%;
  height: auto;
}

.desktop-nav-left,
.desktop-nav-right {
  display: none;
  gap: clamp(1.6rem, 3.3vw, 3.1rem);
  align-items: center;
  color: #55514c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.desktop-nav-left {
  justify-self: start;
}

.desktop-nav-right {
  justify-self: end;
}

.nav-action {
  min-height: auto;
  padding: 0.5rem 0.75rem;
  border-radius: 0;
  border-color: transparent;
  background: #1f1f1d;
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.menu-toggle {
  grid-column: 3;
  justify-self: end;
}

.magazine-hero {
  padding: clamp(1.2rem, 3vw, 2.3rem) 0 clamp(3.2rem, 7vw, 6rem);
}

.hero-frame-wrap {
  display: grid;
  gap: clamp(1.8rem, 4vw, 3.2rem);
}

.hero-frame {
  position: relative;
  margin: 0;
  min-height: clamp(520px, 78vh, 820px);
  overflow: hidden;
  background: #eee9e3;
}

.hero-frame::after {
  position: absolute;
  right: clamp(2rem, 6vw, 5rem);
  bottom: clamp(2rem, 5vw, 4rem);
  left: clamp(2rem, 6vw, 5rem);
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.74);
}

.hero-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 24%;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.035);
  --parallax-strength: 0.012;
}

.hero-image-note {
  position: absolute;
  left: clamp(1.2rem, 4vw, 3rem);
  bottom: clamp(1rem, 3vw, 2.2rem);
  z-index: 2;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.magazine-hero-copy {
  display: grid;
  max-width: 960px;
  gap: 1rem;
  margin-inline: auto;
  text-align: center;
}

.magazine-hero-copy h1 {
  max-width: 12ch;
  margin-inline: auto;
}

.magazine-hero-copy .hero-lead {
  margin-inline: auto;
}

.magazine-hero-copy .hero-actions {
  justify-content: center;
  margin-top: 0.35rem;
}

.button {
  background: #1f1f1d;
  border-color: #1f1f1d;
  color: #fff;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link {
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reference-collage {
  background: #fff;
  padding-top: clamp(3rem, 7vw, 6rem);
}

.reference-collage-grid {
  position: relative;
  display: grid;
  min-height: 720px;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}

.ref-photo {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  background: #f0ebe5;
}

.ref-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ref-photo-left {
  grid-column: 1 / span 4;
  grid-row: 1;
  aspect-ratio: 0.78;
  align-self: start;
}

.ref-photo-bottom {
  z-index: 3;
  grid-column: 4 / span 6;
  grid-row: 1;
  aspect-ratio: 1.45;
  align-self: end;
  margin-bottom: -3.5rem;
}

.ref-photo-right {
  z-index: 2;
  grid-column: 10 / span 3;
  grid-row: 1;
  aspect-ratio: 0.72;
  align-self: center;
  margin-top: 4rem;
}

.ref-center-copy {
  z-index: 4;
  grid-column: 5 / span 5;
  grid-row: 1;
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  align-self: start;
  padding-top: clamp(2rem, 7vw, 5rem);
  text-align: center;
}

.ref-center-copy h2 {
  max-width: 12ch;
  font-size: clamp(1.5rem, 3.1vw, 3.15rem);
  letter-spacing: -0.025em;
  line-height: 1;
}

.ref-center-copy p:not(.script-note) {
  max-width: 430px;
  color: var(--color-muted);
  font-size: clamp(0.88rem, 1.2vw, 1rem);
  line-height: 1.55;
}

.script-note {
  font-family: "Snell Roundhand", "Brush Script MT", cursive;
  color: #292725;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  line-height: 0.8;
  transform: rotate(-3deg);
}

.tiny-accent {
  display: block;
  width: 7rem;
  height: 1px;
  margin-bottom: 0.35rem;
  background: var(--color-accent);
}

.tiny-accent::before,
.tiny-accent::after {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  margin: -0.18rem 0.4rem 0;
  border-radius: 999px;
  background: var(--color-accent);
  content: "";
  vertical-align: top;
}

.vertical-label {
  position: absolute;
  left: -2.1rem;
  top: 34%;
  margin: 0;
  color: #8d8176;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.vertical-label-right {
  right: -2.1rem;
  left: auto;
  transform: none;
}

.services-editorial {
  padding-top: clamp(7rem, 13vw, 12rem);
}

.section-heading {
  border-top: 1px solid var(--color-line);
  padding-top: clamp(1.4rem, 3vw, 2.2rem);
}

@media (min-width: 720px) {
  .desktop-nav-left,
  .desktop-nav-right {
    display: flex;
  }

  .nav-shell.nav-split .desktop-nav {
    display: flex;
  }

  .nav-shell.nav-split .menu-toggle {
    display: none;
  }
}

@media (max-width: 719px) {
  .nav-shell.nav-split {
    grid-template-columns: 1fr auto 1fr;
  }

  .brand-logo-link {
    grid-column: 2;
    width: 106px;
  }

  .hero-frame {
    min-height: 64vh;
  }

  .reference-collage-grid {
    display: grid;
    min-height: auto;
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .ref-photo-left,
  .ref-photo-bottom,
  .ref-photo-right,
  .ref-center-copy {
    grid-column: 1;
    grid-row: auto;
    margin: 0;
  }

  .ref-photo-left { width: 78%; }
  .ref-photo-bottom { z-index: 2; width: 86%; justify-self: end; margin-top: -2.2rem; }
  .ref-photo-right { width: 58%; justify-self: end; margin-top: -1.4rem; }
  .ref-center-copy { order: -1; padding: 0 0 1.3rem; }
  .vertical-label { display: none; }
}

@media (min-width: 720px) {
  .desktop-nav-right .nav-action {
    display: inline-flex;
  }
}

/* Iteration: homepage section-by-section refinement */
.brand-logo-link {
  width: clamp(128px, 12vw, 190px);
  height: 72px;
}

.magazine-hero {
  padding: 0 0 clamp(3.8rem, 8vw, 7rem);
}

.hero-frame {
  width: 100%;
  min-height: clamp(560px, calc(100svh - 82px), 880px);
  border-radius: 0;
}

.hero-frame::before,
.hero-frame::after {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  content: "";
  pointer-events: none;
}

.hero-frame::before {
  top: 0;
  height: clamp(120px, 16vw, 220px);
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.72) 28%, rgba(255, 255, 255, 0) 100%);
}

.hero-frame::after {
  right: auto;
  bottom: 0;
  height: clamp(140px, 18vw, 260px);
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0.66) 34%, rgba(255, 255, 255, 0) 100%);
}

.hero-frame img {
  object-position: center 23%;
}

.hero-image-note {
  display: none;
}

.magazine-hero-copy {
  max-width: 900px;
  padding-top: clamp(2.4rem, 6vw, 4.8rem);
}

.magazine-hero-copy h1 {
  max-width: 13ch;
  font-size: clamp(2.7rem, 7vw, 6.6rem);
}

.magazine-hero-copy .hero-lead {
  max-width: 700px;
}

.reference-collage {
  padding-top: clamp(2rem, 5vw, 4.5rem);
}

.ref-photo {
  border-radius: clamp(1rem, 2.2vw, 2rem);
}

.ref-photo-bottom {
  border-radius: clamp(1rem, 2vw, 1.8rem);
}

.home-about {
  padding-top: clamp(5rem, 10vw, 9rem);
  background: #fff;
}

.home-about .about-card {
  border-top: 1px solid var(--color-line);
  background: transparent;
}

.home-services {
  background: #fff;
}

.focus-list {
  display: grid;
  gap: clamp(3.3rem, 8vw, 7rem);
}

.focus-item {
  display: grid;
  gap: 1rem;
  border-top: 1px solid var(--color-line);
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.focus-number {
  color: var(--color-accent);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.focus-copy {
  display: grid;
  gap: 0.9rem;
  max-width: 720px;
}

.focus-copy h3 {
  max-width: 12ch;
  font-size: clamp(2.15rem, 5.4vw, 5.4rem);
}

.focus-copy p:not(.eyebrow) {
  color: var(--color-muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.65;
}

.home-film {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.film-heading {
  display: grid;
  gap: 0.75rem;
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
  border-top: 1px solid var(--color-line);
  padding-top: clamp(1.2rem, 3vw, 2rem);
}

.film-heading h2 {
  max-width: none;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
}

@media (min-width: 720px) {
  .focus-item {
    grid-template-columns: 0.14fr minmax(0, 0.86fr);
  }

  .focus-right {
    grid-template-columns: minmax(0, 0.86fr) 0.14fr;
    text-align: right;
  }

  .focus-right .focus-number {
    grid-column: 2;
    grid-row: 1;
  }

  .focus-right .focus-copy {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    justify-items: end;
  }

  .focus-right .focus-copy h3,
  .focus-right .focus-copy p {
    margin-left: auto;
  }
}

@media (max-width: 719px) {
  .brand-logo-link {
    width: 130px;
    height: 68px;
  }

  .hero-frame {
    min-height: 68svh;
  }

  .magazine-hero-copy {
    text-align: left;
  }

  .magazine-hero-copy h1,
  .magazine-hero-copy .hero-lead {
    margin-inline: 0;
  }
}

/* Hero crop refinement: show less of the upper third */
.hero-frame img {
  object-position: center 62%;
}

/* Stronger hero crop */
.hero-frame img {
  object-position: center 78%;
}

/* Compact editorial flow refinement */
:root {
  --space-section: clamp(3.6rem, 7vw, 6.4rem);
}

.section-pad {
  padding-block: var(--space-section);
}

.brand img,
.brand-logo-link img {
  display: block;
  width: clamp(120px, 14vw, 190px);
  height: auto;
}

.brand-logo-link {
  width: clamp(120px, 14vw, 190px);
  height: auto;
  min-height: 62px;
}

.magazine-hero {
  padding-bottom: clamp(2.4rem, 5vw, 4.4rem);
}

.hero-frame {
  min-height: clamp(460px, 82svh, 760px);
}

.magazine-hero-copy {
  padding-top: clamp(1.6rem, 4vw, 3.2rem);
  gap: 0.8rem;
}

.magazine-hero-copy h1 {
  font-size: clamp(2.45rem, 6.2vw, 5.7rem);
}

.reference-collage {
  padding-top: clamp(1.5rem, 4vw, 3.2rem);
  padding-bottom: clamp(3.4rem, 7vw, 6rem);
}

.reference-collage-grid {
  min-height: clamp(560px, 64vw, 680px);
}

.ref-center-copy {
  padding-top: clamp(1.2rem, 4vw, 3.4rem);
}

.home-about {
  padding-top: clamp(3.4rem, 7vw, 6rem);
  padding-bottom: clamp(3.4rem, 7vw, 6rem);
}

.about-grid {
  gap: clamp(1.4rem, 4vw, 3.4rem);
}

.about-card {
  padding: clamp(1.2rem, 3.5vw, 2.6rem);
}

.home-services {
  padding-top: clamp(3.6rem, 7vw, 6rem);
  padding-bottom: clamp(3.2rem, 6vw, 5.2rem);
}

.section-heading {
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
}

.focus-list {
  gap: clamp(2.2rem, 5vw, 4.5rem);
}

.focus-item {
  padding-top: clamp(1rem, 2.4vw, 1.7rem);
}

.focus-copy {
  gap: 0.75rem;
}

.focus-copy h3 {
  font-size: clamp(1.95rem, 4.8vw, 4.6rem);
}

.home-statement,
.home-location {
  padding-block: clamp(3.2rem, 6vw, 5.2rem);
}

.home-statement .statement-inner {
  gap: 0.9rem;
}

.home-location .location-grid {
  gap: clamp(1.2rem, 3vw, 2.2rem);
}

.home-film {
  padding-block: clamp(3.2rem, 6vw, 5.4rem);
}

.film-heading {
  margin-bottom: clamp(1.1rem, 3vw, 2.1rem);
  padding-top: clamp(0.95rem, 2.4vw, 1.6rem);
}

.film-link {
  margin-top: clamp(1.1rem, 3vw, 1.8rem);
}

.questions-strip {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.strip-inner {
  gap: 0.75rem;
}

.cta-section {
  padding-block: clamp(3rem, 6vw, 5.2rem);
}

.cta-inner {
  gap: 0.9rem;
  padding: clamp(1.6rem, 4vw, 3rem);
}

@media (min-width: 720px) {
  .about-card {
    margin-left: -5vw;
  }
}

@media (max-width: 719px) {
  :root {
    --space-section: clamp(3rem, 10vw, 4rem);
  }

  .hero-frame {
    min-height: 62svh;
  }

  .reference-collage-grid {
    min-height: auto;
  }

  .home-about,
  .home-services,
  .home-statement,
  .home-location,
  .home-film,
  .questions-strip,
  .cta-section {
    padding-block: clamp(2.8rem, 9vw, 4rem);
  }
}

/* Content refinement: single wedding focus and right-aligned location block */
.home-services .focus-list {
  gap: 0;
}

.home-services .focus-item {
  max-width: 920px;
}

.home-services .focus-copy {
  max-width: 780px;
}

.home-location-right .location-grid {
  justify-items: end;
  text-align: right;
}

.home-location-right .side-note,
.home-location-right h2,
.home-location-right p {
  margin-left: auto;
}

.home-location-right h2 {
  max-width: 11ch;
}

.home-location-right p:not(.side-note) {
  max-width: 760px;
}

@media (min-width: 720px) {
  .home-location-right .location-grid {
    grid-template-columns: 1fr 0.68fr;
  }

  .home-location-right .side-note {
    grid-column: 1;
    justify-self: end;
    align-self: start;
  }

  .home-location-right .location-grid > div {
    grid-column: 2;
  }
}

@media (max-width: 719px) {
  .home-location-right .location-grid {
    text-align: left;
    justify-items: start;
  }

  .home-location-right .side-note,
  .home-location-right h2,
  .home-location-right p {
    margin-left: 0;
  }
}

/* Single service block refinement */
.single-service .section-heading {
  display: grid;
  gap: clamp(0.8rem, 2vw, 1.2rem);
  max-width: 980px;
}

.single-service .section-heading h2 {
  max-width: 11ch;
}

.single-service .section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.65;
}

/* Align location block with service block rhythm */
.home-location-right {
  padding-top: clamp(2.8rem, 5.5vw, 4.6rem);
}

.home-location-right .location-grid {
  border-top: 1px solid var(--color-line);
  padding-top: clamp(1rem, 2.4vw, 1.7rem);
}

.home-location-right .side-note {
  width: 100%;
  text-align: right;
}

@media (min-width: 720px) {
  .home-location-right .location-grid {
    grid-template-columns: 0.32fr 0.68fr;
  }

  .home-location-right .side-note {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .home-location-right .location-grid > div {
    grid-column: 2;
    justify-self: end;
    text-align: right;
  }
}

/* Real asset image pairings for service and location blocks */
.service-media-grid,
.location-media-grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.section-side-image {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(1rem, 2.2vw, 2rem);
  background: #f0ebe5;
}

.section-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-side-image,
.location-side-image {
  aspect-ratio: 4 / 5;
}

.location-media-grid .location-grid {
  width: 100%;
}

@media (min-width: 720px) {
  .service-media-grid {
    grid-template-columns: minmax(0, 0.68fr) minmax(260px, 0.32fr);
  }

  .service-side-image {
    margin-top: clamp(1rem, 4vw, 3rem);
  }

  .location-media-grid {
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  }

  .location-side-image {
    grid-column: 1;
    grid-row: 1;
    margin-top: clamp(0.6rem, 2vw, 1.5rem);
  }

  .location-media-grid .location-grid {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 719px) {
  .service-side-image,
  .location-side-image {
    max-height: 420px;
  }
}

/* Responsive composition and text/image block alignment */
.about-grid,
.service-media-grid,
.location-media-grid {
  gap: clamp(2.5rem, 6vw, 6rem);
}

@media (min-width: 720px) {
  .about-grid {
    align-items: stretch;
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  }

  .about-image {
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
  }

  .about-card {
    margin-left: 0;
    align-self: stretch;
  }

  .service-media-grid {
    align-items: stretch;
    grid-template-columns: minmax(0, 0.64fr) minmax(280px, 0.36fr);
  }

  .location-media-grid {
    align-items: stretch;
    grid-template-columns: minmax(280px, 0.36fr) minmax(0, 0.64fr);
  }

  .service-side-image,
  .location-side-image {
    height: 100%;
    min-height: 0;
    margin-top: 0;
    aspect-ratio: auto;
    align-self: stretch;
  }

  .service-side-image img,
  .location-side-image img,
  .about-image img {
    height: 100%;
  }

  .single-service .section-heading,
  .location-media-grid .location-grid {
    align-self: stretch;
  }
}

@media (min-width: 720px) and (max-width: 1180px) {
  .reference-collage-grid {
    min-height: auto;
    grid-template-columns: repeat(8, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
  }

  .ref-photo-left {
    grid-column: 1 / span 3;
    grid-row: 1;
    aspect-ratio: 4 / 5;
  }

  .ref-center-copy {
    grid-column: 4 / span 5;
    grid-row: 1;
    align-self: start;
    padding-top: clamp(0.6rem, 2vw, 1.4rem);
  }

  .ref-photo-right {
    grid-column: 6 / span 3;
    grid-row: 2;
    width: auto;
    margin-top: -1rem;
    aspect-ratio: 4 / 5;
  }

  .ref-photo-bottom {
    grid-column: 2 / span 4;
    grid-row: 2;
    margin: clamp(1rem, 3vw, 2rem) 0 0;
    aspect-ratio: 5 / 3.5;
  }

  .vertical-label {
    display: none;
  }

  .ref-center-copy h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
  }
}

@media (max-width: 719px) {
  .about-grid,
  .service-media-grid,
  .location-media-grid {
    gap: clamp(1.4rem, 6vw, 2.4rem);
  }

  .service-media-grid,
  .location-media-grid {
    grid-template-columns: 1fr;
  }

  .service-side-image,
  .location-side-image,
  .about-image {
    max-height: none;
    aspect-ratio: 4 / 3.35;
  }

  .service-media-grid .section-side-image {
    order: -1;
  }

  .location-media-grid .location-side-image {
    order: -1;
  }

  .single-service .section-heading,
  .home-location-right .location-grid > div,
  .about-card {
    max-width: none;
  }

  .single-service .section-heading h2,
  .home-location-right h2,
  .about-card h2 {
    max-width: 12ch;
  }

  .ref-center-copy h2 {
    font-size: clamp(2.1rem, 11vw, 3.5rem);
  }

  .script-note {
    font-size: clamp(1.65rem, 8vw, 2.8rem);
  }
}

/* Questions teaser aligned with editorial text blocks */
.questions-strip .strip-inner {
  border-top: 1px solid var(--color-line);
  padding-top: clamp(1rem, 2.4vw, 1.7rem);
  max-width: 980px;
}

.questions-strip .strip-inner h2 {
  max-width: 11ch;
}

.questions-strip .strip-inner p:not(.eyebrow) {
  max-width: 680px;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.65;
}

/* Fragen page refinement */
.questions-page .questions-hero {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(1.2rem, 3vw, 2.2rem);
}

.questions-page .narrow-left {
  max-width: 760px;
  gap: 0.75rem;
}

.questions-page h1 {
  max-width: 12ch;
  font-size: clamp(2.65rem, 7vw, 5.6rem);
  letter-spacing: -0.04em;
}

.questions-page .lead {
  max-width: 620px;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.6;
}

.questions-page .questions-accordion {
  padding-top: clamp(1rem, 2vw, 1.6rem);
  padding-bottom: clamp(2.6rem, 5vw, 4.2rem);
}

.questions-page .accordion-list {
  max-width: 860px;
}

.questions-page .accordion-item {
  border-top-color: rgba(31, 31, 29, 0.11);
}

.questions-page .accordion-trigger {
  padding: clamp(1rem, 2vw, 1.25rem) 2.2rem clamp(1rem, 2vw, 1.25rem) 0;
  color: var(--color-text);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.questions-page .accordion-trigger::after {
  top: 50%;
  right: 0.15rem;
  color: var(--color-accent);
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.questions-page .accordion-trigger[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(45deg);
}

.questions-page .accordion-panel {
  transition: grid-template-rows 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.questions-page .accordion-panel > p {
  max-width: 680px;
  color: var(--color-muted);
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.65;
}

.questions-page .accordion-item.is-open .accordion-panel {
  padding-bottom: clamp(1rem, 2vw, 1.25rem);
}

.questions-page .questions-cta {
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.questions-page .cta-inner {
  max-width: 760px;
  padding: clamp(1.4rem, 3.5vw, 2.5rem);
}

.questions-page .cta-inner h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 5vw, 4rem);
}

.questions-page .cta-inner p:not(.eyebrow) {
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.6;
}

@media (max-width: 719px) {
  .questions-page .questions-hero {
    padding-top: 2.4rem;
    padding-bottom: 0.7rem;
  }

  .questions-page h1 {
    font-size: clamp(2.35rem, 13vw, 3.6rem);
  }

  .questions-page .questions-accordion {
    padding-top: 0.8rem;
    padding-bottom: 2.4rem;
  }

  .questions-page .accordion-trigger {
    padding-block: 0.95rem;
  }

  .questions-page .questions-cta {
    padding-block: 2.5rem 3.2rem;
  }
}

/* Fragen page: align hero with other subpages, tighten accordion rhythm */
.questions-page .questions-hero {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(1rem, 2.5vw, 1.8rem);
}

.questions-page .narrow-left {
  max-width: 900px;
  gap: 1rem;
}

.questions-page h1 {
  max-width: 10ch;
  font-size: clamp(3.15rem, 10vw, 8.2rem);
}

.questions-page .lead {
  max-width: 660px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.questions-page .questions-accordion {
  padding-top: 0.2rem;
  padding-bottom: clamp(2.2rem, 4.5vw, 3.6rem);
}

.questions-page .accordion-trigger {
  padding-top: clamp(0.78rem, 1.5vw, 1rem);
  padding-bottom: clamp(0.78rem, 1.5vw, 1rem);
}

.questions-page .accordion-item.is-open .accordion-panel {
  padding-bottom: clamp(0.78rem, 1.5vw, 1rem);
}

@media (max-width: 719px) {
  .questions-page .questions-hero {
    padding-top: 3rem;
    padding-bottom: 0.5rem;
  }

  .questions-page h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .questions-page .questions-accordion {
    padding-top: 0.2rem;
    padding-bottom: 2rem;
  }

  .questions-page .accordion-trigger {
    padding-block: 0.82rem;
  }
}

/* Fragen page final alignment with subpage hero and tighter accordions */
.questions-page .questions-hero {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: var(--space-section);
}

.questions-page .page-copy {
  display: grid;
  gap: 1.1rem;
  max-width: none;
}

.questions-page .page-copy h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 8.2vw, 7.9rem);
  letter-spacing: -0.035em;
  line-height: 0.94;
}

.questions-page .page-copy .lead {
  max-width: 660px;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.58;
}

.questions-page .questions-accordion {
  padding-top: 0;
  padding-bottom: clamp(1.8rem, 3.8vw, 3rem);
}

.questions-page .accordion-list {
  max-width: 940px;
}

.questions-page .accordion-trigger {
  padding-top: clamp(0.58rem, 1.1vw, 0.78rem);
  padding-bottom: clamp(0.58rem, 1.1vw, 0.78rem);
  font-size: clamp(0.98rem, 1.45vw, 1.1rem);
  line-height: 1.28;
}

.questions-page .accordion-panel > p {
  font-size: clamp(0.93rem, 1.25vw, 1rem);
  line-height: 1.55;
}

.questions-page .accordion-item.is-open .accordion-panel {
  padding-bottom: clamp(0.62rem, 1.2vw, 0.82rem);
}

@media (max-width: 719px) {
  .questions-page .questions-hero {
    padding-top: 3rem;
    padding-bottom: clamp(2.8rem, 9vw, 4rem);
  }

  .questions-page .page-copy h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .questions-page .accordion-trigger {
    padding-block: 0.68rem;
  }

  .questions-page .accordion-item.is-open .accordion-panel {
    padding-bottom: 0.7rem;
  }
}

/* Fragen page: very compact accordion rows */
.questions-page .accordion-trigger {
  min-height: 0;
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
  line-height: 1.18;
}

.questions-page .accordion-panel > p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.42;
}

.questions-page .accordion-item.is-open .accordion-panel {
  padding-bottom: 0.48rem;
}

.questions-page .accordion-item h2 {
  line-height: 1;
}

@media (max-width: 719px) {
  .questions-page .accordion-trigger {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .questions-page .accordion-panel > p {
    font-size: 0.93rem;
    line-height: 1.42;
  }
}

/* Fragen page: fix inherited giant h2 line boxes in accordion */
.questions-page .questions-hero {
  padding-bottom: clamp(1rem, 2vw, 1.6rem) !important;
}

.questions-page .questions-accordion {
  padding-top: 0 !important;
}

.questions-page .accordion-list {
  margin-top: 0 !important;
}

.questions-page .accordion-item h2 {
  margin: 0 !important;
  max-width: none !important;
  font-family: var(--font-main) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.questions-page .accordion-trigger {
  display: block;
  min-height: 0 !important;
  padding: 0.62rem 2rem 0.62rem 0 !important;
  font-size: clamp(0.98rem, 1.25vw, 1.08rem) !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
}

.questions-page .accordion-panel > p {
  padding-top: 0.1rem;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

.questions-page .accordion-item.is-open .accordion-panel {
  padding-bottom: 0.65rem !important;
}

@media (max-width: 719px) {
  .questions-page .questions-hero {
    padding-bottom: 0.7rem !important;
  }

  .questions-page .accordion-trigger {
    padding-block: 0.68rem !important;
  }
}

/* Fragen page: full-width accordion with slightly more breathing room */
.questions-page .accordion-list {
  width: min(100% - 1.5rem, 1180px) !important;
  max-width: none !important;
}

.questions-page .accordion-item:first-child {
  border-top: 0 !important;
}

.questions-page .accordion-trigger {
  padding-top: 0.82rem !important;
  padding-bottom: 0.82rem !important;
}

.questions-page .accordion-item.is-open .accordion-panel {
  padding-bottom: 0.85rem !important;
}

@media (max-width: 719px) {
  .questions-page .accordion-trigger {
    padding-top: 0.78rem !important;
    padding-bottom: 0.78rem !important;
  }
}

/* Legal pages */
.legal-page .legal-hero {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.legal-page .page-copy {
  display: grid;
  gap: 1.1rem;
}

.legal-page .page-copy h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 8.2vw, 7.9rem);
}

.legal-page .lead {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.legal-content {
  padding-top: clamp(1rem, 2.5vw, 2rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.legal-list {
  display: grid;
  max-width: 980px;
}

.legal-item {
  display: grid;
  gap: 0.75rem;
  padding-block: clamp(1.1rem, 2.4vw, 1.7rem);
  border-top: 1px solid var(--color-line);
}

.legal-item:last-child {
  border-bottom: 1px solid var(--color-line);
}

.legal-item h2 {
  max-width: none;
  font-family: var(--font-main);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.legal-item p {
  max-width: 760px;
  color: var(--color-muted);
  font-size: clamp(0.96rem, 1.35vw, 1.05rem);
  line-height: 1.65;
}

.legal-item a {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

@media (min-width: 720px) {
  .legal-item {
    grid-template-columns: 0.34fr 0.66fr;
    gap: clamp(2rem, 5vw, 4rem);
  }

  .legal-item h2 {
    grid-column: 1;
  }

  .legal-item p {
    grid-column: 2;
  }
}

@media (max-width: 719px) {
  .legal-page .legal-hero {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .legal-page .page-copy h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }
}

/* Final responsive hardening pass */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  min-width: 0;
}

img,
picture,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

.container,
.nav-shell,
.page-hero-grid,
.collage-grid,
.reference-collage-grid,
.about-grid,
.service-media-grid,
.location-media-grid,
.location-grid,
.footer-inner,
.image-mosaic,
.film-window,
.film-track,
.cta-inner {
  min-width: 0;
}

.hero-frame,
.cover-image,
.page-hero-image,
.collage-main,
.collage-detail,
.ref-photo,
.about-image,
.section-side-image,
.image-mosaic img,
.film-track img,
.gallery-card,
.teaser-image,
.image-box {
  overflow: hidden;
}

.hero-frame img,
.cover-image img,
.page-hero-image img,
.collage-main img,
.collage-detail img,
.ref-photo img,
.about-image img,
.section-side-image img,
.image-mosaic img,
.film-track img,
.gallery-card img,
.teaser-image img,
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-frame {
  aspect-ratio: 16 / 9;
  min-height: clamp(360px, 70svh, 740px);
}

.page-hero-image,
.about-image,
.section-side-image,
.collage-main,
.collage-detail,
.ref-photo,
.gallery-card,
.teaser-image,
.image-box {
  aspect-ratio: 4 / 5;
}

.image-mosaic img,
.film-track img {
  aspect-ratio: 4 / 5;
}

section {
  padding-block: var(--space-section);
}

@media (max-width: 900px) {
  :root {
    --space-section: clamp(3.25rem, 7vw, 5rem);
    --radius-large: clamp(1rem, 3vw, 1.8rem);
  }

  section,
  .section-pad,
  .page-hero,
  .legal-page .legal-hero,
  .questions-page .questions-hero,
  .home-about,
  .home-services,
  .home-location,
  .home-film,
  .questions-strip,
  .cta-section {
    padding-block: var(--space-section);
  }

  .magazine-hero {
    padding-bottom: clamp(2.4rem, 6vw, 4rem);
  }

  .hero-frame {
    aspect-ratio: 4 / 5;
    min-height: auto;
    max-height: none;
  }

  .page-hero-grid,
  .about-grid,
  .service-media-grid,
  .location-media-grid,
  .location-grid,
  .footer-inner {
    grid-template-columns: 1fr !important;
  }

  .page-hero-grid,
  .about-grid,
  .service-media-grid,
  .location-media-grid {
    gap: clamp(1.6rem, 5vw, 3rem);
  }

  .page-hero-image,
  .about-image,
  .service-side-image,
  .location-side-image {
    height: auto !important;
    aspect-ratio: 4 / 3.35;
  }

  .page-hero-image img,
  .about-image img,
  .service-side-image img,
  .location-side-image img {
    height: 100%;
  }

  .location-media-grid .location-grid,
  .location-media-grid .location-side-image,
  .service-media-grid .section-heading,
  .service-media-grid .section-side-image {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .home-location-right .location-grid,
  .home-location-right .location-grid > div,
  .home-location-right .side-note,
  .home-location-right h2,
  .home-location-right p {
    justify-items: start;
    text-align: left;
    margin-left: 0;
  }

  .film-window {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    padding-bottom: 0.75rem;
  }

  .film-track {
    width: max-content;
    max-width: none;
    transform: none !important;
  }

  .film-track img {
    width: clamp(220px, 42vw, 360px);
    height: auto;
    scroll-snap-align: center;
  }

  .image-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .image-mosaic img,
  .image-mosaic img:nth-child(n) {
    grid-column: auto !important;
    margin-top: 0 !important;
  }

  .cta-inner {
    max-width: none;
  }
}

@media (max-width: 640px) {
  :root {
    --space-section: clamp(2.75rem, 9vw, 3.75rem);
  }

  section,
  .section-pad,
  .page-hero,
  .legal-page .legal-hero,
  .questions-page .questions-hero,
  .home-about,
  .home-services,
  .home-location,
  .home-film,
  .questions-strip,
  .cta-section {
    padding-block: var(--space-section);
  }

  h1,
  .questions-page .page-copy h1,
  .legal-page .page-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.4rem) !important;
    line-height: 0.98;
  }

  h2,
  .single-service .section-heading h2,
  .home-location-right h2,
  .about-card h2,
  .cta-inner h2,
  .questions-strip .strip-inner h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1;
  }

  p,
  .lead,
  .hero-lead,
  .location-grid p:not(.side-note),
  .single-service .section-heading p:not(.eyebrow),
  .questions-strip .strip-inner p:not(.eyebrow),
  .cta-inner p:not(.eyebrow) {
    font-size: 1rem;
  }

  .container {
    width: min(100% - 1.25rem, 1180px);
  }

  .nav-shell.nav-split {
    min-height: 68px;
  }

  .brand-logo-link,
  .brand img,
  .brand-logo-link img {
    width: clamp(108px, 38vw, 142px);
  }

  .hero-frame {
    aspect-ratio: 3 / 4;
    min-height: auto;
  }

  .magazine-hero-copy {
    padding-top: clamp(1.4rem, 6vw, 2.4rem);
  }

  .reference-collage-grid,
  .collage-grid,
  .about-grid,
  .service-media-grid,
  .location-media-grid,
  .image-mosaic,
  .footer-inner {
    grid-template-columns: 1fr !important;
  }

  .reference-collage-grid {
    gap: clamp(0.85rem, 4vw, 1.25rem);
  }

  .ref-photo-left,
  .ref-photo-bottom,
  .ref-photo-right,
  .collage-main,
  .collage-detail {
    width: 100% !important;
    margin: 0 !important;
  }

  .ref-center-copy {
    order: -1;
    padding-bottom: 0.75rem;
  }

  .page-hero-image,
  .about-image,
  .service-side-image,
  .location-side-image,
  .image-mosaic img,
  .image-mosaic img:nth-child(n) {
    aspect-ratio: 4 / 3.35;
  }

  .film-track {
    gap: 0.85rem;
    padding-inline: 0.75rem;
  }

  .film-track img,
  .film-track img:nth-child(n) {
    width: min(76vw, 300px);
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .button,
  .nav-action {
    max-width: 100%;
  }

  .footer-inner nav {
    gap: 0.75rem 1rem;
  }
}

/* Responsive safeguard: accordions must not inherit mobile headline sizing */
.questions-page .accordion-item h2,
.accordion-item h2 {
  max-width: none !important;
  font-family: var(--font-main) !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.questions-page .accordion-trigger {
  font-size: clamp(0.98rem, 1.25vw, 1.08rem) !important;
}

main,
section,
.site-header,
.site-footer {
  max-width: 100%;
}

/* Repair after responsive hardening: collage, text/image blocks and film strip */
.reference-collage-grid {
  min-height: clamp(560px, 64vw, 720px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ref-photo-left {
  grid-column: 1 / span 4;
  grid-row: 1;
  aspect-ratio: 0.78 !important;
  align-self: start;
}

.ref-center-copy {
  z-index: 4;
  grid-column: 5 / span 5;
  grid-row: 1;
  align-self: start;
}

.ref-photo-bottom {
  z-index: 3;
  grid-column: 4 / span 6;
  grid-row: 1;
  align-self: end;
  margin-bottom: -3.5rem;
  aspect-ratio: 1.45 !important;
}

.ref-photo-right {
  z-index: 2;
  grid-column: 10 / span 3;
  grid-row: 1;
  align-self: center;
  margin-top: 4rem;
  aspect-ratio: 0.72 !important;
}

.service-media-grid,
.location-media-grid,
.about-grid {
  column-gap: clamp(3rem, 7vw, 7rem);
}

@media (min-width: 901px) {
  .service-media-grid {
    grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.34fr);
  }

  .location-media-grid {
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.58fr);
  }

  .about-grid {
    grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.58fr);
  }

  .single-service .section-heading h2 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 5.1vw, 5.2rem);
    overflow-wrap: normal;
  }

  .home-location-right h2,
  .about-card h2 {
    font-size: clamp(2.7rem, 5vw, 5rem);
  }
}

.film-track {
  display: flex;
  align-items: stretch;
  width: max-content;
  max-width: none;
}

.film-track img {
  flex: 0 0 auto;
  width: clamp(230px, 28vw, 440px) !important;
  height: auto !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.film-track img:nth-child(3),
.film-track img:nth-child(4) {
  width: clamp(300px, 38vw, 560px) !important;
  aspect-ratio: 5 / 3.6;
}

@media (min-width: 720px) and (max-width: 1180px) {
  .reference-collage-grid {
    min-height: auto;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 2rem);
    align-items: start;
  }

  .ref-photo-left {
    grid-column: 1 / span 3;
    grid-row: 1;
    aspect-ratio: 4 / 5 !important;
  }

  .ref-center-copy {
    grid-column: 4 / span 5;
    grid-row: 1;
  }

  .ref-photo-bottom {
    grid-column: 2 / span 4;
    grid-row: 2;
    margin: clamp(1rem, 3vw, 2rem) 0 0;
    aspect-ratio: 5 / 3.5 !important;
  }

  .ref-photo-right {
    grid-column: 6 / span 3;
    grid-row: 2;
    width: auto;
    margin-top: -1rem;
    aspect-ratio: 4 / 5 !important;
  }
}

@media (max-width: 900px) {
  .service-media-grid,
  .location-media-grid,
  .about-grid {
    row-gap: clamp(1.6rem, 5vw, 3rem);
  }

  .film-track img,
  .film-track img:nth-child(n) {
    width: clamp(220px, 42vw, 360px) !important;
    height: auto !important;
    aspect-ratio: 4 / 5;
  }
}

@media (max-width: 640px) {
  .reference-collage-grid {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr !important;
  }

  .ref-photo-left,
  .ref-photo-bottom,
  .ref-photo-right,
  .ref-center-copy {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .ref-photo-left,
  .ref-photo-bottom,
  .ref-photo-right {
    width: 100% !important;
    margin: 0 !important;
    aspect-ratio: 4 / 3.35 !important;
  }

  .film-track img,
  .film-track img:nth-child(n) {
    width: min(76vw, 300px) !important;
    height: auto !important;
    aspect-ratio: 4 / 5;
  }
}

/* Editorial block consistency: lines, alignment, no image overlap */
:root {
  --color-line: rgba(31, 31, 29, 0.13);
  --color-accent: #9d8d80;
}

.eyebrow,
.side-note,
.text-link {
  color: var(--color-accent);
}

.home-about .about-card,
.single-service .section-heading,
.home-location-right .location-grid,
.film-heading,
.questions-strip .strip-inner {
  border-top: 1px solid var(--color-line) !important;
  padding-top: clamp(1rem, 2.3vw, 1.65rem) !important;
}

.section-side-image,
.about-image {
  margin-top: clamp(2.4rem, 4.5vw, 4.4rem) !important;
}

.single-service .section-heading,
.about-card {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.single-service .section-heading h2,
.single-service .section-heading p,
.single-service .section-heading a,
.about-card h2,
.about-card p,
.about-card a {
  max-width: min(100%, 760px);
}

.film-heading h2,
.questions-strip .strip-inner h2 {
  max-width: 11ch;
  font-size: clamp(2.7rem, 5vw, 5rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.questions-strip .strip-inner {
  max-width: 980px;
}

.questions-strip .strip-inner p:not(.eyebrow) {
  max-width: 680px;
}

@media (min-width: 901px) {
  .service-media-grid,
  .location-media-grid,
  .about-grid {
    align-items: start;
    column-gap: clamp(4rem, 8vw, 8rem);
  }

  .service-media-grid {
    grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.32fr);
  }

  .location-media-grid {
    grid-template-columns: minmax(280px, 0.32fr) minmax(0, 0.58fr);
  }

  .about-grid {
    grid-template-columns: minmax(280px, 0.32fr) minmax(0, 0.58fr);
  }

  .single-service .section-heading,
  .about-card {
    align-self: start;
  }

  .home-location-right .location-grid {
    align-self: start;
    justify-items: end;
    text-align: right;
  }

  .home-location-right .side-note,
  .home-location-right h2,
  .home-location-right p {
    margin-left: auto;
    text-align: right;
  }

  .home-location-right .location-grid > div {
    justify-self: end;
    max-width: 760px;
  }

  .home-location-right .location-side-image,
  .about-image,
  .service-side-image {
    align-self: start;
    height: auto !important;
  }

  .home-location-right .location-side-image,
  .about-image,
  .service-side-image {
    aspect-ratio: 4 / 5 !important;
  }

  .single-service .section-heading h2 {
    max-width: 10.5ch;
  }
}

@media (max-width: 900px) {
  .section-side-image,
  .about-image {
    margin-top: 0 !important;
  }

  .home-location-right .location-grid,
  .home-location-right .side-note,
  .home-location-right h2,
  .home-location-right p {
    text-align: left;
    justify-items: start;
    margin-left: 0;
  }

  .film-heading h2,
  .questions-strip .strip-inner h2 {
    font-size: clamp(2.2rem, 8vw, 3.8rem);
  }
}

@media (max-width: 640px) {
  .film-heading h2,
  .questions-strip .strip-inner h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
}

/* Final homepage composition polish */
:root {
  --color-line: rgba(31, 31, 29, 0.14);
  --color-accent: #9d8d80;
}

.eyebrow,
.side-note,
.text-link {
  color: var(--color-accent) !important;
}

.home-about .about-card,
.single-service .section-heading,
.home-location-right .location-grid,
.film-heading,
.questions-strip .strip-inner {
  border-top: 1px solid var(--color-line) !important;
  padding-top: clamp(1.1rem, 2vw, 1.55rem) !important;
}

.service-media-grid,
.location-media-grid,
.about-grid {
  isolation: isolate;
}

.single-service .section-heading,
.home-location-right .location-grid,
.home-about .about-card,
.film-heading,
.questions-strip .strip-inner {
  min-width: 0;
  position: relative;
  z-index: 2;
}

.single-service .section-heading h2,
.film-heading h2,
.questions-strip .strip-inner h2 {
  font-size: clamp(2.45rem, 5vw, 5.35rem);
  letter-spacing: -0.045em;
  line-height: .98;
}

.film-heading h2,
.questions-strip .strip-inner h2 {
  max-width: 11ch;
}

.single-service .section-heading h2 {
  max-width: 12ch;
}

.single-service .section-heading p:not(.eyebrow),
.questions-strip .strip-inner p:not(.eyebrow),
.film-heading p:not(.eyebrow) {
  max-width: 720px;
}

@media (min-width: 901px) {
  .service-media-grid,
  .location-media-grid,
  .about-grid {
    align-items: start !important;
    column-gap: clamp(4.5rem, 8vw, 9rem) !important;
  }

  .service-media-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, .42fr) !important;
  }

  .location-media-grid {
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1.08fr) !important;
  }

  .about-grid {
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1.08fr) !important;
  }

  .section-side-image,
  .about-image {
    align-self: start !important;
    margin-top: clamp(3.4rem, 5vw, 5rem) !important;
    position: relative;
    z-index: 1;
  }

  .service-side-image,
  .location-side-image,
  .about-image {
    max-width: 100%;
    aspect-ratio: 4 / 5 !important;
  }

  .single-service .section-heading {
    max-width: 900px;
  }

  .home-location-right .location-grid {
    justify-items: end !important;
    text-align: right !important;
  }

  .home-location-right .location-grid > div,
  .home-location-right .side-note,
  .home-location-right h2,
  .home-location-right p {
    justify-self: end !important;
    margin-left: auto !important;
    text-align: right !important;
  }

  .home-location-right .location-grid > div {
    max-width: 850px;
  }

  .home-location-right h2,
  .home-about .about-card h2 {
    font-size: clamp(2.45rem, 5vw, 5.35rem);
    letter-spacing: -0.045em;
    line-height: .98;
  }

  .home-about .about-card p,
  .home-about .about-card a {
    max-width: 720px;
  }
}

@media (max-width: 900px) {
  .service-media-grid,
  .location-media-grid,
  .about-grid {
    grid-template-columns: 1fr !important;
    row-gap: clamp(1.6rem, 5vw, 2.7rem) !important;
  }

  .section-side-image,
  .about-image {
    margin-top: 0 !important;
    max-width: 100%;
  }

  .home-location-right .location-grid,
  .home-location-right .location-grid > div,
  .home-location-right .side-note,
  .home-location-right h2,
  .home-location-right p {
    justify-self: start !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  .single-service .section-heading h2,
  .film-heading h2,
  .questions-strip .strip-inner h2,
  .home-location-right h2,
  .home-about .about-card h2 {
    font-size: clamp(2.15rem, 8vw, 3.85rem);
    max-width: 12ch;
  }
}

@media (max-width: 640px) {
  .single-service .section-heading h2,
  .film-heading h2,
  .questions-strip .strip-inner h2,
  .home-location-right h2,
  .home-about .about-card h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
  }

  .questions-strip .strip-inner {
    max-width: none;
  }
}

/* Final alignment correction for editorial text/image rows */
@media (min-width: 901px) {
  .single-service .section-heading h2 {
    max-width: 100% !important;
    font-size: clamp(2.35rem, 4.65vw, 5rem) !important;
    overflow-wrap: normal;
    hyphens: none;
  }

  .single-service .section-heading p:not(.eyebrow) {
    max-width: 820px;
  }

  .home-about .about-card {
    justify-self: end;
    text-align: right;
  }

  .home-about .about-card h2,
  .home-about .about-card p,
  .home-about .about-card a,
  .home-about .about-card .eyebrow {
    margin-left: auto;
    text-align: right;
  }

  .home-about .about-card h2 {
    max-width: 820px;
  }

  .film-heading,
  .questions-strip .strip-inner {
    width: min(100%, var(--container));
  }
}

/* Defined width fallback for editorial heading blocks */
@media (min-width: 901px) {
  .film-heading,
  .questions-strip .strip-inner {
    width: min(100%, 1180px) !important;
  }
}

/* Homepage editorial refinement: bigger edge images, tighter rhythm, aligned questions */
@media (min-width: 901px) {
  .home-about,
  .home-services,
  .home-location,
  .questions-strip {
    padding-block: clamp(3.4rem, 6vw, 5.6rem) !important;
  }

  .service-media-grid,
  .location-media-grid,
  .about-grid {
    column-gap: clamp(3.4rem, 5.8vw, 6.5rem) !important;
  }

  .service-media-grid {
    grid-template-columns: minmax(0, .94fr) minmax(360px, .58fr) !important;
  }

  .location-media-grid,
  .about-grid {
    grid-template-columns: minmax(360px, .58fr) minmax(0, .94fr) !important;
  }

  .service-side-image,
  .location-side-image,
  .about-image {
    width: calc(100% + max(1.5rem, calc((100vw - 1180px) / 2))) !important;
    max-width: none !important;
    margin-top: clamp(3.2rem, 4.6vw, 4.8rem) !important;
    aspect-ratio: 4 / 5 !important;
    border-radius: var(--radius-large);
    overflow: hidden;
  }

  .service-side-image {
    margin-right: calc(max(1.5rem, calc((100vw - 1180px) / 2)) * -1) !important;
  }

  .location-side-image,
  .about-image {
    margin-left: calc(max(1.5rem, calc((100vw - 1180px) / 2)) * -1) !important;
  }

  .service-side-image::after,
  .location-side-image::after,
  .about-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .service-side-image::after {
    background: linear-gradient(90deg, rgba(251, 250, 246, 0.08), rgba(251, 250, 246, 0));
  }

  .location-side-image::after,
  .about-image::after {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  }

  .single-service .section-heading h2 br {
    display: block;
  }

  .single-service .section-heading h2 {
    max-width: 11.8ch !important;
    font-size: clamp(2.55rem, 4.85vw, 5.25rem) !important;
  }

  .questions-strip .strip-inner {
    display: grid;
    justify-items: end;
    text-align: right;
    width: min(100% - 1.5rem, 1180px) !important;
    max-width: none !important;
    margin-inline: auto;
  }

  .questions-strip .strip-inner .eyebrow,
  .questions-strip .strip-inner h2,
  .questions-strip .strip-inner p,
  .questions-strip .strip-inner a {
    margin-left: auto;
    text-align: right;
  }

  .questions-strip .strip-inner h2 {
    max-width: 11ch;
  }

  .questions-strip .strip-inner p:not(.eyebrow) {
    max-width: 680px;
  }
}

@media (max-width: 900px) {
  .home-about,
  .home-services,
  .home-location,
  .questions-strip {
    padding-block: clamp(2.75rem, 8vw, 4.5rem) !important;
  }

  .single-service .section-heading h2 br {
    display: none;
  }

  .service-side-image,
  .location-side-image,
  .about-image {
    width: 100% !important;
    border-radius: var(--radius-large);
  }
}

/* Unified text edges for homepage editorial blocks */
@media (min-width: 901px) {
  .home-about .about-card,
  .single-service .section-heading,
  .home-location-right .location-grid,
  .film-heading,
  .questions-strip .strip-inner {
    width: 100% !important;
    max-width: none !important;
  }

  .single-service .section-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .film-heading,
  .questions-strip .strip-inner {
    width: min(100% - 1.5rem, 1180px) !important;
    margin-inline: auto !important;
  }

  .home-about .about-card,
  .home-location-right .location-grid {
    justify-self: stretch !important;
  }

  .home-about .about-card h2,
  .home-about .about-card p,
  .home-about .about-card a,
  .home-about .about-card .eyebrow,
  .home-location-right .location-grid > div,
  .home-location-right .side-note,
  .home-location-right h2,
  .home-location-right p,
  .questions-strip .strip-inner .eyebrow,
  .questions-strip .strip-inner h2,
  .questions-strip .strip-inner p,
  .questions-strip .strip-inner a {
    margin-left: auto !important;
    text-align: right !important;
  }

  .home-about .about-card h2,
  .home-about .about-card p,
  .home-about .about-card a,
  .home-location-right .location-grid > div,
  .questions-strip .strip-inner p:not(.eyebrow) {
    max-width: 760px !important;
  }

  .questions-strip .strip-inner h2,
  .film-heading h2 {
    max-width: 760px !important;
  }

  .film-heading .eyebrow,
  .film-heading h2,
  .film-heading a,
  .film-heading p {
    margin-left: 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 900px) {
  .home-about .about-card,
  .single-service .section-heading,
  .home-location-right .location-grid,
  .film-heading,
  .questions-strip .strip-inner {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Clean homepage redesign */
.home-redesign {
  background: #fff;
  color: var(--color-text);
}

.home-redesign .container {
  width: min(100% - clamp(1.5rem, 5vw, 5rem), 1180px);
}

.home-redesign h1,
.home-redesign h2 {
  font-family: var(--font-main);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: .96;
}

.home-redesign h1 {
  font-size: clamp(2.8rem, 7.4vw, 7rem);
  max-width: 820px;
}

.home-redesign h2 {
  font-size: clamp(2.05rem, 4.7vw, 4.9rem);
  max-width: 780px;
}

.home-redesign p:not(.eyebrow) {
  max-width: 660px;
  color: var(--color-muted);
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  line-height: 1.62;
}

.home-redesign .eyebrow,
.home-redesign .text-link {
  color: #9d8d80 !important;
}

.clean-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #fff;
}

.clean-hero-image {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.clean-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,.08) 24%, rgba(255,255,255,.08) 58%, rgba(255,255,255,.9) 100%),
    linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.46) 38%, rgba(255,255,255,.08) 76%);
  pointer-events: none;
}

.clean-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.03);
}

.clean-hero-copy {
  position: relative;
  z-index: 1;
  padding-block: clamp(3.4rem, 7vw, 6rem) clamp(3rem, 6vw, 5rem);
}

.clean-hero-copy .eyebrow,
.clean-copy .eyebrow,
.clean-text-block .eyebrow,
.clean-gallery-head .eyebrow,
.clean-cta .eyebrow {
  margin-bottom: clamp(.9rem, 1.8vw, 1.35rem);
}

.clean-hero-copy p:not(.eyebrow) {
  margin-top: clamp(1.05rem, 2vw, 1.55rem);
}

.clean-intro,
.clean-split,
.clean-gallery,
.clean-cta {
  padding-block: clamp(4.5rem, 7vw, 6rem);
}

.clean-intro {
  background: #fff;
}

.clean-text-block,
.clean-copy,
.clean-gallery-head,
.clean-cta-inner {
  border-top: 1px solid rgba(31, 31, 29, .14);
  padding-top: clamp(1.1rem, 2vw, 1.5rem);
}

.clean-text-block p:not(.eyebrow),
.clean-copy p:not(.eyebrow) {
  margin-top: clamp(1rem, 1.7vw, 1.35rem);
}

.clean-text-block .text-link,
.clean-copy .text-link,
.clean-gallery-link,
.clean-cta-actions {
  margin-top: clamp(1.15rem, 2vw, 1.65rem);
}

.clean-split-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, .72fr);
  gap: clamp(2.75rem, 6vw, 6rem);
  align-items: start;
}

.clean-split-reverse {
  grid-template-columns: minmax(340px, .72fr) minmax(0, .95fr);
}

.clean-image {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: clamp(.15rem, .5vw, .45rem);
  background: #f4f0eb;
}

.clean-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clean-about .clean-image {
  aspect-ratio: 5 / 6;
}

.clean-service .clean-image {
  aspect-ratio: 4 / 4.8;
}

.clean-copy {
  align-self: start;
}

.clean-gallery {
  overflow: hidden;
  background: #fff;
}

.clean-gallery-head {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.clean-film-window {
  overflow: hidden;
}

.clean-film-track {
  display: flex;
  align-items: stretch;
  gap: clamp(.8rem, 1.6vw, 1.25rem);
  width: max-content;
  padding-inline: max(clamp(1.5rem, 5vw, 5rem), calc((100vw - 1180px) / 2));
  transform: translate3d(var(--gallery-x, 0), 0, 0);
  transition: transform 80ms linear;
  will-change: transform;
}

.clean-film-track img,
.clean-film-track img:nth-child(n) {
  flex: 0 0 auto;
  width: clamp(220px, 25vw, 390px) !important;
  height: auto !important;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: clamp(.15rem, .5vw, .45rem);
}

.clean-film-track img:nth-child(3),
.clean-film-track img:nth-child(4) {
  width: clamp(290px, 34vw, 500px) !important;
  aspect-ratio: 5 / 3.7;
}

.clean-gallery-link {
  display: flex;
  justify-content: flex-start;
}

.clean-cta {
  background: #fff;
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.clean-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
}

.clean-cta h2 {
  max-width: 760px;
}

.clean-cta p:not(.eyebrow) {
  margin-top: clamp(1rem, 1.7vw, 1.35rem);
}

.clean-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .clean-hero {
    min-height: clamp(500px, 70vh, 680px);
  }

  .clean-hero-image::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.68) 0%, rgba(255,255,255,.1) 30%, rgba(255,255,255,.92) 100%),
      linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,.08));
  }

  .clean-intro,
  .clean-split,
  .clean-gallery,
  .clean-cta {
    padding-block: clamp(3rem, 8vw, 4rem);
  }

  .clean-split-grid,
  .clean-split-reverse,
  .clean-cta-inner {
    grid-template-columns: 1fr;
  }

  .clean-copy {
    order: 1;
  }

  .clean-image {
    order: 2;
    aspect-ratio: 4 / 3.2;
  }

  .clean-split-reverse .clean-image {
    order: 2;
  }

  .clean-split-reverse .clean-copy {
    order: 1;
  }

  .clean-cta-actions {
    justify-content: flex-start;
  }

  .clean-film-window {
    overflow-x: auto;
    padding-bottom: .6rem;
  }

  .clean-film-track {
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .home-redesign .container {
    width: min(100% - 1.25rem, 1180px);
  }

  .clean-hero {
    min-height: 520px;
  }

  .clean-hero-copy {
    padding-block: 2.75rem 2.5rem;
  }

  .home-redesign h1 {
    font-size: clamp(2.45rem, 12vw, 4.2rem);
  }

  .home-redesign h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
  }

  .clean-film-track img,
  .clean-film-track img:nth-child(n) {
    width: min(74vw, 300px) !important;
    aspect-ratio: 4 / 5;
  }
}

/* Restore editorial hero and tighten homepage rhythm */
.home-redesign {
  background: #fff !important;
}

.home-redesign .container {
  width: min(100% - clamp(1.5rem, 4.6vw, 4.25rem), 1180px) !important;
}

.home-redesign p:not(.eyebrow) {
  max-width: 650px;
}

.home-hero-return {
  min-height: clamp(520px, 76vh, 780px) !important;
  padding: 0 !important;
  display: grid;
  align-items: end;
  background: #fff;
}

.home-hero-return .hero-frame {
  inset: 0 clamp(.75rem, 2vw, 2rem) auto !important;
  height: clamp(470px, 70vh, 700px);
  margin: 0 !important;
  border-radius: 0 0 clamp(.35rem, .8vw, .7rem) clamp(.35rem, .8vw, .7rem);
  opacity: 0;
  transform: translateY(18px) scale(1.015);
  animation: heroImageIn 1100ms cubic-bezier(.16, 1, .3, 1) 120ms forwards;
}

.home-hero-return .clean-hero-image::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.12) 22%, rgba(255,255,255,.04) 62%, rgba(255,255,255,.88) 100%),
    linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.22) 35%, rgba(255,255,255,.05) 72%);
}

.home-hero-return .clean-hero-image img {
  object-position: center 34%;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.055);
}

.home-hero-return .clean-hero-copy {
  align-self: end;
  padding-block: 0 clamp(2.2rem, 5vw, 4.2rem) !important;
  transform: translateY(0);
}

.home-hero-return .clean-hero-copy h1,
.home-hero-return .clean-hero-copy p {
  opacity: 0;
  transform: translateY(14px);
  animation: heroTextIn 900ms cubic-bezier(.16, 1, .3, 1) forwards;
}

.home-hero-return .clean-hero-copy h1 {
  max-width: 760px;
  color: var(--color-text);
  font-size: clamp(2.7rem, 6.6vw, 6.5rem);
  text-wrap: balance;
  animation-delay: 260ms;
}

.home-hero-return .clean-hero-copy p {
  max-width: 560px;
  margin-top: clamp(.8rem, 1.6vw, 1.15rem) !important;
  color: rgba(37, 35, 31, .74);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  animation-delay: 390ms;
}

@keyframes heroImageIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroTextIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.clean-intro-brief,
.clean-split,
.clean-gallery,
.clean-cta {
  padding-block: clamp(3.5rem, 5.8vw, 4.8rem) !important;
}

.clean-intro-brief {
  padding-top: clamp(2.5rem, 4vw, 3.5rem) !important;
}

.clean-intro-brief .clean-text-block {
  max-width: 760px;
  border-top: 1px solid rgba(31, 31, 29, .14);
  padding-top: clamp(1rem, 1.8vw, 1.35rem);
}

.clean-intro-brief h2 {
  max-width: 680px;
  font-size: clamp(2rem, 4vw, 4rem);
}

.clean-intro-brief p {
  margin-top: clamp(.8rem, 1.4vw, 1rem) !important;
}

.clean-text-block,
.clean-copy,
.clean-gallery-head,
.clean-cta-inner {
  padding-top: clamp(.9rem, 1.7vw, 1.25rem) !important;
}

.clean-copy .eyebrow,
.clean-gallery-head .eyebrow,
.clean-cta .eyebrow {
  margin-bottom: clamp(.65rem, 1.2vw, .95rem) !important;
}

.clean-copy p:not(.eyebrow),
.clean-cta p:not(.eyebrow) {
  margin-top: clamp(.8rem, 1.4vw, 1.05rem) !important;
}

.clean-copy .text-link,
.clean-gallery-link,
.clean-cta-actions {
  margin-top: clamp(.9rem, 1.6vw, 1.25rem) !important;
}

.clean-split-grid,
.clean-split-reverse {
  gap: clamp(2rem, 4.2vw, 4.4rem) !important;
  align-items: center;
}

.clean-split-grid {
  grid-template-columns: minmax(0, .88fr) minmax(330px, .62fr) !important;
}

.clean-split-reverse {
  grid-template-columns: minmax(330px, .62fr) minmax(0, .88fr) !important;
}

.clean-image {
  border-radius: clamp(.08rem, .28vw, .3rem) !important;
  transform: translateY(clamp(.6rem, 1.8vw, 1.4rem));
}

.clean-about .clean-image {
  aspect-ratio: 4 / 4.7 !important;
}

.clean-service .clean-image {
  aspect-ratio: 4 / 4.55 !important;
  transform: translateY(clamp(-.8rem, -1.2vw, -.35rem));
}

.clean-gallery {
  padding-top: clamp(3rem, 5vw, 4.2rem) !important;
}

.clean-gallery-head {
  margin-bottom: clamp(1.1rem, 2vw, 1.7rem) !important;
}

.clean-gallery-head h2 {
  font-size: clamp(2.05rem, 4.4vw, 4.6rem);
}

.clean-film-track img,
.clean-film-track img:nth-child(n) {
  width: clamp(210px, 22vw, 340px) !important;
  border-radius: clamp(.08rem, .28vw, .3rem) !important;
}

.clean-film-track img:nth-child(3),
.clean-film-track img:nth-child(4) {
  width: clamp(270px, 30vw, 450px) !important;
}

.clean-cta {
  padding-top: clamp(3rem, 5vw, 4.2rem) !important;
}

.clean-cta-inner {
  gap: clamp(1.5rem, 3vw, 3rem) !important;
}

@media (max-width: 900px) {
  .home-hero-return {
    min-height: clamp(500px, 72vh, 650px) !important;
  }

  .home-hero-return .hero-frame {
    inset-inline: .75rem !important;
    height: clamp(440px, 66vh, 610px);
  }

  .clean-intro-brief,
  .clean-split,
  .clean-gallery,
  .clean-cta {
    padding-block: clamp(2.25rem, 6.5vw, 3rem) !important;
  }

  .clean-split-grid,
  .clean-split-reverse {
    grid-template-columns: 1fr !important;
    gap: clamp(1.4rem, 4.5vw, 2.2rem) !important;
  }

  .clean-image,
  .clean-service .clean-image {
    transform: none;
    aspect-ratio: 4 / 3.15 !important;
  }
}

@media (max-width: 640px) {
  .home-hero-return {
    min-height: 500px !important;
  }

  .home-hero-return .hero-frame {
    height: 455px;
  }

  .home-hero-return .clean-hero-copy {
    padding-bottom: 2rem !important;
  }

  .home-hero-return .clean-hero-copy h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.7rem);
  }

  .home-hero-return .clean-hero-copy p {
    max-width: 92%;
  }

  .clean-intro-brief,
  .clean-split,
  .clean-gallery,
  .clean-cta {
    padding-block: 2.25rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-return .hero-frame,
  .home-hero-return .clean-hero-copy h1,
  .home-hero-return .clean-hero-copy p {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Stable homepage system: one layout, one rhythm */
.home-stable {
  --home-bg: #fff;
  --home-text: #25231f;
  --home-muted: #6f6a62;
  --home-accent: #9d8d80;
  --home-line: rgba(37, 35, 31, .14);
  background: var(--home-bg);
  color: var(--home-text);
}

.home-stable .home-container {
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px);
  margin-inline: auto;
}

.home-stable h1,
.home-stable h2 {
  margin: 0;
  font-family: var(--font-main);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: .96;
}

.home-stable h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 6.4vw, 6.25rem);
}

.home-stable h2 {
  max-width: 720px;
  font-size: clamp(2rem, 4.35vw, 4.5rem);
}

.home-stable p:not(.home-eyebrow) {
  max-width: 650px;
  margin: 0;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.6;
}

.home-eyebrow {
  margin: 0 0 clamp(.65rem, 1.2vw, .95rem);
  color: var(--home-accent);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--home-accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-link::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}

.home-link:hover {
  color: var(--home-text);
}

.home-hero {
  position: relative;
  min-height: clamp(510px, 74vh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #fff;
}

.home-hero-media {
  position: absolute;
  inset: 0 clamp(.75rem, 2vw, 2rem) auto;
  height: clamp(465px, 68vh, 690px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px) scale(1.015);
  animation: homeHeroImageIn 1100ms cubic-bezier(.16, 1, .3, 1) 120ms forwards;
}

.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.12) 23%, rgba(255,255,255,.04) 63%, rgba(255,255,255,.9) 100%),
    linear-gradient(90deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.22) 36%, rgba(255,255,255,.05) 74%);
  pointer-events: none;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.055);
}

.home-hero-copy {
  position: relative;
  z-index: 1;
  padding-block: 0 clamp(2.2rem, 5vw, 4rem);
}

.home-hero-copy h1,
.home-hero-copy p {
  opacity: 0;
  transform: translateY(14px);
  animation: homeHeroTextIn 900ms cubic-bezier(.16, 1, .3, 1) forwards;
}

.home-hero-copy h1 {
  animation-delay: 260ms;
}

.home-hero-copy p {
  max-width: 560px !important;
  margin-top: clamp(.85rem, 1.6vw, 1.15rem) !important;
  color: rgba(37, 35, 31, .74) !important;
  animation-delay: 390ms;
}

@keyframes homeHeroImageIn {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes homeHeroTextIn {
  to { opacity: 1; transform: translateY(0); }
}

.home-section {
  padding-block: clamp(3.5rem, 5.6vw, 4.5rem);
  background: #fff;
}

.home-split {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(330px, .62fr);
  gap: clamp(2rem, 4.2vw, 4.25rem);
  align-items: center;
}

.home-split-reverse {
  grid-template-columns: minmax(330px, .62fr) minmax(0, .88fr);
}

.home-copy,
.home-gallery-head,
.home-cta-inner {
  border-top: 1px solid var(--home-line);
  padding-top: clamp(.9rem, 1.65vw, 1.2rem);
}

.home-copy p:not(.home-eyebrow),
.home-cta p:not(.home-eyebrow) {
  margin-top: clamp(.8rem, 1.4vw, 1.05rem);
}

.home-copy .home-link,
.home-gallery-link,
.home-cta-actions {
  margin-top: clamp(.9rem, 1.55vw, 1.25rem);
}

.home-image {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(.08rem, .28vw, .3rem);
  background: #f4f0eb;
  aspect-ratio: 4 / 4.7;
}

.home-weddings .home-image {
  aspect-ratio: 4 / 4.55;
  transform: translateY(clamp(-.8rem, -1.2vw, -.35rem));
}

.home-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-gallery {
  overflow: hidden;
  padding-top: clamp(3rem, 5vw, 4rem);
}

.home-gallery-head {
  margin-bottom: clamp(1.1rem, 2vw, 1.7rem);
}

.home-gallery-window {
  overflow: hidden;
}

.home-gallery-track {
  display: flex;
  align-items: stretch;
  gap: clamp(.8rem, 1.55vw, 1.2rem);
  width: max-content;
  padding-inline: max(clamp(1.5rem, 4.5vw, 4rem), calc((100vw - 1180px) / 2));
  transform: translate3d(var(--gallery-x, 0), 0, 0);
  transition: transform 80ms linear;
  will-change: transform;
}

.home-gallery-track img {
  flex: 0 0 auto;
  width: clamp(210px, 22vw, 340px);
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: clamp(.08rem, .28vw, .3rem);
}

.home-gallery-track img:nth-child(3),
.home-gallery-track img:nth-child(4) {
  width: clamp(270px, 30vw, 450px);
  aspect-ratio: 5 / 3.7;
}

.home-cta {
  padding-top: clamp(3rem, 5vw, 4rem);
  padding-bottom: clamp(3.75rem, 6vw, 5rem);
}

.home-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: end;
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .home-hero {
    min-height: clamp(500px, 72vh, 650px);
  }

  .home-hero-media {
    inset-inline: .75rem;
    height: clamp(440px, 66vh, 610px);
  }

  .home-section {
    padding-block: clamp(2.25rem, 6.5vw, 3rem);
  }

  .home-split,
  .home-split-reverse,
  .home-cta-inner {
    grid-template-columns: 1fr;
    gap: clamp(1.4rem, 4.5vw, 2.2rem);
  }

  .home-copy {
    order: 1;
  }

  .home-image,
  .home-weddings .home-image {
    order: 2;
    aspect-ratio: 4 / 3.15;
    transform: none;
  }

  .home-cta-actions {
    justify-content: flex-start;
  }

  .home-gallery-window {
    overflow-x: auto;
    padding-bottom: .6rem;
  }

  .home-gallery-track {
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-container {
    width: min(100% - 1.25rem, 1180px);
  }

  .home-hero {
    min-height: 500px;
  }

  .home-hero-media {
    height: 455px;
  }

  .home-hero-copy {
    padding-bottom: 2rem;
  }

  .home-stable h1 {
    font-size: clamp(2.25rem, 10.5vw, 3.7rem);
  }

  .home-stable h2 {
    font-size: clamp(2rem, 10vw, 3.15rem);
  }

  .home-section {
    padding-block: 2.25rem;
  }

  .home-gallery-track img,
  .home-gallery-track img:nth-child(n) {
    width: min(74vw, 300px);
    aspect-ratio: 4 / 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-media,
  .home-hero-copy h1,
  .home-hero-copy p {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* Hero text outside image with soft image fade */
.home-stable .home-hero {
  min-height: auto !important;
  display: block !important;
  overflow: visible !important;
  padding: 0 !important;
  background: #fff !important;
}

.home-stable .home-hero-media {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: clamp(430px, 68vh, 700px) !important;
  margin: 0 !important;
  overflow: hidden;
  opacity: 0;
  transform: translateY(14px) scale(1.012);
  animation: homeHeroImageIn 1100ms cubic-bezier(.16, 1, .3, 1) 100ms forwards;
}

.home-stable .home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.08) 20%, rgba(255,255,255,.03) 58%, #fff 100%),
    linear-gradient(90deg, rgba(255,255,255,.3) 0%, rgba(255,255,255,0) 42%);
}

.home-stable .home-hero-media img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center 34%;
  transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.045);
  will-change: transform;
}

.home-hero-text {
  padding-block: clamp(2rem, 4vw, 3rem) clamp(2.6rem, 5vw, 4rem);
  background: #fff;
}

.home-hero-text .home-hero-copy {
  position: static !important;
  z-index: auto !important;
  padding-block: 0 !important;
}

.home-hero-text .home-hero-copy h1,
.home-hero-text .home-hero-copy p {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.home-hero-text .home-hero-copy p {
  margin-top: clamp(.85rem, 1.5vw, 1.1rem) !important;
}

@media (max-width: 900px) {
  .home-stable .home-hero-media {
    height: clamp(390px, 62vh, 570px) !important;
  }

  .home-hero-text {
    padding-block: 1.75rem 2.5rem;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero-media {
    height: 410px !important;
  }

  .home-hero-text {
    padding-block: 1.5rem 2.25rem;
  }
}

/* Hero image crop: show more of the upper part */
.home-stable .home-hero-media img {
  object-position: center 22% !important;
}

@media (max-width: 640px) {
  .home-stable .home-hero-media img {
    object-position: center 18% !important;
  }
}

/* Hero crop correction and compact moment statement */
.home-stable .home-hero-media img {
  object-position: center 58% !important;
}

.home-stable .home-hero-media::after {
  background:
    linear-gradient(180deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.06) 18%, rgba(255,255,255,.02) 72%, rgba(255,255,255,.9) 100%),
    linear-gradient(90deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 42%) !important;
}

.home-moment {
  padding-block: clamp(1.4rem, 3vw, 2.5rem) clamp(2.75rem, 4.8vw, 3.8rem);
  background: #fff;
}

.home-moment-inner {
  border-top: 1px solid var(--home-line, rgba(37, 35, 31, .14));
  padding-top: clamp(.9rem, 1.6vw, 1.2rem);
}

.home-moment h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(2rem, 4.2vw, 4.25rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: .98;
}

.home-moment p {
  max-width: 620px;
  margin-top: clamp(.75rem, 1.4vw, 1rem) !important;
  color: var(--home-muted, #6f6a62);
}

@media (max-width: 640px) {
  .home-stable .home-hero-media img {
    object-position: center 62% !important;
  }

  .home-moment {
    padding-block: 1.5rem 2.25rem;
  }
}

/* Softer hero-to-text transition */
.home-stable .home-hero {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(-5.5rem, -7vw, -3.25rem) !important;
}

.home-stable .home-hero-media {
  height: clamp(500px, 74vh, 760px) !important;
}

.home-stable .home-hero-media::after {
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.58) 0%,
      rgba(255,255,255,.05) 18%,
      rgba(255,255,255,.03) 58%,
      rgba(255,255,255,.55) 78%,
      #fff 100%),
    linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 44%) !important;
}

.home-hero-text {
  position: relative;
  z-index: 2;
  padding-top: clamp(5rem, 7vw, 6.75rem) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 34%, #fff 100%) !important;
}

@media (max-width: 900px) {
  .home-stable .home-hero {
    margin-bottom: -3.5rem !important;
  }

  .home-stable .home-hero-media {
    height: clamp(455px, 66vh, 610px) !important;
  }

  .home-hero-text {
    padding-top: 4.25rem !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero {
    margin-bottom: -2.75rem !important;
  }

  .home-stable .home-hero-media {
    height: 455px !important;
  }

  .home-hero-text {
    padding-top: 3.5rem !important;
  }
}

/* Let hero fade start later and flow further into the text */
.home-stable .home-hero {
  margin-bottom: clamp(-7.5rem, -9vw, -4.75rem) !important;
}

.home-stable .home-hero-media::after {
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.48) 0%,
      rgba(255,255,255,.035) 16%,
      rgba(255,255,255,.015) 68%,
      rgba(255,255,255,.28) 84%,
      #fff 100%),
    linear-gradient(90deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 46%) !important;
}

.home-hero-text {
  padding-top: clamp(6.5rem, 9vw, 8.5rem) !important;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.72) 42%, #fff 78%) !important;
}

@media (max-width: 900px) {
  .home-stable .home-hero {
    margin-bottom: -5.25rem !important;
  }

  .home-hero-text {
    padding-top: 5.75rem !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero {
    margin-bottom: -4.25rem !important;
  }

  .home-hero-text {
    padding-top: 4.75rem !important;
  }
}

/* Let the hero image flow around the headline area */
.home-stable .home-hero {
  position: relative;
  z-index: 0;
  margin-bottom: clamp(-15rem, -18vw, -10rem) !important;
}

.home-stable .home-hero-media {
  height: clamp(620px, 86vh, 900px) !important;
}

.home-stable .home-hero-media::after {
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.42) 0%,
      rgba(255,255,255,.03) 14%,
      rgba(255,255,255,0) 62%,
      rgba(255,255,255,.18) 84%,
      rgba(255,255,255,.62) 100%),
    linear-gradient(90deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 48%) !important;
}

.home-hero-text {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
  padding-block: clamp(10rem, 14vw, 13rem) clamp(3rem, 5vw, 4rem) !important;
  background: transparent !important;
  overflow: hidden;
}

.home-hero-text::before {
  content: "";
  position: absolute;
  inset: clamp(1rem, 2vw, 2rem) 0 -1rem 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 62% 72% at 36% 48%,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,.98) 42%,
      rgba(255,255,255,.82) 58%,
      rgba(255,255,255,.34) 74%,
      rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.55) 78%, #fff 100%);
}

.home-hero-text .home-hero-copy {
  position: relative !important;
  z-index: 1 !important;
}

.home-hero-text .home-hero-copy h1 {
  max-width: 760px;
}

@media (max-width: 900px) {
  .home-stable .home-hero {
    margin-bottom: -10rem !important;
  }

  .home-stable .home-hero-media {
    height: clamp(540px, 76vh, 700px) !important;
  }

  .home-hero-text {
    padding-block: 8.5rem 2.75rem !important;
  }

  .home-hero-text::before {
    background:
      radial-gradient(ellipse 78% 76% at 44% 48%, rgba(255,255,255,1) 0%, rgba(255,255,255,.96) 46%, rgba(255,255,255,.58) 68%, rgba(255,255,255,0) 100%),
      linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero {
    margin-bottom: -8rem !important;
  }

  .home-stable .home-hero-media {
    height: 560px !important;
  }

  .home-hero-text {
    padding-block: 7rem 2.5rem !important;
  }
}

/* Correct hero continuation: image flows behind the headline and fades out there */
.home-stable .home-hero {
  margin-bottom: clamp(-11rem, -13vw, -7.5rem) !important;
}

.home-stable .home-hero-media {
  height: clamp(560px, 78vh, 820px) !important;
}

.home-stable .home-hero-media::after {
  background:
    linear-gradient(180deg,
      rgba(255,255,255,.42) 0%,
      rgba(255,255,255,.025) 16%,
      rgba(255,255,255,0) 76%,
      rgba(255,255,255,.08) 90%,
      rgba(255,255,255,.2) 100%),
    linear-gradient(90deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 46%) !important;
}

.home-hero-text {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
  padding-block: clamp(8.25rem, 11vw, 10.75rem) clamp(3rem, 5vw, 4rem) !important;
  background: transparent !important;
  overflow: hidden;
}

.home-hero-text::before {
  content: "";
  position: absolute;
  inset: clamp(-13rem, -15vw, -9rem) 0 -2rem 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.1) 28%,
      rgba(255,255,255,.42) 52%,
      rgba(255,255,255,.86) 74%,
      #fff 100%),
    radial-gradient(ellipse 48% 58% at 34% 46%,
      rgba(255,255,255,.96) 0%,
      rgba(255,255,255,.9) 38%,
      rgba(255,255,255,.45) 62%,
      rgba(255,255,255,0) 86%),
    url("/assets/images/hero/Hero.jpg");
  background-size: cover, cover, cover;
  background-position: center, center, center 58%;
  background-repeat: no-repeat;
}

.home-hero-text .home-hero-copy {
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 900px) {
  .home-stable .home-hero {
    margin-bottom: -8rem !important;
  }

  .home-stable .home-hero-media {
    height: clamp(500px, 70vh, 680px) !important;
  }

  .home-hero-text {
    padding-block: 7rem 2.75rem !important;
  }

  .home-hero-text::before {
    inset: -8.5rem 0 -2rem 0;
    background-position: center, center, center 62%;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero {
    margin-bottom: -6.5rem !important;
  }

  .home-stable .home-hero-media {
    height: 520px !important;
  }

  .home-hero-text {
    padding-block: 6rem 2.5rem !important;
  }

  .home-hero-text::before {
    inset: -7rem 0 -2rem 0;
  }
}

/* Final hero crop: remove roughly the first 150px of the image */
.home-stable .home-hero-media img {
  object-position: center 68% !important;
  transform: translate3d(0, calc(var(--parallax-y, 0px) - 150px), 0) scale(1.045) !important;
}

.home-hero-text::before {
  background-position: center, center, center 68% !important;
}

@media (max-width: 900px) {
  .home-stable .home-hero-media img {
    object-position: center 70% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 110px), 0) scale(1.045) !important;
  }

  .home-hero-text::before {
    background-position: center, center, center 70% !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero-media img {
    object-position: center 72% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 80px), 0) scale(1.045) !important;
  }

  .home-hero-text::before {
    background-position: center, center, center 72% !important;
  }
}

/* Final hero simplification: text sits over the fading image, no white text halo */
.home-stable .home-hero {
  position: relative !important;
  z-index: 1 !important;
  margin-bottom: clamp(-8rem, -10vw, -5.5rem) !important;
  overflow: visible !important;
}

.home-stable .home-hero-media {
  height: clamp(540px, 76vh, 800px) !important;
  overflow: hidden !important;
}

.home-stable .home-hero-media img {
  object-position: center 66% !important;
  transform: translate3d(0, calc(var(--parallax-y, 0px) - 130px), 0) scale(1.045) !important;
}

.home-stable .home-hero-media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg,
    rgba(255,255,255,.24) 0%,
    rgba(255,255,255,.02) 18%,
    rgba(255,255,255,0) 54%,
    rgba(255,255,255,.34) 78%,
    #fff 100%) !important;
}

.home-hero-text {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 0 !important;
  padding-block: clamp(5.6rem, 8vw, 7.4rem) clamp(3rem, 5vw, 4rem) !important;
  background: transparent !important;
  overflow: visible !important;
}

.home-hero-text::before,
.home-hero-text::after {
  content: none !important;
  display: none !important;
}

.home-hero-text .home-hero-copy {
  position: relative !important;
  z-index: 3 !important;
}

.home-hero-text .home-hero-copy h1,
.home-hero-text .home-hero-copy p {
  text-shadow: none !important;
  filter: none !important;
}

@media (max-width: 900px) {
  .home-stable .home-hero {
    margin-bottom: -6.25rem !important;
  }

  .home-stable .home-hero-media {
    height: clamp(490px, 70vh, 660px) !important;
  }

  .home-stable .home-hero-media img {
    object-position: center 68% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 90px), 0) scale(1.045) !important;
  }

  .home-hero-text {
    padding-block: 4.9rem 2.75rem !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero {
    margin-bottom: -5rem !important;
  }

  .home-stable .home-hero-media {
    height: 500px !important;
  }

  .home-stable .home-hero-media img {
    object-position: center 70% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 60px), 0) scale(1.045) !important;
  }

  .home-hero-text {
    padding-block: 4rem 2.5rem !important;
  }
}

/* Final hero structure: one image stage, text on top of the fading image */
.home-stable .home-hero {
  position: relative !important;
  z-index: 1 !important;
  min-height: clamp(640px, 86vh, 880px) !important;
  display: grid !important;
  align-items: end !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

.home-stable .home-hero-media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  overflow: hidden !important;
}

.home-stable .home-hero-media img {
  width: 100% !important;
  height: 112% !important;
  object-fit: cover !important;
  object-position: center 66% !important;
  transform: translate3d(0, calc(var(--parallax-y, 0px) - 130px), 0) scale(1.045) !important;
  will-change: transform;
}

.home-stable .home-hero-media::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg,
    rgba(255,255,255,.22) 0%,
    rgba(255,255,255,.02) 18%,
    rgba(255,255,255,0) 48%,
    rgba(255,255,255,.36) 74%,
    #fff 100%) !important;
}

.home-stable .home-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  padding-block: 0 clamp(4.2rem, 7vw, 6.5rem) !important;
}

.home-stable .home-hero-copy h1,
.home-stable .home-hero-copy p {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  text-shadow: none !important;
  filter: none !important;
}

.home-stable .home-hero-copy p {
  margin-top: clamp(.85rem, 1.5vw, 1.15rem) !important;
}

@media (max-width: 900px) {
  .home-stable .home-hero {
    min-height: clamp(560px, 78vh, 720px) !important;
  }

  .home-stable .home-hero-media img {
    object-position: center 68% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 90px), 0) scale(1.045) !important;
  }

  .home-stable .home-hero-copy {
    padding-bottom: 3.75rem !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero {
    min-height: 560px !important;
  }

  .home-stable .home-hero-media img {
    object-position: center 70% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 60px), 0) scale(1.045) !important;
  }

  .home-stable .home-hero-copy {
    padding-bottom: 3rem !important;
  }
}

/* Hero refinement: more image space on top, top fade, text top-right */
.home-stable .home-hero {
  min-height: clamp(700px, 90vh, 940px) !important;
  align-items: start !important;
}

.home-stable .home-hero-media img {
  object-position: center 62% !important;
  transform: translate3d(0, calc(var(--parallax-y, 0px) - 90px), 0) scale(1.045) !important;
}

.home-stable .home-hero-media::after {
  background: linear-gradient(180deg,
    #fff 0%,
    rgba(255,255,255,.72) 7%,
    rgba(255,255,255,.08) 22%,
    rgba(255,255,255,0) 52%,
    rgba(255,255,255,.34) 78%,
    #fff 100%) !important;
}

.home-stable .home-hero-copy {
  align-self: start !important;
  padding-block: clamp(4.8rem, 8vw, 7rem) 0 !important;
  display: grid;
  justify-items: end;
}

.home-stable .home-hero-copy h1,
.home-stable .home-hero-copy p {
  margin-left: auto !important;
  text-align: right !important;
}

.home-stable .home-hero-copy h1 {
  max-width: 780px;
}

.home-stable .home-hero-copy p {
  max-width: 560px !important;
}

@media (max-width: 900px) {
  .home-stable .home-hero {
    min-height: clamp(620px, 82vh, 780px) !important;
  }

  .home-stable .home-hero-media img {
    object-position: center 64% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 70px), 0) scale(1.045) !important;
  }

  .home-stable .home-hero-copy {
    padding-top: clamp(3.75rem, 9vw, 5.5rem) !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero {
    min-height: 620px !important;
  }

  .home-stable .home-hero-media img {
    object-position: center 66% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 45px), 0) scale(1.045) !important;
  }

  .home-stable .home-hero-copy {
    padding-top: 3.5rem !important;
  }
}

/* Hero crop breathing room: more visible image top and bottom */
.home-stable .home-hero-media img {
  height: 108% !important;
  object-position: center 62% !important;
  transform: translate3d(0, calc(var(--parallax-y, 0px) - 70px), 0) scale(1.025) !important;
}

@media (max-width: 900px) {
  .home-stable .home-hero-media img {
    height: 108% !important;
    object-position: center 64% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 55px), 0) scale(1.025) !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero-media img {
    height: 106% !important;
    object-position: center 66% !important;
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 35px), 0) scale(1.02) !important;
  }
}

/* Header logo sizing */
.brand-logo-link img {
  width: clamp(150px, 13vw, 230px) !important;
  height: auto !important;
}

@media (max-width: 640px) {
  .brand-logo-link img {
    width: clamp(125px, 36vw, 165px) !important;
  }
}

/* Larger header logo and moment image row */
.nav-shell.nav-split,
.nav-shell {
  min-height: clamp(86px, 8vw, 112px) !important;
}

.brand-logo-link img {
  width: clamp(190px, 17vw, 310px) !important;
  max-height: none !important;
  height: auto !important;
}

.site-header.is-scrolled .brand-logo-link img {
  width: clamp(175px, 15vw, 270px) !important;
}

.home-moment-inner {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.home-moment-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.75rem, 1.5vw, 1.25rem);
  margin-top: clamp(1.4rem, 3vw, 2.4rem);
}

.home-moment-photo {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: clamp(.08rem, .25vw, .25rem);
  background: #f4f0eb;
}

.home-moment-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-moment-photo:nth-child(1) { transition-delay: 0ms !important; }
.home-moment-photo:nth-child(2) { transition-delay: 120ms !important; }
.home-moment-photo:nth-child(3) { transition-delay: 240ms !important; }
.home-moment-photo:nth-child(4) { transition-delay: 360ms !important; }

@media (max-width: 900px) {
  .nav-shell.nav-split,
  .nav-shell {
    min-height: 82px !important;
  }

  .brand-logo-link img {
    width: clamp(150px, 28vw, 220px) !important;
  }

  .home-moment-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .nav-shell.nav-split,
  .nav-shell {
    min-height: 76px !important;
  }

  .brand-logo-link img {
    width: clamp(138px, 42vw, 190px) !important;
  }

  .home-moment-gallery {
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
  }
}

/* Slower staggered reveal for moment image row */
.home-moment-photo.reveal,
.home-moment-photo.reveal-up {
  transform: translateY(54px);
  transition-duration: 1600ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

.home-moment-photo:nth-child(1) { transition-delay: 0ms !important; }
.home-moment-photo:nth-child(2) { transition-delay: 260ms !important; }
.home-moment-photo:nth-child(3) { transition-delay: 520ms !important; }
.home-moment-photo:nth-child(4) { transition-delay: 780ms !important; }

/* Make moment images visibly fly in from below */
.home-moment-photo.reveal,
.home-moment-photo.reveal-up {
  opacity: 0 !important;
  transform: translate3d(0, 120px, 0) scale(.985) !important;
  transition-property: opacity, transform !important;
  transition-duration: 1800ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
  will-change: opacity, transform;
}

.home-moment-photo.reveal.is-visible,
.home-moment-photo.reveal-up.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.home-moment-photo:nth-child(1) { transition-delay: 0ms !important; }
.home-moment-photo:nth-child(2) { transition-delay: 320ms !important; }
.home-moment-photo:nth-child(3) { transition-delay: 640ms !important; }
.home-moment-photo:nth-child(4) { transition-delay: 960ms !important; }

/* Match homepage CTA to subpage CTA format */
.home-stable .cta-section.questions-cta {
  background: var(--color-bg) !important;
  padding-block: clamp(3rem, 6vw, 5rem) !important;
}

.home-stable .cta-section.questions-cta .cta-inner {
  display: grid !important;
  justify-items: start !important;
  gap: 1.15rem !important;
  max-width: 820px !important;
  padding: clamp(2rem, 6vw, 4.5rem) !important;
  border: 1px solid var(--color-line) !important;
  border-radius: var(--radius-large) !important;
  background: var(--color-surface) !important;
}

.home-stable .cta-section.questions-cta .cta-inner h2 {
  max-width: 10ch !important;
}

.home-stable .cta-section.questions-cta .cta-inner p:not(.eyebrow) {
  max-width: 640px !important;
  color: var(--color-muted) !important;
}

/* Make the header logo actually larger by overriding link and image constraints */
.site-header .nav-shell.nav-split,
.site-header .nav-shell {
  min-height: clamp(96px, 9vw, 128px) !important;
}

.site-header .brand-logo-link {
  width: clamp(230px, 20vw, 380px) !important;
  min-width: clamp(230px, 20vw, 380px) !important;
  height: auto !important;
  min-height: clamp(84px, 8vw, 112px) !important;
  display: grid !important;
  place-items: center !important;
}

.site-header .brand-logo-link img,
.site-header .brand img {
  width: clamp(230px, 20vw, 380px) !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
}

.site-header.is-scrolled .brand-logo-link,
.site-header.is-scrolled .brand-logo-link img {
  width: clamp(210px, 18vw, 330px) !important;
  min-width: clamp(210px, 18vw, 330px) !important;
}

@media (max-width: 900px) {
  .site-header .nav-shell.nav-split,
  .site-header .nav-shell {
    min-height: 88px !important;
  }

  .site-header .brand-logo-link,
  .site-header .brand-logo-link img,
  .site-header .brand img {
    width: clamp(170px, 34vw, 260px) !important;
    min-width: clamp(170px, 34vw, 260px) !important;
  }
}

@media (max-width: 640px) {
  .site-header .nav-shell.nav-split,
  .site-header .nav-shell {
    min-height: 82px !important;
  }

  .site-header .brand-logo-link,
  .site-header .brand-logo-link img,
  .site-header .brand img {
    width: clamp(155px, 46vw, 220px) !important;
    min-width: clamp(155px, 46vw, 220px) !important;
  }
}

/* Keep header logo stable while scrolling */
.site-header.is-scrolled .brand-logo-link,
.site-header.is-scrolled .brand-logo-link img,
.site-header.is-scrolled .brand img {
  width: clamp(230px, 20vw, 380px) !important;
  min-width: clamp(230px, 20vw, 380px) !important;
  max-width: none !important;
  height: auto !important;
}

@media (max-width: 900px) {
  .site-header.is-scrolled .brand-logo-link,
  .site-header.is-scrolled .brand-logo-link img,
  .site-header.is-scrolled .brand img {
    width: clamp(170px, 34vw, 260px) !important;
    min-width: clamp(170px, 34vw, 260px) !important;
  }
}

@media (max-width: 640px) {
  .site-header.is-scrolled .brand-logo-link,
  .site-header.is-scrolled .brand-logo-link img,
  .site-header.is-scrolled .brand img {
    width: clamp(155px, 46vw, 220px) !important;
    min-width: clamp(155px, 46vw, 220px) !important;
  }
}

/* Global reveal rhythm: same calm fly-in as the moment image row */
.reveal,
.reveal-up {
  opacity: 0 !important;
  transform: translate3d(0, 120px, 0) scale(.985) !important;
  transition-property: opacity, transform !important;
  transition-duration: 1800ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
  will-change: opacity, transform;
}

.reveal.is-visible,
.reveal-up.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-up,
  .reveal.is-visible,
  .reveal-up.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Final mobile overrides: gallery controls and wedding image overlap */
@media (max-width: 719px) {
  .home-gallery-controls {
    display: flex;
    justify-content: center;
    gap: .75rem;
    margin-top: .9rem;
  }

  .home-gallery-control {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 1.45rem;
    line-height: 1;
  }

  .wedding-book-pair {
    margin-top: -1.8rem !important;
  }

  .wedding-book-small,
  .wedding-book-small.reveal,
  .wedding-book-small.reveal-up {
    width: min(62%, 275px) !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  .wedding-book-wide,
  .wedding-book-wide.reveal,
  .wedding-book-wide.reveal-up {
    width: min(84%, 390px) !important;
    margin: -.75rem 0 0 auto !important;
    transform: none !important;
  }
}

/* Final mobile image fade-in: opacity only, no movement */
@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .page-hero-image.reveal,
  .page-hero-image.reveal-up,
  .home-moment-photo.reveal,
  .home-moment-photo.reveal-up,
  .home-about-wide-image.reveal,
  .home-about-wide-image.reveal-up,
  .wedding-hero-photo.reveal,
  .wedding-hero-photo.reveal-up,
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .camera-image.reveal,
  .camera-image.reveal-up,
  .location-photo.reveal,
  .location-photo.reveal-up {
    opacity: 0 !important;
    transform: none !important;
    transition: opacity 560ms ease-out !important;
    animation: none !important;
    will-change: opacity !important;
  }

  .page-hero-image.reveal.is-visible,
  .page-hero-image.reveal-up.is-visible,
  .home-moment-photo.reveal.is-visible,
  .home-moment-photo.reveal-up.is-visible,
  .home-about-wide-image.reveal.is-visible,
  .home-about-wide-image.reveal-up.is-visible,
  .wedding-hero-photo.reveal.is-visible,
  .wedding-hero-photo.reveal-up.is-visible,
  .wedding-book-image.reveal.is-visible,
  .wedding-book-image.reveal-up.is-visible,
  .camera-image.reveal.is-visible,
  .camera-image.reveal-up.is-visible,
  .location-photo.reveal.is-visible,
  .location-photo.reveal-up.is-visible {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }
}

/* iOS fallback: enable mobile image fades without relying on no-preference support */
@media (max-width: 760px) {
  .page-hero-image.reveal,
  .page-hero-image.reveal-up,
  .home-moment-photo.reveal,
  .home-moment-photo.reveal-up,
  .home-about-wide-image.reveal,
  .home-about-wide-image.reveal-up,
  .wedding-hero-photo.reveal,
  .wedding-hero-photo.reveal-up,
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .camera-image.reveal,
  .camera-image.reveal-up,
  .location-photo.reveal,
  .location-photo.reveal-up {
    opacity: 0 !important;
    transform: none !important;
    transition: opacity 560ms ease-out !important;
    animation: none !important;
    will-change: opacity !important;
  }

  .page-hero-image.reveal.is-visible,
  .page-hero-image.reveal-up.is-visible,
  .home-moment-photo.reveal.is-visible,
  .home-moment-photo.reveal-up.is-visible,
  .home-about-wide-image.reveal.is-visible,
  .home-about-wide-image.reveal-up.is-visible,
  .wedding-hero-photo.reveal.is-visible,
  .wedding-hero-photo.reveal-up.is-visible,
  .wedding-book-image.reveal.is-visible,
  .wedding-book-image.reveal-up.is-visible,
  .camera-image.reveal.is-visible,
  .camera-image.reveal-up.is-visible,
  .location-photo.reveal.is-visible,
  .location-photo.reveal-up.is-visible {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  .page-hero-image.reveal,
  .page-hero-image.reveal-up,
  .home-moment-photo.reveal,
  .home-moment-photo.reveal-up,
  .home-about-wide-image.reveal,
  .home-about-wide-image.reveal-up,
  .wedding-hero-photo.reveal,
  .wedding-hero-photo.reveal-up,
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .camera-image.reveal,
  .camera-image.reveal-up,
  .location-photo.reveal,
  .location-photo.reveal-up {
    opacity: 1 !important;
    transition: none !important;
    will-change: auto !important;
  }
}

/* Final reduced-motion safety net: visible, static, complete layout */
@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,
  .reveal-up,
  .reveal.is-visible,
  .reveal-up.is-visible,
  .hero-stagger,
  .page-hero-image,
  .home-moment-photo,
  .home-about-wide-image,
  .wedding-hero-photo,
  .wedding-book-image,
  .camera-image,
  .location-photo,
  .questions-page .accordion-item {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .soft-parallax,
  .film-track,
  .clean-film-track,
  .home-gallery-track,
  .home-stable .home-gallery-track {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .home-gallery-window,
  .film-window,
  .clean-film-window {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
}

/* iOS carousel click polish: keep touch scroll native, avoid snap/smooth jank */
@media (max-width: 719px) {
  .home-gallery-window {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }

  .home-gallery-track,
  .home-stable .home-gallery-track {
    padding-inline: max(1rem, calc((100vw - min(74vw, 300px)) / 2)) !important;
  }

  .home-gallery-track img {
    scroll-snap-align: none !important;
  }
}

/* Final mobile image fade-in: opacity only, no movement */
@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .page-hero-image.reveal,
  .page-hero-image.reveal-up,
  .home-moment-photo.reveal,
  .home-moment-photo.reveal-up,
  .home-about-wide-image.reveal,
  .home-about-wide-image.reveal-up,
  .wedding-hero-photo.reveal,
  .wedding-hero-photo.reveal-up,
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .camera-image.reveal,
  .camera-image.reveal-up,
  .location-photo.reveal,
  .location-photo.reveal-up {
    opacity: 0 !important;
    transform: none !important;
    transition: opacity 560ms ease-out !important;
    animation: none !important;
    will-change: opacity !important;
  }

  .page-hero-image.reveal.is-visible,
  .page-hero-image.reveal-up.is-visible,
  .home-moment-photo.reveal.is-visible,
  .home-moment-photo.reveal-up.is-visible,
  .home-about-wide-image.reveal.is-visible,
  .home-about-wide-image.reveal-up.is-visible,
  .wedding-hero-photo.reveal.is-visible,
  .wedding-hero-photo.reveal-up.is-visible,
  .wedding-book-image.reveal.is-visible,
  .wedding-book-image.reveal-up.is-visible,
  .camera-image.reveal.is-visible,
  .camera-image.reveal-up.is-visible,
  .location-photo.reveal.is-visible,
  .location-photo.reveal-up.is-visible {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }
}

/* Mobile image fade-in: opacity only, no movement */
@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .page-hero-image.reveal,
  .page-hero-image.reveal-up,
  .home-moment-photo.reveal,
  .home-moment-photo.reveal-up,
  .home-about-wide-image.reveal,
  .home-about-wide-image.reveal-up,
  .wedding-hero-photo.reveal,
  .wedding-hero-photo.reveal-up,
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .camera-image.reveal,
  .camera-image.reveal-up,
  .location-photo.reveal,
  .location-photo.reveal-up {
    opacity: 0 !important;
    transform: none !important;
    transition: opacity 560ms ease-out !important;
    animation: none !important;
    will-change: opacity !important;
  }

  .page-hero-image.reveal.is-visible,
  .page-hero-image.reveal-up.is-visible,
  .home-moment-photo.reveal.is-visible,
  .home-moment-photo.reveal-up.is-visible,
  .home-about-wide-image.reveal.is-visible,
  .home-about-wide-image.reveal-up.is-visible,
  .wedding-hero-photo.reveal.is-visible,
  .wedding-hero-photo.reveal-up.is-visible,
  .wedding-book-image.reveal.is-visible,
  .wedding-book-image.reveal-up.is-visible,
  .camera-image.reveal.is-visible,
  .camera-image.reveal-up.is-visible,
  .location-photo.reveal.is-visible,
  .location-photo.reveal-up.is-visible {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }
}

/* Mobile gallery controls and wedding spread overlap */
.home-gallery-controls {
  display: none;
}

@media (max-width: 719px) {
  .home-gallery {
    position: relative;
  }

  .home-gallery-window {
    scroll-behavior: smooth;
    scroll-padding-inline: 1rem;
  }

  .home-gallery-controls {
    display: flex;
    justify-content: center;
    gap: .75rem;
    margin-top: .9rem;
  }

  .home-gallery-control {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 1.45rem;
    line-height: 1;
  }

  .wedding-book-pair {
    margin-top: -1.8rem !important;
  }

  .wedding-book-small {
    width: min(62%, 275px) !important;
    margin-left: 0 !important;
  }

  .wedding-book-wide,
  .wedding-book-wide.reveal,
  .wedding-book-wide.reveal-up {
    width: min(84%, 390px) !important;
    margin: -.75rem 0 0 auto !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-gallery-window {
    scroll-behavior: auto;
  }
}

/* Hochzeiten page: reduced memory and camera sections */
.wedding-memory-section,
.camera-section {
  background: #fff;
  padding-block: clamp(3.25rem, 5.6vw, 4.75rem) !important;
}

.wedding-memory-grid,
.camera-grid {
  display: grid;
  align-items: center;
  gap: clamp(2rem, 4.5vw, 4.5rem);
}

.wedding-memory-grid {
  grid-template-columns: minmax(0, 1fr) minmax(240px, .38fr);
}

.wedding-memory-copy,
.camera-copy {
  border-top: 1px solid var(--color-line);
  padding-top: clamp(.9rem, 1.7vw, 1.25rem);
}

.wedding-memory-copy h2,
.camera-copy h2 {
  max-width: 780px;
  font-family: var(--font-main);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: .96;
  font-size: clamp(2rem, 4.4vw, 4.6rem);
}

.wedding-memory-copy p,
.camera-copy p:not(.eyebrow) {
  max-width: 650px;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.62;
}

.wedding-memory-copy p:first-of-type,
.camera-copy p:first-of-type {
  margin-top: clamp(.85rem, 1.5vw, 1.1rem);
}

.wedding-memory-copy p + p,
.camera-copy p + p {
  margin-top: .85rem;
}

.wedding-memory-image,
.camera-image {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(.08rem, .28vw, .3rem);
  background: #f4f0eb;
}

.wedding-memory-image {
  aspect-ratio: 4 / 5;
  align-self: start;
  max-width: 360px;
  justify-self: end;
}

.camera-grid {
  grid-template-columns: minmax(320px, .55fr) minmax(0, .95fr);
}

.camera-image {
  aspect-ratio: 4 / 4.7;
}

.wedding-memory-image img,
.camera-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .wedding-memory-section,
  .camera-section {
    padding-block: clamp(2.5rem, 7vw, 3.5rem) !important;
  }

  .wedding-memory-grid,
  .camera-grid {
    grid-template-columns: 1fr;
    gap: clamp(1.4rem, 4.5vw, 2.2rem);
  }

  .wedding-memory-image {
    max-width: none;
    width: 100%;
    justify-self: stretch;
    aspect-ratio: 4 / 3.2;
  }

  .camera-image {
    aspect-ratio: 4 / 3.2;
  }
}

/* Hochzeiten cleanup: consistent text blocks and image rhythm */
.wedding-hero-images {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.75rem, 1.5vw, 1.25rem);
  align-self: end;
}

.wedding-hero-photo {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: clamp(.08rem, .25vw, .25rem);
  background: #f4f0eb;
}

.wedding-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wedding-hero-single {
  grid-template-columns: minmax(0, 1fr);
}

.wedding-hero-single .wedding-hero-photo {
  aspect-ratio: 1 / 1;
}

.wedding-hero-photo:nth-child(1) { transition-delay: 0ms !important; }
.wedding-hero-photo:nth-child(2) { transition-delay: 320ms !important; }
.wedding-hero-photo:nth-child(3) { transition-delay: 640ms !important; }
.wedding-hero-photo:nth-child(4) { transition-delay: 960ms !important; }

.wedding-memory-copy,
.camera-copy,
.location-section .location-grid {
  border-top: 1px solid var(--color-line);
  padding-top: clamp(.9rem, 1.7vw, 1.25rem);
}

.wedding-memory-copy {
  border-top: 0 !important;
  padding-top: 0 !important;
  display: grid;
  justify-items: end;
  text-align: right;
}

.wedding-memory-copy h2,
.wedding-memory-copy p {
  margin-left: auto;
  text-align: right;
}

.wedding-memory-copy h2,
.camera-copy h2,
.location-section .location-grid h2 {
  max-width: 780px;
  font-family: var(--font-main);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: .96;
  font-size: clamp(2rem, 4.4vw, 4.6rem);
}

.wedding-memory-copy p,
.camera-copy p:not(.eyebrow),
.location-section .location-grid p:not(.side-note) {
  max-width: 650px;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.62;
}

.wedding-memory-copy p + p,
.camera-copy p + p {
  margin-top: .85rem;
}

.wedding-wide-image-section {
  background: #fff;
  padding-block: clamp(2.75rem, 5vw, 4rem) !important;
}

.wedding-wide-image {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: clamp(.08rem, .28vw, .3rem);
  background: #f4f0eb;
}

.wedding-wide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera-copy {
  display: grid;
  justify-items: end;
  text-align: right;
}

.camera-copy .eyebrow,
.camera-copy h2,
.camera-copy p,
.camera-copy .home-link {
  margin-left: auto;
  text-align: right;
}

.location-section .location-grid {
  justify-items: start !important;
  text-align: left !important;
}

.location-section .location-grid .side-note,
.location-section .location-grid h2,
.location-section .location-grid p,
.location-section .location-grid > div {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  justify-self: start !important;
}

@media (max-width: 900px) {
  .wedding-hero-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
  }

  .wedding-memory-copy,
  .wedding-memory-copy h2,
  .wedding-memory-copy p,
  .camera-copy,
  .camera-copy .eyebrow,
  .camera-copy h2,
  .camera-copy p {
    justify-items: start;
    text-align: left;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .wedding-hero-images {
    gap: .65rem;
  }
}

/* Hochzeiten: force location block fully left aligned */
main .location-section .location-grid {
  display: block !important;
  text-align: left !important;
  justify-items: start !important;
}

main .location-section .location-grid .side-note,
main .location-section .location-grid > div,
main .location-section .location-grid h2,
main .location-section .location-grid p {
  width: auto !important;
  max-width: 780px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
  justify-self: start !important;
}

main .location-section .location-grid h2 {
  max-width: 780px !important;
}

main .location-section .location-grid p:not(.side-note) {
  max-width: 650px !important;
}

/* Homepage moment statement as centered quote */
.home-stable .home-moment {
  padding-block: clamp(3.25rem, 6vw, 5rem) !important;
}

.home-stable .home-moment-inner {
  display: grid;
  justify-items: center;
  text-align: center;
  max-width: 980px;
}

.home-stable .home-moment-inner h2 {
  max-width: 860px;
  font-family: var(--font-main);
  font-size: clamp(2.4rem, 5.8vw, 6.2rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: .96;
}

.home-stable .home-moment-inner h2::before {
  content: "“";
}

.home-stable .home-moment-inner h2::after {
  content: "”";
}

.home-stable .home-moment-inner p {
  max-width: 620px;
  margin-top: clamp(1rem, 2vw, 1.45rem) !important;
  margin-inline: auto;
  color: var(--color-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.55;
  text-align: center;
}

/* Apple/editorial hero motion: calm zoom-in, subtle parallax, title fades on scroll */
.home-stable .home-hero-media img {
  animation: homeHeroZoomIn 1800ms cubic-bezier(.16, 1, .3, 1) both !important;
  transform-origin: center center;
}

@keyframes homeHeroZoomIn {
  from {
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 70px), 0) scale(1.08);
  }
  to {
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 70px), 0) scale(1);
  }
}

.home-stable .home-hero .soft-parallax {
  --parallax-strength: 0.006;
}

.home-stable .home-hero-copy h1 {
  opacity: var(--hero-title-opacity, 1) !important;
  transition: opacity 220ms linear;
  will-change: opacity;
}

@media (max-width: 900px) {
  @keyframes homeHeroZoomIn {
    from {
      transform: translate3d(0, calc(var(--parallax-y, 0px) - 55px), 0) scale(1.08);
    }
    to {
      transform: translate3d(0, calc(var(--parallax-y, 0px) - 55px), 0) scale(1);
    }
  }
}

@media (max-width: 640px) {
  @keyframes homeHeroZoomIn {
    from {
      transform: translate3d(0, calc(var(--parallax-y, 0px) - 35px), 0) scale(1.08);
    }
    to {
      transform: translate3d(0, calc(var(--parallax-y, 0px) - 35px), 0) scale(1);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-stable .home-hero-media img {
    animation: none !important;
  }

  .home-stable .home-hero-copy h1 {
    opacity: 1 !important;
    transition: none !important;
  }
}

/* Ensure hero zoom works with existing important transform rules */
@property --hero-load-scale {
  syntax: "<number>";
  inherits: false;
  initial-value: 1;
}

.home-stable .home-hero-media img {
  --hero-load-scale: 1;
  transform: translate3d(0, calc(var(--parallax-y, 0px) - 70px), 0) scale(var(--hero-load-scale)) !important;
  animation: homeHeroScaleVariable 1800ms cubic-bezier(.16, 1, .3, 1) both !important;
}

@keyframes homeHeroScaleVariable {
  from { --hero-load-scale: 1.08; }
  to { --hero-load-scale: 1; }
}

@media (max-width: 900px) {
  .home-stable .home-hero-media img {
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 55px), 0) scale(var(--hero-load-scale)) !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero-media img {
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 35px), 0) scale(var(--hero-load-scale)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-stable .home-hero-media img {
    --hero-load-scale: 1;
    animation: none !important;
  }
}

/* Hero scroll-driven zoom and full copy fade */
.home-stable .home-hero-media img {
  --hero-scroll-scale: 1.08;
  transform: translate3d(0, calc(var(--parallax-y, 0px) - 70px), 0) scale(var(--hero-scroll-scale)) !important;
  animation: none !important;
}

.home-stable .home-hero-copy h1,
.home-stable .home-hero-copy p {
  opacity: var(--hero-title-opacity, 1) !important;
  transition: opacity 220ms linear;
  will-change: opacity;
}

@media (max-width: 900px) {
  .home-stable .home-hero-media img {
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 55px), 0) scale(var(--hero-scroll-scale)) !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero-media img {
    transform: translate3d(0, calc(var(--parallax-y, 0px) - 35px), 0) scale(var(--hero-scroll-scale)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-stable .home-hero-media img {
    --hero-scroll-scale: 1;
  }

  .home-stable .home-hero-copy h1,
  .home-stable .home-hero-copy p {
    opacity: 1 !important;
    transition: none !important;
  }
}

/* Editorial tuning for existing moment block, no new animation system */
.home-stable .home-moment {
  padding-block: clamp(3.5rem, 6vw, 5.25rem) clamp(3rem, 5.5vw, 4.75rem) !important;
}

.home-stable .home-moment-inner {
  max-width: 980px;
  justify-items: start;
  text-align: left;
}

.home-moment-kicker {
  position: relative;
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem) !important;
  color: #9d8d80 !important;
  font-size: clamp(.78rem, 1vw, .95rem) !important;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-moment-kicker::after {
  content: "";
  display: block;
  width: clamp(3rem, 6vw, 5rem);
  height: 1px;
  margin-top: clamp(.75rem, 1.5vw, 1rem);
  background: currentColor;
  opacity: .75;
}

.home-stable .home-moment-inner h2 {
  max-width: 900px;
  text-align: left;
  font-size: clamp(2.55rem, 5.4vw, 6rem);
  line-height: .98;
}

.home-stable .home-moment-inner h2::before,
.home-stable .home-moment-inner h2::after {
  content: none !important;
}

.home-stable .home-moment-inner h2 em,
.home-stable .home-moment-inner h2 strong {
  color: #9d8d80;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
}

.home-stable .home-moment-inner > p:not(.home-moment-kicker) {
  position: relative;
  max-width: 560px;
  margin: clamp(1.15rem, 2.2vw, 1.65rem) 0 0 clamp(5rem, 10vw, 8.5rem) !important;
  text-align: left;
}

.home-stable .home-moment-inner > p:not(.home-moment-kicker)::before {
  content: "";
  position: absolute;
  left: calc(clamp(3.5rem, 7vw, 6rem) * -1);
  top: .8em;
  width: clamp(2.5rem, 5vw, 4.5rem);
  height: 1px;
  background: #9d8d80;
  opacity: .7;
}

.home-moment-gallery {
  align-items: end;
  margin-top: clamp(1.8rem, 3.6vw, 3rem) !important;
}

.home-moment-photo:nth-child(1) {
  transform: translate3d(0, 120px, 0) scale(.985) rotate(-.4deg) !important;
}
.home-moment-photo:nth-child(2) {
  transform: translate3d(0, 120px, 0) scale(.985) translateY(clamp(1rem, 2vw, 2rem)) !important;
}
.home-moment-photo:nth-child(3) {
  transform: translate3d(0, 120px, 0) scale(.985) translateY(clamp(-1rem, -1.4vw, -.45rem)) !important;
}
.home-moment-photo:nth-child(4) {
  transform: translate3d(0, 120px, 0) scale(.985) translateY(clamp(1.5rem, 2.7vw, 2.8rem)) rotate(.35deg) !important;
}

.home-moment-photo.reveal.is-visible,
.home-moment-photo.reveal-up.is-visible {
  opacity: 1 !important;
}

.home-moment-photo:nth-child(1).is-visible {
  transform: translate3d(0, 0, 0) scale(1) rotate(-.4deg) !important;
}
.home-moment-photo:nth-child(2).is-visible {
  transform: translate3d(0, clamp(1rem, 2vw, 2rem), 0) scale(1) !important;
}
.home-moment-photo:nth-child(3).is-visible {
  transform: translate3d(0, clamp(-1rem, -1.4vw, -.45rem), 0) scale(1) !important;
}
.home-moment-photo:nth-child(4).is-visible {
  transform: translate3d(0, clamp(1.5rem, 2.7vw, 2.8rem), 0) scale(1) rotate(.35deg) !important;
}

@media (max-width: 900px) {
  .home-stable .home-moment-inner > p:not(.home-moment-kicker) {
    margin-left: clamp(3.5rem, 8vw, 5rem) !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-moment-inner,
  .home-stable .home-moment-inner h2,
  .home-stable .home-moment-inner > p:not(.home-moment-kicker) {
    text-align: left;
  }

  .home-stable .home-moment-inner > p:not(.home-moment-kicker) {
    margin-left: 0 !important;
  }

  .home-stable .home-moment-inner > p:not(.home-moment-kicker)::before {
    display: none;
  }

  .home-moment-photo:nth-child(n).is-visible {
    transform: translate3d(0, 0, 0) scale(1) !important;
  }
}

/* Moment quote: move line behind the sentence */
.home-stable .home-moment-inner > p:not(.home-moment-kicker)::before {
  content: none !important;
  display: none !important;
}

.home-stable .home-moment-inner > p:not(.home-moment-kicker)::after {
  content: "";
  display: inline-block;
  width: clamp(4rem, 8vw, 7rem);
  height: 1px;
  margin-left: clamp(1rem, 2vw, 1.6rem);
  vertical-align: middle;
  background: #9d8d80;
  opacity: .7;
}

@media (max-width: 640px) {
  .home-stable .home-moment-inner > p:not(.home-moment-kicker)::after {
    display: block;
    margin: 1rem 0 0;
  }
}

/* Moment quote refinement: line before paragraph, compact copy */
.home-stable .home-moment-inner h2 em {
  color: inherit !important;
  font-family: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
}

.home-stable .home-moment-inner > p:not(.home-moment-kicker) {
  max-width: 470px !important;
  margin-left: clamp(6rem, 12vw, 10rem) !important;
  line-height: 1.48 !important;
}

.home-stable .home-moment-inner > p:not(.home-moment-kicker)::after {
  content: none !important;
  display: none !important;
}

.home-stable .home-moment-inner > p:not(.home-moment-kicker)::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: calc(clamp(5rem, 10vw, 8rem) * -1) !important;
  top: .78em !important;
  width: clamp(4rem, 8vw, 7rem) !important;
  height: 1px !important;
  background: #9d8d80 !important;
  opacity: .7 !important;
}

@media (max-width: 900px) {
  .home-stable .home-moment-inner > p:not(.home-moment-kicker) {
    max-width: 500px !important;
    margin-left: clamp(5rem, 12vw, 7rem) !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-moment-inner > p:not(.home-moment-kicker) {
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .home-stable .home-moment-inner > p:not(.home-moment-kicker)::before {
    position: static !important;
    width: 5rem !important;
    margin-bottom: .9rem !important;
  }
}

/* Homepage about: wide editorial image with left fade */
.home-stable .home-about-wide {
  position: relative;
  min-height: clamp(480px, 62vw, 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(3.75rem, 6vw, 5.5rem) !important;
  background: #fff;
}

.home-about-wide-image {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 0;
  overflow: hidden;
}

.home-about-wide-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.94) 18%, rgba(255,255,255,.58) 42%, rgba(255,255,255,.08) 68%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,0) 22%, rgba(255,255,255,0) 72%, rgba(255,255,255,.86) 100%);
}

.home-about-wide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.home-about-wide-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.home-about-wide-copy h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(2rem, 4.4vw, 4.8rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: .96;
}

.home-about-wide-copy p:not(.home-moment-kicker) {
  max-width: 560px;
  margin-top: clamp(.9rem, 1.5vw, 1.15rem);
  color: var(--color-muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.62;
}

.home-about-wide-copy .home-link {
  margin-top: clamp(1rem, 1.7vw, 1.35rem);
}

@media (max-width: 900px) {
  .home-stable .home-about-wide {
    min-height: clamp(520px, 78vw, 680px);
    align-items: end;
  }

  .home-about-wide-image::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 40%, rgba(255,255,255,.94) 100%),
      linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.25) 70%, rgba(255,255,255,0) 100%);
  }

  .home-about-wide-copy {
    padding-bottom: 1rem;
  }
}

@media (max-width: 640px) {
  .home-stable .home-about-wide {
    min-height: 620px;
  }

  .home-about-wide-image img {
    object-position: 68% center;
  }
}

/* Refine homepage about stage: align copy like the moment block, keep image focus right */
.home-stable .home-about-wide {
  min-height: clamp(620px, 58vw, 840px) !important;
  padding-block: clamp(4rem, 6.5vw, 6rem) !important;
  align-items: center !important;
}

.home-stable .home-about-wide-image {
  left: clamp(18rem, 34vw, 42rem) !important;
  right: 0 !important;
  width: auto !important;
}

.home-stable .home-about-wide-image::after {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 10%, rgba(255,255,255,.9) 24%, rgba(255,255,255,.48) 42%, rgba(255,255,255,.06) 70%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0) 76%, rgba(255,255,255,.82) 100%) !important;
}

.home-stable .home-about-wide-image img {
  object-position: 78% 36% !important;
}

.home-stable .home-about-wide-copy {
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding-left: 0 !important;
  text-align: left !important;
}

.home-stable .home-about-wide-copy > * {
  max-width: 600px !important;
}

.home-stable .home-about-wide-copy .home-moment-kicker {
  width: fit-content !important;
  text-align: left !important;
}

.home-stable .home-about-wide-copy h2,
.home-stable .home-about-wide-copy p:not(.home-moment-kicker),
.home-stable .home-about-wide-copy .home-link {
  margin-left: 0 !important;
  text-align: left !important;
}

@media (max-width: 900px) {
  .home-stable .home-about-wide {
    min-height: 680px !important;
    align-items: end !important;
    padding-block: 3rem !important;
  }

  .home-stable .home-about-wide-image {
    left: 0 !important;
  }

  .home-stable .home-about-wide-image::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.18) 42%, rgba(255,255,255,.96) 100%),
      linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.28) 72%, rgba(255,255,255,0) 100%) !important;
  }

  .home-stable .home-about-wide-image img {
    object-position: 72% 30% !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-about-wide {
    min-height: 660px !important;
  }

  .home-stable .home-about-wide-image img {
    object-position: 66% 28% !important;
  }
}

/* Fine-tune about image: more right, stronger image presence */
.home-stable .home-about-wide-image {
  left: clamp(22rem, 40vw, 50rem) !important;
}

.home-stable .home-about-wide-image::after {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 9%, rgba(255,255,255,.82) 22%, rgba(255,255,255,.34) 39%, rgba(255,255,255,.03) 66%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(255,255,255,.38) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,0) 78%, rgba(255,255,255,.72) 100%) !important;
}

.home-stable .home-about-wide-image img {
  object-position: 82% 36% !important;
}

@media (max-width: 900px) {
  .home-stable .home-about-wide-image {
    left: 0 !important;
  }

  .home-stable .home-about-wide-image::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.12) 40%, rgba(255,255,255,.94) 100%),
      linear-gradient(90deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.22) 70%, rgba(255,255,255,0) 100%) !important;
  }
}

/* Editorial moment quote typography */
.home-stable .moment-quote-title {
  max-width: 760px !important;
  display: grid !important;
  gap: clamp(.05rem, .35vw, .35rem) !important;
  font-size: clamp(3.1rem, 7.2vw, 7.1rem) !important;
  font-weight: 420 !important;
  letter-spacing: -0.065em !important;
  line-height: .88 !important;
}

.home-stable .moment-quote-title span {
  display: block !important;
}

.home-stable .moment-quote-title .moment-word {
  width: fit-content !important;
  color: #a99583 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: .98em !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.075em !important;
  line-height: .78 !important;
  transform: translateX(clamp(.2rem, 2vw, 1.8rem)) rotate(-1.5deg) !important;
}

.home-stable .home-moment-inner > p:not(.home-moment-kicker) {
  max-width: 430px !important;
  line-height: 1.42 !important;
}

@media (max-width: 640px) {
  .home-stable .moment-quote-title {
    font-size: clamp(2.75rem, 14vw, 4.4rem) !important;
  }

  .home-stable .moment-quote-title .moment-word {
    transform: translateX(.75rem) rotate(-1.5deg) !important;
  }
}

/* Refine moment quote: quieter scale, same font, uppercase spaced word */
.home-stable .moment-quote-title {
  max-width: 700px !important;
  font-size: clamp(2.45rem, 5.7vw, 5.55rem) !important;
  font-weight: 420 !important;
  letter-spacing: -0.055em !important;
  line-height: .92 !important;
  gap: clamp(.15rem, .35vw, .3rem) !important;
}

.home-stable .moment-quote-title .moment-word {
  color: #a99583 !important;
  font-family: var(--font-main) !important;
  font-size: .62em !important;
  font-style: normal !important;
  font-weight: 520 !important;
  letter-spacing: .32em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  transform: translateX(clamp(1.2rem, 3.2vw, 2.8rem)) !important;
}

@media (max-width: 640px) {
  .home-stable .moment-quote-title {
    font-size: clamp(2.25rem, 11vw, 3.6rem) !important;
  }

  .home-stable .moment-quote-title .moment-word {
    font-size: .58em !important;
    letter-spacing: .24em !important;
    transform: translateX(1rem) !important;
  }
}

/* Homepage wedding note: replace image split with a quiet text bridge into the gallery */
.home-stable .home-wedding-note {
  padding-block: clamp(2.8rem, 5vw, 4.3rem) clamp(1.2rem, 2.4vw, 2rem) !important;
  background: #fff;
}

.home-wedding-note-inner {
  display: grid;
  max-width: 980px;
  gap: clamp(.85rem, 1.6vw, 1.15rem);
  border-top: 1px solid var(--home-line);
  padding-top: clamp(1rem, 2vw, 1.45rem);
}

.home-stable .home-wedding-note h2 {
  max-width: 820px;
  font-size: clamp(2.25rem, 5.2vw, 5.2rem);
  line-height: .96;
}

.home-stable .home-wedding-note p {
  max-width: 560px !important;
  margin: 0 0 0 clamp(5rem, 10vw, 8.5rem) !important;
  line-height: 1.48 !important;
}

.home-stable .home-wedding-note .home-link {
  width: fit-content;
  margin-left: clamp(5rem, 10vw, 8.5rem);
}

.home-stable .home-gallery {
  padding-top: clamp(.6rem, 1.5vw, 1.1rem) !important;
}

.home-stable .home-gallery-track {
  padding-left: max(.75rem, calc((100vw - 1180px) / 2 - 2.5rem)) !important;
  padding-right: max(clamp(1.5rem, 4.5vw, 4rem), calc((100vw - 1180px) / 2)) !important;
}

@media (max-width: 900px) {
  .home-stable .home-wedding-note p,
  .home-stable .home-wedding-note .home-link {
    margin-left: 0 !important;
  }
}

/* Final moment collage balance: first image higher, tall image clear of the text */
.home-stable .home-moment-gallery {
  min-height: clamp(360px, 38vw, 540px) !important;
  grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
  margin-top: clamp(.75rem, 1.8vw, 1.5rem) !important;
}

.home-stable .home-moment-photo:nth-child(1) {
  grid-column: 1 / span 4 !important;
  grid-row: 2 / span 4 !important;
}

.home-stable .home-moment-photo:nth-child(2) {
  grid-column: 4 / span 7 !important;
  grid-row: 4 / span 4 !important;
}

.home-stable .home-moment-photo:nth-child(3) {
  grid-column: 10 / span 4 !important;
  grid-row: 3 / span 5 !important;
}

.home-stable .home-moment-photo:nth-child(4) {
  grid-column: 13 / span 4 !important;
  grid-row: 5 / span 3 !important;
}

@media (max-width: 900px) {
  .home-stable .home-moment-gallery {
    min-height: clamp(380px, 68vw, 560px) !important;
    grid-template-rows: repeat(9, minmax(0, 1fr)) !important;
    margin-top: .75rem !important;
  }

  .home-stable .home-moment-photo:nth-child(1) {
    grid-column: 1 / span 4 !important;
    grid-row: 2 / span 4 !important;
  }

  .home-stable .home-moment-photo:nth-child(2) {
    grid-column: 3 / span 5 !important;
    grid-row: 4 / span 4 !important;
  }

  .home-stable .home-moment-photo:nth-child(3) {
    grid-column: 5 / span 3 !important;
    grid-row: 3 / span 4 !important;
  }

  .home-stable .home-moment-photo:nth-child(4) {
    grid-column: 4 / span 5 !important;
    grid-row: 7 / span 3 !important;
  }
}

/* Final stable moment collage: no scroll jump, less empty air */
.home-stable .home-moment-gallery {
  min-height: clamp(320px, 34vw, 500px) !important;
  grid-template-rows: repeat(7, minmax(0, 1fr)) !important;
  margin-top: clamp(.35rem, 1vw, .9rem) !important;
}

.home-stable .home-moment-photo,
.home-stable .home-moment-photo.reveal,
.home-stable .home-moment-photo.reveal-up,
.home-stable .home-moment-photo:nth-child(n),
.home-stable .home-moment-photo:nth-child(n):not(.is-visible),
.home-stable .home-moment-photo:nth-child(n).is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.home-stable .home-moment-photo:nth-child(1) {
  grid-column: 1 / span 4 !important;
  grid-row: 1 / span 4 !important;
}

.home-stable .home-moment-photo:nth-child(2) {
  grid-column: 4 / span 7 !important;
  grid-row: 3 / span 4 !important;
}

.home-stable .home-moment-photo:nth-child(3) {
  grid-column: 10 / span 4 !important;
  grid-row: 2 / span 5 !important;
}

.home-stable .home-moment-photo:nth-child(4) {
  grid-column: 13 / span 4 !important;
  grid-row: 4 / span 3 !important;
}

@media (max-width: 900px) {
  .home-stable .home-moment-gallery {
    min-height: clamp(330px, 58vw, 500px) !important;
    grid-template-rows: repeat(8, minmax(0, 1fr)) !important;
    margin-top: .5rem !important;
  }

  .home-stable .home-moment-photo:nth-child(1) {
    grid-column: 1 / span 4 !important;
    grid-row: 1 / span 4 !important;
  }

  .home-stable .home-moment-photo:nth-child(2) {
    grid-column: 3 / span 5 !important;
    grid-row: 3 / span 4 !important;
  }

  .home-stable .home-moment-photo:nth-child(3) {
    grid-column: 5 / span 3 !important;
    grid-row: 2 / span 4 !important;
  }

  .home-stable .home-moment-photo:nth-child(4) {
    grid-column: 4 / span 5 !important;
    grid-row: 6 / span 3 !important;
  }
}

/* Restore moment image row: four equal fly-in tiles */
.home-stable .home-moment-gallery {
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px) !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  gap: clamp(.75rem, 1.5vw, 1.25rem) !important;
  align-items: end !important;
  margin-top: clamp(1.8rem, 3.6vw, 3rem) !important;
  overflow: visible !important;
}

.home-stable .home-moment-photo,
.home-stable .home-moment-photo:nth-child(n) {
  position: static !important;
  z-index: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  border-radius: clamp(.08rem, .25vw, .25rem) !important;
  box-shadow: none !important;
  background: #f4f0eb !important;
}

.home-stable .home-moment-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.home-stable .home-moment-photo.reveal,
.home-stable .home-moment-photo.reveal-up,
.home-stable .home-moment-photo:nth-child(n):not(.is-visible) {
  opacity: 0 !important;
  transform: translate3d(0, 54px, 0) !important;
  transition-property: opacity, transform !important;
  transition-duration: 1600ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

.home-stable .home-moment-photo.reveal.is-visible,
.home-stable .home-moment-photo.reveal-up.is-visible,
.home-stable .home-moment-photo:nth-child(n).is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.home-stable .home-moment-photo:nth-child(1) { transition-delay: 0ms !important; }
.home-stable .home-moment-photo:nth-child(2) { transition-delay: 260ms !important; }
.home-stable .home-moment-photo:nth-child(3) { transition-delay: 520ms !important; }
.home-stable .home-moment-photo:nth-child(4) { transition-delay: 780ms !important; }

@media (max-width: 900px) {
  .home-stable .home-moment-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .65rem !important;
  }
}

/* Wedding note alignment: right-biased block, left-aligned copy */
.home-stable .home-wedding-note {
  padding-top: clamp(4.4rem, 7vw, 6.4rem) !important;
}

.home-stable .home-wedding-note-inner {
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 900px) !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: clamp(1.5rem, 8vw, 11rem) !important;
  border-top: 0 !important;
  padding-top: 0 !important;
  text-align: left !important;
}

.home-stable .home-wedding-note h2,
.home-stable .home-wedding-note p,
.home-stable .home-wedding-note .home-link {
  margin-left: 0 !important;
  text-align: left !important;
}

.home-stable .home-wedding-note p {
  max-width: 620px !important;
}

@media (max-width: 900px) {
  .home-stable .home-wedding-note-inner {
    width: min(100% - 1.25rem, 1180px) !important;
    max-width: none !important;
    margin-inline: auto !important;
  }
}

/* Tighten space after the homepage gallery */
.home-stable .home-gallery {
  padding-bottom: clamp(1.4rem, 3vw, 2.4rem) !important;
}

.home-stable .home-gallery-link {
  margin-top: clamp(.75rem, 1.5vw, 1.1rem) !important;
}

.home-stable .home-gallery + .questions-cta {
  padding-top: clamp(1.6rem, 3.2vw, 2.8rem) !important;
}

/* Final homepage spacing: no divider after wedding note, tighter below gallery */
.home-stable .home-wedding-note {
  padding-bottom: clamp(2.4rem, 4.5vw, 4rem) !important;
}

.home-stable .home-gallery {
  padding-top: clamp(2rem, 4vw, 3.4rem) !important;
  padding-bottom: clamp(.6rem, 1.4vw, 1.1rem) !important;
}

.home-stable .home-gallery-head,
.home-stable .home-gallery-head::before,
.home-stable .home-gallery-head::after {
  border-top: 0 !important;
}

.home-stable .home-gallery-link {
  margin-top: clamp(.45rem, 1vw, .75rem) !important;
}

.home-stable .home-gallery + .questions-cta {
  padding-top: clamp(.6rem, 1.6vw, 1.2rem) !important;
}

/* Fragen page: animate accordion rows and add space before the first question */
.questions-page .questions-accordion {
  padding-top: clamp(1.6rem, 4vw, 3.2rem) !important;
}

.questions-page .accordion-item.reveal,
.questions-page .accordion-item.reveal-up {
  transform: translate3d(0, 26px, 0);
  transition-duration: 950ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

.questions-page .accordion-item.reveal.is-visible,
.questions-page .accordion-item.reveal-up.is-visible {
  transform: translate3d(0, 0, 0);
}

/* Final restore: slow staggered fly-in for the four moment photos */
.home-stable .home-moment-photo.reveal,
.home-stable .home-moment-photo.reveal-up,
.home-stable .home-moment-photo.reveal.is-visible,
.home-stable .home-moment-photo.reveal-up.is-visible,
.home-stable .home-moment-photo:nth-child(n):not(.is-visible),
.home-stable .home-moment-photo:nth-child(n).is-visible {
  transition-property: opacity, transform !important;
  transition-duration: 1600ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

.home-stable .home-moment-photo.reveal:not(.is-visible),
.home-stable .home-moment-photo.reveal-up:not(.is-visible) {
  opacity: 0 !important;
  transform: translate3d(0, 72px, 0) !important;
}

.home-stable .home-moment-photo.reveal.is-visible,
.home-stable .home-moment-photo.reveal-up.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.home-stable .home-moment-photo:nth-child(1) { transition-delay: 0ms !important; }
.home-stable .home-moment-photo:nth-child(2) { transition-delay: 320ms !important; }
.home-stable .home-moment-photo:nth-child(3) { transition-delay: 640ms !important; }
.home-stable .home-moment-photo:nth-child(4) { transition-delay: 960ms !important; }

/* Final Fragen animation polish */
.questions-page .questions-accordion {
  padding-top: clamp(2.4rem, 5vw, 4.2rem) !important;
}

.questions-page .accordion-list {
  margin-top: 0 !important;
}

.questions-page .accordion-item.reveal,
.questions-page .accordion-item.reveal-up {
  opacity: 0 !important;
  transform: translate3d(0, 34px, 0) !important;
  transition-property: opacity, transform !important;
  transition-duration: 1050ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

.questions-page .accordion-item.reveal.is-visible,
.questions-page .accordion-item.reveal-up.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.questions-page .accordion-item:nth-child(1) { transition-delay: 0ms !important; }
.questions-page .accordion-item:nth-child(2) { transition-delay: 90ms !important; }
.questions-page .accordion-item:nth-child(3) { transition-delay: 180ms !important; }
.questions-page .accordion-item:nth-child(4) { transition-delay: 270ms !important; }
.questions-page .accordion-item:nth-child(n+5) { transition-delay: 320ms !important; }

.questions-page .accordion-panel > p {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 360ms ease, transform 360ms ease;
}

.questions-page .accordion-item.is-open .accordion-panel > p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Final homepage gallery spacing: tighter transition into CTA */
.home-stable .home-gallery {
  padding-bottom: clamp(.15rem, .7vw, .55rem) !important;
}

.home-stable .home-gallery-link {
  margin-top: clamp(.25rem, .7vw, .5rem) !important;
}

.home-stable .home-gallery + .questions-cta {
  padding-top: clamp(.2rem, .9vw, .7rem) !important;
}

/* Final gallery without heading: start further left */
.home-stable .home-gallery {
  padding-top: clamp(.7rem, 1.8vw, 1.4rem) !important;
}

.home-stable .home-gallery-window {
  overflow: hidden !important;
}

.home-stable .home-gallery-track {
  margin-left: clamp(-7rem, -6vw, -2.5rem) !important;
  padding-left: 0 !important;
}

@media (max-width: 900px) {
  .home-stable .home-gallery-track {
    margin-left: 0 !important;
  }
}

/* Final moment photos: left-to-right staggered fly-in */
.home-stable .home-moment-photo.reveal,
.home-stable .home-moment-photo.reveal-up,
.home-stable .home-moment-photo.reveal.is-visible,
.home-stable .home-moment-photo.reveal-up.is-visible,
.home-stable .home-moment-photo:nth-child(n):not(.is-visible),
.home-stable .home-moment-photo:nth-child(n).is-visible {
  transition-property: opacity, transform !important;
  transition-duration: 1500ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

.home-stable .home-moment-photo.reveal:not(.is-visible),
.home-stable .home-moment-photo.reveal-up:not(.is-visible) {
  opacity: 0 !important;
}

.home-stable .home-moment-photo:nth-child(1):not(.is-visible) { transform: translate3d(-42px, 58px, 0) !important; }
.home-stable .home-moment-photo:nth-child(2):not(.is-visible) { transform: translate3d(-32px, 58px, 0) !important; }
.home-stable .home-moment-photo:nth-child(3):not(.is-visible) { transform: translate3d(-22px, 58px, 0) !important; }
.home-stable .home-moment-photo:nth-child(4):not(.is-visible) { transform: translate3d(-12px, 58px, 0) !important; }

.home-stable .home-moment-photo.reveal.is-visible,
.home-stable .home-moment-photo.reveal-up.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.home-stable .home-moment-photo:nth-child(1) { transition-delay: 0ms !important; }
.home-stable .home-moment-photo:nth-child(2) { transition-delay: 220ms !important; }
.home-stable .home-moment-photo:nth-child(3) { transition-delay: 440ms !important; }
.home-stable .home-moment-photo:nth-child(4) { transition-delay: 660ms !important; }

/* Final footer tune-up: compact height and header-matched type */
.site-footer {
  padding: clamp(1.15rem, 2.4vw, 1.85rem) 0 !important;
}

.footer-inner {
  align-items: center !important;
  gap: .75rem 1.5rem !important;
  font-family: var(--font-main);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.footer-copy {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin: 0;
}

.footer-brand {
  color: var(--color-text);
  font-weight: 800;
}

.footer-copy span {
  color: var(--color-muted);
}

.footer-nav {
  align-items: center;
}

.footer-nav a {
  color: var(--color-muted);
  transition: color 220ms ease;
}

.footer-nav a:hover {
  color: var(--color-text);
}

@media (max-width: 719px) {
  .site-footer {
    padding: 1rem 0 !important;
  }

  .footer-inner {
    gap: .65rem !important;
    font-size: .68rem;
  }
}

/* Final about image balance: shorter fade, stronger team portrait */
.home-stable .home-about-wide-image::after {
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.9) 7%, rgba(255,255,255,.62) 18%, rgba(255,255,255,.16) 34%, rgba(255,255,255,0) 54%),
    linear-gradient(180deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 16%, rgba(255,255,255,0) 82%, rgba(255,255,255,.52) 100%) !important;
}

.home-stable .home-about-wide-image img {
  filter: saturate(1.12) contrast(1.06) brightness(.99);
}

@media (max-width: 900px) {
  .home-stable .home-about-wide-image::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,.08) 42%, rgba(255,255,255,.88) 100%),
      linear-gradient(90deg, rgba(255,255,255,.68) 0%, rgba(255,255,255,.14) 58%, rgba(255,255,255,0) 100%) !important;
  }
}

/* Moment intro: make the second rule a deliberate offset */
.home-stable .home-moment-inner > p:not(.home-moment-kicker) {
  margin-left: clamp(7rem, 13vw, 11rem) !important;
}

.home-stable .home-moment-inner > p:not(.home-moment-kicker)::before {
  left: calc(clamp(3.35rem, 6.4vw, 5.4rem) * -1) !important;
  top: .68em !important;
  width: clamp(3rem, 5.6vw, 4.8rem) !important;
}

@media (max-width: 900px) {
  .home-stable .home-moment-inner > p:not(.home-moment-kicker) {
    margin-left: clamp(5.8rem, 14vw, 8rem) !important;
  }

  .home-stable .home-moment-inner > p:not(.home-moment-kicker)::before {
    left: calc(clamp(3rem, 7vw, 4.5rem) * -1) !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-moment-inner > p:not(.home-moment-kicker) {
    margin-left: 0 !important;
  }

  .home-stable .home-moment-inner > p:not(.home-moment-kicker)::before {
    position: static !important;
    width: 4.5rem !important;
    margin-bottom: .9rem !important;
  }
}

/* Match homepage four-photo reveal to the Hochzeiten hero photos */
.home-stable .home-moment-photo.reveal,
.home-stable .home-moment-photo.reveal-up {
  opacity: 0 !important;
  transform: translate3d(0, 120px, 0) scale(.985) !important;
  transition-property: opacity, transform !important;
  transition-duration: 1800ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

.home-stable .home-moment-photo.reveal.is-visible,
.home-stable .home-moment-photo.reveal-up.is-visible,
.home-stable .home-moment-photo:nth-child(n).is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

.home-stable .home-moment-photo:nth-child(1) { transition-delay: 0ms !important; }
.home-stable .home-moment-photo:nth-child(2) { transition-delay: 320ms !important; }
.home-stable .home-moment-photo:nth-child(3) { transition-delay: 640ms !important; }
.home-stable .home-moment-photo:nth-child(4) { transition-delay: 960ms !important; }

@media (prefers-reduced-motion: reduce) {
  .home-stable .home-moment-photo.reveal,
  .home-stable .home-moment-photo.reveal-up,
  .home-stable .home-moment-photo.reveal.is-visible,
  .home-stable .home-moment-photo.reveal-up.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Moment word emphasis */
.home-stable .home-moment-inner .moment-word {
  display: inline-block;
  color: #9d8d80 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1.22em !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: .82 !important;
}

@media (max-width: 640px) {
  .home-stable .home-moment-inner .moment-word {
    font-size: 1.14em !important;
  }
}

/* Wedding memory block without side image */
.wedding-memory-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.wedding-memory-copy {
  max-width: 780px;
  margin-left: auto;
}

/* Hochzeiten hero: tighter transition into the memory block */
.wedding-page-hero {
  padding-bottom: clamp(1.25rem, 2.6vw, 2.2rem) !important;
}

.wedding-page-hero + .wedding-memory-section {
  padding-top: clamp(1.25rem, 2.8vw, 2.4rem) !important;
}

@media (max-width: 640px) {
  .wedding-page-hero {
    padding-bottom: 1rem !important;
  }

  .wedding-page-hero + .wedding-memory-section {
    padding-top: 1.1rem !important;
  }
}

/* Match wedding memory text alignment to the homepage wedding note */
.wedding-memory-copy {
  width: min(100%, 900px) !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: clamp(1.5rem, 8vw, 11rem) !important;
  display: grid !important;
  justify-items: start !important;
  text-align: left !important;
}

.wedding-memory-copy h2,
.wedding-memory-copy p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.wedding-memory-copy h2 {
  max-width: 820px !important;
  font-size: clamp(2.25rem, 5.2vw, 5.2rem) !important;
}

.wedding-memory-copy p {
  max-width: 620px !important;
  line-height: 1.48 !important;
}

@media (max-width: 900px) {
  .wedding-memory-copy {
    width: min(100% - 1.25rem, 1180px) !important;
    max-width: none !important;
    margin-inline: auto !important;
  }
}

/* Wedding memory: same editorial text block as homepage "Kein Drehbuch" */
.wedding-memory-section {
  padding-bottom: clamp(1.2rem, 2.4vw, 2rem) !important;
}

.wedding-memory-grid {
  display: block !important;
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px) !important;
}

.wedding-memory-copy {
  width: min(100%, 900px) !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: clamp(1.5rem, 8vw, 11rem) !important;
  display: grid !important;
  gap: clamp(.85rem, 1.6vw, 1.15rem) !important;
  justify-items: start !important;
  border-top: 0 !important;
  padding-top: 0 !important;
  text-align: left !important;
}

.wedding-memory-copy h2 {
  max-width: 820px !important;
  margin: 0 !important;
  font-size: clamp(2.25rem, 5.2vw, 5.2rem) !important;
  line-height: .96 !important;
  text-align: left !important;
}

.wedding-memory-copy p {
  max-width: 620px !important;
  margin: 0 !important;
  color: var(--color-muted) !important;
  line-height: 1.48 !important;
  text-align: left !important;
}

.wedding-memory-copy p + p {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .wedding-memory-grid {
    width: min(100% - 1.25rem, 1180px) !important;
  }

  .wedding-memory-copy {
    width: 100% !important;
    max-width: none !important;
    margin-inline: auto !important;
  }
}

/* Push the wedding memory block further right, like the homepage note */
@media (min-width: 901px) {
  .wedding-memory-copy {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

/* Hochzeiten: quiet editorial photo book spread */
.wedding-book-section {
  padding-block: clamp(3.6rem, 6.6vw, 6.2rem) !important;
}

.wedding-book-spread {
  max-width: 1080px;
}

.wedding-book-image {
  margin: 0;
  overflow: hidden;
  background: #f4f0eb;
}

.wedding-book-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wedding-book-main {
  position: relative;
  z-index: 1;
  width: min(68%, 720px);
  margin-inline: auto;
  aspect-ratio: 4 / 5;
}

.wedding-book-main img {
  object-position: 64% center;
}

.wedding-book-pair {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: calc(clamp(3.2rem, 6vw, 5.4rem) * -1);
}

.wedding-book-small {
  width: min(31vw, 330px);
  aspect-ratio: 4 / 5;
  transform: translateY(-10%);
}

.wedding-book-small img {
  object-position: 46% center;
}

.wedding-book-wide {
  width: min(46vw, 520px);
  margin-top: clamp(1.5rem, 3vw, 3rem);
  aspect-ratio: 5 / 3.35;
  transform: translateY(-4%);
}

.wedding-book-wide img {
  object-position: 50% center;
}

@media (max-width: 760px) {
  .wedding-book-spread {
    width: min(100% - 1.25rem, 1180px);
  }

  .wedding-book-main {
    width: min(86%, 520px);
  }

  .wedding-book-pair {
    display: block;
    margin-top: calc(clamp(2.4rem, 10vw, 3.8rem) * -1);
  }

  .wedding-book-small {
    width: min(64%, 300px);
    transform: translateY(-7%);
  }

  .wedding-book-wide {
    width: min(82%, 430px);
    margin: clamp(2rem, 8vw, 3rem) 0 0 auto;
    transform: translateY(-3%);
  }
}

/* Equal whitespace around the wedding memory text block */
.wedding-page-hero {
  padding-bottom: 0 !important;
}

.wedding-page-hero + .wedding-memory-section {
  --wedding-memory-image-gap: clamp(2.2rem, 4.6vw, 3.8rem);
  padding-top: var(--wedding-memory-image-gap) !important;
  padding-bottom: var(--wedding-memory-image-gap) !important;
}

.wedding-memory-section + .wedding-book-section {
  padding-top: 0 !important;
}

.wedding-book-section {
  padding-bottom: clamp(1.7rem, 3.8vw, 3rem) !important;
}

.wedding-book-section + .timeline-section {
  padding-top: clamp(1.7rem, 3.8vw, 3rem) !important;
}

@media (max-width: 640px) {
  .wedding-page-hero + .wedding-memory-section {
    --wedding-memory-image-gap: clamp(1.7rem, 8vw, 2.7rem);
  }

  .wedding-book-section {
    padding-bottom: clamp(1.3rem, 7vw, 2.1rem) !important;
  }

  .wedding-book-section + .timeline-section {
    padding-top: clamp(1.3rem, 7vw, 2.1rem) !important;
  }
}

/* Slow sequential reveal for the editorial photo book spread */
.wedding-book-image {
  --book-overlap-y: 0%;
}

.wedding-book-small {
  --book-overlap-y: -10%;
}

.wedding-book-wide {
  --book-overlap-y: -4%;
}

.wedding-book-image.reveal,
.wedding-book-image.reveal-up {
  opacity: 0 !important;
  transform: translateY(calc(var(--book-overlap-y) + 120px)) scale(.985) !important;
  transition-property: opacity, transform !important;
  transition-duration: 1800ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

.wedding-book-image.reveal.is-visible,
.wedding-book-image.reveal-up.is-visible {
  opacity: 1 !important;
  transform: translateY(var(--book-overlap-y)) scale(1) !important;
}

@media (max-width: 760px) {
  .wedding-book-small {
    --book-overlap-y: -7%;
  }

  .wedding-book-wide {
    --book-overlap-y: -3%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .wedding-book-image.reveal.is-visible,
  .wedding-book-image.reveal-up.is-visible {
    opacity: 1 !important;
    transform: translateY(var(--book-overlap-y)) !important;
    transition: none !important;
  }
}

/* Ueber uns: quiet editorial introduction */
.about-editorial-image-section {
  padding-block: clamp(2.2rem, 4.6vw, 4rem) clamp(3rem, 6vw, 5rem) !important;
}

.about-editorial-image {
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 9.8;
  overflow: hidden;
  background: #f4f0eb;
}

.about-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 43%;
}

.about-editorial-text-section,
.about-editorial-statement-section {
  padding-block: clamp(3rem, 6vw, 5.2rem) !important;
}

.about-editorial-text,
.about-editorial-statement {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.35rem);
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.about-editorial-text h2,
.about-editorial-statement h2 {
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--font-main);
  font-size: clamp(2.1rem, 4.8vw, 4.65rem);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: .98;
}

.about-editorial-text p:not(.eyebrow),
.about-editorial-statement p:not(.eyebrow) {
  max-width: 700px;
  margin: 0 auto;
  color: var(--color-muted);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.about-editorial-statement {
  max-width: 740px;
}

@media (max-width: 640px) {
  .about-editorial-image {
    aspect-ratio: 4 / 5;
  }

  .about-editorial-image img {
    object-position: 52% center;
  }

  .about-editorial-text,
  .about-editorial-statement {
    text-align: left;
  }

  .about-editorial-text h2,
  .about-editorial-statement h2,
  .about-editorial-text p:not(.eyebrow),
  .about-editorial-statement p:not(.eyebrow) {
    margin-inline: 0;
  }
}

/* Ueber uns hero: slightly shorter image stage */
.about-page-hero {
  padding-bottom: clamp(2.2rem, 4.5vw, 3.8rem) !important;
}

.about-page-hero .page-hero-image {
  aspect-ratio: 4 / 4.45 !important;
}

.about-page-hero .page-hero-image img {
  object-position: 50% 42%;
}

@media (max-width: 640px) {
  .about-page-hero .page-hero-image {
    aspect-ratio: 4 / 4.85 !important;
  }
}

/* Hochzeiten camera block: match homepage "Kein Drehbuch" note */
.camera-section {
  background: #fff !important;
  padding-top: clamp(4.4rem, 7vw, 6.4rem) !important;
  padding-bottom: clamp(1.2rem, 2.4vw, 2rem) !important;
}

.camera-grid {
  display: block !important;
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px) !important;
}

.camera-copy {
  width: min(100%, 900px) !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: clamp(1.5rem, 8vw, 11rem) !important;
  display: grid !important;
  gap: clamp(.85rem, 1.6vw, 1.15rem) !important;
  justify-items: start !important;
  border-top: 0 !important;
  padding-top: 0 !important;
  text-align: left !important;
}

.camera-copy h2,
.camera-copy p,
.camera-copy .home-link {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.camera-copy h2 {
  max-width: 820px !important;
  font-size: clamp(2.25rem, 5.2vw, 5.2rem) !important;
  line-height: .96 !important;
}

.camera-copy p:not(.eyebrow) {
  max-width: 620px !important;
  line-height: 1.48 !important;
}

.camera-copy p + p {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .camera-grid {
    width: min(100% - 1.25rem, 1180px) !important;
  }

  .camera-copy {
    width: 100% !important;
    max-width: none !important;
    margin-inline: auto !important;
  }
}

/* Hochzeiten location close: tighter handoff into the final CTA */
main > .location-section {
  padding-bottom: clamp(1.8rem, 3.8vw, 3rem) !important;
}

main > .location-section + .cta-section {
  padding-top: clamp(1.8rem, 3.8vw, 3rem) !important;
}

main .location-section .location-grid h2 {
  margin-bottom: clamp(.45rem, 1vw, .7rem) !important;
}

@media (max-width: 640px) {
  main > .location-section {
    padding-bottom: clamp(1.35rem, 6vw, 2rem) !important;
  }

  main > .location-section + .cta-section {
    padding-top: clamp(1.35rem, 6vw, 2rem) !important;
  }
}

/* Ueber uns editorial text blocks: magazine layout after hero */
.about-editorial-text-section,
.about-editorial-statement-section {
  background: #fff !important;
  padding-block: clamp(3.4rem, 6vw, 5.4rem) !important;
}

.about-editorial-text,
.about-editorial-statement {
  display: grid !important;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr) !important;
  column-gap: clamp(2.5rem, 7vw, 7rem) !important;
  row-gap: clamp(.85rem, 1.6vw, 1.2rem) !important;
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding-top: clamp(1rem, 2vw, 1.35rem) !important;
  border-top: 1px solid var(--color-line) !important;
  text-align: left !important;
}

.about-editorial-text .eyebrow,
.about-editorial-statement .eyebrow {
  grid-column: 1 !important;
  margin: 0 !important;
}

.about-editorial-text h2,
.about-editorial-statement h2 {
  grid-column: 1 !important;
  max-width: 520px !important;
  margin: 0 !important;
  text-align: left !important;
}

.about-editorial-text p:not(.eyebrow),
.about-editorial-statement p:not(.eyebrow) {
  grid-column: 2 !important;
  max-width: 680px !important;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 760px) {
  .about-editorial-text,
  .about-editorial-statement {
    grid-template-columns: 1fr !important;
    width: min(100% - 1.25rem, 1180px) !important;
    row-gap: 1rem !important;
  }

  .about-editorial-text .eyebrow,
  .about-editorial-statement .eyebrow,
  .about-editorial-text h2,
  .about-editorial-statement h2,
  .about-editorial-text p:not(.eyebrow),
  .about-editorial-statement p:not(.eyebrow) {
    grid-column: 1 !important;
    max-width: none !important;
  }
}

/* Cross-page spacing pass: consistent section rhythm */
:root {
  --space-page-hero-top: clamp(4rem, 7.6vw, 6.4rem);
  --space-page-hero-bottom: clamp(2.7rem, 5vw, 4.1rem);
  --space-section-quiet: clamp(3.1rem, 5.8vw, 4.8rem);
  --space-section-tight: clamp(1.9rem, 3.8vw, 3rem);
  --space-section-visual: clamp(3.6rem, 6.4vw, 5.4rem);
  --space-cta: clamp(3rem, 5.8vw, 4.8rem);
}

main > .section-pad {
  padding-top: var(--space-section-quiet) !important;
  padding-bottom: var(--space-section-quiet) !important;
}

main > .page-hero.section-pad {
  padding-top: var(--space-page-hero-top) !important;
  padding-bottom: var(--space-page-hero-bottom) !important;
}

main > .cta-section.section-pad {
  padding-top: var(--space-cta) !important;
  padding-bottom: var(--space-cta) !important;
}

.home-stable .home-moment,
.home-stable .home-about,
.home-stable .home-wedding-note,
.home-stable .home-gallery {
  padding-top: var(--space-section-quiet) !important;
  padding-bottom: var(--space-section-quiet) !important;
}

.home-stable .home-gallery + .questions-cta {
  padding-top: var(--space-section-tight) !important;
}

.wedding-page-hero {
  padding-bottom: 0 !important;
}

.wedding-page-hero + .wedding-memory-section {
  --wedding-memory-image-gap: var(--space-section-quiet);
  padding-top: var(--wedding-memory-image-gap) !important;
  padding-bottom: var(--wedding-memory-image-gap) !important;
}

.wedding-memory-section + .wedding-book-section {
  padding-top: 0 !important;
}

.wedding-book-section {
  padding-bottom: var(--space-section-tight) !important;
}

.wedding-book-section + .timeline-section {
  padding-top: var(--space-section-tight) !important;
}

.timeline-section .section-heading {
  border-top: 0 !important;
}

.camera-section,
.location-section {
  padding-top: var(--space-section-quiet) !important;
  padding-bottom: var(--space-section-quiet) !important;
}

.location-section + .cta-section {
  padding-top: var(--space-section-tight) !important;
}

.about-editorial-text-section,
.about-editorial-statement-section {
  padding-top: var(--space-section-quiet) !important;
  padding-bottom: var(--space-section-quiet) !important;
}

.questions-page .questions-accordion,
.legal-content {
  padding-top: var(--space-section-tight) !important;
  padding-bottom: var(--space-section-quiet) !important;
}

@media (max-width: 719px) {
  :root {
    --space-page-hero-top: clamp(2.9rem, 10vw, 4rem);
    --space-page-hero-bottom: clamp(2rem, 8vw, 3rem);
    --space-section-quiet: clamp(2.4rem, 9vw, 3.4rem);
    --space-section-tight: clamp(1.3rem, 6vw, 2rem);
    --space-section-visual: clamp(2.8rem, 10vw, 4rem);
    --space-cta: clamp(2.6rem, 9vw, 3.6rem);
  }
}

/* Fragen page: reveal FAQ rows only after scrolling into the list */
.questions-page .accordion-item.reveal,
.questions-page .accordion-item.reveal-up {
  opacity: 0 !important;
  transform: translate3d(0, 44px, 0) !important;
  transition-property: opacity, transform !important;
  transition-duration: 1200ms !important;
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

.questions-page .accordion-item.reveal.is-visible,
.questions-page .accordion-item.reveal-up.is-visible {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

.questions-page .accordion-item:nth-child(1) { transition-delay: 0ms !important; }
.questions-page .accordion-item:nth-child(2) { transition-delay: 110ms !important; }
.questions-page .accordion-item:nth-child(3) { transition-delay: 220ms !important; }
.questions-page .accordion-item:nth-child(4) { transition-delay: 330ms !important; }
.questions-page .accordion-item:nth-child(n+5) { transition-delay: 380ms !important; }

/* Ueber uns: simple quiet text blocks after hero */
.about-simple-section {
  background: #fff !important;
}

.about-simple-copy {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(.85rem, 1.6vw, 1.15rem) !important;
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 760px) !important;
  max-width: 760px !important;
  margin-inline: auto !important;
  padding-top: clamp(1rem, 2vw, 1.5rem) !important;
  border-top: 1px solid var(--color-line) !important;
  text-align: left !important;
}

.about-simple-copy .eyebrow,
.about-simple-copy h2,
.about-simple-copy p:not(.eyebrow) {
  grid-column: 1 !important;
  margin: 0 !important;
  text-align: left !important;
}

.about-simple-copy h2 {
  max-width: 720px !important;
}

.about-simple-copy p:not(.eyebrow) {
  max-width: 640px !important;
  color: var(--color-muted) !important;
}

@media (max-width: 760px) {
  .about-simple-copy {
    width: min(100% - 1.25rem, 760px) !important;
  }
}

/* Hochzeiten: camera section with Team7 image and right-shifted copy */
.camera-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, .42fr) minmax(0, .78fr) !important;
  align-items: center !important;
  gap: clamp(2rem, 5vw, 5.5rem) !important;
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px) !important;
  max-width: 1180px !important;
}

.camera-image {
  display: block !important;
  width: min(100%, 420px) !important;
  margin: 0 !important;
  aspect-ratio: 4 / 5.15 !important;
  overflow: hidden !important;
  background: #f4f0eb !important;
}

.camera-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 42% !important;
}

.camera-copy {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  justify-self: end !important;
}

@media (max-width: 900px) {
  .camera-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 1.25rem, 1180px) !important;
  }

  .camera-image {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 4 / 3.6 !important;
  }

  .camera-copy {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    margin-inline: 0 !important;
  }
}

/* Hochzeiten: add Team11 image to the Mainz location block */
.location-section .location-grid {
  display: grid !important;
  grid-template-columns: minmax(110px, .22fr) minmax(0, .9fr) minmax(220px, .42fr) !important;
  align-items: start !important;
  gap: clamp(1.5rem, 4vw, 4rem) !important;
}

.location-section .location-grid > div {
  max-width: 680px !important;
}

.location-photo {
  display: block !important;
  width: min(100%, 340px) !important;
  margin: 0 0 0 auto !important;
  aspect-ratio: 4 / 5.35 !important;
  overflow: hidden !important;
  background: #f4f0eb !important;
}

.location-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 44% !important;
}

@media (max-width: 900px) {
  .location-section .location-grid {
    grid-template-columns: 1fr !important;
    gap: clamp(1.1rem, 5vw, 2rem) !important;
  }

  .location-photo {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    aspect-ratio: 4 / 3.4 !important;
  }
}

/* Hochzeiten: mirror camera layout for the location image block */
.location-section .location-grid {
  display: grid !important;
  grid-template-columns: minmax(0, .78fr) minmax(260px, .42fr) !important;
  align-items: center !important;
  gap: clamp(2rem, 5vw, 5.5rem) !important;
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px) !important;
  max-width: 1180px !important;
  border-top: 0 !important;
  padding-top: 0 !important;
}

.location-copy {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 auto 0 0 !important;
  justify-self: start !important;
  text-align: left !important;
}

.location-copy .side-note,
.location-copy h2,
.location-copy p {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.location-copy .side-note {
  margin-bottom: clamp(.85rem, 1.6vw, 1.15rem) !important;
}

.location-copy h2 {
  max-width: 780px !important;
}

.location-copy p:not(.side-note) {
  max-width: 650px !important;
}

.location-photo {
  justify-self: end !important;
}

@media (max-width: 900px) {
  .location-section .location-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 1.25rem, 1180px) !important;
  }

  .location-copy {
    width: 100% !important;
    max-width: none !important;
  }

  .location-photo {
    justify-self: stretch !important;
  }
}

/* Hochzeiten: matching mirrored image/text sections */
.camera-grid,
.location-section .location-grid {
  align-items: center !important;
  gap: clamp(2rem, 5vw, 5.5rem) !important;
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px) !important;
  max-width: 1180px !important;
  border-top: 0 !important;
  padding-top: 0 !important;
}

.camera-grid {
  grid-template-columns: minmax(260px, .42fr) minmax(0, .78fr) !important;
}

.location-section .location-grid {
  grid-template-columns: minmax(0, .78fr) minmax(260px, .42fr) !important;
}

.camera-image,
.location-photo {
  width: min(100%, 420px) !important;
  margin: 0 !important;
  aspect-ratio: 4 / 5.15 !important;
  overflow: hidden !important;
  border-radius: clamp(.08rem, .28vw, .3rem) !important;
  background: #f4f0eb !important;
}

.camera-image {
  justify-self: start !important;
}

.location-photo {
  justify-self: end !important;
}

.camera-copy,
.location-section .location-grid > .location-copy {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  display: grid !important;
  gap: clamp(.85rem, 1.6vw, 1.15rem) !important;
  border-top: 0 !important;
  padding-top: 0 !important;
  text-align: left !important;
}

.camera-copy {
  justify-self: end !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.location-section .location-grid > .location-copy {
  justify-self: start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.camera-copy .eyebrow,
.camera-copy h2,
.camera-copy p,
.camera-copy .home-link,
.location-copy .side-note,
.location-copy h2,
.location-copy p {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.camera-copy h2,
.location-copy h2 {
  max-width: 820px !important;
}

.camera-copy p:not(.eyebrow),
.location-copy p:not(.side-note) {
  max-width: 620px !important;
}

@media (max-width: 900px) {
  .camera-grid,
  .location-section .location-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 1.25rem, 1180px) !important;
  }

  .camera-image,
  .location-photo {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 4 / 3.6 !important;
    justify-self: stretch !important;
  }

  .camera-copy,
  .location-section .location-grid > .location-copy {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    margin-inline: 0 !important;
  }
}

/* Hochzeiten: force the Mainz block to mirror the camera block */
main .location-section .location-grid {
  display: grid !important;
  grid-template-columns: minmax(0, .78fr) minmax(260px, .42fr) !important;
  align-items: center !important;
  gap: clamp(2rem, 5vw, 5.5rem) !important;
  width: min(100% - clamp(1.5rem, 4.5vw, 4rem), 1180px) !important;
  max-width: 1180px !important;
  border-top: 0 !important;
  padding-top: 0 !important;
}

main .location-section .location-grid > .location-copy {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  justify-self: start !important;
  margin: 0 auto 0 0 !important;
}

main .location-section .location-photo {
  width: min(100%, 420px) !important;
  max-width: 420px !important;
  margin: 0 !important;
  justify-self: end !important;
  aspect-ratio: 4 / 5.15 !important;
}

@media (max-width: 900px) {
  main .location-section .location-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 1.25rem, 1180px) !important;
  }

  main .location-section .location-grid > .location-copy {
    width: 100% !important;
    max-width: none !important;
  }

  main .location-section .location-photo {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    aspect-ratio: 4 / 3.6 !important;
  }
}

/* Ueber uns: no divider directly below hero */
.about-editorial-text-section .about-simple-copy {
  border-top: 0 !important;
  padding-top: 0 !important;
}

/* Datenschutz page: quiet editorial reading column */
.privacy-page .legal-hero {
  padding-bottom: clamp(1.8rem, 3.6vw, 2.8rem) !important;
}

.privacy-content {
  padding-top: clamp(1rem, 2.4vw, 1.8rem) !important;
  padding-bottom: clamp(4rem, 7vw, 6rem) !important;
  background: #fff !important;
}

.privacy-article {
  max-width: 720px !important;
  display: grid;
  gap: clamp(2.4rem, 4.8vw, 4rem);
  margin-inline: auto !important;
  text-align: left;
}

.privacy-item {
  display: grid;
  gap: clamp(.75rem, 1.5vw, 1.05rem);
}

.privacy-item h2 {
  margin: 0;
  max-width: 680px;
  font-family: var(--font-main);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.28;
}

.privacy-item p,
.privacy-item li {
  max-width: 680px;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.72;
}

.privacy-item ul {
  display: grid;
  gap: .35rem;
  margin: .15rem 0 0;
  padding-left: 1.1rem;
  color: var(--color-muted);
}

.privacy-item a {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

@media (max-width: 719px) {
  .privacy-article {
    gap: clamp(2rem, 9vw, 3rem);
  }
}

/* Ueber uns: editorial facts strip before CTA */
.about-facts-section {
  background: #fff !important;
  padding-top: clamp(2.5rem, 5vw, 4rem) !important;
  padding-bottom: clamp(3rem, 5.8vw, 4.8rem) !important;
}

.about-facts-inner {
  display: grid;
  gap: clamp(1.4rem, 2.8vw, 2.4rem);
  padding-top: clamp(1.1rem, 2vw, 1.45rem);
  border-top: 0;
  text-align: left;
}

.about-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 3rem);
}

.about-facts-grid p {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-main);
  font-size: clamp(1.45rem, 3.3vw, 3.15rem);
  font-weight: 750;
  letter-spacing: .055em;
  line-height: .94;
  text-transform: uppercase;
}

.about-facts-subline {
  max-width: 520px;
  margin: 0;
  color: var(--color-muted);
  font-size: clamp(.95rem, 1.25vw, 1.05rem);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .about-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: clamp(1.8rem, 5vw, 2.8rem);
  }
}

@media (max-width: 560px) {
  .about-facts-grid {
    grid-template-columns: 1fr;
  }

  .about-facts-grid p {
    font-size: clamp(1.85rem, 11vw, 3rem);
  }
}

/* Hochzeiten: memory headline split */
.wedding-memory-copy h2 span {
  display: block;
  margin-top: clamp(.22rem, .8vw, .65rem);
}

.wedding-memory-copy h2 span + span {
  margin-top: 0;
}

.wedding-memory-copy p + p {
  margin-top: clamp(.25rem, .6vw, .45rem) !important;
}

/* Ueber uns: calmer facts typography */
.about-facts-grid p {
  font-size: clamp(2.5rem, 3vw, 2.75rem) !important;
}

@media (max-width: 560px) {
  .about-facts-grid p {
    font-size: clamp(2.35rem, 10vw, 2.75rem) !important;
  }
}

/* Fragen page: larger accordion typography */
.questions-page .accordion-item h2 {
  font-size: 1rem !important;
}

.questions-page .accordion-trigger {
  font-size: clamp(1.18rem, 1.65vw, 1.38rem) !important;
  line-height: 1.32 !important;
  padding-top: clamp(1rem, 1.8vw, 1.25rem) !important;
  padding-bottom: clamp(1rem, 1.8vw, 1.25rem) !important;
}

.questions-page .accordion-panel > p {
  max-width: 760px !important;
  font-size: clamp(1.04rem, 1.35vw, 1.14rem) !important;
  line-height: 1.62 !important;
}

.questions-page .accordion-item.is-open .accordion-panel {
  padding-bottom: clamp(1rem, 1.8vw, 1.25rem) !important;
}

@media (max-width: 719px) {
  .questions-page .accordion-trigger {
    font-size: clamp(1.08rem, 4.5vw, 1.24rem) !important;
  }

  .questions-page .accordion-panel > p {
    font-size: 1rem !important;
  }
}

.desktop-nav .nav-action,
.desktop-nav .nav-action:hover,
.desktop-nav .nav-action:focus-visible {
  top: auto;
  transform: none;
  border-color: transparent;
  background: #1f1f1d;
  color: #fff;
}

.desktop-nav .nav-action {
  transition: box-shadow 220ms ease, opacity 220ms ease;
}

.desktop-nav .nav-action:hover,
.desktop-nav .nav-action:focus-visible {
  box-shadow: 0 7px 16px rgba(31, 31, 29, 0.18);
}

/* Hochzeiten: iPhone refinements for centered hero image and calmer photo spread */
@media (max-width: 760px) {
  .wedding-hero-single {
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .wedding-hero-single .wedding-hero-photo {
    width: 100%;
    justify-self: center;
  }

  .wedding-hero-single .wedding-hero-photo img {
    object-position: center center;
  }

  .wedding-book-spread {
    width: min(100% - 1.5rem, 520px);
  }

  .wedding-book-main {
    width: min(88%, 420px);
  }

  .wedding-book-pair {
    margin-top: -1.55rem;
  }

  .wedding-book-small {
    width: min(62%, 275px);
    --book-overlap-y: 0%;
    transform: none;
  }

  .wedding-book-wide {
    width: min(84%, 390px);
    margin-top: 1.35rem;
    --book-overlap-y: 0%;
    transform: none;
  }

  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up {
    transform: translate3d(0, 54px, 0) scale(.992) !important;
    transition-duration: 1250ms !important;
  }

  .wedding-book-image.reveal.is-visible,
  .wedding-book-image.reveal-up.is-visible {
    transform: translate3d(0, 0, 0) scale(1) !important;
  }
}

/* Cross-page iPhone polish */
@media (max-width: 760px) {
  .page-hero-grid {
    align-items: start !important;
  }

  .page-hero-image,
  .about-page-hero .page-hero-image,
  .wedding-hero-single,
  .camera-image,
  .location-photo {
    margin-inline: auto !important;
  }

  .page-hero-image img,
  .about-page-hero .page-hero-image img,
  .camera-image img,
  .location-photo img {
    object-position: center center;
  }

  .button-row {
    align-items: stretch;
  }

  .button-row .button,
  .questions-page .questions-cta .button {
    width: 100%;
    max-width: 360px;
  }

  .questions-page .accordion-trigger {
    padding-right: 2.6rem !important;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .legal-page a,
  .privacy-page a,
  .legal-item p,
  .privacy-item p,
  .privacy-item li {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  .container,
  .home-stable .home-container,
  .page-hero-grid,
  .cta-inner,
  .footer-inner {
    width: min(100% - 1.25rem, 1180px) !important;
  }

  .home-stable .home-moment-photo:nth-child(n):not(.is-visible) {
    transform: translate3d(0, 44px, 0) !important;
  }

  .home-stable .home-gallery-track {
    gap: .75rem !important;
  }

  .footer-inner,
  .footer-copy,
  .footer-nav {
    justify-items: start;
    text-align: left;
  }
}

/* Cross-page image corner consistency */
.page-hero-image,
.about-page-hero .page-hero-image,
.about-image,
.home-about-wide-image,
.home-moment-photo,
.home-stable .home-moment-photo,
.home-gallery-track img,
.wedding-hero-photo,
.wedding-book-image,
.camera-image,
.location-photo,
.about-editorial-image {
  border-radius: clamp(.08rem, .28vw, .3rem) !important;
}

.mobile-nav[hidden] {
  display: none !important;
}

/* Prevent the header hairline from flashing over the homepage hero. */
.site-header,
.site-header.is-scrolled {
  border-bottom: 0 !important;
}

/* Mobile motion and compact layout tune-up */
@media (max-width: 900px) {
  .film-window,
  .clean-film-window,
  .home-gallery-window {
    overflow: hidden !important;
    padding-bottom: 0 !important;
  }

  .film-track,
  .clean-film-track,
  .home-gallery-track,
  .home-stable .home-gallery-track {
    transform: translate3d(var(--gallery-x, 0px), 0, 0) !important;
    transition: transform 120ms linear;
    will-change: transform;
  }
}

@media (max-width: 719px) {
  .film-window,
  .clean-film-window,
  .home-gallery-window {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  .film-track,
  .clean-film-track,
  .home-gallery-track,
  .home-stable .home-gallery-track {
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }

  .film-track img,
  .clean-film-track img,
  .home-gallery-track img {
    scroll-snap-align: center;
  }
}

@media (max-width: 760px) {
  .reveal,
  .reveal-up,
  .reveal.is-visible,
  .reveal-up.is-visible,
  .hero-stagger,
  .home-moment-photo.reveal,
  .home-moment-photo.reveal-up,
  .home-stable .home-moment-photo.reveal,
  .home-stable .home-moment-photo.reveal-up,
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .questions-page .accordion-item.reveal,
  .questions-page .accordion-item.reveal-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
  }

  .cta-section {
    display: grid;
    justify-items: center;
  }

  .cta-inner,
  .questions-page .cta-inner,
  .home-stable .cta-section.questions-cta .cta-inner {
    width: min(100% - 1.25rem, 820px) !important;
    margin-inline: auto !important;
    justify-items: start;
  }

  .button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .site-footer {
    padding: .85rem 0 !important;
  }

  .footer-inner {
    gap: .45rem !important;
    font-size: .64rem;
    line-height: 1.25;
  }

  .footer-copy {
    gap: .22rem .35rem;
  }

  .footer-nav {
    gap: .65rem !important;
  }
}

@media (max-width: 480px) {
  .cta-inner,
  .questions-page .cta-inner,
  .home-stable .cta-section.questions-cta .cta-inner {
    width: min(100% - 1rem, 820px) !important;
    padding: clamp(1.45rem, 7vw, 2rem) !important;
  }

  .footer-inner,
  .footer-copy,
  .footer-nav {
    justify-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-up,
  .reveal.is-visible,
  .reveal-up.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .film-track,
  .clean-film-track,
  .home-gallery-track,
  .home-stable .home-gallery-track {
    transform: none !important;
    transition: none !important;
  }
}

/* Final mobile overrides: gallery controls and wedding image overlap */
@media (max-width: 719px) {
  .home-gallery-controls {
    display: flex;
    justify-content: center;
    gap: .75rem;
    margin-top: .9rem;
  }

  .home-gallery-control {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border: 1px solid var(--color-line);
    border-radius: 999px;
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 1.45rem;
    line-height: 1;
  }

  .wedding-book-pair {
    margin-top: -1.8rem !important;
  }

  .wedding-book-small,
  .wedding-book-small.reveal,
  .wedding-book-small.reveal-up {
    width: min(62%, 275px) !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  .wedding-book-wide,
  .wedding-book-wide.reveal,
  .wedding-book-wide.reveal-up {
    width: min(84%, 390px) !important;
    margin: -.75rem 0 0 auto !important;
    transform: none !important;
  }
}

/* Final mobile image fade-in: opacity only, no movement */
@media (max-width: 760px) and (prefers-reduced-motion: no-preference) {
  .page-hero-image.reveal,
  .page-hero-image.reveal-up,
  .home-moment-photo.reveal,
  .home-moment-photo.reveal-up,
  .home-about-wide-image.reveal,
  .home-about-wide-image.reveal-up,
  .wedding-hero-photo.reveal,
  .wedding-hero-photo.reveal-up,
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .camera-image.reveal,
  .camera-image.reveal-up,
  .location-photo.reveal,
  .location-photo.reveal-up {
    opacity: 0 !important;
    transform: none !important;
    transition: opacity 560ms ease-out !important;
    animation: none !important;
    will-change: opacity !important;
  }

  .page-hero-image.reveal.is-visible,
  .page-hero-image.reveal-up.is-visible,
  .home-moment-photo.reveal.is-visible,
  .home-moment-photo.reveal-up.is-visible,
  .home-about-wide-image.reveal.is-visible,
  .home-about-wide-image.reveal-up.is-visible,
  .wedding-hero-photo.reveal.is-visible,
  .wedding-hero-photo.reveal-up.is-visible,
  .wedding-book-image.reveal.is-visible,
  .wedding-book-image.reveal-up.is-visible,
  .camera-image.reveal.is-visible,
  .camera-image.reveal-up.is-visible,
  .location-photo.reveal.is-visible,
  .location-photo.reveal-up.is-visible {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }
}

/* iOS fallback at EOF: mobile fades without no-preference dependency */
@media (max-width: 760px) {
  .page-hero-image.reveal,
  .page-hero-image.reveal-up,
  .home-moment-photo.reveal,
  .home-moment-photo.reveal-up,
  .home-about-wide-image.reveal,
  .home-about-wide-image.reveal-up,
  .wedding-hero-photo.reveal,
  .wedding-hero-photo.reveal-up,
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .camera-image.reveal,
  .camera-image.reveal-up,
  .location-photo.reveal,
  .location-photo.reveal-up {
    opacity: 0 !important;
    transform: none !important;
    transition: opacity 560ms ease-out !important;
    animation: none !important;
    will-change: opacity !important;
  }

  .page-hero-image.reveal.is-visible,
  .page-hero-image.reveal-up.is-visible,
  .home-moment-photo.reveal.is-visible,
  .home-moment-photo.reveal-up.is-visible,
  .home-about-wide-image.reveal.is-visible,
  .home-about-wide-image.reveal-up.is-visible,
  .wedding-hero-photo.reveal.is-visible,
  .wedding-hero-photo.reveal-up.is-visible,
  .wedding-book-image.reveal.is-visible,
  .wedding-book-image.reveal-up.is-visible,
  .camera-image.reveal.is-visible,
  .camera-image.reveal-up.is-visible,
  .location-photo.reveal.is-visible,
  .location-photo.reveal-up.is-visible {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
  .page-hero-image.reveal,
  .page-hero-image.reveal-up,
  .home-moment-photo.reveal,
  .home-moment-photo.reveal-up,
  .home-about-wide-image.reveal,
  .home-about-wide-image.reveal-up,
  .wedding-hero-photo.reveal,
  .wedding-hero-photo.reveal-up,
  .wedding-book-image.reveal,
  .wedding-book-image.reveal-up,
  .camera-image.reveal,
  .camera-image.reveal-up,
  .location-photo.reveal,
  .location-photo.reveal-up {
    opacity: 1 !important;
    transition: none !important;
    will-change: auto !important;
  }
}

/* Final reduced-motion safety net: visible, static, complete layout */
@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,
  .reveal-up,
  .reveal.is-visible,
  .reveal-up.is-visible,
  .hero-stagger,
  .page-hero-image,
  .home-moment-photo,
  .home-about-wide-image,
  .wedding-hero-photo,
  .wedding-book-image,
  .camera-image,
  .location-photo,
  .questions-page .accordion-item {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .soft-parallax,
  .film-track,
  .clean-film-track,
  .home-gallery-track,
  .home-stable .home-gallery-track {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .home-gallery-window,
  .film-window,
  .clean-film-window {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
}

/* iOS carousel click polish: keep touch scroll native, avoid snap/smooth jank */
@media (max-width: 719px) {
  .home-gallery-window {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }

  .home-gallery-track img {
    scroll-snap-align: none !important;
  }
}

/* Final mobile gallery centering */
@media (max-width: 719px) {
  .home-gallery-track,
  .home-stable .home-gallery-track {
    padding-inline: max(1rem, calc((100vw - min(74vw, 300px)) / 2)) !important;
  }
}

/* Mobile homepage hero: keep text readable above the image. */
@media (min-width: 641px) {
  .home-stable .home-hero-media img {
    --hero-scroll-scale: 1.025;
    animation: none !important;
    transform: translate3d(0, -70px, 0) scale(var(--hero-scroll-scale)) !important;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .home-stable .home-hero-media img {
    transform: translate3d(0, -55px, 0) scale(var(--hero-scroll-scale)) !important;
  }
}

@media (max-width: 640px) {
  .home-stable .home-hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #fff !important;
  }

  .home-stable .home-hero-copy {
    order: 1 !important;
    width: min(100% - clamp(1.5rem, 7vw, 2rem), 1180px) !important;
    margin-inline: auto !important;
    padding-top: clamp(2.9rem, 12vw, 3.8rem) !important;
    padding-bottom: clamp(1.35rem, 7vw, 2rem) !important;
    display: block !important;
  }

  .home-stable .home-hero-copy h1,
  .home-stable .home-hero-copy p {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    opacity: 1 !important;
  }

  .home-stable .home-hero-copy h1 {
    color: var(--color-ink) !important;
  }

  .home-stable .home-hero-copy p {
    color: var(--color-muted) !important;
  }

  .home-stable .home-hero-media {
    order: 2 !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: min(112vw, 560px) !important;
    min-height: 390px !important;
  }

  .home-stable .home-hero-media::after {
    background: linear-gradient(180deg,
      #fff 0%,
      rgba(255,255,255,0) 16%,
      rgba(255,255,255,0) 74%,
      #fff 100%) !important;
  }

  .home-stable .home-hero-media img {
    height: 100% !important;
    object-position: center 58% !important;
    transform: translate3d(0, var(--parallax-y, 0px), 0) scale(var(--hero-scroll-scale, 1.04)) !important;
  }
}

/* Gallery: modern swipe/trackpad strip without arrow controls. */
.home-gallery-controls {
  display: none !important;
}

.home-stable .home-gallery-window {
  cursor: grab;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  user-select: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4rem, #000 calc(100% - 4rem), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4rem, #000 calc(100% - 4rem), transparent 100%);
}

.home-stable .home-gallery-track {
  margin-left: 0 !important;
  transform: none !important;
  transition: none !important;
  will-change: auto !important;
}

@media (min-width: 720px) {
  .home-stable .home-gallery-track {
    padding-right: 0 !important;
  }
}

.home-stable .home-gallery-window:active,
.home-stable .home-gallery-window.is-dragging {
  cursor: grabbing;
}

.home-stable .home-gallery-window.is-dragging {
  scroll-snap-type: none !important;
}

.home-stable .home-gallery-window img {
  pointer-events: none;
  -webkit-user-drag: none;
}

.home-stable .home-gallery-window::-webkit-scrollbar {
  display: none;
}

@media (max-width: 719px) {
  .home-stable .home-gallery-window {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 1.25rem, #000 calc(100% - 1.25rem), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 1.25rem, #000 calc(100% - 1.25rem), transparent 100%);
  }
}

@media (max-width: 719px) {
  .footer-copy span {
    font-size: .58rem !important;
    line-height: 1.3 !important;
  }
}
