/* Audit pass 2026-07-10: readability floors (labels >=0.72rem, interactive >=0.74rem, hero CTAs >=0.76rem) and 44px tap targets. Derived from styles.20260710-perf.css. */
@font-face {
  font-family: "Philosopher";
  src: url("/assets/fonts/philosopher-regular.woff2") format("woff2"), url("/assets/fonts/philosopher-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Philosopher";
  src: url("/assets/fonts/philosopher-italic.woff2") format("woff2"), url("/assets/fonts/philosopher-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: "Philosopher";
  src: url("/assets/fonts/philosopher-bold.woff2") format("woff2"), url("/assets/fonts/philosopher-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Philosopher";
  src: url("/assets/fonts/philosopher-bold-italic.woff2") format("woff2"), url("/assets/fonts/philosopher-bold-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: "Times Ten";
  src: url("/assets/fonts/times-ten-regular.woff2") format("woff2"),
       url("/assets/fonts/times-ten-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Times Ten";
  src: url("/assets/fonts/times-ten-italic.woff2") format("woff2"),
       url("/assets/fonts/times-ten-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Times Ten";
  src: url("/assets/fonts/times-ten-bold.woff2") format("woff2"),
       url("/assets/fonts/times-ten-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Times Ten";
  src: url("/assets/fonts/times-ten-bold-italic.woff2") format("woff2"),
       url("/assets/fonts/times-ten-bold-italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  color-scheme: light;
  --marble-white: #fffdf6;
  --moonlit-silver: #d9dde0;
  --pearl-ivory: #fff8ea;
  --warm-parchment: #ead8b4;
  --antique-gold: #c69332;
  --champagne-gold: #f1cf86;
  --rose-gold: #c98574;
  --deep-ruby: #6f1e18;
  --lapis-sapphire: #1f3c5b;
  --emerald-jade: #245442;
  --soft-jade: #93b6a5;
  --deep-umber: #2a130b;
  --midnight-indigo: #0e1724;
  --marble-shadow: rgba(51, 27, 15, 0.24);
  --silver-line: rgba(255, 255, 255, 0.32);
  --gold-line: rgba(198, 147, 50, 0.36);
  --colour-ivory: var(--pearl-ivory);
  --colour-antique-gold: var(--antique-gold);
  --colour-bronze: #9c6a34;
  --colour-umber: var(--deep-umber);
  --colour-charcoal: #120804;
  --colour-parchment: #dfbf7a;
  --colour-ruby-shadow: var(--deep-ruby);
  --colour-jade-shadow: var(--emerald-jade);
  --colour-saffron-deep: #b87524;
  --colour-nocturne-blue: var(--midnight-indigo);
  --colour-muted: rgba(58, 34, 20, 0.74);
  --colour-line: var(--gold-line);
  --colour-lapis-smoke: #596573;
  --spacing-phi: 1.618rem;
  --radius-soft: 8px;
  --grid-gap: clamp(14px, 1.8vw, 28px);
  --max-content: 1280px;
  --header-height: 76px;
  --display-font: "Philosopher", Optima, "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  --body-font: Optima, "Philosopher", Candara, "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --ui-font: Optima, "Avenir Next", Candara, "Gill Sans", "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --mono-font: "Courier New", Courier, monospace;
  --parallax-x: 0px;
  --parallax-y: 0px;
  --glow-x: 50%;
  --glow-y: 48%;
  --scroll-progress: 0;
  --scene-filter: saturate(0.96) contrast(1.02) brightness(0.94);
  --scene-glow: rgba(241, 207, 134, 0.2);
  --motion-ease: cubic-bezier(0.2, 0.72, 0.18, 1);
  --motion-slow: 900ms;
  --motion-medium: 520ms;
}

:root[data-scene="sunrise"] { --scene-filter: saturate(1.02) contrast(1.02) brightness(0.94); --scene-glow: rgba(231, 185, 103, 0.24); }
:root[data-scene="day"] { --scene-filter: saturate(0.92) contrast(1) brightness(0.9); --scene-glow: rgba(255, 238, 196, 0.16); }
:root[data-scene="sunset"] { --scene-filter: saturate(1.04) contrast(1.04) brightness(0.9); --scene-glow: rgba(217, 137, 59, 0.28); }
:root[data-scene="night"] { --scene-filter: saturate(0.9) contrast(1.03) brightness(0.84); --scene-glow: rgba(217, 221, 224, 0.2); }

* { box-sizing: border-box; }
html { min-height: 100%; overflow-x: hidden; scroll-behavior: smooth; background: #f8efe0; }
body { min-height: 100%; margin: 0; overflow-x: hidden; color: var(--deep-umber); background: radial-gradient(circle at 16% 4%, rgba(255, 255, 255, 0.86), transparent 28rem), radial-gradient(circle at 84% 7%, rgba(217, 221, 224, 0.42), transparent 23rem), radial-gradient(circle at 8% 92%, rgba(198, 147, 50, 0.12), transparent 30rem), linear-gradient(180deg, #fffaf0 0%, #f0dfbf 38%, #fff8ea 72%, #ead8b4 100%); font-family: var(--body-font); font-size: 18px; text-rendering: optimizeLegibility; }
body::before { position: fixed; inset: 0; z-index: -10; pointer-events: none; content: ""; background-image: linear-gradient(rgba(198, 147, 50, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(198, 147, 50, 0.075) 1px, transparent 1px), radial-gradient(circle at 50% 18%, rgba(255,255,255,0.34), transparent 18rem); background-size: 33.333vw 33.333vh, 33.333vw 33.333vh, 100% 100%; opacity: 0.5; }
body::after { position: fixed; inset: 0; z-index: -9; pointer-events: none; content: ""; opacity: 0.16; mix-blend-mode: soft-light; background-image: radial-gradient(circle at 23% 14%, rgba(255,255,255,0.32) 0 1px, transparent 1.5px), radial-gradient(circle at 71% 47%, rgba(198,147,50,0.22) 0 1px, transparent 1.6px); background-size: 140px 180px, 190px 170px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
:where(a, button, input, textarea):focus-visible { outline: 2px solid rgba(244, 210, 139, 0.92); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 10px 14px; color: var(--colour-charcoal); background: var(--colour-ivory); transform: translateY(-140%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.loader { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; pointer-events: none; color: var(--colour-antique-gold); background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.72), transparent 16rem), radial-gradient(circle at 50% 48%, rgba(198, 147, 50, 0.22), transparent 22rem), linear-gradient(180deg, #f8eed9, #29150c 82%); animation: loader-out 420ms ease 360ms forwards; }
.loader__mark { width: clamp(210px, 28vw, 360px); transform-origin: 50% 0; filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.58)) drop-shadow(0 0 22px rgba(217, 164, 65, 0.26)); animation: cradle-sway 1500ms cubic-bezier(0.45, 0, 0.2, 1) infinite; }
.loader__logo { display: block; width: 100%; height: auto; }
.loader__logo img { width: 100%; }
.loader p { position: absolute; top: calc(50% + clamp(72px, 9vw, 120px)); margin: 0; font-family: var(--ui-font); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.34em; text-transform: uppercase; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 40; display: flex; flex-wrap: nowrap; gap: 8px clamp(18px, 2.4vw, 36px); align-items: center; justify-content: space-between; min-height: var(--header-height); padding: 12px clamp(18px, 3vw, 44px); color: rgba(255, 248, 234, 0.92); background: linear-gradient(180deg, rgba(29, 15, 8, 0.84), rgba(29, 15, 8, 0.42), transparent); backdrop-filter: blur(12px); transition: min-height 260ms var(--motion-ease), padding 260ms var(--motion-ease), background 260ms ease, box-shadow 260ms ease; }
.site-header::after { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; content: ""; background: linear-gradient(90deg, transparent, rgba(244, 210, 139, 0.9), transparent); opacity: 0.7; transform: scaleX(var(--scroll-progress)); transform-origin: left center; }
.site-header.is-scrolled { min-height: 64px; padding-block: 8px; background: linear-gradient(180deg, rgba(37, 20, 10, 0.96), rgba(26, 12, 6, 0.82)); box-shadow: 0 18px 46px var(--marble-shadow); }
.site-header__brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; min-width: 0; font-family: var(--display-font); font-size: clamp(1rem, 1.7vw, 1.24rem); letter-spacing: 0.03em; white-space: nowrap; }
.site-header__brand img { width: 46px; aspect-ratio: 1.6; object-fit: contain; flex: 0 0 auto; overflow: hidden; color: transparent; font-size: 0; }
.site-nav { display: flex; flex: 1 1 auto; flex-wrap: nowrap; align-items: center; justify-content: flex-end; gap: 2px clamp(10px, 1.4vw, 22px); min-width: 0; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a { position: relative; flex: 0 0 auto; padding: 8px 0; color: rgba(255, 248, 234, 0.72); font-family: var(--ui-font); font-size: clamp(0.74rem, 0.8vw, 0.78rem); font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; transition: color 180ms ease, transform 180ms var(--motion-ease); }
.site-nav a::after { position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; content: ""; background: var(--colour-antique-gold); opacity: 0; transform: scaleX(0.4); transition: opacity 180ms ease, transform 180ms ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--colour-ivory); transform: translateY(-1px); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { opacity: 0.9; transform: scaleX(1); }
.nav-toggle { display: none; flex: 0 0 auto; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(244, 210, 139, 0.36); border-radius: 999px; color: var(--colour-ivory); background: rgba(15, 7, 4, 0.44); cursor: pointer; }
.nav-toggle span { display: block; width: 18px; height: 1px; border-radius: 999px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-toggle:hover, .nav-toggle:focus-visible { border-color: rgba(255, 229, 169, 0.82); background: rgba(217, 164, 65, 0.14); }

.home-hero { position: relative; min-height: max(100svh, 760px); display: grid; grid-template-columns: minmax(24px, 1fr) minmax(300px, 760px) minmax(24px, 1fr); align-items: start; padding: calc(var(--header-height) + clamp(42px, 5.5svh, 70px)) clamp(20px, 4vw, 72px) clamp(76px, 9svh, 104px); isolation: isolate; overflow: hidden; }
.home-hero__image, .home-hero__veil { position: absolute; inset: 0; pointer-events: none; }
.home-hero__image { z-index: -5; background-color: #efe2c5; background-image: url("/assets/hero/taj-mahal-desktop-hero-1920.webp?v=20260705-full-qa-1"); background-repeat: no-repeat; background-position: center var(--header-height); background-size: 100% auto; filter: var(--scene-filter); transform: none; transform-origin: top center; }
.home-hero__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(31, 14, 7, 0.02) 34%, rgba(31, 14, 7, 0.22) 62%, rgba(18, 8, 4, 0.72) 92%, rgba(18, 8, 4, 0.86) 100%); }
.home-hero__veil { z-index: -4; background: radial-gradient(circle at var(--glow-x) var(--glow-y), var(--scene-glow), transparent 24rem), radial-gradient(ellipse at 50% 72%, rgba(244, 210, 139, 0.16), transparent 24rem), linear-gradient(90deg, rgba(18, 8, 4, 0.1), rgba(255, 255, 255, 0.02) 50%, rgba(18, 8, 4, 0.13)), linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 38%, rgba(18, 8, 4, 0.68) 100%); }
.home-hero__content { position: relative; isolation: isolate; grid-column: 2; justify-self: center; display: grid; justify-items: center; max-width: 760px; margin-top: clamp(130px, 12vw, 190px); text-align: center; transform: none; animation: hero-rise-centered 1100ms var(--motion-ease) 260ms both; }
.home-hero__content::before { position: absolute; inset: -34px -44px -30px; z-index: -1; pointer-events: none; content: ""; background: radial-gradient(ellipse at 50% 42%, rgba(23, 10, 5, 0.7), rgba(23, 10, 5, 0.42) 43%, rgba(23, 10, 5, 0) 72%); filter: blur(0.2px); }
.credit-line, .presented-line, .section-label { margin: 0; color: var(--colour-parchment); font-family: var(--ui-font); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.presented-line { margin-top: 8px; color: rgba(255, 248, 234, 0.72); letter-spacing: 0.08em; text-transform: none; }
.home-hero__logo { width: clamp(220px, 21vw, 330px); margin: clamp(6px, 1.3vh, 12px) auto clamp(4px, 1vh, 10px); }
.hero-play { display: inline-flex; align-items: center; gap: 11px; margin: 0 auto clamp(12px, 2vh, 20px); color: rgba(255, 248, 234, 0.88); font-family: var(--ui-font); font-size: 0.74rem; font-style: normal; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; transition: color 220ms ease, transform 220ms var(--motion-ease); }
.hero-play span { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(244, 210, 139, 0.55); border-radius: 50%; background: rgba(15, 7, 4, 0.42); box-shadow: 0 12px 34px rgba(0,0,0,0.28), inset 0 0 18px rgba(244, 210, 139, 0.08); }
.hero-play span::before { width: 0; height: 0; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; content: ""; }
.hero-play em { font-style: normal; }
.hero-play:hover, .hero-play:focus-visible { color: var(--colour-antique-gold); transform: translateY(-2px); }
.hero-play:hover span, .hero-play:focus-visible span { border-color: rgba(255, 229, 169, 0.9); background: rgba(217, 164, 65, 0.14); }
.home-hero__line { margin: 0 0 6px; color: var(--colour-antique-gold); font-family: var(--display-font); font-size: clamp(1.08rem, 1.65vw, 1.36rem); }
.home-hero__promise { margin: 0; max-width: 17em; color: rgba(255, 248, 234, 0.94); font-family: var(--display-font); font-size: clamp(1.72rem, 2.45vw, 2.62rem); font-style: italic; line-height: 1.04; text-wrap: balance; text-shadow: 0 2px 22px rgba(0,0,0,0.62); }
.home-hero__status { margin: clamp(10px, 1.6vh, 16px) 0 0; color: var(--colour-antique-gold); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: clamp(18px, 3vh, 28px); }
.cta-row--section { justify-content: flex-start; gap: 10px 12px; margin-top: clamp(14px, 2vw, 20px); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 16px; border: 1px solid rgba(198, 147, 50, 0.48); border-radius: 999px; color: var(--colour-ivory); background: linear-gradient(135deg, rgba(31, 60, 91, 0.28), rgba(42, 19, 11, 0.54)); font-family: var(--ui-font); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; box-shadow: 0 12px 32px rgba(51, 27, 15, 0.16); transition: transform 220ms var(--motion-ease), border-color 220ms ease, background 220ms ease, box-shadow 220ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); border-color: rgba(255, 229, 169, 0.82); background: rgba(217, 164, 65, 0.16); box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28); }
.button--primary { color: var(--colour-charcoal); background: linear-gradient(135deg, #f4d28b, var(--colour-antique-gold)); border-color: transparent; }
.scroll-cue { display: none; position: absolute; left: 50%; bottom: 20px; width: 28px; height: 44px; border: 1px solid rgba(255, 248, 234, 0.28); border-radius: 999px; transform: translateX(-50%); }
.scroll-cue::after { position: absolute; left: 50%; top: 8px; width: 4px; height: 4px; border-radius: 50%; content: ""; background: var(--colour-antique-gold); transform: translateX(-50%); animation: scroll-dot 1800ms ease-in-out infinite; }

.hero-chapters { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(244, 210, 139, 0.16); background: linear-gradient(90deg, rgba(31, 60, 48, 0.72), rgba(184, 117, 36, 0.74), rgba(74, 20, 16, 0.72), rgba(17, 24, 34, 0.72)); box-shadow: 0 -18px 50px rgba(0,0,0,0.22); backdrop-filter: blur(9px); }
.hero-chapters a { position: relative; min-height: clamp(54px, 7svh, 76px); display: grid; align-content: center; gap: 2px; padding: 12px clamp(14px, 2.2vw, 30px); overflow: hidden; border-right: 1px solid rgba(255, 248, 234, 0.12); font-family: var(--ui-font); }
.hero-chapters a::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 16% 22%, rgba(255, 248, 234, 0.18), transparent 32%), linear-gradient(90deg, rgba(255, 248, 234, 0.04), transparent); opacity: 0; transform: translateX(-11%); transition: opacity 260ms ease, transform 360ms var(--motion-ease); }
.hero-chapters a:hover::before, .hero-chapters a:focus-visible::before { opacity: 1; transform: translateX(0); }
.hero-chapters span { position: relative; z-index: 1; color: var(--colour-ivory); font-size: clamp(0.72rem, 0.82vw, 0.9rem); font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-chapters em { position: relative; z-index: 1; color: rgba(255, 248, 234, 0.66); font-size: clamp(0.72rem, 0.85vw, 0.88rem); font-style: italic; }

.section { position: relative; width: min(var(--max-content), calc(100% - 40px)); margin: 0 auto; padding: clamp(22px, 3.1vw, 40px) 0; }
.section::before { position: absolute; left: 50%; top: 0; width: min(220px, 42vw); height: 1px; pointer-events: none; content: ""; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.76), rgba(198, 147, 50, 0.48), transparent); opacity: 0.7; transform: translateX(-50%); }
.section--intro::before, .section:first-child::before { display: none; }
.section__grid { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(280px, 1.12fr); gap: var(--grid-gap); align-items: start; }
.section__grid > *, .link-section__heading > *, .press-wall, .link-card, .page-hero__copy { min-width: 0; }
h1, h2, h3 { margin: 0; font-family: var(--display-font); font-weight: 400; line-height: 1.02; letter-spacing: 0; }
h1 { font-size: clamp(2.45rem, 5vw, 5.4rem); text-wrap: balance; }
h2 { font-size: clamp(1.55rem, 2.5vw, 2.35rem); text-wrap: balance; }
p { color: var(--colour-muted); font-size: clamp(1.06rem, 1.18vw, 1.18rem); line-height: 1.62; }
h1, h2, h3, p, .section-label, .link-card__action { overflow-wrap: break-word; word-break: normal; }
.fine-line { color: var(--colour-parchment); font-size: 0.95rem; }
.section--intro { border-top: 1px solid var(--colour-line); }
.section + .section { padding-top: clamp(6px, 1.5vw, 18px); }
.section--featured { width: 100%; max-width: none; padding: 0; }
.section--featured::before { display: none; }
.feature-strip, .section--columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--grid-gap); }
.section--columns { width: min(var(--max-content), calc(100% - 40px)); }
.section--featured .feature-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-block: 1px solid rgba(198, 147, 50, 0.22); background: linear-gradient(90deg, rgba(147, 182, 165, 0.32), rgba(241, 207, 134, 0.44), rgba(201, 133, 116, 0.32)); }
.section--featured .feature-strip article { min-height: clamp(210px, 23vw, 300px); display: grid; align-content: end; border: 0; border-right: 1px solid rgba(255, 253, 246, 0.32); border-radius: 0; box-shadow: none; background: radial-gradient(circle at 72% 29%, rgba(255, 253, 246, 0.42), transparent 34%), linear-gradient(180deg, rgba(255, 248, 234, 0.34), rgba(42,19,11,0.54)); }
.section--featured .feature-strip article:nth-child(2) { background: radial-gradient(circle at 50% 22%, rgba(241, 207, 134, 0.28), transparent 34%), linear-gradient(180deg, rgba(255,248,234,0.28), rgba(31,60,91,0.5)); }
.section--featured .feature-strip article:nth-child(3) { background: radial-gradient(circle at 29% 20%, rgba(255, 255, 255, 0.34), transparent 34%), linear-gradient(180deg, rgba(255,248,234,0.24), rgba(111,30,24,0.5)); }
.section--featured .feature-strip article::after { width: 144px; height: 144px; right: 8px; bottom: 8px; opacity: 0.09; }
.section--featured .feature-strip article:hover { transform: none; background-color: rgba(244, 210, 139, 0.035); }
.feature-strip article, .section--columns article, .press-card, .video-card, .link-card, .pending-note, .form-shell { position: relative; overflow: hidden; border: 1px solid var(--gold-line); border-radius: var(--radius-soft); color: var(--deep-umber); background: radial-gradient(circle at 18% 0%, rgba(255,255,255,0.7), transparent 18rem), linear-gradient(145deg, rgba(255, 253, 246, 0.88), rgba(234, 216, 180, 0.84) 48%, rgba(241, 207, 134, 0.22)); box-shadow: 0 24px 80px var(--marble-shadow); transition: transform 360ms var(--motion-ease), border-color 360ms ease, box-shadow 360ms ease, background 360ms ease; }
.feature-strip article::before, .section--columns article::before, .press-card::before, .video-card::before, .link-card::before, .pending-note::before, .form-shell::before { position: absolute; left: 0; right: 0; top: 0; height: 2px; content: ""; background: linear-gradient(90deg, transparent, rgba(244, 210, 139, 0.64), transparent); opacity: 0.58; }
.feature-strip article::after, .section--columns article::after, .press-card::after, .link-card::after, .form-shell::after { position: absolute; right: 18px; bottom: 14px; width: 86px; height: 62px; pointer-events: none; content: ""; border: 1px solid rgba(198, 147, 50, 0.18); border-bottom: 0; border-radius: 999px 999px 0 0; opacity: 0.22; transform: translate(18px, 20px); }
.feature-strip article:hover, .section--columns article:hover, .press-card:hover, .video-card:hover, .link-card:hover, .form-shell:hover { transform: translateY(-3px); border-color: rgba(198, 147, 50, 0.58); box-shadow: 0 30px 90px rgba(51, 27, 15, 0.3); background: radial-gradient(circle at 18% 0%, rgba(255,255,255,0.82), transparent 18rem), linear-gradient(145deg, rgba(255, 253, 246, 0.96), rgba(234, 216, 180, 0.9) 48%, rgba(241, 207, 134, 0.3)); }
.feature-strip article, .section--columns article, .press-card, .pending-note { padding: clamp(18px, 2vw, 26px); }
.feature-strip h2, .section--columns h2, .press-card h2, .video-card h2 { color: var(--deep-umber); font-size: clamp(1.28rem, 1.65vw, 1.72rem); line-height: 1.1; }
.feature-strip p, .section--columns p, .press-card p, .video-card p, .link-card p, .form-shell p, .pending-note p { color: rgba(42, 19, 11, 0.78); }
.feature-strip a, .section--columns a, .press-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--colour-antique-gold); font-family: var(--ui-font); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.feature-strip a::after, .section--columns a::after, .press-card a::after { content: ""; width: 1.6em; height: 1px; background: currentColor; transform-origin: left center; transition: transform 180ms ease; }
.feature-strip a:hover::after, .section--columns a:hover::after, .press-card a:hover::after { transform: scaleX(1.35); }
.image-rhythm { display: grid; grid-template-columns: 1.15fr 0.85fr 1fr; gap: var(--grid-gap); align-items: end; }
.image-rhythm::after { position: absolute; left: 50%; top: 50%; z-index: -1; width: min(78vw, 820px); height: min(66vw, 620px); pointer-events: none; content: ""; border: 1px solid rgba(198, 147, 50, 0.11); border-radius: 50%; opacity: 0.5; transform: translate(-50%, -50%); }
.image-rhythm .gallery-card:nth-child(2) { transform: translateY(-10.5%); }

.page-hero { position: relative; min-height: clamp(280px, 34svh, 390px); display: grid; grid-template-columns: minmax(20px, 0.8fr) minmax(300px, 700px) minmax(20px, 1.25fr); align-items: center; padding: calc(var(--header-height) + 14px) clamp(20px, 4vw, 72px) 22px; overflow: hidden; isolation: isolate; }
.page-hero--compact { min-height: clamp(230px, 28svh, 310px); }
.page-hero h1 { max-width: 25ch; font-size: clamp(1.85rem, 2.45vw, 2.9rem); line-height: 1.04; }
.page-hero--compact h1 { max-width: 26ch; font-size: clamp(1.55rem, 1.9vw, 2.12rem); }
.page-hero__media { position: absolute; inset: 0; z-index: -5; opacity: 0.32; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: var(--scene-filter); transform: translate3d(calc(var(--parallax-x) * -0.08), calc(var(--parallax-y) * 0.08), 0) scale(1.006); transform-origin: center top; }
.page-hero::after { position: absolute; inset: 0; z-index: -4; content: ""; background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255,253,246,0.5), transparent 24rem), linear-gradient(90deg, rgba(255,248,234,0.9), rgba(234,216,180,0.64) 48%, rgba(42,19,11,0.36)), linear-gradient(180deg, rgba(255,253,246,0.22), rgba(234,216,180,0.62)); }
.page-hero__copy { position: relative; grid-column: 2; max-width: 700px; padding-left: clamp(18px, 2.2vw, 30px); animation: hero-rise-centered 900ms var(--motion-ease) 140ms both; }
.page-hero__copy::before { position: absolute; left: 0; top: 0.15rem; bottom: 0.2rem; width: 1px; content: ""; background: linear-gradient(180deg, rgba(244, 210, 139, 0.82), rgba(244, 210, 139, 0.16)); }
.page-hero__copy p:last-child { max-width: 39rem; }
.page-hero__copy .section-label { margin-bottom: clamp(10px, 1.3vw, 16px); }
.page-hero__copy h1 + p { margin-top: clamp(16px, 2vw, 24px); }
.page-hero h1 { color: var(--deep-umber); text-shadow: 0 1px 18px rgba(255, 253, 246, 0.52); }
.page-hero__copy p:not(.section-label) { color: rgba(42, 19, 11, 0.76); text-shadow: 0 1px 14px rgba(255, 253, 246, 0.42); }


.story-flow { width: min(var(--max-content), calc(100% - 40px)); margin: 0 auto; padding: clamp(26px, 3.8vw, 46px) 0; }
.story-panel { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.82fr); gap: var(--grid-gap); align-items: center; margin-bottom: clamp(22px, 3.2vw, 40px); }
.story-panel:nth-child(even) .story-panel__image { order: 2; }
.story-panel__image { border: 1px solid rgba(255,255,255,0.26); border-radius: var(--radius-soft); overflow: hidden; background: rgba(255, 253, 246, 0.22); box-shadow: 0 28px 90px var(--marble-shadow); }
.story-panel__image img { width: 100%; height: auto; object-fit: contain; object-position: center top; }
.story-panel__copy { padding: clamp(18px, 3vw, 34px); }

.gallery-filter { position: sticky; top: calc(var(--header-height) + 10px); z-index: 5; display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; padding: 10px; border: 1px solid var(--gold-line); border-radius: 999px; background: rgba(255, 253, 246, 0.74); box-shadow: 0 14px 34px var(--marble-shadow); backdrop-filter: blur(12px); }
.gallery-filter a { padding: 10px 14px; border-radius: 999px; color: var(--deep-umber); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.gallery-filter a:hover, .gallery-filter a:focus-visible { background: rgba(217, 164, 65, 0.13); color: var(--colour-ivory); }
.gallery-category { padding-top: 24px; }
.section-heading { margin-bottom: 22px; }
.section-heading h2, .story-panel h2, .text-page h2 { font-size: clamp(1.42rem, 2.05vw, 2.05rem); line-height: 1.1; }
.text-page h2 { margin-top: clamp(26px, 4vw, 42px); }
.text-page h2:first-child { margin-top: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; align-items: start; }
.gallery-card { position: relative; grid-column: span 2; margin: 0; border: 1px solid rgba(255, 253, 246, 0.32); border-radius: var(--radius-soft); overflow: hidden; background: rgba(255, 253, 246, 0.18); box-shadow: 0 18px 64px var(--marble-shadow); transform: translateZ(0); transition: transform 420ms var(--motion-ease), box-shadow 420ms ease, border-color 420ms ease; }
.gallery-card:nth-child(4):nth-last-child(2) { grid-column: 2 / span 2; }
.gallery-card::after { position: absolute; inset: 0; pointer-events: none; content: ""; background: linear-gradient(120deg, transparent 36%, rgba(255, 248, 234, 0.12), transparent 62%); opacity: 0; transform: translateX(-80%); transition: opacity 420ms ease, transform 900ms var(--motion-ease); }
.gallery-card img { width: 100%; height: auto; object-fit: contain; object-position: center top; transition: filter 600ms ease, transform 900ms var(--motion-ease); }
.gallery-card:hover { transform: translateY(-4px); box-shadow: 0 28px 82px rgba(0,0,0,0.38); }
.gallery-card:hover::after { opacity: 0.5; transform: translateX(80%); }
.gallery-card:hover img { filter: brightness(1.06); transform: scale(1.018); }
.gallery-card[role="button"] { cursor: zoom-in; }
.gallery-card[role="button"]:focus-visible { outline: 2px solid rgba(255, 229, 169, 0.92); outline-offset: 4px; }
.gallery-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 44px 16px 14px; background: linear-gradient(180deg, transparent, rgba(15,7,4,0.82)); }
.gallery-card span { display: block; color: var(--colour-ivory); font-family: var(--display-font); font-size: 1.08rem; text-shadow: 0 2px 12px rgba(0,0,0,0.58); }
.gallery-card small { color: var(--champagne-gold); font-size: 0.74rem; letter-spacing: 0.08em; text-shadow: 0 2px 10px rgba(0,0,0,0.5); text-transform: uppercase; }
.has-gallery-lightbox { overflow: hidden; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: clamp(18px, 4vw, 42px); background: radial-gradient(circle at 50% 48%, rgba(217, 164, 65, 0.14), transparent 30rem), rgba(11, 5, 3, 0.9); backdrop-filter: blur(18px); }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox__figure { display: grid; gap: 14px; width: min(100%, 1180px); max-height: calc(100svh - 96px); margin: 0; place-items: center; }
.gallery-lightbox__figure img { display: block; width: auto; max-width: 100%; max-height: calc(100svh - 160px); border: 1px solid rgba(244, 210, 139, 0.38); border-radius: 8px; background: rgba(255, 253, 246, 0.08); box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46); object-fit: contain; }
.gallery-lightbox__figure figcaption { max-width: min(760px, 100%); color: rgba(255, 248, 234, 0.86); font-family: var(--ui-font); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; line-height: 1.5; text-align: center; text-transform: uppercase; }
.gallery-lightbox__close { position: fixed; top: clamp(14px, 3vw, 28px); right: clamp(14px, 3vw, 28px); min-height: 44px; padding: 0 18px; border: 1px solid rgba(244, 210, 139, 0.46); border-radius: 999px; color: var(--colour-ivory); background: rgba(15, 7, 4, 0.72); font-family: var(--ui-font); font-size: 0.74rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32); }
.gallery-lightbox__close:hover, .gallery-lightbox__close:focus-visible { border-color: rgba(255, 229, 169, 0.92); background: rgba(217, 164, 65, 0.22); outline: 0; }

.video-grid, .press-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--grid-gap); align-items: start; }
.video-card { overflow: hidden; background: var(--warm-parchment); }
.video-card--featured { grid-column: 1 / -1; }
.video-card img { width: 100%; height: auto; object-fit: contain; object-position: center top; }
.trailer-embed { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: radial-gradient(circle at 50% 44%, rgba(217, 164, 65, 0.16), transparent 34%), #050505; border-bottom: 1px solid var(--colour-line); box-shadow: inset 0 0 0 1px rgba(244, 210, 139, 0.14), 0 28px 90px rgba(0, 0, 0, 0.34); }
.trailer-embed::after { position: absolute; inset: 0; pointer-events: none; content: ""; border: 1px solid rgba(244, 210, 139, 0.18); box-shadow: inset 0 0 60px rgba(217, 164, 65, 0.08); }
.trailer-embed iframe, .trailer-play { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.trailer-play { display: grid; place-items: center; padding: 0; color: var(--colour-ivory); background: #050505; cursor: pointer; }
.trailer-play img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; filter: brightness(0.9) saturate(1.08); transform: scale(0.996); transition: transform 900ms var(--motion-ease), filter 600ms ease; }
.trailer-play__shade { position: absolute; inset: 0; background: radial-gradient(circle at 50% 48%, rgba(244, 210, 139, 0.18), transparent 29%), linear-gradient(180deg, rgba(15, 7, 4, 0.04), rgba(15, 7, 4, 0.52)); }
.trailer-play__button { position: relative; display: inline-flex; align-items: center; gap: 12px; min-height: 50px; padding: 0 22px; border: 1px solid rgba(244, 210, 139, 0.7); border-radius: 999px; color: var(--colour-ivory); background: rgba(15, 7, 4, 0.62); font-family: var(--ui-font); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; box-shadow: 0 18px 52px rgba(0, 0, 0, 0.36); transition: transform 240ms var(--motion-ease), background 240ms ease, border-color 240ms ease; }
.trailer-play__button::before { width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; content: ""; }
.trailer-play:hover img, .trailer-play:focus-visible img { filter: brightness(0.94) saturate(1.12); transform: scale(1.012); }
.trailer-play:hover .trailer-play__button, .trailer-play:focus-visible .trailer-play__button { transform: translateY(-2px); border-color: rgba(255, 229, 169, 0.92); background: rgba(217, 164, 65, 0.18); }
.video-card__body { padding: clamp(18px, 2.4vw, 28px); background: linear-gradient(145deg, rgba(255,253,246,0.94), rgba(234,216,180,0.88)); }
.video-card--featured .video-card__body { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 24px; align-items: end; }
.video-card--featured .section-label, .video-card--featured h2, .video-card--featured .video-card__body p:not(.section-label) { grid-column: 1; }
.video-card--featured .video-card__body p:not(.section-label) { max-width: 58rem; }
.video-card--featured .video-card__actions { grid-column: 2; grid-row: 1 / 4; align-self: end; }
.video-card__actions { display: flex; justify-content: flex-end; align-items: center; }
.press-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.press-card { min-height: 100%; }
.press-card p { font-size: 0.98rem; }
.link-section { padding-top: clamp(12px, 2vw, 24px); }
.link-section__heading { display: grid; grid-template-columns: minmax(0, 0.76fr) minmax(280px, 1fr); gap: 10px var(--grid-gap); align-items: end; margin-bottom: clamp(16px, 2.4vw, 28px); }
.link-section__heading .section-label { align-self: end; }
.link-section__heading h2 { grid-column: 1; }
.link-section__heading p:not(.section-label) { grid-column: 2; grid-row: 1 / span 2; max-width: 44rem; margin: 0; align-self: end; }
.link-strip, .link-grid, .press-wall { display: grid; gap: var(--grid-gap); align-items: stretch; }
.link-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.link-grid, .press-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.link-card { min-height: 100%; background: radial-gradient(circle at 20% 0%, rgba(255,255,255,0.76), transparent 16rem), linear-gradient(160deg, rgba(255,253,246,0.94), rgba(234,216,180,0.88) 52%, rgba(241,207,134,0.2)); }
.link-card::before { height: 3px; background: linear-gradient(90deg, rgba(36,59,52,0.4), rgba(244,210,139,0.8), rgba(74,20,16,0.4)); }
.link-card__media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--colour-line); background: radial-gradient(circle at 50% 45%, rgba(255,255,255,0.62), rgba(234,216,180,0.72)); }
.link-card__media::after { position: absolute; inset: 0; pointer-events: none; content: ""; background: linear-gradient(180deg, transparent 52%, rgba(255, 248, 234, 0.22)), radial-gradient(circle at 50% 88%, rgba(198, 147, 50, 0.16), transparent 29%); opacity: 0.44; transition: opacity 500ms ease, transform 700ms var(--motion-ease); }
.link-card__media img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform 700ms var(--motion-ease), filter 700ms ease; }
.link-card__media--player { display: block; background: #050505; }
.link-card__media--player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.link-card__media--player::after { opacity: 0; }
.link-card:hover .link-card__media img { transform: scale(1.026); filter: brightness(1.07) saturate(1.04); }
.link-card:hover .link-card__media::after { opacity: 0.38; transform: translateY(-2px); }
.link-card__body { display: grid; gap: 9px; padding: clamp(17px, 1.8vw, 22px); }
.link-card__eyebrow { display: flex; gap: 10px; justify-content: space-between; align-items: baseline; margin: 0; color: var(--colour-antique-gold); font-family: var(--ui-font); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.08em; line-height: 1.2; text-transform: uppercase; }
.link-card__eyebrow em { flex: 0 1 auto; color: rgba(42, 19, 11, 0.62); font-size: 0.72rem; font-style: normal; letter-spacing: 0.055em; text-align: right; white-space: nowrap; }
.link-card h3 { color: var(--deep-umber); }
.link-card h3 { font-size: clamp(1.12rem, 1.34vw, 1.48rem); line-height: 1.1; text-wrap: balance; }
.link-card p { margin: 0; font-size: 0.98rem; line-height: 1.5; }
.link-card__action { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: 4px; color: var(--colour-antique-gold); font-family: var(--ui-font); font-size: 0.74rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.link-card__action::after { content: ""; width: 1.55em; height: 1px; background: currentColor; transform-origin: left center; transition: transform 180ms ease; }
.link-card__action:hover::after, .link-card__action:focus-visible::after { transform: scaleX(1.34); }
.link-card--compact .link-card__media { aspect-ratio: 4 / 3; }
.link-card--compact .link-card__eyebrow { display: grid; gap: 5px; justify-content: start; }
.link-card--compact .link-card__eyebrow em { max-width: none; text-align: left; }

@media (min-width: 1061px) {
  .link-grid > .link-card:first-child, .press-wall > .link-card:first-child { grid-column: span 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr); }
  .link-grid > .link-card:first-child .link-card__media, .press-wall > .link-card:first-child .link-card__media { min-height: 100%; aspect-ratio: auto; border-right: 1px solid var(--colour-line); border-bottom: 0; }
  .link-grid > .link-card:first-child .link-card__body, .press-wall > .link-card:first-child .link-card__body { align-content: center; padding: clamp(24px, 3vw, 38px); }
  .link-grid > .link-card:first-child h3, .press-wall > .link-card:first-child h3 { font-size: clamp(1.45rem, 2vw, 2.05rem); }
  .link-grid > .link-card:first-child p, .press-wall > .link-card:first-child p { font-size: clamp(1rem, 1.1vw, 1.12rem); }
}
.reference-note .button { width: fit-content; margin-top: 10px; }
.form-shell { display: grid; grid-template-columns: minmax(280px, 0.82fr) minmax(300px, 1fr); gap: var(--grid-gap); padding: clamp(22px, 3vw, 36px); background: radial-gradient(circle at 11.8% 8%, rgba(255,255,255,0.76), transparent 18rem), linear-gradient(145deg, rgba(255,253,246,0.92), rgba(234,216,180,0.86) 46%, rgba(31,60,91,0.18)); }
.enquiry-form { display: grid; gap: 16px; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.enquiry-form label { display: grid; gap: 7px; color: var(--colour-parchment); font-family: var(--ui-font); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form textarea { width: 100%; border: 1px solid rgba(198, 147, 50, 0.34); border-radius: var(--radius-soft); padding: 13px 14px; color: var(--deep-umber); background: rgba(255, 253, 246, 0.72); outline: none; transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: rgba(255, 228, 161, 0.8); box-shadow: 0 0 0 3px rgba(217, 164, 65, 0.14); }
.enquiry-form input:hover, .enquiry-form textarea:hover { background: rgba(255, 253, 246, 0.92); }
.enquiry-form.was-validated input:invalid, .enquiry-form.was-validated textarea:invalid, .enquiry-form [aria-invalid="true"] { border-color: #d48a60; box-shadow: 0 0 0 3px rgba(212, 138, 96, 0.16); }
.enquiry-form button[disabled] { cursor: wait; opacity: 0.68; transform: none; }
.form-status { min-height: 1.4em; margin: 0; color: rgba(50, 26, 15, 0.78); font-size: 0.95rem; font-weight: 700; }
.form-status.is-success { color: #546b24; }
.form-status.is-error { color: #a34829; }
.form-status.is-pending { color: #7d5420; }
.text-page { max-width: 800px; }
.pending-note { margin-top: 28px; }

.reveal-ready .reveal-item { opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity var(--motion-slow) var(--motion-ease), transform var(--motion-slow) var(--motion-ease); transition-delay: min(calc(var(--reveal-index, 0) * 70ms), 420ms); }
.reveal-ready .reveal-item.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.reveal-ready .gallery-card.reveal-item { transform: translate3d(0, 28px, 0); }
.reveal-ready .gallery-card.reveal-item.is-visible { transform: translate3d(0, 0, 0); }
.reveal-ready .gallery-card.reveal-item.is-visible:hover { transform: translateY(-4px); }
.reveal-ready .image-rhythm .gallery-card:nth-child(2).reveal-item { transform: translateY(-10.5%) translate3d(0, 28px, 0); }
.reveal-ready .image-rhythm .gallery-card:nth-child(2).reveal-item.is-visible { transform: translateY(-10.5%); }
.reveal-ready .image-rhythm .gallery-card:nth-child(2).reveal-item.is-visible:hover { transform: translateY(-10.5%) translateY(-4px); }

.site-footer { margin-top: clamp(10px, 2.4vw, 28px); border-top: 1px solid var(--colour-line); background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.72), transparent 20rem), linear-gradient(180deg, rgba(255,253,246,0.84), rgba(234,216,180,0.84)); }
.site-footer__inner { width: min(var(--max-content), calc(100% - 40px)); margin: 0 auto; padding: 26px 0 34px; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px var(--grid-gap); align-items: center; }
.site-footer img { width: 72px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; justify-content: flex-end; }
.site-footer a { color: rgba(42, 19, 11, 0.7); font-family: var(--ui-font); font-size: 0.82rem; font-weight: 700; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--colour-antique-gold); }
.site-footer p { grid-column: 2; margin: 0; color: rgba(42, 19, 11, 0.64); font-family: var(--mono-font); font-size: 0.82rem; text-align: right; }

@keyframes loader-out { to { opacity: 0; visibility: hidden; } }
@keyframes cradle-sway { 0%, 100% { transform: rotateZ(-2deg) rotateY(-10deg); } 50% { transform: rotateZ(2deg) rotateY(10deg); } }
@keyframes scroll-dot { 0%, 100% { transform: translate(-50%, 0); opacity: 0.35; } 50% { transform: translate(-50%, 18px); opacity: 1; } }
@keyframes hero-rise { from { opacity: 0; transform: translate3d(clamp(-54px, -4vw, -18px), 28px, 0); } to { opacity: 1; transform: translate3d(clamp(-54px, -4vw, -18px), 0, 0); } }
@keyframes hero-rise-centered { from { opacity: 0; transform: translate3d(0, 26px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@media (max-width: 1060px) {
  :root { --header-height: 72px; }
  .site-header { gap: 12px; padding: 10px clamp(18px, 2.4vw, 30px); }
  .site-header__brand { font-size: clamp(1rem, 1.8vw, 1.16rem); }
  .site-header__brand img { width: 42px; }
  .site-nav { justify-content: flex-end; gap: 2px clamp(8px, 1.05vw, 15px); }
  .site-nav a { font-size: clamp(0.74rem, 0.86vw, 0.78rem); }
  .home-hero { grid-template-columns: minmax(0, 1fr); align-items: start; min-height: max(100svh, calc(var(--header-height) + 47.32vw + 430px)); padding-top: calc(var(--header-height) + 47.32vw + 34px); }
  .home-hero__content { grid-column: 1; transform: none; margin: 0 auto; animation-name: hero-rise-centered; }
  .section__grid, .story-panel, .form-shell { grid-template-columns: 1fr; }
  .story-panel:nth-child(even) .story-panel__image { order: 0; }
  .feature-strip, .section--columns, .video-grid, .press-grid, .link-grid, .press-wall { grid-template-columns: 1fr; }
  .section--featured .feature-strip { grid-template-columns: 1fr; }
  .section--featured .feature-strip article { min-height: auto; padding-block: 20px; border-right: 0; border-bottom: 1px solid rgba(255, 248, 234, 0.12); }
  .link-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .link-section__heading { grid-template-columns: 1fr; }
  .link-section__heading h2, .link-section__heading p:not(.section-label) { grid-column: 1; grid-row: auto; }
  .video-card--featured .video-card__body { grid-template-columns: 1fr; }
  .video-card--featured .video-card__actions { grid-column: 1; grid-row: auto; }
  .video-card__actions { justify-content: flex-start; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-card, .gallery-card:nth-child(4):nth-last-child(2) { grid-column: auto; }
  .page-hero { grid-template-columns: minmax(0, 1fr); padding-inline: clamp(24px, 4vw, 40px); }
  .page-hero__copy { grid-column: 1; max-width: 560px; }
}

@media (orientation: portrait) {
  .home-hero__image { background-image: url("/assets/hero/taj-mahal-desktop-hero-1920.webp?v=20260705-full-qa-1"); background-position: center var(--header-height); background-size: 100% auto; }
  .home-hero { grid-template-columns: minmax(0, 1fr); }
  .home-hero__content { grid-column: 1; transform: none; margin: 0 auto; animation-name: hero-rise-centered; }
}

@media (max-width: 820px) {
  :root { --header-height: 68px; }
  .site-header { align-items: center; flex-direction: row; flex-wrap: nowrap; gap: 12px; padding: 9px 18px; }
  .site-header__brand { flex: 1 1 auto; }
  .site-nav { flex: 1 1 auto; flex-wrap: nowrap; width: auto; justify-content: flex-end; gap: 2px 12px; overflow-x: auto; overflow-y: hidden; }
  .nav-toggle { display: inline-flex; flex-direction: column; width: 48px; height: 48px; background: radial-gradient(circle at 50% 35%, rgba(217, 164, 65, 0.16), rgba(15, 7, 4, 0.64)); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22); }
  .nav-toggle span { width: 20px; }
  .has-js .site-header { background: linear-gradient(180deg, rgba(13, 7, 4, 0.98), rgba(13, 7, 4, 0.74), transparent); }
  .has-js .site-header.is-nav-open { background: linear-gradient(180deg, rgba(10, 5, 3, 0.99), rgba(10, 5, 3, 0.86)); box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32); }
  .has-js .site-nav { position: absolute; top: calc(100% + 8px); left: 18px; right: 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: auto; max-height: calc(100svh - var(--header-height) - 32px); padding: 14px 16px; overflow-y: auto; border: 1px solid rgba(244, 210, 139, 0.24); border-radius: 10px; background: radial-gradient(circle at 50% 0%, rgba(217, 164, 65, 0.12), transparent 48%), rgba(10, 5, 3, 0.96); box-shadow: 0 24px 58px rgba(0, 0, 0, 0.48); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease; backdrop-filter: blur(16px); }
  .has-js .site-header.is-nav-open .site-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .has-js .site-nav a { padding: 10px 0; font-size: 0.74rem; text-align: left; }
  .has-js .site-nav a[aria-current="page"] { color: var(--colour-antique-gold); }
  .home-hero { min-height: max(100svh, calc(var(--header-height) + 47.32vw + 600px)); align-items: start; padding: calc(var(--header-height) + 47.32vw + 34px) 18px 130px; }
  .home-hero__image::after { background: linear-gradient(180deg, rgba(15, 7, 4, 0.02) 0%, rgba(15, 7, 4, 0.04) 42%, rgba(15, 7, 4, 0.66) 67%, rgba(15, 7, 4, 0.96) 94%, #0f0704 100%); }
  .home-hero__content { position: relative; isolation: isolate; max-width: min(342px, 100%); }
  .home-hero__content::before { inset: -24px -18px -20px; background: radial-gradient(ellipse at 50% 42%, rgba(15, 7, 4, 0.78), rgba(15, 7, 4, 0.5) 48%, rgba(15, 7, 4, 0) 76%); filter: none; }
  .credit-line, .presented-line { font-size: 0.72rem; line-height: 1.25; }
  .presented-line { margin-top: 6px; }
  .home-hero__logo { width: min(238px, 62vw); margin: 10px auto 7px; }
  .hero-play { gap: 8px; margin-bottom: 8px; font-size: 0.74rem; letter-spacing: 0.08em; }
  .hero-play span { width: 34px; height: 34px; }
  .hero-play span::before { border-top-width: 6px; border-bottom-width: 6px; border-left-width: 9px; }
  .home-hero__line { margin-bottom: 5px; font-size: clamp(1.04rem, 4.8vw, 1.28rem); }
  .home-hero__promise { max-width: 10.9em; font-size: clamp(1.56rem, 7.1vw, 2.16rem); line-height: 1.04; }
  .home-hero__status { margin-top: 13px; font-size: 0.72rem; letter-spacing: 0.18em; }
  .cta-row { flex-direction: column; width: min(312px, calc(100vw - 44px)); gap: 10px; margin-top: 18px; }
  .hero-chapters { grid-template-columns: 1fr 1fr; }
  .hero-chapters a { min-height: 58px; padding: 10px 14px; }
  .hero-chapters span { font-size: 0.72rem; }
  .hero-chapters em { font-size: 0.72rem; }
  .button { width: 100%; min-height: 44px; font-size: 0.74rem; }
  .cta-row--section { width: 100%; }
  .section { width: min(var(--max-content), calc(100% - 32px)); padding: 28px 0; }
  .section.section--columns { width: calc(100% - 32px); max-width: calc(100% - 32px); }
  .section::before { width: min(168px, 52vw); }
  .page-hero { min-height: clamp(292px, 36svh, 350px); padding: calc(var(--header-height) + 12px) 20px 24px; }
  .page-hero--compact { min-height: clamp(228px, 28svh, 300px); }
  .page-hero__media { display: flex; align-items: flex-start; justify-content: center; background: #0f0704; }
  .page-hero__media img { width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center top; transform: none; }
  .page-hero__copy { width: 100%; padding-left: 16px; }
  .page-hero__copy, .page-hero__copy p:last-child, .section__grid, .link-section__heading, .press-wall { max-width: 100%; }
  .page-hero__copy::before { top: 0.05rem; bottom: 0.1rem; }
  h1 { font-size: clamp(2.25rem, 9.2vw, 3.45rem); }
  .page-hero h1, .page-hero--compact h1 { max-width: 24ch; font-size: clamp(1.42rem, 5.25vw, 1.92rem); line-height: 1.08; }
  .page-hero__copy h1 + p { margin-top: 12px; }
  h2, .section-heading h2, .story-panel h2, .text-page h2 { font-size: clamp(1.22rem, 4.7vw, 1.66rem); line-height: 1.12; }
  p { font-size: clamp(0.98rem, 4.05vw, 1.08rem); line-height: 1.54; }
  .section-heading { margin-bottom: 16px; }
  .feature-strip article, .section--columns article, .press-card, .pending-note { padding: clamp(16px, 4.8vw, 22px); }
  .feature-strip article, .section--columns article, .press-card, .video-card, .link-card, .pending-note { min-width: 0; max-width: 100%; }
  .page-hero__copy p, .feature-strip p, .section--columns p, .press-card p, .video-card p, .link-card p, .pending-note p { overflow-wrap: anywhere; }
  .link-card__body { gap: 8px; padding: clamp(15px, 4.5vw, 20px); }
  .link-card h3 { font-size: clamp(1.05rem, 4.4vw, 1.34rem); }
  .link-card p, .press-card p { font-size: clamp(0.95rem, 3.9vw, 1.02rem); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-filter { position: relative; top: auto; flex-wrap: nowrap; gap: 8px; margin-bottom: 14px; padding: 8px; overflow-x: auto; border-radius: 999px; scrollbar-width: none; }
  .gallery-filter::-webkit-scrollbar { display: none; }
  .gallery-filter a { flex: 0 0 auto; padding: 8px 11px; font-size: 0.74rem; white-space: nowrap; }
  .gallery-category { padding-top: 14px; }
  .link-strip { grid-template-columns: 1fr; }
  .reference-note .button { width: 100%; }
  .site-footer__inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .site-footer nav { justify-content: center; }
  .site-footer p { grid-column: 1; text-align: center; }
}

@media (max-width: 820px) and (max-height: 760px) {
  .home-hero { min-height: max(100svh, calc(var(--header-height) + 47.32vw + 560px)); padding-top: calc(var(--header-height) + 47.32vw + 28px); padding-bottom: 124px; }
  .home-hero__logo { width: min(218px, 58vw); }
  .home-hero__promise { font-size: clamp(1.48rem, 6.8vw, 2rem); }
  .cta-row { width: min(296px, calc(100vw - 44px)); }
}

@media (max-width: 520px) {
  .site-header { padding-inline: 18px; }
  .site-header__brand { font-size: 1rem; }
  .site-header__brand img { width: 40px; }
  .site-nav { gap: 0 12px; }
  .has-js .site-nav { grid-template-columns: 1fr; padding: 10px 18px 12px; }
  .has-js .site-nav a { min-height: 44px; display: flex; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(244, 210, 139, 0.1); font-size: 0.74rem; }
  .has-js .site-nav a:last-child { border-bottom: 0; }
  .trailer-embed { min-height: 210px; }
  .link-card__media { aspect-ratio: 1.22 / 1; }
  .link-card__media::after { background-size: 100% 100%, 70% auto; opacity: 0.18; }
  .hero-chapters { grid-template-columns: 1fr; }
  .hero-chapters a { min-height: 48px; }
  .hero-chapters em { display: none; }
}

@media (max-width: 640px) {
  .home-hero { min-height: max(100svh, calc(var(--header-height) + 116.93vw + 560px)); padding-top: calc(var(--header-height) + 116.93vw + 28px); }
  .home-hero__image { background-image: url("/assets/hero/taj-mahal-mobile-hero-960.webp?v=20260705-full-qa-1"); background-position: center var(--header-height); background-size: 100% auto; }
  .home-hero__image::after { background: linear-gradient(180deg, rgba(15, 7, 4, 0.02) 0%, rgba(15, 7, 4, 0.04) 48%, rgba(15, 7, 4, 0.7) 64%, rgba(15, 7, 4, 0.96) 92%, #0f0704 100%); }
}

/* Strict marble architecture correction: keep the film artwork intact, but move the
   public website away from a black/grey read and into ivory marble, silver and gold. */
body {
  background:
    radial-gradient(circle at 18% 6%, rgba(255,255,255,0.95), transparent 24rem),
    radial-gradient(circle at 86% 11.9%, rgba(217,221,224,0.46), transparent 25rem),
    radial-gradient(circle at 11.9% 86%, rgba(198,147,50,0.12), transparent 26rem),
    linear-gradient(180deg, #fffdf6 0%, #fff8ea 34%, #f0e1c5 64%, #fffaf0 100%);
}

.site-header,
.has-js .site-header,
.site-header.is-scrolled,
.has-js .site-header.is-nav-open {
  color: var(--deep-umber);
  background:
    radial-gradient(circle at 11.9% 0%, rgba(255,255,255,0.8), transparent 16rem),
    linear-gradient(180deg, rgba(255,253,246,0.94), rgba(255,248,234,0.82));
  box-shadow: 0 14px 42px rgba(83, 54, 26, 0.13);
  border-bottom: 1px solid rgba(198,147,50,0.2);
}

.site-nav a,
.site-header__brand {
  color: rgba(42,19,11,0.86);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--deep-umber);
}

.nav-toggle {
  color: var(--deep-umber);
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.9), rgba(234,216,180,0.68));
  border-color: rgba(198,147,50,0.44);
  box-shadow: 0 14px 34px rgba(83,54,26,0.16);
}

.home-hero {
  min-height: max(100svh, 780px);
  background:
    radial-gradient(circle at 50% 74%, rgba(255,253,246,0.96), transparent 28rem),
    linear-gradient(180deg, transparent 0 48%, rgba(255,253,246,0.72) 62%, rgba(255,248,234,0.94) 100%);
}

.home-hero__image::after {
  background:
    linear-gradient(180deg, rgba(255,253,246,0.04) 0%, rgba(255,253,246,0.02) 44%, rgba(255,248,234,0.42) 68%, rgba(255,248,234,0.92) 94%, #fff8ea 100%);
}

.home-hero__veil {
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), var(--scene-glow), transparent 22rem),
    radial-gradient(ellipse at 50% 72%, rgba(255,253,246,0.68), transparent 22rem),
    linear-gradient(90deg, rgba(42,19,11,0.08), rgba(255,253,246,0.08) 50%, rgba(42,19,11,0.08)),
    linear-gradient(180deg, rgba(255,253,246,0.02), transparent 42%, rgba(255,248,234,0.84) 100%);
}

.home-hero__content {
  margin-top: clamp(170px, 17vw, 260px);
  padding: clamp(20px, 3vw, 34px) clamp(22px, 4vw, 48px);
  border: 1px solid rgba(198,147,50,0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 11.9%, rgba(255,255,255,0.9), transparent 12rem),
    linear-gradient(180deg, rgba(255,253,246,0.74), rgba(255,248,234,0.52));
  box-shadow: 0 30px 86px rgba(83,54,26,0.18);
  backdrop-filter: blur(7px);
}

.home-hero__content::before {
  inset: 12px;
  border: 1px solid rgba(198,147,50,0.16);
  border-radius: 10px;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(198,147,50,0.16), transparent 50.3%),
    radial-gradient(circle at 50% 50%, rgba(198,147,50,0.12), transparent 54%);
  filter: none;
}

.credit-line,
.section-label,
.home-hero__status,
.link-card__eyebrow,
.enquiry-form label,
.form-status {
  color: var(--antique-gold);
}

.presented-line,
.hero-play,
.home-hero__promise,
.hero-chapters span,
.hero-chapters em {
  color: var(--deep-umber);
  text-shadow: none;
}

.home-hero__promise {
  color: #3a1f12;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.hero-play span,
.trailer-play__button {
  color: var(--deep-umber);
  background: rgba(255,253,246,0.76);
  border-color: rgba(198,147,50,0.5);
  box-shadow: 0 12px 28px rgba(83,54,26,0.16);
}

.button {
  color: var(--deep-umber);
  background: linear-gradient(135deg, rgba(255,253,246,0.86), rgba(234,216,180,0.7));
  box-shadow: 0 12px 30px rgba(83,54,26,0.14);
}

.button:hover,
.button:focus-visible {
  color: var(--deep-umber);
  background: linear-gradient(135deg, #fffdf6, #f1cf86);
  box-shadow: 0 18px 42px rgba(83,54,26,0.2);
}

.button--primary {
  color: #2a130b;
  background: linear-gradient(135deg, #ffe6aa, #c69332);
}

.hero-chapters {
  border-top-color: rgba(198,147,50,0.24);
  background:
    linear-gradient(90deg, rgba(147,182,165,0.24), rgba(241,207,134,0.34), rgba(201,133,116,0.2), rgba(217,221,224,0.34)),
    rgba(255,253,246,0.72);
  box-shadow: 0 -18px 48px rgba(83,54,26,0.14);
}

.hero-chapters a {
  border-right-color: rgba(198,147,50,0.2);
}

.section--intro {
  border-top-color: rgba(198,147,50,0.22);
  background:
    radial-gradient(circle at 18% 10%, rgba(255,255,255,0.72), transparent 18rem),
    linear-gradient(180deg, rgba(255,253,246,0.44), transparent);
}

.section--featured .feature-strip {
  background:
    linear-gradient(90deg, rgba(236,246,239,0.92), rgba(255,248,234,0.98), rgba(255,241,231,0.9));
}

.section--featured .feature-strip article,
.section--featured .feature-strip article:nth-child(2),
.section--featured .feature-strip article:nth-child(3),
.feature-strip article,
.section--columns article,
.press-card,
.video-card,
.link-card,
.pending-note,
.form-shell,
.story-panel__copy,
.text-page {
  color: var(--deep-umber);
  background:
    radial-gradient(circle at 16% 0%, rgba(255,255,255,0.86), transparent 16rem),
    linear-gradient(145deg, rgba(255,253,246,0.96), rgba(255,248,234,0.88) 52%, rgba(234,216,180,0.52));
  border-color: rgba(198,147,50,0.24);
  box-shadow: 0 22px 70px rgba(83,54,26,0.14);
}

.feature-strip article::after,
.section--columns article::after,
.press-card::after,
.link-card::after,
.form-shell::after {
  opacity: 0.09;
}

.feature-strip p,
.section--columns p,
.press-card p,
.video-card p,
.link-card p,
.form-shell p,
.pending-note p,
p {
  color: rgba(42,19,11,0.76);
}

.page-hero {
  background:
    radial-gradient(circle at 14% 0%, rgba(255,255,255,0.78), transparent 22rem),
    linear-gradient(180deg, rgba(255,253,246,0.98), rgba(255,248,234,0.9));
  border-bottom: 1px solid rgba(198,147,50,0.18);
}

.page-hero__media {
  opacity: 0.22;
}

.page-hero::after {
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255,253,246,0.58), transparent 22rem),
    linear-gradient(90deg, rgba(255,253,246,0.96), rgba(255,248,234,0.76) 54%, rgba(234,216,180,0.5)),
    linear-gradient(180deg, rgba(255,253,246,0.4), rgba(255,248,234,0.72));
}

.story-panel__image,
.gallery-card,
.trailer-embed,
.link-card__media {
  background: linear-gradient(145deg, rgba(255,253,246,0.98), rgba(234,216,180,0.72));
  border-color: rgba(198,147,50,0.28);
  box-shadow: 0 24px 70px rgba(83,54,26,0.14);
}

.gallery-card {
  padding: 6px;
}

.gallery-card picture {
  display: block;
}

.gallery-card img {
  border-radius: calc(var(--radius-soft) - 2px);
}

.gallery-card figcaption {
  left: 6px;
  right: 6px;
  bottom: 6px;
  padding: 54px 16px 14px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(180deg, transparent, rgba(42,19,11,0.7));
}

.gallery-card:hover {
  box-shadow: 0 28px 78px rgba(83,54,26,0.22);
}

.trailer-embed,
.trailer-play {
  background: linear-gradient(145deg, #fffdf6, #e9d8b8);
}

.trailer-play__shade {
  background:
    radial-gradient(circle at 50% 48%, rgba(244,210,139,0.18), transparent 32%),
    linear-gradient(180deg, rgba(255,253,246,0.06), rgba(42,19,11,0.22));
}

.trailer-play__button {
  background: rgba(255,253,246,0.86);
}

.site-footer {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.86), transparent 20rem),
    linear-gradient(180deg, rgba(255,253,246,0.94), rgba(234,216,180,0.72));
}

@media (max-width: 1060px) {
  .home-hero {
    background:
      linear-gradient(180deg, transparent 0 38%, rgba(255,253,246,0.68) 58%, rgba(255,248,234,0.98) 100%);
  }

  .home-hero__content {
    margin-top: 0;
  }
}

@media (orientation: portrait) and (max-width: 1060px) {
  .home-hero {
    min-height: max(100svh, calc(var(--header-height) + 116.93vw + 560px));
    padding-top: calc(var(--header-height) + 116.93vw + 28px);
  }

  .home-hero__image {
    background-image: url("/assets/hero/taj-mahal-mobile-hero-960.webp?v=20260705-full-qa-1");
    background-position: center var(--header-height);
    background-size: 100% auto;
  }
}

@media (max-width: 820px) {
  .has-js .site-header,
  .has-js .site-header.is-nav-open {
    background:
      radial-gradient(circle at 11.9% 0%, rgba(255,255,255,0.84), transparent 14rem),
      linear-gradient(180deg, rgba(255,253,246,0.96), rgba(255,248,234,0.88));
  }

  .has-js .site-nav {
    border-color: rgba(198,147,50,0.28);
    background:
      radial-gradient(circle at 50% 0%, rgba(255,255,255,0.72), transparent 44%),
      rgba(255,248,234,0.96);
    box-shadow: 0 24px 58px rgba(83,54,26,0.22);
  }

  .has-js .site-nav a {
    color: rgba(42,19,11,0.84);
  }

  .home-hero__image::after {
    background:
      linear-gradient(180deg, rgba(255,253,246,0.02) 0%, rgba(255,253,246,0.02) 48%, rgba(255,248,234,0.62) 68%, rgba(255,248,234,0.98) 96%, #fff8ea 100%);
  }

  .home-hero__content {
    background:
      radial-gradient(circle at 50% 9.8%, rgba(255,255,255,0.9), transparent 11rem),
      linear-gradient(180deg, rgba(255,253,246,0.82), rgba(255,248,234,0.58));
  }

  .home-hero__content::before {
    background:
      linear-gradient(90deg, transparent 49.7%, rgba(198,147,50,0.16), transparent 50.3%),
      radial-gradient(circle at 50% 50%, rgba(198,147,50,0.1), transparent 54%);
  }

  .page-hero__media {
    background: var(--pearl-ivory);
  }
}

/* Responsive fit pass: keep the director artwork intact while tightening the
   live title panel into the intentional quiet space across real device sizes. */
.home-hero__content {
  max-width: min(640px, calc(100vw - 48px));
  margin-top: clamp(150px, 13vw, 220px);
  padding: clamp(16px, 2.2vw, 24px) clamp(18px, 3vw, 34px) clamp(18px, 2.4vw, 26px);
}

.home-hero__content::before {
  inset: 10px;
}

.home-hero__logo {
  width: clamp(190px, 18vw, 270px);
  margin-block: clamp(4px, 0.8vh, 8px);
}

.hero-play {
  margin-bottom: clamp(8px, 1.2vh, 12px);
}

.hero-play span {
  width: 38px;
  height: 38px;
}

.home-hero__line {
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
}

.home-hero__promise {
  max-width: 15.5em;
  font-size: clamp(1.5rem, 2vw, 2.12rem);
  line-height: 1.03;
}

.home-hero__status {
  margin-top: clamp(8px, 1.1vh, 12px);
}

.cta-row {
  gap: 8px 10px;
  margin-top: clamp(12px, 1.8vh, 18px);
}

.button {
  min-height: 44px;
  padding-inline: 14px;
}

@media (max-width: 820px) {
  .home-hero__content {
    max-width: min(342px, calc(100vw - 44px));
    margin: 0 auto;
    padding: 16px 16px 18px;
  }

  .home-hero__content::before {
    inset: 10px;
  }

  .home-hero__logo {
    width: min(214px, 56vw);
    margin-block: 6px;
  }

  .home-hero__promise {
    max-width: 11.4em;
    font-size: clamp(1.42rem, 6.2vw, 1.86rem);
  }

  .cta-row {
    width: min(300px, calc(100vw - 56px));
    gap: 8px;
    margin-top: 14px;
  }

  .hero-chapters a {
    min-height: 46px;
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: max(100svh, calc(var(--header-height) + 108vw + 500px));
    padding-top: calc(var(--header-height) + 108vw + 10px);
    padding-bottom: 112px;
  }
}

@media (orientation: portrait) and (min-width: 641px) and (max-width: 1060px) {
  .home-hero {
    min-height: max(100svh, calc(var(--header-height) + 94vw + 520px));
    padding-top: calc(var(--header-height) + 94vw);
    padding-bottom: 96px;
  }

  .home-hero__content {
    max-width: min(620px, calc(100vw - 96px));
    margin: 0 auto;
  }
}

@media (min-width: 1061px) and (max-height: 860px) {
  .home-hero {
    min-height: 100svh;
    padding-bottom: 64px;
  }

  .home-hero__content {
    margin-top: clamp(132px, 11.5vw, 178px);
  }

  .home-hero__logo {
    width: clamp(188px, 16vw, 232px);
  }

  .home-hero__promise {
    font-size: clamp(1.42rem, 1.8vw, 1.82rem);
  }

  .button {
    min-height: 44px;
    font-size: 0.74rem;
  }

  .hero-chapters a {
    min-height: 50px;
    padding-block: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.001ms !important; }
  .loader { animation: none !important; opacity: 0; visibility: hidden; }
  .home-hero__image, .page-hero__media img, .reveal-item { transform: none !important; }
  .home-hero__content, .page-hero__copy { animation: none !important; }
  .reveal-ready .reveal-item { opacity: 1 !important; }
}

/* Taj Mahal motion and marble surface layer. */
:root {
  color-scheme: light;
  --colour-ivory: #fffaf0;
  --colour-marble: #f8f1e5;
  --colour-pearl: #fdf8ee;
  --colour-moon-silver: #d7d9d2;
  --colour-antique-gold: #c99332;
  --colour-soft-gold: #f2d58e;
  --colour-champagne: #ead3a0;
  --colour-rose-gold: #c78670;
  --colour-ruby: #8b2335;
  --colour-emerald: #276f58;
  --colour-lapis: #24527e;
  --colour-indigo: #141827;
  --colour-umber: #321a0f;
  --colour-charcoal: #130a06;
  --colour-parchment: #9d7138;
  --colour-muted: rgba(50, 26, 15, 0.72);
  --colour-line: rgba(156, 106, 52, 0.2);
  --ease-royal: cubic-bezier(0.18, 0.74, 0.25, 1);
  --motion-slow: 900ms;
  --motion-medium: 620ms;
  --motion-fast: 260ms;
  --motion-distance: clamp(18px, 3.2vw, 46px);
  --tilt-strength: 1;
}

html { background: #fbf4e7; }
body {
  color: var(--colour-umber);
  background:
    radial-gradient(circle at 18% 4%, rgba(255, 255, 255, 0.92), transparent 26rem),
    radial-gradient(circle at 84% 10%, rgba(215, 217, 210, 0.42), transparent 30rem),
    linear-gradient(135deg, rgba(201, 147, 50, 0.08) 0 1px, transparent 1px 34px),
    linear-gradient(180deg, #fffaf0 0%, #f8efe0 42%, #efe0c9 100%);
}
body::before {
  background-image:
    linear-gradient(rgba(156, 106, 52, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(156, 106, 52, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 27.8%, rgba(39, 111, 88, 0.08), transparent 24rem),
    radial-gradient(circle at 16% 78%, rgba(139, 35, 53, 0.06), transparent 28rem);
  opacity: 0.72;
}

.site-header {
  color: rgba(50, 26, 15, 0.86);
  border-bottom: 1px solid rgba(255, 250, 240, 0.42);
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.84), rgba(255, 250, 240, 0.54), rgba(255, 250, 240, 0.08));
  box-shadow: 0 10px 40px rgba(50, 26, 15, 0.08);
}
.site-nav a { color: rgba(50, 26, 15, 0.7); }
.site-nav a::after { background: linear-gradient(90deg, var(--colour-ruby), var(--colour-antique-gold), var(--colour-lapis)); }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--colour-umber); }
.nav-toggle { color: var(--colour-umber); background: rgba(255, 250, 240, 0.64); }
.has-js .site-header { background: linear-gradient(180deg, rgba(255, 250, 240, 0.86), rgba(255, 250, 240, 0.52), rgba(255, 250, 240, 0.1)); }

.home-hero,
.page-hero {
  color: var(--colour-ivory);
  background: #120905;
}
.home-hero .credit-line,
.home-hero .presented-line,
.page-hero .section-label {
  color: rgba(255, 235, 187, 0.88);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.52);
}
.home-hero__image {
  filter: var(--scene-filter);
  background-size: min(96vw, 1840px) auto;
  transform: translate3d(calc(var(--parallax-x) * -0.16), calc(var(--parallax-y) * 0.2), 0) scale(1.018);
  transition: filter var(--motion-slow) ease;
}
.home-hero__image::after {
  background:
    radial-gradient(circle at 52% 20%, rgba(255, 250, 240, 0.04), transparent 20rem),
    linear-gradient(180deg, rgba(15, 7, 4, 0.02) 0%, rgba(15, 7, 4, 0.12) 42%, rgba(15, 7, 4, 0.9) 88%, #0f0704 100%);
}
.home-hero__content,
.page-hero__copy { text-shadow: 0 2px 24px rgba(0, 0, 0, 0.36); }
.home-hero__logo,
.loader__logo {
  filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 18px rgba(242, 213, 142, 0.18));
}
.home-hero__logo {
  width: clamp(222px, 28vw, 374px);
  margin: clamp(10px, 2vh, 22px) auto clamp(8px, 1.4vh, 16px);
}
.home-hero__line { margin-bottom: 6px; }
.home-hero__promise { font-size: clamp(1.9rem, 4.1vw, 3.82rem); }
.home-hero__status { margin-top: clamp(12px, 2.1vh, 20px); }
.home-hero .cta-row { margin-top: clamp(18px, 2.7vh, 26px); }
.home-hero__geometry,
.page-hero__geometry {
  filter: drop-shadow(0 0 18px rgba(242, 213, 142, 0.18));
}

.sacred-geometry circle,
.sacred-geometry path {
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}
.motion-ready .sacred-geometry circle,
.motion-ready .sacred-geometry path {
  animation: geometry-breathe 5600ms var(--ease-royal) infinite alternate;
}
.motion-ready .home-hero__geometry path,
.motion-ready .page-hero__geometry path {
  stroke-dasharray: 780;
  stroke-dashoffset: 780;
  animation: geometry-trace 1800ms var(--ease-royal) 360ms forwards, geometry-breathe 5600ms var(--ease-royal) 2300ms infinite alternate;
}

.section,
.story-flow {
  color: var(--colour-umber);
}
.section::before,
.story-flow::before {
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(680px, 80vw);
  height: 1px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(201, 147, 50, 0.38), transparent);
  transform: translateX(-50%);
}
.story-flow { position: relative; }
.section p,
.story-flow p,
.feature-strip p,
.section--columns p,
.press-card p,
.video-card p,
.text-page p,
.form-shell p { color: rgba(50, 26, 15, 0.72); }
.fine-line,
.section-label,
.credit-line,
.presented-line,
.press-card__source,
.gallery-card small { color: var(--colour-parchment); }

.feature-strip article,
.section--columns article,
.press-card,
.video-card,
.pending-note,
.form-shell,
.story-panel__copy {
  position: relative;
  overflow: hidden;
  color: var(--colour-umber);
  border-color: rgba(156, 106, 52, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(248, 241, 229, 0.9) 38%, rgba(234, 211, 160, 0.18)),
    radial-gradient(circle at var(--spotlight-x, 52%) var(--spotlight-y, 32%), rgba(255, 255, 255, 0.72), transparent 18rem);
  box-shadow: 0 24px 70px rgba(63, 35, 16, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.66);
}
.feature-strip article::before,
.section--columns article::before,
.press-card::before,
.video-card::before,
.form-shell::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(201, 147, 50, 0.08) 50%, transparent 50.3%),
    linear-gradient(0deg, transparent 49.7%, rgba(201, 147, 50, 0.07) 50%, transparent 50.3%);
  background-size: 34px 34px;
  opacity: 0.28;
  mix-blend-mode: multiply;
}
.feature-strip article::after,
.section--columns article::after,
.press-card::after,
.link-card::after,
.video-card::after,
.gallery-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.54) 46%, transparent 58%);
  opacity: 0;
  transform: translateX(-55%);
  transition: opacity var(--motion-fast) ease, transform var(--motion-slow) var(--ease-royal);
}
.feature-strip article:hover::after,
.section--columns article:hover::after,
.press-card:hover::after,
.link-card:hover::after,
.video-card:hover::after,
.gallery-card:hover::after {
  opacity: 0.5;
  transform: translateX(52%);
}
.feature-strip a,
.section--columns a,
.press-card a:not(.press-card__media) { color: #9a641f; }

.button {
  border-color: rgba(201, 147, 50, 0.46);
  color: var(--colour-umber);
  background: rgba(255, 250, 240, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
}
.home-hero .button,
.page-hero .button { color: var(--colour-ivory); background: rgba(15, 7, 4, 0.42); }
.button--primary {
  color: #1d0d07;
  background: linear-gradient(135deg, #fff4c7, var(--colour-antique-gold) 58%, #a5662e);
}
.button:hover,
.button:focus-visible {
  box-shadow: 0 14px 34px rgba(156, 106, 52, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.reflection-sweep {
  position: relative;
  overflow: hidden;
}
.reflection-sweep::before {
  position: absolute;
  inset: -70% -36%;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(110deg, transparent 34%, rgba(255, 255, 255, 0.42), transparent 58%);
  opacity: 0;
  transform: translateX(-48%) rotate(10deg);
  transition: opacity var(--motion-fast) ease, transform var(--motion-slow) var(--ease-royal);
}
.reflection-sweep:hover::before,
.reflection-sweep:focus-visible::before {
  opacity: 0.88;
  transform: translateX(48%) rotate(10deg);
}

.gallery-card,
.story-panel__image,
.video-card {
  border: 1px solid rgba(156, 106, 52, 0.2);
  background: rgba(255, 250, 240, 0.58);
}
.gallery-filter {
  border-color: rgba(156, 106, 52, 0.24);
  background: rgba(255, 250, 240, 0.84);
  box-shadow: 0 14px 38px rgba(63, 35, 16, 0.1);
}
.gallery-filter a { color: rgba(50, 26, 15, 0.68); }
.gallery-filter a:hover,
.gallery-filter a:focus-visible {
  color: var(--colour-umber);
  background: rgba(201, 147, 50, 0.13);
}
.gallery-card {
  box-shadow: 0 22px 70px rgba(63, 35, 16, 0.16);
}
.gallery-card::before,
.story-panel__image::before,
.press-card__media::before,
.video-card::before {
  position: absolute;
  inset: 10px;
  z-index: 2;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 250, 240, 0.28);
  box-shadow: inset 0 0 0 1px rgba(201, 147, 50, 0.15);
}
.gallery-card figcaption {
  background: linear-gradient(180deg, transparent, rgba(19, 10, 6, 0.82));
}
.gallery-card span { color: var(--colour-ivory); text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42); }
.gallery-card small { color: rgba(255, 235, 187, 0.86); }

.inlay-card {
  outline: 1px solid rgba(255, 250, 240, 0.16);
  outline-offset: -7px;
}
.royal-preview-card {
  background:
    radial-gradient(circle at var(--spotlight-x, 52%) var(--spotlight-y, 32%), rgba(255, 255, 255, 0.76), transparent 18rem),
    linear-gradient(145deg, rgba(255, 253, 246, 0.95), rgba(239, 224, 201, 0.9) 54%, rgba(201, 147, 50, 0.18));
}
.charbagh-grid {
  position: relative;
}
.charbagh-grid::before {
  position: absolute;
  inset: -14px;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(201, 147, 50, 0.08) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(39, 111, 88, 0.05) 50%, transparent 50.2%);
  background-size: 33.333% 33.333%;
  opacity: 0.46;
}
.jewel-badge {
  text-shadow: 0 1px 16px rgba(201, 147, 50, 0.14);
}

.press-section {
  width: min(1320px, calc(100% - 40px));
}
.press-intro {
  margin-bottom: clamp(28px, 5vw, 64px);
}
.press-grid {
  gap: clamp(22px, 3vw, 42px);
}
.press-card {
  min-height: 100%;
  border-radius: 8px;
}
.press-card__media {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 250, 240, 0.16), transparent 12rem),
    linear-gradient(135deg, #24130b, #111724 52%, #2d140e);
}
.press-card__media img {
  transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.045);
  transition: transform var(--motion-slow) var(--ease-royal), filter var(--motion-slow) ease;
}
.press-card:hover .press-card__media img {
  transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.08);
}
.press-card__badge {
  border-color: rgba(255, 235, 187, 0.54);
  color: #fff8ea;
  background: rgba(49, 26, 15, 0.78);
  box-shadow: 0 0 24px rgba(201, 147, 50, 0.14);
}
.press-card__source,
.link-card__eyebrow span,
.link-card__eyebrow em {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
.press-card__source::after,
.link-card__eyebrow span::after,
.link-card__eyebrow em::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  transform: translateX(-120%);
}
.motion-ready .press-card.is-visible .press-card__source::after,
.motion-ready .link-card.is-visible .link-card__eyebrow span::after,
.motion-ready .link-card.is-visible .link-card__eyebrow em::after {
  animation: source-sheen 4200ms ease 900ms infinite;
}
.press-card.has-preview-fallback .press-card__media,
.link-card.has-preview-fallback .link-card__media {
  min-height: 220px;
  display: grid;
  place-items: center;
}
.press-card.has-preview-fallback .press-card__media::after,
.link-card.has-preview-fallback .link-card__media::before {
  position: relative;
  z-index: 3;
  max-width: 14rem;
  content: "Taj Mahal\A Public Chronicle";
  white-space: pre-line;
  color: var(--colour-ivory);
  font-family: var(--display-font);
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1;
  text-align: center;
}
.link-card.has-preview-fallback .link-card__media img {
  opacity: 0;
}

.form-shell {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 240, 0.92)),
    radial-gradient(circle at 11.8% 18%, rgba(201, 147, 50, 0.12), transparent 18rem);
}
.enquiry-form input,
.enquiry-form textarea {
  color: var(--colour-umber);
  background: rgba(255, 250, 240, 0.72);
  border-color: rgba(156, 106, 52, 0.28);
}
.enquiry-form input:focus,
.enquiry-form textarea:focus,
.enquiry-form input.is-focused,
.enquiry-form textarea.is-focused {
  border-color: rgba(201, 147, 50, 0.86);
  box-shadow: 0 0 0 4px rgba(201, 147, 50, 0.14), 0 0 22px rgba(255, 244, 199, 0.38);
}

