/* ============================================================
   BRENDAN PAUL PRODUCTIONS — Shared design system
   Editorial / cinematic wedding film brand
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap');

:root {
  /* --- Color: warm, light, editorial --- */
  --paper:        oklch(0.985 0.008 85);   /* warm off-white */
  --paper-2:      oklch(0.965 0.011 82);   /* soft beige */
  --beige:        oklch(0.935 0.015 78);   /* deeper warm neutral */
  --beige-deep:   oklch(0.895 0.018 76);
  --ink:          oklch(0.235 0.012 60);   /* warm near-black */
  --ink-soft:     oklch(0.40 0.012 62);
  --ink-mute:     oklch(0.55 0.010 65);
  --line:         oklch(0.235 0.012 60 / 0.14);
  --gold:         oklch(0.72 0.072 78);    /* muted gold accent */
  --gold-deep:    oklch(0.62 0.075 72);
  --noir:         oklch(0.20 0.010 60);    /* cinematic dark sections */
  --noir-2:       oklch(0.165 0.010 58);

  /* --- Type --- */
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:  'Jost', system-ui, -apple-system, sans-serif;

  /* --- Rhythm --- */
  --maxw: 1280px;
  --gutter: clamp(20px, 5vw, 72px);
  --nav-h: 76px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--gold); color: var(--paper); }

/* ---------- Typography ---------- */
.display, h1, h2, h3 { font-family: var(--serif); font-weight: 300; line-height: 1.04; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.8rem, 7vw, 6.2rem); }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2.3rem); }
.serif-it { font-style: italic; }

.eyebrow {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.eyebrow.light { color: var(--gold); }
.lede {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  color: var(--ink-soft);
  font-weight: 300;
  line-height: 1.7;
  max-width: 56ch;
}
.muted { color: var(--ink-mute); }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(80px, 12vw, 170px); }
.section.tight { padding-block: clamp(56px, 8vw, 110px); }
.center { text-align: center; }
.divider { width: 56px; height: 1px; background: var(--gold); margin: 28px 0; }
.center .divider { margin-inline: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.7em;
  font-family: var(--sans); font-weight: 400;
  font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 1.05em 2.1em;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  border-radius: 999px;
  transition: background .5s var(--ease), color .5s var(--ease), border-color .5s var(--ease), transform .4s var(--ease);
  white-space: nowrap;
}
.btn:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.btn.solid { background: var(--ink); color: var(--paper); }
.btn.solid:hover { background: transparent; color: var(--ink); }
.btn.gold { border-color: var(--gold-deep); color: var(--gold-deep); }
.btn.gold:hover { background: var(--gold-deep); color: var(--paper); border-color: var(--gold-deep); }
.btn.light { border-color: oklch(1 0 0 / 0.6); color: var(--paper); }
.btn.light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn.light.solid { background: var(--paper); color: var(--ink); }
.btn.light.solid:hover { background: transparent; color: var(--paper); border-color: var(--paper); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 0.6em; white-space: nowrap;
  font-size: 0.76rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink); position: relative; padding-bottom: 4px;
}
.link-arrow::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.link-arrow:hover::after { transform: scaleX(1); }
.link-arrow .ar { transition: transform .4s var(--ease); }
.link-arrow:hover .ar { transform: translateX(5px); }

/* ============================================================
   PHOTO PLACEHOLDERS — warm, photographic, cinematic
   ============================================================ */
