:root {
  --paper: #f6f0e8;
  --paper-deep: #eadfd3;
  --ink: #27211d;
  --muted: #726860;
  --brown: #5b3d32;
  --brown-dark: #30231f;
  --coral: #d96f62;
  --red: #8f1628;
  --rose: #d89794;
  --cream: #fffaf4;
  --line: rgba(50, 35, 31, 0.16);
  --shadow: 0 28px 70px rgba(52, 34, 28, 0.16);
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", Georgia, serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

.legacy-forward {
  min-height: 100svh;
  padding: 40px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.legacy-forward p { margin: 0; font-family: var(--serif); font-size: clamp(25px, 4vw, 42px); }

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

.template-arrow,
.template-wave,
.template-vine {
  pointer-events: none;
  user-select: none;
}

.section-folio {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 17px;
  color: rgba(91, 61, 50, .38);
  font-family: Georgia, serif;
  font-size: 9px;
  letter-spacing: .27em;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  pointer-events: none;
}

.folio-story,
.folio-film,
.folio-family { right: auto; left: 17px; }

.folio-film { color: rgba(255, 250, 244, .28); }

button, a { color: inherit; }

a { text-decoration: none; }

button { font: inherit; }

::selection { color: var(--cream); background: var(--coral); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: #fff;
  background: var(--brown-dark);
  border-radius: 999px;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(246, 240, 232, 0);
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.site-header.is-scrolled,
.site-header.is-menu-open {
  background: rgba(246, 240, 232, .92);
  border-color: var(--line);
  box-shadow: 0 12px 36px rgba(56, 39, 33, .06);
  backdrop-filter: blur(18px);
}

.site-header.is-menu-open {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.header-inner {
  width: min(1320px, calc(100% - 64px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  line-height: 1.2;
}

.brand-monogram {
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  color: var(--cream);
  background: var(--brown);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 17px;
  letter-spacing: -.06em;
}

.brand-monogram span { color: var(--rose); padding: 0 1px; }

.brand-name {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
}

.brand-name small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6vw, 42px);
}

.site-nav a {
  position: relative;
  font-size: 14px;
  letter-spacing: .08em;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  padding: 150px 0 100px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 9% 15%, rgba(216, 151, 148, .19), transparent 28%),
    linear-gradient(118deg, #f8f2ea 0%, #f6f0e8 58%, #eee1d6 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}

.hero-orbit {
  position: absolute;
  width: 660px;
  height: 660px;
  right: -210px;
  top: 5%;
  border: 1px solid rgba(91, 61, 50, .15);
  border-radius: 50%;
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(91, 61, 50, .1);
  border-radius: inherit;
}

.hero-orbit::before { inset: 70px; }
.hero-orbit::after { inset: 145px; }

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 110px);
}

.hero-copy { position: relative; }

.eyebrow,
.section-index,
.kicker {
  margin: 0 0 22px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .24em;
}

.hero h1,
.section-heading h2,
.film-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.045em;
}

.hero h1 { font-size: clamp(58px, 6.3vw, 96px); }

.hero h1 em {
  position: relative;
  color: var(--coral);
  font-style: normal;
}

.hero h1 em::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 4px;
  left: 5px;
  height: 8px;
  border-bottom: 2px solid currentColor;
  border-radius: 50%;
  transform: rotate(-1.5deg);
}

.hero-intro {
  max-width: 520px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}

.hero-actions {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero-arrow {
  width: 124px;
  margin: 25px 8% -7px auto;
  opacity: .46;
  transform: rotate(4deg);
}

.hero-arrow + .hero-meta { margin-top: 18px; }

.button {
  min-width: 144px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brown);
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: .1em;
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.button-primary {
  color: var(--cream);
  background: var(--brown);
  box-shadow: 0 14px 32px rgba(91, 61, 50, .18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--brown-dark);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(91, 61, 50, .25);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  letter-spacing: .07em;
}

.text-link span { color: var(--coral); font-size: 16px; }

.hero-meta {
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .2em;
}

.hero-meta i {
  width: 26px;
  height: 1px;
  background: var(--line);
}

.hero-collage {
  position: relative;
  min-height: 680px;
  isolation: isolate;
}

.hero-collage::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 29%;
  left: 5%;
  width: 185px;
  height: 330px;
  background: rgba(217, 111, 98, .15);
  transform: rotate(-5deg);
}

.hero-collage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -23px;
  right: -22px;
  width: 72%;
  height: 610px;
  border: 1px solid rgba(91, 61, 50, .18);
  pointer-events: none;
}

