/* ==========================================================================
   David Graham Wedding Photography
   Editorial light theme: ivory paper, deep ink, champagne and Gulf green.
   Display: Bodoni Moda. Text: Jost.
   ========================================================================== */

@view-transition { navigation: auto; }

:root {
  --paper: #f7f3ee;
  --paper-2: #efe7dc;
  --paper-3: #e6dccd;
  --white: #fffdfa;
  --ink: #1d1b18;
  --ink-2: #3f3a34;
  --muted: #6f675d;
  --line: rgba(29, 27, 24, .14);
  --line-strong: rgba(29, 27, 24, .32);
  --champagne: #b89664;
  --champagne-ink: #8a6a3b;
  --gulf: #1f3433;
  --gulf-2: #2a4543;
  --on-dark: #f3ede4;
  --on-dark-muted: rgba(243, 237, 228, .72);

  --serif: "Bodoni Moda", "Didot", "Bodoni 72", Georgia, serif;
  --sans: "Jost", "Futura", "Avenir Next", system-ui, sans-serif;

  --wrap: 1240px;
  --wrap-wide: 1480px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
  --section: clamp(4.5rem, 10vw, 9rem);
  --radius: 2px;
  --ease: cubic-bezier(.2, .7, .1, 1);
  --shadow: 0 30px 60px -30px rgba(40, 30, 20, .35);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font: 400 clamp(1rem, .96rem + .2vw, 1.0625rem)/1.75 var(--sans);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: clip;
}
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, p, ul, ol, dl, dd, figure, blockquote { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--champagne); color: var(--white); }
:focus-visible { outline: 2px solid var(--champagne-ink); outline-offset: 3px; }
main:focus { outline: none; }

.sr-only {
  position: absolute !important; 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; left: 1rem; top: -4rem; z-index: 200; padding: .75rem 1.25rem;
  background: var(--ink); color: var(--white); transition: top .2s;
}
.skip-link:focus { top: 1rem; }

/* ---------- Layout ---------- */
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.wrap-wide { width: min(100% - 2 * var(--gutter), var(--wrap-wide)); margin-inline: auto; }
.reading { max-width: 46rem; }
.section { padding-block: var(--section); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.section--sand { background: var(--paper-2); }
.section--line { border-top: 1px solid var(--line); }
.section--dark { background: var(--gulf); color: var(--on-dark); }
.center { text-align: center; }
.center-row { display: flex; justify-content: center; margin-top: clamp(2.5rem, 5vw, 4rem); }

.split { display: grid; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
@media (min-width: 900px) {
  .split { grid-template-columns: 5fr 7fr; }
  .split--media { grid-template-columns: 1fr 1fr; align-items: center; }
  .split--reverse .split__media { order: 2; }
  .split--faq { grid-template-columns: 4fr 7fr; }
  .sticky-col { position: sticky; top: 7rem; }
}

/* ---------- Type ---------- */
.display {
  font-family: var(--serif); font-weight: 400; font-optical-sizing: auto;
  font-size: clamp(2.1rem, 1.4rem + 3vw, 3.9rem); line-height: 1.06; letter-spacing: -.02em;
  text-wrap: balance;
}
.display em, .lede em { font-style: italic; color: var(--champagne-ink); }
.section--dark .display em, .cta-band .display em { color: var(--champagne); }
.display--xl { font-size: clamp(2.6rem, 1.6rem + 4.6vw, 5.4rem); line-height: 1.02; }
.display--hero { font-size: clamp(2.8rem, 1.4rem + 5vw, 6rem); line-height: 1; letter-spacing: -.03em; }
.label {
  font-family: var(--sans); font-size: .72rem; font-weight: 500; letter-spacing: .24em;
  text-transform: uppercase; color: var(--champagne-ink); margin-bottom: 1.25rem;
}
.label--light, .section--dark .label { color: var(--champagne); }
.lede { font-size: clamp(1.1rem, 1rem + .45vw, 1.3rem); line-height: 1.6; color: var(--ink-2); font-weight: 300; }
.section--dark .lede { color: var(--on-dark-muted); }
.prose > * + * { margin-top: 1.15rem; }
.prose .display + *, .prose .display { margin-top: 0; }
.prose .display { margin-bottom: 1.75rem; }
.prose h2:not(.display) { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); line-height: 1.2; margin-top: 2.75rem; }
.prose p { color: var(--ink-2); }
.prose--lead .lede { color: var(--ink); }
.signature { font-family: var(--serif); font-style: italic; font-size: 2rem; color: var(--champagne-ink); }

.inline-link { text-decoration: underline; text-decoration-color: var(--champagne); text-underline-offset: .22em; text-decoration-thickness: 1px; transition: color .2s; }
.inline-link:hover { color: var(--champagne-ink); }

/* Arrow text link */
.link {
  display: inline-flex; align-items: center; gap: .75rem; font-size: .78rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; padding-block: .5rem; position: relative;
}
.link::after { content: ""; width: 2.25rem; height: 1px; background: currentColor; transition: width .35s var(--ease); }
.link:hover::after, a:hover .link::after { width: 3.5rem; }
.link--light { color: var(--on-dark); }

/* Buttons */
.button {
  --b-bg: var(--ink); --b-fg: var(--white); --b-line: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  min-height: 3.4rem; padding: 1rem 2.1rem; border: 1px solid var(--b-line); border-radius: var(--radius);
  background: var(--b-bg); color: var(--b-fg); cursor: pointer;
  font-size: .76rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  position: relative; overflow: hidden; isolation: isolate; transition: color .4s var(--ease), border-color .4s;
}
.button::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--champagne-ink);
  transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease);
}
.button:hover::before { transform: scaleX(1); transform-origin: left; }
.button:hover { border-color: var(--champagne-ink); color: var(--white); }
.button--outline { --b-bg: transparent; --b-fg: var(--ink); --b-line: var(--line-strong); }
.button--light { --b-bg: var(--paper); --b-fg: var(--ink); --b-line: var(--paper); }
.button--ghost-light { --b-bg: transparent; --b-fg: var(--on-dark); --b-line: rgba(255, 255, 255, .45); }
.button--full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 2rem; margin-top: 2.25rem; }

