@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

:root {
  --color-ink: #102a43;
  --color-ink-soft: #486581;
  --color-ivory: #faf8f4;
  --color-surface: #ffffff;
  --color-navy: #102a43;
  --color-navy-deep: #071b2c;
  --color-deep: #071b2c;
  --color-champagne: #a46f25;
  --color-champagne-light: #e8d4b0;
  --color-border: #d9e2ec;
  --color-border-dark: rgba(255, 255, 255, .2);
  --color-focus: #006d77;
  --color-white: #fff;
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --radius-sm: 4px;
  --radius-md: 12px;
  --shadow-card: 0 14px 36px rgba(16, 42, 67, .08);
  --shadow-float: 0 16px 36px rgba(7, 27, 44, .18);
  --ease-standard: cubic-bezier(.2, .8, .2, 1);
  --header-height: 80px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  overflow-x: clip;
  margin: 0;
  color: var(--color-ink);
  background: var(--color-ivory);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body:has(.lightbox:not([hidden])) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 600; line-height: 1.08; }
h1, h2 { letter-spacing: -.025em; }
h2 { font-size: clamp(2.25rem, 6vw, 4.2rem); }
h3 { font-size: 1.25rem; }
p { max-width: 65ch; }

.container { width: min(100% - 2.5rem, 1180px); margin-inline: auto; }
.skip-link {
  position: fixed; top: .75rem; left: .75rem; z-index: 1000;
  padding: .75rem 1rem; color: var(--color-white); background: var(--color-navy);
  border-radius: var(--radius-sm); transform: translateY(-200%); transition: transform 200ms var(--ease-standard);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }

.eyebrow { color: var(--color-champagne); font-size: .72rem; font-weight: 700; letter-spacing: .17em; line-height: 1.4; }
.eyebrow-light { color: var(--color-champagne-light); }
.section { padding: var(--space-7) 0; }
.section-heading > p:not(.eyebrow):not(.review-disclaimer) { margin-top: 1.5rem; color: var(--color-ink-soft); }
.section-heading h2 { margin-top: .8rem; }
.section-heading h2 em { color: var(--color-champagne); font-weight: 500; }
.section-heading-center { max-width: 650px; margin: 0 auto; text-align: center; }
.section-heading-center > p:not(.eyebrow) { margin-inline: auto; }
.section-heading-compact h2 { font-size: clamp(2rem, 5vw, 3.4rem); }

.site-header { position: absolute; top: 35px; right: 0; left: 0; z-index: 20; color: var(--color-white); transition: top 250ms ease, background 250ms ease, backdrop-filter 250ms ease; }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(7, 27, 44, .92); backdrop-filter: blur(14px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; width: max-content; line-height: 1; }
.brand-copy { display: inline-flex; flex-direction: column; align-items: flex-start; gap: .24rem; }
.brand-monogram { position: relative; display: inline-grid; width: 45px; height: 45px; place-items: center; margin-right: .8rem; color: var(--color-champagne-light); font-family: 'Playfair Display', Georgia, serif; font-size: 1.1rem; font-style: italic; letter-spacing: -.22em; }
.brand-monogram::before { display: none; }
.brand-monogram span:first-child { position: relative; z-index: 1; transform: translateX(-4px); }
.brand-monogram span:nth-child(2) { position: relative; z-index: 1; transform: translateX(4px) translateY(5px); }
.brand-monogram i { position: absolute; right: 18px; bottom: 3px; width: 8px; height: 8px; background: var(--color-champagne-light); border-radius: 50%; }
.brand-kicker { color: rgba(255, 255, 255, .72); font-size: .55rem; font-weight: 700; letter-spacing: .24em; }
.brand-name { color: var(--color-white); font-family: 'Playfair Display', Georgia, serif; font-size: 1.15rem; font-weight: 600; letter-spacing: .16em; }
.brand-tagline { color: var(--color-champagne-light); font-size: .42rem; font-weight: 700; letter-spacing: .23em; }
.brand-footer .brand-kicker { color: rgba(255, 255, 255, .7); }
.brand-footer .brand-name { font-size: 1.3rem; }
.brand-footer .brand-monogram { width: 54px; height: 54px; margin-right: 1rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); font-size: .78rem; font-weight: 600; letter-spacing: .04em; }
.site-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; transition: color 180ms ease; }
.site-nav a:not(.nav-call)::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; content: ''; background: var(--color-champagne-light); transform: scaleX(0); transform-origin: right; transition: transform 200ms ease; }
.site-nav a:not(.nav-call):hover::after, .site-nav a:not(.nav-call):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-call { gap: .45rem; min-height: 40px; padding: .42rem .78rem; color: var(--color-navy); background: var(--color-champagne-light); border: 1px solid transparent; border-radius: 999px; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease; }
.nav-call-number { display: none; font-size: .78rem; font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.nav-call:hover, .nav-call:focus-visible { color: var(--color-navy); background: var(--color-white); border-color: var(--color-white); }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; color: inherit; background: transparent; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; cursor: pointer; }
.menu-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.6; }

.hero { position: relative; min-height: max(680px, 100svh); display: grid; align-items: center; overflow: hidden; color: var(--color-white); isolation: isolate; }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media { z-index: -3; background: var(--color-navy); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { z-index: -2; background: linear-gradient(90deg, rgba(7, 27, 44, .86) 0%, rgba(7, 27, 44, .57) 42%, rgba(7, 27, 44, .12) 100%), linear-gradient(0deg, rgba(7, 27, 44, .32), transparent 42%); }
.hero-content { padding-top: 6rem; }
.hero-content h1 { max-width: 720px; margin-top: 1rem; font-size: clamp(3rem, 7vw, 6.2rem); }
.hero-copy { max-width: 500px; margin-top: 1.5rem; color: rgba(255, 255, 255, .85); font-size: 1.05rem; }
.hero-region { display: flex; align-items: center; gap: .65rem; margin-top: 1.25rem; color: rgba(255, 255, 255, .72); font-size: .86rem; }
.status-dot { width: .48rem; height: .48rem; background: var(--color-champagne-light); border-radius: 50%; box-shadow: 0 0 0 5px rgba(232, 212, 176, .14); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; gap: .5rem; padding: .62rem 1rem; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 700; letter-spacing: .045em; cursor: pointer; transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
.button:hover { box-shadow: 0 6px 16px rgba(7, 27, 44, .14); }
.button:active { box-shadow: none; }
.button-light { color: var(--color-navy); background: var(--color-white); }
.button-light:hover { background: var(--color-champagne-light); }
.button-ghost-light, .button-outline-light { color: var(--color-white); border-color: rgba(255, 255, 255, .6); background: transparent; }
.button-ghost-light:hover, .button-outline-light:hover { color: var(--color-navy); background: var(--color-white); border-color: var(--color-white); }
.hero-scroll { position: absolute; right: max(2rem, calc((100% - 1180px) / 2)); bottom: 2rem; display: flex; align-items: center; gap: .7rem; color: rgba(255, 255, 255, .72); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-line { width: 1px; height: 52px; background: var(--color-champagne-light); }

.trust-strip { color: var(--color-white); background: var(--color-navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: flex-start; gap: 1rem; min-height: 116px; padding: 1.5rem 1rem; border-left: 1px solid rgba(255, 255, 255, .13); font-size: .78rem; line-height: 1.45; }
.trust-item:last-child { border-right: 1px solid rgba(255, 255, 255, .13); }
.trust-item strong { color: var(--color-champagne-light); font-weight: 600; }
.trust-number { color: var(--color-champagne-light); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }

.section-services { background: var(--color-ivory); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--color-border); border: 1px solid var(--color-border); }
.service-card { position: relative; min-height: 260px; padding: 2rem; background: var(--color-ivory); transition: background 220ms ease, transform 220ms var(--ease-standard), box-shadow 220ms ease; }
.service-card:hover { z-index: 1; background: var(--color-white); box-shadow: var(--shadow-card); transform: translateY(-4px); }
.service-card-featured { color: var(--color-white); background: var(--color-navy); }
.service-card-featured:hover { background: var(--color-navy-deep); }
.service-index { position: absolute; top: 1.8rem; right: 2rem; color: var(--color-champagne); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.service-card-featured .service-index { color: var(--color-champagne-light); }
.service-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 2rem; color: var(--color-champagne); border: 1px solid var(--color-champagne-light); border-radius: 50%; }
.service-card h3 { font-size: 1.38rem; }
.service-card p { margin-top: .7rem; color: var(--color-ink-soft); font-size: .88rem; line-height: 1.65; }
.service-card-featured p { color: rgba(255, 255, 255, .7); }
.text-link { display: inline-flex; align-items: center; gap: .4rem; min-height: 44px; margin-top: 1rem; color: var(--color-champagne); font-size: .76rem; font-weight: 700; letter-spacing: .04em; transition: gap 180ms ease; }
.text-link:hover { gap: .7rem; }
.service-card-featured .text-link { color: var(--color-champagne-light); }

/* Concept 06 — film strip service portfolio */
.service-film { margin-top: 4rem; padding: clamp(2rem, 5vw, 3.5rem); color: var(--color-white); background: var(--color-navy); border: 1px solid rgba(232, 212, 176, .22); box-shadow: var(--shadow-float); }
.service-film-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.service-film-head .kicker { display: flex; align-items: center; gap: .65rem; margin-bottom: .9rem; color: var(--color-champagne-light); font-size: .67rem; font-weight: 700; letter-spacing: .17em; }
.service-film-head .kicker::before { width: 2rem; height: 1px; content: ''; background: currentColor; }
.service-film-head p { max-width: 430px; color: rgba(255, 255, 255, .68); font-size: .95rem; line-height: 1.65; }
.service-film-count { flex: 0 0 auto; color: var(--color-champagne-light); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.service-film-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .75rem; margin-top: 2.5rem; }
.service-film-card { position: relative; min-width: 0; min-height: 300px; display: flex; align-items: flex-end; overflow: hidden; color: var(--color-white); background: var(--color-navy-deep); isolation: isolate; }
.service-film-card::before { position: absolute; inset: 0; z-index: 1; content: ''; background: linear-gradient(0deg, rgba(7, 27, 44, .95), rgba(7, 27, 44, .06) 68%); pointer-events: none; }
.service-film-card::after { position: absolute; inset: .65rem; z-index: 2; content: ''; border: 1px solid rgba(232, 212, 176, .32); opacity: 0; transform: scale(.96); transition: opacity 260ms ease, transform 320ms var(--ease-editorial); pointer-events: none; }
.service-film-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transform: scale(1.02); transition: filter 500ms ease, transform 700ms var(--ease-editorial); }
.service-film-card:hover img, .service-film-card:focus-visible img { filter: saturate(1); transform: scale(1.1); }
.service-film-card:hover::after, .service-film-card:focus-visible::after { opacity: 1; transform: scale(1); }
.service-film-card:focus-visible { outline: 3px solid var(--color-champagne-light); outline-offset: 4px; }
.service-film-number { position: absolute; top: 1rem; left: 1rem; z-index: 3; color: var(--color-champagne-light); font-size: .68rem; font-weight: 700; letter-spacing: .14em; }
.service-film-overlay { position: relative; z-index: 3; display: grid; gap: .5rem; width: 100%; padding: 1.15rem; }
.service-film-overlay strong { font: 500 clamp(1.2rem, 1.8vw, 1.55rem)/1.05 'Playfair Display', Georgia, serif; }
.service-film-overlay > span { color: rgba(255, 255, 255, .68); font-size: .7rem; line-height: 1.35; }
.service-film-overlay b { margin-left: .25rem; color: var(--color-champagne-light); font-size: .95rem; transition: transform 220ms var(--ease-editorial); }
.service-film-card:hover .service-film-overlay b, .service-film-card:focus-visible .service-film-overlay b { display: inline-block; transform: translateX(4px); }
.service-film-card-featured { background: var(--color-deep, var(--color-navy-deep)); }

.section-gallery { background: var(--color-white); }
.gallery-top { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 3rem; }
.gallery-intro { max-width: 390px; padding-bottom: .45rem; color: var(--color-ink-soft); font-size: .92rem; }

/* Concept 06 — atelier cards gallery hero */
.gallery-atelier { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 590px; overflow: hidden; color: var(--color-white); background: var(--color-navy-deep); }
.gallery-atelier-copy { padding: clamp(2.25rem, 6vw, 4.5rem); }
.gallery-atelier-copy h2 { margin-top: 1rem; font-size: clamp(2.8rem, 5vw, 4.6rem); line-height: .92; }
.gallery-atelier-copy h2 em { color: var(--color-champagne-light); font-weight: 500; }
.gallery-atelier-copy > p:not(.eyebrow) { max-width: 330px; margin-top: 1.25rem; color: rgba(255,255,255,.68); font-size: .92rem; line-height: 1.7; }
.gallery-atelier-mark { display: inline-flex; align-items: center; gap: .65rem; margin-top: 3rem; color: var(--color-champagne-light); font-size: .63rem; font-weight: 700; letter-spacing: .15em; }
.gallery-atelier-mark::before { width: 2.6rem; height: 1px; content: ''; background: currentColor; }
.gallery-atelier-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.18); }
.gallery-atelier-card { position: relative; min-width: 0; min-height: 294px; display: flex; align-items: end; overflow: hidden; color: var(--color-white); background: var(--color-navy); isolation: isolate; }
.gallery-atelier-card-wide { grid-column: span 2; }
.gallery-atelier-card::after { position: absolute; inset: 0; z-index: 1; content: ''; background: linear-gradient(0deg, rgba(7,27,44,.92), transparent 65%); pointer-events: none; }
.gallery-atelier-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: opacity 350ms ease, transform 700ms var(--ease-editorial); }
.gallery-atelier-card:hover img, .gallery-atelier-card:focus-visible img { opacity: 1; transform: scale(1.07); }
.gallery-atelier-card:focus-visible { outline: 3px solid var(--color-champagne-light); outline-offset: -4px; }
.gallery-atelier-card > span { position: relative; z-index: 2; display: grid; gap: .45rem; width: 100%; padding: 1.15rem; }
.gallery-atelier-card b { color: var(--color-champagne-light); font-size: .63rem; letter-spacing: .14em; }
.gallery-atelier-card strong { font: 500 clamp(1.25rem, 2vw, 1.6rem)/1.05 'Playfair Display', Georgia, serif; }