.hero-photo {
  margin: 0;
  overflow: hidden;
  background: var(--cream);
  box-shadow: var(--shadow);
}

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

.hero-photo-main {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 3%;
  width: min(70%, 440px);
  height: 610px;
  transform: rotate(1.5deg);
}

.hero-photo-main img { object-position: center; }

.hero-photo-main::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, .5);
  pointer-events: none;
}

.hero-photo-note {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 22px;
  width: min(48%, 295px);
  aspect-ratio: 1.02;
  padding: 10px;
  transform: rotate(-5deg);
}

.hero-photo-note img { object-fit: contain; }

.hero-stamp {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 35px;
  width: 142px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--brown);
  background: rgba(246, 240, 232, .94);
  border: 1px solid rgba(91, 61, 50, .3);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(42, 29, 25, .12);
  transform: rotate(7deg);
}

.hero-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(91, 61, 50, .3); border-radius: inherit; }
.hero-stamp span { font-size: 9px; letter-spacing: .18em; }
.hero-stamp strong { font-family: var(--serif); font-size: 27px; font-weight: 500; line-height: 1.35; }

.hand-note {
  position: absolute;
  top: 42px;
  left: 2%;
  margin: 0;
  color: var(--coral);
  font-family: var(--serif);
  font-size: 19px;
  font-style: italic;
  transform: rotate(-10deg);
}

.hand-note::after {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  margin: -2px 0 0 60px;
  border-bottom: 1px solid currentColor;
  border-radius: 50%;
  transform: rotate(-8deg);
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 26px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .2em;
  transform: translateX(-50%);
}

.scroll-cue i { width: 1px; height: 34px; background: var(--brown); animation: scroll-pulse 1.8s ease-in-out infinite; }

@keyframes scroll-pulse {
  0%, 100% { transform: scaleY(.45); transform-origin: top; opacity: .35; }
  50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
}

.chapter {
  position: relative;
  padding: clamp(100px, 11vw, 170px) 0;
  overflow: hidden;
}

.section-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.section-heading { position: relative; max-width: 760px; }

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 220px;
  height: 18px;
  background: url("images/9fa29ebd0162b80ac3d332e75188ed62.png") center / contain no-repeat;
  opacity: .22;
}

.section-heading h2,
.film-copy h2 { font-size: clamp(42px, 5vw, 72px); }

.section-heading > p:last-child {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.chapter-story { background: #fbf7f2; }

.story-grid {
  position: relative;
  margin-top: 74px;
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(270px, .75fr);
  grid-template-rows: auto auto;
  gap: 42px 72px;
  align-items: start;
  isolation: isolate;
}

.story-grid > * { position: relative; z-index: 1; }

.story-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 54px;
  left: -62px;
  width: 270px;
  height: 530px;
  background: rgba(217, 111, 98, .13);
  transform: rotate(-3deg);
}

.story-grid::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 32px;
  bottom: -58px;
  width: 330px;
  height: 31px;
  background: url("images/f90423eb0d4717a92d646d93101707e5.png") center / contain no-repeat;
  opacity: .13;
  transform: rotate(2deg);
}

.photo-button {
  position: relative;
  width: 100%;
  padding: 0;
  display: block;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  overflow: hidden;
}

.photo-button img { width: 100%; transition: transform .75s cubic-bezier(.2, .8, .2, 1), filter .4s ease; }

.photo-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(25, 17, 14, .35), transparent 34%);
  opacity: 0;
  transition: opacity .35s ease;
}

.photo-action {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  padding: 7px 13px;
  background: rgba(38, 27, 23, .64);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: .12em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
  backdrop-filter: blur(8px);
}

.photo-button:hover img { transform: scale(1.025); }
.photo-button:hover::after,
.photo-button:focus-visible::after,
.photo-button:hover .photo-action,
.photo-button:focus-visible .photo-action { opacity: 1; }
.photo-button:hover .photo-action,
.photo-button:focus-visible .photo-action { transform: translateY(0); }

