:root {
  --wed-paper: #fbf7f0;
  --wed-paper-light: #fffdf9;
  --wed-ink: #16110e;
  --wed-muted: #6b5d52;
  --wed-clay: #16110e;
  --wed-clay-dark: #795325;
  --wed-sage: #f3eadb;
  --wed-forest: #16110e;
  --wed-line: rgba(22, 17, 14, .14);
  --wed-gutter: clamp(24px, 5vw, 78px);
  --wed-serif: "Dominion Garamond", Georgia, serif;
  --wed-script: "Dominion Formal Script", Georgia, serif;
  --wed-gold: #d9b475;
  --wed-sans: "Dominion Lora", Georgia, serif;
}

html { scroll-behavior: smooth; }

body.wedding-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--wed-paper);
  color: var(--wed-ink);
  font-family: var(--wed-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.wedding-page *, .wedding-page *::before, .wedding-page *::after { box-sizing: border-box; }
.wedding-page img, .wedding-page video { max-width: 100%; }
.wedding-page ::selection { background: var(--wed-clay); color: #fff; }
.wedding-page a { color: inherit; }
.wedding-page a:focus-visible, .wedding-page button:focus-visible { outline: 3px solid var(--wed-clay); outline-offset: 4px; }

.wed-skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--wed-ink);
  color: #fff !important;
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.wed-skip:focus { transform: none; }

.wed-header {
  position: fixed;
  z-index: 30;
  top: 18px;
  left: 50%;
  width: min(calc(100% - 40px), 1320px);
  height: 68px;
  padding: 0 16px 0 20px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 26px;
  background: rgba(242, 237, 227, .9);
  border: 1px solid rgba(37, 36, 31, .13);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
  transition: top .25s ease, background .25s ease, box-shadow .25s ease;
}
.wed-header.is-scrolled { top: 8px; background: rgba(250, 248, 243, .96); box-shadow: 0 12px 32px rgba(37,36,31,.09); }
.wed-brand { display: inline-flex; align-items: center; width: 174px; }
.wed-brand img, .wed-footer img { display: block; width: 100%; height: auto; filter: brightness(.22) saturate(0); }
.wed-header__links { display: flex; justify-content: center; gap: clamp(24px, 3vw, 44px); }
.wed-header__links a { position: relative; color: rgba(37,36,31,.74); font-size: 13px; font-weight: 500; text-decoration: none; }
.wed-header__links a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--wed-clay); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.wed-header__links a:hover::after { transform: scaleX(1); transform-origin: left; }

.wed-button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--wed-clay);
  border: 1px solid var(--wed-clay);
  border-radius: 2px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.wed-button:hover { background: var(--wed-clay-dark); border-color: var(--wed-clay-dark); transform: translateY(-2px); }
.wed-button--small { min-height: 44px; padding-inline: 18px; font-size: 12px; }
.wed-button--light { background: var(--wed-paper-light); border-color: var(--wed-paper-light); color: var(--wed-forest) !important; }
.wed-button--light:hover { background: #fff; border-color: #fff; }
.wed-button span { font-size: 16px; font-weight: 400; }

.wed-menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 0; background: transparent; }
.wed-menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin-block: 7px; background: var(--wed-ink); transition: transform .2s ease; }
.wed-menu { display: none; }

.wed-kicker {
  margin: 0 0 20px;
  color: var(--wed-clay-dark);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}

.wed-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.wed-text-link { display: inline-flex; align-items: center; gap: 10px; padding-block: 8px; border-bottom: 1px solid currentColor; color: var(--wed-ink); font-size: 13px; font-weight: 500; text-decoration: none; }
.wed-text-link--light { color: rgba(255,255,255,.88); }