/* Concept 10 — type overlay gallery hero */
.gallery-type-hero { position: relative; min-height: 560px; display: grid; align-items: end; overflow: hidden; color: var(--color-white); background: var(--color-navy); isolation: isolate; }
.gallery-type-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.78); transform: scale(1.02); transition: transform 900ms var(--ease-editorial), filter 500ms ease; }
.gallery-type-hero:hover > img { filter: saturate(1); transform: scale(1.07); }
.gallery-type-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,27,44,.91), rgba(7,27,44,.38) 57%, rgba(7,27,44,.52)), linear-gradient(0deg, rgba(7,27,44,.9), transparent 58%); pointer-events: none; }
.gallery-type-copy { position: relative; z-index: 1; padding: clamp(2.5rem, 7vw, 6rem); }
.gallery-type-copy h2 { max-width: 820px; margin-top: 1.1rem; font-size: clamp(4rem, 9vw, 8.8rem); line-height: .8; letter-spacing: -.07em; }
.gallery-type-copy h2 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.86); }
.gallery-type-copy > p:last-child { max-width: 350px; margin-top: 2rem; color: rgba(255,255,255,.74); font-size: 1rem; line-height: 1.65; }
.gallery-type-meta { position: absolute; right: 2rem; bottom: 2rem; z-index: 2; color: var(--color-champagne-light); font-size: .63rem; font-weight: 700; letter-spacing: .16em; writing-mode: vertical-rl; }
.gallery-type-hero + .filter-list { position: relative; z-index: 2; margin-top: -1px; padding: .75rem 1rem 1rem; color: var(--color-white); background: var(--color-navy); border-bottom-color: rgba(255,255,255,.22); }
.gallery-type-hero + .filter-list .filter-button { color: rgba(255,255,255,.68); }
.gallery-type-hero + .filter-list .filter-button:hover, .gallery-type-hero + .filter-list .filter-button.is-active { color: var(--color-navy); background: var(--color-champagne-light); border-color: var(--color-champagne-light); }
.filter-list { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 3rem; padding-bottom: 1rem; border-bottom: 1px solid var(--color-border); }
.filter-button { min-height: 44px; padding: .6rem .85rem; color: var(--color-ink-soft); background: transparent; border: 1px solid transparent; border-radius: 2px; font-size: .77rem; font-weight: 700; cursor: pointer; transition: color 180ms ease, background 180ms ease, border-color 180ms ease; }
.filter-button span { margin-left: .35rem; color: var(--color-champagne); font-size: .65rem; }
.filter-button:hover, .filter-button.is-active { color: var(--color-navy); background: var(--color-ivory); border-color: var(--color-champagne-light); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.gallery-item { position: relative; min-width: 0; overflow: hidden; grid-column: span 3; }
.gallery-item-large { grid-column: span 6; grid-row: span 2; }
.gallery-item-tall { grid-column: span 3; grid-row: span 2; }
.gallery-item-wide { grid-column: span 6; }
.gallery-item button { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; background: var(--color-ivory); border: 0; cursor: pointer; }
.gallery-item-large button { aspect-ratio: 4 / 5; }
.gallery-item-tall button { aspect-ratio: 3 / 5; }
.gallery-item-wide button { aspect-ratio: 16 / 8; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 500ms var(--ease-standard), filter 300ms ease; }
.gallery-item button::after { position: absolute; inset: 0; content: ''; background: linear-gradient(0deg, rgba(7, 27, 44, .76), transparent 55%); opacity: .72; pointer-events: none; }
.gallery-item button:hover img, .gallery-item button:focus-visible img { filter: brightness(.86); transform: scale(1.045); }
.gallery-item figcaption { position: absolute; right: .8rem; bottom: .75rem; left: .8rem; z-index: 1; display: flex; justify-content: space-between; gap: .5rem; color: var(--color-white); font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; pointer-events: none; }
.gallery-item figcaption span { color: var(--color-champagne-light); }
.gallery-note { margin-top: 2rem; color: var(--color-ink-soft); font-size: .78rem; text-align: center; }

/* Editorial rhythm: fixed placement keeps the image sequence stable. */
.gallery-item:nth-child(1) { grid-column: 1 / span 6; grid-row: 1 / span 2; }
.gallery-item:nth-child(2) { grid-column: 7 / span 3; grid-row: 1 / span 2; }
.gallery-item:nth-child(3) { grid-column: 10 / span 3; grid-row: 1; }
.gallery-item:nth-child(4) { grid-column: 10 / span 3; grid-row: 2; }
.gallery-item:nth-child(5) { grid-column: 1 / span 3; grid-row: 3; }
.gallery-item:nth-child(6) { grid-column: 4 / span 3; grid-row: 3; }
.gallery-item:nth-child(7) { grid-column: 7 / span 3; grid-row: 3; }
.gallery-item:nth-child(8) { grid-column: 10 / span 3; grid-row: 3; }
.gallery-item:nth-child(9) { grid-column: 1 / span 6; grid-row: 4; }
.gallery-item:nth-child(10) { grid-column: 7 / span 3; grid-row: 4; }
.gallery-item:nth-child(11) { grid-column: 10 / span 3; grid-row: 4; }
.gallery-item:nth-child(12) { grid-column: 1 / span 12; grid-row: 5; }

.section-navy { color: var(--color-white); background: var(--color-navy); }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.on-dark-copy { max-width: 410px; color: rgba(255, 255, 255, .7) !important; }
.section-navy .button { margin-top: 2rem; }
.reason-list { border-top: 1px solid var(--color-border-dark); }
.reason-item { display: grid; grid-template-columns: 42px 1fr; gap: 1.3rem; padding: 1.65rem 0; border-bottom: 1px solid var(--color-border-dark); }
.reason-item > span { color: var(--color-champagne-light); font-size: .7rem; font-weight: 700; letter-spacing: .08em; }
.reason-item h3 { font-size: 1.2rem; font-weight: 500; }
.reason-item p { margin-top: .45rem; color: rgba(255, 255, 255, .64); font-size: .86rem; }

.section-process { background: var(--color-ivory); }

/* Concept 04 — Ribbon Orbit process journey */
.ribbon-journey {
  --ribbon-ink: #071b2c;
  --ribbon-blue: var(--color-navy);
  --ribbon-gold: var(--color-champagne-light);
  --ribbon-line: rgba(232, 212, 176, .35);
  position: relative;
  overflow: hidden;
  color: var(--color-white);
  background: radial-gradient(circle at 72% 38%, rgba(82, 119, 142, .34), transparent 28%), linear-gradient(135deg, #071b2c 0%, #102a43 58%, #173f5d 100%);
  isolation: isolate;
}
.ribbon-journey::before { position: absolute; inset: 0; content: ''; background: linear-gradient(115deg, transparent 0 38%, rgba(232, 212, 176, .08) 38.2%, transparent 38.5%), repeating-linear-gradient(90deg, transparent 0 78px, rgba(232, 212, 176, .035) 79px, transparent 80px); pointer-events: none; }
.ribbon-journey .container { position: relative; z-index: 1; }
.ribbon-journey .ribbon-head { position: relative; z-index: 3; display: flex; align-items: end; justify-content: space-between; gap: 2rem; min-height: 220px; padding-bottom: 2rem; border-bottom: 1px solid rgba(232, 212, 176, .25); }
.ribbon-journey .ribbon-intro h2 { max-width: 620px; margin-top: .8rem; font-size: clamp(2.7rem, 6vw, 5.25rem); }
.ribbon-journey .ribbon-intro h2 em { color: var(--ribbon-gold); font-weight: 500; }
.ribbon-journey .ribbon-intro > p:last-child { max-width: 470px; margin-top: 1.1rem; color: rgba(255, 255, 255, .7); font-size: .95rem; }
.ribbon-journey .ribbon-counter { display: grid; grid-template-columns: auto auto auto; align-items: end; gap: .5rem; padding-bottom: .4rem; color: var(--ribbon-gold); }
.ribbon-journey .ribbon-counter small { grid-column: 1 / -1; font-size: .56rem; letter-spacing: .18em; }
.ribbon-journey .ribbon-counter strong { font: 500 clamp(3.2rem, 7vw, 5.75rem) / .76 'Playfair Display', Georgia, serif; letter-spacing: -.08em; }
.ribbon-journey .ribbon-counter span { padding-bottom: .35rem; font-size: .72rem; letter-spacing: .16em; }
.ribbon-journey .ribbon-stage { position: relative; z-index: 2; min-height: 930px; padding: 72px 42px 74px; overflow: hidden; }
.ribbon-journey .ribbon-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(232, 212, 176, .22); border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.ribbon-journey .ribbon-orbit-outer { width: 420px; height: 420px; animation: ribbon-journey-spin 28s linear infinite; }
.ribbon-journey .ribbon-orbit-inner { width: 270px; height: 270px; border-style: dashed; opacity: .7; animation: ribbon-journey-spin-reverse 18s linear infinite; }
.ribbon-journey .ribbon-route { position: absolute; top: 118px; bottom: 118px; left: 50%; width: 10px; transform: translateX(-50%); }
.ribbon-journey .ribbon-route::before { position: absolute; top: 0; right: 3px; bottom: 0; left: 3px; content: ''; background: linear-gradient(var(--ribbon-gold), rgba(232, 212, 176, .15)); border-radius: 99px; opacity: .32; }
.ribbon-journey .ribbon-route > span { position: absolute; top: 0; left: 0; width: 10px; height: 32%; background: linear-gradient(180deg, #fff, var(--ribbon-gold)); border-radius: 99px; box-shadow: 0 0 28px rgba(232, 212, 176, .85); animation: ribbon-journey-travel 4s .6s cubic-bezier(.16, 1, .3, 1) both infinite; }
.ribbon-journey .ribbon-route i, .ribbon-journey .ribbon-route b { position: absolute; left: -7px; width: 24px; height: 24px; border: 1px solid var(--ribbon-gold); border-radius: 50%; background: var(--ribbon-blue); box-shadow: 0 0 0 7px rgba(232, 212, 176, .08); }
.ribbon-journey .ribbon-route i { top: 33%; }
.ribbon-journey .ribbon-route b { top: 66%; }
.ribbon-journey .ribbon-node-nav { position: absolute; inset: 100px 0; z-index: 3; display: flex; flex-direction: column; justify-content: space-between; align-items: center; pointer-events: none; }
.ribbon-journey .ribbon-node { position: relative; display: grid; width: 88px; height: 88px; place-items: center; color: rgba(255, 255, 255, .72); background: rgba(7, 27, 44, .86); border: 1px solid rgba(232, 212, 176, .48); border-radius: 50%; cursor: pointer; pointer-events: auto; transition: transform 320ms var(--ease-editorial), color 240ms ease, background 240ms ease, box-shadow 240ms ease; }
.ribbon-journey .ribbon-node span { font: 500 1.5rem / 1 'Playfair Display', Georgia, serif; }
.ribbon-journey .ribbon-node small { position: absolute; top: 100%; margin-top: .5rem; color: rgba(232, 212, 176, .68); font-size: .56rem; font-weight: 700; letter-spacing: .16em; }
.ribbon-journey .ribbon-node:hover, .ribbon-journey .ribbon-node:focus-visible, .ribbon-journey .ribbon-node.is-active { color: var(--ribbon-ink); background: var(--ribbon-gold); transform: scale(1.18); box-shadow: 0 0 0 10px rgba(232, 212, 176, .12), 0 0 48px rgba(232, 212, 176, .42); }
.ribbon-journey .ribbon-node:focus-visible { outline: 3px solid var(--color-white); outline-offset: 5px; }
.ribbon-journey .ribbon-node.is-active::after { position: absolute; inset: -14px; content: ''; border: 1px solid rgba(232, 212, 176, .65); border-radius: 50%; animation: ribbon-journey-pulse 2.5s ease-in-out infinite; }
.ribbon-journey .ribbon-chapters { position: relative; z-index: 4; min-height: 780px; margin: 0; padding: 0; list-style: none; }
.ribbon-journey .ribbon-chapter { position: absolute; display: grid; grid-template-columns: minmax(0, 250px) minmax(150px, 240px); align-items: center; gap: 20px; width: min(48%, 500px); opacity: .52; transform: scale(.94); transition: opacity 500ms ease, transform 500ms var(--ease-editorial), filter 500ms ease; }
.ribbon-journey .ribbon-chapter.is-active { opacity: 1; filter: none; transform: scale(1); }
.ribbon-journey .ribbon-chapter:nth-child(1) { top: 2%; left: 0; }
.ribbon-journey .ribbon-chapter:nth-child(2) { top: 35%; right: 0; grid-template-columns: minmax(150px, 240px) minmax(0, 250px); }
.ribbon-journey .ribbon-chapter:nth-child(3) { right: 4%; bottom: 0; width: min(62%, 640px); grid-template-columns: minmax(0, 340px) 1fr; }
.ribbon-journey .ribbon-chapter:nth-child(2) .ribbon-chapter-copy { order: -1; }
.ribbon-journey .ribbon-chapter figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(232, 212, 176, .58); box-shadow: 0 24px 50px rgba(0, 0, 0, .28); isolation: isolate; }
.ribbon-journey .ribbon-chapter figure::after { position: absolute; inset: 0; content: ''; background: linear-gradient(145deg, rgba(232, 212, 176, .22), transparent 38%, rgba(7, 27, 44, .75)); pointer-events: none; }
.ribbon-journey .ribbon-chapter img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transform: scale(1.04); transition: transform 800ms var(--ease-editorial), filter 500ms ease; }
.ribbon-journey .ribbon-chapter:hover img, .ribbon-journey .ribbon-chapter:focus-within img { filter: saturate(1.08) contrast(1.05); transform: scale(1.12); }
.ribbon-journey .ribbon-chapter-portrait figure { aspect-ratio: 3 / 4; }
.ribbon-journey .ribbon-chapter-landscape figure { aspect-ratio: 4 / 3; }
.ribbon-journey .ribbon-chapter-wide figure { aspect-ratio: 16 / 8; }
.ribbon-journey .ribbon-chapter figcaption { position: absolute; right: 1rem; bottom: .9rem; left: 1rem; z-index: 2; display: grid; gap: .3rem; }
.ribbon-journey .ribbon-chapter figcaption small { color: var(--ribbon-gold); font-size: .56rem; font-weight: 700; letter-spacing: .17em; }
.ribbon-journey .ribbon-chapter figcaption strong { font: 500 1.38rem / 1.04 'Playfair Display', Georgia, serif; }
.ribbon-journey .ribbon-chapter-copy { display: grid; gap: .75rem; }
.ribbon-journey .ribbon-step-tag { margin: 0; color: var(--ribbon-gold); font-size: .65rem; font-weight: 700; letter-spacing: .14em; }
.ribbon-journey .ribbon-chapter-copy p { margin: 0; color: rgba(255, 255, 255, .7); font-size: .82rem; line-height: 1.65; }
.ribbon-journey .ribbon-chapter-wide .ribbon-chapter-copy { padding-top: 1.1rem; }
.ribbon-journey .ribbon-chapter-wide .ribbon-chapter-copy::before { content: '03'; color: rgba(232, 212, 176, .2); font: 500 5.25rem / .7 'Playfair Display', Georgia, serif; }
.ribbon-journey .ribbon-closing { position: relative; z-index: 4; display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; padding: 0 42px 44px; }
.ribbon-journey .ribbon-closing p { margin: 0; font: 500 clamp(1.7rem, 4vw, 3rem) / .98 'Playfair Display', Georgia, serif; }
.ribbon-journey .ribbon-closing em { color: var(--ribbon-gold); font-weight: 500; }
.ribbon-journey .ribbon-cta { display: inline-flex; align-items: center; gap: .6rem; margin-top: 0; color: var(--ribbon-ink); }
.ribbon-journey .ribbon-cta:hover { color: var(--ribbon-ink); }
.ribbon-journey .ribbon-cta:focus-visible { outline: 3px solid var(--color-white); outline-offset: 5px; }
@keyframes ribbon-journey-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes ribbon-journey-spin-reverse { to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes ribbon-journey-travel { 0%, 10% { transform: translateY(-100%); opacity: 0; } 25%, 72% { opacity: 1; } 100% { transform: translateY(310%); opacity: 0; } }
@keyframes ribbon-journey-pulse { 0%, 100% { transform: scale(.9); opacity: .25; } 50% { transform: scale(1.1); opacity: 1; } }

/* Editorial Voices — one lead note, two supporting notes. */
.section-reviews { background: var(--color-white); }
.reviews-layout { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.reviews-intro { position: relative; }
.reviews-intro::before { position: absolute; top: .45rem; left: -1.5rem; width: 1px; height: 42px; content: ''; background: var(--color-champagne-light); }
.reviews-meta { display: inline-flex; align-items: center; gap: .6rem; margin-top: 2.25rem; color: var(--color-ink-soft); font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.reviews-meta::before { width: 2rem; height: 1px; content: ''; background: var(--color-champagne-light); }
.review-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.review-card { position: relative; min-width: 0; min-height: 0; margin: 0; padding: clamp(1.25rem, 2.5vw, 2rem); border: 1px solid rgba(164, 111, 37, .2); border-top: 2px solid var(--color-champagne-light); box-shadow: 0 12px 28px rgba(16, 42, 67, .06); transition: transform 260ms var(--ease-editorial), border-color 260ms ease, box-shadow 260ms ease; }
.review-card:hover, .review-card:focus-within { border-color: rgba(164, 111, 37, .55); box-shadow: 0 18px 34px rgba(16, 42, 67, .11); transform: translateY(-3px); }
.review-card-featured { grid-column: 1 / -1; min-height: 292px; display: grid; align-content: center; padding: clamp(2rem, 5vw, 4rem); color: var(--color-white); background: linear-gradient(135deg, var(--color-navy-deep), var(--color-navy)); border-color: rgba(232, 212, 176, .3); border-top-color: var(--color-champagne-light); box-shadow: 0 20px 45px rgba(7, 27, 44, .16); isolation: isolate; }
.review-card-featured::before { position: absolute; inset: 1rem; content: ''; border: 1px solid rgba(232, 212, 176, .18); pointer-events: none; }
.review-card-featured:hover, .review-card-featured:focus-within { border-color: var(--color-champagne-light); box-shadow: 0 24px 52px rgba(7, 27, 44, .22); transform: translateY(-3px); }
.review-card-supporting { background: var(--color-ivory); }
.review-index { position: absolute; top: 1rem; right: 1rem; color: var(--color-champagne); font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.review-card-featured .review-index { color: var(--color-champagne-light); }
.quote-mark { display: block; color: var(--color-champagne); font-family: Georgia, serif; font-size: clamp(3rem, 6vw, 5rem); line-height: .68; }
.review-card-featured .quote-mark { color: var(--color-champagne-light); }
.review-card p { max-width: 34ch; margin-top: 1.25rem; color: var(--color-ink); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.5; }
.review-card-featured p { max-width: 38ch; margin-top: 1rem; color: rgba(255, 255, 255, .92); font-size: clamp(1.35rem, 2.25vw, 2rem); line-height: 1.3; }
.review-card footer { margin-top: 1.5rem; color: var(--color-ink-soft); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-card-featured footer { color: rgba(232, 212, 176, .8); }

.section-cta { padding: 3rem 0 var(--space-7); background: var(--color-white); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2.5rem, 6vw, 5rem); color: var(--color-white); background: var(--color-navy); }
.cta-panel h2 { margin-top: .7rem; }
.cta-panel h2 em { color: var(--color-champagne-light); font-weight: 500; }
.cta-panel > div:first-child > p:last-child { margin-top: 1rem; color: rgba(255, 255, 255, .68); font-size: .9rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.site-footer { padding: 4rem 0 1.5rem; color: rgba(255, 255, 255, .72); background: var(--color-navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.brand-footer { color: var(--color-white); }
.footer-copy { margin-top: 1.25rem; font-size: .8rem; }
.footer-label { margin-bottom: .85rem; color: var(--color-champagne-light); font-size: .65rem; font-weight: 700; letter-spacing: .14em; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem; font-size: .8rem; }
.footer-contact a { min-height: 32px; display: inline-flex; align-items: center; gap: .4rem; color: var(--color-white); transition: color 180ms ease; }
.footer-contact a:hover { color: var(--color-champagne-light); }
.footer-contact span { color: rgba(255, 255, 255, .5); font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1rem; border-top: 1px solid var(--color-border-dark); color: rgba(255, 255, 255, .4); font-size: .68rem; }

.mobile-contact-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 30; display: none; grid-template-columns: repeat(3, 1fr); padding: .35rem .5rem calc(.35rem + env(safe-area-inset-bottom)); color: var(--color-white); background: rgba(7, 27, 44, .97); box-shadow: 0 -8px 22px rgba(7, 27, 44, .16); }
.mobile-contact-bar a { display: flex; min-height: 50px; align-items: center; justify-content: center; gap: .35rem; border-right: 1px solid rgba(255, 255, 255, .15); font-size: .68rem; font-weight: 700; }
.mobile-contact-bar a:last-child { border-right: 0; }
.mobile-contact-bar a:first-child { color: var(--color-champagne-light); }

.icon { position: relative; display: inline-block; width: 19px; height: 19px; flex: 0 0 19px; }
.icon::before, .icon::after { position: absolute; content: ''; }
.icon-phone::before { inset: 2px 5px; border: 1.6px solid currentColor; border-radius: 7px 7px 6px 6px; transform: rotate(-42deg); }
.icon-phone::after { top: 1px; left: 4px; width: 4px; height: 6px; border-bottom: 1.6px solid currentColor; border-left: 1.6px solid currentColor; }
.icon-message::before { inset: 3px 1px 4px; border: 1.5px solid currentColor; border-radius: 4px; }
.icon-message::after { bottom: 2px; left: 5px; width: 5px; height: 5px; border-bottom: 1.5px solid currentColor; border-left: 1.5px solid currentColor; transform: skew(-20deg); }
.icon-send::before { top: 3px; left: 2px; width: 15px; height: 13px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: skew(-30deg) rotate(-24deg); }
.icon-tent::before { top: 2px; left: 3px; width: 13px; height: 13px; border-top: 1.5px solid currentColor; border-left: 1.5px solid currentColor; transform: rotate(45deg); }
.icon-tent::after { bottom: 2px; left: 3px; width: 13px; border-bottom: 1.5px solid currentColor; }
.icon-flower::before { top: 1px; left: 5px; width: 8px; height: 8px; border: 1.5px solid currentColor; border-radius: 50%; box-shadow: -5px 4px 0 -2px var(--color-ivory), 5px 4px 0 -2px var(--color-ivory); }
.icon-flower::after { bottom: 1px; left: 9px; width: 1.5px; height: 9px; background: currentColor; transform: rotate(-20deg); }
.icon-heart::before { top: 4px; left: 3px; width: 12px; height: 12px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.icon-home::before { top: 6px; left: 4px; width: 11px; height: 10px; border: 1.5px solid currentColor; }
.icon-home::after { top: 2px; left: 5px; width: 10px; height: 10px; border-top: 1.5px solid currentColor; border-left: 1.5px solid currentColor; transform: rotate(45deg); }
.icon-sparkle::before { inset: 4px; border: 1.5px solid currentColor; transform: rotate(45deg); }
.icon-sparkle::after { inset: 0; border-top: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.icon-layers::before { top: 3px; left: 3px; width: 12px; height: 7px; border: 1.5px solid currentColor; transform: skewY(-28deg); }
.icon-layers::after { bottom: 3px; left: 3px; width: 12px; height: 7px; border: 1.5px solid currentColor; transform: skewY(28deg); }
.icon-close::before, .icon-close::after { top: 9px; left: 2px; width: 16px; height: 1.5px; background: currentColor; }
.icon-close::before { transform: rotate(45deg); }
.icon-close::after { transform: rotate(-45deg); }
.icon-button { display: grid; width: 44px; height: 44px; place-items: center; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 50%; cursor: pointer; opacity: .8; transition: opacity 180ms ease, transform 180ms ease; }
.icon-button:hover { opacity: 1; transform: rotate(4deg); }

.lightbox[hidden] { display: none !important; }
.lightbox { position: fixed; inset: 0; z-index: var(--z-lightbox, 100); display: grid; place-items: center; padding: 1.5rem; overflow: hidden; color: var(--color-white); background: rgba(7, 27, 44, .96); }
.lightbox-backdrop { position: absolute; inset: 0; background: radial-gradient(circle at 50% 42%, rgba(16, 42, 67, .22), rgba(7, 27, 44, .98) 78%); cursor: pointer; }
.lightbox-figure { position: relative; z-index: 1; display: grid; justify-items: center; width: min(100%, 1100px); max-height: calc(100dvh - 3rem); margin: 0; }
.lightbox-title { margin-bottom: .85rem; color: var(--color-champagne-light); font-size: .67rem; font-weight: 700; letter-spacing: .18em; }
.lightbox-figure img { width: auto; max-width: min(86vw, 1060px); max-height: calc(100dvh - 8rem); object-fit: contain; opacity: 0; transition: opacity 180ms ease; }
.lightbox-figure img.is-ready { opacity: 1; }
.lightbox-figure img.has-error { display: none; }
.lightbox-figure figcaption { max-width: min(86vw, 760px); margin-top: .8rem; color: rgba(255, 255, 255, .72); font-size: .75rem; text-align: center; }
.lightbox-count { margin-top: .55rem; color: var(--color-champagne-light); font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.lightbox-status { min-height: 1.25rem; margin-top: .25rem; color: rgba(255, 255, 255, .6); font-size: .76rem; text-align: center; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; color: var(--color-white); background: rgba(255, 255, 255, .08); border: 1px solid rgba(232, 212, 176, .35); cursor: pointer; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.lightbox-close { top: max(1.25rem, env(safe-area-inset-top)); right: max(1.25rem, env(safe-area-inset-right)); width: 48px; height: 48px; border-radius: 50%; }
.lightbox-nav { top: 50%; width: 48px; height: 48px; transform: translateY(-50%); border-radius: 50%; }
.lightbox-nav svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.lightbox-nav-prev { left: max(1.25rem, env(safe-area-inset-left)); }
.lightbox-nav-next { right: max(1.25rem, env(safe-area-inset-right)); }
.lightbox-close:hover, .lightbox-nav:hover { color: var(--color-navy); background: var(--color-champagne-light); border-color: var(--color-champagne-light); }
.lightbox-nav-prev:hover { transform: translate(-3px, -50%); }
.lightbox-nav-next:hover { transform: translate(3px, -50%); }
.lightbox-close:focus-visible, .lightbox-nav:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }
@media (max-width: 767px) {
  .lightbox { padding: .75rem; }
  .lightbox-figure { max-height: calc(100dvh - 1.5rem); }
  .lightbox-figure img { max-width: 82vw; max-height: calc(100dvh - 8.5rem); }
  .lightbox-nav { width: 44px; height: 44px; }
  .lightbox-nav svg { width: 18px; height: 18px; }
  .lightbox-nav-prev { left: .45rem; }
  .lightbox-nav-next { right: .45rem; }
  .lightbox-close { top: max(.75rem, env(safe-area-inset-top)); right: max(.75rem, env(safe-area-inset-right)); }
}
@media (prefers-reduced-motion: reduce) {
  .lightbox-close, .lightbox-nav { transition: none; }
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity var(--reveal-duration, 500ms) var(--ease-standard) var(--reveal-delay, 0ms), transform var(--reveal-duration, 500ms) var(--ease-standard) var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1023px) {
  .container { width: min(100% - 3rem, 760px); }
  .site-nav { gap: 1rem; }
  .gallery-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .gallery-item:nth-child(1) { grid-column: 1 / span 6; grid-row: 1 / span 2; }
  .gallery-item:nth-child(2) { grid-column: 7 / span 3; grid-row: 1 / span 2; }
  .gallery-item:nth-child(3) { grid-column: 10 / span 3; grid-row: 1; }
  .gallery-item:nth-child(4) { grid-column: 10 / span 3; grid-row: 2; }
  .gallery-item:nth-child(5) { grid-column: 1 / span 3; grid-row: 3; }
  .gallery-item:nth-child(6) { grid-column: 4 / span 3; grid-row: 3; }
  .gallery-item:nth-child(7) { grid-column: 7 / span 3; grid-row: 3; }
  .gallery-item:nth-child(8) { grid-column: 10 / span 3; grid-row: 3; }
  .gallery-item:nth-child(9) { grid-column: 1 / span 6; grid-row: 4; }
  .gallery-item:nth-child(10) { grid-column: 7 / span 3; grid-row: 4; }
  .gallery-item:nth-child(11) { grid-column: 10 / span 3; grid-row: 4; }
  .gallery-item:nth-child(12) { grid-column: 1 / span 12; grid-row: 5; }
  .reviews-layout { gap: 2.5rem; }
}

@media (max-width: 767px) {
  :root { --header-height: 70px; }
  body { padding-bottom: 60px; }
  .ribbon-journey .ribbon-head { display: block; min-height: 0; padding-bottom: 1.5rem; }
  .ribbon-journey .ribbon-counter { margin-top: 1.5rem; }
  .ribbon-journey .ribbon-stage { min-height: 0; padding: 36px 22px 48px 72px; }
  .ribbon-journey .ribbon-orbit { left: 22px; transform: translateX(-50%); }
  .ribbon-journey .ribbon-orbit-outer { top: 18%; width: 170px; height: 170px; }
  .ribbon-journey .ribbon-orbit-inner { top: 18%; width: 110px; height: 110px; }
  .ribbon-journey .ribbon-route { top: 42px; bottom: 42px; left: 22px; transform: none; }
  .ribbon-journey .ribbon-node-nav { inset: 40px auto 40px 0; width: 44px; }
  .ribbon-journey .ribbon-node { width: 44px; height: 44px; }
  .ribbon-journey .ribbon-node span { font-size: .95rem; }
  .ribbon-journey .ribbon-node small { display: none; }
  .ribbon-journey .ribbon-chapters { min-height: 1020px; }
  .ribbon-journey .ribbon-chapter, .ribbon-journey .ribbon-chapter:nth-child(n) { position: absolute; display: grid; grid-template-columns: 1fr; width: 100%; gap: 13px; transform: translateX(10px) scale(.97) !important; }
  .ribbon-journey .ribbon-chapter.is-active { transform: translateX(0) scale(1) !important; }
  .ribbon-journey .ribbon-chapter:nth-child(1) { top: 0; left: 0; }
  .ribbon-journey .ribbon-chapter:nth-child(2) { top: 34%; right: auto; left: 0; }
  .ribbon-journey .ribbon-chapter:nth-child(3) { right: auto; bottom: 0; left: 0; width: 100%; }
  .ribbon-journey .ribbon-chapter:nth-child(2) .ribbon-chapter-copy { order: initial; }
  .ribbon-journey .ribbon-chapter figure, .ribbon-journey .ribbon-chapter-wide figure { aspect-ratio: 16 / 9; }
  .ribbon-journey .ribbon-chapter-portrait figure { width: 72%; aspect-ratio: 4 / 3; }
  .ribbon-journey .ribbon-chapter-copy { padding-right: 6px; }
  .ribbon-journey .ribbon-closing { display: block; padding: 0 22px 30px 72px; }
  .ribbon-journey .ribbon-closing .ribbon-cta { margin-top: 22px; }

  .container { width: min(100% - 2rem, 560px); }
  .section { padding: 4.5rem 0; }
  .site-header { position: absolute; }
  .header-inner { min-height: var(--header-height); }
  .menu-toggle { display: inline-flex; }
  .brand-monogram { width: 40px; height: 40px; margin-right: .6rem; font-size: 1rem; }
  .brand-tagline { display: none; }
  .brand-name { font-size: 1.05rem; }
  .site-nav { position: absolute; top: calc(100% - .25rem); right: 1rem; left: 1rem; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: .75rem; color: var(--color-white); background: rgba(7, 27, 44, .98); box-shadow: var(--shadow-float); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .55rem .75rem; }
  .site-nav .nav-call { justify-content: center; margin-top: .35rem; }
  .nav-call-number { display: none; }
  .hero { min-height: 720px; }
  .hero-media img { object-position: 62% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(7, 27, 44, .86), rgba(7, 27, 44, .22) 74%), linear-gradient(90deg, rgba(7, 27, 44, .34), transparent); }
  .hero-content { align-self: end; padding-bottom: 6.5rem; }
  .hero-content h1 { max-width: 500px; font-size: clamp(2.9rem, 13vw, 4.5rem); }
  .hero-copy { font-size: .96rem; }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { min-height: 108px; padding: 1rem .7rem; gap: .6rem; font-size: .7rem; }
  .trust-item:nth-child(odd) { border-left: 0; }
  .trust-item:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .service-grid { grid-template-columns: 1fr; margin-top: 2.5rem; }
  .service-card { min-height: 220px; padding: 1.5rem; }
  .service-icon { margin-bottom: 1.4rem; }
  .service-film { margin-top: 2.5rem; padding: 1.35rem; }
  .service-film-head { display: block; }
  .service-film-count { display: block; margin-top: 1.25rem; }
  .service-film-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; margin-top: 1.75rem; }
  .service-film-card { min-height: 230px; }
  .service-film-card-featured { grid-column: 1 / -1; min-height: 250px; }
  .service-film-overlay { padding: .85rem; }
  .service-film-overlay strong { font-size: 1.15rem; }
  .service-film-overlay > span { font-size: .66rem; }
  .gallery-top, .split-layout, .reviews-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .filter-list { margin-top: 2rem; gap: .25rem; }
  .filter-button { padding-inline: .6rem; font-size: .7rem; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .gallery-item:first-child { grid-column: 1 / -1; }
  .gallery-item button, .gallery-item-large button, .gallery-item-tall button, .gallery-item-wide button { aspect-ratio: 4 / 5; }
  .gallery-item:first-child button { aspect-ratio: 16 / 10; }
  .gallery-item figcaption { right: .5rem; bottom: .5rem; left: .5rem; font-size: .6rem; }
  .reason-item { grid-template-columns: 32px 1fr; gap: .8rem; }
  .process-grid { grid-template-columns: 1fr; gap: 2.5rem; margin-top: 2.5rem; }
  .process-item { padding-top: 1.2rem; }
  .process-item h3 { margin-top: 1rem; }
  .reviews-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .reviews-intro::before { top: -1.2rem; left: 0; width: 28px; height: 1px; }
  .reviews-meta { margin-top: 1.75rem; font-size: .58rem; letter-spacing: .11em; }
  .review-stack { grid-template-columns: 1fr; gap: .75rem; }
  .review-card-featured { min-height: 0; padding: 2.25rem 1.35rem; }
  .review-card-featured::before { inset: .7rem; }
  .review-card-supporting { padding: 1.35rem; }
  .review-card p, .review-card-featured p { max-width: 34ch; font-size: 1.05rem; line-height: 1.55; }
  .review-card-featured p { font-size: 1.3rem; line-height: 1.4; }
  .review-card:hover, .review-card:focus-within, .review-card-featured:hover, .review-card-featured:focus-within { transform: none; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 2.25rem 1.5rem; }
  .cta-actions { width: 100%; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: .5rem; margin-top: 2.5rem; }
  .mobile-contact-bar { display: grid; }
}

@media (min-width: 1440px) {
  .hero-content h1 { font-size: 6.7rem; }
}

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

/* Editorial upgrade */
:root {
  --z-header: 20;
  --z-mobile-bar: 30;
  --z-lightbox: 100;
  --ease-editorial: cubic-bezier(.16, 1, .3, 1);
}

.site-header.is-scrolled { border-bottom: 1px solid rgba(232, 212, 176, .18); box-shadow: 0 12px 30px rgba(7, 27, 44, .12); }
.site-nav a[data-nav-section].is-active { color: var(--color-champagne-light); }
.site-nav a[data-nav-section].is-active::after { transform: scaleX(1); transform-origin: left; }

.hero::after { position: absolute; right: 0; bottom: 0; width: min(42vw, 560px); height: 1px; content: ''; background: linear-gradient(90deg, transparent, var(--color-champagne-light)); opacity: .7; }
.hero-content { position: relative; z-index: 1; }
.hero-kicker { display: flex; align-items: center; gap: .8rem; }
.hero-kicker-line { width: 32px; height: 1px; background: var(--color-champagne-light); }
.hero-content h1 em { color: var(--color-champagne-light); font-style: italic; font-weight: 500; }
.hero-side-note { position: absolute; top: 50%; right: max(2rem, calc((100% - 1180px) / 2)); display: flex; align-items: center; gap: .7rem; color: rgba(255, 255, 255, .62); font-size: .63rem; font-weight: 700; letter-spacing: .14em; writing-mode: vertical-rl; transform: translateY(-50%); }
.hero-side-rule { width: 1px; height: 64px; background: rgba(232, 212, 176, .72); }
.scroll-line { position: relative; overflow: hidden; }
.scroll-line::after { position: absolute; inset: -52px 0 auto; height: 22px; content: ''; background: var(--color-white); animation: scroll-pulse 2.2s ease-in-out infinite; }
@keyframes scroll-pulse { 0% { transform: translateY(0); opacity: 0; } 28% { opacity: .8; } 75%, 100% { transform: translateY(76px); opacity: 0; } }

.trust-strip { position: relative; }
.trust-strip-label { position: absolute; top: 50%; left: max(1rem, calc((100% - 1340px) / 2)); color: rgba(232, 212, 176, .42); font-size: .56rem; font-weight: 700; letter-spacing: .16em; line-height: 1.5; transform: translateY(-50%); }
.trust-grid { padding-left: 4.5rem; }
.trust-item { position: relative; transition: background 220ms ease, color 220ms ease; }
.trust-item:hover { background: rgba(255, 255, 255, .045); }

.section-heading { position: relative; }
.section-heading::before { position: absolute; top: .4rem; left: -1.5rem; width: 1px; height: 32px; content: ''; background: var(--color-champagne-light); opacity: .8; }
.service-card { overflow: hidden; }
.service-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ''; background: var(--color-champagne-light); transform: scaleX(0); transform-origin: left; transition: transform 260ms var(--ease-editorial); }
.service-card:hover::after, .service-card:focus-within::after { transform: scaleX(1); }
.service-card-featured::after { background: var(--color-white); }
.service-card:hover .service-icon, .service-card:focus-within .service-icon { color: var(--color-ink); background: var(--color-champagne-light); transform: rotate(-8deg); }
.service-icon { transition: color 220ms ease, background 220ms ease, transform 220ms var(--ease-editorial); }

.gallery-top { position: relative; }
.gallery-top::after { position: absolute; top: 0; right: 0; width: 72px; height: 72px; content: ''; border-top: 1px solid var(--color-champagne-light); border-right: 1px solid var(--color-champagne-light); opacity: .7; }
.gallery-item button { position: relative; }
.gallery-item button::after { position: absolute; right: .8rem; bottom: .8rem; padding: .45rem .6rem; color: var(--color-white); background: rgba(7, 27, 44, .78); content: 'Mở ảnh'; font-size: .63rem; font-weight: 700; letter-spacing: .08em; opacity: 0; transform: translateY(5px); transition: opacity 200ms ease, transform 200ms var(--ease-editorial); }
.gallery-item button:hover::after, .gallery-item button:focus-visible::after { opacity: 1; transform: translateY(0); }
.gallery-item-large button::before { position: absolute; top: 1rem; left: 1rem; z-index: 1; padding: .4rem .55rem; color: var(--color-navy); background: var(--color-champagne-light); content: 'NỔI BẬT'; font-size: .6rem; font-weight: 700; letter-spacing: .12em; }
.gallery-item img { transition: transform 700ms var(--ease-editorial), filter 300ms ease; }
.gallery-note { display: flex; align-items: center; justify-content: center; gap: .8rem; }
.gallery-note::before, .gallery-note::after { width: 28px; height: 1px; content: ''; background: var(--color-champagne-light); }

.section-navy { position: relative; overflow: hidden; }
.section-navy::before { position: absolute; top: -25%; right: -10%; width: 45vw; height: 45vw; content: ''; border: 1px solid rgba(232, 212, 176, .12); border-radius: 50%; }
.section-navy::after { position: absolute; top: 0; right: 18%; width: 1px; height: 100%; content: ''; background: linear-gradient(transparent, rgba(232, 212, 176, .24), transparent); }
.split-layout { position: relative; z-index: 1; }
.reason-item { transition: padding 220ms var(--ease-editorial), background 220ms ease; }
.reason-item:hover { padding-left: .8rem; background: linear-gradient(90deg, rgba(255, 255, 255, .05), transparent); }

.process-grid { position: relative; }
.process-grid::before { position: absolute; top: 0; right: 16.66%; left: 0; height: 1px; content: ''; background: linear-gradient(90deg, var(--color-champagne), rgba(164, 111, 37, .18)); }
.process-item { border-top: 0; }
.process-item::before { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; content: ''; background: var(--color-champagne); border: 2px solid var(--color-ivory); border-radius: 50%; box-shadow: 0 0 0 1px var(--color-champagne); }
.process-item + .process-item::before { background: var(--color-ivory); }
.process-line { display: none; }
.process-item h3 { transition: color 180ms ease; }
.process-item:hover h3 { color: var(--color-champagne); }

.cta-panel { position: relative; isolation: isolate; overflow: hidden; border: 1px solid rgba(232, 212, 176, .22); box-shadow: var(--shadow-float); }
.cta-panel::before { position: absolute; right: -5rem; bottom: -8rem; z-index: -1; width: 25rem; height: 25rem; content: ''; border: 1px solid rgba(232, 212, 176, .2); border-radius: 50%; }
.cta-panel::after { position: absolute; top: 2rem; right: 2rem; width: 64px; height: 64px; content: ''; border-top: 1px solid var(--color-champagne-light); border-right: 1px solid var(--color-champagne-light); opacity: .72; }
.cta-actions .button-light { min-width: 170px; }
.mobile-contact-bar a { position: relative; transition: color 180ms ease, background 180ms ease; }
.mobile-contact-bar a:active { background: rgba(255, 255, 255, .12); }
.mobile-contact-bar a:focus-visible { z-index: 1; outline-offset: -3px; }

@media (max-width: 767px) {
  .hero::before { inset: .75rem; }
  .hero-side-note, .trust-strip-label { display: none; }
  .hero-content h1 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
  .section-heading::before { left: 0; top: -1.2rem; width: 28px; height: 1px; }
  .trust-grid { padding-left: 0; }
  .gallery-top::after { width: 44px; height: 44px; }
  .gallery-atelier { display: block; min-height: auto; }
  .gallery-atelier-copy { padding: 2.25rem 1.5rem 2rem; }
  .gallery-atelier-copy h2 { font-size: clamp(2.55rem, 11vw, 3.8rem); }
  .gallery-atelier-mark { margin-top: 2rem; }
  .gallery-atelier-card { min-height: 205px; }
  .gallery-atelier-card > span { padding: .85rem; }
  .gallery-atelier-card strong { font-size: 1.18rem; }
  .gallery-type-hero { min-height: 530px; }
  .gallery-type-copy { padding: 2.25rem 1.5rem 2.75rem; }
  .gallery-type-copy h2 { max-width: 330px; font-size: clamp(3.4rem, 15vw, 5rem); line-height: .88; }
  .gallery-type-copy h2 span { -webkit-text-stroke-width: .8px; }
  .gallery-type-copy > p:last-child { max-width: 285px; margin-top: 1.5rem; font-size: .95rem; }
  .gallery-type-meta { right: 1rem; bottom: 1.25rem; font-size: .55rem; }
  .gallery-type-hero + .filter-list { margin-top: 0; padding: .65rem .45rem .85rem; }
  .gallery-item button::after { right: .5rem; bottom: .5rem; padding: .35rem .45rem; font-size: .56rem; opacity: 1; transform: none; }
  .gallery-item-large button::before { top: .5rem; left: .5rem; font-size: .52rem; }
  .process-grid::before { right: auto; bottom: 0; left: 3px; width: 1px; height: 100%; background: linear-gradient(var(--color-champagne), rgba(164, 111, 37, .12)); }
  .process-item { padding: 0 0 0 2rem; }
  .process-item + .process-item { margin-top: 2.4rem; }
  .process-item::before { top: .2rem; left: 0; }
  .cta-panel::after { top: 1rem; right: 1rem; width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-line::after { animation: none; }
  .hero-media img { transform: none !important; }
  .review-card,
  .review-card:hover,
  .review-card:focus-within,
  .review-card-featured:hover,
  .review-card-featured:focus-within { transform: none; transition: none; }
}

/* Concept 09 — prism frames for the reasons section */
.section-prism { isolation: isolate; }
.section-prism .split-layout { align-items: center; }
.prism-why-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; perspective: 1100px; }
.prism-why-card { --pointer-x: 50%; --pointer-y: 50%; --prism-tilt-x: 0deg; --prism-tilt-y: 0deg; position: relative; min-width: 0; min-height: 230px; display: block; overflow: hidden; color: var(--color-white); background: var(--color-navy-deep); border: 1px solid rgba(232, 212, 176, .24); box-shadow: 0 14px 34px rgba(7, 27, 44, .18); isolation: isolate; transform: perspective(1000px) rotateX(var(--prism-tilt-y)) rotateY(var(--prism-tilt-x)); transition: transform 240ms var(--ease-editorial), border-color 240ms ease, box-shadow 240ms ease; }
.prism-why-card::before { position: absolute; inset: .65rem; z-index: 2; content: ''; border: 1px solid rgba(232, 212, 176, .52); pointer-events: none; }
.prism-why-card::after { position: absolute; inset: 0; z-index: 1; content: ''; background: linear-gradient(0deg, rgba(7, 27, 44, .95), rgba(7, 27, 44, .08) 70%); pointer-events: none; }
.prism-why-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; filter: saturate(.76); transform: scale(1.02); transition: transform 600ms var(--ease-editorial), opacity 260ms ease, filter 260ms ease; }
.prism-why-shine { position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(232, 212, 176, .38), transparent 34%); mix-blend-mode: screen; opacity: .82; pointer-events: none; }
.prism-why-content { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 3; display: grid; gap: .35rem; }
.prism-why-content small { color: var(--color-champagne-light); font-size: .6rem; font-weight: 700; letter-spacing: .13em; }
.prism-why-content strong { max-width: 16ch; font: 500 clamp(1.2rem, 2vw, 1.55rem)/1.05 'Playfair Display', Georgia, serif; }
.prism-why-content em { max-width: 34ch; color: rgba(255, 255, 255, .72); font-size: .73rem; font-style: normal; line-height: 1.45; }
.prism-why-content b { position: absolute; right: 0; bottom: .05rem; color: var(--color-champagne-light); font-size: 1.1rem; font-weight: 400; transition: transform 220ms var(--ease-editorial); }
.prism-why-card:hover, .prism-why-card:focus-visible { z-index: 2; border-color: var(--color-champagne-light); box-shadow: 0 22px 48px rgba(7, 27, 44, .28); }
.prism-why-card:hover img, .prism-why-card:focus-visible img { opacity: .86; filter: saturate(1); transform: scale(1.08); }
.prism-why-card:hover .prism-why-content b, .prism-why-card:focus-visible .prism-why-content b { transform: translateX(4px); }
.prism-why-card:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 4px; }

@media (max-width: 1023px) {
  .prism-why-grid { gap: .65rem; }
  .prism-why-card { min-height: 210px; }
}

@media (max-width: 767px) {
  .section-prism .split-layout { gap: 2.5rem; }
  .prism-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
  .prism-why-card { min-height: 240px; transform: none; }
  .prism-why-card::before { inset: .45rem; }
  .prism-why-card img { opacity: .72; }
  .prism-why-content { right: .7rem; bottom: .7rem; left: .7rem; }
  .prism-why-content strong { font-size: 1.05rem; }
  .prism-why-content em { font-size: .66rem; }
  .prism-why-content b { right: .1rem; bottom: -.05rem; }
}

@media (max-width: 420px) {
  .prism-why-grid { grid-template-columns: 1fr; }
  .prism-why-card { min-height: 235px; }
}

@media (prefers-reduced-motion: reduce) {
  .prism-why-card { transform: none !important; transition: none; }
  .prism-why-card img, .prism-why-content b { transition: none; }
  .prism-why-card img { opacity: .78; transform: none; }
}

/* Immersive type + motion pass */
html.motion-ready .reveal { opacity: 0; }
html.motion-ready .reveal.is-visible { opacity: 1; }

:root {
  --display-size: clamp(2.75rem, 5.1vw, 4.6rem);
  --section-size: clamp(2rem, 3.6vw, 3.25rem);
  --copy-size: 1.06rem;
  --motion-slow: 700ms;
}

body { background-image: radial-gradient(rgba(16, 42, 67, .035) .7px, transparent .7px); background-size: 8px 8px; }
body.lightbox-open { overflow: hidden; }
[hidden] { display: none !important; }
.lightbox[hidden] { display: none !important; }
.scroll-progress { position: fixed; top: 0; right: 0; left: 0; z-index: 100; height: 3px; pointer-events: none; }
.scroll-progress-bar { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--color-champagne), var(--color-champagne-light)); box-shadow: 0 0 16px rgba(232, 212, 176, .85); transform-origin: left; transition: width 120ms linear; }

.hero-content h1 { max-width: 920px; font-size: var(--display-size); line-height: .94; letter-spacing: -.055em; }
.hero-copy { max-width: 580px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions .button { min-height: 48px; padding-inline: 1.15rem; }
.section-heading h2 { font-size: var(--section-size); line-height: .98; }
.service-card h3 { font-size: clamp(1.45rem, 2.2vw, 1.8rem); }
.service-card p, .process-item p, .reason-item p, .gallery-intro { font-size: var(--copy-size); line-height: 1.7; }
.review-card p { font-size: 1.12rem; }

.hero-media img { will-change: transform; transform: scale(1.06) translate3d(var(--hero-pointer-x, 0px), calc(var(--hero-y, 0px) + var(--hero-pointer-y, 0px)), 0); transition: transform 180ms var(--ease-editorial); }
.hero-scrim { transform: translate3d(calc(var(--hero-pointer-x, 0px) * -.25), calc((var(--hero-y, 0px) + var(--hero-pointer-y, 0px)) * -.25), 0); transition: transform 180ms var(--ease-editorial); }
.hero-content[data-motion="hero"] .hero-kicker { opacity: 0; transform: translateY(24px); transition: opacity 550ms var(--ease-editorial) .08s, transform 550ms var(--ease-editorial) .08s; }
.hero-content[data-motion="hero"] h1 { opacity: 0; transform: translateY(34px); transition: opacity 650ms var(--ease-editorial) .18s, transform 650ms var(--ease-editorial) .18s; }
.hero-content[data-motion="hero"] .hero-copy, .hero-content[data-motion="hero"] .hero-region { opacity: 0; transform: translateY(26px); transition: opacity 550ms var(--ease-editorial) .34s, transform 550ms var(--ease-editorial) .34s; }
.hero-content[data-motion="hero"] .hero-actions { opacity: 0; transform: translateY(22px); transition: opacity 500ms var(--ease-editorial) .48s, transform 500ms var(--ease-editorial) .48s; }
.hero-content[data-motion="hero"].is-visible .hero-kicker, .hero-content[data-motion="hero"].is-visible h1, .hero-content[data-motion="hero"].is-visible .hero-copy, .hero-content[data-motion="hero"].is-visible .hero-region, .hero-content[data-motion="hero"].is-visible .hero-actions { opacity: 1; transform: translateY(0); }

html.motion-ready .reveal[data-motion="slide-up"] { transform: translateY(42px) scale(.98); transition: opacity 560ms var(--ease-editorial) var(--reveal-delay, 0ms), transform 560ms var(--ease-editorial) var(--reveal-delay, 0ms); }
html.motion-ready .reveal[data-motion="gallery"] { transform: translateY(32px) scale(.96); transition: opacity 640ms var(--ease-editorial) var(--reveal-delay, 0ms), transform 640ms var(--ease-editorial) var(--reveal-delay, 0ms); }
html.motion-ready .reveal[data-motion="slide-up"].is-visible, html.motion-ready .reveal[data-motion="gallery"].is-visible { transform: translateY(0) scale(1); }

.gallery-item { perspective: 900px; }
.gallery-item button { transform-style: preserve-3d; transition: transform 300ms var(--ease-editorial), box-shadow 300ms ease; }
.gallery-item button:hover, .gallery-item button:focus-visible { box-shadow: 0 22px 44px rgba(16, 42, 67, .2); transform: translateY(-6px) rotateX(var(--tile-rotate-x, 0deg)) rotateY(var(--tile-rotate-y, 0deg)); }
.gallery-item button:active { transform: translateY(-1px) scale(.985); }
.gallery-item button::after { transition: opacity 260ms ease, transform 320ms var(--ease-editorial); }
.filter-button { position: relative; overflow: hidden; }
.filter-button::after { position: absolute; right: .7rem; bottom: .25rem; left: .7rem; height: 2px; content: ''; background: var(--color-champagne); transform: scaleX(0); transition: transform 260ms var(--ease-editorial); }
.filter-button.is-active::after, .filter-button:hover::after { transform: scaleX(1); }

@media (min-width: 1440px) {
  .hero-content h1 { font-size: clamp(7rem, 9vw, 9.5rem); }
  .container { width: min(100% - 5rem, 1320px); }
}

@media (max-width: 767px) {
  .hero-content h1 { font-size: clamp(2.15rem, 8.5vw, 3.2rem); line-height: 1.06; }
  .hero-copy { font-size: 1rem; }
  .section-heading h2 { font-size: clamp(1.85rem, 7vw, 2.7rem); }
  .service-card p, .process-item p, .reason-item p, .gallery-intro { font-size: 1rem; }
  .hero-media img { transform: scale(calc(1.03 - var(--hero-pullback, 0))); }
  .scroll-progress { height: 4px; }
}

/* Content remains readable if the deferred enhancement script is unavailable. */
html:not(.motion-ready) .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html.js .reveal, html.js .reveal[data-motion="slide-up"], html.js .reveal[data-motion="gallery"], .hero-content[data-motion="hero"] .hero-kicker, .hero-content[data-motion="hero"] h1, .hero-content[data-motion="hero"] .hero-copy, .hero-content[data-motion="hero"] .hero-region, .hero-content[data-motion="hero"] .hero-actions { opacity: 1; transform: none; transition: none; }
  .hero-media img, .hero-scrim { transform: none !important; }
  .scroll-progress-bar { transition: none; }
}

/* Reference gallery rhythm: equal contact-sheet tiles, no spanning gaps. */
@media (min-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; grid-auto-flow: row; }
}
.gallery-item,
.gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; }
.gallery-item { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 4px; background: var(--color-navy-deep); }
.gallery-item button,
.gallery-item-large button,
.gallery-item-tall button,
.gallery-item-wide button { width: 100%; height: 100%; aspect-ratio: auto; }
.gallery-item img,
.gallery-item-large img,
.gallery-item-tall img,
.gallery-item-wide img { min-height: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-item figcaption { right: 0; bottom: 0; left: 0; padding: 1rem .85rem .8rem; background: linear-gradient(0deg, rgba(7,27,44,.78), transparent); opacity: 0; transition: opacity 300ms var(--ease-editorial); }
.gallery-item:hover figcaption,
.gallery-item:focus-within figcaption { opacity: 1; }

@media (max-width: 767px) {
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; grid-auto-flow: row; }
  .gallery-item:first-child { grid-column: auto; }
  .gallery-item { aspect-ratio: 3 / 4; }
  .gallery-item figcaption { opacity: 1; padding: .75rem .55rem .55rem; font-size: .58rem; }
}

/* Editorial ticker */
.ticker-wrap {
  position: relative;
  z-index: 21;
  overflow: hidden;
  width: 100%;
  color: var(--color-champagne-light);
  background: var(--color-navy-deep);
  border-bottom: 1px solid rgba(232, 212, 176, .28);
  white-space: nowrap;
}
.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  min-height: 34px;
  padding-block: .45rem;
  animation: ticker-scroll 28s linear infinite;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .17em;
}
.ticker-track span { padding-inline: 1.5rem; }
.ticker-track i { color: var(--color-champagne); font-size: .7rem; font-style: normal; }
@keyframes ticker-scroll { to { transform: translateX(-50%); } }

/* Filter navigation + gallery hover refinement */
.filter-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: .35rem;
  margin-top: 3.25rem;
  padding: .4rem;
  border: 1px solid rgba(164, 111, 37, .24);
  border-bottom-color: rgba(164, 111, 37, .4);
  border-radius: 999px;
  background: linear-gradient(110deg, rgba(250, 248, 244, .96), rgba(255, 255, 255, .76));
  box-shadow: 0 12px 30px rgba(16, 42, 67, .07);
}
.filter-list::before {
  flex: 0 0 auto;
  margin: 0 .65rem 0 .8rem;
  color: var(--color-champagne);
  content: 'XEM THEO';
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.filter-button {
  position: relative;
  min-height: 42px;
  padding: .55rem 1rem;
  color: var(--color-ink-soft);
  border: 1px solid transparent;
  border-radius: 999px;
  white-space: nowrap;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms var(--ease-editorial), box-shadow 220ms ease;
}
.filter-button::after {
  display: none;
}
.filter-button:hover {
  color: var(--color-navy);
  background: rgba(232, 212, 176, .26);
  border-color: rgba(164, 111, 37, .22);
  transform: translateY(-1px);
}
.filter-button.is-active {
  color: var(--color-white);
  background: var(--color-navy);
  border-color: var(--color-navy);
  box-shadow: 0 7px 16px rgba(16, 42, 67, .18);
}
.filter-button.is-active::before {
  display: inline-block;
  width: .36rem;
  height: .36rem;
  margin-right: .42rem;
  vertical-align: .08em;
  content: '';
  background: var(--color-champagne-light);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(232, 212, 176, .14);
}
.filter-button:active { transform: translateY(0) scale(.97); }
.filter-button:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 3px; }

