/* ===========================================================
   Weddings By Chetan Parihar — v9 (homepage + shared pages)
   Merge of version 7 (fonts, colour) and the Codex redesign
   (section order, service cards, couple gallery, décor hotspots,
   brand logos, love notes). Compact sections, square edges,
   one kind of motion per section.
   =========================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-stopped { overflow: hidden; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: var(--fs-body); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: var(--d-weight); letter-spacing: var(--d-track); line-height: 1.1; text-wrap: balance; font-variation-settings: "opsz" 40; }
p, figure { margin: 0; }
p { text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 999; background: var(--cream); padding: .6rem 1rem; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--pad); }
.sec { padding-block: var(--sec); }
.band-warm { background: var(--band); }
.band-dark { background: var(--wine-deep); color: var(--cream); }
.eyebrow { display: block; font-size: var(--fs-eyebrow); font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: .9rem; }
.band-dark .eyebrow { color: var(--gold); }
.h2 { font-size: var(--fs-h2); color: var(--wine); }
.h2 em { font-style: italic; color: var(--crimson); font-weight: 400; }
.band-dark .h2 { color: var(--cream); }
.band-dark .h2 em { color: var(--gold); }
.lead { font-family: var(--serif); font-weight: 400; font-size: var(--fs-lead); line-height: 1.4; color: var(--wine); font-variation-settings: "opsz" 28; }
.muted { color: var(--muted); }
.band-dark .muted { color: var(--cream-2); }
.head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem 3rem; flex-wrap: wrap; margin-bottom: clamp(1.75rem, 3.4vw, 2.75rem); }
.head > div { max-width: 44rem; }
.head__note { max-width: 30ch; color: var(--muted); font-size: .92rem; }
.band-dark .head__note { color: var(--cream-2); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: 13px 24px; border-radius: 2px; border: 1px solid var(--wine); font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; background: var(--wine); color: var(--cream); transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); cursor: pointer; }
.btn:hover { background: var(--wine-deep); border-color: var(--wine-deep); }
.btn--light { background: var(--cream); color: var(--wine); border-color: var(--cream); }
.btn--light:hover { background: transparent; color: var(--cream); }
.btn--ghost { background: transparent; color: var(--cream); border-color: var(--line-dark); }
.btn--ghost:hover { background: var(--cream); color: var(--wine-deep); border-color: var(--cream); }
.ulink { display: inline-block; font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding-bottom: .3rem; border-bottom: 1px solid currentColor; white-space: nowrap; }
.ulink:hover { color: var(--crimson); }
.band-dark .ulink:hover { color: var(--gold); }
.frame { position: relative; overflow: hidden; border-radius: var(--r); background: var(--sand); }
.frame img, .frame video { width: 100%; height: 100%; object-fit: cover; }

/* text entrance (headings only) */
.motion [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.motion [data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- header + menu tab ---------- */
.topbar { position: fixed; inset: 0 0 auto; z-index: 80; height: 74px; color: var(--cream); transition: transform .6s var(--ease-out), background .35s var(--ease), color .35s var(--ease); }
.topbar::before { content: ""; position: absolute; inset: 0 0 -24px; background: linear-gradient(180deg, rgba(28,14,17,.55), rgba(28,14,17,0)); pointer-events: none; transition: opacity .35s var(--ease); }
.topbar.is-solid, .page-inner .topbar { background: rgba(251,245,239,.97); color: var(--ink); box-shadow: 0 1px 0 var(--line); }
.topbar.is-solid::before, .page-inner .topbar::before { opacity: 0; }
.topbar.is-away { transform: translateY(-100%); }
.topbar__in { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand img { width: 40px; height: auto; }
.brand__mark-dark, .topbar.is-solid .brand__mark-light, .page-inner .brand__mark-light { display: none; }
.topbar.is-solid .brand__mark-dark, .page-inner .brand__mark-dark { display: block; }
.brand__name { font-family: var(--serif); font-weight: 500; font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.15; }
.brand__name small { display: block; font-family: var(--sans); font-size: .54rem; font-weight: 500; letter-spacing: .4em; opacity: .85; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.9rem); }
.nav a:not(.btn) { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { color: var(--gold); }
.topbar.is-solid .nav a:not(.btn):hover, .page-inner .nav a:not(.btn):hover, .page-inner .nav a[aria-current="page"] { color: var(--crimson); }
.nav .btn { padding: 10px 18px; }
.topbar:not(.is-solid) .nav .btn { background: transparent; border-color: rgba(251,245,239,.6); }
.page-inner .topbar .nav .btn { background: var(--wine); border-color: var(--wine); }
.fab { position: fixed; top: 0; right: clamp(16px, 3vw, 48px); z-index: 95; width: 84px; height: 46px; padding: 16px 0 0; border: 0; border-radius: 0 0 999px 999px; background: var(--wine-deep); color: var(--cream); cursor: pointer; display: grid; justify-items: center; align-content: start; transform: translateY(-100%); transition: transform .5s var(--ease-out), background .3s var(--ease); }
.fab.is-shown, .menu-open .fab { transform: none; }
.fab:hover { background: var(--wine); }
.fab__lines { position: relative; width: 24px; height: 9px; pointer-events: none; }
.fab__lines::before, .fab__lines::after { content: ""; position: absolute; left: 0; right: 0; height: 1.5px; background: currentColor; transition: transform .4s var(--ease-out), top .4s var(--ease-out); }
.fab__lines::before { top: 0; } .fab__lines::after { top: 8px; }
.menu-open .fab__lines::before { top: 4px; transform: rotate(45deg); }
.menu-open .fab__lines::after { top: 4px; transform: rotate(-45deg); }
.overlay { position: fixed; inset: 0; z-index: 90; background: var(--wine-deep); color: var(--cream); display: grid; align-items: center; opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility .45s; }
.menu-open .overlay { opacity: 1; visibility: visible; }
.overlay__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 3rem; align-items: end; }
.overlay__nav { display: grid; }
.overlay__nav a { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4.6vw, 3.6rem); line-height: 1.18; }
.overlay__nav a:hover { color: var(--gold); }
.overlay__side { display: grid; gap: .45rem; color: var(--cream-2); font-size: .95rem; }

/* ---------- 1 hero (Codex + Maroon Vows): full-bleed film, still ---------- */
.hero { position: relative; height: 100svh; min-height: 560px; overflow: hidden; background: var(--darker); color: var(--cream); }
.hero__poster, .hero__film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(180deg, rgba(28,14,17,0), rgba(28,14,17,.6)); pointer-events: none; }
.hero__bar { position: absolute; left: 0; right: 0; bottom: clamp(1.5rem, 4vh, 2.5rem); z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
.hero__line { font-family: var(--serif); font-weight: 500; font-size: clamp(1.4rem, 2.4vw, 2.1rem); line-height: 1.15; max-width: 18ch; }
.hero__meta { display: flex; align-items: center; gap: 1.2rem; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero__pause { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(251,245,239,.55); background: transparent; color: var(--cream); cursor: pointer; display: grid; place-items: center; font-size: .7rem; }
.hero__pause:hover { background: var(--cream); color: var(--wine-deep); }

/* ---------- 2 The Art of Celebration (v7): floating photos (Exo Ape) ---------- */
.intro__grid { display: grid; grid-template-columns: 1fr minmax(0, 1.45fr) 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.intro__text { text-align: center; }
.intro .lead { max-width: 27ch; margin-inline: auto; }
.intro__body { max-width: 46ch; margin: 1.1rem auto 0; color: var(--muted); font-size: .95rem; }
.intro__sign { margin-top: 1.4rem; display: grid; gap: .1rem; }
.intro__sign strong { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.3rem; color: var(--wine); }
.intro__sign span { font-size: .66rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted-2); }
.intro__pics { display: grid; gap: clamp(12px, 1.4vw, 18px); }
.intro__pics .frame { will-change: transform; }
.intro__pics .frame:nth-child(1) { aspect-ratio: 4 / 5; width: 80%; }
.intro__pics .frame:nth-child(2) { aspect-ratio: 1; width: 58%; justify-self: end; }
.intro__pics--r .frame:nth-child(1) { justify-self: end; }
.intro__pics--r .frame:nth-child(2) { justify-self: start; }

/* ---------- 3 Brand collaborations (Codex logos): two rows slide in opposite directions (Snellenberg) ---------- */
.brands { padding-block: clamp(2.25rem, 4vw, 3.25rem); border-block: 1px solid var(--line); }
.brands__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem 2rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.brands__head p { color: var(--muted); font-size: .9rem; max-width: 52ch; }
.brands__rows { display: grid; gap: 18px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); overflow: hidden; }
.brands__row { display: flex; gap: clamp(2.5rem, 5vw, 4.5rem); width: max-content; align-items: center; animation: brands-left 55s linear infinite; }
.brands__row--r { animation-name: brands-right; animation-duration: 70s; }
.brands__rows:hover .brands__row { animation-play-state: paused; }
.brands__row img { height: clamp(38px, 3.6vw, 52px); width: auto; object-fit: contain; filter: grayscale(1) sepia(.25) opacity(.72); transition: filter .35s var(--ease); }
.brands__row img:hover { filter: none; }
@keyframes brands-left { to { transform: translateX(-50%); } }
@keyframes brands-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* ---------- 4 Signature services (Codex photo cards): dealt in with a stagger (Cuberto) ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.4vw, 20px); }
.service { position: relative; display: grid; grid-template-rows: auto 1fr; background: var(--band); border-radius: var(--r); overflow: hidden; }
.service:nth-child(3n+2) { background: var(--sand); }
.service:nth-child(3n) { background: var(--wine); color: var(--cream); }
.service__img { aspect-ratio: 16 / 10; overflow: hidden; }
.service__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.service:hover .service__img img { transform: scale(1.04); }
.service__body { padding: clamp(1rem, 1.6vw, 1.4rem); display: grid; gap: .45rem; align-content: start; }
.service__no { font-size: .66rem; font-weight: 600; letter-spacing: .18em; color: var(--gold-dark); }
.service:nth-child(3n) .service__no { color: var(--gold); }
.service h3 { font-size: clamp(1.2rem, 1.6vw, 1.45rem); color: var(--wine); font-variation-settings: "opsz" 24; }
.service:nth-child(3n) h3 { color: var(--cream); }
.service p { font-size: .88rem; line-height: 1.6; color: var(--muted); }
.service:nth-child(3n) p { color: var(--cream-2); }
.motion .service { opacity: 0; transform: translateY(40px) rotate(1.2deg); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.motion .service.is-in { opacity: 1; transform: none; }
.services .service:nth-child(2) { transition-delay: .08s; } .services .service:nth-child(3) { transition-delay: .16s; }
.services .service:nth-child(5) { transition-delay: .08s; } .services .service:nth-child(6) { transition-delay: .16s; }

/* ---------- 5 Signature weddings (Codex couple gallery + v7 story): tabs and crossfade (Apple) ---------- */
.couples__tabs { display: flex; gap: clamp(1rem, 3vw, 2.5rem); border-bottom: 1px solid var(--line); margin-bottom: clamp(1.5rem, 3vw, 2.25rem); overflow-x: auto; scrollbar-width: none; }
.couples__tabs button { flex: 0 0 auto; background: none; border: 0; padding: .8rem 0; margin-bottom: -1px; border-bottom: 2px solid transparent; font-family: var(--serif); font-weight: 500; font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: var(--muted-2); cursor: pointer; }
.couples__tabs button[aria-selected="true"] { color: var(--wine); border-bottom-color: var(--wine); }
.couple { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4.5vw, 5rem); align-items: center; }
.couple[hidden] { display: none; }
.couple__stage { position: relative; aspect-ratio: 4 / 5; max-height: 74svh; width: 100%; }
.couple__stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s var(--ease); }
.couple__stage img.is-active { opacity: 1; }
.couple__place { font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); }
.couple__name { margin-top: .5rem; font-size: clamp(2rem, 3.8vw, 3.2rem); color: var(--wine); }
.couple__note { margin-top: .6rem; font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--crimson); }
.couple__text { margin-top: .6rem; color: var(--muted); max-width: 42ch; font-size: .92rem; }
.couple__chapters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: clamp(1.4rem, 2.6vw, 2rem); }
.couple__chapters button { background: none; border: 0; padding: 0; text-align: left; cursor: pointer; }
.couple__chapters .frame { aspect-ratio: 4 / 5; outline: 1px solid transparent; outline-offset: 3px; transition: outline-color .3s var(--ease); }
.couple__chapters button[aria-pressed="true"] .frame { outline-color: var(--wine); }
.couple__chapters span { display: block; margin-top: .5rem; font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); }
.couple__chapters button[aria-pressed="true"] span { color: var(--wine); }
.couple .ulink { margin-top: 1.6rem; }