/* Pictures */
picture { position: relative; overflow: hidden; background: var(--ph, var(--paper-3)); }
picture img { width: 100%; height: 100%; object-fit: cover; background: var(--ph, var(--paper-3)); }
.frame { box-shadow: var(--shadow); }
.frame--arch { border-radius: 999px 999px var(--radius) var(--radius); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(247, 243, 238, .82);
  backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s, background .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); background: rgba(247, 243, 238, .94); }
.site-header__inner {
  width: min(100% - 2 * var(--gutter), var(--wrap-wide)); margin-inline: auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 5.25rem;
}
.brand { display: grid; justify-items: center; text-align: center; line-height: 1; }
.brand__name { font-family: var(--serif); font-size: clamp(1.35rem, 1.1rem + .8vw, 1.75rem); letter-spacing: .01em; }
.brand__tag { white-space: nowrap; font-size: .58rem; letter-spacing: .42em; text-transform: uppercase; color: var(--muted); margin-top: .45rem; padding-left: .42em; }
.nav { display: none; align-items: center; gap: clamp(1.25rem, 2.2vw, 2.5rem); font-size: .74rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.nav--right { justify-content: flex-end; }
.nav a:not(.nav__cta) { position: relative; padding-block: .5rem; }
.nav a:not(.nav__cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: .15rem; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .35s var(--ease); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav__cta { border: 1px solid var(--ink); padding: .7rem 1.3rem; transition: background .3s, color .3s; }
.nav__cta:hover, .nav__cta[aria-current="page"] { background: var(--ink); color: var(--white); }
.menu-button {
  grid-column: 3; justify-self: end; display: inline-flex; align-items: center; gap: .8rem;
  background: none; border: 0; padding: .75rem 0; cursor: pointer;
  font-size: .72rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
}
.menu-button__lines { display: grid; gap: 6px; width: 26px; }
.menu-button__lines span { height: 1px; background: currentColor; transition: transform .35s var(--ease); }
.menu-button[aria-expanded="true"] .menu-button__lines span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-button__lines span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
@media (max-width: 1079px) {
  .brand { grid-column: 1 / 3; justify-items: start; text-align: left; }
  .brand__tag { padding-left: 0; letter-spacing: .3em; font-size: .55rem; }
}
@media (min-width: 1080px) {
  .nav { display: flex; }
  .menu-button { display: none; }
}

/* Mobile menu */
.menu {
  position: fixed; inset: 5.25rem 0 0; z-index: 49; background: var(--paper);
  overflow-y: auto; opacity: 0; transform: translateY(-8px); transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.menu.is-open { opacity: 1; transform: none; }
.menu__inner { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; padding-block: 2rem 3rem; display: grid; gap: 3rem; }
.menu__list { counter-reset: m; }
.menu__list li { border-bottom: 1px solid var(--line); }
.menu__list a { display: flex; align-items: baseline; gap: 1rem; padding-block: .85rem; font-family: var(--serif); font-size: clamp(1.9rem, 7vw, 2.6rem); line-height: 1.1; }
.menu__list a::before { counter-increment: m; content: counter(m, decimal-leading-zero); font-family: var(--sans); font-size: .7rem; letter-spacing: .2em; color: var(--champagne-ink); }
.menu__meta { font-size: .9rem; color: var(--muted); display: grid; gap: .5rem; }
body.menu-open { overflow: hidden; }

/* Breadcrumbs */
.crumbs ol { display: flex; flex-wrap: wrap; gap: .4rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 2rem; }
.crumbs li + li::before { content: "/"; margin-right: .4rem; opacity: .5; }
.crumbs a:hover { color: var(--ink); }

/* ---------- Home hero ---------- */
.hero { padding-block: clamp(2rem, 5vw, 4.5rem) clamp(3.5rem, 8vw, 7rem); overflow-x: clip; }
.hero__grid { display: grid; gap: clamp(3rem, 6vw, 5rem); align-items: center; }
.hero__kicker { display: block; margin-bottom: 1.75rem; letter-spacing: .28em; }
.hero__line { display: inline; }
.hero__line + .hero__line::before { content: " "; }
.hero .lede { max-width: 34rem; margin-top: 2rem; }
.hero__note { margin-top: 2.25rem; font-size: .8rem; letter-spacing: .08em; color: var(--muted); }
.hero__media { position: relative; padding: 0 0 3.5rem 3.5rem; max-width: 36rem; justify-self: center; width: 100%; }
.hero__main { aspect-ratio: 4 / 5.4; }
.hero__inset {
  position: absolute; left: 0; bottom: 0; width: 42%; aspect-ratio: 3 / 4;
  border: clamp(6px, .8vw, 10px) solid var(--paper);
}
.hero__seal {
  position: absolute; right: -.5rem; top: 38%; width: clamp(6rem, 11vw, 9.5rem);
  fill: var(--ink); animation: spin 38s linear infinite;
  background: var(--paper); border-radius: 50%; padding: .35rem;
}
.hero__seal text { font-family: var(--sans); font-size: 12.6px; letter-spacing: .24em; text-transform: uppercase; }
.hero__seal .hero__seal-mark { font-family: var(--serif); font-size: 38px; letter-spacing: 0; font-style: italic; fill: var(--champagne-ink); animation: spin 38s linear infinite reverse; transform-origin: 100px 100px; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 1.08fr .92fr; }
  .hero__media { justify-self: end; }
}

/* Load-in animation for hero lines */
.hero__line, .hero .lede, .hero .button-row, .hero__note, .hero__kicker { animation: rise 1.1s var(--ease) both; }
.hero__kicker { animation-delay: .05s; }
.hero__line:nth-child(2) { animation-delay: .12s; }
.hero__line:nth-child(3) { animation-delay: .2s; }
.hero__line:nth-child(4) { animation-delay: .28s; }
.hero .lede { animation-delay: .4s; }
.hero .button-row { animation-delay: .5s; }
.hero__note { animation-delay: .6s; }
.hero__main { animation: unveil 1.5s var(--ease) both .1s; }
.hero__inset { animation: rise 1.2s var(--ease) both .55s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } }
@keyframes unveil { from { clip-path: inset(100% 0 0 0 round 999px 999px 0 0); } to { clip-path: inset(0 0 0 0 round 999px 999px 0 0); } }

/* ---------- Marquee ---------- */
.marquee { border-block: 1px solid var(--line); overflow: hidden; padding-block: 1.15rem; }
.marquee__track { display: flex; width: max-content; animation: marquee 60s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; flex-shrink: 0; }
.marquee__group li { font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 1rem + .8vw, 1.6rem); white-space: nowrap; display: flex; align-items: center; }
.marquee__group li::after { content: "✦"; font-style: normal; font-size: .6em; color: var(--champagne); margin-inline: 2.25rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Statement ---------- */
.statement { padding-block: var(--section) clamp(1rem, 3vw, 2rem); text-align: center; max-width: 64rem; }
.statement__text { font-family: var(--serif); font-size: clamp(1.7rem, 1.1rem + 2.4vw, 3.1rem); line-height: 1.28; letter-spacing: -.015em; text-wrap: balance; }
.statement__text em { color: var(--champagne-ink); }
.chip { display: inline-block; vertical-align: middle; width: 2.3em; height: 1.05em; border-radius: 999px; overflow: hidden; margin-inline: .1em; transform: translateY(-.08em); }
.chip picture { width: 100%; height: 100%; }
.statement__sign { margin-top: 2.5rem; font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--champagne-ink); }
.statement__sign::before { content: ""; display: block; width: 1px; height: 3rem; background: var(--champagne); margin: 0 auto 1.5rem; }