.ph { position: relative; overflow: hidden; background: var(--beige); isolation: isolate; }
.ph::after {  /* film grain */
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  opacity: 0.5; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.ph::before { /* vignette */
  content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(120% 120% at 50% 30%, transparent 50%, oklch(0.2 0.02 60 / 0.22) 100%);
}
.ph > .ph-label {
  position: absolute; z-index: 3; left: 16px; top: 14px;
  font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: oklch(1 0 0 / 0.7); font-weight: 400;
  display: inline-flex; align-items: center; gap: 8px; max-width: calc(100% - 32px);
}
.ph > .ph-label::before { content: ''; width: 16px; height: 1px; background: oklch(1 0 0 / 0.7); }

/* duotone scene variants — golden-hour / blush / sage / dusk / mono */
.ph-warm  { background: linear-gradient(150deg, oklch(0.86 0.07 75) 0%, oklch(0.66 0.09 55) 55%, oklch(0.4 0.05 45) 100%); }
.ph-blush { background: linear-gradient(155deg, oklch(0.9 0.04 30) 0%, oklch(0.74 0.06 25) 50%, oklch(0.5 0.05 30) 100%); }
.ph-sage  { background: linear-gradient(150deg, oklch(0.88 0.03 130) 0%, oklch(0.62 0.04 140) 55%, oklch(0.38 0.03 150) 100%); }
.ph-dusk  { background: linear-gradient(160deg, oklch(0.78 0.05 60) 0%, oklch(0.5 0.06 35) 45%, oklch(0.28 0.04 280) 100%); }
.ph-mono  { background: linear-gradient(150deg, oklch(0.8 0.01 70) 0%, oklch(0.5 0.012 65) 55%, oklch(0.28 0.012 60) 100%); }
.ph-noir  { background: linear-gradient(155deg, oklch(0.42 0.02 60) 0%, oklch(0.26 0.015 58) 60%, oklch(0.16 0.01 55) 100%); }
.ph-light { background: linear-gradient(150deg, oklch(0.94 0.02 80) 0%, oklch(0.86 0.03 70) 100%); }
.ph-light::before { background: radial-gradient(120% 120% at 50% 30%, transparent 60%, oklch(0.3 0.02 60 / 0.12) 100%); }

/* soft light bloom to feel photographic */
.ph-warm::before, .ph-dusk::before { background: radial-gradient(80% 60% at 70% 20%, oklch(0.95 0.08 85 / 0.5) 0%, transparent 55%), radial-gradient(120% 120% at 50% 40%, transparent 45%, oklch(0.2 0.02 60 / 0.3) 100%); }

/* play button overlay for film cards */
.ph .play {
  position: absolute; inset: 0; z-index: 3; display: grid; place-items: center;
}
.ph .play span {
  width: 74px; height: 74px; border-radius: 50%;
  border: 1px solid oklch(1 0 0 / 0.7); display: grid; place-items: center;
  backdrop-filter: blur(2px); background: oklch(1 0 0 / 0.06);
  transition: transform .5s var(--ease), background .5s var(--ease), border-color .5s var(--ease);
}
.ph .play span::after { content: ''; margin-left: 4px; border-left: 13px solid oklch(1 0 0 / 0.92); border-top: 8px solid transparent; border-bottom: 8px solid transparent; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center;
  transition: background .5s var(--ease), backdrop-filter .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav.scrolled { background: oklch(0.985 0.008 85 / 0.82); backdrop-filter: blur(14px) saturate(1.2); border-bottom-color: var(--line); }
.nav.on-dark:not(.scrolled) { color: var(--paper); }
.nav.on-dark:not(.scrolled) .brand-sub { color: oklch(1 0 0 / 0.6); }

.brand { display: flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.brand .brand-name { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; letter-spacing: 0.04em; white-space: nowrap; }
.brand .brand-sub { font-family: var(--sans); font-size: 0.52rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--ink-mute); margin-top: 3px; }
.brand { align-items: center; flex-direction: row; }
.brand-logo { height: 34px; width: auto; display: block; }
.brand-logo-light { display: none; }
.nav.on-dark:not(.scrolled) .brand-logo-dark { display: none; }
.nav.on-dark:not(.scrolled) .brand-logo-light { display: block; }
.f-logo { display: inline-block; }
.f-logo img { height: 48px; width: auto; display: block; }

.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 40px); }
.nav-links a { font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 400; position: relative; padding: 6px 0; transition: opacity .3s; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--gold-deep); }
.nav.on-dark:not(.scrolled) .nav-links a.active { color: var(--gold); }
.nav-enquire {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.7em 1.5em; border: 1px solid currentColor; border-radius: 999px;
  transition: background .4s var(--ease), color .4s var(--ease);
}
.nav:not(.on-dark) .nav-enquire:hover, .nav.scrolled .nav-enquire:hover { background: var(--ink); color: var(--paper); }
.nav.on-dark:not(.scrolled) .nav-enquire:hover { background: var(--paper); color: var(--ink); }