.story-portrait { grid-row: 1 / span 2; box-shadow: var(--shadow); }
.story-portrait { aspect-ratio: 2 / 3; outline: 1px solid rgba(91, 61, 50, .2); outline-offset: 12px; }
.story-portrait::before,
.wedding-red .photo-button::before,
.family-run .photo-button::before {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  width: 38px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--brown);
  background: rgba(255, 250, 244, .9);
  border: 1px solid rgba(91, 61, 50, .24);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 10px;
  letter-spacing: .08em;
  box-shadow: 0 6px 18px rgba(40, 27, 23, .14);
}

.story-portrait::before { content: "01"; }
.wedding-red .photo-button::before { content: "02"; }
.family-run .photo-button::before { content: "04"; }
.story-portrait img { height: 100%; aspect-ratio: 2 / 3; object-fit: cover; }

.story-quote {
  position: relative;
  margin: 36px 0 0;
  padding: 36px 0 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-quote .quote-mark {
  position: absolute;
  top: -21px;
  right: 8px;
  color: var(--rose);
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 1;
  opacity: .45;
}

.story-quote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 42px);
  line-height: 1.55;
}

.story-quote footer { margin-top: 22px; color: var(--muted); font-size: 12px; letter-spacing: .12em; }

.story-memory { width: 86%; margin-left: auto; }
.story-memory .photo-button { aspect-ratio: 4 / 5; box-shadow: 0 18px 45px rgba(53, 36, 31, .14); }
.story-memory img { height: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 38%; }
.story-memory > p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.story-memory > p span { display: block; margin-bottom: 6px; color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .18em; }

.love-note {
  position: relative;
  min-height: 390px;
  padding: 70px 32px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--coral);
  text-align: center;
  overflow: hidden;
}

.love-note::before,
.love-note::after {
  content: "";
  position: absolute;
  width: 360px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 250, 244, .18);
  border-radius: 50%;
}

.love-note::before { top: -220px; left: -80px; }
.love-note::after { right: -70px; bottom: -240px; }

.love-note-inner { position: relative; z-index: 1; }
.love-note p { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 51px); line-height: 1.65; letter-spacing: .02em; }
.signature { display: block; margin-top: 20px; font-family: Georgia, serif; font-size: 18px; font-style: italic; letter-spacing: .08em; opacity: .8; }
.quote-wave { width: min(270px, 64vw); margin: 20px auto 0; filter: invert(1); opacity: .42; }

.chapter-wedding { padding-bottom: 0; background: var(--paper); }

.section-heading-split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.2fr .7fr;
  align-items: end;
  gap: 80px;
}

.section-heading-split::after { bottom: -56px; }

.section-heading-split > p:last-child { margin: 0 0 8px; }

.wedding-editorial {
  position: relative;
  margin-top: 84px;
  display: grid;
  grid-template-columns: 1fr .58fr .78fr;
  gap: 34px;
  align-items: center;
  isolation: isolate;
}

.wedding-editorial::before {
  content: "LOVE";
  position: absolute;
  z-index: 0;
  top: 1%;
  right: 9%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(143, 22, 40, .09);
  font-family: Georgia, serif;
  font-size: clamp(120px, 18vw, 260px);
  line-height: 1;
  letter-spacing: -.06em;
  pointer-events: none;
}

.wedding-editorial > * { position: relative; z-index: 1; }

.wedding-editorial figure { margin: 0; }
.wedding-red { transform: translateY(28px); }
.wedding-red .photo-button { aspect-ratio: .69; box-shadow: var(--shadow); outline: 1px solid rgba(143, 22, 40, .19); outline-offset: 11px; }
.wedding-red img { height: 100%; aspect-ratio: .69; object-fit: cover; }
.wedding-red figcaption { margin-top: 18px; display: flex; flex-direction: column; }
.wedding-red figcaption strong { font-family: var(--serif); font-size: 21px; font-weight: 500; }
.wedding-red figcaption span { color: var(--muted); font-size: 12px; }

.wedding-copy { position: relative; padding: 10px 8px; text-align: center; }
.vertical-word { margin: 0; color: var(--red); font-family: var(--serif); font-size: 92px; line-height: 1; opacity: .15; }
.wedding-copy .kicker { margin: 20px 0 12px; color: var(--red); font-size: 10px; }
.wedding-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(33px, 3.2vw, 46px); font-weight: 500; line-height: 1.35; }
.wedding-copy > p:not(.vertical-word):not(.kicker) { margin: 18px auto 0; color: var(--muted); font-size: 13px; }
.scribble-arrow { display: block; margin: 16px -20px 0 0; color: var(--coral); font-family: var(--serif); font-size: 42px; transform: rotate(8deg); }
.wedding-arrow { width: 112px; margin: 24px 0 0 auto; opacity: .46; transform: rotate(9deg); }