html.motion-ready .filter-list.reveal {
  opacity: 0;
  transform: translateY(20px) scale(.985);
  transition: opacity 520ms var(--ease-editorial) var(--reveal-delay, 0ms), transform 520ms var(--ease-editorial) var(--reveal-delay, 0ms);
}
html.motion-ready .filter-list.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gallery-item {
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(16, 42, 67, .08);
  transition: box-shadow 280ms ease;
}
.gallery-item:hover,
.gallery-item:focus-within {
  z-index: 2;
  box-shadow: 0 16px 32px rgba(16, 42, 67, .16);
}
.gallery-item button {
  isolation: isolate;
  transform: none;
  transition: box-shadow 280ms ease;
}
.gallery-item button:hover,
.gallery-item button:focus-visible {
  box-shadow: none;
  transform: none;
}
/* Keep the image treatment calm: the previous inset pseudo-element became a giant pill. */
.gallery-item button::after {
  position: absolute;
  inset: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  padding: 0;
  color: transparent;
  background: linear-gradient(0deg, rgba(7, 27, 44, .68), transparent 58%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  content: '';
  font-size: 0;
  letter-spacing: 0;
  opacity: .7;
  transform: none;
  pointer-events: none;
  transition: opacity 280ms ease;
}
.gallery-item button:hover::after,
.gallery-item button:focus-visible::after { opacity: .9; }
.gallery-item button:hover img,
.gallery-item button:focus-visible img {
  filter: brightness(.86) saturate(1.03);
  transform: scale(1.08);
}
.gallery-item figcaption {
  z-index: 2;
  padding: 1.15rem .85rem .8rem;
  background: linear-gradient(0deg, rgba(7, 27, 44, .84), transparent);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 260ms ease, transform 280ms var(--ease-editorial);
}
.gallery-item:hover figcaption,
.gallery-item:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
}
.gallery-item button:focus-visible { outline: 3px solid var(--color-champagne-light); outline-offset: -3px; }