/* ---------- Section heads ---------- */
.section-head { display: grid; gap: 1.5rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-head .label { margin-bottom: 1rem; }
.section-head__note { max-width: 26rem; color: var(--muted); }
.section-head--center { text-align: center; justify-items: center; }
@media (min-width: 900px) {
  .section-head:not(.section-head--center) { grid-template-columns: 1fr auto; align-items: end; gap: 4rem; }
}

/* ---------- Mosaic ---------- */
.mosaic { display: grid; gap: clamp(.75rem, 1.6vw, 1.5rem); grid-template-columns: repeat(2, 1fr); grid-auto-flow: dense; }
.mosaic__item { position: relative; min-width: 0; }
.mosaic__item picture { aspect-ratio: 4 / 5; }
.mosaic__item--wide { grid-column: span 2; }
.mosaic__item--wide picture { aspect-ratio: 3 / 2; }
.mosaic__item--tall picture { aspect-ratio: 3 / 4.4; }
.mosaic__item img { transition: transform 1.2s var(--ease); }
.mosaic__item a:hover img { transform: scale(1.04); }
.mosaic figcaption, .strip figcaption { margin-top: .75rem; font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--muted); }
@media (min-width: 900px) {
  .mosaic { grid-template-columns: repeat(12, 1fr); grid-auto-rows: auto; align-items: start; }
  .mosaic__item { grid-column: span 4; }
  .mosaic__item:nth-child(1) { grid-column: 1 / span 4; grid-row: 1 / span 2; display: flex; flex-direction: column; align-self: stretch; }
  .mosaic__item:nth-child(1) a { flex: 1; display: block; min-height: 0; }
  .mosaic__item:nth-child(1) picture { aspect-ratio: auto; height: 100%; }
  .mosaic__item:nth-child(2) { grid-column: 5 / span 8; grid-row: 1; }
  .mosaic__item:nth-child(3) { grid-column: 5 / span 4; grid-row: 2; }
  .mosaic__item:nth-child(4) { grid-column: 9 / span 4; grid-row: 2; }
  .mosaic__item:nth-child(5) { grid-column: 1 / span 5; grid-row: 3; margin-top: 2rem; }
  .mosaic__item:nth-child(5) picture { aspect-ratio: 4 / 5; }
  .mosaic__item:nth-child(6) { grid-column: 6 / span 7; grid-row: 3; align-self: end; }
  .mosaic__item:nth-child(6) picture { aspect-ratio: 4 / 3; }
  .mosaic__item--tall picture { aspect-ratio: 3 / 4.3; }
}