/* ---------- 6 Films & reels (Codex band + v7 endless loop, Craft) ---------- */
.reels__row { display: flex; gap: clamp(12px, 1.4vw, 18px); overflow-x: auto; scrollbar-width: none; padding-inline: var(--pad); cursor: grab; }
.reels__row::-webkit-scrollbar { display: none; }
.reels__row.is-dragging { cursor: grabbing; }
.reels__row.is-dragging a { pointer-events: none; }
.strip__card { flex: 0 0 clamp(190px, 16vw, 250px); display: block; }
.strip__media { position: relative; aspect-ratio: 9 / 16; border-radius: var(--r); overflow: hidden; background: var(--darker); }
.strip__media img, .strip__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.strip__media video { opacity: 0; transition: opacity .4s var(--ease); }
.strip__card.is-playing video { opacity: 1; }
.strip__cap { display: grid; gap: 1px; margin-top: .65rem; }
.strip__venue { font-size: .6rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-2); opacity: .8; }
.strip__name { font-family: var(--serif); font-weight: 500; font-size: 1.05rem; line-height: 1.25; color: var(--cream); }

/* ---------- 7 Wedding design & décor (Codex hotspots) ---------- */
.decor__grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: clamp(1rem, 3vw, 2.5rem); align-items: stretch; }
.decor__scene { position: relative; aspect-ratio: 3 / 2; }
.decor__scene > .frame { position: absolute; inset: 0; }
.hotspot { position: absolute; translate: -50% -50%; width: 38px; height: 38px; border-radius: 50%; border: 0; background: var(--cream); color: var(--wine); font-size: .7rem; font-weight: 700; cursor: pointer; display: grid; place-items: center; }
.hotspot::after { content: ""; position: absolute; inset: -7px; border-radius: 50%; border: 1px solid var(--cream); animation: pulse 2.4s var(--ease) infinite; }
.hotspot[aria-pressed="true"] { background: var(--wine); color: var(--cream); }
@keyframes pulse { 0% { transform: scale(.8); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }
.hotspot--1 { left: 50%; top: 51%; } .hotspot--2 { left: 50%; top: 76%; } .hotspot--3 { left: 85%; top: 62%; }
.decor__panel { display: grid; grid-template-rows: 1fr auto; gap: .9rem; }
.decor__panel .frame { min-height: 0; }
.decor__panel .frame img { position: absolute; inset: 0; opacity: 0; transition: opacity .6s var(--ease); }
.decor__panel .frame img.is-active { opacity: 1; }
.decor__label { font-size: .66rem; font-weight: 600; letter-spacing: .18em; color: var(--gold-dark); }
.decor__title { font-size: clamp(1.3rem, 2vw, 1.7rem); color: var(--wine); margin-top: .2rem; }
.decor__foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; }
.decor__choices { display: flex; gap: .5rem; flex-wrap: wrap; }
.decor__choices button { background: none; border: 1px solid var(--line); border-radius: 2px; padding: .55rem .9rem; font-size: .72rem; font-weight: 600; letter-spacing: .08em; color: var(--muted); cursor: pointer; }
.decor__choices button[aria-pressed="true"] { border-color: var(--wine); color: var(--wine); }

/* ---------- 8 We design stories (Codex statement) + numbers: words fill on scroll (Apple) ---------- */
.story { text-align: center; }
.story__line { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4.2vw, 3.6rem); line-height: 1.12; color: var(--wine); max-width: 20ch; margin-inline: auto; }
.story__line em { font-style: italic; font-weight: 400; color: var(--crimson); }
.motion .story__line .w { opacity: .18; transition: opacity .2s linear; }
.motion .story__line .w.is-lit { opacity: 1; }
.story__sub { margin-top: 1rem; color: var(--muted); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 60rem; margin: clamp(2.2rem, 4vw, 3.25rem) auto 0; padding-top: clamp(1.6rem, 3vw, 2.2rem); border-top: 1px solid var(--line); }
.stat__n { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 4.6vw, 3.8rem); line-height: 1; color: var(--wine); }
.stat__n sup { font-size: .42em; color: var(--gold); vertical-align: top; }
.stat__label { margin-top: .4rem; font-size: .8rem; color: var(--muted); }

/* ---------- 9 Love notes (Codex tilted cards; straighten on hover, Sarasi Ruham) ---------- */
.notes { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.6vw, 22px); align-items: start; }
.note { text-align: left; border: 0; border-radius: var(--r); padding: 1.2rem 1.25rem 1.3rem; background: var(--cream); color: var(--ink); cursor: pointer; font: inherit; transform: rotate(var(--tilt, 0deg)); transition: transform .5s var(--ease-out); }
.note:nth-child(1) { --tilt: -2deg; } .note:nth-child(2) { --tilt: 1.6deg; margin-top: 1.2rem; } .note:nth-child(3) { --tilt: -1.2deg; } .note:nth-child(4) { --tilt: 2deg; margin-top: 1.6rem; }
.note:nth-child(even) { background: var(--wine); color: var(--cream); }
.note:hover, .note:focus-visible { transform: rotate(0) translateY(-4px); }
.note__name { font-family: var(--serif); font-weight: 500; font-size: 1.15rem; }
.note__src { font-size: .66rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: .7; margin-top: .1rem; }
.note__quote { margin-top: .7rem; font-size: .86rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; }
.note__more { margin-top: .8rem; font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-dark); }
.note:nth-child(even) .note__more { color: var(--gold); }
.review-dialog { border: 0; border-radius: var(--r); padding: 0; max-width: min(620px, 92vw); background: var(--bg); color: var(--ink); }
.review-dialog::backdrop { background: rgba(28,14,17,.6); }
.review-dialog__in { padding: clamp(1.4rem, 4vw, 2.4rem); max-height: 80svh; overflow: auto; }
.review-dialog__name { font-family: var(--serif); font-weight: 500; font-size: 1.5rem; color: var(--wine); }
.review-dialog__src { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.review-dialog__text { margin-top: 1rem; white-space: pre-line; line-height: 1.75; }
.review-dialog__close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: var(--bg); cursor: pointer; font-size: 1.1rem; }