@media (max-width: 767px) {
  .ticker-track { animation-duration: 34s; font-size: .56rem; }
  .ticker-track span { padding-inline: 1rem; }
  .filter-list {
    align-items: stretch;
    gap: .25rem;
    margin-top: 2rem;
    padding: .35rem;
    border-radius: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .filter-list::-webkit-scrollbar { display: none; }
  .filter-list::before { display: none; }
  .filter-button { flex: 0 0 auto; min-height: 44px; padding-inline: .8rem; font-size: .69rem; }
  .gallery-item:hover,
  .gallery-item:focus-within { transform: none; }
  .gallery-item button::after {
    right: .5rem;
    bottom: .5rem;
    padding: .38rem .5rem;
    font-size: .52rem;
    opacity: 1;
    transform: none;
  }
  .gallery-item figcaption { opacity: 1; transform: none; padding: .85rem .55rem .55rem; }
  .gallery-item button:hover img,
  .gallery-item button:focus-visible img { transform: scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; transform: none; }
  .filter-list.reveal,
  html.motion-ready .filter-list.reveal { opacity: 1; transform: none; transition: none; }
  .gallery-item,
  .gallery-item button,
  .gallery-item figcaption,
  .gallery-item button::after { transition: none; }
}

/* Keep Ribbon chapters readable while the generic reveal observer runs. */
html.motion-ready .ribbon-journey .ribbon-chapter[data-motion="gallery"] { opacity: .52 !important; transform: scale(.94) !important; transition: opacity 500ms ease, transform 500ms var(--ease-editorial), filter 500ms ease; }
html.motion-ready .ribbon-journey .ribbon-chapter[data-motion="gallery"].is-active,
html.motion-ready .ribbon-journey .ribbon-chapter[data-motion="gallery"].is-visible.is-active { opacity: 1 !important; transform: scale(1) !important; }

@media (prefers-reduced-motion: reduce) {
  .ribbon-journey .ribbon-orbit,
  .ribbon-journey .ribbon-route > span,
  .ribbon-journey .ribbon-node.is-active::after { animation: none !important; }
  .ribbon-journey .ribbon-chapter,
  .ribbon-journey .ribbon-chapter.is-active,
  html.motion-ready .ribbon-journey .ribbon-chapter[data-motion="gallery"],
  html.motion-ready .ribbon-journey .ribbon-chapter[data-motion="gallery"].is-visible { opacity: 1; transform: none; filter: none; transition: none; }
  .ribbon-journey .ribbon-chapter img { transform: none; transition: none; }
  .ribbon-journey .ribbon-node,
  .ribbon-journey .ribbon-node.is-active { transform: none; transition: none; }
}

/* Keep chapter labels outside the image so neither layer can cover the other. */
.ribbon-journey .ribbon-chapter figure {
  display: grid;
  align-content: start;
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  box-shadow: none;
}
.ribbon-journey .ribbon-chapter figure::after { display: none; }
.ribbon-journey .ribbon-chapter img {
  aspect-ratio: 4 / 3;
  height: auto;
  border: 1px solid rgba(232, 212, 176, .58);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .28);
}
.ribbon-journey .ribbon-chapter-portrait img { aspect-ratio: 3 / 4; }
.ribbon-journey .ribbon-chapter-landscape img { aspect-ratio: 4 / 3; }
.ribbon-journey .ribbon-chapter-wide img { aspect-ratio: 16 / 8; }
.ribbon-journey .ribbon-chapter figcaption {
  position: static;
  display: grid;
  gap: .3rem;
  padding: .8rem .1rem 0;
  pointer-events: auto;
}
.ribbon-journey .ribbon-chapter figcaption strong { color: var(--color-white); }