.wedding-collage { position: relative; transform: translateY(-30px) rotate(1.2deg); }
.wedding-collage::before,
.family-newborn::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -9px;
  left: 50%;
  width: 86px;
  height: 25px;
  background: rgba(232, 211, 190, .78);
  box-shadow: 0 3px 8px rgba(60, 40, 32, .08);
  transform: translateX(-50%) rotate(-3deg);
  pointer-events: none;
}
.wedding-collage .photo-button { padding: 10px; aspect-ratio: .56; background: #fff8f5; box-shadow: var(--shadow); }
.wedding-collage img { height: 100%; aspect-ratio: .56; object-fit: cover; }
.wedding-collage figcaption { margin-top: 16px; color: var(--muted); font-size: 11px; letter-spacing: .13em; text-align: center; }

.ceremony-wide {
  position: relative;
  margin: 150px 0 0;
  min-height: min(72vw, 850px);
  color: #fff;
  background: var(--brown-dark);
  overflow: hidden;
}

.ceremony-wide::before {
  content: "02  /  LOVE STORY";
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 26px;
  color: rgba(255, 255, 255, .55);
  font-family: Georgia, serif;
  font-size: 9px;
  letter-spacing: .28em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
  pointer-events: none;
}

.ceremony-wide > .photo-button { height: min(72vw, 850px); cursor: zoom-in; }
.ceremony-wide img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.78) saturate(.92); }
.ceremony-wide .photo-button::after { opacity: 1; background: linear-gradient(90deg, rgba(27, 18, 15, .78), rgba(27, 18, 15, .08) 58%), linear-gradient(0deg, rgba(27, 18, 15, .32), transparent 45%); }
.ceremony-wide figcaption { position: absolute; z-index: 3; top: 50%; left: max(32px, calc((100% - 1180px) / 2)); max-width: 590px; transform: translateY(-50%); pointer-events: none; }
.ceremony-wide figcaption span { font-size: 11px; letter-spacing: .26em; }
.ceremony-wide figcaption strong { display: block; margin-top: 20px; font-family: var(--serif); font-size: clamp(40px, 5.2vw, 76px); font-weight: 500; line-height: 1.3; }
.ceremony-wide figcaption p { margin: 22px 0 0; font-size: 14px; letter-spacing: .07em; opacity: .78; }

.film-section {
  position: relative;
  padding: clamp(100px, 11vw, 160px) 0;
  color: var(--cream);
  background-color: var(--brown-dark);
  background-image:
    radial-gradient(circle, rgba(255, 250, 244, .2) 2.4px, transparent 3px),
    radial-gradient(circle, rgba(255, 250, 244, .16) 2.4px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 24px 12px;
  background-position: 0 18px, 12px calc(100% - 18px);
  overflow: hidden;
}

.film-section::before {
  content: "FILM";
  position: absolute;
  right: -2vw;
  bottom: -10vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 250, 244, .07);
  font-family: Georgia, serif;
  font-size: clamp(180px, 28vw, 430px);
  line-height: 1;
}

.film-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr .55fr;
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

.section-index-light { color: var(--rose); }
.film-copy h2 { font-size: clamp(44px, 4.8vw, 70px); }
.film-copy > p:not(.section-index) { margin: 28px 0 0; color: rgba(255, 250, 244, .64); font-size: 14px; }
.film-caption { margin-top: 38px; display: flex; align-items: center; gap: 14px; }
.film-caption > span { width: 44px; aspect-ratio: 1; display: grid; place-items: center; color: var(--brown-dark); background: var(--rose); border-radius: 50%; font-size: 12px; }
.film-caption p { margin: 0; line-height: 1.5; }
.film-caption strong { display: block; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.film-caption small { color: rgba(255, 250, 244, .45); font-size: 10px; letter-spacing: .1em; }

.film-copy::after {
  content: "";
  display: block;
  width: min(300px, 70%);
  height: 30px;
  margin-top: 46px;
  background: url("images/f90423eb0d4717a92d646d93101707e5.png") center / contain no-repeat;
  filter: invert(1);
  opacity: .16;
}

.video-frame {
  position: relative;
  width: min(100%, 430px);
  justify-self: center;
  padding: 12px;
  background: rgba(255, 250, 244, .07);
  border: 1px solid rgba(255, 250, 244, .15);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .26);
  outline: 1px solid rgba(216, 151, 148, .22);
  outline-offset: 9px;
}