/* ---------- 10 Contact (Codex wine band) + footer (Maroon Vows angle) ---------- */
.contact { background: var(--wine); color: var(--cream); padding-block: clamp(3.5rem, 7vw, 6rem); }
.contact__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: end; }
.contact__title { font-size: clamp(2.2rem, 4.8vw, 4rem); color: var(--cream); max-width: 13ch; }
.contact__text { margin-top: .9rem; color: var(--cream-2); max-width: 40ch; }
.contact__actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.contact__actions .btn { width: 100%; will-change: transform; }
.contact__lines { display: flex; flex-wrap: wrap; gap: .4rem 1.6rem; margin-top: 1.2rem; font-size: .9rem; color: var(--cream-2); }
.contact__lines a:hover { color: var(--cream); }
.footer { background: var(--wine); color: var(--cream); }
.footer__panel { background: var(--wine-deep); clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 100%); padding: calc(4vw + 2.75rem) 0 1.6rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.footer__logo { width: 200px; }
.footer h4 { font-family: var(--sans); font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .8rem; }
.footer ul { display: grid; gap: .35rem; color: var(--cream-2); font-size: .9rem; }
.footer a:hover { color: var(--cream); }
.footer__base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; padding-top: 1.1rem; border-top: 1px solid var(--line-dark); font-size: .78rem; color: var(--cream-2); }
.wa { position: fixed; left: 16px; bottom: 16px; z-index: 70; width: 50px; height: 50px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; }
.wa svg { width: 25px; height: 25px; fill: currentColor; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .nav a:not(.btn), .nav .btn { display: none; }
  .intro__grid { grid-template-columns: 1fr 1fr; }
  .intro__text { grid-column: 1 / -1; order: -1; }
  .intro__pics { grid-template-columns: 1fr 1fr; }
  .intro__pics .frame:nth-child(n) { width: 100%; aspect-ratio: 4 / 5; justify-self: stretch; }
  .services { grid-template-columns: 1fr 1fr; }
  .service:nth-child(n) { transition-delay: 0s; }
  .notes { grid-template-columns: 1fr 1fr; }
  .decor__grid { grid-template-columns: 1fr; }
  .decor__panel { grid-template-columns: 1fr 1fr; grid-template-rows: auto; align-items: center; }
  .decor__panel .frame { aspect-ratio: 1; }
}
@media (max-width: 760px) {
  .hero__bar { flex-direction: column; align-items: flex-start; }
  .services { grid-template-columns: 1fr; }
  .couple { grid-template-columns: 1fr; }
  .couple__stage { max-height: none; }
  .stats { grid-template-columns: repeat(3, 1fr); gap: .8rem; }
  .stat__label { font-size: .7rem; line-height: 1.35; }
  .notes { grid-template-columns: 1fr; }
  .note:nth-child(n) { --tilt: 0deg; margin-top: 0; }
  .contact__grid, .contact__actions, .overlay__grid, .footer__grid { grid-template-columns: 1fr; }
  .fab { width: 76px; height: 42px; padding-top: 14px; }
  .hotspot { width: 32px; height: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
}

/* intro CTA: fill sweeps in, arrow travels, button leans toward the cursor */
.intro__cta { display: flex; align-items: center; justify-content: center; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.6rem; }
.cta { position: relative; display: inline-flex; align-items: center; gap: .9rem; padding: 14px 16px 14px 26px; border-radius: 999px; border: 1px solid var(--wine); color: var(--wine); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; overflow: hidden; isolation: isolate; will-change: transform; transition: color .45s var(--ease); }
.cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--wine); transform: translateX(-101%); transition: transform .55s var(--ease-out); }
.cta__arrow { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: var(--wine); color: var(--cream); font-size: .95rem; overflow: hidden; transition: background .45s var(--ease), color .45s var(--ease); }
.cta:hover, .cta:focus-visible { color: var(--cream); }
.cta:hover::before, .cta:focus-visible::before { transform: none; }
.cta:hover .cta__arrow { background: var(--cream); color: var(--wine); animation: cta-arrow .6s var(--ease-out); }
@keyframes cta-arrow { 0% { text-indent: 0; } 45% { text-indent: 40px; } 46% { text-indent: -40px; } 100% { text-indent: 0; } }
.band-dark .cta, .contact .cta { border-color: var(--cream); color: var(--cream); }
.band-dark .cta::before, .contact .cta::before { background: var(--cream); }
.band-dark .cta:hover, .contact .cta:hover { color: var(--wine); }
.contact .cta__arrow { background: var(--cream); color: var(--wine); }
.contact .cta:hover .cta__arrow { background: var(--wine); color: var(--cream); }

/* intro photos fly in once from beyond their side, then drift */
.intro__pics .frame { border-radius: var(--r); }
.motion .intro__pics .frame { opacity: 0; }

/* ===========================================================
   v9b — Craft service stack, Craft décor cascade, Apple-style
   hotspot tour, Maroon Vows full-width gallery
   =========================================================== */
/* services: each panel is sticky; the one underneath shrinks and darkens as the next arrives (craftadvertising.in) */
.kstack { display: block; }
.kpanel { position: sticky; top: calc(88px + var(--i) * 12px); padding-bottom: clamp(18px, 2.4vw, 32px); }
.kpanel__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: clamp(20px, 3.4vw, 48px); align-items: stretch; min-height: clamp(300px, 30vw, 420px); padding: clamp(14px, 1.6vw, 20px); background: var(--band); border-radius: calc(var(--r) + 8px); transform-origin: 50% 0%; will-change: transform; }
.kpanel:nth-child(3n+2) .kpanel__inner { background: var(--sand); }
.kpanel:nth-child(3n) .kpanel__inner { background: var(--wine); color: var(--cream); }
.kpanel__body { display: grid; align-content: center; gap: .7rem; padding: clamp(8px, 2vw, 28px); }
.kpanel__no { font-size: .66rem; font-weight: 700; letter-spacing: .2em; color: var(--gold-dark); }
.kpanel:nth-child(3n) .kpanel__no { color: var(--gold); }
.kpanel h3 { font-size: clamp(1.6rem, 2.6vw, 2.3rem); color: var(--wine); }
.kpanel:nth-child(3n) h3 { color: var(--cream); }
.kpanel__body p { color: var(--muted); max-width: 42ch; font-size: .95rem; }
.kpanel:nth-child(3n) .kpanel__body p { color: var(--cream-2); }
.kpanel__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: .4rem; }
.kpanel__tags li { padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; color: var(--ink); background: rgba(251,245,239,.5); }
.kpanel:nth-child(3n) .kpanel__tags li { border-color: var(--line-dark); color: var(--cream); background: transparent; }
.kpanel__media { border-radius: var(--r); overflow: hidden; min-height: 240px; }
.kpanel__media img { width: 100%; height: 100%; object-fit: cover; }

/* full-width gallery (maroonvows.com) */
.gallery { position: relative; padding-block: clamp(2.5rem, 5vw, 4rem); }
.gallery__track { display: flex; gap: clamp(10px, 1vw, 16px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-inline: 7vw; overscroll-behavior-x: contain; }
.gallery__track::-webkit-scrollbar { display: none; }
.gallery__slide { flex: 0 0 86vw; height: min(80svh, 52vw); scroll-snap-align: center; border-radius: var(--r); overflow: hidden; background: var(--sand); }
.gallery__slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 1.4s var(--ease-out); }
.gallery__slide.is-current img { transform: none; }
.gallery__btn { position: absolute; top: 50%; translate: 0 -50%; z-index: 2; width: 52px; height: 52px; border-radius: 50%; border: 0; background: rgba(251,245,239,.94); color: var(--wine); cursor: pointer; font-size: 1.1rem; transition: background .3s var(--ease), color .3s var(--ease); }
.gallery__btn:hover { background: var(--wine); color: var(--cream); }
.gallery__btn--prev { left: calc(7vw + 18px); }
.gallery__btn--next { right: calc(7vw + 18px); }

/* décor cascade: giant word pinned, photos travel over it growing from .8 (craftadvertising.in home) */
.cascade { padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.cascade__head { text-align: center; }
.cascade__head .lead { max-width: 26ch; margin-inline: auto; }
.cascade__stage { position: relative; }
.cascade__pin { position: sticky; top: 0; height: 100svh; display: grid; place-items: center; overflow: hidden; pointer-events: none; }
.cascade__word { font-family: var(--serif); font-weight: 500; font-size: clamp(5rem, 19vw, 17rem); line-height: 1; color: var(--wine); opacity: .1; letter-spacing: -.02em; }
.cascade__list { position: relative; z-index: 1; margin-top: -72svh; display: grid; gap: clamp(1.5rem, 4vw, 3rem); }
.cascade__card { display: block; width: min(30vw, 420px); will-change: transform; }
.cascade__card--l { justify-self: start; margin-left: 6%; }
.cascade__card--r { justify-self: end; margin-right: 6%; }
.cascade__card--c { justify-self: center; }
.cascade__card .frame { aspect-ratio: 4 / 5; }
.cascade__card .frame img { transition: transform 1s var(--ease-out); }
.cascade__card:hover .frame img { transform: scale(1.04); }
.cascade__cap { display: flex; justify-content: space-between; gap: 1rem; margin-top: .6rem; font-size: .8rem; }
.cascade__cap span:first-child { font-family: var(--serif); font-weight: 500; font-size: 1.05rem; color: var(--wine); }
.cascade__cap span:last-child { color: var(--muted-2); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; align-self: center; }
.cascade__more { display: flex; justify-content: center; margin-top: clamp(2rem, 4vw, 3rem); }

/* hotspot tour: the scene stays while scrolling steps through the details (apple.com) */
.tour { position: relative; height: 280svh; background: var(--wine-deep); color: var(--cream); }
.tour__sticky { position: sticky; top: 0; height: 100svh; display: grid; align-items: center; overflow: hidden; }
.tour__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.tour__scene { position: relative; aspect-ratio: 3 / 2; }
.tour__scene > .frame { position: absolute; inset: 0; }
.tour .h2 { color: var(--cream); }
.tour .h2 em { color: var(--gold); }
.tour .eyebrow { color: var(--gold); }
.tour__steps { position: relative; margin-top: clamp(1.2rem, 2.4vw, 2rem); min-height: clamp(230px, 22vw, 300px); }
.tour__step { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: 1.2rem; align-items: end; opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease-out); }
.tour__step.is-active { opacity: 1; transform: none; }
.tour__step .frame { aspect-ratio: 4 / 5; }
.tour__no { font-size: .66rem; font-weight: 700; letter-spacing: .2em; color: var(--gold); }
.tour__step h3 { margin-top: .3rem; font-size: clamp(1.25rem, 1.9vw, 1.65rem); color: var(--cream); }
.tour__bar { margin-top: 1.4rem; height: 2px; background: var(--line-dark); }
.tour__bar i { display: block; height: 100%; width: 0; background: var(--gold); }