/* ---------- Dark section: approach / pillars ---------- */
.approach__head { max-width: 46rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.pillars { display: grid; gap: 3rem; margin-bottom: 3.5rem; }
.pillars li { border-top: 1px solid rgba(243, 237, 228, .22); padding-top: 2rem; }
.pillar__num { display: block; font-family: var(--serif); font-style: italic; font-size: 2.6rem; line-height: 1; color: var(--champagne); margin-bottom: 1.5rem; }
.pillars h3 { font-family: var(--serif); font-weight: 400; font-size: 1.55rem; line-height: 1.2; margin-bottom: .9rem; }
.pillars p { color: var(--on-dark-muted); }
@media (min-width: 900px) { .pillars { grid-template-columns: repeat(3, 1fr); gap: 4rem; } }

/* ---------- About teaser ---------- */
.about-teaser__grid { display: grid; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.about-teaser__media { position: relative; padding: 0 3rem 3rem 0; max-width: 30rem; }
.about-teaser__media > picture:first-child { aspect-ratio: 4 / 5; }
.about-teaser__inset { position: absolute; right: 0; bottom: 0; width: 44%; aspect-ratio: 1; border: 8px solid var(--paper); }
.about-teaser__copy .display { margin-bottom: 1.75rem; }
.about-teaser__copy p + p { margin-top: 1.1rem; }
.about-teaser__copy p:not(.label):not(.lede) { color: var(--ink-2); }
.about-teaser__copy .link { margin-top: 1.75rem; }
@media (min-width: 900px) { .about-teaser__grid { grid-template-columns: 5fr 6fr; } }

/* ---------- Collection rows ---------- */
.collection-rows { border-top: 1px solid var(--line-strong); }
.collection-rows li { border-bottom: 1px solid var(--line-strong); }
.collection-rows a {
  display: grid; grid-template-columns: 1fr auto; gap: .35rem 2rem; align-items: baseline;
  padding-block: clamp(1.5rem, 3vw, 2.4rem); transition: padding .45s var(--ease), color .3s;
}
.collection-rows__name { font-family: var(--serif); font-size: clamp(2rem, 1.4rem + 2.6vw, 3.6rem); line-height: 1; }
.collection-rows__meta { grid-row: 2; color: var(--muted); }
.collection-rows__price { font-family: var(--serif); font-variant-numeric: lining-nums; font-size: clamp(1.3rem, 1.1rem + .8vw, 1.8rem); color: var(--champagne-ink); }
.collection-rows__arrow { display: none; }
.collection-rows a:hover { padding-inline: 1rem; }
.collection-rows a:hover .collection-rows__name { font-style: italic; }
@media (min-width: 760px) {
  .collection-rows a { grid-template-columns: 1.2fr 1.5fr auto 3rem; }
  .collection-rows__meta { grid-row: auto; }
  .collection-rows__arrow { display: block; justify-self: end; font-size: 1.4rem; transition: transform .45s var(--ease); }
  .collection-rows a:hover .collection-rows__arrow { transform: translateX(.5rem); }
}

/* ---------- Testimonials ---------- */
.testimonials .label { margin-bottom: 2.5rem; }
.quotes { max-width: 62rem; margin-inline: auto; }
.quotes__track { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.quotes__track::-webkit-scrollbar { display: none; }
.quote { scroll-snap-align: center; text-align: center; padding-inline: clamp(0rem, 4vw, 3rem); }
.quote blockquote p { font-family: var(--serif); font-size: clamp(1.6rem, 1rem + 2.4vw, 3rem); line-height: 1.22; letter-spacing: -.015em; text-wrap: balance; }
.quote figcaption, .feature-quote figcaption { margin-top: 2rem; }
.quote__name { display: block; font-size: .78rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.quote__place { display: block; font-family: var(--serif); font-style: italic; color: var(--muted); margin-top: .35rem; }
.quotes__controls { display: flex; justify-content: center; align-items: center; gap: 1.5rem; margin-top: 2.75rem; }
.quotes__count { font-size: .78rem; letter-spacing: .2em; min-width: 4rem; text-align: center; color: var(--muted); }
.round-button { width: 3.25rem; height: 3.25rem; border-radius: 50%; border: 1px solid var(--line-strong); background: transparent; cursor: pointer; font-size: 1.1rem; transition: background .3s, color .3s, border-color .3s; }
.round-button:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.testimonials .center-row { margin-top: 2rem; }

/* ---------- Place cards ---------- */
.place-cards { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 13rem), 1fr)); }
.place-card { display: block; position: relative; overflow: hidden; color: var(--white); }
.place-card picture { aspect-ratio: 3 / 4; }
.place-card img { transition: transform 1.2s var(--ease); }
.place-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(20, 18, 15, .72)); }
.place-card:hover img { transform: scale(1.05); }
.place-card__text { position: absolute; z-index: 1; inset: auto 1.25rem 1.25rem; display: grid; gap: .3rem; }
.place-card__name { font-family: var(--serif); font-size: 1.6rem; line-height: 1.1; }
.place-card__sub { font-size: .85rem; opacity: .85; line-height: 1.4; }
@media (max-width: 599px) {
  .place-cards { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 72%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scroll-padding-inline: var(--gutter); }
  .place-cards::-webkit-scrollbar { display: none; }
  .place-cards li { scroll-snap-align: start; }
}
@media (min-width: 1000px) {
  .place-cards { grid-template-columns: repeat(5, 1fr); }
  .place-cards--four { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- Journal ---------- */
.post-grid { display: grid; gap: clamp(2rem, 4vw, 3rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); }
.post-card a { display: grid; gap: .9rem; }
.post-card picture { margin-bottom: .75rem; }
.post-card img { transition: transform 1.2s var(--ease); }
.post-card a:hover img { transform: scale(1.04); }
.post-card .label { margin: 0; }
.post-card h2, .post-card h3 { font-family: var(--serif); font-weight: 400; font-size: 1.6rem; line-height: 1.2; }
.post-card p:not(.label) { color: var(--muted); }
.post-lead { margin-bottom: clamp(3rem, 6vw, 5rem); }
.post-lead a { display: grid; gap: 2rem; align-items: center; }
.post-lead .display { font-size: clamp(2rem, 1.4rem + 2.2vw, 3.2rem); margin-bottom: 1.25rem; }
.post-lead p:not(.label) { color: var(--ink-2); margin-bottom: 1.5rem; }
@media (min-width: 900px) { .post-lead a { grid-template-columns: 7fr 5fr; gap: 4rem; } }

/* ---------- CTA band ---------- */
.cta-band { position: relative; isolation: isolate; color: var(--on-dark); padding-block: clamp(6rem, 14vw, 11rem); text-align: center; overflow: hidden; }
.cta-band__img { position: absolute; inset: 0; z-index: -2; }
.cta-band__img img { object-position: 50% 35%; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20, 18, 15, .15) 0%, rgba(20, 18, 15, .5) 45%, rgba(20, 18, 15, .7) 100%); }
.cta-band .label { color: #ecd9b8; }
.cta-band__content { max-width: 50rem; }
.cta-band .display { font-size: clamp(2.4rem, 1.5rem + 4vw, 4.8rem); margin-bottom: 1.5rem; }
.cta-band p:not(.label) { color: rgba(255, 255, 255, .85); max-width: 36rem; margin-inline: auto; }
.cta-band .button-row { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--gulf); color: var(--on-dark); padding-block: clamp(4rem, 8vw, 6.5rem) 2rem; font-size: .95rem; }
.site-footer a:hover { color: var(--champagne); }
.site-footer__top { display: grid; gap: 1.5rem; padding-bottom: clamp(3rem, 6vw, 4.5rem); border-bottom: 1px solid rgba(243, 237, 228, .18); }
.site-footer__mark { font-family: var(--serif); font-size: clamp(3rem, 1.5rem + 7vw, 7.5rem); line-height: .95; letter-spacing: -.03em; }
.site-footer__lede { max-width: 26rem; color: var(--on-dark-muted); }
.site-footer__grid { display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); padding-block: 3rem; }
.site-footer .label { font-size: .68rem; margin-bottom: 1rem; }
.site-footer ul { display: grid; gap: .5rem; }
.site-footer li { min-width: 0; overflow-wrap: anywhere; }
.site-footer__grid p { color: var(--on-dark-muted); }
.site-footer__grid p + p { margin-top: .75rem; }
.site-footer__grid .link { color: var(--on-dark); font-size: .7rem; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; border-top: 1px solid rgba(243, 237, 228, .18); font-size: .8rem; color: var(--on-dark-muted); }
@media (min-width: 900px) { .site-footer__top { grid-template-columns: 1fr auto; align-items: end; } }