@media (max-width: 767px) {
  .ribbon-journey .ribbon-chapter figure { width: 100%; }
  .ribbon-journey .ribbon-chapter-portrait figure { width: 72%; }
  .ribbon-journey .ribbon-chapter img,
  .ribbon-journey .ribbon-chapter-portrait img,
  .ribbon-journey .ribbon-chapter-wide img { aspect-ratio: 16 / 9; }
  .ribbon-journey .ribbon-chapter figcaption { padding-top: .65rem; }
}

/* Keep the central node rail clear of active chapter media and copy. */
@media (min-width: 1024px) {
  .ribbon-journey .ribbon-chapter:nth-child(1),
  .ribbon-journey .ribbon-chapter:nth-child(2) { width: min(42%, 460px); }
  .ribbon-journey .ribbon-chapter:nth-child(3) {
    right: 0;
    width: min(42%, 460px);
    grid-template-columns: minmax(0, 270px) minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ribbon-journey .ribbon-chapter:nth-child(1),
  .ribbon-journey .ribbon-chapter:nth-child(2),
  .ribbon-journey .ribbon-chapter:nth-child(3) { transition: none; }
}

/* Signal Fire — a warm focal note on a deep field. */
.section-reviews-signal {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--color-white);
  background:
    radial-gradient(circle at 78% 18%, rgba(226, 109, 69, .16), transparent 24%),
    linear-gradient(135deg, #062b35 0%, var(--color-navy-deep) 56%, #102a43 100%);
}

.section-reviews-signal::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: '';
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(232, 212, 176, .05) 12.1%, transparent 12.25%),
    linear-gradient(0deg, transparent 0 76%, rgba(232, 212, 176, .06) 76.1%, transparent 76.25%),
    radial-gradient(circle at 82% 12%, rgba(255, 179, 107, .14), transparent 18%);
  pointer-events: none;
}
.reviews-layout-signal { position: relative; z-index: 1; }
.reviews-intro-signal::before { background: var(--color-champagne-light); }
.reviews-intro-signal h2 { color: var(--color-white); }
.reviews-intro-signal h2 em { color: #ffb36b; }
.reviews-intro-signal .review-disclaimer { color: rgba(255, 255, 255, .72); }
.reviews-intro-signal .reviews-meta { color: rgba(232, 212, 176, .86); }
.reviews-intro-signal .reviews-meta::before { background: var(--color-champagne-light); }
.review-stack-signal { align-items: end; }
.review-card-signal-featured {
  overflow: hidden;
  background:
    radial-gradient(circle at var(--signal-x, 68%) var(--signal-y, 22%), rgba(255, 220, 152, .5), transparent 22%),
    radial-gradient(circle at 68% 24%, #f7b36b 0 3%, transparent 3.3%),
    radial-gradient(circle at 68% 24%, rgba(247, 179, 107, .35) 0 18%, transparent 18.5%),
    linear-gradient(135deg, #e26d45, #9a284f);
  border-color: rgba(255, 219, 153, .5);
  box-shadow: 0 24px 52px rgba(7, 27, 44, .3), 0 0 34px rgba(226, 109, 69, .12);
}
.review-card-signal-featured::before { border-color: rgba(255, 231, 190, .38); }
.review-card-signal-featured::after {
  position: absolute;
  inset: -16%;
  content: '';
  border: 1px solid rgba(255, 219, 153, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(255, 219, 153, .045), 0 0 0 60px rgba(255, 219, 153, .03);
  animation: signal-fire-orbit 16s linear infinite;
  pointer-events: none;
}
.review-card-signal-featured .quote-mark,
.review-card-signal-featured .review-index { color: #ffe1af; }
.review-card-signal-featured p { position: relative; z-index: 1; }
.review-card-signal-featured footer { position: relative; z-index: 1; color: rgba(255, 236, 202, .88); }
.review-card-signal-support {
  color: var(--color-navy);
  border-color: rgba(232, 212, 176, .56);
  border-top-color: var(--color-champagne-light);
  box-shadow: 0 18px 36px rgba(7, 27, 44, .18);
}
.review-card-signal-support:nth-child(2) { background: var(--color-champagne-light); }
.review-card-signal-support:nth-child(3) { background: #fff1df; }
.review-card-signal-support .review-index,
.review-card-signal-support .quote-mark { color: var(--color-champagne); }
.review-card-signal-support p { color: var(--color-navy); }
.review-card-signal-support footer { color: var(--color-ink-soft); }
.review-card-signal-featured:hover,
.review-card-signal-featured:focus-within,
.review-card-signal-support:hover,
.review-card-signal-support:focus-within { border-color: #ffdb99; box-shadow: 0 28px 58px rgba(7, 27, 44, .3); transform: translateY(-7px); }
@keyframes signal-fire-orbit { to { transform: rotate(360deg); } }

@media (max-width: 767px) {
  .section-reviews-signal { overflow: hidden; }
  .review-card-signal-featured { min-height: 0; }
  .review-card-signal-featured::after { inset: -24%; }
  .review-card-signal-featured:hover,
  .review-card-signal-featured:focus-within,
  .review-card-signal-support:hover,
  .review-card-signal-support:focus-within { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .review-card-signal-featured::after { animation: none; }
  .review-card-signal-featured:hover,
  .review-card-signal-featured:focus-within,
  .review-card-signal-support:hover,
  .review-card-signal-support:focus-within { transform: none; transition: none; }
}

/* Typography balance: keep display moments expressive without crowding small screens. */
.hero-content h1 { font-size: clamp(4.25rem, 6vw, 6.8rem); }

@media (min-width: 1440px) {
  .hero-content h1 { font-size: clamp(5rem, 6.5vw, 7.2rem); }
}

@media (max-width: 767px) {
  .hero-content h1 { font-size: clamp(2rem, 7.8vw, 3rem); line-height: 1.08; }
  .gallery-atelier-copy h2 { font-size: clamp(2.25rem, 9.5vw, 3.35rem); }
  .ribbon-journey .ribbon-intro h2 { font-size: clamp(2.15rem, 8.5vw, 3.25rem); line-height: 1.02; }
  .cta-panel h2 { font-size: clamp(2rem, 8vw, 2.5rem); }
}

@media (min-width: 768px) {
  .ribbon-journey .ribbon-intro h2 { max-width: 760px; font-size: clamp(2.5rem, 3.8vw, 4rem); line-height: .98; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content h1 { transform: none; }
}

/* Wedding motifs — a restrained decorative layer shared across sections. */
:root {
  --motif-line: rgba(232, 212, 176, .28);
  --motif-soft: rgba(232, 212, 176, .14);
  --motif-ink: rgba(7, 27, 44, .18);
  --motif-stroke: 1.35px;
}

.motif {
  position: absolute;
  z-index: 0;
  display: block;
  width: var(--motif-size, 160px);
  height: auto;
  overflow: visible;
  color: var(--motif-line);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--motif-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: var(--motif-opacity, .28);
  pointer-events: none;
}
.motif-rings, .motif-celebration, .motif-lotus, .motif-flower, .motif-arch, .motif-camera, .motif-family, .motif-tent, .motif-heart, .motif-gift { shape-rendering: geometricPrecision; }

.hero-motif-rings {
  --motif-size: clamp(180px, 24vw, 330px);
  --motif-opacity: .25;
  top: 17%;
  right: 8%;
  color: var(--color-champagne-light);
  transform: rotate(-12deg);
}
.hero-motif-celebration {
  --motif-size: 88px;
  --motif-opacity: .38;
  right: 20%;
  bottom: 18%;
  color: var(--color-champagne-light);
}
.hero-content { position: relative; z-index: 1; }
.hero-side-note, .hero-scroll { z-index: 1; }

.service-film { position: relative; overflow: hidden; }
.service-film > .motif { z-index: 0; }
.service-film > *:not(.motif) { position: relative; z-index: 1; }
.service-motif-lotus {
  --motif-size: 220px;
  --motif-opacity: .2;
  right: -28px;
  bottom: -32px;
  color: var(--color-champagne-light);
  transform: rotate(-7deg);
}
.service-motif-flower {
  --motif-size: 86px;
  --motif-opacity: .42;
  top: 20px;
  right: 24%;
  color: var(--color-champagne-light);
}

.gallery-atelier { position: relative; isolation: isolate; }
.gallery-atelier > .motif { z-index: 0; }
.gallery-atelier > *:not(.motif) { position: relative; z-index: 1; }
.gallery-motif-arch {
  --motif-size: min(46vw, 420px);
  --motif-opacity: .18;
  right: 8%;
  bottom: -96px;
  color: var(--color-champagne-light);
}
.gallery-motif-camera {
  --motif-size: 54px;
  --motif-opacity: .52;
  top: 2rem;
  right: 2rem;
  color: var(--color-champagne-light);
}

.section-prism, .ribbon-journey, .section-reviews-signal, .cta-panel { position: relative; isolation: isolate; }
.section-prism > .motif, .ribbon-journey > .motif, .section-reviews-signal > .motif, .cta-panel > .motif { z-index: 0; }
.section-prism > .container, .ribbon-journey > .container, .section-reviews-signal > .container, .cta-panel > *:not(.motif) { position: relative; z-index: 1; }
.why-motif-family { --motif-size: 260px; --motif-opacity: .12; top: 11%; right: -42px; color: var(--color-champagne-light); }
.process-motif-tent { --motif-size: 240px; --motif-opacity: .14; right: 8%; top: 12%; color: var(--ribbon-gold, var(--color-champagne-light)); }
.reviews-motif-heart { --motif-size: 170px; --motif-opacity: .15; right: 5%; top: 8%; color: #ffdb99; transform: rotate(9deg); }
.cta-motif-gift { --motif-size: 110px; --motif-opacity: .22; right: 33%; top: 18%; color: var(--color-champagne-light); transform: rotate(-8deg); }

@keyframes motif-breathe {
  0%, 100% { opacity: var(--motif-opacity, .28); transform: translate3d(0, 0, 0) rotate(var(--motif-rotate, 0deg)); }
  50% { opacity: calc(var(--motif-opacity, .28) + .08); transform: translate3d(0, -5px, 0) rotate(var(--motif-rotate, 0deg)); }
}
.hero-motif-celebration, .service-motif-flower, .reviews-motif-heart { animation: motif-breathe 7s ease-in-out infinite; }

@media (max-width: 1023px) {
  .hero-motif-rings { right: -44px; }
  .gallery-motif-arch { right: -36px; }
  .why-motif-family { right: -88px; }
  .process-motif-tent { right: -26px; }
}

@media (max-width: 767px) {
  .hero-motif-rings { --motif-size: 190px; top: 25%; right: -62px; opacity: .18; }
  .hero-motif-celebration { --motif-size: 62px; right: 12%; bottom: 14%; }
  .service-motif-lotus { --motif-size: 170px; right: -52px; bottom: -28px; }
  .service-motif-flower { --motif-size: 58px; top: 1rem; right: 1rem; }
  .gallery-motif-arch { --motif-size: 230px; right: -76px; bottom: -64px; opacity: .14; }
  .gallery-motif-camera { --motif-size: 42px; top: 1.25rem; right: 1.25rem; }
  .why-motif-family { --motif-size: 180px; top: auto; right: -58px; bottom: 8%; opacity: .1; }
  .process-motif-tent { --motif-size: 160px; top: 12px; right: -42px; opacity: .1; }
  .reviews-motif-heart { --motif-size: 100px; top: 1rem; right: -18px; opacity: .12; }
  .cta-motif-gift { --motif-size: 72px; top: 1rem; right: 1rem; opacity: .16; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-motif-celebration,
  .service-motif-flower,
  .reviews-motif-heart { animation: none; }
  .motif { transition: none; }
}

/* Visual Effects Pass — cinematic light, depth, and motif choreography. */
:root {
  --fx-hot: #ffdb99;
  --fx-coral: #e26d45;
  --fx-plum: #9a284f;
  --fx-glass: rgba(255, 255, 255, .12);
  --fx-shadow: 0 24px 70px rgba(7, 27, 44, .24);
  --fx-duration: 900ms;
}

.hero::before {
  position: absolute;
  inset: -18%;
  z-index: -1;
  content: '';
  background:
    radial-gradient(circle at 72% 34%, rgba(255, 219, 153, .2), transparent 16%),
    radial-gradient(ellipse at 88% 80%, rgba(226, 109, 69, .18), transparent 28%),
    linear-gradient(116deg, transparent 0 51%, rgba(255, 255, 255, .09) 51.1%, transparent 52%);
  opacity: .72;
  transform: translate3d(var(--hero-pointer-x, 0px), var(--hero-pointer-y, 0px), 0) rotate(-4deg);
  animation: fx-hero-atmosphere 12s ease-in-out infinite alternate;
  pointer-events: none;
}
.hero::after {
  z-index: 0;
  width: min(52vw, 720px);
  background: linear-gradient(90deg, transparent, var(--fx-hot), transparent);
  box-shadow: 0 0 22px rgba(255, 219, 153, .42);
  animation: fx-edge-shimmer 6s ease-in-out infinite;
}
.hero-scrim { z-index: -2; }
.hero-motif-rings {
  --motif-rotate: -12deg;
  filter: drop-shadow(0 0 18px rgba(232, 212, 176, .2));
  animation: fx-rings-drift 11s ease-in-out infinite alternate;
}
.hero-motif-celebration {
  --motif-rotate: 0deg;
  filter: drop-shadow(0 0 16px rgba(255, 219, 153, .72));
  animation: fx-sparkle-pulse 4.8s ease-in-out infinite;
}

.service-film {
  box-shadow: var(--shadow-float), inset 0 0 0 1px rgba(255, 219, 153, .08), 0 0 0 1px rgba(226, 109, 69, .12);
}
.service-film::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: '';
  background: linear-gradient(115deg, transparent 22%, rgba(255, 219, 153, .16) 42%, transparent 58%);
  transform: translateX(-120%);
  animation: fx-film-sweep 10s ease-in-out infinite;
  pointer-events: none;
}
.service-film::after {
  position: absolute;
  inset: .75rem;
  z-index: 0;
  content: '';
  border: 1px solid rgba(255, 219, 153, .18);
  box-shadow: inset 0 0 32px rgba(255, 219, 153, .05);
  pointer-events: none;
}
.service-film-card {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
  transition: transform var(--fx-duration) var(--ease-editorial), box-shadow var(--fx-duration) ease, filter var(--fx-duration) ease;
}
.service-film-card:hover,
.service-film-card:focus-visible {
  z-index: 4;
  box-shadow: 0 20px 44px rgba(7, 27, 44, .34), 0 0 0 1px rgba(255, 219, 153, .48);
  transform: translateY(-7px);
}
.service-motif-lotus {
  --motif-rotate: -7deg;
  filter: drop-shadow(0 0 22px rgba(232, 212, 176, .24));
  animation: fx-motif-float 9s ease-in-out infinite alternate;
}
.service-motif-flower { animation: fx-sparkle-pulse 5.2s ease-in-out infinite; }

.gallery-atelier {
  box-shadow: var(--fx-shadow);
}
.gallery-atelier::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: '';
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 219, 153, .2), transparent 20%),
    linear-gradient(120deg, transparent 36%, rgba(232, 212, 176, .08) 48%, transparent 60%);
  animation: fx-atelier-glow 10s ease-in-out infinite alternate;
  pointer-events: none;
}
.gallery-atelier::after {
  position: absolute;
  inset: .8rem;
  z-index: 2;
  content: '';
  border: 1px solid rgba(255, 219, 153, .22);
  pointer-events: none;
}
.gallery-motif-arch {
  --motif-rotate: 0deg;
  stroke-dasharray: 920;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 16px rgba(232, 212, 176, .28));
  animation: fx-arch-trace 12s ease-in-out infinite alternate;
}
.gallery-motif-camera {
  filter: drop-shadow(0 0 14px rgba(255, 219, 153, .6));
  animation: fx-camera-flash 5.5s ease-in-out infinite;
}
.gallery-atelier-card::before {
  position: absolute;
  inset: .5rem;
  z-index: 2;
  content: '';
  border: 1px solid rgba(255, 219, 153, .35);
  opacity: 0;
  transform: scale(.94);
  transition: opacity 320ms ease, transform 500ms var(--ease-editorial);
  pointer-events: none;
}
.gallery-atelier-card:hover::before,
.gallery-atelier-card:focus-visible::before { opacity: 1; transform: scale(1); }

.section-prism::before {
  border-color: rgba(255, 219, 153, .2);
  box-shadow: 0 0 70px rgba(226, 109, 69, .12);
  animation: fx-prism-ring 16s linear infinite;
}
.section-prism::after { opacity: .7; animation: fx-prism-line 8s ease-in-out infinite alternate; }
.why-motif-family {
  filter: drop-shadow(0 0 22px rgba(232, 212, 176, .26));
  animation: fx-motif-float 10s ease-in-out infinite alternate;
}

.ribbon-journey::after {
  position: absolute;
  inset: -20%;
  z-index: 0;
  content: '';
  background: radial-gradient(ellipse at 50% 45%, rgba(255, 219, 153, .16), transparent 28%);
  animation: fx-ribbon-aura 9s ease-in-out infinite alternate;
  pointer-events: none;
}
.process-motif-tent {
  filter: drop-shadow(0 0 18px rgba(232, 212, 176, .28));
  animation: fx-motif-float 10s ease-in-out infinite alternate-reverse;
}
.ribbon-journey .ribbon-node { box-shadow: 0 0 0 7px rgba(232, 212, 176, .08), 0 0 24px rgba(232, 212, 176, .1); }
.ribbon-journey .ribbon-node.is-active { box-shadow: 0 0 0 10px rgba(232, 212, 176, .14), 0 0 62px rgba(255, 219, 153, .52); }

.section-reviews-signal::after {
  position: absolute;
  inset: -25%;
  z-index: -1;
  content: '';
  background: radial-gradient(circle at 76% 28%, rgba(255, 219, 153, .16), transparent 18%);
  animation: fx-signal-bloom 8s ease-in-out infinite alternate;
  pointer-events: none;
}
.review-card-signal-featured {
  box-shadow: 0 24px 52px rgba(7, 27, 44, .3), 0 0 34px rgba(226, 109, 69, .2), inset 0 1px 0 rgba(255, 255, 255, .24);
}
.review-card-signal-featured::before { box-shadow: inset 0 0 36px rgba(255, 255, 255, .08); }
.review-card-signal-featured::after { box-shadow: 0 0 0 25px rgba(255, 219, 153, .06), 0 0 0 60px rgba(255, 219, 153, .035), 0 0 80px rgba(226, 109, 69, .18); }
.reviews-motif-heart {
  filter: drop-shadow(0 0 18px rgba(255, 219, 153, .45));
  animation: fx-heart-pulse 5.5s ease-in-out infinite;
}

.cta-panel::before { box-shadow: 0 0 60px rgba(255, 219, 153, .12); animation: fx-cta-aura 8s ease-in-out infinite alternate; }
.cta-panel::after { animation: fx-cta-corner 5s ease-in-out infinite alternate; }
.cta-panel .cta-motif-gift {
  filter: drop-shadow(0 0 18px rgba(255, 219, 153, .46));
  animation: fx-gift-float 7s ease-in-out infinite alternate;
}
.cta-panel > div { position: relative; z-index: 2; }

@keyframes fx-hero-atmosphere { from { opacity: .5; transform: translate3d(-1%, 1%, 0) rotate(-4deg) scale(1); } to { opacity: .9; transform: translate3d(1%, -1%, 0) rotate(-2deg) scale(1.04); } }
@keyframes fx-edge-shimmer { 0%, 100% { opacity: .35; transform: translateX(20%); } 50% { opacity: .9; transform: translateX(-8%); } }
@keyframes fx-rings-drift { from { opacity: .18; transform: translate3d(-8px, 4px, 0) rotate(-16deg); } to { opacity: .36; transform: translate3d(8px, -6px, 0) rotate(-8deg); } }
@keyframes fx-sparkle-pulse { 0%, 100% { opacity: .3; transform: translate3d(0, 0, 0) scale(.94) rotate(var(--motif-rotate, 0deg)); } 50% { opacity: .82; transform: translate3d(0, -4px, 0) scale(1.08) rotate(var(--motif-rotate, 0deg)); } }
@keyframes fx-film-sweep { 0%, 38% { transform: translateX(-120%); } 70%, 100% { transform: translateX(120%); } }
@keyframes fx-motif-float { from { transform: translate3d(0, 5px, 0) rotate(var(--motif-rotate, 0deg)); } to { transform: translate3d(0, -8px, 0) rotate(var(--motif-rotate, 0deg)); } }
@keyframes fx-atelier-glow { from { opacity: .55; transform: translateX(-2%); } to { opacity: 1; transform: translateX(2%); } }
@keyframes fx-arch-trace { from { stroke-dashoffset: 120; opacity: .12; } to { stroke-dashoffset: 0; opacity: .3; } }
@keyframes fx-camera-flash { 0%, 72%, 100% { opacity: .42; transform: scale(1); } 78% { opacity: 1; transform: scale(1.12); } 84% { opacity: .56; transform: scale(1.02); } }
@keyframes fx-prism-ring { to { transform: rotate(360deg); } }
@keyframes fx-prism-line { from { opacity: .35; } to { opacity: .9; } }
@keyframes fx-ribbon-aura { from { opacity: .32; transform: scale(.96); } to { opacity: .8; transform: scale(1.04); } }
@keyframes fx-signal-bloom { from { opacity: .35; transform: scale(.94); } to { opacity: .9; transform: scale(1.05); } }
@keyframes fx-heart-pulse { 0%, 100% { opacity: .12; transform: rotate(9deg) scale(.96); } 50% { opacity: .28; transform: rotate(9deg) scale(1.08); } }
@keyframes fx-cta-aura { from { opacity: .35; transform: scale(.96); } to { opacity: .85; transform: scale(1.05); } }
@keyframes fx-cta-corner { from { opacity: .45; } to { opacity: 1; } }
@keyframes fx-gift-float { from { opacity: .14; transform: translate3d(0, 5px, 0) rotate(-8deg); } to { opacity: .42; transform: translate3d(0, -8px, 0) rotate(-3deg); } }

@media (max-width: 1023px) {
  .hero::before { opacity: .6; }
  .service-film::after, .gallery-atelier::after { inset: .55rem; }
  .ribbon-journey::after, .section-reviews-signal::after { inset: -12%; }
}

@media (max-width: 767px) {
  .hero::before { inset: -28%; opacity: .42; animation-duration: 16s; }
  .hero::after { width: 70vw; }
  .service-film::after, .gallery-atelier::after { display: none; }
  .service-film-card:hover, .service-film-card:focus-visible { transform: none; box-shadow: inset 0 0 0 1px rgba(255, 219, 153, .24); }
  .gallery-atelier-card::before { display: none; }
  .ribbon-journey::after, .section-reviews-signal::after { inset: -8%; }
  .review-card-signal-featured::after { inset: -20%; }
  .cta-panel::after { animation: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before, .hero::after,
  .service-film::before,
  .gallery-atelier::before,
  .section-prism::before, .section-prism::after,
  .ribbon-journey::after,
  .section-reviews-signal::after,
  .cta-panel::before, .cta-panel::after,
  .hero-motif-rings, .hero-motif-celebration,
  .service-motif-lotus, .service-motif-flower,
  .gallery-motif-arch, .gallery-motif-camera,
  .why-motif-family, .process-motif-tent,
  .reviews-motif-heart, .cta-motif-gift,
  .review-card-signal-featured::after { animation: none !important; }
  .service-film-card:hover, .service-film-card:focus-visible,
  .gallery-atelier-card:hover::before, .gallery-atelier-card:focus-visible::before,
  .review-card-signal-featured:hover, .review-card-signal-featured:focus-within,
  .review-card-signal-support:hover, .review-card-signal-support:focus-within { transform: none; }
}

html:not(.motion-ready) .hero::before,
html:not(.motion-ready) .service-film::before,
html:not(.motion-ready) .gallery-atelier::before,
html:not(.motion-ready) .ribbon-journey::after,
html:not(.motion-ready) .section-reviews-signal::after { animation: none; }

@media (prefers-reduced-motion: reduce) {
  html.js .reveal, html.js .reveal[data-motion="slide-up"], html.js .reveal[data-motion="gallery"] { opacity: 1; transform: none; transition: none; }
}

/* Balanced Wedding Studio — clarity, trust, and route line. */
:root {
  --route-line: rgba(232, 212, 176, .72);
  --route-line-soft: rgba(232, 212, 176, .22);
  --contact-surface: rgba(7, 27, 44, .98);
}

.hero-actions { align-items: center; }
.hero-actions .button-light,
.cta-actions .button-light { box-shadow: 0 10px 24px rgba(7, 27, 44, .2); }
.hero-actions .button-light:focus-visible,
.cta-actions .button-light:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 4px; }

.cta-panel { gap: clamp(2rem, 7vw, 6rem); }
.cta-panel > div:first-child { max-width: 620px; }
.cta-actions { position: relative; z-index: 2; flex: 0 0 auto; }

.trust-item { align-items: flex-start; }
.trust-item > span:last-child { display: grid; gap: .18rem; }
.trust-item strong { display: inline-block; }

.service-gallery-bridge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: clamp(2.5rem, 6vw, 5rem) 0 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid var(--route-line-soft);
}
.service-gallery-bridge-line {
  position: absolute;
  top: -1px;
  left: 0;
  width: clamp(3rem, 12vw, 9rem);
  height: 1px;
  background: var(--route-line);
  pointer-events: none;
}
.service-gallery-bridge > div { display: grid; gap: .38rem; }
.service-gallery-bridge-kicker { color: var(--color-champagne); font-size: .62rem; font-weight: 700; letter-spacing: .15em; }
.service-gallery-bridge p { color: var(--color-ink-soft); font: 500 clamp(1.15rem, 2.2vw, 1.7rem)/1.1 'Playfair Display', Georgia, serif; }
.button-ghost-dark { color: var(--color-navy); border-color: rgba(16, 42, 67, .35); background: transparent; }
.button-ghost-dark:hover { color: var(--color-white); background: var(--color-navy); border-color: var(--color-navy); }
.button-ghost-dark:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 4px; }

.mobile-contact-bar { background: var(--contact-surface); }
.mobile-contact-bar a { min-height: 50px; }
.mobile-contact-bar a:focus-visible { outline: 3px solid var(--color-focus); outline-offset: -4px; }

@media (max-width: 1023px) and (min-width: 768px) {
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item:nth-child(odd) { border-left: 0; }
  .trust-item:nth-child(-n + 2) { border-bottom: 1px solid rgba(255, 255, 255, .13); }
}

@media (max-width: 767px) {
  .trust-grid { display: grid; grid-template-columns: 1fr; padding-left: 0; }
  .trust-item,
  .trust-item:nth-child(-n + 2),
  .trust-item:nth-child(odd) { min-height: 0; padding: 1rem 0; border-left: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .trust-item:last-child { border-bottom: 0; }
  .trust-item > span:last-child { gap: .1rem; }
  .service-gallery-bridge { align-items: flex-start; flex-direction: column; gap: 1.15rem; margin-top: 2.5rem; padding-top: 1.1rem; }
  .service-gallery-bridge .button { width: 100%; }
  .cta-panel { gap: 2rem; }
  .cta-actions { width: 100%; }
}

.service-gallery-bridge,
.service-gallery-bridge > *,
.service-gallery-bridge-line { max-width: 100%; }

@media (prefers-reduced-motion: reduce) {
  .service-gallery-bridge,
  .service-gallery-bridge-line,
  .hero-actions .button-light,
  .cta-actions .button-light,
  .mobile-contact-bar a { transition: none; transform: none; }
}

/* Keep Ribbon Orbit controls above the chapter media layer. */
.ribbon-journey .ribbon-node-nav { z-index: 5; }

/* Index2-inspired restraint — spotlight, grain, and readable marquee feedback. */
:root {
  --index2-glow: rgba(255, 219, 153, .16);
  --index2-grain: rgba(255, 255, 255, .035);
}

body {
  background-image:
    radial-gradient(circle at 18% 12%, rgba(232, 212, 176, .06), transparent 24rem),
    radial-gradient(rgba(16, 42, 67, .035) .7px, transparent .7px);
  background-size: auto, 8px 8px;
}

.hero-scrim::after {
  position: absolute;
  inset: 0;
  content: '';
  background:
    radial-gradient(circle at 72% 34%, var(--index2-glow), transparent 18%),
    linear-gradient(116deg, transparent 0 52%, rgba(255, 255, 255, .055) 52.2%, transparent 53%);
  opacity: .7;
  transform: translate3d(calc(var(--hero-pointer-x, 0px) * -.12), calc(var(--hero-pointer-y, 0px) * -.12), 0);
  transition: transform 180ms var(--ease-editorial), opacity 300ms ease;
  pointer-events: none;
}

.ticker-wrap:hover .ticker-track,
.ticker-wrap:focus-within .ticker-track { animation-play-state: paused; }

.service-film-card,
.gallery-atelier-card,
.gallery-item {
  isolation: isolate;
}

.service-film-card:hover img,
.service-film-card:focus-visible img,
.gallery-atelier-card:hover img,
.gallery-atelier-card:focus-visible img {
  filter: saturate(1.04) brightness(1.03);
}

.gallery-item:hover,
.gallery-item:focus-within {
  box-shadow: 0 18px 34px rgba(16, 42, 67, .16), 0 0 0 1px rgba(232, 212, 176, .32);
}

@media (max-width: 767px) {
  .hero-scrim::after { opacity: .42; transform: none; }
  .ticker-wrap:hover .ticker-track,
  .ticker-wrap:focus-within .ticker-track { animation-play-state: running; }
  .gallery-item:hover,
  .gallery-item:focus-within { box-shadow: 0 10px 22px rgba(16, 42, 67, .12); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scrim::after { opacity: .55; transform: none; transition: none; }
  .ticker-wrap:hover .ticker-track,
  .ticker-wrap:focus-within .ticker-track { animation-play-state: paused; }
  .service-film-card:hover img,
  .service-film-card:focus-visible img,
  .gallery-atelier-card:hover img,
  .gallery-atelier-card:focus-visible img { filter: none; }
}

@media (forced-colors: active) {
  .hero-scrim::after { display: none; }
}

/* Keep every visible link and filter control at a reliable touch target. */
.brand { min-height: 44px; }
.nav-call { min-height: 44px; }
.footer-contact a { min-height: 44px; }
.filter-button { min-height: 45px; }

/* Task 2 mobile UX — preserve touch size and containment without changing destinations. */
@media (max-width: 767px) {
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: .7rem; }
  .hero-actions .button,
  .service-gallery-bridge .button,
  .ribbon-closing .button { width: 100%; min-height: 48px; }
  .filter-list {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }
  html.motion-ready .filter-list.reveal,
  html.motion-ready .filter-list.reveal.is-visible { transform: translateY(20px); }
  html.motion-ready .filter-list.reveal.is-visible { transform: translateY(0); }
  .service-film-card:hover,
  .gallery-atelier-card:hover,
  .gallery-item:hover { transform: none; }
  .menu-toggle { flex: 0 0 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-ready .filter-list.reveal,
  html.motion-ready .filter-list.reveal.is-visible { opacity: 1; transform: none; transition: none; }
}

/* Task 3 conversion hierarchy — consultation first, exploration second. */
.hero-actions .button-light,
.ribbon-closing .ribbon-cta,
.cta-actions .button-light,
.mobile-contact-bar a:first-child { box-shadow: 0 10px 24px rgba(7, 27, 44, .2); }
.button-ghost-dark:focus-visible,
.button-light:focus-visible,
.button-outline-light:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 4px; }
.service-gallery-bridge,
.ribbon-closing,
.cta-actions { position: relative; z-index: 2; }
.cta-panel > .cta-actions { z-index: 2; }
@media (prefers-reduced-motion: reduce) {
  .ribbon-closing .ribbon-cta { transition: none; transform: none; }
}

/* Final fix wave — touch-safe Ribbon rail, nav links, footer hierarchy, and mobile hover containment. */
.footer-grid > .footer-contact:nth-child(2) a[href="tel:0388575666"] {
  min-height: 44px;
  color: var(--color-champagne-light);
  font-size: 1rem;
  font-weight: 700;
}
.footer-grid > .footer-contact:nth-child(2) a[href="tel:0968150398"] {
  min-height: 44px;
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
}
.footer-grid > .footer-contact:nth-child(2) a[href="tel:0388575666"]:hover,
.footer-grid > .footer-contact:nth-child(2) a[href="tel:0388575666"]:focus-visible { color: var(--color-white); }
.footer-grid > .footer-contact:nth-child(2) a[href="tel:0968150398"]:hover,
.footer-grid > .footer-contact:nth-child(2) a[href="tel:0968150398"]:focus-visible { color: var(--color-champagne-light); }
.site-nav a[data-nav-section] { min-width: 44px; padding-inline: .35rem; justify-content: center; }

@media (max-width: 767px) {
  .ribbon-journey .ribbon-stage { padding-left: 72px; padding-right: 22px; }
  .ribbon-journey .ribbon-node-nav {
    inset: 40px auto 40px 14px;
    width: 44px;
    z-index: 5;
    align-items: center;
    transform: none;
  }
  .ribbon-journey .ribbon-node,
  .ribbon-journey .ribbon-node.is-active {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
  .ribbon-journey .ribbon-chapters { width: 100%; max-width: 100%; }
  .ribbon-journey .ribbon-chapter,
  .ribbon-journey .ribbon-chapter:nth-child(n) {
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .filter-list { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; overflow-y: hidden; }
  .service-film-card:hover img,
  .service-film-card:focus-visible img,
  .gallery-atelier-card:hover img,
  .gallery-atelier-card:focus-visible img,
  .gallery-item button:hover img,
  .gallery-item button:focus-visible img { filter: none; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .service-film-card:hover img,
  .service-film-card:focus-visible img,
  .gallery-atelier-card:hover img,
  .gallery-atelier-card:focus-visible img,
  .gallery-item button:hover img,
  .gallery-item button:focus-visible img { filter: none; transform: none; }
}

@media (min-width: 768px) {
  .ribbon-journey .ribbon-node-nav { z-index: 5; }
}

/* End final fix wave. */

/* Private Wedding Atelier — luxury refinement. */
:root {
  --atelier-rule: rgba(232, 212, 176, .34);
  --atelier-rule-soft: rgba(232, 212, 176, .14);
  --atelier-shadow: 0 22px 60px rgba(7, 27, 44, .18);
  --atelier-ease: cubic-bezier(.2, .8, .2, 1);
}

.hero,
.trust-strip,
.service-film,
.gallery-atelier,
.section-prism,
.ribbon-journey,
.section-reviews-signal,
.cta-panel { isolation: isolate; }

.hero-content h1 {
  max-width: 10ch;
  font-size: clamp(3.75rem, 5.2vw, 5.8rem);
  text-wrap: balance;
  letter-spacing: -.04em;
}
.hero-content h1 em { color: var(--color-champagne-light); }
.hero-kicker { gap: .85rem; }
.hero-kicker-line {
  width: clamp(2.5rem, 7vw, 5.5rem);
  background: var(--atelier-rule);
  pointer-events: none;
}
.hero-copy { max-width: 42rem; color: rgba(255, 255, 255, .78); }
.hero-actions { gap: .85rem; }
.hero-side-note { opacity: .72; }

.trust-strip { border-block: 1px solid var(--atelier-rule-soft); }
.trust-item { gap: 1rem; padding-block: 1.25rem; }
.trust-number {
  color: var(--color-champagne-light);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
}
.trust-item > span:last-child { color: rgba(255, 255, 255, .78); }
.trust-item strong { color: var(--color-white); font-weight: 600; }

@media (max-width: 767px) {
  .trust-strip-label { display: none; }
  .trust-item { padding-block: 1rem; }
}

.service-film {
  box-shadow: var(--atelier-shadow), inset 0 0 0 1px var(--atelier-rule-soft);
}
.service-film::after { border-color: var(--atelier-rule); box-shadow: none; }
.service-film-card {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  transition: transform 360ms var(--atelier-ease), box-shadow 360ms var(--atelier-ease), filter 360ms ease;
}
.service-film-card:hover,
.service-film-card:focus-visible {
  box-shadow: 0 18px 38px rgba(7, 27, 44, .3), 0 0 0 1px var(--atelier-rule);
  transform: translateY(-4px);
}
.service-film-card-featured { box-shadow: inset 0 0 0 1px rgba(232, 212, 176, .28); }
.service-film-overlay strong { letter-spacing: .01em; }
.service-film-overlay > span { color: rgba(255, 255, 255, .78); }

.gallery-atelier { box-shadow: var(--atelier-shadow); }
.gallery-atelier::after { border-color: var(--atelier-rule); }
.gallery-atelier-mark,
.gallery-atelier-copy .eyebrow { letter-spacing: .2em; }
.gallery-atelier-card::before { border-color: var(--atelier-rule); }
.gallery-item figcaption {
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section-prism::before,
.section-prism::after { opacity: .42; }
.prism-why-card { box-shadow: 0 16px 38px rgba(7, 27, 44, .2); }
.prism-why-card:hover,
.prism-why-card:focus-visible { box-shadow: 0 22px 46px rgba(7, 27, 44, .28); }
.ribbon-journey::after { opacity: .45; }
.ribbon-journey .ribbon-node { box-shadow: 0 0 0 6px rgba(232, 212, 176, .07), 0 0 18px rgba(232, 212, 176, .08); }
.ribbon-journey .ribbon-node.is-active { box-shadow: 0 0 0 9px rgba(232, 212, 176, .12), 0 0 42px rgba(255, 219, 153, .34); }
.review-card-signal-featured { box-shadow: 0 22px 48px rgba(7, 27, 44, .26), inset 0 1px 0 rgba(255, 255, 255, .2); }
.review-card-signal-support { box-shadow: 0 12px 28px rgba(7, 27, 44, .12); }
.cta-panel { box-shadow: var(--atelier-shadow); }
.cta-panel::before { box-shadow: 0 0 48px rgba(255, 219, 153, .1); }

@media (max-width: 767px) {
  .service-film-card:hover,
  .service-film-card:focus-visible {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-film-card:hover,
  .service-film-card:focus-visible {
    transition: none;
    transform: none;
  }
}

@media (max-width: 1023px) {
  .hero-content h1 { max-width: 12ch; }
  .service-film,
  .gallery-atelier,
  .cta-panel { box-shadow: 0 16px 42px rgba(7, 27, 44, .16); }
  .motif { opacity: calc(var(--motif-opacity, .2) * .78); }
}

@media (max-width: 767px) {
  .hero-content h1 { max-width: 11ch; font-size: clamp(1.85rem, 8vw, 2.6rem); }
  .hero-copy { max-width: 34ch; }
  .hero-actions .button,
  .cta-actions .button { min-height: 48px; }
  .service-film-card:hover,
  .service-film-card:focus-visible,
  .prism-why-card:hover,
  .prism-why-card:focus-visible,
  .review-card-signal-featured:hover,
  .review-card-signal-featured:focus-within,
  .review-card-signal-support:hover,
  .review-card-signal-support:focus-within { transform: none; }
  .service-film-card:hover,
  .service-film-card:focus-visible { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
  .prism-why-card:hover,
  .prism-why-card:focus-visible { box-shadow: inherit; }
  .gallery-item figcaption { opacity: 1; }
}

@media (forced-colors: active) {
  .hero-kicker-line,
  .service-film::after,
  .gallery-atelier::after { forced-color-adjust: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content h1,
  .service-film-card,
  .gallery-atelier-card,
  .prism-why-card,
  .review-card-signal-featured,
  .review-card-signal-support,
  .ribbon-journey .ribbon-node { transition: none; }
  .service-film-card:hover,
  .service-film-card:focus-visible,
  .prism-why-card:hover,
  .prism-why-card:focus-visible,
  .review-card-signal-featured:hover,
  .review-card-signal-featured:focus-within,
  .review-card-signal-support:hover,
  .review-card-signal-support:focus-within { transform: none; }
  .service-film-card:hover img,
  .service-film-card:focus-visible img,
  .gallery-atelier-card:hover img,
  .gallery-atelier-card:focus-visible img { filter: none; transform: none; }
  html.js .reveal,
  html.js .reveal.is-visible { opacity: 1; transform: none; transition: none; }
}

/* Final readability pass for navigation and primary controls. */
.site-nav { font-size: .9rem; }
.nav-call-number { display: inline; }
.eyebrow { font-size: .78rem; }
.button,
.filter-button { font-size: .86rem; }
.text-link { font-size: .84rem; }
.mobile-contact-bar a { font-size: .78rem; }

/* Cinematic Editorial Invitation — hero finish. */
.hero {
  background: var(--color-navy-deep);
}
.hero::before {
  inset: 1.15rem;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .08), transparent 24%, transparent 74%, rgba(232, 212, 176, .1)),
    radial-gradient(circle at 78% 26%, rgba(255, 219, 153, .18), transparent 20%),
    linear-gradient(145deg, transparent 0 48%, rgba(255, 255, 255, .055) 48.2%, transparent 49%);
  border: 1px solid rgba(232, 212, 176, .22);
  box-shadow: inset 0 0 70px rgba(7, 27, 44, .28), 0 0 30px rgba(232, 212, 176, .08);
  opacity: .82;
}
.hero-scrim {
  background:
    linear-gradient(90deg, rgba(7, 27, 44, .9) 0%, rgba(7, 27, 44, .68) 38%, rgba(7, 27, 44, .18) 78%, rgba(7, 27, 44, .08) 100%),
    linear-gradient(0deg, rgba(7, 27, 44, .54), transparent 52%),
    radial-gradient(circle at 72% 42%, transparent 0 18%, rgba(7, 27, 44, .16) 58%, rgba(7, 27, 44, .36) 100%);
}
.hero-scrim::after {
  background:
    radial-gradient(circle at 78% 30%, rgba(255, 219, 153, .2), transparent 19%),
    linear-gradient(116deg, transparent 0 55%, rgba(255, 255, 255, .08) 55.2%, transparent 56%);
  opacity: .78;
}
.hero-content {
  max-width: none;
  padding-block: clamp(5rem, 10vh, 7.5rem) 4rem;
}
.hero-kicker-line {
  position: relative;
  width: clamp(3.5rem, 8vw, 6.5rem);
  box-shadow: 0 0 14px rgba(232, 212, 176, .28);
}
.hero-kicker-line::after {
  position: absolute;
  inset: -2px auto -2px 0;
  width: 1.5rem;
  content: '';
  background: var(--color-white);
  box-shadow: 0 0 12px var(--color-white);
  animation: hero-rule-glint 4.8s ease-in-out infinite;
  pointer-events: none;
}
.hero-content h1 {
  text-shadow: 0 12px 34px rgba(7, 27, 44, .28);
}
.hero-copy {
  max-width: 40rem;
  text-shadow: 0 4px 18px rgba(7, 27, 44, .3);
}
.hero-actions .button-light {
  background: linear-gradient(135deg, #fff 0%, var(--color-champagne-light) 100%);
  box-shadow: 0 14px 30px rgba(7, 27, 44, .28), 0 0 0 1px rgba(255, 255, 255, .22);
}
.hero-actions .button-light:hover,
.hero-actions .button-light:focus-visible {
  background: linear-gradient(135deg, var(--color-champagne-light) 0%, #fff 100%);
  box-shadow: 0 16px 34px rgba(7, 27, 44, .34), 0 0 0 1px rgba(255, 255, 255, .4);
}
.hero-actions .button-ghost-light {
  border-color: rgba(232, 212, 176, .68);
  background: rgba(7, 27, 44, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(5px);
}
.hero-actions .button-ghost-light:hover,
.hero-actions .button-ghost-light:focus-visible {
  color: var(--color-navy);
  background: rgba(255, 255, 255, .9);
  border-color: var(--color-white);
}
.hero-side-note {
  color: rgba(255, 255, 255, .76);
  text-shadow: 0 4px 16px rgba(7, 27, 44, .35);
}
.hero-side-rule { box-shadow: 0 0 12px rgba(232, 212, 176, .32); }
.hero-scroll { text-shadow: 0 3px 12px rgba(7, 27, 44, .34); }
.status-dot { box-shadow: 0 0 0 5px rgba(232, 212, 176, .16), 0 0 18px rgba(255, 219, 153, .42); }

@keyframes hero-rule-glint {
  0%, 58%, 100% { transform: translateX(0); opacity: .18; }
  72% { transform: translateX(4rem); opacity: .9; }
}

@media (max-width: 1023px) {
  .hero::before { inset: .85rem; opacity: .66; }
  .hero-scrim::after { opacity: .58; }
  .hero-motif-rings { opacity: .18; }
}

@media (max-width: 767px) {
  .hero::before { inset: .65rem; opacity: .48; }
  .hero-content { max-width: none; padding-block: 4rem 6.5rem; }
  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(7, 27, 44, .9), rgba(7, 27, 44, .3) 76%),
      linear-gradient(90deg, rgba(7, 27, 44, .52), transparent 80%);
  }
  .hero-scrim::after { opacity: .34; }
  .hero-kicker-line { width: 3rem; }
  .hero-actions .button-ghost-light { backdrop-filter: none; }
  .hero-motif-rings { opacity: .13; }
  .hero-motif-celebration { opacity: .26; }
}

@media (forced-colors: active) {
  .hero::before { border-color: CanvasText; box-shadow: none; }
  .hero-scrim::after { display: none; }
  .hero-kicker-line::after { background: CanvasText; box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero-scrim,
  .hero-scrim::after,
  .hero-kicker-line::after,
  .hero-actions .button,
  .hero-media img { animation: none !important; transition: none !important; }
  .hero-scrim,
  .hero-scrim::after,
  .hero-media img { transform: none !important; }
  .hero-kicker-line::after { opacity: .45; transform: none; }
}

/* Hero alignment lock — keep the invitation legible across the cascade. */
.hero-content {
  width: min(100% - 2.5rem, 1180px);
  margin-inline: auto;
  padding-block: clamp(7.5rem, 16vh, 10rem) clamp(5.5rem, 12vh, 8rem);
}
.hero-content h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 6vw, 6.6rem);
  line-height: .94;
}
.hero-copy { max-width: 38rem; font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.6; }
.hero-region { max-width: 42rem; line-height: 1.5; }
.hero-actions { margin-top: 2rem; }

@media (max-width: 1023px) {
  .hero-content { width: min(100% - 3rem, 760px); padding-block: 7rem 6rem; }
  .hero-content h1 { max-width: 12ch; font-size: clamp(3.5rem, 7vw, 5.4rem); }
}

@media (max-width: 767px) {
  .hero-content { width: min(100% - 2rem, 560px); padding-block: 5.5rem 7rem; }
  .hero-content h1 { max-width: 11ch; font-size: clamp(2.35rem, 10.5vw, 3.35rem); line-height: 1.02; }
  .hero-copy { max-width: 34ch; font-size: 1rem; line-height: 1.58; }
  .hero-region { align-items: flex-start; max-width: 32ch; font-size: .82rem; }
  .hero-actions { gap: .65rem; margin-top: 1.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content h1,
  .hero-content .hero-kicker,
  .hero-content .hero-copy,
  .hero-content .hero-region,
  .hero-content .hero-actions { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Hero Banner — Private Wedding Atelier refinement. */
.hero-media img {
  object-position: 58% center;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(7, 27, 44, .94) 0%, rgba(7, 27, 44, .82) 24%, rgba(7, 27, 44, .54) 48%, rgba(7, 27, 44, .16) 78%, rgba(7, 27, 44, .04) 100%),
    linear-gradient(0deg, rgba(7, 27, 44, .52), transparent 58%),
    radial-gradient(circle at 73% 38%, transparent 0 18%, rgba(7, 27, 44, .1) 58%, rgba(7, 27, 44, .28) 100%);
  pointer-events: none;
}

.hero-content {
  width: min(100% - 5rem, 1180px);
  margin-inline: auto;
  padding-block: clamp(6.5rem, 14vh, 9rem) clamp(4.5rem, 10vh, 7rem);
  text-align: left;
}

.hero-content h1 {
  max-width: 10.5ch;
  font-size: clamp(4.5rem, 6.4vw, 7.2rem);
  line-height: .9;
  letter-spacing: -.055em;
}

.hero-copy {
  max-width: 38rem;
  margin-top: 1.65rem;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.62;
}

.hero-region {
  max-width: 40rem;
  margin-top: 1.1rem;
  line-height: 1.5;
}

.hero-actions {
  gap: .9rem;
  margin-top: 2rem;
}

.hero-actions .button-light {
  box-shadow: 0 16px 34px rgba(7, 27, 44, .3), 0 0 0 1px rgba(255, 255, 255, .28);
}

.hero-actions .button-ghost-light {
  border-color: rgba(232, 212, 176, .72);
  background: rgba(7, 27, 44, .2);
}

.hero-side-note,
.hero-scroll { z-index: 2; }

@media (max-width: 1023px) {
  .hero-media img { object-position: 60% center; }
  .hero-content {
    width: min(100% - 3rem, 760px);
    padding-block: 6.5rem 5.5rem;
  }
  .hero-content h1 {
    max-width: 11ch;
    font-size: clamp(3.5rem, 7vw, 5.4rem);
  }
  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(7, 27, 44, .92), rgba(7, 27, 44, .68) 46%, rgba(7, 27, 44, .16) 100%),
      linear-gradient(0deg, rgba(7, 27, 44, .56), transparent 62%);
  }
}

@media (max-width: 767px) {
  .hero-media img { object-position: 62% center; }
  .hero-content {
    width: min(100% - 2rem, 560px);
    padding-block: 5.5rem 7rem;
  }
  .hero-content h1 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 10.5vw, 3.35rem);
    line-height: 1.02;
  }
  .hero-copy {
    max-width: 34ch;
    margin-top: 1.35rem;
    font-size: 1rem;
    line-height: 1.58;
  }
  .hero-region {
    max-width: 32ch;
    margin-top: 1rem;
    font-size: .82rem;
  }
  .hero-actions {
    gap: .65rem;
    margin-top: 1.75rem;
  }
  .hero-actions .button-ghost-light { background: rgba(7, 27, 44, .24); }
}

@media (forced-colors: active) {
  .hero-scrim { background: Canvas; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .hero-scrim,
  .hero-scrim::after { transform: none !important; animation: none !important; transition: none !important; }
  .hero-content .hero-kicker,
  .hero-content h1,
  .hero-content .hero-copy,
  .hero-content .hero-region,
  .hero-content .hero-actions { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Editorial Wedding Cover — a sharper, more contemporary hero finish. */
.hero {
  min-height: max(760px, 100svh);
  background: #071b2c;
}

.hero-media img {
  object-position: 64% center;
  filter: saturate(1.08) contrast(1.04) brightness(.9);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(7, 27, 44, .96) 0%, rgba(7, 27, 44, .87) 24%, rgba(7, 27, 44, .58) 48%, rgba(7, 27, 44, .16) 76%, rgba(7, 27, 44, .04) 100%),
    linear-gradient(0deg, rgba(7, 27, 44, .66), transparent 56%),
    radial-gradient(circle at 78% 34%, transparent 0 20%, rgba(7, 27, 44, .18) 72%);
}

.hero-scrim::after {
  background:
    linear-gradient(116deg, transparent 0 56%, rgba(255, 255, 255, .08) 56.2%, transparent 57%),
    radial-gradient(circle at 78% 28%, rgba(255, 219, 153, .16), transparent 19%);
  opacity: .72;
}

.hero-content {
  width: min(100% - 5rem, 1180px);
  padding-block: clamp(7rem, 14vh, 10rem) clamp(5rem, 10vh, 7rem);
  text-align: left;
}

.hero-kicker { gap: 1rem; }
.hero-kicker-line {
  width: clamp(3.5rem, 7vw, 6.5rem);
  background: linear-gradient(90deg, var(--color-champagne-light), rgba(232, 212, 176, .28));
  box-shadow: 0 0 16px rgba(232, 212, 176, .28);
}
.hero-kicker-line::after { display: none; }
.hero-content h1 {
  max-width: 9.5ch;
  margin-top: 1.35rem;
  font-size: clamp(4.5rem, 6.4vw, 7.2rem);
  line-height: .86;
  letter-spacing: -.065em;
  text-wrap: balance;
  text-shadow: 0 16px 42px rgba(7, 27, 44, .36);
}
.hero-content h1 span { display: inline; }
.hero-copy {
  max-width: 40rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(1.04rem, 1.35vw, 1.2rem);
  line-height: 1.6;
  text-shadow: 0 5px 20px rgba(7, 27, 44, .32);
}
.hero-region {
  max-width: 40rem;
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, .78);
}
.hero-actions { gap: 1rem; margin-top: 2.3rem; }
.hero-actions .button-light {
  min-height: 54px;
  padding-inline: 1.35rem;
  background: linear-gradient(135deg, #fff 0%, var(--color-champagne-light) 100%);
  box-shadow: 0 18px 36px rgba(7, 27, 44, .3), 0 0 0 1px rgba(255, 255, 255, .25);
}
.hero-actions .button-light:hover,
.hero-actions .button-light:focus-visible {
  background: linear-gradient(135deg, var(--color-champagne-light), #fff);
  box-shadow: 0 20px 42px rgba(7, 27, 44, .36), 0 0 0 1px rgba(255, 255, 255, .46);
}
.hero-actions .button-ghost-light {
  min-height: 54px;
  padding-inline: 1.35rem;
  border-color: rgba(232, 212, 176, .74);
  background: rgba(7, 27, 44, .22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(6px);
}
.hero-actions .button-ghost-light:hover,
.hero-actions .button-ghost-light:focus-visible {
  color: var(--color-navy);
  background: rgba(255, 255, 255, .92);
  border-color: var(--color-white);
}
.hero-side-note {
  right: max(2.5rem, calc((100% - 1180px) / 2));
  color: rgba(255, 255, 255, .78);
}
.hero-side-rule { height: 82px; background: rgba(232, 212, 176, .78); }
.hero::after {
  width: min(54vw, 760px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-champagne-light) 72%, transparent);
  box-shadow: 0 0 22px rgba(255, 219, 153, .4);
}

@media (max-width: 1023px) {
  .hero-content {
    width: min(100% - 3rem, 820px);
    padding-block: 7rem 6rem;
  }
  .hero-content h1 { font-size: clamp(4rem, 7.4vw, 6.2rem); }
  .hero-media img { object-position: 62% center; }
  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(7, 27, 44, .95), rgba(7, 27, 44, .76) 48%, rgba(7, 27, 44, .18) 100%),
      linear-gradient(0deg, rgba(7, 27, 44, .66), transparent 60%);
  }
  .hero-scrim::after { opacity: .5; }
  .hero-side-note { right: 1.5rem; }
}

@media (max-width: 767px) {
  .hero { min-height: 720px; }
  .hero-media img { object-position: 64% center; filter: saturate(1.04) contrast(1.02) brightness(.86); }
  .hero-content {
    width: min(100% - 2rem, 560px);
    padding-block: 5.5rem 7rem;
  }
  .hero-kicker { gap: .7rem; }
  .hero-kicker-line { width: 2.8rem; }
  .hero-content h1 {
    max-width: 11ch;
    margin-top: 1rem;
    font-size: clamp(2.35rem, 10.5vw, 3.35rem);
    line-height: 1;
    letter-spacing: -.052em;
  }
  .hero-copy { max-width: 34ch; margin-top: 1.35rem; font-size: 1rem; line-height: 1.58; }
  .hero-region { max-width: 32ch; margin-top: 1rem; font-size: .82rem; }
  .hero-actions { gap: .65rem; margin-top: 1.7rem; }
  .hero-actions .button-light,
  .hero-actions .button-ghost-light { min-height: 48px; width: 100%; }
  .hero-actions .button-ghost-light { backdrop-filter: none; }
  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(7, 27, 44, .94), rgba(7, 27, 44, .38) 74%),
      linear-gradient(90deg, rgba(7, 27, 44, .58), transparent 86%);
  }
  .hero-scrim::after { opacity: .28; }
  .hero::after { width: 72vw; }
}

@media (forced-colors: active) {
  .hero-scrim { background: Canvas; }
  .hero-scrim::after { display: none; }
  .hero-actions .button-ghost-light { background: Canvas; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .hero-scrim,
  .hero-scrim::after,
  .hero::after,
  .hero-actions .button { animation: none !important; transition: none !important; }
  .hero-media img,
  .hero-scrim,
  .hero-scrim::after { transform: none !important; }
  .hero-content .hero-kicker,
  .hero-content h1,
  .hero-content .hero-copy,
  .hero-content .hero-region,
  .hero-content .hero-actions { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Editorial Wedding Cover 2.0 — quiet confidence, stronger visual thesis. */

/* Keep the hero wrapper stable; only its inner invitation elements reveal. */
.hero-content[data-motion="hero"].reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* Hero first-paint safeguard — never hide the primary invitation while reveal initializes. */
html.motion-ready .hero-content[data-motion="hero"],
html.motion-ready .hero-content[data-motion="hero"] .hero-kicker,
html.motion-ready .hero-content[data-motion="hero"] h1,
html.motion-ready .hero-content[data-motion="hero"] .hero-copy,
html.motion-ready .hero-content[data-motion="hero"] .hero-region,
html.motion-ready .hero-content[data-motion="hero"] .hero-actions {
  opacity: 1;
  transform: none;
}

.hero {
  min-height: max(740px, 100svh);
  background: #071b2c;
}

.hero-media img {
  object-position: 68% center;
  filter: saturate(1.1) contrast(1.05) brightness(.88);
  transform: scale(calc(1.06 - var(--hero-pullback, 0))) translate3d(var(--hero-pointer-x, 0px), calc(var(--hero-y, 0px) + var(--hero-pointer-y, 0px)), 0);
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(7, 27, 44, .98) 0%, rgba(7, 27, 44, .91) 22%, rgba(7, 27, 44, .62) 48%, rgba(7, 27, 44, .18) 76%, rgba(7, 27, 44, .03) 100%),
    linear-gradient(0deg, rgba(7, 27, 44, .76), transparent 52%);
}

.hero-scrim::after {
  background:
    linear-gradient(108deg, transparent 0 61%, rgba(255, 255, 255, .08) 61.2%, transparent 62%),
    radial-gradient(circle at 79% 28%, rgba(255, 219, 153, .18), transparent 22%);
  opacity: .7;
}

.hero-content {
  width: min(100% - 5rem, 1180px);
  padding-block: clamp(7.5rem, 16vh, 10.5rem) clamp(5rem, 11vh, 7.5rem);
  text-align: left;
}

.hero-kicker {
  gap: 1.15rem;
  align-items: center;
}

.hero-kicker-line {
  width: clamp(4rem, 8vw, 7rem);
  background: linear-gradient(90deg, var(--color-champagne-light), rgba(232, 212, 176, .24));
  box-shadow: 0 0 18px rgba(232, 212, 176, .22);
}

.hero-kicker-line::after { display: none; }

.hero-content h1 {
  max-width: 10ch;
  margin-top: 1.5rem;
  font-size: clamp(4.6rem, 6.8vw, 7.6rem);
  line-height: .84;
  letter-spacing: -.07em;
  text-wrap: balance;
  text-shadow: 0 18px 48px rgba(7, 27, 44, .4);
}

.hero-content h1 span { display: inline; }

.hero-copy {
  max-width: 37rem;
  margin-top: 2.2rem;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.04rem, 1.3vw, 1.18rem);
  line-height: 1.65;
  text-shadow: 0 5px 20px rgba(7, 27, 44, .34);
}

.hero-region {
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, .8);
}

.hero-actions {
  gap: 1rem;
  margin-top: 2.5rem;
}

.hero-actions .button-light {
  min-height: 56px;
  padding-inline: 1.45rem;
  background: linear-gradient(135deg, #fff 0%, var(--color-champagne-light) 100%);
  box-shadow: 0 18px 38px rgba(7, 27, 44, .34), 0 0 0 1px rgba(255, 255, 255, .24);
}

.hero-actions .button-light:hover,
.hero-actions .button-light:focus-visible {
  background: linear-gradient(135deg, var(--color-champagne-light), #fff);
  box-shadow: 0 22px 46px rgba(7, 27, 44, .4), 0 0 0 1px rgba(255, 255, 255, .5);
}

.hero-actions .button-ghost-light {
  min-height: 56px;
  padding-inline: 1.45rem;
  border-color: rgba(232, 212, 176, .8);
  background: rgba(7, 27, 44, .24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .07);
  backdrop-filter: blur(8px);
}

.hero-actions .button-ghost-light:hover,
.hero-actions .button-ghost-light:focus-visible {
  color: var(--color-navy);
  background: rgba(255, 255, 255, .94);
  border-color: var(--color-white);
}

.hero-side-note {
  right: max(2.5rem, calc((100% - 1180px) / 2));
  color: rgba(255, 255, 255, .8);
}

.hero-side-rule { height: 88px; background: rgba(232, 212, 176, .8); }

.hero::after {
  width: min(58vw, 820px);
  background: linear-gradient(90deg, transparent, var(--color-champagne-light) 70%, transparent);
  box-shadow: 0 0 24px rgba(255, 219, 153, .36);
}

@media (max-width: 1023px) {
  .hero-content {
    width: min(100% - 3rem, 820px);
    padding-block: 7rem 6.5rem;
  }
  .hero-content h1 { font-size: clamp(4rem, 7.6vw, 6.4rem); }
  .hero-media img { object-position: 64% center; }
  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(7, 27, 44, .97), rgba(7, 27, 44, .8) 50%, rgba(7, 27, 44, .2) 100%),
      linear-gradient(0deg, rgba(7, 27, 44, .72), transparent 58%);
  }
  .hero-scrim::after { opacity: .46; }
  .hero-side-note { right: 1.5rem; }
}

@media (max-width: 767px) {
  .hero { min-height: 720px; }
  .hero-media img { object-position: 66% center; filter: saturate(1.04) contrast(1.02) brightness(.84); }
  .hero-content {
    width: min(100% - 2rem, 560px);
    padding-block: 5.5rem 7rem;
  }
  .hero-kicker { gap: .7rem; }
  .hero-kicker-line { width: 2.8rem; }
  .hero-content h1 {
    max-width: 11ch;
    margin-top: 1rem;
    font-size: clamp(2.35rem, 10.5vw, 3.35rem);
    line-height: 1;
    letter-spacing: -.052em;
  }
  .hero-copy { max-width: 34ch; margin-top: 1.35rem; font-size: 1rem; line-height: 1.58; }
  .hero-region { max-width: 32ch; margin-top: 1rem; font-size: .82rem; }
  .hero-actions { gap: .65rem; margin-top: 1.7rem; }
  .hero-actions .button-light,
  .hero-actions .button-ghost-light { min-height: 48px; width: 100%; }
  .hero-actions .button-ghost-light { backdrop-filter: none; }
  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(7, 27, 44, .96), rgba(7, 27, 44, .42) 76%),
      linear-gradient(90deg, rgba(7, 27, 44, .62), transparent 88%);
  }
  .hero-scrim::after { opacity: .22; }
  .hero::after { width: 74vw; }
}

@media (forced-colors: active) {
  .hero-scrim { background: Canvas; }
  .hero-scrim::after { display: none; }
  .hero-actions .button-ghost-light { background: Canvas; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .hero-scrim,
  .hero-scrim::after,
  .hero::after,
  .hero-actions .button { animation: none !important; transition: none !important; }
  .hero-media img,
  .hero-scrim,
  .hero-scrim::after { transform: none !important; }
  .hero-content .hero-kicker,
  .hero-content h1,
  .hero-content .hero-copy,
  .hero-content .hero-region,
  .hero-content .hero-actions { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Final mobile hero balance — avoid an oversized top field while preserving the bottom CTA inset. */
@media (max-width: 767px) {
  .hero { min-height: 660px; }
  .hero-content {
    align-self: center;
    padding-block: 3.5rem 4.5rem;
  }
}

/* Native cinematic accents inspired by index3 — decorative only, never layout-bearing. */
.hero-viewfinder {
  position: absolute;
  top: 22%;
  right: 13%;
  z-index: 1;
  width: clamp(96px, 13vw, 170px);
  aspect-ratio: 1;
  border: 1px solid rgba(232, 212, 176, .42);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(232, 212, 176, .06), 0 0 28px rgba(232, 212, 176, .14);
  opacity: .58;
  pointer-events: none;
  transform: none;
  transition: opacity 220ms ease;
}
.hero-viewfinder::before,
.hero-viewfinder::after {
  position: absolute;
  content: '';
  background: var(--color-champagne-light);
  opacity: .75;
}
.hero-viewfinder::before { top: 50%; right: -10%; left: -10%; height: 1px; }
.hero-viewfinder::after { top: -10%; bottom: -10%; left: 50%; width: 1px; }
.hero-viewfinder-crosshair {
  position: absolute;
  inset: 44%;
  border: 1px solid var(--color-champagne-light);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(232, 212, 176, .08);
}
.hero-metadata {
  position: absolute;
  right: max(2rem, calc((100% - 1180px) / 2));
  bottom: 11%;
  z-index: 1;
  display: grid;
  gap: .35rem;
  color: rgba(255, 255, 255, .64);
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-align: right;
  pointer-events: none;
}
.hero-metadata span:first-child { color: var(--color-champagne-light); }

@media (max-width: 1023px) {
  .hero-viewfinder { right: 8%; opacity: .38; }
  .hero-metadata { right: 1.5rem; bottom: 9%; }
}

@media (max-width: 767px) {
  .hero-viewfinder { top: 18%; right: -24px; width: 124px; opacity: .24; }
  .hero-metadata { right: 1rem; bottom: 8%; font-size: .48rem; }
}

@media (forced-colors: active) {
  .hero-viewfinder,
  .hero-metadata { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-viewfinder { transform: none; transition: none; }
  .hero-media img { transform: none !important; }
}

@media (hover: none), (pointer: coarse) {
  .hero-viewfinder { transform: none; }
}

/* Keep the hero wrapper visible; only invitation children participate in reveal motion. */
html.motion-ready .hero-content[data-motion="hero"].reveal,
html.motion-ready .hero-content[data-motion="hero"].reveal.is-visible {
  opacity: 1;
  transform: none;
}

html.motion-ready .hero-content[data-motion="hero"] .hero-kicker,
html.motion-ready .hero-content[data-motion="hero"] h1,
html.motion-ready .hero-content[data-motion="hero"] .hero-copy,
html.motion-ready .hero-content[data-motion="hero"] .hero-region,
html.motion-ready .hero-content[data-motion="hero"] .hero-actions {
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  html.motion-ready .hero-content[data-motion="hero"] .hero-kicker,
  html.motion-ready .hero-content[data-motion="hero"] h1,
  html.motion-ready .hero-content[data-motion="hero"] .hero-copy,
  html.motion-ready .hero-content[data-motion="hero"] .hero-region,
  html.motion-ready .hero-content[data-motion="hero"] .hero-actions {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto;
  }
}

@media (max-width: 767px) {
  .hero-metadata { display: none; }
}

@media (hover: hover) and (pointer: fine) {
  .hero-scrim::after {
    background:
      radial-gradient(circle at var(--hero-spotlight-x, 72%) var(--hero-spotlight-y, 34%), rgba(255, 219, 153, .2), transparent 18%),
      linear-gradient(108deg, transparent 0 61%, rgba(255, 255, 255, .08) 61.2%, transparent 62%);
  }
}

@media (max-width: 767px) {
  .nav-call-number { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scrim::after { background: none; }
}