.motion-ready .marble-reveal {
  --reveal-y: var(--motion-distance);
  --reveal-scale: 0.985;
  opacity: 0;
  transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity var(--motion-medium) var(--ease-royal),
    transform var(--motion-slow) var(--ease-royal),
    border-color var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease;
  transition-delay: calc(var(--reveal-index, 0) * 70ms);
  will-change: opacity, transform;
}
.motion-ready .marble-reveal[data-reveal-style="rise"] { --reveal-y: clamp(18px, 3vw, 44px); }
.motion-ready .story-panel:nth-child(odd).marble-reveal,
.motion-ready .section__grid > :first-child.marble-reveal { transform: translate3d(calc(var(--motion-distance) * -0.32), var(--reveal-y), 0) scale(var(--reveal-scale)); }
.motion-ready .story-panel:nth-child(even).marble-reveal,
.motion-ready .section__grid > :last-child.marble-reveal { transform: translate3d(calc(var(--motion-distance) * 0.32), var(--reveal-y), 0) scale(var(--reveal-scale)); }
.motion-ready .marble-reveal.is-visible,
.motion-ready .story-panel.marble-reveal.is-visible,
.motion-ready .section__grid > .marble-reveal.is-visible {
  --reveal-y: 0px;
  --reveal-scale: 1;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready [data-tilt-card] {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --spotlight-x: 50%;
  --spotlight-y: 42%;
  --card-lift: 0px;
  transform:
    translate3d(0, calc(var(--reveal-y, 0px) + var(--card-lift)), 0)
    rotateX(var(--tilt-y))
    rotateY(var(--tilt-x))
    scale(var(--reveal-scale, 1));
  transform-style: preserve-3d;
  will-change: transform;
}
.motion-ready [data-tilt-card].is-visible:hover {
  --card-lift: -7px;
}
.motion-ready .feature-strip article:hover,
.motion-ready .section--columns article:hover,
.motion-ready .video-card:hover,
.motion-ready .press-card:hover,
.motion-ready .link-card:hover,
.motion-ready .gallery-card:hover {
  transform:
    translate3d(0, -7px, 0)
    rotateX(var(--tilt-y, 0deg))
    rotateY(var(--tilt-x, 0deg))
    scale(1.01);
  border-color: rgba(201, 147, 50, 0.38);
  box-shadow: 0 32px 90px rgba(63, 35, 16, 0.2), 0 0 44px rgba(201, 147, 50, 0.12);
}

.motion-ready [data-scroll-media] {
  transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.045);
  will-change: transform;
}
.motion-ready .link-card__media img {
  transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.045);
}
.motion-ready .gallery-card:hover img,
.motion-ready .video-card:hover img,
.motion-ready .link-card:hover .link-card__media img,
.motion-ready .story-panel__image:hover img {
  transform: translate3d(0, var(--media-shift, 0px), 0) scale(1.075);
}