.nav-toggle { display: none; width: 30px; height: 18px; position: relative; }
.nav-toggle span { position: absolute; left: 0; width: 100%; height: 1.5px; background: currentColor; transition: transform .4s var(--ease), opacity .3s; }
.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 8px; }
.nav-toggle span:nth-child(3) { top: 16px; }

/* mobile menu overlay */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: var(--noir); color: var(--paper);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px;
  opacity: 0; visibility: hidden; transition: opacity .6s var(--ease), visibility .6s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu a { font-family: var(--serif); font-size: clamp(2rem, 9vw, 3.4rem); font-weight: 300; padding: 8px 0; opacity: 0; transform: translateY(18px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.mobile-menu.open a { opacity: 1; transform: none; }
.mobile-menu a:nth-child(1){transition-delay:.1s}.mobile-menu a:nth-child(2){transition-delay:.16s}.mobile-menu a:nth-child(3){transition-delay:.22s}.mobile-menu a:nth-child(4){transition-delay:.28s}.mobile-menu a:nth-child(5){transition-delay:.34s}.mobile-menu a:nth-child(6){transition-delay:.4s}
.mobile-menu .mm-foot { margin-top: 40px; font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: oklch(1 0 0 / 0.5); opacity: 1; transform: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: var(--paper); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg .ph { position: absolute; inset: -8% ; width: 116%; height: 116%; animation: kenburns 24s ease-in-out infinite alternate; }
.hero-bg::after { content: ''; position: absolute; inset: 0; z-index: 4; background: linear-gradient(180deg, oklch(0.16 0.02 60 / 0.62) 0%, oklch(0.18 0.02 60 / 0.22) 18%, transparent 42%, transparent 52%, oklch(0.16 0.02 60 / 0.78) 100%); }
@keyframes kenburns { from { transform: scale(1) translate(0,0); } to { transform: scale(1.12) translate(-2%, -2%); } }

.hero-inner { position: relative; z-index: 5; width: 100%; padding-bottom: clamp(48px, 9vh, 110px); }
.hero h1 { color: var(--paper); max-width: 16ch; }
.hero .hero-sub { color: oklch(1 0 0 / 0.86); max-width: 50ch; margin-top: 24px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); font-weight: 300; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }

.scroll-cue { position: absolute; z-index: 5; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; color: oklch(1 0 0 / 0.7); }
.scroll-cue .cue-label { font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; }
.scroll-cue .cue-line { width: 1px; height: 46px; background: oklch(1 0 0 / 0.4); position: relative; overflow: hidden; }
.scroll-cue .cue-line::after { content: ''; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--paper); animation: cue 2.2s var(--ease) infinite; }
@keyframes cue { 0%{transform:translateY(-100%)} 60%,100%{transform:translateY(300%)} }

/* ============================================================
   REVEAL ANIMATIONS  (progressive enhancement:
   visible by default; hidden state only applies once JS adds
   .js-anim to <html>, so content can never get stuck hidden)
   ============================================================ */
.reveal { opacity: 1; transform: none; transition: opacity 1s var(--ease), transform 1s var(--ease); }
.js-anim .reveal { opacity: 0; transform: translateY(34px); }
.js-anim .reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"]{transition-delay:.1s}.reveal[data-d="2"]{transition-delay:.2s}.reveal[data-d="3"]{transition-delay:.3s}.reveal[data-d="4"]{transition-delay:.4s}.reveal[data-d="5"]{transition-delay:.5s}

/* image mask wipe reveal */
.mask-rise { position: relative; }
.mask-rise .ph, .mask-rise img { transition: clip-path 1.3s var(--ease); }
.js-anim .mask-rise .ph, .js-anim .mask-rise img { clip-path: inset(100% 0 0 0); }
.js-anim .mask-rise.in .ph, .js-anim .mask-rise.in img { clip-path: inset(0 0 0 0); }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
  .js-anim .reveal, .js-anim .mask-rise .ph, .js-anim .mask-rise img { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   STATS
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { text-align: center; padding: clamp(24px, 4vw, 40px); border-left: 1px solid var(--line); }
.stat:first-child { border-left: none; }
.stat .num { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 300; line-height: 1; color: var(--ink); }
.stat .num .gold { color: var(--gold-deep); }
.stat .lab { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); margin-top: 14px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--noir); color: oklch(1 0 0 / 0.72); padding-block: clamp(64px, 9vw, 110px) 36px; }
.footer a { transition: color .3s; }
.footer a:hover { color: var(--gold); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; padding-bottom: 56px; border-bottom: 1px solid oklch(1 0 0 / 0.12); }
.footer h3 { color: var(--paper); font-size: 2rem; }
.footer .f-tag { margin-top: 18px; max-width: 34ch; color: oklch(1 0 0 / 0.55); font-size: 0.95rem; }
.footer .f-col h4 { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 20px; }
.footer .f-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer .f-col a { font-size: 0.95rem; color: oklch(1 0 0 / 0.7); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 28px; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: oklch(1 0 0 / 0.45); flex-wrap: wrap; }