@media (max-width: 1080px) {
  .tour__grid { grid-template-columns: 1fr; }
  .cascade__card { width: 42vw; }
}
@media (max-width: 760px) {
  .kpanel { top: calc(56px + var(--i) * 8px); }
  .kpanel__inner { grid-template-columns: 1fr; min-height: 0; }
  .kpanel__media { order: -1; min-height: 0; height: 44vw; }
  .gallery__track { padding-inline: 5vw; }
  .gallery__slide { flex-basis: 90vw; height: 64vw; }
  .gallery__btn { display: none; }
  .cascade__pin { display: none; }
  .cascade__list { margin-top: 1.5rem; }
  .cascade__card, .cascade__card--l, .cascade__card--r { width: 78vw; margin: 0; }
  .tour { height: auto; }
  .tour__sticky { position: static; height: auto; padding-block: 3.5rem; }
  .tour__steps { min-height: 0; }
  .tour__step { position: static; opacity: 1; transform: none; margin-top: 1.2rem; }
  .tour__step:not(.is-active) { display: none; }
}

/* v9c fixes: photos never stretch their card; shorter cascade and tour */
.kpanel__media { position: relative; }
.kpanel__media img { position: absolute; inset: 0; }
.cascade__card { width: min(26vw, 380px); }
.cascade__card + .cascade__card { margin-top: -12vw; }
.cascade__card--c + .cascade__card, .cascade__card + .cascade__card--c { margin-top: -4vw; }
.cascade__list { margin-top: -78svh; gap: 0; }
.tour { height: 220svh; }
@media (max-width: 760px) {
  .kpanel__media { height: 44vw; }
  .cascade__card + .cascade__card { margin-top: 1.5rem; }
}

/* ===========================================================
   v10 (17 Sep) — steady header, two-style headings, compact
   logos and numbers, services window reveal, film reveal,
   couples gallery, décor scroll gallery, 4-scene hotspot tour,
   scrolling love notes, enquiry form, icons
   =========================================================== */
/* icons */
.ic { width: 1.05em; height: 1.05em; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; vertical-align: -.16em; margin-right: .45em; }
.row-nav__btn .ic, .cgal__tag .ic { margin: 0; }
.cgal__tag .ic { width: .85em; height: .85em; fill: currentColor; stroke: none; }

/* header: always in place (no hide on scroll), only the colour changes */
.topbar, .topbar.is-away { transform: none; transition: background .4s var(--ease), color .4s var(--ease), box-shadow .4s var(--ease); }
.brand img { width: 40px; height: 40px; object-fit: contain; }
@media (min-width: 1081px) { .fab { display: none; } }

/* two-style headings: clean sans words + italic serif accent in crimson */
.h2 { font-family: var(--sans); font-weight: 600; letter-spacing: -.028em; line-height: 1.12; font-size: clamp(1.75rem, 3vw, 2.75rem); }
.h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; font-size: 1.1em; color: var(--crimson); }
.lead em { font-style: italic; font-weight: 400; color: var(--crimson); }
.couple__name em { font-style: italic; font-weight: 400; color: var(--crimson); font-size: .72em; margin-left: .3em; }

/* intro: photos respond to the cursor */
.intro__pics .frame { cursor: zoom-in; transition: box-shadow .5s var(--ease); }
.intro__pics .frame img, .intro__pics .frame video { transition: transform 1s var(--ease-out), filter .6s var(--ease); }
.intro__pics .frame:hover img, .intro__pics .frame:hover video { transform: scale(1.07) rotate(-.8deg); filter: saturate(1.08); }
.intro__pics .frame:hover { box-shadow: 0 18px 40px -18px rgba(43,18,23,.45); }

/* brand logos: one compact band */
.brands { display: grid; grid-template-columns: minmax(200px, 24%) minmax(0, 1fr); gap: 1rem 2.5rem; align-items: center; padding: clamp(1.2rem, 2.4vw, 1.8rem) var(--pad); }
.brands__head { display: grid; gap: .3rem; margin: 0; padding: 0; max-width: none; }
.brands__head p { font-size: .8rem; line-height: 1.5; }
.brands__rows { gap: 10px; }
.brands__row { gap: clamp(2rem, 3.6vw, 3.2rem); }
.brands__row img { height: clamp(26px, 2.4vw, 36px); }

/* services: photos all 4:3, sides alternate */
.kpanel__inner { align-items: center; min-height: 0; }
.kpanel:nth-child(even) .kpanel__media { order: -1; }
.kpanel__media { aspect-ratio: 4 / 3; min-height: 0; height: auto; will-change: clip-path; }
.kpanel__no { display: inline-flex; align-items: center; }
.kpanel__no .ic { width: 1.4em; height: 1.4em; }

/* film reveal */
.vreveal { position: relative; background: var(--bg); }
.vreveal__sticky { position: relative; height: 100svh; overflow: hidden; background: var(--darker); }
.vreveal__film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.vreveal__sticky::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, rgba(28,14,17,0), rgba(28,14,17,.7)); pointer-events: none; }
.vreveal__half { position: absolute; top: 0; bottom: 0; width: 50.3%; z-index: 3; display: none; align-items: center; background: var(--bg); overflow: hidden; will-change: transform; }
.vreveal__half--l { left: 0; justify-content: flex-end; padding-right: .5vw; }
.vreveal__half--r { right: 0; justify-content: flex-start; padding-left: .5vw; }
.vreveal__half span { font-family: var(--serif); font-weight: 500; font-size: clamp(2.2rem, 6vw, 5.6rem); line-height: 1; color: var(--wine); white-space: nowrap; }
.vreveal__half--r span { font-style: italic; font-weight: 400; color: var(--crimson); }
.vreveal__words { position: absolute; left: 0; right: 0; bottom: clamp(1.5rem, 6vh, 3.5rem); z-index: 2; color: var(--cream); }
.vreveal__words .eyebrow { color: var(--cream); }
.vreveal__line { font-family: var(--serif); font-weight: 500; font-size: clamp(1.35rem, 2.6vw, 2.25rem); line-height: 1.2; max-width: 26ch; }
.vreveal.is-armed { height: 220svh; }
.vreveal.is-armed .vreveal__sticky { position: sticky; top: 0; }
.vreveal.is-armed .vreveal__half { display: flex; }

/* couples: compact gallery with reels */
#portfolio { padding-block: clamp(3rem, 6vw, 5rem); }
.couple { display: block; }
.couple__head { display: flex; justify-content: space-between; align-items: flex-end; gap: .6rem 2rem; flex-wrap: wrap; margin-bottom: 1rem; }
.couple__place { display: flex; align-items: center; }
.couple__name { font-size: clamp(1.5rem, 2.5vw, 2.2rem); margin-top: .2rem; }
.cgal { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr; grid-template-rows: repeat(2, clamp(170px, 16vw, 250px)); gap: clamp(8px, 1vw, 14px); }
.cgal__cell { position: relative; overflow: hidden; border-radius: var(--r); background: var(--sand); }
.cgal__cell--tall { grid-row: span 2; }
.cgal__cell img, .cgal__cell video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.cgal__cell:hover img, .cgal__cell:hover video { transform: scale(1.05); }
.cgal__tag { position: absolute; left: .6rem; bottom: .6rem; z-index: 1; display: inline-flex; align-items: center; gap: .35rem; padding: .3rem .65rem; border-radius: 999px; background: rgba(28,14,17,.62); color: var(--cream); font-size: .64rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* décor gallery: native swipe by default, scroll-driven on desktop */
.hgal { position: relative; background: var(--bg); padding-block: clamp(3rem, 6vw, 5rem); }
.hgal__track { display: flex; gap: clamp(14px, 1.6vw, 22px); overflow-x: auto; scrollbar-width: none; padding-inline: var(--pad); align-items: flex-end; scroll-snap-type: x proximity; }
.hgal__track::-webkit-scrollbar { display: none; }
.hgal__intro { flex: 0 0 clamp(260px, 27vw, 400px); align-self: center; display: grid; gap: .9rem; justify-items: start; padding-right: clamp(.5rem, 2vw, 2rem); }
.hgal__intro .muted { font-size: .92rem; }
.hgal__card { flex: 0 0 clamp(220px, 22vw, 320px); scroll-snap-align: start; }
.hgal__card .frame { aspect-ratio: 4 / 5; }
.hgal__card .frame img { transition: transform 1s var(--ease-out); }
.hgal__card:hover .frame img { transform: scale(1.05); }
.hgal__cap { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-top: .55rem; }
.hgal__cap span:first-child { font-family: var(--serif); font-weight: 500; font-size: 1.05rem; color: var(--wine); }
.hgal__cap span:last-child { font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); white-space: nowrap; }
.hgal__progress { display: block; margin-top: 1.6rem; height: 2px; background: var(--line); padding: 0; }
.hgal__progress i { display: block; height: 100%; width: 0; background: var(--wine); }
.hgal.is-pinned { padding: 0; }
.hgal.is-pinned .hgal__sticky { position: sticky; top: 0; height: 100svh; display: grid; align-content: center; overflow: hidden; }
.hgal.is-pinned .hgal__track { overflow: visible; width: max-content; scroll-snap-type: none; will-change: transform; }
.hgal.is-pinned .hgal__card { flex-basis: min(22vw, 46svh); }
.hgal.is-pinned .hgal__progress { width: calc(100% - 2 * var(--pad)); margin-inline: auto; max-width: calc(var(--max) - 2 * var(--pad)); }