.site-footer {
  color: var(--colour-ivory);
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 147, 50, 0.18), transparent 20rem),
    linear-gradient(180deg, rgba(50, 26, 15, 0.1), #130a06);
}
.site-footer p { color: rgba(255, 248, 234, 0.64); }

@keyframes geometry-trace {
  to { stroke-dashoffset: 0; }
}
@keyframes geometry-breathe {
  from { opacity: 0.52; }
  to { opacity: 1; }
}
@keyframes source-sheen {
  0%, 44% { transform: translateX(-120%); }
  64%, 100% { transform: translateX(120%); }
}

@media (max-width: 1060px) {
  .press-section { width: min(100% - 32px, var(--max-content)); }
}

@media (orientation: portrait) {
  .home-hero__image {
    background-position: top center;
    background-size: calc(100% - 24px) auto;
  }
}

@media (max-width: 820px) {
  .has-js .site-nav {
    background: rgba(255, 250, 240, 0.96);
    box-shadow: 0 22px 54px rgba(50, 26, 15, 0.18);
  }
  .gallery-card::before,
  .story-panel__image::before,
  .press-card__media::before,
  .video-card::before {
    inset: 8px;
  }
  .motion-ready .marble-reveal,
  .motion-ready .story-panel:nth-child(odd).marble-reveal,
  .motion-ready .story-panel:nth-child(even).marble-reveal,
  .motion-ready .section__grid > :first-child.marble-reveal,
  .motion-ready .section__grid > :last-child.marble-reveal {
    transform: translate3d(0, var(--reveal-y), 0) scale(var(--reveal-scale));
  }
}