/* ---------- Inner page hero ---------- */
.page-hero { padding-block: clamp(2rem, 5vw, 4rem) clamp(3rem, 7vw, 6rem); }
.page-hero__grid { display: grid; gap: clamp(2.5rem, 6vw, 5rem); align-items: end; }
.page-hero .lede { margin-top: 1.75rem; max-width: 36rem; }
.page-hero__media { max-width: 30rem; width: 100%; justify-self: center; }
.page-hero__media picture { aspect-ratio: 4 / 5; }
.page-hero--text .page-hero__copy { max-width: 58rem; }
.page-hero__copy > * { animation: rise 1s var(--ease) both; }
.page-hero__copy > :nth-child(2) { animation-delay: .06s; }
.page-hero__copy > :nth-child(3) { animation-delay: .12s; }
.page-hero__copy > :nth-child(4) { animation-delay: .2s; }
.page-hero__media picture { animation: unveil 1.4s var(--ease) both .1s; }
@media (min-width: 900px) {
  .page-hero__grid { grid-template-columns: 7fr 5fr; }
  .page-hero__media { justify-self: end; }
}

/* ---------- Portfolio ---------- */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.filters__button { border: 1px solid var(--line); background: transparent; padding: .65rem 1.3rem; border-radius: 999px; cursor: pointer; font-size: .72rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; transition: all .3s; }
.filters__button:hover { border-color: var(--ink); }
.filters__button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.gallery { columns: 1; column-gap: clamp(.75rem, 1.5vw, 1.25rem); }
.gallery__item { break-inside: avoid; margin-bottom: clamp(.75rem, 1.5vw, 1.25rem); }
.gallery__item[hidden] { display: none; }
.gallery__item a { display: block; overflow: hidden; cursor: zoom-in; }
.gallery__item img { transition: transform 1.2s var(--ease), opacity .6s; }
.gallery__item a:hover img { transform: scale(1.035); }
@media (min-width: 640px) { .gallery { columns: 2; } }
@media (min-width: 1100px) { .gallery { columns: 3; } }