.video-frame::before,
.video-frame::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border-color: var(--rose);
  pointer-events: none;
}

.video-frame::before { top: -10px; left: -10px; border-top: 1px solid; border-left: 1px solid; }
.video-frame::after { right: -10px; bottom: -10px; border-right: 1px solid; border-bottom: 1px solid; }
.video-frame video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; background: #17110f; }

.chapter-family {
  background:
    radial-gradient(circle at 86% 15%, rgba(216, 151, 148, .18), transparent 24%),
    #fbf7f2;
}

.section-heading-center { max-width: 860px; margin: 0 auto; text-align: center; }
.section-heading-center > p:last-child { margin-right: auto; margin-left: auto; }
.section-heading-center::after { left: 50%; transform: translateX(-50%); }

.family-layout {
  position: relative;
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  gap: 34px;
  align-items: center;
  isolation: isolate;
}

.family-layout::before {
  content: "HOME";
  position: absolute;
  z-index: 0;
  top: 40%;
  left: 50%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(91, 61, 50, .07);
  font-family: Georgia, serif;
  font-size: clamp(120px, 20vw, 290px);
  letter-spacing: -.08em;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.family-layout > * { position: relative; z-index: 1; }

.family-layout figure { margin: 0; }
.family-run { width: 88%; justify-self: start; }
.family-run .photo-button { aspect-ratio: 2 / 3; box-shadow: var(--shadow); outline: 1px solid rgba(91, 61, 50, .18); outline-offset: 11px; }
.family-run img { height: 100%; aspect-ratio: 2 / 3; object-fit: cover; }
.family-run figcaption { margin-top: 15px; color: var(--muted); font-size: 12px; letter-spacing: .1em; text-align: center; }

.family-line { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; color: var(--coral); }
.family-line span { width: 1px; height: 120px; background: var(--line); }
.family-line i { font-style: normal; }

.family-newborn { position: relative; width: 88%; justify-self: end; transform: translateY(80px); }
.family-newborn .photo-button { padding: 12px; aspect-ratio: 3 / 4; background: #fff; box-shadow: var(--shadow); }
.family-newborn img { height: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.family-newborn figcaption { margin-top: 18px; display: flex; flex-direction: column; text-align: center; }
.family-newborn figcaption span { color: var(--coral); font-size: 9px; letter-spacing: .22em; }
.family-newborn figcaption strong { margin-top: 6px; font-family: var(--serif); font-size: 20px; font-weight: 500; }

.closing-note {
  margin: 180px auto 0;
  padding-top: 46px;
  max-width: 680px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.closing-note p { margin: 0; color: var(--muted); }
.closing-note strong { display: block; margin-top: 12px; color: var(--brown); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.closing-wave { width: min(250px, 65vw); margin: 25px auto 0; opacity: .2; }

.site-footer { padding: 70px 0 34px; color: rgba(255, 250, 244, .78); background: #241a17; overflow: hidden; }
.footer-inner { position: relative; width: min(1180px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; }
.footer-vine { position: absolute; top: -46px; right: -18px; width: 340px; filter: invert(1); opacity: .12; transform: rotate(-2deg); }
.brand-footer .brand-monogram { background: var(--coral); }
.brand-footer .brand-name { color: var(--cream); }
.brand-footer .brand-name small { color: rgba(255, 250, 244, .45); }
.footer-inner > p { margin: 0; font-family: var(--serif); font-size: 20px; line-height: 1.8; text-align: right; }
.footer-meta { grid-column: 1 / -1; padding-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; border-top: 1px solid rgba(255, 250, 244, .12); color: rgba(255, 250, 244, .38); font-size: 10px; letter-spacing: .12em; }
.footer-meta a { justify-self: end; color: rgba(255, 250, 244, .68); }

.lightbox {
  width: min(92vw, 1100px);
  max-width: none;
  max-height: 92vh;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  overflow: visible;
}

.lightbox::backdrop { background: rgba(23, 17, 15, .92); backdrop-filter: blur(10px); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox p { margin: 10px 0 0; font-size: 12px; letter-spacing: .08em; text-align: center; }
.lightbox-close { position: fixed; top: 18px; right: 24px; width: 46px; aspect-ratio: 1; color: #fff; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .28); border-radius: 50%; cursor: pointer; font-size: 30px; line-height: 1; }

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .85s ease, transform .85s cubic-bezier(.2, .8, .2, 1);
}

[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }

@media (max-width: 1050px) {
  .section-folio { display: none; }
  .site-nav { gap: 20px; }
  .site-nav a { font-size: 12px; }
  .hero-inner { grid-template-columns: .86fr 1.14fr; gap: 30px; }
  .hero-collage { min-height: 610px; }
  .hero-photo-main { height: 540px; }
  .hero-stamp { right: -10px; bottom: 20px; width: 125px; }
  .hero-collage::after { right: -8px; }
  .story-grid { gap: 38px 52px; }
  .story-grid::before { left: -34px; width: 220px; }
  .wedding-editorial { grid-template-columns: 1fr .45fr .8fr; gap: 24px; }
  .wedding-copy h3 { font-size: 35px; }
  .film-shell { grid-template-columns: .72fr 1.28fr; gap: 50px; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  .header-inner { width: min(100% - 40px, 720px); height: 76px; }
  .menu-toggle { position: relative; z-index: 3; width: 44px; height: 44px; padding: 0; display: grid; place-content: center; gap: 7px; background: transparent; border: 0; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 2; inset: 0; padding: 120px 30px 50px; display: flex; flex-direction: column; justify-content: center; gap: 16px; background: rgba(246, 240, 232, .98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 8px; font-family: var(--serif); font-size: 27px; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero-inner { width: min(100% - 40px, 720px); grid-template-columns: 1fr; }
  .hero-copy { max-width: 620px; }
  .hero-collage { width: min(100%, 610px); min-height: 690px; margin: 15px auto 0; }
  .hero-photo-main { width: 69%; height: 610px; }
  .hero-photo-note { width: 45%; }
  .hero-stamp { right: 2%; bottom: 40px; }
  .hero-collage::after { top: -12px; right: 1%; width: 70%; height: 610px; }
  .hand-note { left: 4%; }
  .scroll-cue { display: none; }
  .section-shell { width: min(100% - 40px, 720px); }
  .story-grid { grid-template-columns: 1.05fr .75fr; gap: 34px; }
  .story-grid::after { width: 250px; }
  .story-memory { width: 100%; }
  .section-heading-split { grid-template-columns: 1fr; gap: 24px; }
  .section-heading-split > p:last-child { margin: 0; }
  .wedding-editorial { grid-template-columns: 1fr .72fr; gap: 34px; }
  .wedding-copy { order: 3; grid-column: 1 / -1; max-width: 480px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; column-gap: 30px; text-align: left; }
  .vertical-word { grid-row: 1 / span 4; }
  .wedding-copy .kicker { align-self: end; }
  .wedding-copy h3 br { display: none; }
  .wedding-arrow { grid-column: 2; margin: 18px 0 0 auto; }
  .wedding-collage { transform: translateY(-18px) rotate(1.2deg); }
  .ceremony-wide { margin-top: 110px; min-height: 620px; }
  .ceremony-wide > .photo-button { height: 620px; }
  .ceremony-wide img { object-position: 58% center; }
  .ceremony-wide figcaption { left: 30px; max-width: 520px; }
  .ceremony-wide::before { display: none; }
  .film-shell { grid-template-columns: 1fr; }
  .film-copy { max-width: 600px; }
  .video-frame { width: min(100%, 400px); }
  .family-layout { grid-template-columns: 1fr 42px 1fr; gap: 22px; }
  .family-run, .family-newborn { width: 100%; }
  .footer-inner { width: min(100% - 40px, 720px); }
  .footer-vine { width: 280px; right: -30px; }
}

@media (max-width: 620px) {
  .brand-monogram { width: 40px; }
  .brand-name { font-size: 15px; }
  .brand-name small { font-size: 8px; }
  .hero { padding: 116px 0 70px; }
  .hero h1 { font-size: clamp(47px, 15vw, 66px); }
  .hero-intro { margin-top: 25px; font-size: 15px; }
  .hero-actions { margin-top: 32px; flex-direction: column; align-items: flex-start; gap: 18px; }
  .text-link { min-height: 44px; padding: 7px 0; }
  .hero-arrow { width: 98px; margin: 20px 4% -4px auto; }
  .hero-meta { margin-top: 38px; }
  .hero-collage { min-height: 530px; margin-top: 35px; }
  .hero-collage::before { top: 32%; left: 2%; width: 120px; height: 250px; }
  .hero-collage::after { top: -8px; right: -2px; width: 78%; height: 480px; }
  .hero-photo-main { right: 0; width: 78%; height: 480px; }
  .hero-photo-note { left: -2%; bottom: 0; width: 49%; }
  .hero-stamp { right: -1%; bottom: 4px; width: 100px; }
  .hero-stamp strong { font-size: 21px; }
  .hand-note { top: 12px; left: 0; font-size: 16px; }
  .chapter { padding: 92px 0; }
  .section-heading h2, .film-copy h2 { font-size: 41px; }
  .section-heading > p:last-child { margin-top: 20px; font-size: 14px; }
  .section-heading::after { bottom: -38px; width: 155px; height: 14px; }
  .story-grid { margin-top: 50px; grid-template-columns: 1fr; }
  .story-grid::before { top: 80px; left: -20px; width: 125px; height: 335px; }
  .story-grid::after { display: none; }
  .story-portrait { grid-row: auto; }
  .story-portrait,
  .wedding-red .photo-button,
  .family-run .photo-button { outline-offset: 6px; }
  .story-portrait::before,
  .wedding-red .photo-button::before,
  .family-run .photo-button::before { top: 11px; left: 11px; width: 32px; }
  .story-quote { margin-top: 10px; }
  .story-memory { width: 82%; margin: 0 0 0 auto; }
  .love-note { min-height: 320px; }
  .love-note p { font-size: 29px; }
  .wedding-editorial { margin-top: 56px; grid-template-columns: 1fr; }
  .wedding-editorial::before { top: 21%; right: -12%; font-size: 145px; }
  .wedding-red { width: 86%; transform: none; }
  .wedding-collage { width: 77%; margin-left: auto !important; transform: rotate(1.2deg); }
  .wedding-copy { order: initial; grid-column: auto; padding: 30px 0; display: block; text-align: center; }
  .vertical-word { font-size: 74px; }
  .wedding-copy h3 br { display: initial; }
  .wedding-arrow { width: 98px; margin: 20px 4% 0 auto; }
  .wedding-collage::before,
  .family-newborn::before { width: 72px; height: 21px; }
  .ceremony-wide { margin-top: 80px; min-height: 590px; }
  .ceremony-wide > .photo-button { height: 590px; }
  .ceremony-wide img { object-position: 57% center; }
  .ceremony-wide .photo-button::after { background: linear-gradient(0deg, rgba(27, 18, 15, .82), rgba(27, 18, 15, .08) 80%); }
  .ceremony-wide figcaption { top: auto; right: 24px; bottom: 44px; left: 24px; transform: none; }
  .ceremony-wide figcaption strong { font-size: 39px; }
  .film-section { padding: 92px 0; }
  .film-shell { gap: 44px; }
  .film-copy::after { width: 215px; margin-top: 32px; }
  .video-frame { padding: 7px; }
  .video-frame { width: min(100%, 360px); }
  .family-layout { margin-top: 58px; grid-template-columns: 1fr; gap: 34px; }
  .family-layout::before { top: 50%; font-size: 125px; }
  .family-run { width: 80%; }
  .family-line { flex-direction: row; }
  .family-line span { width: 80px; height: 1px; }
  .family-newborn { width: 84%; transform: none; }
  .closing-note { margin-top: 90px; }
  .site-footer { padding-top: 56px; }
  .footer-vine { top: -22px; right: -42px; width: 245px; }
  .footer-inner { grid-template-columns: 1fr; gap: 34px; }
  .footer-inner > p { font-size: 17px; text-align: left; }
  .footer-meta { grid-template-columns: 1fr auto; }
  .footer-meta > span:first-child { display: none; }
  .footer-meta a { min-height: 44px; display: inline-flex; align-items: center; }
  .lightbox { width: 96vw; }
}

@media (max-width: 340px) {
  .section-heading h2,
  .film-copy h2 { font-size: 36px; line-height: 1.2; }
}

@media (max-width: 860px) and (max-height: 520px) {
  html { scroll-padding-top: 64px; }
  .header-inner { height: 64px; }
  .site-nav {
    padding: 70px 24px 18px;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .site-nav a {
    min-height: 52px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
}

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