/* hotspot tour on a light ground */
.tour.band-warm { background: var(--band); color: var(--ink); height: 260svh; }
.tour .h2 { color: var(--wine); }
.tour .h2 em { color: var(--crimson); }
.tour .eyebrow { color: var(--gold-dark); }
.tour__grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); }
.tour__couple { display: flex; align-items: center; margin-top: .7rem; font-size: .76rem; color: var(--muted-2); }
.tour__list { margin-top: 1.3rem; border-top: 1px solid var(--line); }
.tour__item { border-bottom: 1px solid var(--line); }
.tour__item button { width: 100%; display: flex; align-items: baseline; gap: 1rem; padding: .75rem 0; background: none; border: 0; cursor: pointer; text-align: left; }
.tour__no { font-size: .66rem; font-weight: 700; letter-spacing: .2em; color: var(--gold-dark); }
.tour__name { font-family: var(--serif); font-weight: 500; font-size: clamp(1.1rem, 1.7vw, 1.45rem); color: var(--muted-2); transition: color .4s var(--ease); }
.tour__item.is-active .tour__name, .tour__item button:hover .tour__name { color: var(--wine); }
.tour__item p { max-height: 0; overflow: hidden; opacity: 0; padding-left: 2.1rem; color: var(--muted); font-size: .9rem; transition: max-height .6s var(--ease), opacity .5s var(--ease), padding .6s var(--ease); }
.tour__item.is-active p { max-height: 7rem; opacity: 1; padding-bottom: .9rem; }
.tour .tour__bar { background: var(--line); }
.tour .tour__bar i { background: var(--wine); }
.tour__scene { position: relative; aspect-ratio: 4 / 5; height: min(80svh, 720px); justify-self: end; }
.tour__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .7s var(--ease), visibility .7s; }
.tour__slide.is-active { opacity: 1; visibility: visible; }
.tour__slide > .frame { position: absolute; inset: 0; }
.spot { position: absolute; left: var(--x); top: var(--y); z-index: 2; display: flex; align-items: center; gap: .5rem; padding: 0; border: 0; background: none; cursor: pointer; transform: translate(-9px, -50%); }
.spot--left { flex-direction: row-reverse; transform: translate(calc(-100% + 9px), -50%); }
.spot__dot { position: relative; width: 18px; height: 18px; border-radius: 50%; background: var(--cream); box-shadow: 0 0 0 4px rgba(110,28,42,.35); flex: 0 0 auto; }
.spot__dot::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid var(--cream); animation: pulse 2.4s var(--ease) infinite; }
.spot__label { padding: .35rem .7rem; border-radius: 999px; background: rgba(251,245,239,.95); color: var(--wine); font-size: .7rem; font-weight: 600; letter-spacing: .04em; white-space: nowrap; opacity: 0; transform: translateY(6px); transition: opacity .4s var(--ease), transform .4s var(--ease-out); }
.tour__slide.is-active .spot__label { opacity: 1; transform: none; transition-delay: var(--d); }
.spot:hover .spot__label { background: var(--wine); color: var(--cream); }

/* films on a light ground */
#films .strip__venue { color: var(--muted-2); opacity: 1; }
#films .strip__name { color: var(--wine); }
#films .strip__media { background: var(--sand); }

/* story + numbers: one compact row */
.story { padding-block: clamp(2.5rem, 5vw, 4rem); text-align: left; }
.story .wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 1.5rem clamp(2rem, 5vw, 4.5rem); align-items: center; }
.story__line { margin: 0; max-width: 18ch; font-size: clamp(1.6rem, 2.9vw, 2.5rem); }
.story__sub { margin-top: .5rem; font-size: .92rem; }
.story .stats { margin: 0; padding: 0 0 0 clamp(1.5rem, 3vw, 3rem); border-top: 0; border-left: 1px solid var(--line); max-width: none; gap: 1rem; }
.story .stat__n { font-size: clamp(2rem, 3.6vw, 3rem); }
.story .stat__label { font-size: .76rem; line-height: 1.35; }

/* love notes: scrolling row */
.row-nav { display: flex; gap: .5rem; }
.row-nav__btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: transparent; color: var(--wine); display: grid; place-items: center; cursor: pointer; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.row-nav__btn:hover { background: var(--wine); border-color: var(--wine); color: var(--cream); }
.notes { display: flex; gap: clamp(14px, 1.6vw, 22px); overflow-x: auto; scrollbar-width: none; padding: .8rem var(--pad) 2rem; align-items: flex-start; cursor: grab; }
.notes::-webkit-scrollbar { display: none; }
.note { flex: 0 0 clamp(260px, 23vw, 320px); }
.note:nth-child(n) { margin-top: 0; }
.note:nth-child(4n+1) { --tilt: -2deg; } .note:nth-child(4n+2) { --tilt: 1.6deg; margin-top: 1.2rem; }
.note:nth-child(4n+3) { --tilt: -1.2deg; } .note:nth-child(4n) { --tilt: 2deg; margin-top: 1.6rem; }
.note:hover { box-shadow: 0 20px 40px -22px rgba(43,18,23,.5); }