/* Lightbox */
.lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(18, 16, 14, .96); color: var(--on-dark); }
.lightbox::backdrop { background: rgba(18, 16, 14, .9); }
.lightbox[open] { display: grid; place-items: center; animation: fade .3s var(--ease); }
.lightbox__figure { display: grid; justify-items: center; gap: 1rem; padding: 4.5rem 1rem 2rem; max-height: 100dvh; }
.lightbox__img { max-width: min(92vw, 1600px); max-height: calc(100dvh - 9rem); width: auto; height: auto; object-fit: contain; box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.lightbox__caption { font-family: var(--serif); font-style: italic; font-size: 1.1rem; }
.lightbox__count { font-family: var(--sans); font-style: normal; font-size: .72rem; letter-spacing: .2em; color: var(--on-dark-muted); margin-left: 1rem; }
.lightbox button { position: fixed; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .2); color: var(--on-dark); width: 3.25rem; height: 3.25rem; border-radius: 50%; cursor: pointer; font-size: 1.2rem; transition: background .3s; }
.lightbox button:hover { background: rgba(255, 255, 255, .18); }
.lightbox__close { top: 1rem; right: 1rem; font-size: 1.6rem !important; }
.lightbox__nav--prev { left: 1rem; top: 50%; translate: 0 -50%; }
.lightbox__nav--next { right: 1rem; top: 50%; translate: 0 -50%; }
@media (max-width: 640px) { .lightbox__nav { top: auto !important; bottom: 1rem; translate: none !important; } }
@keyframes fade { from { opacity: 0; } }

/* ---------- Timeline (experience) ---------- */
.timeline { display: grid; gap: 0; counter-reset: t; }
.timeline__step { display: grid; grid-template-columns: 4.5rem 1fr; gap: 1.5rem; padding-block: 2rem; border-top: 1px solid rgba(243, 237, 228, .22); }
.timeline__num { font-family: var(--serif); font-style: italic; font-size: 2.4rem; line-height: 1; color: var(--champagne); }
.timeline h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); line-height: 1.15; margin-bottom: .6rem; }
.timeline p { color: var(--on-dark-muted); max-width: 40rem; }
@media (min-width: 900px) {
  .timeline { grid-template-columns: 1fr 1fr; column-gap: 5rem; }
  .timeline__step { grid-template-columns: 6rem 1fr; }
}

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line-strong); }
.faq__item { border-bottom: 1px solid var(--line-strong); }
.faq__item summary { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding-block: 1.6rem; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.15rem, 1rem + .6vw, 1.45rem); line-height: 1.3; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon { position: relative; flex: none; width: 1rem; height: 1rem; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: currentColor; transition: transform .35s var(--ease); }
.faq__icon::after { transform: rotate(90deg); }
.faq__item[open] .faq__icon::after { transform: rotate(0); }
.faq__answer { padding-bottom: 1.75rem; color: var(--ink-2); max-width: 42rem; }
.faq__item[open] .faq__answer { animation: rise .5s var(--ease); }
.split--faq p:not(.label) { margin-top: 1.25rem; color: var(--muted); }