/* ============================================================
   SHARED PAGE PIECES
   ============================================================ */
/* page hero (interior pages) */
.page-hero { position: relative; padding-top: calc(var(--nav-h) + clamp(60px, 12vh, 130px)); padding-bottom: clamp(50px, 8vw, 90px); }
.page-hero .eyebrow { margin-bottom: 22px; display: inline-block; }
.page-hero h1 { max-width: 18ch; }
.page-hero .lede { margin-top: 26px; }

/* dark CTA band */
.cta-band { position: relative; background: var(--noir); color: var(--paper); text-align: center; overflow: hidden; }
.cta-band .ph { position: absolute; inset: 0; opacity: 0.32; }
.cta-band .cta-inner { position: relative; z-index: 2; }
.cta-band h2 { color: var(--paper); max-width: 18ch; margin-inline: auto; }
.cta-band .lede { margin-inline: auto; color: oklch(1 0 0 / 0.7); }

/* generic feature row (image + text) */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 96px); align-items: center; }
.feature.flip .feat-media { order: 2; }
.feature .feat-media .ph { aspect-ratio: 4/5; width: 100%; }
.feature .feat-body .eyebrow { display: inline-block; margin-bottom: 20px; }
.feature .feat-body p { margin-top: 22px; color: var(--ink-soft); }

/* ============================================================
   HOME — highlights (editorial asymmetric)
   ============================================================ */
.highlights { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(16px, 2vw, 28px); }
.hl { position: relative; cursor: pointer; }
.hl .ph { width: 100%; height: 100%; transition: transform 1.4s var(--ease); }
.hl:hover .ph { transform: scale(1.04); }
.hl .hl-cap { position: absolute; z-index: 4; left: 22px; right: 22px; bottom: 20px; color: var(--paper); text-shadow: 0 1px 24px oklch(0.2 0.02 60 / 0.55); }
.hl .hl-cap .t { font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 400; line-height: 1.1; }
.hl .hl-cap .m { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: oklch(1 0 0 / 0.75); margin-top: 6px; }
.hl-a { grid-column: span 7; }
.hl-b { grid-column: span 5; }
.hl-c { grid-column: span 5; }
.hl-d { grid-column: span 7; }
.hl-a .ph, .hl-d .ph { aspect-ratio: 16/10; }
.hl-b .ph, .hl-c .ph { aspect-ratio: 4/5; }

/* film play affordance on hover for highlight cards */
.hl .play span { width: 60px; height: 60px; opacity: 0; transform: scale(0.85); }
.hl:hover .play span { opacity: 1; transform: scale(1); }

/* ============================================================
   STORY band
   ============================================================ */
.story { background: var(--beige); text-align: center; }
.story .pull { font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 5.4vw, 4.2rem); line-height: 1.12; max-width: 18ch; margin-inline: auto; }
.story .pull em { color: var(--gold-deep); }

/* ============================================================
   INSTAGRAM strip
   ============================================================ */
.ig-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(8px, 1.2vw, 16px); }
.ig-grid .ph { aspect-ratio: 1; transition: transform 1s var(--ease); }
.ig-cell { position: relative; overflow: hidden; }
.ig-cell::after { content: '⌖'; position: absolute; inset: 0; z-index: 4; display: grid; place-items: center; color: var(--paper); font-size: 1.4rem; opacity: 0; transition: opacity .4s; background: oklch(0.2 0.02 60 / 0.25); }
.ig-cell:hover::after { opacity: 1; }
@media (max-width: 860px) { .ig-grid { grid-template-columns: repeat(3, 1fr); } }