/* contact + enquiry form */
.contact__grid { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: start; }
.contact__list { margin-top: 1.5rem; display: grid; gap: .7rem; }
.contact__list li { display: flex; align-items: center; gap: .1rem; color: var(--cream-2); font-size: .92rem; }
.contact__list .ic { width: 1.15rem; height: 1.15rem; color: var(--gold); margin-right: .7rem; }
.contact__list a:hover { color: var(--cream); }
.enquiry { background: var(--bg); color: var(--ink); border-radius: calc(var(--r) + 6px); padding: clamp(1.2rem, 2.6vw, 2.1rem); }
.enquiry__title { font-family: var(--serif); font-weight: 500; font-size: 1.45rem; color: var(--wine); margin-bottom: 1rem; }
.enquiry__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem 1rem; }
.field { display: grid; gap: .3rem; align-content: start; }
.field--wide { grid-column: 1 / -1; }
.field__label { display: flex; align-items: center; font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.field__label .ic { color: var(--gold-dark); width: 1.1rem; height: 1.1rem; }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: .95rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: .65rem .8rem; transition: border-color .25s var(--ease), box-shadow .25s var(--ease); }
.field textarea { resize: vertical; min-height: 84px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--wine); box-shadow: 0 0 0 3px rgba(110,28,42,.12); }
.field__phone { display: grid; grid-template-columns: 8.4rem minmax(0, 1fr); gap: .5rem; }
.field__error { font-size: .74rem; color: var(--crimson); }
.field__error:empty { display: none; }
.field.is-invalid input, .field.is-invalid select { border-color: var(--crimson); }
.consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .82rem; color: var(--muted); }
.consent input { margin-top: .25rem; accent-color: var(--wine); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.contact .enquiry .cta { margin-top: 1.1rem; border-color: var(--wine); color: var(--wine); }
.contact .enquiry .cta::before { background: var(--wine); }
.contact .enquiry .cta__arrow { background: var(--wine); color: var(--cream); }
.contact .enquiry .cta:hover { color: var(--cream); }
.contact .enquiry .cta:hover .cta__arrow { background: var(--cream); color: var(--wine); }
.enquiry__status { margin-top: .7rem; font-size: .88rem; color: var(--wine); }
.enquiry__status.is-error { color: var(--crimson); }
.footer ul a, .overlay__side a, .overlay__side span, .hero__meta span { display: inline-flex; align-items: center; }

@media (max-width: 1080px) {
  .tour__grid { grid-template-columns: 1fr; }
  .tour__scene { height: auto; width: 100%; max-width: 560px; justify-self: center; }
  .story .wrap { grid-template-columns: 1fr; }
  .story .stats { border-left: 0; border-top: 1px solid var(--line); padding: 1.2rem 0 0; }
}
@media (max-width: 760px) {
  .brands { grid-template-columns: 1fr; }
  .cgal { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 42vw; }
  .tour.band-warm { height: auto; }
  .enquiry__grid, .contact__grid { grid-template-columns: 1fr; }
  .spot__label { font-size: .62rem; }
  .vreveal.is-armed { height: 180svh; }
}

/* ===========================================================
   Texture (17 Sep): fine paper grain on every ground, and a faint
   jaali lattice on the wine bands. Both are drawn in code (SVG),
   no images, and sit behind content so text stays crisp.
   =========================================================== */
:root {
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .26 0 0 0 0 .12 0 0 0 0 .1 0 0 0 .16 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --grain-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 .96 0 0 0 0 .93 0 0 0 .1 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --jaali: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none' stroke='%23FBF5EF' stroke-opacity='.07' stroke-width='1'%3E%3Cpath d='M28 2 54 28 28 54 2 28Z'/%3E%3Cpath d='M28 14c6 5 6 9 0 14-6-5-6-9 0-14Zm0 28c6-5 6-9 0-14-6 5-6 9 0 14ZM14 28c5-6 9-6 14 0-5 6-9 6-14 0Zm28 0c-5-6-9-6-14 0 5 6 9 6 14 0Z'/%3E%3C/svg%3E");
}
body { background-image: var(--grain); }
.band-warm, .tour.band-warm, .hgal, .vreveal, .enquiry, .kpanel__inner, .note:not(:nth-child(even)) { background-image: var(--grain); }
.band-dark, .contact, .kpanel:nth-child(3n) .kpanel__inner, .note:nth-child(even) { background-image: var(--grain-light); }
.contact, .footer__panel { background-image: var(--grain-light), var(--jaali); }
.footer__panel { background-color: var(--wine-deep); }
.contact .eyebrow { color: #E2C08F; }

/* film mosaic (replaces the two-halves reveal) */
.mosaic { position: relative; background: var(--band); background-image: var(--grain); }
.mosaic__sticky { position: relative; height: 100svh; overflow: hidden; }
.mosaic__grid { position: absolute; inset: 0; display: none; padding: clamp(10px, 1.2vw, 18px); gap: clamp(10px, 1.2vw, 18px); grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 1fr 1.3fr 1fr; grid-template-areas: "a a b b" "c f f d" "e e g g"; }
.t-a { grid-area: a; } .t-b { grid-area: b; } .t-c { grid-area: c; } .t-film { grid-area: f; } .t-d { grid-area: d; } .t-e { grid-area: e; } .t-g { grid-area: g; }
.mosaic__tile { position: relative; overflow: hidden; border-radius: var(--r); background: var(--sand); will-change: transform, opacity; }
.mosaic__tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mosaic__film { position: absolute; inset: 0; z-index: 2; background: var(--darker); will-change: clip-path; }
.mosaic__film video { width: 100%; height: 100%; object-fit: cover; }
.mosaic__film::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(180deg, rgba(28,14,17,0), rgba(28,14,17,.72)); pointer-events: none; }
.mosaic__words { position: absolute; left: 0; right: 0; bottom: clamp(1.5rem, 7vh, 4rem); z-index: 3; color: var(--cream); }
.mosaic__words .eyebrow { color: #E2C08F; }
.mosaic__title { font-family: var(--sans); font-weight: 600; letter-spacing: -.03em; line-height: 1.02; font-size: clamp(2rem, 5.2vw, 4.6rem); color: var(--cream); }
.mosaic__title em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; color: #E2C08F; }
.mosaic__title .w { display: inline-block; }
.mosaic__sub { margin-top: .6rem; max-width: 42ch; font-size: clamp(.95rem, 1.3vw, 1.15rem); color: var(--cream-2); }
.mosaic.is-armed { height: 320svh; }
.mosaic.is-armed .mosaic__sticky { position: sticky; top: 0; }
.mosaic.is-armed .mosaic__grid { display: grid; }
@media (max-width: 760px) {
  .mosaic__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1.4fr 1fr; grid-template-areas: "a b" "f f" "e g"; }
  .t-c, .t-d { display: none; }
  .mosaic.is-armed { height: 260svh; }
}

/* brand logos: one line, original colours (white crop backgrounds dropped with multiply) */
.brands__rows { gap: 0; }
.brands__row, .brands__row--r { animation: brands-left 80s linear infinite; gap: clamp(2.2rem, 4vw, 3.6rem); }
.brands__row img { height: clamp(34px, 3vw, 46px); filter: none; mix-blend-mode: multiply; opacity: 1; transition: transform .4s var(--ease-out); }
.brands__row img:hover { filter: none; transform: scale(1.08); }
.brands__rows { background-color: var(--bg); background-image: var(--grain); }
.brands__row { background-color: var(--bg); background-image: var(--grain); }

/* gallery: continuous flow, a pair of photos in view, stops on hover */
.gallery__track { scroll-snap-type: none; padding-inline: 0; cursor: grab; }
.gallery__track.is-dragging { cursor: grabbing; }
.gallery__slide { flex: 0 0 min(58vw, 980px); height: min(70svh, 36vw); scroll-snap-align: none; }
.gallery__slide img { transform: none; transition: transform 1.2s var(--ease-out); pointer-events: none; }
.gallery__slide:hover img { transform: scale(1.04); }
.gallery__btn { width: 48px; height: 48px; box-shadow: 0 6px 20px -8px rgba(43,18,23,.4); }
.gallery__btn--prev { left: clamp(12px, 2vw, 28px); }
.gallery__btn--next { right: clamp(12px, 2vw, 28px); }
@media (max-width: 760px) { .gallery__slide { flex-basis: 82vw; height: 58vw; } }


/* ===========================================================
   v11 (17 Sep): no textures, more compact, unique images,
   5-up couple galleries, auto décor row, calmer tour, arch reveal
   =========================================================== */
body, .band-warm, .tour.band-warm, .hgal, .vreveal, .enquiry, .kpanel__inner, .note, .band-dark, .contact, .footer__panel, .mosaic, .brands__rows, .brands__row { background-image: none !important; }
:root { --sec: clamp(2.75rem, 5vw, 4.5rem); }
.head { margin-bottom: clamp(1.25rem, 2.6vw, 2rem); }

/* intro text fills word by word */
.motion [data-fill] .w { opacity: .2; transition: opacity .25s linear; }
.motion [data-fill] .w.is-lit { opacity: 1; }

/* weddings: five portrait cells */
.cgal { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-template-rows: none; grid-auto-rows: auto; }
.cgal__cell, .cgal__cell--tall { grid-row: auto; aspect-ratio: 4 / 5; }

/* décor row: heading on top, row auto-scrolls */
.hgal { padding-block: var(--sec); }
.hgal__head { margin-bottom: clamp(1.25rem, 2.6vw, 2rem); }
.hgal__head .hgal__intro { flex: none; display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "eb cta" "h cta" "p cta"; align-items: end; gap: .4rem 2rem; padding: 0; justify-items: start; }
.hgal__head .eyebrow { grid-area: eb; margin: 0; } .hgal__head .h2 { grid-area: h; } .hgal__head .muted { grid-area: p; max-width: 52ch; } .hgal__head .cta { grid-area: cta; }
.hgal__track { scroll-snap-type: none; cursor: grab; padding-inline: 0; }
.hgal__track.is-dragging { cursor: grabbing; }
.hgal__track.is-dragging a { pointer-events: none; }
.hgal__card { flex-basis: clamp(210px, 19vw, 290px); }

/* tour: description in a fixed spot, softer scene change */
.tour.band-warm { height: 230svh; }
.tour__desc { position: relative; min-height: 4.8rem; margin-top: 1rem; }
.tour__text { position: absolute; inset: 0 auto auto 0; max-width: 46ch; color: var(--muted); font-size: .93rem; opacity: 0; transform: translateY(8px); transition: opacity .6s var(--ease), transform .6s var(--ease-out); }
.tour__text.is-active { opacity: 1; transform: none; }
.tour__item p { display: none; }
.tour__slide { transition: opacity .9s var(--ease), visibility .9s; }
.tour__slide .frame img { transform: scale(1.04); transition: transform 1.6s var(--ease-out); }
.tour__slide.is-active .frame img { transform: none; }
.tour__scene { height: min(74svh, 660px); }

/* arch reveal */
.arch { position: relative; background: var(--bg); }
.arch__sticky { position: relative; min-height: 100svh; display: grid; align-items: center; padding-block: var(--sec); }
.arch__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.arch__copy { display: grid; gap: .8rem; align-content: center; }
.arch__copy--r { text-align: right; justify-items: end; }
.arch__window { position: relative; aspect-ratio: 9 / 14; max-height: 84svh; width: 100%; justify-self: center; overflow: hidden; background: var(--sand); clip-path: inset(0 0 0 0 round 999px 999px 18px 18px); will-change: clip-path; }
.arch__window video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.arch__quote { font-family: var(--sans); font-weight: 600; letter-spacing: -.02em; font-size: clamp(1.3rem, 2.2vw, 1.9rem); line-height: 1.2; color: var(--wine); max-width: 16ch; }
.arch__quote em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; color: var(--crimson); }
.arch.is-armed { height: 200svh; }
.arch.is-armed .arch__sticky { position: sticky; top: 0; height: 100svh; padding-block: 0; }

/* film grid a touch shorter */
.mosaic.is-armed { height: 300svh; }

/* story + numbers: tighter, matching fonts */
.story { padding-block: clamp(2rem, 4vw, 3.25rem); }
.story .h2.story__line { max-width: 20ch; font-size: clamp(1.6rem, 2.7vw, 2.4rem); }
.story .stat__n { font-family: var(--sans); font-weight: 600; letter-spacing: -.03em; }
.story .stat__n sup { color: var(--crimson); }