/* ---------- Collections ---------- */
.packages { display: grid; gap: 1.5rem; align-items: stretch; }
.package { position: relative; display: flex; flex-direction: column; gap: 1rem; padding: clamp(2rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--line); scroll-margin-top: 7rem; }
.package .label { margin: 0; }
.package__name { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 2rem + 1.4vw, 3.2rem); line-height: 1; }
.package__price { font-family: var(--serif); font-variant-numeric: lining-nums; font-size: 1.9rem; color: var(--champagne-ink); line-height: 1; }
.package__tag { font-weight: 500; }
.package p:not(.label):not(.package__price):not(.package__badge) { color: var(--ink-2); }
.package .button { margin-top: auto; }
.package__badge { position: absolute; top: -1px; right: -1px; background: var(--champagne); color: var(--gulf); font-size: .66rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; padding: .5rem .9rem; }
.package--featured { background: var(--gulf); color: var(--on-dark); border-color: var(--gulf); box-shadow: var(--shadow); }
.package--featured .label, .package--featured .package__price { color: var(--champagne); }
.package--featured p:not(.label):not(.package__price):not(.package__badge) { color: var(--on-dark-muted); }
.package--featured .package__tag { color: var(--on-dark) !important; }
.package--featured .checklist li { border-color: rgba(243, 237, 228, .16); }
.checklist { display: grid; margin-block: .5rem 1.5rem; }
.checklist li { position: relative; padding: .7rem 0 .7rem 1.75rem; border-top: 1px solid var(--line); font-size: .95rem; }
.checklist li::before { content: ""; position: absolute; left: .15rem; top: 1.25rem; width: .7rem; height: .35rem; border-left: 1px solid var(--champagne); border-bottom: 1px solid var(--champagne); transform: rotate(-45deg); }
.fine-print { margin-top: 2rem; font-size: .85rem; color: var(--muted); max-width: 52rem; }
@media (min-width: 960px) {
  .packages { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .package--featured { transform: translateY(-1.5rem); z-index: 1; padding-block: 3.5rem; }
}

/* Tables */
.table-wrap { overflow-x: auto; border-top: 1px solid var(--line-strong); }
.price-table { width: 100%; border-collapse: collapse; min-width: 36rem; }
.price-table th, .price-table td { text-align: left; padding: 1.2rem 1rem 1.2rem 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table thead th { font-size: .7rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.price-table tbody th { font-family: var(--serif); font-weight: 400; font-size: 1.2rem; }
.price-table td:nth-child(2) { font-family: var(--serif); color: var(--champagne-ink); white-space: nowrap; font-size: 1.1rem; }
.price-table td:last-child { color: var(--ink-2); }
.price-table--compact { min-width: 0; }
.price-table--compact td:nth-child(2), .price-table--compact td:nth-child(4) { font-size: 1.05rem; }
.price-table--compact td:last-child { color: var(--champagne-ink); }

/* ---------- Reviews ---------- */
.feature-quote { text-align: center; }
.feature-quote blockquote p { font-family: var(--serif); font-size: clamp(1.8rem, 1rem + 3vw, 3.4rem); line-height: 1.2; max-width: 56rem; margin-inline: auto; text-wrap: balance; }
.feature-quote blockquote p::before { content: "“"; display: block; font-size: 2.4em; line-height: .6; color: var(--champagne); }
.feature-quote blockquote p { quotes: none; }
.review-masonry { columns: 1; column-gap: 1.5rem; }
.review { break-inside: avoid; margin-bottom: 1.5rem; padding: 2rem; background: var(--white); border: 1px solid var(--line); }
.review__name { font-size: .78rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.review__name span { display: block; font-family: var(--serif); font-style: italic; font-size: 1rem; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--muted); margin-top: .2rem; }
.review__pull p { font-family: var(--serif); font-size: 1.4rem; line-height: 1.35; margin-block: 1.25rem; }
.review__more summary { cursor: pointer; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; color: var(--champagne-ink); }
.review__more p { margin-top: 1rem; color: var(--ink-2); font-size: .95rem; }
.review__source { display: inline-block; margin-top: 1.25rem; font-size: .78rem; color: var(--muted); }
.review__source:hover { color: var(--ink); }
.summary-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 1fr)); }
.summary { padding: 1.75rem; background: var(--paper); display: flex; flex-direction: column; gap: .75rem; }
.section--sand .summary { background: var(--paper-2); }
.summary p { color: var(--ink-2); font-size: .95rem; }
.summary .review__source { margin-top: auto; }
@media (min-width: 760px) { .review-masonry { columns: 2; } }
@media (min-width: 1100px) { .review-masonry { columns: 3; } }

/* ---------- About ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); border-block: 1px solid var(--line-strong); }
.stats div { padding: 2.25rem 1.5rem; text-align: center; }
.stats div + div { border-left: 1px solid var(--line); }
.stats dt { font-family: var(--serif); font-size: clamp(3rem, 2rem + 3vw, 4.5rem); line-height: 1; color: var(--champagne-ink); }
.stats dd { margin-top: .75rem; font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 767px) { .stats div + div { border-left: 0; border-top: 1px solid var(--line); } }

/* ---------- Locations ---------- */
.location-list { border-top: 1px solid var(--line-strong); }
.location-row { border-bottom: 1px solid var(--line-strong); }
.location-row a { display: grid; gap: 1.5rem; padding-block: clamp(2rem, 4vw, 3rem); align-items: center; }
.location-row__num { font-family: var(--serif); font-style: italic; font-size: 1.6rem; color: var(--champagne-ink); }
.location-row__media img { transition: transform 1.2s var(--ease); }
.location-row a:hover img { transform: scale(1.04); }
.location-row__text { display: grid; gap: .6rem; }
.location-row__name { font-family: var(--serif); font-size: clamp(2.2rem, 1.6rem + 2.4vw, 3.6rem); line-height: 1; }
.location-row__sub { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--champagne-ink); }
.location-row__intro { color: var(--ink-2); max-width: 36rem; }
.location-row .link { margin-top: .5rem; }
@media (min-width: 900px) { .location-row a { grid-template-columns: 4rem 22rem 1fr; gap: 3rem; } }
.past-work { padding-top: 1.5rem; border-top: 1px solid var(--line); font-family: var(--serif); font-style: italic; }
.past-work .label { display: block; font-style: normal; margin-bottom: .5rem; }
.strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(15rem, 1fr); gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; }
.strip__item { scroll-snap-align: start; }
.strip__item:nth-child(even) { margin-top: 3rem; }
.collection-mini { border-top: 1px solid var(--line); margin-block: 1.5rem; }
.collection-mini li { display: flex; justify-content: space-between; gap: 1rem; padding-block: .9rem; border-bottom: 1px solid var(--line); }
.collection-mini li span:last-child { font-family: var(--serif); color: var(--champagne-ink); font-size: 1.1rem; }