@media (prefers-reduced-motion: reduce) {
  .marble-reveal,
  [data-tilt-card],
  [data-scroll-media],
  .gallery-card img,
  .press-card__media img,
  .video-card img,
  .story-panel__image img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Final cascade guard: keep hero actions visible after all motion layers load. */
.home-hero {
  min-height: calc(100svh - clamp(44px, 6svh, 72px));
}

.home-hero__content {
  max-width: min(520px, calc(100vw - 48px));
  margin-top: clamp(28px, 5vw, 84px);
  padding: clamp(10px, 1.3vw, 16px) clamp(14px, 2vw, 24px) clamp(12px, 1.5vw, 18px);
}

.home-hero__content::before {
  inset: 9px;
}

.home-hero__logo {
  width: clamp(160px, 16vw, 220px);
  margin: 5px auto 4px;
}

.hero-play {
  gap: 8px;
  margin-bottom: 6px;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.hero-play span {
  width: 32px;
  height: 32px;
}

.home-hero__line {
  margin-bottom: 4px;
  font-size: clamp(0.94rem, 1.15vw, 1.1rem);
}

.home-hero__promise {
  max-width: 15.8em;
  font-size: clamp(1.3rem, 1.65vw, 1.74rem);
  line-height: 1.02;
}

.home-hero__status {
  margin-top: 7px;
  font-size: 0.72rem;
}

.home-hero .cta-row {
  width: min(100%, 520px);
  gap: 6px 8px;
  margin-top: 9px;
}

.home-hero .button {
  min-height: 44px;
  padding-inline: 10px;
  font-size: 0.76rem;
}

@media (orientation: portrait) and (max-width: 1060px) {
  .home-hero {
    min-height: calc(100svh - 48px);
    padding-top: calc(var(--header-height) + clamp(72px, 18svh, 136px));
    padding-bottom: 62px;
  }

  .home-hero__content {
    padding: clamp(8px, 1.4vw, 13px) clamp(10px, 2vw, 18px) clamp(10px, 1.7vw, 15px);
  }

  .home-hero__logo {
    width: clamp(134px, 18vw, 176px);
  }

  .home-hero__promise {
    font-size: clamp(1.12rem, 2.15vw, 1.54rem);
  }

  .home-hero .button {
    min-height: 44px;
  }
}

@media (max-width: 640px) {
  html,
  body,
  main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .page-hero {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .section {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    overflow: hidden;
  }

  .page-hero__copy,
  .page-hero__copy p,
  .video-card__body,
  .video-card__body > *,
  .link-card__body,
  .link-card__body > * {
    max-width: 100%;
    min-width: 0;
  }

  .page-hero__copy p,
  .video-card p,
  .link-card p {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .gallery-section.marble-reveal {
    opacity: 1;
    transform: none;
  }

  .video-card,
  .link-card,
  .gallery-card {
    width: 100%;
  }

  .video-card__actions,
  .video-card__actions .button,
  .link-card__action {
    max-width: 100%;
    white-space: normal;
  }

  .trailer-play__button {
    max-width: calc(100% - 28px);
    min-height: 44px;
    padding: 8px 14px;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
  }

  .home-hero {
    padding-top: calc(var(--header-height) + clamp(72px, 16svh, 118px));
    padding-bottom: 58px;
  }

  .home-hero__content {
    max-width: min(336px, calc(100vw - 32px));
    padding: 11px 11px 13px;
  }

  .home-hero .credit-line,
  .home-hero .presented-line {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .presented-line {
    margin-top: 4px;
  }

  .home-hero__logo {
    width: min(124px, 32vw);
  }

  .home-hero__line {
    font-size: 0.96rem;
  }

  .home-hero__promise {
    max-width: 11.8em;
    font-size: clamp(1rem, 4.35vw, 1.22rem);
  }

  .home-hero__status {
    margin-top: 5px;
  }

  .home-hero .cta-row {
    gap: 5px;
    margin-top: 7px;
  }

  .home-hero .button {
    min-height: 44px;
    padding-inline: 9px;
    font-size: 0.76rem;
  }
}

/* Premium responsive polish: tighter rhythm, cleaner mobile controls, source-safe artwork. */
:root {
  --display-font: "Philosopher", Optima, "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  --body-font: Optima, "Philosopher", Candara, "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --ui-font: Optima, "Avenir Next", Avenir, "Gill Sans", "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --compact-section-y: clamp(18px, 2.4vw, 34px);
  --compact-card-gap: clamp(12px, 1.55vw, 22px);
}

.section,
.story-flow {
  padding-block: var(--compact-section-y);
}

.section + .section,
.link-section + .link-section {
  padding-top: clamp(12px, 1.8vw, 26px);
}

.page-hero + .section {
  padding-top: clamp(14px, 1.8vw, 24px);
  padding-bottom: clamp(12px, 1.6vw, 22px);
}

.page-hero + .section + .section {
  padding-top: clamp(8px, 1.2vw, 16px);
}

.section__grid,
.link-section__heading {
  margin-bottom: clamp(12px, 1.7vw, 24px);
}

.link-strip,
.link-grid,
.press-wall,
.gallery-grid,
.feature-strip,
.section--columns,
.video-grid {
  gap: var(--compact-card-gap);
}

.link-card__body,
.video-card__body,
.feature-strip article,
.section--columns article,
.press-card {
  padding: clamp(16px, 1.8vw, 24px);
}

.link-card p,
.video-card p,
.feature-strip p,
.section--columns p,
.press-card p {
  line-height: 1.48;
}

.link-card__eyebrow,
.section-label,
.credit-line,
.presented-line,
.button,
.site-nav a,
.hero-play,
.gallery-filter a {
  letter-spacing: 0.115em;
}

.press-wall > .link-card:first-child .link-card__body,
.link-grid > .link-card:first-child .link-card__body {
  padding: clamp(20px, 2.2vw, 30px);
}

.press-wall > .link-card:first-child h3,
.link-grid > .link-card:first-child h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
}

.press-wall > .link-card:first-child p,
.link-grid > .link-card:first-child p {
  font-size: clamp(0.98rem, 1vw, 1.08rem);
}

.home-hero__content::before {
  background:
    radial-gradient(ellipse at 50% 16%, rgba(255, 250, 240, 0.58), transparent 14rem),
    linear-gradient(180deg, rgba(255, 250, 240, 0.68), rgba(255, 248, 234, 0.54));
}

body.is-loaded .loader,
.has-js body.is-loaded .loader {
  opacity: 0;
  visibility: hidden;
}

.home-hero .credit-line,
.home-hero .presented-line {
  color: rgba(58, 34, 20, 0.7);
  text-shadow: none;
}

.home-hero .button {
  color: rgba(42, 19, 11, 0.9);
  background: rgba(255, 250, 240, 0.72);
}

.home-hero .button.button--primary {
  color: #1d0d07;
  background: linear-gradient(135deg, #fff1bd, #e4b94e 58%, #bf752c);
  box-shadow: 0 14px 34px rgba(156, 106, 52, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

@media (min-width: 1061px) {
  .home-hero {
    min-height: min(880px, calc(100svh - 10px));
    padding-bottom: clamp(64px, 7.5svh, 88px);
  }

  .page-hero {
    min-height: clamp(240px, 25svh, 310px);
    padding-bottom: 18px;
  }

  .home-hero__content {
    margin-top: clamp(36px, 5.2vw, 82px);
  }

  .home-hero__veil {
    background:
      radial-gradient(circle at var(--glow-x) var(--glow-y), var(--scene-glow), transparent 24rem),
      radial-gradient(ellipse at 50% 72%, rgba(244, 210, 139, 0.12), transparent 22rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%, rgba(18, 8, 4, 0.54) 100%);
  }
}

@media (max-width: 1060px) {
  .page-hero {
    min-height: clamp(250px, 34svh, 370px);
  }

  .link-grid > .link-card:first-child,
  .press-wall > .link-card:first-child {
    display: block;
    grid-column: auto;
  }

  .link-grid > .link-card:first-child .link-card__media,
  .press-wall > .link-card:first-child .link-card__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-right: 0;
    border-bottom: 1px solid var(--colour-line);
  }
}

@media (min-width: 761px) and (max-width: 1060px) {
  .link-grid,
  .press-wall,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .link-grid > .link-card:first-child,
  .press-wall > .link-card:first-child {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
    padding-block: 10px;
  }

  .site-header__brand img {
    width: 44px;
  }

  .site-header__brand {
    font-size: clamp(1rem, 5vw, 1.32rem);
  }

  .section,
  .story-flow {
    padding-block: clamp(20px, 6vw, 30px);
  }

  .section__grid,
  .link-section__heading {
    gap: 10px;
    margin-bottom: 14px;
  }

  .page-hero {
    min-height: clamp(230px, 30svh, 310px);
  }

  .page-hero__copy {
    padding-block: clamp(26px, 8vw, 42px);
  }

  .page-hero h1 {
    font-size: clamp(1.65rem, 8vw, 2.72rem);
  }

  .home-hero {
    min-height: 0;
    padding-bottom: 20px;
  }

  .hero-chapters {
    position: relative;
    inset: auto;
    margin: 14px auto 0;
    width: min(100%, 350px);
    border: 1px solid rgba(198, 147, 50, 0.18);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(63, 35, 16, 0.12);
  }

  .home-hero__content {
    max-width: min(350px, calc(100vw - 32px));
  }

  .home-hero__line {
    font-size: clamp(1.05rem, 4.6vw, 1.24rem);
  }

  .home-hero__promise {
    max-width: 11.2em;
    font-size: clamp(1.36rem, 6.4vw, 1.9rem);
    line-height: 1.06;
  }

  .hero-chapters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-chapters a {
    min-height: 42px;
    padding: 8px 10px;
  }

  .hero-chapters span {
    font-size: 0.72rem;
  }

  .hero-chapters em {
    display: none;
  }

  .gallery-filter {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 14px;
    padding: 6px;
    overflow: visible;
    border-radius: 16px;
  }

  .gallery-filter a {
    display: grid;
    min-height: 44px;
    place-items: center;
    padding: 7px 10px;
    border-radius: 12px;
    font-size: 0.74rem;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .gallery-filter::-webkit-scrollbar {
    display: none;
  }

  .gallery-category {
    padding-top: 8px;
  }

  .gallery-category h2,
  .section h2,
  .link-section__heading h2 {
    font-size: clamp(1.52rem, 7.2vw, 2.18rem);
    text-wrap: balance;
  }

  .link-card__media,
  .link-card--compact .link-card__media {
    aspect-ratio: 16 / 10;
  }

  .link-card__body,
  .video-card__body,
  .feature-strip article,
  .section--columns article,
  .press-card {
    padding: clamp(14px, 4.3vw, 18px);
  }

  .button,
  .trailer-play__button {
    font-size: 0.74rem;
    letter-spacing: 0.105em;
  }
}

@media (max-width: 420px) {
  .home-hero {
    padding-top: calc(var(--header-height) + clamp(62px, 13svh, 96px));
    padding-bottom: 18px;
  }

  .home-hero__content {
    padding: 10px;
  }

  .home-hero__logo {
    width: min(132px, 35vw);
  }

  .home-hero .cta-row {
    grid-template-columns: 1fr;
  }

  .home-hero .button {
    width: min(100%, 310px);
  }

  .hero-chapters a {
    min-height: 38px;
    padding: 7px 8px;
  }
}

/* Taj Mahal marble-motion refinement: compact, ivory-led, and motion-rich without new libraries. */
:root {
  --display-font: "Philosopher", Optima, "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  --body-font: Optima, "Philosopher", Candara, "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --ui-font: Optima, "Avenir Next", Candara, "Gill Sans", "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --marble-surface: linear-gradient(145deg, rgba(255, 254, 248, 0.96), rgba(255, 248, 234, 0.9) 58%, rgba(232, 212, 173, 0.38));
  --marble-surface-strong: linear-gradient(145deg, rgba(255, 255, 252, 0.98), rgba(255, 249, 236, 0.94) 56%, rgba(236, 220, 188, 0.54));
  --jewel-edge: rgba(191, 137, 48, 0.34);
  --soft-card-shadow: 0 18px 54px rgba(61, 35, 18, 0.12);
  --royal-card-shadow: 0 28px 78px rgba(61, 35, 18, 0.17), 0 0 0 1px rgba(255, 255, 255, 0.36) inset;
  --motion-distance: clamp(14px, 2.2vw, 34px);
}

body {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.96), transparent 28rem),
    radial-gradient(circle at 82% 13%, rgba(203, 210, 204, 0.34), transparent 32rem),
    radial-gradient(circle at 20% 82%, rgba(39, 111, 88, 0.055), transparent 30rem),
    linear-gradient(135deg, rgba(201, 147, 50, 0.055) 0 1px, transparent 1px 36px),
    linear-gradient(180deg, #fffdf7 0%, #fbf1df 44%, #efe1c7 100%);
}

body::before {
  opacity: 0.58;
}

.site-header {
  min-height: clamp(62px, 6.4vw, 76px);
  backdrop-filter: blur(18px) saturate(1.12);
  background:
    linear-gradient(180deg, rgba(255, 254, 248, 0.92), rgba(255, 250, 240, 0.74) 72%, rgba(255, 250, 240, 0.18));
}

.site-header.is-scrolled {
  background: rgba(255, 252, 244, 0.9);
  box-shadow: 0 18px 46px rgba(59, 32, 16, 0.12), 0 1px 0 rgba(191, 137, 48, 0.18);
}

.site-nav a {
  position: relative;
  border-radius: 999px;
  transition: color 220ms ease, background 260ms ease, transform 260ms var(--ease-royal);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(201, 147, 50, 0.08);
  transform: translateY(-1px);
}

.has-js .site-nav {
  transition: opacity 300ms var(--ease-royal), visibility 300ms var(--ease-royal), transform 360ms var(--ease-royal);
}

.has-js .site-header:not(.is-nav-open) .site-nav {
  transform: translateY(-4px);
}

.has-js .site-header.is-nav-open .site-nav {
  transform: translateY(0);
}

.nav-toggle {
  box-shadow: 0 12px 30px rgba(61, 35, 18, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 240ms var(--ease-royal), box-shadow 240ms ease, background 240ms ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(255, 253, 246, 0.92);
  box-shadow: 0 18px 40px rgba(61, 35, 18, 0.16), 0 0 0 4px rgba(201, 147, 50, 0.12);
  transform: translateY(-1px);
}

.site-header.is-nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(42deg);
}

.site-header.is-nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-42deg);
}

.nav-toggle span {
  transition: transform 260ms var(--ease-royal), opacity 180ms ease;
}

.home-hero {
  min-height: clamp(680px, calc(100svh - 8px), 860px);
  padding-top: calc(var(--header-height) + clamp(30px, 4.8svh, 60px));
  padding-bottom: clamp(54px, 7svh, 82px);
}

.home-hero__image {
  background-color: #f1e3c8;
  background-size: min(100vw, 1920px) auto;
}

.home-hero__veil {
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 244, 199, 0.18), transparent 23rem),
    radial-gradient(ellipse at 50% 78%, rgba(255, 250, 240, 0.34), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 250, 240, 0.06) 42%, rgba(38, 17, 9, 0.62) 100%);
}

.home-hero__content {
  max-width: min(520px, calc(100vw - 44px));
  margin-top: clamp(22px, 4.4vw, 70px);
}

.home-hero__content::before {
  inset: 2px;
  border: 1px solid rgba(201, 147, 50, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 50% 14%, rgba(255, 255, 252, 0.78), transparent 11rem),
    linear-gradient(180deg, rgba(255, 253, 246, 0.74), rgba(255, 248, 234, 0.5) 54%, rgba(255, 248, 234, 0.22));
  box-shadow: 0 24px 72px rgba(55, 30, 16, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.home-hero__promise,
.page-hero h1,
.section h2,
.link-section__heading h2,
.gallery-category h2,
.text-page h1 {
  text-wrap: balance;
  letter-spacing: 0;
}

.home-hero__promise {
  max-width: 14.7em;
  line-height: 1.04;
}

.section,
.story-flow,
.link-section {
  padding-block: clamp(16px, 2.25vw, 32px);
}

.section + .section,
.link-section + .link-section,
.gallery-category + .gallery-category {
  padding-top: clamp(10px, 1.5vw, 22px);
}

.page-hero {
  min-height: clamp(224px, 24svh, 300px);
  padding-bottom: clamp(14px, 1.8vw, 24px);
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.96), rgba(236, 220, 188, 0.76)),
    #fff8ea;
}

.page-hero__copy {
  max-width: min(690px, 100%);
}

.page-hero h1 {
  max-width: 23ch;
  font-size: clamp(1.68rem, 2.18vw, 2.58rem);
  line-height: 1.06;
}

.page-hero__copy h1 + p {
  margin-top: clamp(12px, 1.5vw, 18px);
}

.section__grid,
.link-section__heading {
  margin-bottom: clamp(10px, 1.45vw, 20px);
}

.section__grid {
  gap: clamp(18px, 4vw, 72px);
}

.link-strip,
.link-grid,
.press-wall,
.gallery-grid,
.feature-strip,
.section--columns,
.video-grid {
  gap: clamp(12px, 1.45vw, 20px);
}

.link-card,
.video-card,
.press-card,
.feature-strip article,
.section--columns article,
.form-shell,
.story-panel__copy {
  border: 1px solid var(--jewel-edge);
  border-radius: 14px;
  background: var(--marble-surface);
  box-shadow: var(--soft-card-shadow);
}

.link-card,
.video-card,
.press-card {
  min-height: 100%;
  transition:
    transform 420ms var(--ease-royal),
    box-shadow 420ms ease,
    border-color 320ms ease,
    background 420ms ease;
}

.link-card__body,
.video-card__body,
.feature-strip article,
.section--columns article,
.press-card {
  padding: clamp(15px, 1.65vw, 22px);
}

.link-card__media,
.press-card__media,
.video-card > img,
.trailer-embed {
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 250, 240, 0.18), transparent 12rem),
    linear-gradient(135deg, rgba(33, 17, 10, 0.92), rgba(26, 29, 39, 0.82));
}

.link-card__media img,
.press-card__media img,
.video-card img,
.gallery-card img,
.story-panel__image img {
  opacity: 1;
  filter: saturate(1.02) contrast(1.015);
  transition:
    opacity 620ms var(--ease-royal),
    transform 740ms var(--ease-royal),
    filter 420ms ease;
}

.motion-ready [data-scroll-media]:not(.is-media-loaded) {
  opacity: 0.001;
  transform: translate3d(0, 18px, 0) scale(1.02);
}

.motion-ready [data-scroll-media].is-media-loaded {
  opacity: 1;
}

.link-card__media img {
  object-fit: contain;
  background: rgba(255, 250, 240, 0.42);
}

.gallery-card {
  border-color: rgba(191, 137, 48, 0.32);
  border-radius: 14px;
  box-shadow: var(--soft-card-shadow);
}

.gallery-card figcaption {
  padding-top: clamp(36px, 9vw, 72px);
}

.gallery-card span {
  line-height: 1.02;
}

.gallery-filter {
  max-width: min(980px, 100%);
  margin-inline: auto;
}

.motion-ready .marble-reveal {
  transition-duration: var(--motion-medium), var(--motion-slow), var(--motion-fast), var(--motion-fast);
}

.motion-ready .feature-strip article:hover,
.motion-ready .section--columns article:hover,
.motion-ready .video-card:hover,
.motion-ready .press-card:hover,
.motion-ready .link-card:hover,
.motion-ready .gallery-card:hover {
  box-shadow: var(--royal-card-shadow);
}

.button,
.link-card__action,
.trailer-play__button,
.hero-play {
  transition:
    transform 280ms var(--ease-royal),
    box-shadow 280ms ease,
    background 300ms ease,
    color 240ms ease;
}

.button:hover,
.button:focus-visible,
.link-card__action:hover,
.link-card__action:focus-visible,
.hero-play:hover,
.hero-play:focus-visible {
  transform: translateY(-2px);
}

.enquiry-form input,
.enquiry-form textarea,
.enquiry-form select {
  transition: border-color 220ms ease, box-shadow 260ms ease, background 260ms ease;
}

.video-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: stretch;
  overflow: hidden;
}

.video-card--featured .trailer-embed {
  min-height: clamp(260px, 30vw, 460px);
}

.trailer-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 30vw, 460px);
  border: 0;
}

.press-wall > .link-card:first-child,
.link-grid > .link-card:first-child {
  background: var(--marble-surface-strong);
}

.press-wall > .link-card:first-child .link-card__media,
.link-grid > .link-card:first-child .link-card__media {
  background: rgba(255, 250, 240, 0.42);
}

@media (min-width: 1180px) {
  .press-wall,
  .link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .press-wall > .link-card:first-child,
  .link-grid > .link-card:first-child {
    grid-column: span 2;
    grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1061px) {
  .section,
  .story-flow,
  .link-section {
    width: min(1180px, calc(100% - 96px));
  }

  .press-section,
  .link-section:has(.press-wall) {
    width: min(1280px, calc(100% - 96px));
  }
}

@media (max-width: 1060px) {
  .home-hero {
    min-height: 0;
    padding-top: calc(var(--header-height) + clamp(70px, 17svh, 132px));
    padding-bottom: clamp(20px, 5vw, 38px);
  }

  .home-hero__content {
    margin-top: 0;
  }

  .page-hero {
    min-height: clamp(218px, 30svh, 330px);
  }

  .video-card--featured {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .has-js .site-nav {
    left: 14px;
    right: 14px;
    gap: 8px;
    border-radius: 22px;
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.84), transparent 14rem),
      rgba(255, 252, 244, 0.96);
  }

  .has-js .site-nav a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(191, 137, 48, 0.16);
    background: rgba(255, 255, 255, 0.42);
  }

  .page-hero {
    padding-top: calc(var(--header-height) + 8px);
    padding-inline: clamp(18px, 5vw, 34px);
  }

  .page-hero h1 {
    font-size: clamp(1.42rem, 5.6vw, 2.08rem);
  }
}

@media (max-width: 760px) {
  .section,
  .story-flow,
  .link-section {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    padding-block: clamp(16px, 4.6vw, 24px);
  }

  .section__grid,
  .link-section__heading {
    gap: 8px;
    margin-bottom: 12px;
  }

  .home-hero {
    padding-top: calc(var(--header-height) + clamp(64px, 15svh, 112px));
  }

  .home-hero__content {
    max-width: min(342px, calc(100vw - 28px));
    padding: 10px 10px 12px;
  }

  .home-hero__content::before {
    border-radius: 18px;
  }

  .home-hero__promise {
    max-width: 11em;
    font-size: clamp(1.22rem, 5.7vw, 1.74rem);
  }

  .hero-chapters {
    width: min(100%, 360px);
    margin-top: 12px;
  }

  .gallery-grid,
  .link-grid,
  .press-wall,
  .video-grid,
  .feature-strip,
  .section--columns {
    gap: 12px;
  }

  .link-card__media,
  .link-card--compact .link-card__media,
  .press-card__media {
    aspect-ratio: 16 / 9;
  }

  .link-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .gallery-card img {
    object-fit: cover;
    object-position: center top;
  }

  .video-card--featured .trailer-embed,
  .trailer-embed iframe {
    min-height: 0;
  }

  .video-card--featured .trailer-embed {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .trailer-play {
    min-width: 0;
    max-width: 100%;
  }

  .link-card__body,
  .video-card__body,
  .feature-strip article,
  .section--columns article,
  .press-card,
  .story-panel__copy {
    padding: clamp(14px, 4vw, 17px);
  }
}

@media (max-width: 420px) {
  .home-hero {
    padding-top: calc(var(--header-height) + clamp(58px, 12.5svh, 92px));
  }

  .home-hero__logo {
    width: min(140px, 37vw);
  }

  .home-hero__promise {
    font-size: clamp(1.16rem, 5.4vw, 1.52rem);
  }

  .button,
  .trailer-play__button,
  .link-card__action {
    min-height: 44px;
    padding-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .marble-reveal:not(.is-visible),
  .motion-ready [data-scroll-media]:not(.is-media-loaded) {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

/* Hero artwork protection: keep the live copy readable without covering the cast. */
@media (min-width: 1061px) {
  .home-hero {
    min-height: min(920px, max(760px, calc(100svh - 6px)));
    padding-top: calc(var(--header-height) + clamp(250px, 24vw, 380px));
    padding-bottom: clamp(48px, 6.4svh, 74px);
  }

  .home-hero__content {
    max-width: min(500px, calc(100vw - 64px));
    margin-top: 0;
    padding: clamp(8px, 1vw, 12px) clamp(12px, 1.45vw, 18px) clamp(10px, 1.15vw, 14px);
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-hero__content::before {
    inset: -18px -28px -16px;
    border-color: transparent;
    background:
      radial-gradient(ellipse at 50% 56%, rgba(18, 8, 4, 0.46), rgba(18, 8, 4, 0.22) 42%, rgba(18, 8, 4, 0) 74%),
      radial-gradient(ellipse at 50% 18%, rgba(255, 244, 199, 0.14), transparent 10rem);
    box-shadow:
      0 16px 56px rgba(18, 8, 4, 0.16),
      inset 0 0 0 1px rgba(255, 235, 187, 0.04);
    backdrop-filter: none;
  }

  .home-hero .credit-line,
  .home-hero .presented-line {
    color: rgba(255, 248, 234, 0.84);
    text-shadow: 0 2px 16px rgba(18, 8, 4, 0.56);
  }

  .home-hero__line,
  .home-hero__status {
    text-shadow: 0 2px 14px rgba(18, 8, 4, 0.52);
  }

  .home-hero .hero-play {
    color: rgba(255, 250, 240, 0.96);
    text-shadow: 0 2px 16px rgba(18, 8, 4, 0.62);
  }

  .home-hero .hero-play span {
    background: rgba(18, 8, 4, 0.42);
    box-shadow: 0 0 24px rgba(201, 147, 50, 0.16);
  }

  .home-hero__promise {
    color: rgba(255, 250, 240, 0.96);
    text-shadow: 0 3px 22px rgba(18, 8, 4, 0.68);
  }

  .home-hero .button:not(.button--primary) {
    color: rgba(255, 250, 240, 0.94);
    background: rgba(18, 8, 4, 0.34);
  }
}

@media (min-width: 1061px) and (max-height: 820px) {
  .home-hero {
    padding-top: calc(var(--header-height) + clamp(210px, 20vw, 310px));
  }

  .home-hero__logo {
    width: clamp(146px, 13vw, 192px);
  }

  .home-hero__promise {
    font-size: clamp(1.18rem, 1.45vw, 1.56rem);
  }

  .home-hero .button {
    min-height: 44px;
  }
}

/* Final typography and contrast pass: Philosopher headings, Optima body, and readable ivory surfaces. */
.section-label,
.page-hero .section-label,
.link-section__heading .section-label,
.text-page .section-label,
.link-card__eyebrow span,
.video-card .section-label {
  color: #8d5b16;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.home-hero .credit-line,
.home-hero .presented-line {
  font-family: var(--ui-font);
}

.home-hero__line,
.home-hero__promise,
.page-hero h1,
.section h2,
.link-section__heading h2,
.text-page h1,
.text-page h2,
.gallery-category h2,
.link-card h3,
.video-card h2 {
  font-family: var(--display-font);
  font-weight: 400;
}

@media (max-width: 1060px) {
  .home-hero__content {
    border-color: rgba(198, 147, 50, 0.18);
    background:
      radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.64), transparent 10.5rem),
      linear-gradient(180deg, rgba(255, 253, 246, 0.66), rgba(255, 248, 234, 0.38));
    box-shadow:
      0 20px 58px rgba(60, 32, 16, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.44);
    backdrop-filter: blur(4px) saturate(1.05);
  }

  .home-hero__content::before {
    background:
      linear-gradient(90deg, transparent 49.8%, rgba(198, 147, 50, 0.1), transparent 50.2%),
      radial-gradient(circle at 50% 50%, rgba(198, 147, 50, 0.08), transparent 56%);
  }

  .home-hero__line,
  .home-hero__status {
    color: #8d5b16;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .home-hero__promise {
    color: #2a130b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76);
  }
}

@media (max-width: 640px) {
  .home-hero__content {
    background:
      radial-gradient(circle at 50% 9%, rgba(255, 255, 255, 0.58), transparent 8.5rem),
      linear-gradient(180deg, rgba(255, 253, 246, 0.58), rgba(255, 248, 234, 0.34));
    backdrop-filter: blur(3px) saturate(1.04);
  }

  .home-hero__promise {
    font-size: clamp(1.08rem, 4.4vw, 1.28rem);
  }
}

.site-nav a,
.button,
.hero-play,
.trailer-play__button,
.link-card__action,
.feature-strip a,
.section--columns a,
.press-card a,
.enquiry-form label,
.gallery-lightbox__close,
.hero-chapters span,
.link-card__eyebrow {
  font-family: var(--ui-font);
  font-weight: 700;
}

.button,
.trailer-play__button,
.link-card__action,
.hero-play,
.site-nav a {
  letter-spacing: 0.075em;
}

.link-card__eyebrow em {
  color: rgba(42, 19, 11, 0.7);
  font-weight: 700;
}

.page-hero .section-label,
.link-section__heading .section-label,
.text-page .section-label,
.video-card .section-label {
  color: #7d4d12;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.82),
    0 0 16px rgba(255, 253, 246, 0.42);
}

@media (max-width: 820px) {
  .has-js .site-header:not(.is-nav-open) .site-nav {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-10px) scale(0.98) !important;
    transition: none !important;
  }

  .has-js .site-header.is-nav-open .site-nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
    transition:
      opacity 220ms var(--ease-royal),
      transform 260ms var(--ease-royal) !important;
  }
}

/* Final public polish pass: Taj marble rhythm, safer imagery, and tighter responsive balance. */
:root {
  --display-font: "Philosopher", Optima, "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  --body-font: Optima, "Philosopher", "Avenir Next", Candara, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --ui-font: Optima, "Avenir Next", Candara, "Gill Sans", "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --section-breath: clamp(42px, 6vw, 82px);
  --section-breath-tight: clamp(26px, 4vw, 54px);
}

body {
  line-height: 1.56;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.84), transparent 22rem),
    linear-gradient(180deg, #fffaf0 0%, #f6ead3 34%, #fff8ea 70%, #edd9b0 100%);
}

.site-header {
  min-height: var(--header-height);
  background:
    linear-gradient(180deg, rgba(255, 253, 246, 0.94), rgba(255, 248, 234, 0.78)),
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.76), transparent 16rem);
  backdrop-filter: blur(14px) saturate(1.08);
}