/* contact + footer: compact */
.contact { padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.contact__title { font-size: clamp(2rem, 3.8vw, 3.2rem); }
.enquiry__grid { gap: .7rem .9rem; }
.footer__panel { clip-path: none; padding: clamp(2rem, 4vw, 3rem) 0 1.2rem; }
.footer__grid { gap: 1.5rem 2rem; align-items: start; }
.footer__logo { width: 150px; }
.footer ul { gap: .25rem; font-size: .86rem; }
.footer__base { margin-top: 1.6rem; padding-top: .9rem; }

@media (max-width: 1080px) {
  .arch__grid { grid-template-columns: 1fr 1fr; }
  .arch__window { grid-column: 1 / -1; grid-row: 1; max-width: 420px; }
  .arch__copy--r { text-align: left; justify-items: start; }
}
@media (max-width: 760px) {
  .cgal { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; }
  .cgal__cell:first-child { grid-column: 1 / -1; aspect-ratio: 4 / 5; }
  .hgal__head .hgal__intro { grid-template-columns: 1fr; grid-template-areas: "eb" "h" "p" "cta"; }
  .tour.band-warm { height: auto; }
  .tour__text { position: static; display: none; }
  .tour__text.is-active { display: block; }
  .arch.is-armed { height: 170svh; }
  .arch__grid { grid-template-columns: 1fr; }
  .arch__window { max-width: 78vw; max-height: 70svh; }
}


/* ===========================================================
   v12 (17 Sep): earlier couples layout restored; services as a
   fixed intro with cards scrolling past (Naman's reference video)
   =========================================================== */
.cgal { grid-template-columns: 1.25fr 1fr 1fr 1fr; grid-template-rows: repeat(2, clamp(170px, 16vw, 250px)); grid-auto-rows: auto; }
.cgal__cell { aspect-ratio: auto; }
.cgal__cell--tall { grid-row: span 2; }
.cgal__cell--poster img { object-position: 50% 0%; }

.svc__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.svc__intro { position: sticky; top: 110px; display: grid; gap: 1rem; justify-items: start; }
.svc__lede { color: var(--muted); max-width: 40ch; font-size: .95rem; }
.svc__list { position: relative; display: grid; gap: clamp(12px, 1.4vw, 18px); padding-left: 3.2rem; }
.svc__list::before { content: ""; position: absolute; left: 1rem; top: .6rem; bottom: .6rem; width: 1px; background: var(--line); }
.svc__item { position: relative; }
.svc__no { position: absolute; left: -3.2rem; top: 1.1rem; width: 2rem; height: 2rem; border-radius: 50%; display: grid; place-items: center; background: var(--bg); border: 1px solid var(--line); font-size: .66rem; font-weight: 700; letter-spacing: .06em; color: var(--muted-2); transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease); }
.svc__card { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(14px, 1.8vw, 24px); align-items: center; padding: clamp(10px, 1vw, 14px); background: var(--band); border: 1px solid transparent; border-radius: calc(var(--r) + 6px); transition: opacity .5s var(--ease), transform .6s var(--ease-out), border-color .4s var(--ease), background .4s var(--ease); }
.svc__media { aspect-ratio: 4 / 3; border-radius: var(--r); overflow: hidden; background: var(--sand); }
.svc__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.svc__body { display: grid; gap: .45rem; padding-right: .4rem; }
.svc__icon { width: 2.1rem; height: 2.1rem; border-radius: 50%; display: grid; place-items: center; background: var(--bg); color: var(--wine); }
.svc__icon .ic { margin: 0; width: 1.05rem; height: 1.05rem; }
.svc__name { font-size: clamp(1.2rem, 1.7vw, 1.5rem); color: var(--wine); }
.svc__text { font-size: .88rem; line-height: 1.6; color: var(--muted); }
.svc__tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: .15rem; }
.svc__tags li { padding: 4px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: .66rem; color: var(--ink); background: rgba(251,245,239,.6); }
.motion .svc__item:not(.is-active) .svc__card { opacity: .5; transform: scale(.98); }
.svc__item.is-active .svc__card { border-color: rgba(110,28,42,.28); background: var(--sand); }
.svc__item.is-active .svc__no { background: var(--wine); border-color: var(--wine); color: var(--cream); }
.svc__card:hover .svc__media img { transform: scale(1.05); }

@media (max-width: 900px) {
  .svc__grid { grid-template-columns: 1fr; }
  .svc__intro { position: static; }
}
@media (max-width: 760px) {
  .cgal { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 42vw; }
  .cgal__cell:first-child { grid-column: auto; aspect-ratio: auto; }
  .svc__list { padding-left: 2.4rem; }
  .svc__list::before { left: .75rem; }
  .svc__no { left: -2.4rem; width: 1.6rem; height: 1.6rem; font-size: .58rem; }
  .svc__card { grid-template-columns: 1fr; }
  .motion .svc__item:not(.is-active) .svc__card { opacity: .75; transform: none; }
}

/* footer: one compact row, no contact details repeated from the section above */
.footer__panel { padding: clamp(1.6rem, 3vw, 2.2rem) 0 1rem; }
.footer__row { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem 2.5rem; flex-wrap: wrap; }
.footer__logo { width: 132px; }
.footer__nav { display: flex; flex-wrap: wrap; gap: .4rem 1.6rem; font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-2); }
.footer__nav a:hover { color: var(--cream); }
.footer__social { display: flex; gap: .5rem; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-dark); display: grid; place-items: center; color: var(--cream); transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.footer__social a:hover { background: var(--cream); color: var(--wine-deep); border-color: var(--cream); }
.footer__social .ic { margin: 0; }
.footer__base { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1.2rem; padding-top: .9rem; border-top: 1px solid var(--line-dark); font-size: .74rem; color: var(--cream-2); }
@media (max-width: 760px) { .footer__row { flex-direction: column; align-items: flex-start; } }


/* ===========================================================
   v13 (17 Sep): fluid backgrounds, two-film mosaic, celestial
   text-mask reveal, Every Detail with magnifier hotspots
   =========================================================== */
/* fluid colour: sections become transparent, the page colour eases between them */
.motion [data-bg]:not(.contact) { background-color: transparent !important; }
.motion body { transition: none; }
.motion .brands__row, .motion .brands__rows { background-color: transparent; }
.motion .brands__row img { mix-blend-mode: multiply; }

/* mosaic second film + closing words */
.mosaic__film--b { z-index: 3; }
.mosaic__film--b::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, rgba(20,10,12,0), rgba(20,10,12,.78)); pointer-events: none; }
.mosaic__film--b video { width: 100%; height: 100%; object-fit: cover; }
.mosaic__words--b { z-index: 4; }
.mosaic__title--b { font-size: clamp(1.6rem, 3.6vw, 3.2rem); max-width: 24ch; line-height: 1.08; }
.mosaic__title .w { display: inline-block; }
.mosaic__credit { margin-top: .8rem; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-2); }
.mosaic:not(.is-armed) .mosaic__film--b, .mosaic:not(.is-armed) .mosaic__words--b { display: none; }
.mosaic.is-armed { height: 340svh; }