/* ============================================================
   FILMS / PORTFOLIO
   ============================================================ */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: clamp(40px, 6vw, 64px); }
.filter-bar button {
  font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mute);
  padding: 0.7em 1.4em; border-radius: 999px; border: 1px solid transparent; transition: all .4s var(--ease);
}
.filter-bar button:hover { color: var(--ink); }
.filter-bar button.active { color: var(--ink); border-color: var(--ink); }

.film-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px, 3vw, 44px); }
.film { cursor: pointer; }
.film .ph { aspect-ratio: 16/10; width: 100%; }
.film .ph .play span { transition: transform .5s var(--ease), background .5s var(--ease); }
.film:hover .play span { background: var(--gold-deep); border-color: var(--gold-deep); transform: scale(1.06); }
.film .film-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-top: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.film .film-meta .t { font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 400; }
.film .film-meta .c { font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep); white-space: nowrap; }
.film .film-loc { font-size: 0.8rem; letter-spacing: 0.06em; color: var(--ink-mute); margin-top: 10px; }
@media (max-width: 720px) { .film-grid { grid-template-columns: 1fr; } }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: oklch(0.14 0.008 60 / 0.94); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .5s var(--ease), visibility .5s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lb-frame { width: min(1100px, 100%); }
.lb-video { position: relative; aspect-ratio: 16/9; width: 100%; background: var(--noir-2); overflow: hidden; }
.lb-video .ph { position: absolute; inset: 0; }
.lb-video .play span { width: 88px; height: 88px; border-color: oklch(1 0 0 / 0.8); }
.lb-bar { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-top: 22px; color: var(--paper); }
.lb-title { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 300; }
.lb-meta { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: oklch(1 0 0 / 0.55); margin-top: 6px; }
.lb-close { color: var(--paper); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.lb-close::after { content: '✕'; font-size: 1.1rem; }
.lb-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 5; }

/* youtube cover-background for hero loop */
.hero-video { position: absolute; inset: 0; overflow: hidden; background-size: cover; background-position: center; }
.hero-video iframe {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100vw; height: 56.25vw; min-width: 177.78vh; min-height: 100vh;
  border: 0; pointer-events: none;
}

/* ============================================================
   PACKAGES
   ============================================================ */
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 32px); align-items: stretch; }
.pkg {
  display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line);
  padding: clamp(30px, 3vw, 48px); transition: transform .6s var(--ease), box-shadow .6s var(--ease), border-color .6s var(--ease);
}
.pkg:hover { transform: translateY(-8px); box-shadow: 0 30px 70px -40px oklch(0.2 0.02 60 / 0.4); border-color: var(--ink); }
.pkg.featured { background: var(--noir); color: var(--paper); border-color: var(--noir); position: relative; padding-top: calc(clamp(30px, 3vw, 48px) + 30px); }
.pkg.featured .pkg-price, .pkg.featured .pkg-name { color: var(--paper); }
.pkg.featured .pkg-feat li { color: oklch(1 0 0 / 0.78); border-color: oklch(1 0 0 / 0.12); }
.pkg.featured .pkg-feat li::before { color: var(--gold); }
.pkg-flag { position: absolute; top: 22px; right: 22px; white-space: nowrap; font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); border: 1px solid oklch(1 0 0 / 0.3); border-radius: 999px; padding: 6px 14px; }
.pkg-name { font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.2rem); font-weight: 400; }
.pkg-tag { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); margin-top: 10px; }
.pkg.featured .pkg-tag { color: var(--gold); }
.pkg-price { font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 300; margin-top: 26px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.pkg.featured .pkg-price { border-color: oklch(1 0 0 / 0.14); }
.pkg-price small { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-mute); display: block; margin-bottom: 6px; }
.pkg.featured .pkg-price small { color: oklch(1 0 0 / 0.5); }
.pkg-feat { list-style: none; margin: 28px 0 36px; display: flex; flex-direction: column; flex: 1; }
.pkg-feat li { font-size: 0.92rem; color: var(--ink-soft); padding: 13px 0 13px 26px; position: relative; border-bottom: 1px solid var(--line); }
.pkg-feat li:last-child { border-bottom: none; }
.pkg-feat li::before { content: '✦'; position: absolute; left: 0; top: 13px; color: var(--gold-deep); font-size: 0.8rem; }
.pkg .btn { width: 100%; justify-content: center; }
@media (max-width: 900px) { .pkg-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }

.addons { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 28px); }
.addon { padding: 28px 0; border-top: 1px solid var(--line); }
.addon .a-name { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.addon .a-desc { font-size: 0.86rem; color: var(--ink-mute); margin-top: 8px; }
@media (max-width: 720px) { .addons { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.quote-feature { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.quote-feature .q-media .ph { aspect-ratio: 4/5; }
.quote-feature.flip .q-media { order: 2; }
.q-mark { font-family: var(--serif); font-size: 5rem; line-height: 0.6; color: var(--gold); }
.q-text { font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(1.5rem, 2.6vw, 2.3rem); line-height: 1.32; margin: 20px 0 28px; }
.q-by { font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink); }
.q-by span { color: var(--ink-mute); display: block; margin-top: 6px; letter-spacing: 0.16em; }
@media (max-width: 820px) { .quote-feature { grid-template-columns: 1fr; gap: 28px; } .quote-feature.flip .q-media { order: 0; } }

.q-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 32px); }
.q-card { background: var(--paper); border: 1px solid var(--line); padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; gap: 18px; }
.q-card .qc-text { font-family: var(--serif); font-size: 1.3rem; font-style: italic; font-weight: 300; line-height: 1.4; color: var(--ink); flex: 1; }
.q-card .qc-by { display: flex; align-items: center; gap: 14px; }
.q-card .qc-av { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; }
.q-card .qc-name { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; }
.q-card .qc-meta { font-size: 0.72rem; color: var(--ink-mute); margin-top: 3px; text-transform: none; letter-spacing: 0.04em; }
@media (max-width: 820px) { .q-cards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.contact-aside .lede { margin-top: 22px; }
.contact-detail { margin-top: 40px; display: flex; flex-direction: column; gap: 2px; }
.contact-detail a { display: flex; align-items: baseline; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); transition: color .3s; }
.contact-detail a:last-child { border-bottom: 1px solid var(--line); }
.contact-detail a:hover { color: var(--gold-deep); }
.contact-detail .cd-k { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-mute); width: 90px; flex-shrink: 0; }
.contact-detail .cd-v { font-family: var(--serif); font-size: 1.3rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 24px; transition: opacity .4s; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-mute); }
.field input, .field textarea, .field select {
  font-family: var(--sans); font-size: 1rem; font-weight: 300; color: var(--ink);
  background: transparent; border: none; border-bottom: 1px solid var(--line);
  padding: 12px 0; transition: border-color .4s var(--ease);
}
.field textarea { resize: vertical; min-height: 90px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-bottom-color: var(--gold-deep); }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-bottom-color: oklch(0.55 0.16 28); }
.field input::placeholder, .field textarea::placeholder { color: oklch(0.7 0.01 65); }
.form-foot { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 8px; }
.form-status { font-size: 0.88rem; }
.form-status.err { color: oklch(0.5 0.16 28); }
.form-status.ok { color: var(--gold-deep); font-family: var(--serif); font-style: italic; font-size: 1.1rem; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; gap: 44px; } .form-grid { grid-template-columns: 1fr; } }

/* ============================================================
   RESPONSIVE — base
   ============================================================ */
@media (max-width: 860px) {
  :root { --nav-h: 64px; }
  .nav-links { display: none; }
  .nav-enquire { display: none; }
  .nav-toggle { display: block; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-left: none; border-top: 1px solid var(--line); }
  .stat:first-child { border-top: none; }
  .feature { grid-template-columns: 1fr; gap: 32px; }
  .feature.flip .feat-media { order: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { justify-content: flex-start; }
  .highlights { grid-template-columns: 1fr; }
  .hl-a, .hl-b, .hl-c, .hl-d { grid-column: span 1; }
  .hl-a .ph, .hl-b .ph, .hl-c .ph, .hl-d .ph { aspect-ratio: 4/3; }
  .addons { grid-template-columns: 1fr; }
}