.site-header__brand span,
.page-hero h1,
.section h2,
.link-section__heading h2,
.text-page h1,
.text-page h2,
.gallery-category h2,
.link-card h3,
.video-card h2,
.story-panel__copy h2 {
  letter-spacing: 0;
  text-wrap: balance;
}

.site-nav a,
.button,
.hero-play,
.trailer-play__button,
.link-card__action,
.feature-strip a,
.section--columns a,
.press-card a,
.enquiry-form label,
.gallery-lightbox__close,
.hero-chapters span,
.link-card__eyebrow {
  font-weight: 700;
  letter-spacing: 0.065em;
}

.button,
.trailer-play__button,
.link-card__action {
  min-height: 44px;
  padding-inline: clamp(15px, 1.8vw, 24px);
  box-shadow:
    0 10px 26px rgba(120, 78, 25, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.section,
.story-flow,
.link-section {
  padding-block: var(--section-breath);
}

.section + .section,
.section + .link-section,
.link-section + .link-section,
.story-flow + .section,
.story-flow + .link-section {
  margin-top: 0;
}

.section__grid,
.link-section__heading {
  gap: clamp(20px, 3vw, 44px);
}

.section__grid {
  align-items: center;
}

.page-hero {
  min-height: clamp(300px, 42svh, 500px);
  padding-block: calc(var(--header-height) + clamp(26px, 5svh, 54px)) clamp(28px, 5vw, 64px);
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.72), transparent 18rem),
    linear-gradient(135deg, rgba(255, 253, 246, 0.98), rgba(237, 216, 178, 0.58));
}

.page-hero--compact {
  min-height: clamp(240px, 34svh, 380px);
}

.page-hero__copy {
  max-width: min(760px, calc(100vw - 44px));
}

.page-hero h1 {
  font-size: clamp(2rem, 4.25vw, 4.15rem);
  line-height: 0.98;
}

.page-hero p:not(.section-label) {
  max-width: 46rem;
  color: rgba(54, 30, 17, 0.78);
}

.section-label,
.page-hero .section-label,
.link-section__heading .section-label,
.text-page .section-label,
.video-card .section-label,
.gallery-filter a,
.link-card__eyebrow span,
.link-card__eyebrow em {
  color: #875314;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.76);
}

.home-hero {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 247, 221, 0.58), transparent 26rem),
    linear-gradient(180deg, #fff5dd 0%, #e5c58d 44%, #2f170b 100%);
}

.home-hero__veil {
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(244, 203, 119, 0.2), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 244, 217, 0.08) 36%, rgba(42, 19, 11, 0.72) 100%);
}

.home-hero__content {
  gap: 4px;
}

.home-hero__line {
  font-size: clamp(1rem, 1.35vw, 1.28rem);
}

.home-hero__promise {
  line-height: 1.05;
}

.home-hero__status {
  letter-spacing: 0.14em;
}

.hero-chapters {
  background:
    linear-gradient(100deg, rgba(251, 245, 231, 0.86), rgba(244, 225, 190, 0.82), rgba(255, 250, 240, 0.86));
  backdrop-filter: blur(12px) saturate(1.08);
}

.hero-chapters a {
  min-height: clamp(52px, 6.4svh, 70px);
}

.feature-strip,
.section--columns,
.link-grid,
.press-wall,
.gallery-grid,
.video-grid {
  align-items: start;
}

.press-wall > .link-card:first-child,
.link-grid > .link-card:first-child {
  grid-column: auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.press-wall > .link-card:first-child .link-card__media,
.link-grid > .link-card:first-child .link-card__media,
.link-card__media,
.press-card__media {
  aspect-ratio: 16 / 9;
}

.link-card,
.video-card,
.feature-strip article,
.section--columns article,
.story-panel,
.form-shell,
.reference-note {
  border-color: rgba(190, 137, 52, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.9), rgba(247, 232, 204, 0.72)),
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.66), transparent 14rem);
  box-shadow:
    0 20px 54px rgba(92, 58, 23, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.link-card__media,
.press-card__media,
.video-card .trailer-embed,
.story-panel__image,
.gallery-card {
  background:
    linear-gradient(135deg, rgba(255, 253, 246, 0.86), rgba(237, 216, 178, 0.5));
}

.link-card__media img,
.press-card__media img,
.video-card img,
.story-panel__image img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.motion-ready .gallery-card:hover img,
.motion-ready .link-card:hover .link-card__media img,
.motion-ready .video-card:hover img,
.motion-ready .story-panel:hover .story-panel__image img {
  transform: translate3d(0, var(--media-shift, 0), 0) scale(1.008);
}

.gallery-card figcaption {
  padding-top: clamp(24px, 6vw, 44px);
  background: linear-gradient(180deg, transparent, rgba(42, 19, 11, 0.72));
}

.gallery-card span,
.gallery-card small {
  text-shadow: 0 2px 12px rgba(18, 8, 4, 0.48);
}

.enquiry-form input,
.enquiry-form textarea,
.enquiry-form select {
  color: #2a130b;
  background: rgba(255, 253, 246, 0.9);
}

.form-status {
  color: #5e3b17;
}

@media (min-width: 1061px) {
  .home-hero {
    min-height: min(900px, max(740px, calc(100svh - 4px)));
    padding-top: calc(var(--header-height) + clamp(210px, 29svh, 340px));
    padding-bottom: clamp(54px, 7svh, 82px);
  }

  .home-hero__content {
    max-width: min(540px, calc(100vw - 72px));
  }

  .home-hero__content::before {
    inset: -18px -34px -18px;
    background:
      radial-gradient(ellipse at 50% 56%, rgba(18, 8, 4, 0.42), rgba(18, 8, 4, 0.2) 42%, rgba(18, 8, 4, 0) 76%),
      radial-gradient(ellipse at 50% 18%, rgba(255, 244, 199, 0.16), transparent 10rem);
    box-shadow: 0 18px 60px rgba(18, 8, 4, 0.12);
  }

  .press-wall,
  .link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1061px) and (max-height: 820px) {
  .home-hero {
    padding-top: calc(var(--header-height) + clamp(176px, 25svh, 250px));
  }
}

@media (max-width: 1060px) {
  .page-hero {
    min-height: clamp(260px, 34svh, 390px);
  }

  .home-hero__content {
    background:
      radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.54), transparent 9.5rem),
      linear-gradient(180deg, rgba(255, 253, 246, 0.52), rgba(255, 248, 234, 0.3));
    backdrop-filter: blur(3px) saturate(1.04);
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: var(--header-height);
    padding-inline: 18px;
  }

  .site-header__brand span {
    font-size: clamp(1.02rem, 4.5vw, 1.26rem);
  }

  .has-js .site-nav {
    background:
      radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.86), transparent 12rem),
      rgba(255, 252, 244, 0.97);
  }

  .has-js .site-nav a {
    color: rgba(42, 19, 11, 0.88);
    font-size: 0.74rem;
  }

  .page-hero {
    padding-top: calc(var(--header-height) + 20px);
    padding-bottom: clamp(24px, 7vw, 40px);
  }

  .page-hero h1 {
    font-size: clamp(1.88rem, 7.1vw, 2.88rem);
    line-height: 1.02;
  }

  .section,
  .story-flow,
  .link-section {
    padding-block: var(--section-breath-tight);
  }

  .home-hero__content {
    max-width: min(360px, calc(100vw - 32px));
  }
}

@media (max-width: 640px) {
  body {
    font-size: 17px;
  }

  .home-hero {
    padding-bottom: 24px;
  }

  .home-hero__content {
    padding: 10px 10px 12px;
    border-color: rgba(198, 147, 50, 0.14);
    background:
      radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.42), transparent 8rem),
      linear-gradient(180deg, rgba(255, 253, 246, 0.44), rgba(255, 248, 234, 0.24));
  }

  .home-hero__content::before {
    inset: -10px -12px -10px;
  }

  .home-hero .credit-line,
  .home-hero .presented-line {
    font-size: 0.72rem;
  }

  .home-hero__logo {
    width: min(132px, 35vw);
  }

  .home-hero__line {
    font-size: clamp(0.98rem, 4vw, 1.14rem);
  }

  .home-hero__promise {
    max-width: 12.5em;
    font-size: clamp(1.08rem, 5.3vw, 1.34rem);
  }

  .home-hero .button {
    min-height: 44px;
  }

  .hero-chapters {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: min(360px, calc(100vw - 32px));
    margin: 14px auto 0;
    border: 1px solid rgba(198, 147, 50, 0.2);
    border-radius: 18px;
    overflow: hidden;
  }

  .hero-chapters a {
    min-height: 42px;
    padding: 10px 14px;
  }

  .link-card__media,
  .press-card__media,
  .link-card--compact .link-card__media {
    aspect-ratio: 16 / 10;
  }

  .scroll-cue {
    display: none;
  }
}

/* Final cascade lock: keep the current live pass transparent, legible and proportionate. */
:root {
  --display-font: "Philosopher", Optima, "Iowan Old Style", Baskerville, Georgia, "Times New Roman", serif;
  --body-font: Optima, "Philosopher", "Iowan Old Style", Georgia, serif;
  --ui-font: Optima, "Philosopher", "Avenir Next", Candara, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --section-breath: clamp(28px, 3.8vw, 56px);
  --section-breath-tight: clamp(20px, 3.2vw, 40px);
}

body {
  font-family: var(--body-font);
}

.site-nav a,
.button,
.hero-play,
.trailer-play__button,
.link-card__action,
.feature-strip a,
.section--columns a,
.press-card a,
.enquiry-form label,
.gallery-lightbox__close,
.hero-chapters span,
.link-card__eyebrow {
  font-family: var(--ui-font);
  font-weight: 650;
  letter-spacing: 0.052em;
}

.home-hero__content {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(20, 9, 4, 0.28), rgba(20, 9, 4, 0.12) 48%, rgba(20, 9, 4, 0) 74%),
    linear-gradient(180deg, rgba(255, 253, 246, 0.18), rgba(255, 248, 234, 0.08));
  border-color: rgba(244, 210, 139, 0.18);
  box-shadow: 0 20px 62px rgba(18, 8, 4, 0.14);
  backdrop-filter: blur(2px) saturate(1.04);
}

.home-hero__content::before {
  inset: -16px -26px -14px;
  border: 0;
  background:
    radial-gradient(ellipse at 50% 52%, rgba(18, 8, 4, 0.36), rgba(18, 8, 4, 0.16) 45%, rgba(18, 8, 4, 0) 76%),
    radial-gradient(ellipse at 50% 18%, rgba(255, 244, 199, 0.12), transparent 10rem);
  box-shadow: none;
}

.home-hero .credit-line,
.home-hero .presented-line,
.hero-play,
.home-hero__promise {
  color: rgba(255, 248, 234, 0.96);
  text-shadow: 0 2px 22px rgba(18, 8, 4, 0.58), 0 0 18px rgba(18, 8, 4, 0.28);
}

.home-hero__line,
.home-hero__status {
  color: #f1cf86;
  text-shadow: 0 2px 18px rgba(18, 8, 4, 0.54);
}

.hero-play span {
  color: #2a130b;
  background: rgba(255, 253, 246, 0.78);
}

.home-hero .button {
  min-height: 44px;
  color: rgba(255, 248, 234, 0.96);
  background: rgba(18, 8, 4, 0.3);
  border-color: rgba(244, 210, 139, 0.42);
  box-shadow: 0 12px 34px rgba(18, 8, 4, 0.18);
}

.home-hero .button--primary {
  color: #2a130b;
  background: linear-gradient(135deg, rgba(255, 230, 170, 0.96), rgba(198, 147, 50, 0.92));
}

.home-hero .button:hover,
.home-hero .button:focus-visible {
  color: #2a130b;
  background: rgba(255, 253, 246, 0.86);
}

.section,
.story-flow,
.link-section {
  padding-block: var(--section-breath);
}

.section + .section,
.section + .link-section,
.link-section + .link-section,
.story-flow + .section,
.story-flow + .link-section,
.gallery-category + .gallery-category {
  padding-top: var(--section-breath-tight);
}

.feature-strip article,
.section--columns article,
.press-card,
.link-card__body,
.video-card__body {
  padding: clamp(14px, 1.45vw, 20px);
}

.link-card,
.video-card,
.press-card,
.feature-strip article,
.section--columns article,
.form-shell,
.story-panel__copy {
  box-shadow: 0 16px 44px rgba(92, 58, 23, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.page-hero .section-label,
.link-section__heading .section-label,
.text-page .section-label,
.video-card .section-label,
.gallery-filter a,
.link-card__eyebrow span,
.link-card__eyebrow em,
.section-label {
  color: #6f4210;
  text-shadow: none;
}

.link-card__eyebrow em {
  color: rgba(42, 19, 11, 0.66);
}

.page-hero p:not(.section-label),
.section p,
.link-card p,
.video-card p,
.feature-strip p,
.section--columns p,
.press-card p,
.form-shell p {
  color: rgba(42, 19, 11, 0.82);
}

.page-hero {
  min-height: clamp(210px, 22svh, 280px);
}

.page-hero h1 {
  font-size: clamp(1.58rem, 2.05vw, 2.42rem);
  line-height: 1.08;
}

.link-card__media,
.press-card__media,
.video-card .trailer-embed {
  background: linear-gradient(145deg, rgba(255, 253, 246, 0.92), rgba(236, 220, 188, 0.7));
}

@media (min-width: 1061px) {
  .home-hero {
    padding-top: calc(var(--header-height) + clamp(166px, 23svh, 270px));
  }

  .home-hero__content {
    max-width: min(520px, calc(100vw - 72px));
    margin-top: clamp(148px, 20svh, 236px);
  }

  .press-wall,
  .link-grid {
    gap: clamp(14px, 1.35vw, 22px);
  }
}

@media (max-width: 820px) {
  .home-hero__content {
    max-width: min(360px, calc(100vw - 32px));
    background:
      radial-gradient(ellipse at 50% 48%, rgba(20, 9, 4, 0.24), rgba(20, 9, 4, 0.1) 52%, rgba(20, 9, 4, 0) 76%),
      linear-gradient(180deg, rgba(255, 253, 246, 0.2), rgba(255, 248, 234, 0.08));
    border-color: rgba(244, 210, 139, 0.2);
    backdrop-filter: blur(2px) saturate(1.03);
  }

  .page-hero .section-label,
  .link-section__heading .section-label {
    color: #5f3710;
  }
}

@media (max-width: 640px) {
  .home-hero__content {
    max-width: min(330px, calc(100vw - 32px));
    padding: 9px 10px 11px;
  }

  .home-hero__content::before {
    inset: -8px -10px;
    background:
      radial-gradient(ellipse at 50% 54%, rgba(18, 8, 4, 0.24), rgba(18, 8, 4, 0.08) 52%, rgba(18, 8, 4, 0) 78%),
      radial-gradient(ellipse at 50% 18%, rgba(255, 244, 199, 0.1), transparent 8rem);
  }

  .home-hero__line {
    font-size: clamp(1rem, 4.5vw, 1.2rem);
  }

  .home-hero__promise {
    font-size: clamp(1.14rem, 5.4vw, 1.4rem);
  }

  .button,
  .trailer-play__button,
  .link-card__action,
  .hero-play,
  .site-nav a {
    letter-spacing: 0.055em;
  }
}

/* Final visual balance lock: compact editorial rhythm and source-safe media frames. */
:root {
  --section-breath: clamp(22px, 3vw, 42px);
  --section-breath-tight: clamp(14px, 2.2vw, 30px);
  --compact-card-gap: clamp(12px, 1.35vw, 18px);
}

.section,
.story-flow,
.link-section {
  padding-block: var(--section-breath);
}

.section + .section,
.section + .link-section,
.link-section + .link-section,
.story-flow + .section,
.story-flow + .link-section,
.gallery-category + .gallery-category {
  padding-top: var(--section-breath-tight);
}

.link-section__heading {
  gap: clamp(14px, 2vw, 28px);
  margin-bottom: clamp(12px, 1.8vw, 22px);
}

.gallery-category {
  padding-top: clamp(12px, 1.9vw, 24px);
}

.gallery-grid,
.press-wall,
.link-grid,
.video-grid,
.feature-strip,
.section--columns {
  gap: var(--compact-card-gap);
}

.gallery-card,
.gallery-card:nth-child(4):nth-last-child(2) {
  display: block;
  grid-column: auto !important;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.74), transparent 11rem),
    linear-gradient(145deg, rgba(255, 253, 246, 0.96), rgba(235, 217, 181, 0.7));
}

.gallery-card picture {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  transform-origin: center center;
}

.gallery-card figcaption {
  padding: clamp(26px, 4vw, 38px) clamp(12px, 1.2vw, 16px) clamp(10px, 1vw, 14px);
}

@media (min-width: 1180px) {
  .gallery-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .gallery-card,
  .gallery-card:nth-child(4):nth-last-child(2) {
    grid-column: span 4 !important;
  }
}

@media (min-width: 761px) and (max-width: 1179px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 1060px) {
  .home-hero {
    min-height: 0;
    padding-top: calc(var(--header-height) + 47.32vw + clamp(18px, 4vw, 34px));
    padding-bottom: clamp(22px, 5vw, 38px);
  }

  .home-hero__content {
    margin: 0 auto;
  }

  .hero-chapters {
    position: relative;
    inset: auto;
    width: min(720px, calc(100vw - 36px));
    margin: clamp(14px, 2.6vw, 22px) auto 0;
    border: 1px solid rgba(198, 147, 50, 0.2);
    border-radius: 18px;
    overflow: hidden;
  }
}