/* celestial text-mask reveal */
.celest { position: relative; background: var(--bg); }
.celest__sticky { position: relative; height: 100svh; overflow: hidden; background: #0d0a1a; }
.celest__film { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.celest__sticky::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(180deg, rgba(8,6,20,0), rgba(8,6,20,.75)); pointer-events: none; z-index: 1; }
.celest__mask { position: absolute; inset: 0; z-index: 2; display: none; place-items: center; background: #FBF5EF; mix-blend-mode: screen; will-change: opacity; }
.celest__mask span { display: block; font-family: var(--sans); font-weight: 800; font-size: 15.5vw; line-height: .8; letter-spacing: -.05em; color: #000; transform-origin: 46% 52%; will-change: transform; }
.celest__words { position: absolute; left: 0; right: 0; bottom: clamp(1.5rem, 7vh, 4rem); z-index: 3; color: var(--cream); }
.celest__words .eyebrow { color: #D9C6FF; }
.celest__title { font-family: var(--sans); font-weight: 600; letter-spacing: -.03em; font-size: clamp(1.9rem, 4.6vw, 4rem); line-height: 1.04; color: var(--cream); max-width: 18ch; }
.celest__title em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; color: #E2C08F; }
.celest__credit { margin-top: .8rem; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-2); }
.celest.is-armed { height: 260svh; }
.celest.is-armed .celest__sticky { position: sticky; top: 0; }
.celest.is-armed .celest__mask { display: grid; }
@media (max-width: 760px) { .celest__mask span { font-size: 17vw; } .celest.is-armed { height: 220svh; } }

/* Every Detail */
.dtour { position: relative; background: var(--band); }
.dtour__sticky { position: relative; padding-block: var(--sec); }
.dtour__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(1.5rem, 4.5vw, 5rem); align-items: center; }
.dtour__side { display: grid; align-content: center; }
.dtour__couple { display: flex; align-items: center; margin-top: .6rem; font-size: .76rem; color: var(--muted-2); }
.dtour__now { display: flex; align-items: flex-end; gap: 1.2rem; margin-top: clamp(1.2rem, 2.6vw, 2rem); }
.dtour__count { display: flex; align-items: baseline; gap: .35rem; font-family: var(--sans); color: var(--wine); line-height: .9; }
.dtour__count b { font-weight: 600; font-size: clamp(2.8rem, 5vw, 4.4rem); letter-spacing: -.04em; }
.dtour__count span { font-size: .8rem; font-weight: 600; color: var(--muted-2); }
.dtour__titles { position: relative; flex: 1; height: clamp(2.2rem, 3.4vw, 3rem); overflow: hidden; }
.dtour__name { position: absolute; left: 0; bottom: 0; font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(1.6rem, 2.8vw, 2.4rem); color: var(--crimson); white-space: nowrap; opacity: 0; transform: translateY(100%); transition: opacity .5s var(--ease), transform .6s var(--ease-out); }
.dtour__name.is-active { opacity: 1; transform: none; }
.dtour__texts { position: relative; min-height: 4.6rem; margin-top: .8rem; }
.dtour__text { position: absolute; inset: 0 auto auto 0; max-width: 46ch; color: var(--muted); font-size: .93rem; opacity: 0; transform: translateY(8px); transition: opacity .5s var(--ease), transform .6s var(--ease-out); }
.dtour__text.is-active { opacity: 1; transform: none; }
.dtour__lists { position: relative; min-height: 10.5rem; margin-top: .6rem; }
.dtour__spots { position: absolute; inset: 0 0 auto; display: grid; gap: .45rem; opacity: 0; visibility: hidden; transition: opacity .5s var(--ease), visibility .5s; }
.dtour__spots.is-active { opacity: 1; visibility: visible; }
.dtour__spot { width: 100%; display: flex; align-items: center; gap: .9rem; padding: .35rem .8rem .35rem .35rem; border: 1px solid transparent; border-radius: 999px; background: transparent; cursor: pointer; font-size: .9rem; color: var(--muted); text-align: left; transition: background .4s var(--ease), border-color .4s var(--ease), color .4s var(--ease); }
.dtour__spot.is-active { background: var(--bg); border-color: var(--line); color: var(--wine); font-weight: 600; }
.dtour__lens { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background-size: 420%; background-repeat: no-repeat; box-shadow: 0 0 0 2px var(--bg); }
.dtour__strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; margin-top: clamp(1rem, 2.4vw, 1.8rem); }
.dtour__tab { display: grid; gap: .2rem; padding: 0; border: 0; background: none; text-align: left; cursor: pointer; }
.dtour__tab-no { font-size: .62rem; font-weight: 700; letter-spacing: .16em; color: var(--muted-2); }
.dtour__tab-name { font-size: .78rem; font-weight: 600; color: var(--muted-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: color .4s var(--ease); }
.dtour__tab.is-active .dtour__tab-name, .dtour__tab.is-active .dtour__tab-no { color: var(--wine); }
.dtour__tab-bar { display: block; height: 2px; margin-top: .35rem; background: var(--line); overflow: hidden; }
.dtour__tab-bar i { display: block; height: 100%; background: var(--wine); transform: scaleX(0); transform-origin: left; }
.dtour__tab.is-active .dtour__tab-bar i { transform: scaleX(1); }
.motion .dtour__tab.is-active .dtour__tab-bar i { transform: scaleX(0); }
.motion .dtour__tab.is-done .dtour__tab-bar i { transform: scaleX(1); }
.dtour__stage { position: relative; aspect-ratio: 4 / 5; height: min(82svh, 760px); max-width: 100%; justify-self: end; }
.dtour__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .8s var(--ease), visibility .8s; }
.dtour__slide.is-active { opacity: 1; visibility: visible; }
.dtour__slide > .frame { position: absolute; inset: 0; border-radius: calc(var(--r) + 8px); }
.dtour__slide .frame img { transform: scale(1.08); transition: transform 2.2s var(--ease-out); }
.dtour__slide.is-active .frame img { transform: none; }
.dtour__dot { position: absolute; left: var(--x); top: var(--y); z-index: 2; width: 44px; height: 44px; margin: -22px 0 0 -22px; padding: 0; border: 0; background: none; cursor: pointer; }
.dtour__pin { position: absolute; inset: 13px; border-radius: 50%; background: var(--cream); box-shadow: 0 0 0 3px rgba(110,28,42,.4); transition: transform .4s var(--ease-out), background .4s var(--ease); }
.dtour__pin::after { content: ""; position: absolute; inset: -9px; border-radius: 50%; border: 1px solid var(--cream); animation: pulse 2.4s var(--ease) infinite; }
.dtour__dot.is-active .dtour__pin { background: var(--wine); transform: scale(1.25); box-shadow: 0 0 0 3px var(--cream); }
.dtour__loupe { position: absolute; left: 34px; top: 50%; display: grid; justify-items: center; gap: .45rem; transform: translateY(-50%) scale(.6); transform-origin: 0 50%; opacity: 0; pointer-events: none; transition: opacity .45s var(--ease), transform .6s var(--ease-out); }
.dtour__dot.is-left .dtour__loupe { left: auto; right: 34px; transform-origin: 100% 50%; }
.dtour__dot.is-up .dtour__loupe { top: auto; bottom: 20px; transform: translateY(0) scale(.6); }
.dtour__dot.is-active .dtour__loupe { opacity: 1; transform: translateY(-50%) scale(1); }
.dtour__dot.is-active.is-up .dtour__loupe { transform: translateY(0) scale(1); }
.dtour__lens--big { width: clamp(110px, 10vw, 150px); height: clamp(110px, 10vw, 150px); background-size: 380%; box-shadow: 0 0 0 4px var(--cream), 0 18px 40px -16px rgba(28,14,17,.55); }
.dtour__loupe-label { padding: .3rem .75rem; border-radius: 999px; background: var(--cream); color: var(--wine); font-size: .7rem; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.dtour__dot:hover .dtour__pin { transform: scale(1.2); }
.motion .dtour.is-armed { height: 300svh; }
@media (min-width: 761px) {
  .motion .dtour { height: 300svh; }
  .motion .dtour__sticky { position: sticky; top: 0; height: 100svh; display: grid; align-items: center; padding-block: 76px 0; }
}
@media (max-width: 1080px) {
  .dtour__grid { grid-template-columns: 1fr; }
  .dtour__stage { justify-self: center; height: auto; width: min(100%, 520px); }
  .motion .dtour { height: auto; }
  .motion .dtour__sticky { position: relative; height: auto; padding-block: var(--sec); }
}
@media (max-width: 760px) {
  .dtour__stage { order: -1; }
  .dtour__lists { min-height: 9.5rem; }
  .dtour__strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dtour__lens--big { width: 96px; height: 96px; }
  .motion .dtour__tab.is-active .dtour__tab-bar i { transform: scaleX(1); }
}

/* agency credit in the footer */
.footer__credit { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(251,245,239,.4); }
.footer__credit:hover { text-decoration-color: var(--cream); }

/* Love notes as pinned paper notes on a tagboard (Naman's reference, 17 Sep) */
.notes { padding-top: 1.8rem; padding-bottom: 2.4rem; }
.note { position: relative; overflow: visible; border-radius: 5px; padding-top: 1.9rem;
  background-image: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0) 38%);
  box-shadow: 0 1px 1px rgba(43,18,23,.06), 0 16px 22px -16px rgba(43,18,23,.42), 0 30px 36px -30px rgba(43,18,23,.3); }
.note:nth-child(even) { background-image: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 38%); }
/* the pin head */
.note::before { content: ""; position: absolute; z-index: 2; top: -10px; left: 50%; width: 24px; height: 24px; margin-left: -12px; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #ffb3b3 0 10%, #e33a4a 11% 48%, #b3182a 49% 78%, #7d0d1b 100%);
  box-shadow: 0 2px 2px rgba(0,0,0,.25), 0 5px 7px -2px rgba(0,0,0,.35); }
.note:nth-child(even)::before { background: radial-gradient(circle at 34% 30%, #fff1cf 0 10%, #d9b273 11% 48%, #b08743 49% 78%, #7a5a26 100%); }
/* the pin's shadow on the paper */
.note::after { content: ""; position: absolute; z-index: 1; top: 8px; left: 50%; width: 16px; height: 7px; margin-left: -3px; border-radius: 50%;
  background: rgba(43,18,23,.22); filter: blur(2.5px); transform: rotate(24deg); pointer-events: none; }
.note:hover::before, .note:focus-visible::before { transform: translateY(-1px); }

/* Realistic pushpin (Naman: "make pin look real") — glossy head, metal needle, cast shadow */
.note::before, .note::after { content: none; }
.pin { position: absolute; z-index: 3; top: -16px; left: 50%; width: 34px; height: 42px; margin-left: -17px; pointer-events: none; }
.pin i { position: absolute; display: block; }
.pin__shadow { left: 15px; top: 22px; width: 24px; height: 10px; border-radius: 50%;
  background: radial-gradient(ellipse at 40% 50%, rgba(28,12,14,.5), rgba(28,12,14,.18) 55%, rgba(28,12,14,0) 72%);
  transform: rotate(32deg); filter: blur(1.2px); }
.pin__needle { left: 16px; top: 17px; width: 2px; height: 12px; border-radius: 1px;
  background: linear-gradient(90deg, #6f6f6f 0%, #f2f2f2 45%, #9a9a9a 70%, #5a5a5a 100%);
  transform: rotate(-24deg); transform-origin: 50% 0; box-shadow: 1px 1px 1px rgba(0,0,0,.25); }
.pin__head { left: 5px; top: 0; width: 24px; height: 24px; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #ffd0d0 0%, #ff6b78 12%, #e2243a 34%, #b0122a 62%, #6e0615 100%);
  box-shadow: inset -3px -4px 6px rgba(40,0,6,.45), inset 2px 2px 3px rgba(255,255,255,.3), 0 2px 1px rgba(0,0,0,.18), 1px 4px 5px rgba(0,0,0,.28); }
.pin__head::before { content: ""; position: absolute; left: 3px; top: 16px; width: 18px; height: 7px; border-radius: 50%;
  background: radial-gradient(ellipse at 50% 20%, rgba(255,120,130,.35), rgba(80,0,10,.0) 70%); }
.pin__head::after { content: ""; position: absolute; left: 5px; top: 4px; width: 8px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,.9); filter: blur(.5px); transform: rotate(-35deg); }
.note:nth-child(even) .pin__head { background: radial-gradient(circle at 34% 30%, #fffbe8 0%, #f6dc9c 14%, #d6a954 36%, #a67a32 64%, #5f4417 100%);
  box-shadow: inset -3px -4px 6px rgba(50,30,0,.45), inset 2px 2px 3px rgba(255,255,255,.35), 0 2px 1px rgba(0,0,0,.2), 1px 4px 5px rgba(0,0,0,.35); }
.note:hover .pin__head { transform: translateY(-1px); }
.note { padding-top: 2rem; }

/* pin pierces the paper just below the top edge */
.pin { top: -3px; }
.note { padding-top: 2.4rem; }