.wed-hero {
  min-height: 100svh;
  padding: clamp(118px, 14vh, 158px) var(--wed-gutter) clamp(54px, 7vh, 82px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(44px, 6vw, 96px);
  background: var(--wed-paper);
}
.wed-hero__copy { max-width: 660px; padding-top: 20px; }
.wed-hero h1 {
  max-width: 720px;
  margin: 0 0 30px;
  font: 500 clamp(72px, 8vw, 126px)/.82 var(--wed-serif);
  letter-spacing: -.055em;
}
.wed-hero h1 em { display: block; color: var(--wed-clay); font-weight: 400; }
.wed-hero__lead { max-width: 550px; margin: 0 0 34px; color: var(--wed-muted); font-size: clamp(17px, 1.4vw, 20px); line-height: 1.65; }
.wed-hero__facts { max-width: 650px; margin: 58px 0 0; padding: 20px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid var(--wed-line); }
.wed-hero__facts div { min-width: 0; }
.wed-hero__facts dt { margin-bottom: 5px; color: var(--wed-muted); font-size: 11px; font-weight: 500; }
.wed-hero__facts dd { margin: 0; font-family: var(--wed-serif); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.2; }
.wed-hero__photo { position: relative; width: 100%; height: min(78svh, 880px); min-height: 630px; margin: 0; overflow: hidden; background: #d7d0c5; }
.wed-hero__photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% 34%; transition: transform 1.2s cubic-bezier(.22,1,.36,1); }
.wed-hero__photo:hover img { transform: scale(1.015); }
.wed-hero__photo figcaption { position: absolute; right: 18px; bottom: 16px; padding: 8px 10px; background: rgba(250,248,243,.88); color: var(--wed-muted); font-size: 10px; backdrop-filter: blur(10px); }

.wed-about {
  padding: clamp(100px, 10vw, 160px) var(--wed-gutter);
  display: grid;
  grid-template-columns: minmax(430px, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
  background: var(--wed-paper-light);
}
.wed-about__media { position: relative; width: 100%; max-width: 720px; height: clamp(600px, 53vw, 780px); }
.wed-about__media figure { margin: 0; overflow: hidden; background: #d5cfc5; }
.wed-about__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wed-about__portrait { width: 74%; height: 88%; }
.wed-about__detail { position: absolute; right: 0; bottom: 0; width: 46%; height: 34%; border: 12px solid var(--wed-paper-light); }
.wed-about__copy { max-width: 560px; }
.wed-about h2, .wed-section-heading h2, .wed-process h2, .wed-visit h2 {
  margin: 0;
  font-family: var(--wed-serif);
  font-weight: 300;
  letter-spacing: -.04em;
}
.wed-about h2 { font-size: clamp(54px, 5.3vw, 84px); line-height: .96; }
.wed-about__copy > p:not(.wed-kicker) { max-width: 500px; margin: 32px 0 30px; color: var(--wed-muted); font-size: 17px; line-height: 1.75; }

.wed-gallery { padding: clamp(100px, 10vw, 160px) var(--wed-gutter); background: var(--wed-paper); }
.wed-section-heading { max-width: 1220px; margin: 0 auto clamp(56px, 6vw, 88px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .38fr); gap: 30px 90px; align-items: end; }
.wed-section-heading .wed-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.wed-section-heading h2 { max-width: 840px; font-size: clamp(54px, 5.5vw, 86px); line-height: .94; }
.wed-section-heading > p:last-child { max-width: 390px; margin: 0 0 6px; color: var(--wed-muted); font-size: 15px; line-height: 1.7; }
.wed-gallery__grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, clamp(280px, 30vw, 430px)); gap: 18px; }
.wed-gallery__item { min-width: 0; min-height: 0; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 10px; }
.wed-gallery__item img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.wed-gallery__item figcaption { color: var(--wed-muted); font-size: 11px; }
.wed-gallery__item--room { grid-column: 1 / 7; grid-row: 1 / 3; }
.wed-gallery__item--room img { object-position: 50% 55%; }
.wed-gallery__item--portrait { grid-column: 7 / 10; grid-row: 1; }
.wed-gallery__item--couple { grid-column: 10 / 13; grid-row: 1; }
.wed-gallery__item--celebration { grid-column: 7 / 13; grid-row: 2; }

.wed-process {
  padding: clamp(100px, 10vw, 150px) var(--wed-gutter);
  display: grid;
  grid-template-columns: minmax(340px, .9fr) minmax(440px, 1.1fr);
  gap: clamp(70px, 11vw, 170px);
  background: var(--wed-sage);
}
.wed-process__intro { max-width: 590px; }
.wed-process h2 { font-size: clamp(54px, 5.2vw, 82px); line-height: .95; }
.wed-process__intro > p:last-child { max-width: 500px; margin: 30px 0 0; color: #59625c; font-size: 16px; line-height: 1.75; }
.wed-process__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(41,54,47,.24); }
.wed-process__steps li { padding: 34px 0; display: grid; grid-template-columns: 62px 1fr; gap: 24px; border-bottom: 1px solid rgba(41,54,47,.24); }
.wed-process__steps li > span { padding-top: 8px; color: var(--wed-clay-dark); font-size: 11px; font-weight: 500; }
.wed-process__steps h3 { margin: 0 0 6px; font: 500 clamp(30px, 3vw, 44px)/1 var(--wed-serif); letter-spacing: -.025em; }
.wed-process__steps p { max-width: 500px; margin: 0; color: #59625c; font-size: 14px; line-height: 1.65; }

.wed-visit { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(420px, .84fr); background: var(--wed-forest); color: #fff; }
.wed-visit__film { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #1b241f; }
.wed-visit__film video { display: block; width: 100%; height: 100%; object-fit: cover; }
.wed-visit__film figcaption { position: absolute; bottom: 18px; left: 22px; padding: 8px 10px; background: rgba(20,27,23,.72); color: rgba(255,255,255,.74); font-size: 10px; backdrop-filter: blur(10px); }
.wed-visit__copy { padding: clamp(70px, 8vw, 130px) clamp(40px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.wed-visit .wed-kicker { color: #e0a08f; }
.wed-visit h2 { max-width: 620px; font-size: clamp(58px, 6vw, 92px); line-height: .9; }
.wed-visit__copy > p:not(.wed-kicker) { max-width: 520px; margin: 30px 0 36px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }

.wed-footer { padding: 44px var(--wed-gutter) 38px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 30px; background: var(--wed-forest); border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.68); }
.wed-footer > a { width: 158px; }
.wed-footer img { filter: brightness(0) invert(1); opacity: .78; }
.wed-footer p { margin: 0; font-size: 12px; }
.wed-footer nav { display: flex; gap: 24px; }
.wed-footer nav a { font-size: 12px; text-decoration: none; }
.wed-footer small { grid-column: 1 / -1; color: rgba(255,255,255,.38); font-size: 10px; }
.wed-mobile-dock { display: none; }

.wedding-js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.wedding-js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .wed-header { grid-template-columns: 190px 1fr auto; }
  .wed-header__links { gap: 22px; }
  .wed-hero { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 40px; }
  .wed-hero h1 { font-size: clamp(68px, 8vw, 96px); }
  .wed-about { gap: 60px; }
  .wed-process { gap: 60px; }
}

@media (max-width: 820px) {
  body.wedding-page { padding-bottom: 58px; }
  .wed-header { top: 10px; width: calc(100% - 24px); height: 62px; grid-template-columns: 1fr auto; padding-inline: 15px 9px; }
  .wed-header.is-scrolled { top: 6px; }
  .wed-brand { width: 150px; }
  .wed-header__links, .wed-header > .wed-button { display: none; }
  .wed-menu-toggle { display: block; }
  .wed-menu {
    position: fixed;
    z-index: 29;
    top: 82px;
    right: 12px;
    left: 12px;
    padding: 28px 22px;
    background: rgba(250,248,243,.98);
    border: 1px solid var(--wed-line);
    box-shadow: 0 22px 55px rgba(37,36,31,.15);
  }
  .wed-menu:not([hidden]) { display: grid; gap: 22px; }
  .wed-menu > a:not(.wed-button) { padding-bottom: 12px; border-bottom: 1px solid var(--wed-line); font-family: var(--wed-serif); font-size: 24px; text-decoration: none; }

  .wed-hero { min-height: auto; padding: 118px 20px 82px; display: grid; grid-template-columns: 1fr; gap: 56px; }
  .wed-hero__copy { max-width: none; padding-top: 0; }
  .wed-hero h1 { max-width: 650px; font-size: clamp(64px, 14vw, 96px); }
  .wed-hero__lead { max-width: 620px; }
  .wed-hero__photo { height: min(88vw, 720px); min-height: 520px; }
  .wed-hero__facts { margin-top: 44px; }

  .wed-about { padding: 96px 20px 110px; display: flex; flex-direction: column; align-items: stretch; gap: 78px; }
  .wed-about__media { height: min(112vw, 720px); }
  .wed-about__copy { max-width: 660px; }
  .wed-about h2 { font-size: clamp(54px, 12vw, 78px); }

  .wed-gallery { padding: 96px 20px 110px; }
  .wed-section-heading { display: block; margin-bottom: 58px; }
  .wed-section-heading .wed-kicker { margin-bottom: 20px; }
  .wed-section-heading h2 { max-width: 680px; font-size: clamp(52px, 11.5vw, 78px); }
  .wed-section-heading > p:last-child { margin-top: 28px; }
  .wed-gallery__grid { grid-template-rows: repeat(2, min(42vw, 360px)); }

  .wed-process { padding: 96px 20px 110px; display: block; }
  .wed-process__intro { margin-bottom: 62px; }
  .wed-process h2 { font-size: clamp(52px, 11.5vw, 78px); }

  .wed-visit { min-height: auto; display: flex; flex-direction: column; }
  .wed-visit__film { min-height: 0; aspect-ratio: 16 / 10; }
  .wed-visit__copy { padding: 82px 20px 96px; }
  .wed-visit h2 { font-size: clamp(58px, 12.5vw, 86px); }

  .wed-footer { padding: 56px 20px 44px; display: grid; grid-template-columns: 1fr; justify-items: start; }
  .wed-footer small { grid-column: auto; }
  .wed-mobile-dock { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; height: 58px; display: grid; grid-template-columns: 1fr 1fr 1.5fr; background: #fff; border-top: 1px solid rgba(37,36,31,.16); box-shadow: 0 -8px 28px rgba(37,36,31,.1); }
  .wed-mobile-dock a { display: grid; place-items: center; border-right: 1px solid rgba(37,36,31,.12); color: var(--wed-ink); font-size: 12px; font-weight: 500; text-decoration: none; }
  .wed-mobile-dock a:last-child { background: var(--wed-clay); color: #fff; }
}

@media (max-width: 560px) {
  .wed-kicker { margin-bottom: 15px; font-size: 12px; }
  .wed-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .wed-button { width: 100%; }
  .wed-hero { padding-top: 108px; gap: 44px; }
  .wed-hero h1 { margin-bottom: 24px; font-size: clamp(59px, 17.5vw, 82px); }
  .wed-hero__lead { font-size: 16px; }
  .wed-hero__facts { grid-template-columns: 1fr; gap: 0; }
  .wed-hero__facts div { padding: 13px 0; display: grid; grid-template-columns: 82px 1fr; align-items: baseline; border-bottom: 1px solid var(--wed-line); }
  .wed-hero__facts dt { margin: 0; }
  .wed-hero__facts dd { font-size: 18px; }
  .wed-hero__photo { height: 125vw; min-height: 470px; max-height: 650px; }
  .wed-hero__photo figcaption { right: 10px; bottom: 10px; }

  .wed-about__media { height: 118vw; max-height: 600px; }
  .wed-about__portrait { width: 82%; height: 90%; }
  .wed-about__detail { width: 49%; height: 33%; border-width: 8px; }
  .wed-about h2, .wed-section-heading h2, .wed-process h2 { font-size: clamp(48px, 14.5vw, 68px); }

  .wed-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 30px 12px; }
  .wed-gallery__item { grid-row: auto; margin: 0; }
  .wed-gallery__item img { height: auto; aspect-ratio: 3 / 4; }
  .wed-gallery__item--room { grid-column: 1 / -1; }
  .wed-gallery__item--room img { aspect-ratio: 4 / 5; }
  .wed-gallery__item--portrait { grid-column: 1; }
  .wed-gallery__item--couple { grid-column: 2; }
  .wed-gallery__item--celebration { grid-column: 1 / -1; }
  .wed-gallery__item--couple img, .wed-gallery__item--celebration img { aspect-ratio: 4 / 3; }
  .wed-gallery__item figcaption { font-size: 10px; }

  .wed-process__steps li { grid-template-columns: 42px 1fr; gap: 12px; padding: 28px 0; }
  .wed-process__steps h3 { font-size: 34px; }
  .wed-visit__film { aspect-ratio: 4 / 3; }
  .wed-visit h2 { font-size: clamp(54px, 16vw, 76px); }
  .wed-footer nav { flex-wrap: wrap; }
}

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

/* Brand faces only: never synthesize a weight or italic the brand does not supply. */
html { font-synthesis: none; }

/* Wedding edition of the Nencini brand (owner 2026-09-14: a whiter style for weddings). Ivory grounds, espresso
   actions, bronze labels, candlelit gold hairlines; the hero's emphasized line is the brand's Formal Script. */
.wed-hero h1 em { font-family: var(--wed-script); font-style: normal; font-weight: 400; color: #795325; letter-spacing: 0; }
.wed-button:hover { background: #39271a; border-color: #39271a; }
.wed-header__links a::after { background: var(--wed-gold); }
.wedding-page ::selection { color: #fff2db; }