/* ---------- Article ---------- */
.article__head { padding-block: clamp(2rem, 5vw, 4rem) clamp(2rem, 4vw, 3rem); }
.article__head .lede { margin-top: 1.5rem; }
.article__meta { margin-top: 1.75rem; font-size: .8rem; letter-spacing: .08em; color: var(--muted); }
.article__meta a { text-decoration: underline; text-underline-offset: .2em; }
.article__hero { max-width: 1100px; }
.article__body { padding-block: clamp(3rem, 6vw, 5rem); }
.article__body section + section { margin-top: 2.5rem; }
.article__body h2 { margin-top: 0 !important; margin-bottom: 1rem; }
.article__body p { font-size: 1.08rem; }
.article__body .table-wrap { margin-top: 1.5rem; }
.article__body a:not(.inline-link) { text-decoration: underline; text-decoration-color: var(--champagne); text-underline-offset: .2em; }
.author-card { display: grid; grid-template-columns: 5rem 1fr; gap: 1.5rem; align-items: center; margin-top: 4rem !important; padding: 1.75rem; background: var(--paper-2); }
.author-card__img { width: 5rem; height: 5rem; border-radius: 50%; }
.author-card .label { margin-bottom: .4rem; }
.author-card p:not(.label) { font-size: .95rem !important; }
.article__next { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 2rem; padding-bottom: var(--section); }
.next-post { display: grid; text-align: right; max-width: 22rem; }
.next-post .label { margin-bottom: .4rem; }
.next-post span:last-child { font-family: var(--serif); font-size: 1.35rem; line-height: 1.25; }
.next-post:hover span:last-child { color: var(--champagne-ink); }

/* ---------- Contact ---------- */
.contact-page { padding-block: clamp(2rem, 5vw, 4rem) var(--section); }
.contact-page__grid { display: grid; gap: clamp(3rem, 6vw, 5rem); align-items: start; }
.contact-page__intro .lede { margin-top: 1.5rem; }
.next-steps { margin-top: 3rem; border-top: 1px solid var(--line); }
.next-steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding-block: 1.4rem; border-bottom: 1px solid var(--line); }
.next-steps span { font-family: var(--serif); font-style: italic; font-size: 1.4rem; color: var(--champagne-ink); line-height: 1.2; }
.next-steps h2 { font-family: var(--serif); font-weight: 400; font-size: 1.3rem; line-height: 1.2; margin-bottom: .3rem; }
.next-steps p { color: var(--muted); font-size: .95rem; }
.contact-page__direct { margin-top: 2.5rem; }
.contact-page__direct .label { margin-bottom: .5rem; }
.big-link { font-family: var(--serif); font-size: clamp(2rem, 1.5rem + 2vw, 2.8rem); line-height: 1.1; }
.big-link:hover { color: var(--champagne-ink); }
.contact-page__photo { margin-top: 3rem; display: none; }
.form-card { background: var(--white); border: 1px solid var(--line); padding: clamp(1.75rem, 4vw, 3.25rem); box-shadow: var(--shadow); }
.form-card > .label { margin-bottom: .75rem; }
.form-card .display { font-size: clamp(2rem, 1.6rem + 1.6vw, 2.8rem); margin-bottom: 2rem; }
.form { display: grid; gap: 1.4rem; }
.field-row { display: grid; gap: 1.4rem; }
.field { display: grid; gap: .45rem; }
.field label { font-size: .72rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.req { color: var(--champagne-ink); }
.opt { font-weight: 400; letter-spacing: .04em; text-transform: none; color: var(--muted); font-size: .8rem; margin-left: .25rem; }
.field input, .field select, .field textarea {
  width: 100%; min-height: 3.2rem; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--line-strong);
  background: transparent; border-radius: 0; font-size: 1.02rem; transition: border-color .3s;
  -webkit-appearance: none; appearance: none;
}
.field select { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231d1b18'/%3E%3C/svg%3E") right .25rem center no-repeat; padding-right: 1.5rem; cursor: pointer; }
.field textarea { resize: vertical; min-height: 8rem; line-height: 1.6; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--champagne-ink); box-shadow: 0 1px 0 var(--champagne-ink); }
.field input::placeholder, .field textarea::placeholder { color: #9d948a; }
.field.is-invalid input, .field.is-invalid textarea { border-bottom-color: #a4452c; }
.form__error { color: #a4452c; font-size: .9rem; }
.form__note { font-size: .82rem; color: var(--muted); text-align: center; }
.honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form button[disabled] { opacity: .7; cursor: progress; }
@media (min-width: 640px) { .field-row { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) {
  .contact-page__grid { grid-template-columns: 5fr 6fr; }
  .contact-page__photo { display: block; }
  .form-card { position: sticky; top: 6.5rem; }
}

/* ---------- Message pages (thanks / 404) ---------- */
.message-page { padding-block: clamp(3rem, 7vw, 6rem) var(--section); }
.message-page__grid { display: grid; gap: 3rem; align-items: center; }
.message-page .lede { margin-block: 1.5rem; }
.message-page p:not(.label):not(.lede) { color: var(--ink-2); margin-top: .75rem; }
.message-page__grid > picture { aspect-ratio: 4 / 5; max-width: 28rem; width: 100%; justify-self: center; }
@media (min-width: 900px) { .message-page__grid { grid-template-columns: 7fr 5fr; } }

/* ---------- Scroll reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Motion preferences ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
  @view-transition { navigation: none; }
}

/* ---------- Print ---------- */
@media print {
  .site-header, .menu, .cta-band, .site-footer, .marquee, .filters, .lightbox { display: none !important; }
  body { background: #fff; }
  .js .reveal { opacity: 1; transform: none; }
}