@media (min-width: 1061px) {
  .home-hero {
    min-height: max(760px, calc(100svh - 4px));
    padding-top: calc(var(--header-height) + clamp(178px, 21svh, 252px));
    padding-bottom: clamp(38px, 5svh, 62px);
  }

  .home-hero__content {
    max-width: min(470px, calc(100vw - 72px));
    margin-top: clamp(34px, 5.5svh, 74px);
    padding: clamp(8px, 0.8vw, 11px) clamp(12px, 1.2vw, 16px) clamp(10px, 1vw, 13px);
    background:
      radial-gradient(ellipse at 50% 50%, rgba(20, 9, 4, 0.2), rgba(20, 9, 4, 0.08) 48%, rgba(20, 9, 4, 0) 76%),
      linear-gradient(180deg, rgba(255, 253, 246, 0.1), rgba(255, 248, 234, 0.04));
    border-color: rgba(244, 210, 139, 0.1);
    box-shadow: 0 14px 44px rgba(18, 8, 4, 0.1);
    backdrop-filter: blur(1px) saturate(1.02);
  }

  .home-hero__content::before {
    inset: -12px -18px -12px;
    background:
      radial-gradient(ellipse at 50% 52%, rgba(18, 8, 4, 0.28), rgba(18, 8, 4, 0.12) 44%, rgba(18, 8, 4, 0) 76%),
      radial-gradient(ellipse at 50% 18%, rgba(255, 244, 199, 0.09), transparent 9rem);
  }

  .home-hero__logo {
    width: clamp(150px, 14vw, 214px);
  }

  .home-hero__promise {
    max-width: 16em;
    font-size: clamp(1.18rem, 1.55vw, 1.58rem);
    line-height: 1.08;
  }

  .home-hero .credit-line,
  .home-hero .presented-line {
    font-size: 0.72rem;
  }

  .home-hero .cta-row {
    gap: 8px;
    margin-top: clamp(12px, 1.8svh, 18px);
  }

  .home-hero .button {
    min-height: 44px;
    padding-inline: 13px;
    font-size: 0.76rem;
  }

  .hero-play {
    margin-bottom: clamp(8px, 1.2svh, 12px);
  }

  .hero-play span {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 640px) {
  .home-hero {
    padding-top: calc(var(--header-height) + 116.93vw + clamp(16px, 5vw, 26px));
  }

  .hero-chapters {
    width: min(360px, calc(100vw - 32px));
  }
}

@media (min-width: 1061px) and (max-height: 820px) {
  .home-hero {
    padding-top: calc(var(--header-height) + clamp(156px, 19svh, 218px));
  }

  .home-hero__content {
    margin-top: clamp(28px, 4.8svh, 62px);
  }
}

/* July 4 refinement: lighter glass, calmer typography and clearer pale-hero labels. */
body {
  -webkit-font-smoothing: antialiased;
  font-synthesis-weight: none;
}

.site-nav a,
.button,
.hero-play,
.link-card__action,
.section-label,
.credit-line,
.presented-line,
.link-card__eyebrow,
.gallery-filter a,
.home-hero__status {
  font-family: var(--ui-font);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-hero .section-label {
  color: #7e4c1c;
  text-shadow: 0 1px 0 rgba(255, 253, 246, 0.9), 0 8px 28px rgba(156, 106, 52, 0.16);
}

.page-hero__copy::before {
  background: linear-gradient(180deg, rgba(201, 147, 50, 0.92), rgba(201, 147, 50, 0.18));
}

.home-hero__content {
  background:
    radial-gradient(ellipse at 50% 16%, rgba(255, 253, 246, 0.38), transparent 12rem),
    linear-gradient(180deg, rgba(255, 250, 240, 0.42), rgba(255, 248, 234, 0.22));
  border-color: rgba(244, 210, 139, 0.26);
  box-shadow: 0 18px 54px rgba(18, 8, 4, 0.2);
  backdrop-filter: blur(3px) saturate(1.04);
}

.home-hero__content::before {
  background:
    radial-gradient(ellipse at 50% 54%, rgba(18, 8, 4, 0.24), rgba(18, 8, 4, 0.12) 46%, rgba(18, 8, 4, 0) 78%),
    radial-gradient(ellipse at 50% 11.8%, rgba(255, 244, 199, 0.14), transparent 9rem);
}

.home-hero .credit-line,
.home-hero .presented-line,
.home-hero__promise,
.hero-play {
  color: rgba(255, 253, 246, 0.94);
  text-shadow: 0 2px 18px rgba(18, 8, 4, 0.72), 0 0 1px rgba(18, 8, 4, 0.42);
}

.home-hero__line,
.home-hero__status {
  color: #f2d58e;
  text-shadow: 0 2px 18px rgba(18, 8, 4, 0.7);
}

.home-hero .button:not(.button--primary) {
  color: rgba(255, 253, 246, 0.94);
  background: rgba(18, 8, 4, 0.24);
  border-color: rgba(244, 210, 139, 0.38);
}

.home-hero .button.button--primary {
  color: #211006;
}

@media (max-width: 640px) {
  .home-hero__content {
    background:
      radial-gradient(ellipse at 50% 14%, rgba(255, 253, 246, 0.5), transparent 10rem),
      linear-gradient(180deg, rgba(255, 250, 240, 0.5), rgba(255, 248, 234, 0.28));
    backdrop-filter: blur(3.5px) saturate(1.04);
  }

  .home-hero .credit-line,
  .home-hero .presented-line,
  .home-hero__promise,
  .hero-play {
    color: rgba(255, 253, 246, 0.96);
  }
}

/* July 4 stability: keep the homepage chapter strip from shifting after font
   and third-party script completion on mobile and portrait layouts. */
@media (max-width: 1060px) {
  .home-hero {
    padding-bottom: max(128px, clamp(22px, 5vw, 38px));
  }

  .hero-chapters {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
    min-height: 86px;
    contain: layout paint;
  }
}

@media (max-width: 520px) {
  .home-hero {
    padding-bottom: 224px;
  }

  .hero-chapters {
    min-height: 192px;
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: max(100svh, calc(var(--header-height) + 116.93vw + 560px));
    padding-bottom: clamp(42px, 10svh, 78px);
  }

  .hero-chapters {
    display: none;
  }
}

/* July 4 hero glass and readability lock: keep film artwork visible while the
   live copy remains crisp on desktop, tablet and mobile. */
:root {
  --ui-font: Optima, "Philosopher", "Avenir Next", Candara, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-nav a,
.button,
.hero-play,
.trailer-play__button,
.link-card__action,
.feature-strip a,
.section--columns a,
.press-card a,
.enquiry-form label,
.gallery-lightbox__close,
.hero-chapters span,
.link-card__eyebrow,
.section-label {
  font-weight: 600;
  letter-spacing: 0.052em;
}

.section-label,
.page-hero .section-label,
.link-section__heading .section-label,
.text-page .section-label,
.video-card .section-label,
.gallery-filter a,
.link-card__eyebrow span,
.link-card__eyebrow em {
  color: #5f350b;
  text-shadow: 0 1px 0 rgba(255, 253, 246, 0.88);
}

.home-hero__content {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-hero__content::before {
  inset: -18px -28px -16px;
  border: 0;
  background:
    radial-gradient(ellipse at 50% 55%, rgba(18, 8, 4, 0.34), rgba(18, 8, 4, 0.18) 44%, rgba(18, 8, 4, 0) 76%),
    radial-gradient(ellipse at 50% 20%, rgba(255, 244, 199, 0.1), transparent 9rem);
  box-shadow: none;
}

.home-hero .credit-line,
.home-hero .presented-line,
.hero-play,
.home-hero__promise {
  color: rgba(255, 248, 234, 0.97);
  text-shadow:
    0 2px 20px rgba(18, 8, 4, 0.76),
    0 0 2px rgba(18, 8, 4, 0.48);
}

.home-hero__line,
.home-hero__status {
  color: #f3d38a;
  text-shadow:
    0 2px 18px rgba(18, 8, 4, 0.72),
    0 0 1px rgba(18, 8, 4, 0.5);
}

.hero-play span {
  background: rgba(255, 253, 246, 0.82);
}

.home-hero .button {
  font-weight: 650;
  color: rgba(255, 248, 234, 0.98);
  background: rgba(18, 8, 4, 0.32);
  border-color: rgba(244, 210, 139, 0.5);
  box-shadow:
    0 12px 30px rgba(18, 8, 4, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.home-hero .button--primary {
  color: #221007;
  background: linear-gradient(135deg, rgba(255, 231, 172, 0.96), rgba(207, 153, 47, 0.95));
  border-color: rgba(255, 234, 180, 0.4);
}

@media (min-width: 1061px) {
  .home-hero__content {
    max-width: min(430px, calc(100vw - 72px));
    padding: clamp(4px, 0.6vw, 8px) clamp(10px, 1vw, 14px) clamp(8px, 0.9vw, 12px);
  }

  .home-hero__logo {
    width: clamp(144px, 12.5vw, 188px);
  }

  .home-hero__promise {
    font-size: clamp(1.12rem, 1.42vw, 1.46rem);
  }
}

@media (max-width: 640px) {
  .home-hero {
    padding-top: calc(var(--header-height) + 86vw + clamp(8px, 3.2vw, 16px));
  }

  .home-hero__image {
    background-image: url("/assets/hero/taj-mahal-mobile-hero-720-lite.webp?v=20260705-full-qa-1");
    background-position: center calc(var(--header-height) + 8px);
    background-size: calc(100% - 18px) auto;
  }

  .home-hero__content {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-hero__content::before {
    inset: -10px -12px;
    background:
      radial-gradient(ellipse at 50% 54%, rgba(18, 8, 4, 0.3), rgba(18, 8, 4, 0.12) 52%, rgba(18, 8, 4, 0) 78%),
      radial-gradient(ellipse at 50% 18%, rgba(255, 244, 199, 0.1), transparent 8rem);
  }
}

/* July 4 editorial density pass: keep the marble calm, but remove dead air
   before cards and tighten public-reading rhythm across secondary pages. */
.page-hero {
  min-height: clamp(204px, 24svh, 286px);
  padding-bottom: clamp(14px, 1.65vw, 22px);
}

.page-hero h1 {
  max-width: 24ch;
  font-size: clamp(1.58rem, 2.05vw, 2.46rem);
  line-height: 1.06;
}

.page-hero__copy .section-label {
  margin-bottom: clamp(7px, 0.9vw, 12px);
}

.page-hero__copy h1 + p {
  margin-top: clamp(10px, 1.15vw, 15px);
}

.page-hero + .section {
  padding-top: clamp(12px, 1.8vw, 24px);
}

.section,
.story-flow,
.link-section {
  padding-block: clamp(14px, 2.15vw, 30px);
}

.section__grid,
.link-section__heading {
  gap: clamp(14px, 2.8vw, 52px);
  margin-bottom: clamp(9px, 1.25vw, 16px);
}

.link-section {
  padding-top: clamp(10px, 1.45vw, 20px);
}

.link-section__heading h2,
.section h2,
.gallery-category h2 {
  line-height: 1.08;
}

.press-wall,
.link-grid,
.video-grid,
.gallery-grid {
  gap: clamp(10px, 1.1vw, 16px);
}

.link-card__media,
.press-card__media {
  aspect-ratio: 16 / 8.7;
}

.link-card__body,
.video-card__body,
.feature-strip article,
.section--columns article,
.press-card,
.story-panel__copy {
  padding: clamp(13px, 1.35vw, 19px);
}

.link-card__body,
.video-card__body {
  gap: clamp(6px, 0.75vw, 9px);
}

.link-card h3,
.video-card h2 {
  font-size: clamp(1.05rem, 1.16vw, 1.34rem);
}

.link-card p,
.video-card p,
.press-card p {
  font-size: clamp(0.9rem, 0.92vw, 1rem);
  line-height: 1.43;
}

.link-card__action {
  margin-top: 2px;
}

.gallery-card figcaption {
  padding-top: clamp(20px, 4.4vw, 32px);
}

@media (min-width: 1061px) {
  .page-hero + .section .section__grid {
    align-items: center;
  }

  .link-grid > .link-card:first-child .link-card__body,
  .press-wall > .link-card:first-child .link-card__body {
    padding: clamp(16px, 1.7vw, 24px);
  }

  .link-grid > .link-card:first-child h3,
  .press-wall > .link-card:first-child h3 {
    font-size: clamp(1.18rem, 1.45vw, 1.56rem);
  }

  .link-grid > .link-card:first-child p,
  .press-wall > .link-card:first-child p {
    font-size: clamp(0.92rem, 0.95vw, 1.02rem);
  }
}

@media (max-width: 760px) {
  .page-hero {
    min-height: 0;
    padding: calc(var(--header-height) + 16px) clamp(18px, 5vw, 24px) clamp(22px, 6vw, 32px);
  }

  .page-hero h1 {
    max-width: 22ch;
    font-size: clamp(1.48rem, 6.8vw, 2.02rem);
  }

  .section h2,
  .link-section__heading h2,
  .gallery-category h2 {
    font-size: clamp(1.34rem, 5.9vw, 1.86rem);
    line-height: 1.1;
  }

  .page-hero__copy {
    padding-left: 16px;
  }

  .section,
  .story-flow,
  .link-section {
    width: min(100% - 28px, var(--max-content));
    padding-block: clamp(14px, 4.8vw, 24px);
  }

  .section__grid,
  .link-section__heading {
    grid-template-columns: 1fr;
    gap: clamp(8px, 3vw, 14px);
  }

  .link-section__heading h2,
  .link-section__heading p:not(.section-label) {
    grid-column: auto;
    grid-row: auto;
  }

  .link-section__heading p:not(.section-label) {
    max-width: none;
  }

  .link-card__media,
  .press-card__media {
    aspect-ratio: 16 / 9;
  }

  .link-card__body,
  .video-card__body,
  .press-card {
    padding: clamp(13px, 4vw, 16px);
  }

  .gallery-filter {
    position: relative;
    top: auto;
    display: grid;
    gap: 6px;
    margin-bottom: clamp(12px, 4vw, 18px);
    padding: 8px;
    border-radius: 16px;
  }

  .gallery-filter a {
    padding: 8px 10px;
    text-align: center;
  }

  .gallery-category {
    padding-top: clamp(14px, 4vw, 20px);
  }

  .section-heading {
    margin-bottom: 12px;
  }
}

/* July 4 final proportion pass: preserve the director artwork, but remove
   leftover dead air and soften the hero copy treatment across real screens. */
:root {
  --body-font: "Philosopher", Optima, "Iowan Old Style", Candara, Georgia, serif;
  --ui-font: Optima, "Philosopher", "Avenir Next", Candara, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

body {
  font-family: var(--body-font);
}

p,
.link-card p,
.video-card p,
.press-card p,
.story-panel p,
.text-page p {
  font-family: var(--body-font);
  letter-spacing: 0.004em;
}

.site-nav a,
.button,
.hero-play,
.trailer-play__button,
.link-card__action,
.feature-strip a,
.section--columns a,
.press-card a,
.enquiry-form label,
.gallery-lightbox__close,
.hero-chapters span,
.link-card__eyebrow,
.section-label,
.credit-line,
.presented-line {
  font-family: var(--ui-font);
  font-weight: 560;
  letter-spacing: 0.058em;
}

.section-label,
.page-hero .section-label,
.link-section__heading .section-label,
.text-page .section-label,
.video-card .section-label,
.gallery-filter a,
.link-card__eyebrow span,
.link-card__eyebrow em {
  color: #6f4214;
  text-shadow: 0 1px 0 rgba(255, 253, 246, 0.95), 0 8px 26px rgba(156, 106, 52, 0.13);
}

.home-hero__content::before {
  inset: -14px -22px -14px;
  background:
    radial-gradient(ellipse at 50% 54%, rgba(18, 8, 4, 0.28), rgba(18, 8, 4, 0.12) 48%, rgba(18, 8, 4, 0) 78%),
    radial-gradient(ellipse at 50% 18%, rgba(255, 244, 199, 0.1), transparent 8.5rem);
}

.home-hero .credit-line,
.home-hero .presented-line,
.hero-play,
.home-hero__promise {
  text-shadow:
    0 2px 16px rgba(18, 8, 4, 0.72),
    0 0 1px rgba(18, 8, 4, 0.42);
}

.home-hero__line,
.home-hero__status {
  text-shadow: 0 2px 14px rgba(18, 8, 4, 0.66);
}

.home-hero .button {
  font-weight: 620;
  letter-spacing: 0.062em;
}

.press-wall,
.link-grid,
.video-grid,
.gallery-grid {
  align-items: start;
}

.link-card,
.video-card,
.gallery-card,
.press-card {
  align-self: start;
}

.section,
.story-flow,
.link-section {
  padding-block: clamp(12px, 1.85vw, 26px);
}

.section__grid,
.link-section__heading {
  gap: clamp(12px, 2.2vw, 38px);
}

@media (min-width: 1061px) {
  .home-hero__content {
    max-width: min(408px, calc(100vw - 80px));
  }

  .home-hero__logo {
    width: clamp(138px, 11.5vw, 176px);
  }

  .home-hero__promise {
    font-size: clamp(1.08rem, 1.32vw, 1.38rem);
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: max(100svh, calc(var(--header-height) + 86vw + 400px));
    padding-top: calc(var(--header-height) + 86vw + clamp(8px, 3.2vw, 16px));
    padding-bottom: clamp(30px, 7svh, 52px);
  }

  .home-hero__content {
    max-width: min(326px, calc(100vw - 36px));
    padding: 9px 12px 11px;
  }

  .home-hero__content::before {
    inset: -8px -10px;
    background:
      radial-gradient(ellipse at 50% 54%, rgba(18, 8, 4, 0.26), rgba(18, 8, 4, 0.1) 54%, rgba(18, 8, 4, 0) 80%),
      radial-gradient(ellipse at 50% 18%, rgba(255, 244, 199, 0.08), transparent 7.5rem);
  }

  .home-hero__logo {
    width: min(108px, 28vw);
  }

  .home-hero__promise {
    max-width: 11.8em;
    font-size: clamp(1rem, 4.28vw, 1.18rem);
    line-height: 1.06;
  }

  .home-hero .credit-line,
  .home-hero .presented-line {
    font-size: 0.72rem;
    letter-spacing: 0.052em;
  }

  .home-hero .button {
    min-height: 44px;
    font-size: 0.76rem;
  }

  .page-hero {
    padding-top: calc(var(--header-height) + 12px);
  }
}

/* July 4 mobile finish: keep the director artwork visible while making the
   first-screen title block and navigation feel composed on phones. */
@media (max-width: 640px) {
  .has-js .site-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px 12px 12px;
  }

  .has-js .site-nav a {
    display: grid;
    min-height: 44px;
    place-items: center;
    border: 1px solid rgba(198, 147, 50, 0.2);
    border-radius: 999px;
    background: rgba(255, 253, 246, 0.62);
  }

  .has-js .site-nav a:last-child {
    grid-column: 1 / -1;
  }

  .hero-play {
    margin-bottom: 4px;
    gap: 7px;
    font-size: 0.74rem;
  }

  .hero-play span {
    width: 28px;
    height: 28px;
  }

  .home-hero__line {
    margin-bottom: 3px;
    font-size: clamp(0.9rem, 4vw, 1.04rem);
  }

  .home-hero__status {
    margin-top: 5px;
    font-size: 0.72rem;
  }

  .home-hero .cta-row {
    gap: 5px;
    margin-top: 7px;
  }
}

/* July 4 video layout guard: keep the embedded trailer and its copy in separate
   planes at every desktop/tablet width so the iframe never covers text. */
.video-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 1180px);
  margin-inline: auto;
  overflow: hidden;
}

.video-card--featured .trailer-embed {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(190, 137, 52, 0.22);
}

.video-card--featured .trailer-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.video-card--featured .video-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: clamp(10px, 1.5vw, 20px);
  align-items: end;
}

.video-card--featured .section-label,
.video-card--featured h2,
.video-card--featured .video-card__body p:not(.section-label) {
  grid-column: 1;
}

.video-card--featured .video-card__actions {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: end;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .video-card--featured .video-card__body {
    grid-template-columns: 1fr;
  }

  .video-card--featured .video-card__actions {
    grid-column: 1;
    grid-row: auto;
    justify-content: flex-start;
  }
}

/* Final mobile navigation guard: keep the generated menu control visible even
   when critical CSS and later responsive overrides collide. */
@media (max-width: 760px) {
  .site-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .site-header__brand {
    flex: 0 1 auto;
    max-width: calc(100% - 76px);
    min-width: 0;
  }

  .site-header__brand span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-toggle {
    position: relative;
    z-index: 4;
    display: inline-flex !important;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-left: auto;
    color: var(--deep-umber);
    background:
      radial-gradient(circle at 50% 35%, rgba(255, 253, 246, 0.92), rgba(255, 248, 234, 0.72)),
      rgba(255, 250, 240, 0.88);
    border-color: rgba(198, 147, 50, 0.42);
    box-shadow: 0 10px 26px rgba(83, 54, 26, 0.14);
  }
}

/* Final composition guard: all primary blocks sit on a deliberate centre axis,
   with the film artwork preserved and the UI kept inside safe margins. */
.home-hero {
  justify-items: center;
}

.home-hero__content {
  align-self: center;
  justify-self: center;
}

.hero-chapters {
  justify-self: center;
}

.page-hero {
  align-items: center;
}

.page-hero__copy {
  align-self: center;
}

.section__grid,
.link-section__heading,
.story-panel,
.video-card--featured .video-card__body {
  align-items: center;
}

.section {
  padding-block: clamp(20px, 2.55vw, 34px);
}

.section + .section {
  padding-top: clamp(10px, 1.4vw, 18px);
}

.link-section__heading,
.section__grid {
  align-items: center;
}

.link-section__heading {
  margin-bottom: clamp(18px, 2.1vw, 26px);
}

.link-grid,
.press-wall,
.video-grid,
.gallery-grid {
  align-items: start;
  justify-content: center;
}

.video-card--featured {
  align-self: center;
  justify-self: center;
}

@media (min-width: 1061px) {
  .home-hero {
    grid-template-columns: minmax(32px, 1fr) minmax(300px, 620px) minmax(32px, 1fr);
    padding-top: calc(var(--header-height) + clamp(38px, 5svh, 68px));
    padding-bottom: clamp(88px, 10svh, 126px);
  }

  .home-hero__content {
    margin-top: clamp(116px, 10.6vw, 188px);
  }

  .home-hero__promise {
    margin-inline: auto;
  }
}

@media (max-width: 1060px) {
  .home-hero,
  .page-hero {
    justify-items: center;
  }

  .home-hero__content,
  .page-hero__copy,
  .hero-chapters {
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .home-hero {
    justify-content: center;
    text-align: center;
  }

  .home-hero__content {
    margin-inline: auto;
  }

  .hero-chapters {
    margin-inline: auto;
  }

  .page-hero__copy {
    display: grid;
    align-content: center;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-inline: 18px;
  }

  .nav-toggle {
    position: absolute;
    top: 50%;
    right: max(18px, calc(100vw - 412px));
    transform: translateY(-50%);
  }
}

/* Full-site responsive QA guard: keep public copy, forms and media cards inside
   the visible mobile frame in Safari, Chrome and in-app browsers. */
@media (max-width: 760px) {
  .page-hero__copy {
    max-width: min(100%, 36rem);
    padding-right: 2px;
  }

  .page-hero h1,
  .section h1,
  .section h2,
  .link-section__heading h2,
  .gallery-category h2,
  .form-shell h2,
  .video-card h2,
  .link-card h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .page-hero__copy p,
  .section p,
  .form-shell p,
  .video-card p,
  .link-card p,
  .press-card p {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .form-shell,
  .video-card,
  .link-card,
  .gallery-card,
  .press-card,
  .pending-note {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .section,
  .story-flow,
  .link-section {
    width: min(100% - 56px, var(--max-content));
    max-width: calc(100% - 56px);
  }

  .page-hero {
    padding-inline: 22px;
  }

  .page-hero__copy {
    width: min(100%, calc(100vw - 76px));
    max-width: 330px;
    padding-left: 14px;
    padding-right: 0;
  }

  .page-hero h1,
  .page-hero__copy p:not(.section-label) {
    max-width: 100%;
  }

  .section p,
  .form-shell p,
  .link-card p,
  .press-card p,
  .video-card p {
    max-width: min(100%, calc(100vw - 92px));
  }
}

/* Final finish pass: refine contrast, rhythm and proportion after the full
   rendered QA sweep. Keep this as the last layer so older guards stay intact. */
:root {
  --final-readable-gold: #8f5b16;
  --final-ink: #291309;
  --final-soft-line: rgba(198, 147, 50, 0.24);
}

body {
  color: var(--final-ink);
  font-family: "Philosopher", Optima, "Avenir Next", Candara, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

h1,
h2,
h3 {
  font-family: "Times Ten", "Philosopher", Optima, "Iowan Old Style", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.002em;
}

p,
li,
.link-card p,
.press-card p,
.video-card p,
.form-shell p {
  font-family: "Philosopher", Optima, "Avenir Next", Candara, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.55;
}

.site-nav a,
.button,
.section-label,
.credit-line,
.presented-line,
.home-hero__status,
.link-card__eyebrow,
.link-card__action,
.enquiry-form label,
.form-status {
  font-family: Optima, "Philosopher", "Avenir Next", Candara, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 650;
}

.section-label,
.credit-line,
.home-hero__status,
.link-card__eyebrow,
.enquiry-form label,
.form-status {
  color: var(--final-readable-gold);
  letter-spacing: 0.12em;
  text-shadow: none;
}

.page-hero .section-label,
.section .section-label,
.link-section .section-label {
  color: #7c4d12;
}

.site-header {
  backdrop-filter: blur(14px);
}

.site-nav a {
  letter-spacing: 0.075em;
}

.button {
  min-height: 44px;
  letter-spacing: 0.075em;
  box-shadow: 0 10px 28px rgba(83, 54, 26, 0.12);
}

.button--primary {
  background: linear-gradient(135deg, #ffe6ad, #d49a2b 62%, #b97418);
}

.home-hero__content {
  max-width: min(560px, calc(100vw - 56px));
}

.home-hero__content::before {
  background:
    radial-gradient(ellipse at 50% 52%, rgba(24, 10, 4, 0.34), rgba(24, 10, 4, 0.15) 45%, rgba(24, 10, 4, 0) 74%),
    radial-gradient(ellipse at 50% 18%, rgba(255, 244, 199, 0.11), transparent 10rem);
  border-color: rgba(244, 210, 139, 0.1);
}

.home-hero__promise {
  font-family: "Times Ten", "Philosopher", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.002em;
}

.hero-chapters {
  width: min(100%, 840px);
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  border: 1px solid rgba(198, 147, 50, 0.2);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}

.hero-chapters span {
  letter-spacing: 0.075em;
}

.section,
.story-flow,
.link-section {
  padding-block: clamp(18px, 2.25vw, 30px);
}

.section--intro {
  padding-top: clamp(28px, 3vw, 42px);
}

.section__grid,
.link-section__heading {
  gap: clamp(16px, 2.4vw, 34px);
}

.section__grid > div,
.link-section__heading {
  align-self: center;
}

.section-heading h2,
.story-panel h2,
.text-page h2,
.feature-strip h2,
.section--columns h2,
.press-card h2,
.video-card h2,
.link-card h3 {
  text-wrap: balance;
}

.link-grid,
.press-wall,
.video-grid {
  gap: clamp(18px, 2vw, 28px);
}

.link-card,
.video-card,
.press-card,
.gallery-card,
.form-shell,
.story-panel__copy {
  border-color: var(--final-soft-line);
  box-shadow: 0 18px 54px rgba(83, 54, 26, 0.11);
}

.link-card__media,
.trailer-embed {
  border-bottom-color: rgba(198, 147, 50, 0.2);
}

.link-card__body,
.video-card__body {
  padding: clamp(18px, 2vw, 26px);
}

.video-card--featured {
  width: min(100%, 1040px);
}

.video-card--featured .video-card__body {
  grid-template-columns: minmax(0, 1fr);
  text-align: left;
}

.video-card--featured .video-card__actions {
  grid-column: 1;
  grid-row: auto;
  justify-content: flex-start;
}

.video-card--featured .video-card__body p:not(.section-label) {
  max-width: 45rem;
}

@media (min-width: 1061px) {
  .home-hero {
    grid-template-columns: minmax(32px, 1fr) minmax(300px, 560px) minmax(32px, 1fr);
    padding-bottom: clamp(78px, 9svh, 112px);
  }

  .home-hero__content {
    margin-top: clamp(118px, 10.2vw, 172px);
  }

  .home-hero__logo {
    width: clamp(150px, 12.25vw, 190px);
  }

  .home-hero__promise {
    font-size: clamp(1.18rem, 1.42vw, 1.52rem);
  }

  .page-hero {
    min-height: clamp(250px, 27svh, 330px);
  }

  .page-hero h1 {
    font-size: clamp(1.78rem, 2.25vw, 2.58rem);
  }

  .link-grid > .link-card:first-child,
  .press-wall > .link-card:first-child {
    grid-column: span 2;
  }
}

@media (max-width: 1060px) {
  .hero-chapters {
    width: min(100% - 32px, 720px);
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
  }

  .section,
  .story-flow,
  .link-section {
    padding-block: 22px;
  }

  .page-hero {
    min-height: clamp(250px, 31svh, 310px);
  }

  .page-hero h1 {
    font-size: clamp(1.52rem, 5.1vw, 1.94rem);
  }

  .link-card__body,
  .video-card__body {
    padding: 18px 20px 20px;
  }

  .hero-chapters {
    width: min(100% - 32px, 360px);
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: max(100svh, calc(var(--header-height) + 86vw + 390px));
    padding-top: calc(var(--header-height) + 86vw + 10px);
    padding-bottom: 36px;
  }

  .home-hero__content {
    max-width: min(326px, calc(100vw - 38px));
  }

  .home-hero__logo {
    width: min(118px, 31vw);
  }

  .home-hero__promise {
    font-size: clamp(1.06rem, 4.55vw, 1.28rem);
  }

  .hero-chapters {
    display: grid;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-column: 1;
    width: min(326px, calc(100vw - 38px));
    margin: 18px auto 0;
    transform: none;
    border-radius: 14px;
    border-bottom: 1px solid rgba(198, 147, 50, 0.2);
    min-height: 0;
    contain: initial;
  }

  .hero-chapters a {
    min-height: 42px;
  }

  .button {
    min-height: 44px;
  }

  .page-hero__copy {
    max-width: 342px;
  }
}

/* Hero title scale pass 2026-07-07 */
.home-hero .credit-line {
  font-size: clamp(0.84rem, 0.95vw, 1rem);
  line-height: 1.28;
  letter-spacing: 0.14em;
  font-weight: 760;
}

.home-hero .presented-line {
  max-width: 36em;
  margin-top: 6px;
  font-size: clamp(0.74rem, 0.82vw, 0.9rem);
  line-height: 1.32;
  letter-spacing: 0.055em;
  font-weight: 720;
}

.home-hero__logo {
  width: clamp(190px, 15vw, 238px);
  margin-top: clamp(7px, 1vh, 12px);
  margin-bottom: clamp(5px, 0.8vh, 9px);
}

@media (max-width: 1060px) {
  .home-hero__logo {
    width: min(220px, 40vw);
  }

  .home-hero .credit-line {
    font-size: clamp(0.74rem, 1.6vw, 0.9rem);
  }

  .home-hero .presented-line {
    font-size: clamp(0.72rem, 1.35vw, 0.78rem);
  }
}

@media (min-width: 641px) and (max-width: 820px) {
  .home-hero {
    padding-top: calc(var(--header-height) + clamp(56px, 12svh, 110px));
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: max(100svh, calc(var(--header-height) + 70vw + 430px));
    padding-top: calc(var(--header-height) + 70vw + clamp(4px, 2vw, 10px));
  }

  .home-hero__content {
    max-width: min(352px, calc(100vw - 30px));
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .home-hero .credit-line {
    font-size: clamp(0.72rem, 2.42vw, 0.78rem);
    line-height: 1.28;
    letter-spacing: 0.115em;
  }

  .home-hero .presented-line {
    max-width: 31em;
    margin-top: 5px;
    font-size: clamp(0.72rem, 2.08vw, 0.76rem);
    line-height: 1.3;
    letter-spacing: 0.045em;
  }

  .home-hero__logo {
    width: min(174px, 46vw);
    margin: 8px auto 6px;
  }

  .hero-play {
    margin-top: 2px;
    margin-bottom: 8px;
    font-size: clamp(0.74rem, 2vw, 0.78rem);
  }

  .home-hero__line {
    font-size: clamp(1.08rem, 4.85vw, 1.3rem);
  }

  .home-hero__promise {
    font-size: clamp(1.42rem, 6.2vw, 1.92rem);
  }

  .home-hero__status {
    font-size: 0.72rem;
  }

  .cta-row {
    margin-top: 10px;
    gap: 7px;
  }

  .home-hero .button {
    min-height: 44px;
  }
}

@media (max-width: 390px) {
  .home-hero .credit-line {
    font-size: clamp(0.72rem, 2.32vw, 0.76rem);
    letter-spacing: 0.105em;
  }

  .home-hero .presented-line {
    font-size: clamp(0.72rem, 2.02vw, 0.76rem);
  }

  .home-hero__logo {
    width: min(162px, 43vw);
  }

  .home-hero__promise {
    font-size: clamp(1.34rem, 5.85vw, 1.74rem);
  }
}

/* Hero presence pass 2026-07-10: larger opening block */
.home-hero .credit-line{font-size:clamp(1rem,1.15vw,1.18rem);letter-spacing:.15em}
.home-hero .presented-line{font-size:clamp(.86rem,.95vw,1.02rem);max-width:38em}
.home-hero__logo{width:clamp(220px,17vw,272px)}
.hero-play{font-size:.8rem}
.hero-play span{width:36px;height:36px}
.home-hero__line{font-size:clamp(1.08rem,1.3vw,1.26rem)}
.home-hero__promise{font-size:clamp(1.5rem,1.9vw,2rem);max-width:16em}
.home-hero__status{font-size:.76rem}
@media (max-width:1060px){.home-hero__logo{width:min(240px,44vw)}.home-hero .credit-line{font-size:clamp(.86rem,1.8vw,1rem)}.home-hero .presented-line{font-size:clamp(.78rem,1.5vw,.9rem)}}
@media (max-width:640px){.home-hero{min-height:max(100svh,calc(var(--header-height) + 70vw + 470px))}.home-hero__content{max-width:min(372px,calc(100vw - 28px))}.home-hero .credit-line{font-size:clamp(.8rem,3vw,.9rem)}.home-hero .presented-line{font-size:clamp(.76rem,2.6vw,.86rem);max-width:30em}.home-hero__logo{width:min(196px,52vw)}.hero-play{font-size:clamp(.78rem,2.4vw,.84rem)}.home-hero__line{font-size:clamp(1.2rem,5.4vw,1.44rem)}.home-hero__promise{font-size:clamp(1.56rem,6.8vw,2.1rem)}.home-hero__status{font-size:.74rem}}
@media (max-width:390px){.home-hero .credit-line{font-size:clamp(.76rem,2.9vw,.84rem)}.home-hero .presented-line{font-size:clamp(.72rem,2.5vw,.8rem)}.home-hero__logo{width:min(182px,49vw)}.home-hero__promise{font-size:clamp(1.46rem,6.4vw,1.9rem)}}

/* Copy & casing pass 2026-07-10 */
.home-hero .presented-line{margin-top:14px}

/* ============================================================
   MARBLE REDESIGN LAYER — 2026-07-10
   Taj Mahal architectural language: luminous Makrana marble,
   charbagh rhythm, pishtaq grammar, jali light, pietra-dura
   jewel inlays, reflection-pool geometry. Derived from
   styles.20260710-copy-case.css; this layer wins the cascade.
   ============================================================ */

@font-face { font-family: "Cormorant Garamond"; font-style: normal; font-weight: 300 700; font-display: swap; src: url("/assets/fonts/cormorant-garamond-var.woff2") format("woff2"); }
@font-face { font-family: "Cormorant Garamond"; font-style: italic; font-weight: 300 700; font-display: swap; src: url("/assets/fonts/cormorant-garamond-italic-var.woff2") format("woff2"); }
@font-face { font-family: "Cinzel"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("/assets/fonts/cinzel-var.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("/assets/fonts/manrope-var.woff2") format("woff2"); }

:root {
  --taj-marble-white: #faf7f0;
  --taj-pearl-ivory: #fff8ea;
  --taj-moonlit-silver: #aeb7c6;
  --taj-alabaster: #f4ead8;
  --taj-antique-gold: #c69332;
  --taj-champagne-gold: #e9cf8e;
  --taj-rose-gold: #cf9d84;
  --taj-ruby: #8e2438;
  --taj-lapis: #23477a;
  --taj-emerald: #2e6b4f;
  --taj-red-sandstone: #a3593f;
  --taj-garden-green: #5d7b5a;
  --taj-twilight-blue: #232f4b;
  --taj-yamuna-mist: #eef1f5;
  --taj-ink: #2a130b;
  --taj-marble-shadow: rgba(52, 36, 22, 0.16);
  --taj-silver-line: rgba(146, 157, 173, 0.42);
  --taj-gold-line: rgba(198, 147, 50, 0.45);
  --taj-glow: rgba(241, 207, 134, 0.22);
  --taj-reflection: linear-gradient(180deg, rgba(198,147,50,0.34), rgba(198,147,50,0.06) 62%, transparent);
  --taj-label-gold: #9c711f;
  --page-jewel: var(--taj-antique-gold);
  --display-font: "Cormorant Garamond", "Philosopher", "Iowan Old Style", Baskerville, Georgia, serif;
  --ceremony-font: "Cinzel", "Trajan Pro", "Philosopher", serif;
  --ui-font: "Manrope", Optima, "Avenir Next", "Gill Sans", system-ui, -apple-system, sans-serif;
  --body-font: "Manrope", Optima, "Avenir Next", system-ui, -apple-system, sans-serif;
}

/* Page jewel hooks — one restrained pietra-dura accent per page */
body.home-page, body.story-page { --page-jewel: var(--taj-ruby); }
body.videos-page, body.distribution-page { --page-jewel: var(--taj-lapis); }
body.gallery-page { --page-jewel: var(--taj-emerald); }
body.press-page { --page-jewel: var(--taj-red-sandstone); }
body.about-page, body.media-kit-page, body.contact-page { --page-jewel: var(--taj-antique-gold); }
body.privacy-page, body.terms-page, body.error-page { --page-jewel: var(--taj-moonlit-silver); }

/* Luminous marble field — mist above, warm alabaster horizon */
body { background: linear-gradient(180deg, #fffdf6 0%, var(--taj-yamuna-mist) 8%, var(--taj-pearl-ivory) 26%, var(--taj-alabaster) 62%, #f7edd9 84%, var(--taj-pearl-ivory) 100%); color: var(--taj-ink); font-family: var(--body-font); }
html { background: #fffdf6; }

/* Colour correction: brown-black zones become twilight indigo */
.home-hero__image::after { background: linear-gradient(180deg, rgba(23,18,38,0.02) 0%, rgba(23,18,38,0.10) 42%, rgba(23,18,38,0.78) 86%, #171226 100%); }
.trailer-embed { background: radial-gradient(circle at 50% 44%, rgba(217,164,65,0.14), transparent 36%), #12101f; box-shadow: inset 0 0 0 1px rgba(233,207,142,0.18), 0 24px 70px rgba(23,18,38,0.30); }

/* ---------- Typographic order: Cormorant display, Cinzel ceremony, Manrope hands ---------- */
h1, h2, h3 { font-family: var(--display-font); font-weight: 600; letter-spacing: 0.012em; text-wrap: balance; }
main h1:not(.sr-only) { font-size: clamp(2.05rem, 3.6vw, 3.15rem); line-height: 1.08; }
h2 { font-size: clamp(1.66rem, 2.5vw, 2.42rem); line-height: 1.14; }
h3 { font-size: clamp(1.2rem, 1.5vw, 1.46rem); line-height: 1.22; }
p, li, dd, dt { font-family: var(--body-font); }
.section-label, .link-card__eyebrow, .home-hero__status, .credit-line, .presented-line { font-family: var(--ceremony-font); font-weight: 500; }
.section-label { color: var(--taj-label-gold); letter-spacing: 0.22em; }
.home-hero__line { font-family: var(--display-font); font-weight: 500; }
.home-hero__promise { font-family: var(--display-font); font-style: italic; font-weight: 500; letter-spacing: 0.004em; }
.button, .site-nav a, .nav-toggle, .trailer-play__button, .link-card__action, .gallery-filter a, .hero-play { font-family: var(--ui-font); }
input, select, textarea, label, button { font-family: var(--ui-font); }
.home-hero__promise { font-size: clamp(1.6rem, 2vw, 2.1rem); }
@media (max-width: 640px) { .home-hero__promise { font-size: clamp(1.62rem, 7vw, 2.16rem); } }

/* Compact, dignified legal and contact pages */
body.privacy-page main h1:not(.sr-only), body.terms-page main h1:not(.sr-only) { font-size: clamp(1.66rem, 2.6vw, 2.3rem); }
body.contact-page main h1:not(.sr-only) { font-size: clamp(1.8rem, 2.9vw, 2.55rem); }

/* ---------- Reflection-pool rule beneath each page's opening heading ---------- */
main h1:not(.sr-only)::after { content: ""; display: block; width: clamp(72px, 9vw, 128px); height: 1px; margin: clamp(12px, 1.6vw, 20px) auto 0; background: linear-gradient(90deg, transparent, var(--taj-antique-gold) 18%, var(--taj-champagne-gold) 50%, var(--taj-antique-gold) 82%, transparent); box-shadow: 0 7px 9px -6px var(--taj-gold-line); }
main h1:not(.sr-only) { text-align: center; }
main h1:not(.sr-only) + p { text-align: center; margin-left: auto; margin-right: auto; }

/* ---------- Minaret-balcony section rule: double hairline with centre mark ---------- */
.section-label { position: relative; display: inline-flex; align-items: center; gap: 10px; }
.section-label::before { content: ""; width: 7px; height: 7px; transform: rotate(45deg); background: var(--page-jewel); box-shadow: inset 0 0 0 1.5px rgba(255, 252, 244, 0.65); }

/* ---------- Pietra-dura card inlay: gold line, silver echo, chamfered light ---------- */
.link-card, .press-card, .video-card, .feature-strip article, .gallery-item {
  border: 1px solid var(--taj-gold-line);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.55), 0 1px 0 rgba(255,255,255,0.6), 0 18px 44px -22px var(--taj-marble-shadow);
  background: linear-gradient(168deg, #fffdf6 0%, var(--taj-pearl-ivory) 58%, #f6ecd8 100%);
  border-radius: 14px;
  transition: transform 0.45s var(--motion-ease), box-shadow 0.45s var(--motion-ease), border-color 0.45s var(--motion-ease);
}
.link-card:hover, .press-card:hover, .link-card:focus-within, .press-card:focus-within { border-color: color-mix(in srgb, var(--page-jewel) 55%, var(--taj-gold-line)); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6), 0 26px 54px -20px var(--taj-marble-shadow), 0 0 0 4px color-mix(in srgb, var(--page-jewel) 9%, transparent); transform: translateY(-3px); }

/* ---------- Jali light: ultra-faint lattice in alternating sections ---------- */
.section { position: relative; }
body.about-page .section:nth-of-type(even)::before,
body.story-page .section:nth-of-type(odd)::before,
body.media-kit-page .section:first-of-type::before,
body.distribution-page .section:first-of-type::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96' fill='none' stroke='%23806030' stroke-width='1'%3E%3Cpath d='M48 6 60 24 78 30 66 48 78 66 60 72 48 90 36 72 18 66 30 48 18 30 36 24Z'/%3E%3Ccircle cx='48' cy='48' r='11'/%3E%3C/svg%3E");
  background-size: 96px 96px;
}
.section > * { position: relative; z-index: 1; }

/* ---------- Buttons: marble-light sweep, jewel focus ---------- */
.button { position: relative; overflow: hidden; }
.button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 30%, rgba(255,253,244,0.55) 48%, transparent 62%); transform: translateX(-130%); transition: transform 0.9s var(--motion-ease); pointer-events: none; }
.button:hover::after, .button:focus-visible::after { transform: translateX(130%); }
a:focus-visible, .button:focus-visible, .nav-toggle:focus-visible { outline: 2px solid var(--taj-lapis); outline-offset: 3px; border-radius: 6px; }

/* ---------- Videos: illuminated marble screen for the featured trailer ---------- */
body.videos-page .video-card--featured { border: 1px solid var(--taj-gold-line); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5), 0 0 0 10px rgba(255,252,242,0.55), 0 0 0 11px var(--taj-silver-line), 0 34px 80px -30px rgba(23,18,38,0.5); border-radius: 18px; overflow: hidden; }
body.videos-page .trailer-embed { border-radius: 12px; }

/* ---------- Gallery: palace corridor frames ---------- */
body.gallery-page .gallery-item { border-radius: 10px; border: 1px solid var(--taj-gold-line); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6), inset 0 0 0 6px rgba(255,252,242,0.85), inset 0 0 0 7px var(--taj-silver-line), 0 20px 44px -24px var(--taj-marble-shadow); }
body.gallery-page .gallery-filter a[aria-current], body.gallery-page .gallery-filter a:hover { border-color: color-mix(in srgb, var(--taj-emerald) 55%, var(--taj-gold-line)); }

/* ---------- Distribution: lapis and gold partner accents ---------- */
body.distribution-page .section-label { color: var(--taj-lapis); }
body.distribution-page .button--primary { background: linear-gradient(135deg, #f4d28b, var(--taj-antique-gold)); box-shadow: 0 0 0 1px rgba(35,71,122,0.25), 0 14px 34px -14px rgba(35,71,122,0.45); }

/* ---------- Media kit: formal ivory correspondence ---------- */
body.media-kit-page form { background: linear-gradient(178deg, #fffdf7, var(--taj-pearl-ivory)); border: 1px solid var(--taj-gold-line); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65), 0 22px 50px -26px var(--taj-marble-shadow); border-radius: 16px; padding: clamp(18px, 3vw, 34px); }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--taj-lapis); outline-offset: 2px; }

/* ---------- View transitions: quiet threshold between rooms ---------- */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: taj-fade-out 0.26s ease both; }
::view-transition-new(root) { animation: taj-fade-in 0.34s ease 0.05s both; }
@keyframes taj-fade-out { to { opacity: 0; } }
@keyframes taj-fade-in { from { opacity: 0; transform: translateY(6px); } }

/* ---------- The Taj line drawing: etched marble, traced light ---------- */
.taj-line-drawing { position: absolute; pointer-events: none; color: var(--taj-antique-gold); opacity: 0.5; display: none; }
.taj-line-drawing svg { width: 100%; height: auto; display: block; }
.taj-line-drawing path, .taj-line-drawing circle { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.taj-line-drawing .taj-reflect { opacity: 0.16; }
.taj-line-drawing--silver { color: var(--taj-moonlit-silver); opacity: 0.65; }
@media (min-width: 1100px) {
  .taj-line-drawing { display: block; }
  body.home-page .section--intro { overflow: hidden; }
  body.home-page .section--intro .taj-line-drawing { right: max(24px, calc((100vw - 1180px) / 2 - 60px)); bottom: 8px; width: clamp(380px, 34vw, 560px); }
}
body.error-page .taj-line-drawing { display: block; position: relative; width: min(420px, 78vw); margin: 8px auto 2px; }
@supports (animation-timeline: view()) {
  .taj-line-drawing path, .taj-line-drawing circle { stroke-dasharray: 1; stroke-dashoffset: 1; animation: taj-trace 1s linear both; animation-timeline: view(); animation-range: entry 8% cover 46%; }
}
@keyframes taj-trace { to { stroke-dashoffset: 0; } }

/* ---------- Reduced motion: stillness is also architecture ---------- */
@media (prefers-reduced-motion: reduce) {
  .taj-line-drawing path, .taj-line-drawing circle { animation: none !important; stroke-dasharray: none !important; stroke-dashoffset: 0 !important; }
  .button::after { display: none; }
  ::view-transition-old(root), ::view-transition-new(root) { animation: none; }
  .link-card, .press-card { transition: none; }
}

/* 404 drawing clearance + footer twilight refinement */
body.error-page main { padding-top: calc(var(--header-height) + 16px); }
body.error-page .taj-line-drawing { margin: 18px auto 6px; width: min(390px, 74vw); }

/* Tall-viewport correction: the hero honours the artwork, never a void */
@media (min-width: 1100px) {
  body.home-page .home-hero { min-height: min(100svh, 63vw); }
}

/* ============================================================
   ROYAL & BESPOKE LAYER — 2026-07-10 (evening)
   Royal typography (Cinzel chrome, EB Garamond prose), warm
   unified field on every page, sticky-filter overlap fix, and
   a delicate bespoke Taj architectural motif per page.
   ============================================================ */

@font-face { font-family: "EB Garamond"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("/assets/fonts/eb-garamond-var.woff2") format("woff2"); }
@font-face { font-family: "EB Garamond"; font-style: italic; font-weight: 400 800; font-display: swap; src: url("/assets/fonts/eb-garamond-italic-var.woff2") format("woff2"); }

:root {
  --body-font: "EB Garamond", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --ui-font: "Cinzel", "Cormorant Garamond", Georgia, serif;
  --taj-field:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.9), transparent 26rem),
    radial-gradient(circle at 12% 88%, rgba(198,147,50,0.10), transparent 30rem),
    linear-gradient(180deg, #fffdf6 0px, #f7f3ea 170px, #fff8ea 480px, #f4ead8 62%, #f7edd9 86%, #fff8ea 100%);
}

/* One warm marble field everywhere — no cold mid-page bands */
body { background: var(--taj-field); }

/* Royal prose: EB Garamond for reading, sized for its metrics */
p, li, dd, dt, blockquote { font-family: var(--body-font); }
p { font-size: clamp(1.13rem, 1.25vw, 1.26rem); line-height: 1.64; }
input, select, textarea { font-family: var(--body-font); font-size: 1.06rem; }

/* Royal chrome: Cinzel for navigation, buttons, wayfinding */
.site-nav a { font-family: var(--ui-font); font-weight: 600; font-size: clamp(0.74rem, 0.82vw, 0.84rem); letter-spacing: 0.13em; }
.site-header__brand { font-family: var(--display-font); font-weight: 600; }
.button, .trailer-play__button, .link-card__action, .hero-play em, .nav-toggle { font-family: var(--ui-font); font-weight: 600; letter-spacing: 0.1em; }
.hero-chapters span, .gallery-filter a, .site-footer a { font-family: var(--ui-font); font-weight: 600; }
.site-footer a { font-size: 0.8rem; }
.hero-chapters em, .link-card__eyebrow em { font-family: var(--body-font); font-style: italic; }

/* Sticky gallery filter: opaque royal rail — no text collisions */
.gallery-filter { top: calc(var(--header-height) + 8px); z-index: 42; background: rgba(255, 252, 244, 0.96); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65), 0 18px 40px -18px var(--taj-marble-shadow); backdrop-filter: blur(10px) saturate(1.1); }
.gallery-category { scroll-margin-top: calc(var(--header-height) + 92px); }
.gallery-category .section-label { position: relative; z-index: 1; }

/* ---------- Bespoke architecture per page: one motif each ---------- */
@media (min-width: 900px) {
  body.about-page { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 640'%3E%3Cg fill='none' stroke='%23a07f3a' opacity='.07' stroke-width='2'%3E%3Cpath d='M28 640 V96 H372 V640'/%3E%3Cpath d='M58 640 V126 H342 V640'/%3E%3Cpath d='M118 640 V330 C118 258 152 213 200 196 C248 213 282 258 282 330 V640'/%3E%3C/g%3E%3C/svg%3E"), var(--taj-field);
    background-repeat: no-repeat, no-repeat; background-position: right -44px top 120px, 0 0; background-size: 440px auto, auto; }

  body.story-page { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 320'%3E%3Cg fill='none' stroke='%23a07f3a' opacity='.055' stroke-width='2'%3E%3Cpath d='M30 320 V150 M230 320 V150'/%3E%3Cpath d='M30 168 C30 108 88 76 130 72 C172 76 230 108 230 168'/%3E%3Cpath d='M10 320 H250'/%3E%3C/g%3E%3C/svg%3E"), var(--taj-field);
    background-repeat: repeat-x, no-repeat; background-position: 0 34%, 0 0; background-size: 260px 320px, auto; }

  body.videos-page { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 620 460'%3E%3Cg fill='none' stroke='%23a07f3a' opacity='.06' stroke-width='2'%3E%3Cpath d='M250 430 V368 M370 430 V368 M238 368 H382'/%3E%3Cpath d='M240 368 C196 322 232 252 310 208 C388 252 424 322 380 368'/%3E%3Cpath d='M310 208 V166 M294 186 H326'/%3E%3Cpath d='M140 430 H480'/%3E%3C/g%3E%3C/svg%3E"), var(--taj-field);
    background-repeat: no-repeat, no-repeat; background-position: right -70px top 30px, 0 0; background-size: 520px auto, auto; }

  body.gallery-page { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 260'%3E%3Cg fill='none' stroke='%23a07f3a' opacity='.045' stroke-width='2'%3E%3Cpath d='M28 244 V36 H172 V244'/%3E%3Cpath d='M60 244 V128 C60 96 82 78 100 74 C118 78 140 96 140 128 V244'/%3E%3C/g%3E%3C/svg%3E"), var(--taj-field);
    background-repeat: repeat, no-repeat; background-position: 0 0, 0 0; background-size: 200px 260px, auto; }

  body.press-page { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 540'%3E%3Cg fill='none' stroke='%23a07f3a' opacity='.06' stroke-width='2'%3E%3Cpath d='M40 40 H500 V500 H40 Z'/%3E%3Cpath d='M270 40 V500 M40 270 H500'/%3E%3Cpath d='M270 180 L334 206 L360 270 L334 334 L270 360 L206 334 L180 270 L206 206 Z'/%3E%3Ccircle cx='155' cy='155' r='5'/%3E%3Ccircle cx='385' cy='155' r='5'/%3E%3Ccircle cx='155' cy='385' r='5'/%3E%3Ccircle cx='385' cy='385' r='5'/%3E%3C/g%3E%3C/svg%3E"), var(--taj-field);
    background-repeat: no-repeat, no-repeat; background-position: right -110px top 170px, 0 0; background-size: 520px auto, auto; }

  body.media-kit-page { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cg fill='none' stroke='%23a07f3a' opacity='.075' stroke-width='2'%3E%3Cpath d='M300 20 C260 60 250 110 260 160 C262 190 242 212 212 216'/%3E%3Cpath d='M260 94 C228 98 208 120 204 148'/%3E%3Cpath d='M224 60 C196 62 174 78 168 102'/%3E%3Cpath d='M212 216 c-14 4 -28 -2 -34 -14 c14 -4 28 2 34 14 Z'/%3E%3Cpath d='M204 148 c-12 6 -26 2 -33 -8 c12 -6 26 -2 33 8 Z'/%3E%3C/g%3E%3C/svg%3E"), var(--taj-field);
    background-repeat: no-repeat, no-repeat; background-position: right -8px top 86px, 0 0; background-size: 300px auto, auto; }

  body.distribution-page { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 760'%3E%3Cg fill='none' stroke='%23335a86' opacity='.06' stroke-width='2'%3E%3Cpath d='M64 740 L74 120 M116 740 L106 120'/%3E%3Cpath d='M56 560 H124 M60 400 H120 M64 246 H116'/%3E%3Cpath d='M74 120 Q90 88 106 120 M90 88 V62'/%3E%3Cpath d='M40 740 H140'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 760'%3E%3Cg fill='none' stroke='%23335a86' opacity='.06' stroke-width='2'%3E%3Cpath d='M64 740 L74 120 M116 740 L106 120'/%3E%3Cpath d='M56 560 H124 M60 400 H120 M64 246 H116'/%3E%3Cpath d='M74 120 Q90 88 106 120 M90 88 V62'/%3E%3Cpath d='M40 740 H140'/%3E%3C/g%3E%3C/svg%3E"), var(--taj-field);
    background-repeat: no-repeat, no-repeat, no-repeat; background-position: left -34px bottom -50px, right -34px bottom -50px, 0 0; background-size: 150px auto, 150px auto, auto; }

  body.contact-page { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 300'%3E%3Cg fill='none' stroke='%23a07f3a' opacity='.07' stroke-width='2'%3E%3Cpath d='M60 250 C60 180 100 132 120 118 C140 132 180 180 180 250'/%3E%3Cpath d='M120 118 V64 M104 86 H136 M110 74 H130'/%3E%3Ccircle cx='120' cy='54' r='5'/%3E%3C/g%3E%3C/svg%3E"), var(--taj-field);
    background-repeat: no-repeat, no-repeat; background-position: right 8vw top 96px, 0 0; background-size: 200px auto, auto; }

  body.privacy-page, body.terms-page { background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 14'%3E%3Cg fill='none' stroke='%23a07f3a' opacity='.05' stroke-width='1'%3E%3Cpath d='M0 3.5 H160 M0 10.5 H160'/%3E%3Cpath d='M80 1 L86 7 L80 13 L74 7 Z'/%3E%3C/g%3E%3C/svg%3E"), var(--taj-field);
    background-repeat: repeat-x, no-repeat; background-position: 0 92px, 0 0; background-size: 160px 14px, auto; }
}

@media (prefers-reduced-motion: reduce) { .gallery-filter { backdrop-filter: none; } }

/* Gallery rail spans the full column — nothing can sit beneath its edge */
.gallery-filter { width: 100%; justify-content: center; margin-bottom: 30px; }

/* ============================================================
   CORRECTION LAYER — strict pass (typography roles, contrast,
   overlap categoricals, royal navigation states)
   ============================================================ */

:root {
  --font-display: var(--display-font);
  --font-editorial: var(--display-font);
  --font-ui: var(--ui-font);
  --font-size-hero: clamp(1.6rem, 2vw, 2.1rem);
  --font-size-page-title: clamp(2.05rem, 3.6vw, 3.15rem);
  --font-size-section: clamp(1.66rem, 2.5vw, 2.42rem);
  --font-size-subheading: clamp(1.2rem, 1.5vw, 1.46rem);
  --font-size-body-lead: clamp(1.22rem, 1.4vw, 1.36rem);
  --font-size-body: clamp(1.13rem, 1.25vw, 1.26rem);
  --font-size-small: clamp(0.92rem, 1vw, 1rem);
  --line-height-tight: 1.08;
  --line-height-heading: 1.14;
  --line-height-body: 1.64;
  --tracking-display: 0.012em;
  --tracking-nav: 0.13em;
  --tracking-label: 0.22em;
}
main h1:not(.sr-only) { font-size: var(--font-size-page-title); line-height: var(--line-height-tight); letter-spacing: var(--tracking-display); }
h2 { font-size: var(--font-size-section); line-height: var(--line-height-heading); }
h3 { font-size: var(--font-size-subheading); }
p { font-size: var(--font-size-body); line-height: var(--line-height-body); }
.page-hero__copy > p:last-child, .section__grid p:first-of-type { font-size: var(--font-size-body-lead); }
.section-label { letter-spacing: var(--tracking-label); }
.site-nav a { letter-spacing: var(--tracking-nav); }

/* Contrast corrections */
.fine-line { color: rgba(58, 34, 20, 0.66); }
.link-card__eyebrow, .link-card__eyebrow em { color: var(--taj-label-gold); }
.site-footer p { color: rgba(42, 19, 11, 0.72); font-size: 0.78rem; font-family: var(--ui-font); letter-spacing: 0.06em; }
.gallery-filter a { color: #4a2a14; }
.gallery-filter a:hover, .gallery-filter a:focus-visible { color: #241208; background: rgba(217, 164, 65, 0.22); }

/* Overlap categoricals */
.gallery-filter { position: static; }
.section-label, h1, h2, h3 { overflow-wrap: break-word; }
@media (max-height: 660px) and (min-width: 900px) {
  .home-hero { padding-top: calc(var(--header-height) + 24px); padding-bottom: 60px; }
  .home-hero__logo { width: min(180px, 13vw); }
}

/* Royal navigation states */
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 50%; bottom: 2px; width: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--taj-antique-gold), transparent); transition: width 0.35s var(--motion-ease), left 0.35s var(--motion-ease); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current]::after { left: 12%; width: 76%; }
.has-js .site-nav { border-color: var(--taj-gold-line); background: linear-gradient(180deg, rgba(255,253,246,0.98), rgba(244,234,216,0.96)); box-shadow: 0 26px 60px -24px var(--taj-marble-shadow), inset 0 0 0 1px rgba(255,255,255,0.6); }

/* Mobile heading correction: fluid page titles, left-anchored under 900px */
:root { --font-size-page-title: clamp(1.7rem, 4.2vw + 0.55rem, 3.15rem); }
@media (max-width: 899px) {
  main h1:not(.sr-only) { text-align: left; }
  main h1:not(.sr-only)::after { margin-left: 0; }
  main h1:not(.sr-only) + p { text-align: left; margin-left: 0; margin-right: 0; }
  .page-hero h1, .page-hero--compact h1 { max-width: 26ch; }
}
@media (max-width: 700px) {
  .gallery-filter { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
}

/* Compact-device decisive corrections (highest precedence) */
@media (max-width: 899px) {
  .page-hero__copy { max-width: min(560px, 100%) !important; padding-right: 10px; box-sizing: border-box; }
  main h1:not(.sr-only), .page-hero h1, .page-hero--compact h1 { max-width: 100% !important; font-size: clamp(1.5rem, 6.2vw, 2.05rem) !important; }
  .section__grid { grid-template-columns: minmax(0, 1fr) !important; }
  p { overflow-wrap: anywhere; }
}
@media (max-width: 700px) {
  body .gallery-filter { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; justify-content: flex-start !important; width: 100%; }
  body .gallery-filter a { flex: 0 0 auto; white-space: nowrap; }
}

/* Categorical mobile grid guard: no desktop hero columns under 1060px */
@media (max-width: 1060px) {
  .page-hero { grid-template-columns: minmax(0, 1fr) !important; padding-left: 20px !important; padding-right: 20px !important; }
  .page-hero__copy { grid-column: 1 !important; }
}

/* ============================================================
   ROUND-2 CORRECTIONS: alabaster mobile menu, scroll lock,
   spacing tokens (brief: no heavy dark band, refined toggle)
   ============================================================ */
:root {
  --space-2xs: 4px; --space-xs: 8px; --space-sm: 12px; --space-md: 16px;
  --space-lg: 24px; --space-xl: 40px; --space-2xl: 64px;
  --font-size-caption: clamp(0.85rem, 0.95vw, 0.95rem);
}
html.nav-locked, html.nav-locked body { overflow: hidden; height: 100%; }
@media (max-width: 820px) {
  .has-js .site-header { background: linear-gradient(180deg, rgba(255,253,246,0.97) 0%, rgba(255,250,240,0.9) 68%, rgba(255,248,234,0.55) 88%, rgba(255,248,234,0)); box-shadow: none; }
  .has-js .site-header.is-nav-open { background: linear-gradient(180deg, rgba(255,253,246,0.99), rgba(250,243,230,0.97)); box-shadow: 0 24px 54px -22px var(--taj-marble-shadow), 0 1px 0 var(--taj-gold-line); }
  .nav-toggle { background: linear-gradient(180deg, #fffdf6, #f4ead8); border: 1px solid var(--taj-gold-line); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 10px 24px -12px var(--taj-marble-shadow); color: var(--taj-ink); }
  .nav-toggle span { background: var(--taj-ink); height: 1.5px; }
  .has-js .site-header.is-nav-open .nav-toggle { border-color: var(--taj-antique-gold); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 0 0 3px rgba(198,147,50,0.18); }
  .has-js .site-nav a { font-size: 0.78rem; letter-spacing: 0.12em; }
}

/* ============================================================
   THE CANDLELIT ARCH — poster world layer, 2026-07-28
   Inspired by the theatrical key art Akbar Khan supplied:
   a deep vermilion pishtaq framing candlelit ivory; ornament
   held in disciplined gold-vine borders; ember light rising.
   The site becomes an illuminated panel inside that red world.
   ============================================================ */

:root {
  --taj-poster-crimson: #8c0908;
  --taj-vermilion: #a92516;
  --taj-flame: #ac441b;
  --taj-ember-gold: #cb7b3a;
  --taj-poster-gold: #d9a441;
  --taj-candle-ivory: #fff4dc;
  --taj-poster-shadow: #3c1409;
  --taj-vine-line: rgba(217, 164, 65, 0.55);
  --page-jewel: var(--taj-vermilion);
}
body.distribution-page { --page-jewel: var(--taj-ember-gold); }
body.gallery-page { --page-jewel: var(--taj-emerald); }
body.press-page { --page-jewel: var(--taj-flame); }

/* The red world: crimson field with a whisper of vine */
body {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23d9a441' stroke-opacity='.05' stroke-width='2'%3E%3Cpath d='M20 200 C60 170 50 130 90 110 C130 90 120 50 160 20'/%3E%3Cpath d='M60 210 C80 190 78 170 100 160'/%3E%3Cpath d='M140 60 C160 50 162 30 184 22'/%3E%3Ccircle cx='90' cy='110' r='5'/%3E%3Ccircle cx='160' cy='20' r='4'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at 50% -8%, rgba(203, 123, 58, 0.32), transparent 34rem),
    linear-gradient(180deg, #9d1c0e 0%, var(--taj-poster-crimson) 34%, #6b0f08 72%, var(--taj-poster-shadow) 100%);
  background-size: 220px 220px, auto, auto;
}

/* The illuminated panel: content floats as a candlelit manuscript */
main {
  display: block;
  width: min(1280px, 100%);
  margin: 0 auto;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.85), transparent 24rem),
    linear-gradient(180deg, #fffdf4 0px, var(--taj-candle-ivory) 220px, #fbeecd 46%, #f6e2ba 78%, var(--taj-candle-ivory) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 244, 0.8),
    0 0 0 1px var(--taj-vine-line),
    0 0 0 6px rgba(140, 9, 8, 0.35),
    0 44px 110px -40px rgba(20, 4, 2, 0.65);
}
@media (min-width: 1300px) { main { border-radius: 0 0 18px 18px; } }

/* Header joins the panel; a single gold vine binds the top */
.site-header {
  width: min(1280px, 100%);
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 0;
}
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 9px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 12'%3E%3Cg fill='none' stroke='%23d9a441' stroke-width='1.4'%3E%3Cpath d='M0 6 C18 1 26 11 44 6 C62 1 70 11 88 6 C106 1 114 11 132 6 L140 6'/%3E%3Ccircle cx='44' cy='6' r='1.6'/%3E%3Ccircle cx='88' cy='6' r='1.6'/%3E%3C/g%3E%3C/svg%3E") repeat-x center / 140px 12px,
    linear-gradient(180deg, var(--taj-poster-crimson), #6b0f08);
}

/* Ceremonial colour: vermilion labels, ember rules, warm cards */
.section-label { color: var(--taj-vermilion); }
.section-label::before { background: var(--taj-poster-gold); box-shadow: inset 0 0 0 1.5px rgba(255, 250, 236, 0.7); }
main h1:not(.sr-only)::after { background: linear-gradient(90deg, transparent, var(--taj-vermilion) 22%, var(--taj-poster-gold) 50%, var(--taj-vermilion) 78%, transparent); box-shadow: 0 7px 9px -6px rgba(169, 37, 22, 0.4); }
.link-card, .press-card, .video-card, .feature-strip article, .gallery-item {
  border-color: rgba(169, 37, 22, 0.28);
  background: linear-gradient(168deg, #fffdf3 0%, var(--taj-candle-ivory) 58%, #f7e5bd 100%);
}
.link-card:hover, .press-card:hover, .link-card:focus-within, .press-card:focus-within {
  border-color: color-mix(in srgb, var(--page-jewel) 62%, var(--taj-vine-line));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6), 0 26px 54px -20px rgba(90, 22, 8, 0.35), 0 0 0 4px color-mix(in srgb, var(--page-jewel) 11%, transparent);
}
.button { border-color: rgba(169, 37, 22, 0.42); }
.button--primary { background: linear-gradient(135deg, #f2cf7a, var(--taj-poster-gold) 55%, var(--taj-ember-gold)); }
a:focus-visible, .button:focus-visible, .nav-toggle:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline-color: var(--taj-vermilion); }
::selection { background: rgba(169, 37, 22, 0.92); color: #fff4dc; }
.site-nav a[aria-current], .site-nav a[aria-current="page"] { color: var(--taj-vermilion); }
.taj-line-drawing { color: var(--taj-ember-gold); }
.taj-line-drawing--silver { color: var(--taj-ember-gold); opacity: 0.55; }

/* Candle light replaces moon light in the hero shadow */
.home-hero__image::after { background: linear-gradient(180deg, rgba(60, 20, 9, 0.02) 0%, rgba(60, 20, 9, 0.12) 42%, rgba(74, 15, 8, 0.82) 86%, var(--taj-poster-shadow) 100%); }
.trailer-embed { background: radial-gradient(circle at 50% 44%, rgba(203, 123, 58, 0.2), transparent 36%), #200705; }

/* Footer: the credit block — gold script on crimson, vine above */
.site-footer {
  border-top: 0; margin-top: clamp(16px, 3vw, 40px);
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 12'%3E%3Cg fill='none' stroke='%23d9a441' stroke-width='1.4'%3E%3Cpath d='M0 6 C18 1 26 11 44 6 C62 1 70 11 88 6 C106 1 114 11 132 6 L140 6'/%3E%3C/g%3E%3C/svg%3E") repeat-x top center / 140px 12px,
    linear-gradient(180deg, var(--taj-poster-crimson) 0%, #6b0f08 58%, var(--taj-poster-shadow) 100%);
}
.site-footer a { color: #f2cf7a; }
.site-footer a:hover, .site-footer a:focus-visible { color: #ffe9b0; }
.site-footer p { color: rgba(247, 231, 195, 0.88); }
.site-footer img { filter: drop-shadow(0 6px 18px rgba(0,0,0,0.4)); }

/* The director, within his arch */
.director-portrait { margin: 0 auto 22px; width: min(330px, 100%); }
.director-portrait img {
  width: 100%; height: auto; display: block;
  border-radius: 999px 999px 14px 14px / 46% 46% 14px 14px;
  border: 1px solid var(--taj-vine-line);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6), 0 0 0 7px var(--taj-candle-ivory), 0 0 0 8px rgba(169, 37, 22, 0.55), 0 30px 60px -26px rgba(90, 22, 8, 0.5);
}
.director-portrait figcaption { margin-top: 14px; text-align: center; font-family: var(--ceremony-font); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.14em; color: var(--taj-vermilion); text-transform: uppercase; }

@media (max-width: 899px) {
  main, .site-header { width: 100%; }
  body { background-size: 180px 180px, auto, auto; }
}

/* ============================================================
   THE ILLUMINATED FRAME — dimensional poster-world, layer II
   Embossed gold relief, lacquered crimson, arch portals,
   engraved flourishes. Hand-drawn SVG, CSS only.
   ============================================================ */

/* Lacquered red world: turbulence grain + vignette + ember column */
body {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='2' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 0.86 0 0 0 0 0.55 0 0 0 0 0.24 0 0 0 0.055 0'/%3E%3C/filter%3E%3Crect width='420' height='420' filter='url(%23g)'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23e8b054' stroke-opacity='.07' stroke-width='2'%3E%3Cpath d='M20 200 C60 170 50 130 90 110 C130 90 120 50 160 20'/%3E%3Cpath d='M60 210 C80 190 78 170 100 160'/%3E%3Cpath d='M140 60 C160 50 162 30 184 22'/%3E%3Ccircle cx='90' cy='110' r='5'/%3E%3Ccircle cx='160' cy='20' r='4'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(ellipse at 50% -6%, rgba(224, 138, 48, 0.5), rgba(203, 123, 58, 0.14) 30rem, transparent 44rem),
    radial-gradient(ellipse at 50% 108%, rgba(160, 60, 18, 0.35), transparent 30rem),
    radial-gradient(ellipse at -12% 50%, rgba(20, 3, 2, 0.55), transparent 26rem),
    radial-gradient(ellipse at 112% 50%, rgba(20, 3, 2, 0.55), transparent 26rem),
    linear-gradient(180deg, #a5200f 0%, #8c0908 32%, #700f07 62%, #4a0d05 88%, #350a04 100%);
  background-size: 420px 420px, 220px 220px, auto, auto, auto, auto, auto;
  background-attachment: fixed, scroll, fixed, fixed, fixed, fixed, fixed;
}

/* The illuminated frame: embossed vine border with corner medallions */
main { position: relative; box-shadow: 0 60px 140px -50px rgba(12, 2, 1, 0.85); }
main::before {
  content: ""; position: absolute; inset: -26px; pointer-events: none; z-index: 5;
  border: 26px solid transparent;
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 360'%3E%3Cdefs%3E%3Cg id='v'%3E%3Cpath d='M0 0 C12 -16 24 16 36 0 C48 -16 60 16 72 0' fill='none' stroke='%23472007' stroke-width='5'/%3E%3Cpath d='M0 0 C12 -16 24 16 36 0 C48 -16 60 16 72 0' fill='none' stroke='%23f0c56e' stroke-width='2.4'/%3E%3Ccircle cx='18' cy='-7' r='2.6' fill='%23f0c56e'/%3E%3Ccircle cx='54' cy='7' r='2.6' fill='%23f0c56e'/%3E%3C/g%3E%3Cg id='m'%3E%3Ccircle r='15' fill='none' stroke='%23472007' stroke-width='5'/%3E%3Ccircle r='15' fill='none' stroke='%23f0c56e' stroke-width='2.2'/%3E%3Ccircle r='5.5' fill='%23f0c56e'/%3E%3Cpath d='M0 -26 L5 -17 L0 -12 L-5 -17 Z M26 0 L17 5 L12 0 L17 -5 Z M0 26 L5 17 L0 12 L-5 17 Z M-26 0 L-17 5 L-12 0 L-17 -5 Z' fill='%23f0c56e' stroke='%23472007' stroke-width='1.4'/%3E%3C/g%3E%3C/defs%3E%3Crect x='3' y='3' width='354' height='354' fill='none' stroke='%23f0c56e' stroke-width='2.4'/%3E%3Crect x='9' y='9' width='342' height='342' fill='none' stroke='%235c2a0a' stroke-width='2'/%3E%3Crect x='53' y='53' width='254' height='254' fill='none' stroke='%23f0c56e' stroke-width='1.8'/%3E%3Crect x='57' y='57' width='246' height='246' fill='none' stroke='%235c2a0a' stroke-width='1.4'/%3E%3Cuse href='%23v' x='72' y='31'/%3E%3Cuse href='%23v' x='144' y='31'/%3E%3Cuse href='%23v' x='216' y='31'/%3E%3Cuse href='%23v' x='72' y='329'/%3E%3Cuse href='%23v' x='144' y='329'/%3E%3Cuse href='%23v' x='216' y='329'/%3E%3Cg transform='rotate(90 180 180)'%3E%3Cuse href='%23v' x='72' y='31'/%3E%3Cuse href='%23v' x='144' y='31'/%3E%3Cuse href='%23v' x='216' y='31'/%3E%3Cuse href='%23v' x='72' y='329'/%3E%3Cuse href='%23v' x='144' y='329'/%3E%3Cuse href='%23v' x='216' y='329'/%3E%3C/g%3E%3Cuse href='%23m' x='31' y='31'/%3E%3Cuse href='%23m' x='329' y='31'/%3E%3Cuse href='%23m' x='31' y='329'/%3E%3Cuse href='%23m' x='329' y='329'/%3E%3C/svg%3E") 62 / 26px repeat;
  filter: drop-shadow(0 2px 3px rgba(15, 3, 1, 0.6));
}
@media (max-width: 1339px) { main::before { inset: 0; border-width: 18px; border-image-width: 18px; } }
@media (max-width: 899px) { main::before { border-width: 12px; border-image-width: 12px; } }

/* Slow candle shimmer along the frame (desktop, motion-permitting) */
@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  main::after {
    content: ""; position: absolute; inset: -26px; pointer-events: none; z-index: 6;
    background: linear-gradient(115deg, transparent 42%, rgba(255, 226, 150, 0.16) 50%, transparent 58%);
    background-size: 300% 100%;
    animation: taj-frame-shimmer 13s ease-in-out infinite alternate;
    mix-blend-mode: screen;
  }
  @keyframes taj-frame-shimmer { from { background-position: 0% 0; } to { background-position: 100% 0; } }
}

/* Arch portal: a glowing dimensional gateway behind every page opening */
.page-hero { isolation: isolate; }
.page-hero::before {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: min(720px, 86%); height: 118%; pointer-events: none; z-index: -3;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 560' preserveAspectRatio='xMidYMax meet'%3E%3Cg fill='none'%3E%3Cpath d='M60 560 V300 C60 170 180 80 360 48 C540 80 660 170 660 300 V560' stroke='%236b3d10' stroke-width='10'/%3E%3Cpath d='M60 560 V300 C60 170 180 80 360 48 C540 80 660 170 660 300 V560' stroke='%23f0c56e' stroke-width='3.4'/%3E%3Cpath d='M96 560 V310 C96 196 202 112 360 84 C518 112 624 196 624 310 V560' stroke='%23a3541a' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E") bottom center / 100% auto no-repeat,
    radial-gradient(ellipse at 50% 92%, rgba(224, 138, 48, 0.30), rgba(203, 123, 58, 0.10) 46%, transparent 70%);
}
.page-hero::after { z-index: -4; }

/* Engraved flourish beneath every page title */
main h1:not(.sr-only)::after {
  width: clamp(190px, 26vw, 300px); height: 26px; background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 26'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M8 13 H108 M192 13 H292' stroke='%23a3541a' stroke-width='3'/%3E%3Cpath d='M8 13 H108 M192 13 H292' stroke='%23f0c56e' stroke-width='1.4'/%3E%3Cpath d='M112 13 C122 3 132 3 138 13 C132 23 122 23 112 13 Z M188 13 C178 3 168 3 162 13 C168 23 178 23 188 13 Z' stroke='%23a3541a' stroke-width='3.4'/%3E%3Cpath d='M112 13 C122 3 132 3 138 13 C132 23 122 23 112 13 Z M188 13 C178 3 168 3 162 13 C168 23 178 23 188 13 Z' stroke='%23f0c56e' stroke-width='1.6'/%3E%3Cpath d='M150 2 L156 13 L150 24 L144 13 Z' fill='%23f0c56e' stroke='%23824a12' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
  box-shadow: none;
}

/* Dimensional relief: cards tilt toward the candle, gilded buttons */
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .link-card:hover, .press-card:hover, .video-card:hover {
    transform: perspective(900px) translateY(-5px) rotateX(1.4deg);
  }
}
.link-card, .press-card, .video-card, .feature-strip article, .gallery-item {
  box-shadow: inset 0 1.5px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(140, 60, 20, 0.18), 0 1px 0 rgba(255,255,255,0.5), 0 20px 46px -22px rgba(90, 22, 8, 0.4);
}
.button { box-shadow: inset 0 1.5px 0 rgba(255, 253, 240, 0.65), inset 0 -2px 3px rgba(122, 62, 12, 0.35), 0 12px 26px -12px rgba(60, 14, 6, 0.55); }
.button--primary { text-shadow: 0 1px 0 rgba(255, 244, 214, 0.65); }

/* The director within a true pointed arch, matted in gold and crimson */
.director-portrait { position: relative; width: min(340px, 100%); filter: drop-shadow(0 30px 44px rgba(60, 14, 6, 0.45)); }
.director-portrait::before {
  content: ""; position: absolute; inset: -13px -13px -2px; z-index: 0;
  background: linear-gradient(180deg, #f0c56e, #b06a20 40%, #8c0908 78%, #5c1508);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 880 1280' preserveAspectRatio='none'%3E%3Cpath d='M0 1280 V420 C0 185 185 55 440 16 C695 55 880 185 880 420 V1280 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 880 1280' preserveAspectRatio='none'%3E%3Cpath d='M0 1280 V420 C0 185 185 55 440 16 C695 55 880 185 880 420 V1280 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
.director-portrait img {
  position: relative; z-index: 1; border-radius: 0; border: 0; box-shadow: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 880 1280' preserveAspectRatio='none'%3E%3Cpath d='M0 1280 V420 C0 185 185 55 440 16 C695 55 880 185 880 420 V1280 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 880 1280' preserveAspectRatio='none'%3E%3Cpath d='M0 1280 V420 C0 185 185 55 440 16 C695 55 880 185 880 420 V1280 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}
@supports not (mask: url("")) {
  .director-portrait img { border-radius: 999px 999px 14px 14px / 46% 46% 14px 14px; }
  .director-portrait::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  main::after { display: none; }
  .link-card:hover, .press-card:hover, .video-card:hover { transform: none; }
}

/* ============================================================
   THE CARVED WORLD — dimensional poster-world, layer III
   Museum-carved gold moldings on every photograph, gilded
   inlaid panels, a soft portal of light that never crosses a
   title, a wider red world, lacquered footer depth. 2026-08-01
   ============================================================ */

/* The red world breathes: the panel narrows on wide screens */
@media (min-width: 1240px) {
  main, .site-header { width: min(1180px, 100%); }
}

/* Manuscript grain across the illuminated panel */
main {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='p'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' seed='11'/%3E%3CfeColorMatrix values='0 0 0 0 0.45 0 0 0 0 0.29 0 0 0 0 0.12 0 0 0 0.032 0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23p)'/%3E%3C/svg%3E"),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.85), transparent 24rem),
    linear-gradient(180deg, #fffdf4 0px, var(--taj-candle-ivory) 220px, #fbeecd 46%, #f6e2ba 78%, var(--taj-candle-ivory) 100%);
  background-size: 300px 300px, auto, auto;
}

/* The portal, softened: a wide arch of light that never crosses the title */
.page-hero { overflow: hidden; }
.page-hero::before {
  width: min(1240px, 114%); height: 132%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1240 720' preserveAspectRatio='xMidYMax meet'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M26 720 V330 C26 160 260 60 620 34 C980 60 1214 160 1214 330 V720' stroke='%236b3d10' stroke-opacity='.5' stroke-width='9'/%3E%3Cpath d='M26 720 V330 C26 160 260 60 620 34 C980 60 1214 160 1214 330 V720' stroke='%23f0c56e' stroke-opacity='.62' stroke-width='3'/%3E%3Cpath d='M62 720 V342 C62 190 282 96 620 70 C958 96 1178 190 1178 342 V720' stroke='%23a3541a' stroke-opacity='.4' stroke-width='1.6'/%3E%3C/g%3E%3C/svg%3E") bottom center / 100% auto no-repeat,
    radial-gradient(ellipse at 50% 96%, rgba(224, 138, 48, 0.26), rgba(203, 123, 58, 0.09) 48%, transparent 72%);
}
@media (max-width: 1020px) {
  .page-hero::before { background: radial-gradient(ellipse at 50% 96%, rgba(224, 138, 48, 0.24), rgba(203, 123, 58, 0.08) 46%, transparent 70%); }
}

/* Every photograph is carved into the world: gold molding + ivory mat */
.gallery-card img, .link-card__media img, .story-panel__image img {
  box-sizing: border-box;
  border: 9px solid transparent;
  padding: 6px;
  background:
    linear-gradient(180deg, #fffdf2, #f8ecd2) padding-box,
    linear-gradient(140deg, #f6d992 0%, #c8913e 26%, #f3cf7c 42%, #8a4d12 60%, #edc46a 78%, #a3541a 100%) border-box;
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55), 0 18px 38px -16px rgba(70, 16, 6, 0.55), 0 6px 14px -8px rgba(70, 16, 6, 0.4);
}

/* The featured trailer sits in a carved proscenium */
.trailer-embed {
  border: 11px solid transparent;
  border-radius: 10px;
  background: linear-gradient(140deg, #f6d992 0%, #c8913e 26%, #f3cf7c 42%, #8a4d12 60%, #edc46a 78%, #a3541a 100%) border-box;
  box-shadow: 0 30px 70px -30px rgba(20, 4, 2, 0.8), 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Gilded panels: cards become inlaid plaques */
.link-card, .press-card, .video-card, .feature-strip article {
  border: 1px solid rgba(163, 84, 26, 0.55);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.75),
    inset 0 0 0 4px rgba(240, 197, 110, 0.3),
    inset 0 0 0 5px rgba(163, 84, 26, 0.22),
    inset 0 2px 0 rgba(255, 255, 255, 0.85),
    0 28px 60px -26px rgba(70, 16, 6, 0.55),
    0 10px 22px -12px rgba(70, 16, 6, 0.4);
}

/* The chapter tray beneath the hero: an inlaid ivory sill */
.hero-chapters {
  background: linear-gradient(180deg, rgba(255, 252, 243, 0.95), rgba(246, 233, 205, 0.92));
  border-top: 1px solid rgba(240, 197, 110, 0.8);
  box-shadow: 0 -18px 40px -22px rgba(40, 8, 3, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.9), inset 0 -6px 14px -8px rgba(163, 84, 26, 0.25);
}
.hero-chapters a { border-right-color: rgba(198, 147, 50, 0.35); }
.hero-chapters a:hover, .hero-chapters a:focus-visible { background: linear-gradient(180deg, rgba(240, 197, 110, 0.28), rgba(240, 197, 110, 0.12)); }

/* The gallery filter: a gilded rail */
.gallery-filter {
  border: 1px solid rgba(198, 147, 50, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 40px -18px rgba(70, 16, 6, 0.35);
}

/* Lacquered footer: carved depth in the crimson beam */
.site-footer {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 12'%3E%3Cg fill='none' stroke='%23d9a441' stroke-width='1.4'%3E%3Cpath d='M0 6 C18 1 26 11 44 6 C62 1 70 11 88 6 C106 1 114 11 132 6 L140 6'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='2' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 0.86 0 0 0 0 0.55 0 0 0 0 0.24 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='420' height='420' filter='url(%23g)'/%3E%3C/svg%3E"),
    linear-gradient(180deg, var(--taj-poster-crimson) 0%, #6b0f08 58%, var(--taj-poster-shadow) 100%);
  background-size: 140px 12px, 420px 420px, auto;
  background-repeat: repeat-x, repeat, no-repeat;
  background-position: top center, center, center;
  box-shadow: inset 0 26px 50px -30px rgba(0, 0, 0, 0.75), inset 0 -40px 70px -50px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(240, 197, 110, 0.35);
}

/* The director's mat hugs the photograph, not the caption */
.director-portrait::before { inset: auto; top: -13px; left: -13px; right: -13px; height: auto; aspect-ratio: 359/500; }

/* Smaller moldings on small screens */
@media (max-width: 640px) {
  .gallery-card img, .link-card__media img, .story-panel__image img { border-width: 7px; padding: 4px; }
  .trailer-embed { border-width: 8px; }
}

/* Engraved fillet where molding meets the mat */
.gallery-card img, .link-card__media img, .story-panel__image img { outline: 1.5px solid rgba(122, 62, 12, 0.5); outline-offset: -16px; }
.trailer-embed { outline: 1.5px solid rgba(122, 62, 12, 0.55); outline-offset: -11px; }
@media (max-width: 640px) {
  .gallery-card img, .link-card__media img, .story-panel__image img { outline-offset: -12px; }
  .trailer-embed { outline-offset: -8px; }
}

/* Grand fluted frames for the large story panels */
.story-panel__image img {
  border-width: 14px; padding: 10px;
  background:
    linear-gradient(180deg, #fffdf2, #f6ead0) padding-box,
    repeating-linear-gradient(135deg, #f6d992 0 9px, #d8a44c 9px 15px, #8a4d12 15px 18px, #edc46a 18px 28px) border-box;
  outline-offset: -15px;
}
@media (max-width: 640px) { .story-panel__image img { border-width: 10px; padding: 7px; outline-offset: -11px; } }

/* ============================================================
   THE CARVED WORLD — layer IV: one red world on every page
   The lacquered crimson field outranks the old pale bespoke
   page motifs; royal-blue relics re-tuned to ember and gold.
   ============================================================ */

body.home-page, body.about-page, body.story-page, body.videos-page,
body.gallery-page, body.press-page, body.media-kit-page,
body.distribution-page, body.contact-page, body.privacy-page,
body.terms-page, body.error-page {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='2' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 0.86 0 0 0 0 0.55 0 0 0 0 0.24 0 0 0 0.055 0'/%3E%3C/filter%3E%3Crect width='420' height='420' filter='url(%23g)'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23e8b054' stroke-opacity='.07' stroke-width='2'%3E%3Cpath d='M20 200 C60 170 50 130 90 110 C130 90 120 50 160 20'/%3E%3Cpath d='M60 210 C80 190 78 170 100 160'/%3E%3Cpath d='M140 60 C160 50 162 30 184 22'/%3E%3Ccircle cx='90' cy='110' r='5'/%3E%3Ccircle cx='160' cy='20' r='4'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(ellipse at 50% -6%, rgba(224, 138, 48, 0.5), rgba(203, 123, 58, 0.14) 30rem, transparent 44rem),
    radial-gradient(ellipse at 50% 108%, rgba(160, 60, 18, 0.35), transparent 30rem),
    radial-gradient(ellipse at -12% 50%, rgba(20, 3, 2, 0.55), transparent 26rem),
    radial-gradient(ellipse at 112% 50%, rgba(20, 3, 2, 0.55), transparent 26rem),
    linear-gradient(180deg, #a5200f 0%, #8c0908 32%, #700f07 62%, #4a0d05 88%, #350a04 100%);
  background-size: 420px 420px, 220px 220px, auto, auto, auto, auto, auto;
  background-repeat: repeat, repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0;
  background-attachment: fixed, scroll, fixed, fixed, fixed, fixed, fixed;
}
@media (max-width: 899px) {
  body.home-page, body.about-page, body.story-page, body.videos-page,
  body.gallery-page, body.press-page, body.media-kit-page,
  body.distribution-page, body.contact-page, body.privacy-page,
  body.terms-page, body.error-page { background-size: 420px 420px, 180px 180px, auto, auto, auto, auto, auto; }
}

/* Distribution and videos: lapis relics re-gilded */
body.distribution-page .section-label { color: var(--taj-vermilion); }
body.distribution-page .button--primary {
  background: linear-gradient(135deg, #f2cf7a, var(--taj-poster-gold) 55%, var(--taj-ember-gold));
  box-shadow: inset 0 1.5px 0 rgba(255, 253, 240, 0.65), inset 0 -2px 3px rgba(122, 62, 12, 0.35), 0 12px 26px -12px rgba(60, 14, 6, 0.55);
}
body.videos-page { --page-jewel: var(--taj-ember-gold); }

/* The canvas itself is lacquer: no pale void below short pages */
html { background: #350a04; }
body { min-height: 100svh; }

/* ============================================================
   THE CARVED WORLD — layer V: edge-to-edge photographs
   No white gutters: images fill their carved frames (cover),
   mats deepen to parchment, page openings glow warm ivory.
   ============================================================ */

/* Photographs fill their frames completely — no letterbox bars */
.gallery-card img, .link-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.link-card__media { background: #2a1206; }

/* Mats: warm parchment, never white */
.gallery-card img, .link-card__media img {
  background:
    linear-gradient(180deg, #f9efd6, #eeddb4) padding-box,
    linear-gradient(140deg, #f6d992 0%, #c8913e 26%, #f3cf7c 42%, #8a4d12 60%, #edc46a 78%, #a3541a 100%) border-box;
}
.story-panel__image img {
  background:
    linear-gradient(180deg, #f9efd6, #eeddb4) padding-box,
    repeating-linear-gradient(135deg, #f6d992 0 9px, #d8a44c 9px 15px, #8a4d12 15px 18px, #edc46a 18px 28px) border-box;
}

/* Page openings: warm parchment light in place of blank white */
.page-hero { background: linear-gradient(180deg, #fffaef 0%, #fcf2da 52%, #f7e7c6 100%); }

/* Every gallery frame filled — no side mats on portrait stills */
.gallery-card[class] img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
