/*
Theme Name: Landing Theme
Theme URI: https://lightslategray-zebra-571018.hostingersite.com/
Author: B-Project Design Studio
Description: Custom bilingual site for B-Project Design Studio — one unified design system.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: landing-theme
*/

/* ==========================================================================
   1. TOKENS
   ========================================================================== */

:root {
  /* Surfaces — balance of original depth + muted slate character */
  --navy: #1a2948;
  --navy-2: #223456;
  --navy-rgb: 26, 41, 72;
  --sand: #e7ded4;
  --sand-2: #f0e9e1;

  /* Ink */
  --ink: #182443;
  --ink-soft: #3a4d66;
  --ink-mute: rgba(58, 77, 102, 0.62);
  --cream: #f0e9e1;
  --cream-soft: rgba(240, 233, 225, 0.9);
  --cream-mute: rgba(240, 233, 225, 0.72);

  /* Accent */
  --gold: #b5834a;
  --gold-2: #c69c68;

  /* Lines */
  --hair-dark: rgba(240, 233, 225, 0.14);
  --hair-light: rgba(24, 36, 67, 0.18);

  /* Type */
  --font-display: "Playfair Display", "Times New Roman", serif;
  --font-ui: "Jost", "Manrope", "Helvetica Neue", sans-serif;
  --font-sign: "Sacramento", "Marck Script", cursive;

  /* Metrics */
  --pad: clamp(1.15rem, 4vw, 3rem);
  --max: 1200px;
  --max-narrow: 760px;
  --nav-h: 64px;
  --sec: clamp(3.25rem, 8vw, 6.5rem);
  --r-sm: 3px;
  --r-md: 6px;
  --r-pill: 999px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 960px) {
  :root {
    --nav-h: 76px;
  }
}

/* ==========================================================================
   2. BASE
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body.bp-body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink);
  background: var(--sand);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body.is-menu-open,
body.is-modal-open,
body.is-album-open,
body.is-dialog-open {
  overflow: hidden;
}

/* Custom display rules must not override the hidden attribute */
[hidden] {
  display: none !important;
}

img,
svg,
video {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.005em;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

[id] {
  scroll-margin-top: calc(var(--nav-h) + 12px);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection {
  background: var(--gold);
  color: #fff;
}

.bp-skip {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 200;
  transform: translate(-50%, -140%);
  padding: 0.7rem 1.2rem;
  background: var(--gold);
  color: #fff;
  font-size: 0.85rem;
  border-radius: 0 0 var(--r-md) var(--r-md);
  transition: transform 0.25s var(--ease);
}

.bp-skip:focus {
  transform: translate(-50%, 0);
}

.bp-wrap {
  width: min(100% - (var(--pad) * 2), var(--max));
  margin-inline: auto;
}

.bp-wrap--narrow {
  width: min(100% - (var(--pad) * 2), var(--max-narrow));
  margin-inline: auto;
}

/* ==========================================================================
   3. TYPE PRIMITIVES
   ========================================================================== */

.bp-kicker {
  margin: 0 0 1.25rem;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.bp-kicker--plain {
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-transform: none;
}

.bp-h1 {
  margin: 0;
  font-size: clamp(1.8rem, 3.7vw, 2.65rem);
  line-height: 1.2;
  color: var(--ink);
}

.bp-h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.22;
  color: var(--ink);
}

.bp-h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.9vw, 1.4rem);
  line-height: 1.28;
}

.bp-lead {
  margin: 0 0 1.25rem;
  max-width: 48ch;
  font-size: clamp(1.02rem, 1.4vw, 1.1rem);
  line-height: 1.75;
  color: var(--ink-soft);
}

.bp-body-lg {
  margin: 0 0 1.35rem;
  max-width: 46ch;
  font-size: clamp(1.02rem, 1.4vw, 1.08rem);
  line-height: 1.78;
  color: var(--ink-soft);
}

.bp-line {
  display: block;
  overflow: hidden;
}

.bp-line > span {
  display: block;
  will-change: transform;
}

.bp-split-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
}

.bp-split-word-inner {
  display: inline-block;
  will-change: transform;
}

/* Split headings need horizontal room — avoid narrow ch caps stacking words */
[data-split].is-split-words {
  width: 100%;
  max-width: min(100%, var(--split-heading-max, 52rem));
  text-wrap: balance;
}

.bp-fact__suffix {
  color: var(--gold);
}

.bp-link-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  font-size: 1.02rem;
  color: var(--gold);
  transition: color 0.25s var(--ease), gap 0.25s var(--ease);
}

.bp-link-gold:hover {
  color: var(--ink);
  gap: 0.75rem;
}

.bp-ico {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: currentColor;
}

.bp-ico svg {
  width: 1em;
  height: 1em;
}

.bp-ico--sm svg {
  width: 0.92em;
  height: 0.92em;
}

.bp-ico--md svg {
  width: 1.15em;
  height: 1.15em;
}

.bp-ico--lg svg {
  width: 1.35em;
  height: 1.35em;
}

.bp-ico--xl svg {
  width: 100%;
  height: 100%;
}

.bp-link-gold .bp-ico svg {
  transition: transform 0.25s var(--ease);
}

.bp-link-gold:hover .bp-ico svg {
  transform: translate(2px, -2px);
}

/* ==========================================================================
   4. BUTTONS
   ========================================================================== */

.bp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.85rem 2.1rem;
  border: 1px solid transparent;
  border-radius: var(--r-pill);
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s var(--ease),
    border-color 0.3s var(--ease), transform 0.3s var(--ease);
}

.bp-btn:hover {
  transform: translateY(-2px);
}

.bp-btn--gold {
  background: var(--gold);
  color: #fff;
}

.bp-btn--gold:hover {
  background: var(--gold-2);
}

.bp-btn--ghost {
  border-color: rgba(240, 233, 225, 0.45);
  color: var(--cream);
}

.bp-btn--ghost:hover {
  background: rgba(240, 233, 225, 0.1);
  border-color: var(--cream);
}

.bp-btn--outline {
  border-color: rgba(24, 36, 67, 0.3);
  color: var(--ink);
}

.bp-btn--outline:hover {
  background: rgba(24, 36, 67, 0.06);
  border-color: var(--ink);
}

/* ==========================================================================
   5. SECTIONS
   ========================================================================== */

/* Pinned blocks (hero, collection) live in GSAP pin-spacers and can overhang
   their own box by a few pixels. Keeping every flow section above them stops
   the overhang from bleeding through as a hard line. */
.bp-page > section,
.bp-page > .pin-spacer {
  position: relative;
}

.bp-page > section {
  z-index: 2;
}

.bp-page > .pin-spacer {
  z-index: 1;
}

.bp-section {
  position: relative;
  padding: var(--sec) 0;
  isolation: isolate;
}

.bp-section--dark {
  background: var(--navy);
  color: var(--cream);
}

.bp-section--dark .bp-h1,
.bp-section--dark .bp-h2,
.bp-section--dark .bp-h3 {
  color: var(--sand-2);
}

.bp-section--dark .bp-lead,
.bp-section--dark .bp-body-lg {
  color: var(--cream-soft);
}

.bp-section--light {
  background: var(--sand);
  color: var(--ink);
}

.bp-sec-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  margin-bottom: clamp(2.25rem, 5vw, 3.75rem);
}

.bp-sec-head--center {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}

.bp-sec-head__aside > *:last-child {
  margin-bottom: 0;
}

/* Client-supplied palm shadows. The same leaf silhouette hugs both edges;
   the right side is mirrored so the section feels naturally framed. */
.bp-leafshade {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(58% 42% at 78% 6%, rgba(90, 76, 60, 0.1), transparent 62%),
    radial-gradient(34% 26% at 12% 28%, rgba(90, 76, 60, 0.09), transparent 70%),
    radial-gradient(46% 34% at 96% 62%, rgba(90, 76, 60, 0.08), transparent 68%);
}

@media (min-width: 861px) {
  .bp-leafshade::before,
  .bp-leafshade::after {
    content: "";
    position: absolute;
    width: min(66vw, 820px);
    aspect-ratio: 1;
    background: url("assets/img/palm-shadow-left.webp") center / contain no-repeat;
    will-change: transform;
  }
}

.bp-leafshade::before {
  left: clamp(-15rem, -11vw, -4rem);
  top: clamp(-7rem, -5vw, -2rem);
  opacity: 0.12;
  -webkit-mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.72) 48%, transparent 88%);
  mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.72) 48%, transparent 88%);
}

.bp-leafshade::after {
  right: clamp(-17rem, -13vw, -5rem);
  bottom: clamp(-10rem, -7vw, -3rem);
  opacity: 0.07;
  transform: scaleX(-1) rotate(-7deg);
  transform-origin: center;
  -webkit-mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.68) 48%, transparent 88%);
  mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.68) 48%, transparent 88%);
}

/* Animated seams create a continuous rhythm between major blocks. */
.bp-flow-section {
  position: relative;
}

.bp-flow-section__seam {
  position: absolute;
  inset: 0 var(--pad) auto;
  z-index: 6;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(181, 131, 74, 0.84) 20%, rgba(181, 131, 74, 0.26) 74%, transparent);
  will-change: transform, opacity;
}

/* ==========================================================================
   6. NAV
   ========================================================================== */

.bp-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: var(--nav-h);
  padding: 0 var(--pad);
  padding-top: env(safe-area-inset-top);
  color: var(--cream);
  transition: background 0.35s var(--ease), backdrop-filter 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}

.bp-nav--solid,
.bp-nav.is-scrolled {
  background: rgba(var(--navy-rgb), 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(240, 233, 225, 0.08);
}

.bp-nav__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.bp-nav__logo img {
  height: 34px;
  width: auto;
}

.bp-nav__mark {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
}

.bp-nav__links {
  display: none;
  align-items: center;
  gap: 1.55rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bp-nav__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0;
  opacity: 0.9;
  transition: opacity 0.25s var(--ease), color 0.25s var(--ease);
}

.bp-nav__links a:hover,
.bp-nav__links a[aria-current="page"] {
  opacity: 1;
  color: var(--gold-2);
}

.bp-nav__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.75;
  transition: opacity 0.25s var(--ease);
}

.bp-nav__links a:hover .bp-nav__dot,
.bp-nav__links a[aria-current="page"] .bp-nav__dot {
  opacity: 1;
}

.bp-nav__end {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
}

.lang-switch__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 40px;
  opacity: 0.65;
  transition: opacity 0.25s var(--ease), color 0.25s var(--ease);
}

.lang-switch__link:hover {
  opacity: 0.85;
}

.lang-switch__link.is-active {
  opacity: 1;
  color: var(--gold-2);
}

.bp-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  cursor: pointer;
}

.bp-menu-btn__bars {
  position: relative;
  width: 22px;
  height: 12px;
  flex: 0 0 auto;
}

.bp-menu-btn__bars::before,
.bp-menu-btn__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s var(--ease);
}

.bp-menu-btn__bars::before {
  top: 2px;
}

.bp-menu-btn__bars::after {
  bottom: 2px;
}

.bp-menu-btn:hover .bp-menu-btn__bars::before {
  transform: translateY(-1px);
}

.bp-menu-btn:hover .bp-menu-btn__bars::after {
  transform: translateY(1px);
}

@media (min-width: 960px) {
  .bp-nav__links {
    display: flex;
  }

  .bp-menu-btn {
    display: none;
  }

  .bp-nav__logo img {
    height: 38px;
  }
}

/* ==========================================================================
   7. FULLSCREEN MENU
   ========================================================================== */

.bp-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
}

.bp-menu__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: calc(env(safe-area-inset-top) + 0.85rem) var(--pad)
    calc(env(safe-area-inset-bottom) + 1.5rem);
  background: var(--navy);
  color: var(--cream);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.bp-menu__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(70% 45% at 100% 0%, rgba(181, 131, 74, 0.22), transparent 70%),
    radial-gradient(60% 40% at 0% 100%, rgba(181, 131, 74, 0.12), transparent 72%);
}

.bp-menu__top,
.bp-menu__nav,
.bp-menu__foot {
  position: relative;
}

.bp-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 48px;
  padding-bottom: 0.5rem;
}

.bp-menu__close {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0 0.15rem;
  border: 0;
  background: transparent;
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream-soft);
  cursor: pointer;
  transition: color 0.25s var(--ease);
}

.bp-menu__close:hover {
  color: var(--gold-2);
}

.bp-menu__x {
  position: relative;
  width: 18px;
  height: 18px;
}

.bp-menu__x::before,
.bp-menu__x::after {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 1px;
  background: currentColor;
}

.bp-menu__x::before {
  transform: rotate(45deg);
}

.bp-menu__x::after {
  transform: rotate(-45deg);
}

.bp-menu__nav {
  display: flex;
  flex-direction: column;
  margin: auto 0;
  padding: 1.25rem 0;
}

.bp-menu__nav a {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  min-height: 68px;
  padding: 0.35rem 0;
  border-top: 1px solid var(--hair-dark);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 8.5vw, 2.5rem);
  line-height: 1.1;
  color: var(--sand-2);
  transition: color 0.3s var(--ease), padding-left 0.3s var(--ease);
}

.bp-menu__nav a:last-child {
  border-bottom: 1px solid var(--hair-dark);
}

.bp-menu__nav a:hover,
.bp-menu__nav a[aria-current="page"] {
  color: var(--gold-2);
  padding-left: 0.35rem;
}

.bp-menu__idx {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  color: var(--gold);
}

.bp-menu__arrow {
  display: inline-flex;
  align-items: center;
  color: var(--gold);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}

.bp-menu__arrow svg {
  width: 1.1rem;
  height: 1.1rem;
}

.bp-menu__nav a:hover .bp-menu__arrow,
.bp-menu__nav a[aria-current="page"] .bp-menu__arrow {
  opacity: 1;
  transform: translateX(0);
}

.bp-menu__foot {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  padding-top: 1.35rem;
}

.bp-menu__foot .bp-btn {
  width: 100%;
}

.bp-menu__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.bp-menu__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.15rem;
  border: 1px solid var(--hair-dark);
  border-radius: var(--r-pill);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: var(--cream-soft);
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease),
    background 0.25s var(--ease);
}

.bp-menu__social a:hover {
  border-color: var(--gold);
  background: rgba(181, 131, 74, 0.12);
  color: var(--sand-2);
}

.bp-menu__meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 1rem;
  color: var(--cream-soft);
}

.bp-menu__meta a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  transition: color 0.25s var(--ease);
}

.bp-menu__meta a:hover {
  color: var(--gold-2);
}

.bp-menu__meta span {
  padding-top: 0.35rem;
  opacity: 0.6;
}

@media (min-width: 700px) {
  .bp-menu__panel {
    padding-inline: clamp(2rem, 8vw, 6rem);
  }

  .bp-menu__nav a {
    grid-template-columns: 3.5rem minmax(0, 1fr) auto;
    min-height: 84px;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
  }

  .bp-menu__foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .bp-menu__foot .bp-btn {
    width: auto;
    order: 3;
  }
}

@media (max-width: 699px) {
  .bp-menu__panel {
    height: 100dvh;
    padding-top: calc(env(safe-area-inset-top) + 0.45rem);
    padding-bottom: calc(env(safe-area-inset-bottom) + 0.7rem);
  }

  .bp-menu__top {
    min-height: 44px;
    padding-bottom: 0.2rem;
  }

  .bp-menu__nav {
    margin: 0.25rem 0 auto;
    padding: 0.35rem 0;
  }

  .bp-menu__nav a {
    grid-template-columns: 1.85rem minmax(0, 1fr) auto;
    gap: 0.45rem;
    min-height: clamp(46px, 8svh, 56px);
    padding: 0.18rem 0;
    font-size: clamp(1.28rem, 6vw, 1.72rem);
  }

  .bp-menu__idx {
    font-size: 0.7rem;
  }

  .bp-menu__foot {
    gap: 0.55rem;
    padding-top: 0.55rem;
  }

  .bp-menu__foot .bp-btn {
    min-height: 44px;
    padding-block: 0.55rem;
  }

  .bp-menu__social {
    gap: 0.35rem;
  }

  .bp-menu__social a {
    min-height: 44px;
    padding-inline: 0.85rem;
    font-size: 0.82rem;
  }

  .bp-menu__meta {
    gap: 0;
    font-size: 0.84rem;
  }

  .bp-menu__meta a {
    min-height: 32px;
  }

  .bp-menu__meta span {
    padding-top: 0.1rem;
  }
}

@media (max-width: 699px) and (max-height: 700px) {
  .bp-menu__nav a {
    min-height: 44px;
    font-size: clamp(1.16rem, 5.5vw, 1.48rem);
  }

  .bp-menu__social a {
    min-height: 40px;
  }

  .bp-menu__meta span {
    display: none;
  }
}

/* ==========================================================================
   8. HERO
   ========================================================================== */

.bp-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 2rem) var(--pad)
    calc(env(safe-area-inset-bottom) + clamp(2.5rem, 7vw, 4.5rem));
  color: var(--cream);
  background: var(--navy);
  overflow: hidden;
  isolation: isolate;
}

.bp-hero__media {
  position: absolute;
  inset: -6% 0;
  z-index: -1;
}

.bp-hero__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.bp-hero__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-hero__poster-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-hero__video,
.bp-hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.bp-hero__video::-webkit-media-controls,
.bp-hero__video::-webkit-media-controls-enclosure,
.bp-hero__video::-webkit-media-controls-panel,
.bp-hero__video::-webkit-media-controls-start-playback-button,
.bp-hero__video::-webkit-media-controls-overlay-play-button,
.bp-hero__video::-webkit-media-controls-play-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  -webkit-appearance: none;
}

.bp-hero__video.is-hidden {
  display: none !important;
}

@media (min-width: 861px) {
  .bp-hero__poster {
    display: none;
  }

  .bp-hero__media {
    will-change: transform;
  }
}

@media (max-width: 860px) {
  .bp-hero__video {
    display: none;
  }

  .bp-hero__media {
    z-index: 0;
  }

  .bp-hero__shade {
    z-index: 1;
  }

  .bp-hero__content {
    z-index: 2;
  }
}

.bp-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(var(--navy-rgb), 0.62) 0%, rgba(var(--navy-rgb), 0.18) 42%, rgba(var(--navy-rgb), 0.86) 100%),
    linear-gradient(90deg, rgba(var(--navy-rgb), 0.55) 0%, rgba(var(--navy-rgb), 0) 62%);
}

.bp-hero__content {
  position: relative;
  width: min(100%, var(--max));
  margin-inline: auto;
}

.bp-hero__title {
  margin: 0 0 1.35rem;
  font-size: clamp(2.15rem, 6.6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--sand-2);
}

.bp-hero__line {
  display: block;
  overflow: hidden;
}

.bp-hero__line > span {
  display: block;
  will-change: transform;
}

.bp-hero__kicker {
  margin: 0 0 1.85rem;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(240, 233, 225, 0.94);
}

.bp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bp-hero__scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-mute);
}

.bp-hero__scroll::after {
  content: "";
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, var(--gold), transparent);
}

@media (min-width: 960px) {
  .bp-hero__scroll {
    display: flex;
    flex-direction: column;
  }
}

/* ==========================================================================
   9. SPLIT INTRO (about teaser / page heads)
   ========================================================================== */

.bp-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.bp-split--reverse .bp-split__media {
  order: -1;
}

.bp-split__title {
  margin: 0 0 1.75rem;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.24;
  color: var(--ink);
}

.bp-split__copy .bp-body-lg:last-of-type {
  margin-bottom: 0;
}

.bp-split__media {
  margin: 0;
  border-radius: var(--r-sm);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(24, 36, 67, 0.16);
}

.bp-split__media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.bp-split__media:hover img {
  transform: scale(1.03);
}

.bp-sign {
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
}

.bp-sign__name {
  margin: 0;
  font-family: var(--font-sign);
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  line-height: 1;
  color: var(--ink);
}

.bp-sign__role {
  margin: 0.35rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 1.5vw, 1.1rem);
  color: var(--ink);
}

/* ==========================================================================
   10. FACTS STRIP
   ========================================================================== */

.bp-facts {
  position: relative;
  isolation: isolate;
  padding: 0 0 var(--sec);
  background: var(--sand);
}

.bp-facts__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2.25rem);
  padding: clamp(2.25rem, 5vw, 3.5rem) 0;
  border-top: 1px solid var(--hair-light);
  border-bottom: 1px solid var(--hair-light);
}

.bp-fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  text-align: center;
}

.bp-fact__icon {
  color: var(--ink);
  opacity: 0.8;
}

.bp-fact__icon svg {
  width: clamp(40px, 4.5vw, 54px);
  height: auto;
}

.bp-fact__num {
  margin: 0.6rem 0 0.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.9vw, 2.35rem);
  line-height: 1.1;
  color: var(--ink);
}

.bp-fact__num--word {
  max-width: 10ch;
  font-size: clamp(1.15rem, 1.7vw, 1.42rem);
  line-height: 1.25;
  color: var(--gold);
}

.bp-fact__label {
  margin: 0;
  max-width: 15ch;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.42;
  color: var(--ink-soft);
}

/* ==========================================================================
   11. WHY CARDS
   ========================================================================== */

.bp-why {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.bp-why__card {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--hair-light);
}

.bp-why__icon {
  color: var(--gold);
}

.bp-why__icon svg {
  width: 46px;
  height: auto;
}

.bp-why__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.28;
  color: var(--ink);
}

.bp-why__text {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink-soft);
}

/* ==========================================================================
   12. COLLECTION FLOAT
   ========================================================================== */

.bp-collection {
  position: relative;
  padding: 0;
  background: var(--navy);
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}

.bp-collection__stage {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
}

.bp-collection__img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: clamp(190px, 24vw, 380px);
  border-radius: var(--r-sm);
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.4);
  will-change: transform, opacity;
}

.bp-collection__img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bp-collection__img--1 { --fx: -34; --fy: -24; }
.bp-collection__img--2 { --fx: 32; --fy: -27; }
.bp-collection__img--3 { --fx: -39; --fy: 18; }
.bp-collection__img--4 { --fx: 36; --fy: 20; }
.bp-collection__img--5 { --fx: -16; --fy: 34; }
.bp-collection__img--6 { --fx: 18; --fy: -40; }

.bp-collection__text {
  position: relative;
  z-index: 3;
  padding: var(--sec) var(--pad);
  text-align: center;
}

.bp-collection__text p {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.4vw, 2.6rem);
  line-height: 1.22;
  color: var(--sand-2);
}

/* ==========================================================================
   13. SERVICES (5)
   ========================================================================== */

.bp-svc {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(70% 88% at 92% 106%, rgba(181, 131, 74, 0.15), transparent 65%),
    radial-gradient(48% 70% at 0% 6%, rgba(93, 116, 147, 0.15), transparent 68%),
    var(--navy);
  color: var(--cream);
  padding: var(--sec) 0;
}

.bp-svc__kicker {
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--gold);
}

.bp-svc__head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
  margin-bottom: clamp(2.5rem, 6vw, 4.25rem);
}

.bp-svc__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--sand-2);
}

.bp-svc__intro p {
  margin: 0 0 0.5rem;
  max-width: 40ch;
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.62;
  color: rgba(240, 233, 225, 0.88);
}

.bp-svc__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(1.15rem, 2.4vw, 2.25rem);
}

.bp-svc__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0.2rem clamp(0.15rem, 0.7vw, 0.65rem) 0.75rem;
  transition: transform 0.55s var(--ease), background 0.55s var(--ease);
}

.bp-svc__card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.45;
  transition: transform 0.55s var(--ease), opacity 0.55s var(--ease);
}

.bp-svc__card:hover {
  transform: translateY(-8px);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.025));
}

.bp-svc__card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.bp-svc__num {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  line-height: 1;
  color: var(--gold);
}

.bp-svc__name {
  margin: 0.75rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  font-weight: 400;
  line-height: 1.28;
  color: var(--sand-2);
}

.bp-svc__icon {
  display: block;
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(1.35rem, 3vw, 2rem);
  color: rgba(207, 196, 186, 0.5);
}

.bp-svc__icon svg {
  width: clamp(52px, 5.5vw, 68px);
  height: auto;
}

.bp-svc__text {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.bp-svc__text p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.68;
  color: rgba(240, 233, 225, 0.62);
}

/* ==========================================================================
   14. PORTFOLIO CASES (stacked)
   ========================================================================== */

.bp-cases-wrap {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background: var(--sand);
  color: var(--ink);
  padding: var(--sec) 0 0;
}

@media (min-width: 861px) {
  .bp-cases-wrap::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -1;
    width: min(64vw, 760px);
    aspect-ratio: 1;
    pointer-events: none;
    opacity: 0.08;
    background: url("assets/img/palm-leaves-soft.webp") center / contain no-repeat;
    transform: translate(-9vw, -17%) rotate(5deg);
    transform-origin: center;
    -webkit-mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.7) 46%, transparent 88%);
    mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.7) 46%, transparent 88%);
  }

  .bp-cases-wrap::after {
    content: "";
    position: absolute;
    top: clamp(10rem, 22vw, 20rem);
    right: -12vw;
    z-index: -1;
    width: min(54vw, 650px);
    aspect-ratio: 1;
    pointer-events: none;
    opacity: 0.05;
    background: url("assets/img/palm-leaves-soft.webp") center / contain no-repeat;
    transform: scaleX(-1) rotate(-8deg);
    transform-origin: center;
    -webkit-mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.65) 46%, transparent 88%);
    mask-image: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0.65) 46%, transparent 88%);
  }
}

.bp-cases-wrap__head {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}

.bp-cases-wrap__head .bp-kicker {
  color: var(--gold);
}

.bp-cases-wrap__head h2 {
  color: var(--ink);
}

.bp-cases {
  position: relative;
  overflow: clip;
  border-radius: clamp(1.5rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 3.5rem) 0 0;
  box-shadow: 0 -22px 70px rgba(var(--navy-rgb), 0.12);
}

.bp-case {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: calc(var(--nav-h) + 1.5rem) var(--pad) clamp(2rem, 5vw, 3rem);
  background: var(--navy);
}

.bp-case__inner {
  width: min(100%, 880px);
  text-align: center;
  transform-origin: center center;
  will-change: transform, opacity;
}

.bp-case__index {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--gold);
}

.bp-case__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  color: var(--sand-2);
}

.bp-case__sub {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  font-size: 0.98rem;
  letter-spacing: 0.05em;
  color: rgba(240, 233, 225, 0.62);
}

.bp-case__slider {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  touch-action: pan-y;
}

.bp-case__track {
  position: relative;
  aspect-ratio: 3 / 2;
}

.bp-case__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.7s var(--ease);
}

.bp-case__slide.is-active {
  opacity: 1;
}

.bp-case__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-case__collab {
  position: absolute;
  inset: auto 0 0;
  padding: 0.75rem 1rem;
  background: linear-gradient(0deg, rgba(var(--navy-rgb), 0.88), transparent);
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(240, 233, 225, 0.92);
}

.bp-case__dots {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1.25rem;
}

.bp-case__dot {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.bp-case__dot::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 2px;
  background: rgba(240, 233, 225, 0.28);
  transition: background 0.3s var(--ease);
}

.bp-case__dot.is-active::after {
  background: var(--gold);
}

.bp-case__cta {
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

/* ==========================================================================
   15. STATEMENT
   ========================================================================== */

.bp-statement {
  position: relative;
  min-height: 72svh;
  display: grid;
  place-items: center;
  padding: var(--sec) var(--pad);
  overflow: hidden;
  isolation: isolate;
  background: var(--navy);
}

.bp-statement__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.bp-statement__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(var(--navy-rgb), 0.72), rgba(var(--navy-rgb), 0.86));
}

.bp-statement__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
  width: min(100%, 52rem);
  text-align: center;
  color: var(--cream);
}

.bp-statement__title {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(1.6rem, 3.8vw, 2.7rem);
  line-height: 1.2;
  color: var(--sand-2);
}

.bp-statement__sub {
  margin: 0;
  max-width: 36ch;
  font-size: 1.08rem;
  color: var(--cream-soft);
}

/* ==========================================================================
   16. ACCORDION
   ========================================================================== */

.bp-acc {
  margin-top: clamp(2rem, 5vw, 3.5rem);
}

.bp-acc__item {
  border-top: 1px solid var(--hair-light);
}

.bp-acc__item:last-child {
  border-bottom: 1px solid var(--hair-light);
}

.bp-acc__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  min-height: 60px;
  padding: clamp(0.95rem, 2vw, 1.35rem) 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--ink);
  cursor: pointer;
  transition: color 0.25s var(--ease);
}

.bp-acc__trigger:hover {
  color: var(--gold);
}

.bp-acc__q {
  font-family: var(--font-display);
  font-size: clamp(1.06rem, 2.1vw, 1.5rem);
  line-height: 1.3;
}

.bp-acc__mark {
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  transition: transform 0.4s var(--ease);
}

.bp-acc__mark::before,
.bp-acc__mark::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.bp-acc__mark::before {
  inset: 50% 0 auto;
  height: 1px;
}

.bp-acc__mark::after {
  inset: 0 auto 0 50%;
  width: 1px;
}

.bp-acc__item.is-open .bp-acc__mark {
  transform: rotate(45deg);
}

.bp-acc__panel {
  overflow: hidden;
}

.bp-acc__answer {
  padding: 0 clamp(0.5rem, 6vw, 4rem) clamp(1.15rem, 2.5vw, 1.6rem) 0;
}

.bp-acc__answer p {
  margin: 0;
  max-width: 66ch;
  font-size: 1.04rem;
  line-height: 1.76;
  color: var(--ink-soft);
}

/* dark variant */
.bp-section--dark .bp-acc__item {
  border-color: var(--hair-dark);
}

.bp-section--dark .bp-acc__trigger {
  color: var(--sand-2);
}

.bp-section--dark .bp-acc__trigger:hover {
  color: var(--gold-2);
}

.bp-section--dark .bp-acc__answer p {
  color: var(--cream-soft);
}

/* ==========================================================================
   17. FAQ
   ========================================================================== */

.bp-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.bp-faq__media {
  position: sticky;
  top: calc(var(--nav-h) + 1rem);
  margin: 0;
  border-radius: var(--r-sm);
  overflow: hidden;
}

.bp-faq__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}

.bp-faq__media:hover img {
  transform: scale(1.03);
}

.bp-faq-head {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.bp-faq-head__label {
  margin: 0;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--gold);
}

.bp-faq-head__intro {
  text-align: right;
}

.bp-faq-head__intro h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 2.7vw, 2.05rem);
  line-height: 1.25;
  color: var(--ink);
}

.bp-faq-head__intro p {
  margin: 0 0 0 auto;
  max-width: 54ch;
  font-size: 1.05rem;
  line-height: 1.72;
  color: var(--ink-soft);
}

/* ==========================================================================
   18. CONTACT
   ========================================================================== */

.bp-contact {
  position: relative;
  padding: var(--sec) 0 calc(var(--sec) + clamp(1rem, 4vw, 3rem));
  background: var(--sand);
  isolation: isolate;
}

.bp-contact__title {
  margin: 0 0 1rem;
  font-size: clamp(1.9rem, 5.2vw, 3.4rem);
  line-height: 1.12;
  color: var(--ink);
}

.bp-contact__rule {
  height: 1px;
  margin: clamp(1.5rem, 4vw, 2.5rem) 0;
  background: var(--hair-light);
}

.bp-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.bp-contact__lead {
  margin: 0 0 1.85rem;
  max-width: 42ch;
  font-size: clamp(1.05rem, 1.5vw, 1.14rem);
  line-height: 1.72;
  color: var(--ink-soft);
}

.bp-contact__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.bp-contact__list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bp-contact__row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 54px;
  font-size: 1.08rem;
  color: var(--ink);
}

.bp-contact__row svg {
  width: 26px;
  height: auto;
  flex: 0 0 auto;
  color: var(--gold);
}

.bp-contact__row a {
  transition: color 0.25s var(--ease);
}

.bp-contact__row a:hover {
  color: var(--gold);
}

/* Contact page */
.bp-ct {
  position: relative;
  padding: var(--sec) 0 calc(var(--sec) + 1rem);
  background: var(--sand);
  isolation: isolate;
}

.bp-ct__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.bp-ct__info-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.15;
  color: var(--ink);
}

.bp-ct__info-text {
  margin: 0 0 0.65rem;
  max-width: 38ch;
  font-size: clamp(1.02rem, 1.4vw, 1.08rem);
  line-height: 1.68;
  color: var(--ink-soft);
}

.bp-ct__hours {
  margin: 0 0 1.75rem;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
}

.bp-ct__info .bp-contact__btns {
  margin-bottom: 1.5rem;
}

.bp-ct__panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--sand-2);
  border: 1px solid var(--hair-light);
  border-radius: var(--r-md);
}

.bp-ct__form-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.2;
  color: var(--ink);
}

.bp-ct__form-lead {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.bp-thanks--inline {
  padding: 1rem 0 0.25rem;
}

/* Homepage contact teaser */
.bp-contact-teaser {
  position: relative;
  padding: var(--sec) 0 calc(var(--sec) + clamp(1rem, 4vw, 3rem));
  background: var(--sand);
  isolation: isolate;
}

.bp-contact-teaser__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 52rem);
  margin-inline: auto;
  text-align: center;
}

.bp-contact-teaser__title {
  margin: 0;
  width: 100%;
  max-width: min(100%, 52rem);
  font-size: clamp(1.9rem, 5.2vw, 3.4rem);
  line-height: 1.12;
  color: var(--ink);
}

.bp-contact-teaser__rule {
  width: min(100%, 520px);
  height: 1px;
  margin: clamp(1.5rem, 4vw, 2.5rem) 0;
  background: var(--hair-light);
}

.bp-contact-teaser__text {
  margin: 0 0 1.85rem;
  max-width: 44ch;
  font-size: clamp(1.05rem, 1.5vw, 1.14rem);
  line-height: 1.72;
  color: var(--ink-soft);
}

/* ==========================================================================
   19. CTA BAND
   ========================================================================== */

.bp-cta {
  position: relative;
  isolation: isolate;
  padding: var(--sec) 0;
  background: var(--navy);
}

.bp-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  width: min(100%, 46rem);
  margin-inline: auto;
  text-align: center;
}

.bp-cta h2 {
  margin: 0;
  width: 100%;
  max-width: min(100%, 46rem);
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  line-height: 1.2;
  color: var(--sand-2);
}

/* ==========================================================================
   20. FOOTER
   ========================================================================== */

.bp-sf {
  background: var(--navy);
  color: var(--cream-soft);
  padding: var(--sec) 0 1.5rem;
  padding-bottom: calc(env(safe-area-inset-bottom) + 1.5rem);
}

.bp-sf__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) minmax(0, 0.9fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.bp-sf__brand img {
  height: 34px;
  width: auto;
}

.bp-sf__brand p {
  margin: 1rem 0 0;
  max-width: 30ch;
  font-size: 1.02rem;
  line-height: 1.62;
  opacity: 0.82;
}

.bp-sf__nav,
.bp-sf__contact {
  display: flex;
  flex-direction: column;
  font-size: 1.02rem;
}

.bp-sf__nav a,
.bp-sf__contact a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  opacity: 0.85;
  transition: opacity 0.25s var(--ease), color 0.25s var(--ease);
}

.bp-sf__nav a:hover,
.bp-sf__contact a:hover {
  opacity: 1;
  color: var(--gold-2);
}

.bp-sf__contact p {
  margin: 0;
  padding-top: 0.5rem;
  opacity: 0.72;
}

.bp-sf__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(2rem, 5vw, 3.25rem);
  padding-top: 1.25rem;
  border-top: 1px solid var(--hair-dark);
  font-size: 0.9rem;
  opacity: 0.72;
}

.bp-sf__bottom p {
  margin: 0;
}

.bp-sf__credit {
  margin-top: 0.85rem;
  text-align: center;
}

.bp-sf__credit p {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  opacity: 0.38;
}

.bp-sf__credit a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s var(--ease), color 0.25s var(--ease);
}

.bp-sf__credit a:hover {
  opacity: 1;
  color: var(--gold-2);
}

/* ==========================================================================
   21. FLOATING CONTACT DOCK + POPUP FORM
   ========================================================================== */

.bp-dock {
  position: fixed;
  right: var(--pad);
  bottom: calc(env(safe-area-inset-bottom) + 0.9rem);
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease),
    visibility 0.3s var(--ease);
}

.bp-dock.is-ready {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.bp-dock__items {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

.bp-dock__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 40px;
  padding: 0 0.9rem;
  border: 1px solid rgba(240, 233, 225, 0.16);
  border-radius: var(--r-pill);
  background: rgba(var(--navy-rgb), 0.94);
  color: var(--sand-2);
  font-family: var(--font-ui);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.25s var(--ease), border-color 0.25s var(--ease),
    color 0.25s var(--ease);
}

.bp-dock__item svg,
.bp-dock__toggle svg {
  /* the icon set is drawn on a 48px grid, so scale the stroke up with it */
  stroke-width: 2;
}

.bp-dock__item svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.bp-dock__item:hover {
  border-color: var(--gold);
  color: #fff;
}

.bp-dock__item--cta {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.bp-dock__item--cta:hover {
  background: var(--gold-2);
  border-color: var(--gold-2);
}

.bp-dock__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  cursor: pointer;
  transition: background 0.25s var(--ease), transform 0.3s var(--ease);
}

.bp-dock__toggle svg {
  width: 20px;
  height: 20px;
}

.bp-dock__toggle:hover {
  background: var(--gold-2);
}

.bp-dock.is-open .bp-dock__toggle {
  transform: rotate(45deg);
}

.bp-dock.is-open .bp-dock__toggle svg {
  transform: rotate(-45deg);
}

body.is-menu-open .bp-dock,
body.is-modal-open .bp-dock {
  opacity: 0;
  visibility: hidden;
}

.bp-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Popup form */
.bp-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: calc(env(safe-area-inset-top) + 1rem) var(--pad)
    calc(env(safe-area-inset-bottom) + 1rem);
}

.bp-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(9, 18, 40, 0.72);
  cursor: pointer;
}

.bp-modal__card {
  position: relative;
  width: min(100%, 520px);
  max-height: 100%;
  overflow-y: auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--r-md);
  background: var(--sand-2);
  color: var(--ink);
}

.bp-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: color 0.25s var(--ease);
}

.bp-modal__close svg {
  width: 1.25rem;
  height: 1.25rem;
}

.bp-modal__close:hover {
  color: var(--gold);
}

.bp-modal__title {
  margin: 0 2.5rem 0.5rem 0;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.2;
  color: var(--ink);
}

.bp-modal__lead {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.bp-form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.bp-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.bp-field label {
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

.bp-field input,
.bp-field select,
.bp-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--hair-light);
  border-radius: var(--r-sm);
  background: #fff;
  font-family: var(--font-ui);
  font-size: 1.02rem;
  color: var(--ink);
  transition: border-color 0.25s var(--ease);
}

.bp-field textarea {
  min-height: 110px;
  resize: vertical;
}

.bp-field select {
  cursor: pointer;
}

.bp-field input:focus,
.bp-field select:focus,
.bp-field textarea:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(181, 131, 74, 0.28);
}

.bp-field--contact .bp-field__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.bp-field--contact .bp-field__head label {
  margin: 0;
}

.bp-contact-mode {
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.bp-contact-mode:hover {
  color: var(--ink);
}

.bp-phone-field {
  display: grid;
  grid-template-columns: minmax(6.75rem, 8.5rem) minmax(0, 1fr);
  gap: 0.55rem;
}

.bp-phone-field__code-box {
  position: relative;
  min-width: 0;
}

.bp-phone-field__code-input {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0.75rem 2.35rem 0.75rem 0.9rem;
  border: 1px solid var(--hair-light);
  border-radius: var(--r-sm);
  background: #fff;
  font-family: var(--font-ui);
  font-size: 1.02rem;
  color: var(--ink);
  transition: border-color 0.25s var(--ease);
}

.bp-phone-field__code-input:focus {
  border-color: var(--gold);
  outline: none;
  box-shadow: 0 0 0 3px rgba(181, 131, 74, 0.28);
}

.bp-phone-field__code-chevron {
  position: absolute;
  top: 50%;
  right: 0.95rem;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid var(--ink-soft);
  border-bottom: 1.5px solid var(--ink-soft);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.bp-phone-field__code-list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.35rem);
  left: 0;
  right: 0;
  max-height: 12rem;
  margin: 0;
  padding: 0.3rem 0;
  overflow-y: auto;
  list-style: none;
  border: 1px solid var(--hair-light);
  border-radius: var(--r-sm);
  background: #fff;
  box-shadow: 0 12px 28px rgba(26, 41, 72, 0.12);
}

.bp-phone-field__code-list li {
  padding: 0.55rem 0.9rem;
  font-family: var(--font-ui);
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
}

.bp-phone-field__code-list li.is-active,
.bp-phone-field__code-list li:hover {
  background: rgba(181, 131, 74, 0.12);
}

.bp-phone-field__number {
  min-width: 0;
}

.bp-email-field input {
  width: 100%;
}

.bp-form__trap {
  position: absolute;
  left: -9999px;
}

.bp-form button[type="submit"] {
  width: 100%;
  margin-top: 0.35rem;
}

.bp-form__status {
  margin: 0;
  min-height: 1.3em;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--ink-soft);
}

.bp-form__status.is-error {
  color: #a3382f;
}

.bp-form__status.is-ok {
  color: #2f6b42;
}

.bp-form__alt {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ink-mute);
}

.bp-form__alt a {
  color: var(--gold);
}

/* Thank-you state */
.bp-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 1.5rem 0 0.5rem;
  text-align: center;
}

.bp-thanks__mark {
  display: block;
  width: 62px;
  height: 62px;
  color: var(--gold);
}

.bp-thanks__mark .bp-ico {
  width: 100%;
  height: 100%;
}

.bp-thanks__title {
  margin: 0;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  line-height: 1.15;
  color: var(--ink);
}

.bp-thanks__text {
  margin: 0;
  max-width: 34ch;
  font-size: 1.05rem;
  line-height: 1.62;
  color: var(--ink-soft);
}

.bp-thanks .bp-btn {
  margin-top: 0.35rem;
}

/* ==========================================================================
   22. ABOUT PAGE
   ========================================================================== */

.bp-page-head {
  position: relative;
  padding: calc(var(--nav-h) + clamp(2.5rem, 6vw, 4.5rem)) 0
    clamp(2rem, 5vw, 3.25rem);
  background: var(--sand);
  isolation: isolate;
}

.bp-page-head__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}

.bp-page-head__title {
  margin: 0;
  font-size: clamp(1.75rem, 3.6vw, 2.6rem);
  line-height: 1.22;
  color: var(--ink);
}

.bp-page-head__lead {
  margin: 0.4rem 0 0;
  max-width: 42ch;
  font-size: clamp(1.05rem, 1.5vw, 1.14rem);
  line-height: 1.7;
  color: var(--ink-soft);
}

.bp-approach {
  padding: var(--sec) 0;
  background: var(--sand);
}

.bp-approach__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.bp-approach__label {
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  color: var(--ink);
}

.bp-approach__title {
  margin: 0 0 1.6rem;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  line-height: 1.28;
  color: var(--ink);
}

.bp-approach__main .bp-body-lg {
  max-width: 56ch;
}

.bp-approach__img {
  margin: 0;
  border-radius: var(--r-sm);
  overflow: hidden;
}

.bp-approach__img img {
  width: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.bp-approach__img:hover img {
  transform: scale(1.03);
}

.bp-approach__img--tall {
  margin-top: clamp(2rem, 5vw, 3.5rem);
}

.bp-approach__img--tall img {
  aspect-ratio: 3 / 4;
}

.bp-approach__img--wide {
  margin-top: clamp(2rem, 4vw, 3rem);
}

.bp-approach__img--wide img {
  aspect-ratio: 3 / 2;
}

/* ==========================================================================
   23. PROCESS PAGE — sticky stacked cards
   ========================================================================== */

.bp-steps {
  padding: clamp(1rem, 3vw, 2rem) 0 clamp(3rem, 8vw, 6rem);
  background: var(--sand);
}

.bp-steps__list {
  --step-stack: 0.55rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bp-steps__tail {
  flex: 0 0 auto;
  height: calc((var(--step-count, 7) - 1) * var(--step-stack) + min(38vh, 16rem));
  pointer-events: none;
}

.bp-step {
  position: sticky;
  top: calc(var(--nav-h) + clamp(0.75rem, 2vw, 1.25rem) + (var(--step-index, 1) - 1) * var(--step-stack));
  z-index: var(--step-index, 1);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  grid-template-areas: "media copy";
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  min-height: clamp(300px, 58vh, 520px);
  margin-bottom: clamp(1.25rem, 4vh, 2.5rem);
  padding: clamp(1.15rem, 2.5vw, 1.85rem);
  border: 1px solid var(--hair-light);
  border-radius: var(--r-md);
  background: var(--sand-2);
}

.bp-step:last-of-type {
  margin-bottom: 0;
  min-height: clamp(320px, 60vh, 540px);
  padding-bottom: calc((var(--step-count, 7) - 1) * var(--step-stack) + clamp(1.5rem, 4vh, 2.5rem));
}

.bp-step__media {
  grid-area: media;
  margin: 0;
  width: min(100%, 320px);
  justify-self: center;
  align-self: center;
  border-radius: var(--r-sm);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.bp-step__copy {
  grid-area: copy;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  min-height: 0;
}

.bp-step--flip {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-areas: "copy media";
}

.bp-step__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.bp-step__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.55rem;
}

.bp-step__num {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  color: var(--gold);
}

.bp-step__icon {
  display: inline-flex;
  color: var(--gold);
  opacity: 0.85;
}

.bp-step__icon svg {
  width: clamp(26px, 2.6vw, 34px);
  height: auto;
}

.bp-step__title {
  margin: 0 0 0.65rem;
  max-width: 24ch;
  font-size: clamp(1.28rem, 2.4vw, 1.85rem);
  line-height: 1.18;
  color: var(--ink);
}

.bp-step__text {
  margin: 0;
  max-width: 52ch;
  font-size: clamp(0.98rem, 1.2vw, 1.05rem);
  line-height: 1.62;
  color: var(--ink-soft);
}

/* ==========================================================================
   24. PROJECTS PAGE
   ========================================================================== */

.bp-pj-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem clamp(0.5rem, 2vw, 1.25rem);
  margin-top: clamp(1.85rem, 5vw, 3rem);
}

.bp-pj-filter {
  min-height: 44px;
  padding: 0 0.75rem;
  border: 0;
  border-radius: var(--r-pill);
  background: transparent;
  font-size: 1.05rem;
  color: var(--ink-mute);
  cursor: pointer;
  transition: color 0.25s var(--ease), background 0.25s var(--ease);
}

.bp-pj-filter:hover {
  color: var(--gold);
}

.bp-pj-filter.is-active {
  background: rgba(24, 36, 67, 0.07);
  color: var(--ink);
  font-weight: 400;
}

.bp-pj-grid-wrap {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 var(--sec);
  background: var(--sand);
}

.bp-pj-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3.5vw, 3rem) clamp(1.25rem, 3vw, 2.5rem);
}

.bp-pj-card {
  display: flex;
  flex-direction: column;
}

.bp-pj-card.is-hidden {
  display: none;
}

.bp-pj-card__open {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
}

.bp-pj-card__media {
  position: relative;
  margin: 0 0 1rem;
  border-radius: var(--r-md);
  overflow: hidden;
}

.bp-pj-card__media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.bp-pj-card__hint {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: var(--r-pill);
  background: rgba(var(--navy-rgb), 0.82);
  color: var(--sand-2);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}

.bp-pj-card__open:hover .bp-pj-card__media img,
.bp-pj-card__open:focus-visible .bp-pj-card__media img {
  transform: scale(1.04);
}

.bp-pj-card__open:hover .bp-pj-card__hint,
.bp-pj-card__open:focus-visible .bp-pj-card__hint {
  opacity: 1;
  transform: translateY(0);
}

.bp-pj-card__title {
  margin: 0 0 0.3rem;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  color: var(--ink);
}

.bp-pj-card__meta {
  margin: 0;
  font-size: 1.02rem;
  color: var(--ink-mute);
}

.bp-pj-card__collab {
  margin: 0.55rem 0 0;
  max-width: 58ch;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--ink-mute);
}

.bp-pj-empty {
  margin: 2rem 0 0;
  font-size: 1rem;
  color: var(--ink-mute);
}


/* ==========================================================================
   24b. PROJECT ALBUM LIGHTBOX
   ========================================================================== */

.bp-album {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: calc(env(safe-area-inset-top) + 1rem) var(--pad)
    calc(env(safe-area-inset-bottom) + 1rem);
}

.bp-album__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(9, 18, 40, 0.88);
  cursor: pointer;
}

.bp-album__dialog {
  position: relative;
  width: min(100%, 980px);
  max-height: 100%;
  overflow-y: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: var(--r-md);
  background: var(--sand-2);
  color: var(--ink);
}

.bp-album__close {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
}

.bp-album__close:hover {
  color: var(--gold);
}

.bp-album__head {
  padding-right: 2.5rem;
  margin-bottom: 1rem;
}

.bp-album__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.15;
  color: var(--ink);
}

.bp-album__meta {
  margin: 0;
  font-size: 0.98rem;
  color: var(--ink-mute);
}

.bp-album__credit {
  margin: 0.42rem 0 0;
  max-width: 68ch;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--ink-mute);
}

/* Full-page curtain for seamless navigation between studio pages. */
.bp-page-transition {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 28%, rgba(181, 131, 74, 0.18), transparent 30%),
    var(--navy);
  color: var(--sand-2);
  transform: scaleY(0);
  will-change: transform;
}

html.js .bp-page-transition {
  visibility: visible;
}

@media (max-width: 860px) {
  html.js .bp-page-transition {
    display: none !important;
  }
}

.bp-page-transition__grain {
  position: absolute;
  inset: -30%;
  opacity: 0.12;
  background-image: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 7px);
  transform: rotate(4deg);
}

.bp-page-transition__mark {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.75rem);
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  color: var(--gold-2);
  will-change: transform, opacity;
}

.bp-album__slider {
  position: relative;
  outline: none;
}

.bp-album__track {
  position: relative;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--navy);
}

.bp-album__slide {
  display: none;
  margin: 0;
}

.bp-album__slide.is-active {
  display: block;
}

.bp-album__slide img {
  width: 100%;
  height: min(66vh, 720px);
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.bp-pj-card__media img,
.bp-case__slide img,
.bp-collection__img img,
.bp-split__media img,
.bp-approach__img img,
.bp-step__media img,
.bp-faq__media img {
  -webkit-user-drag: none;
  user-select: none;
}

.bp-album__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(var(--navy-rgb), 0.72);
  color: var(--sand-2);
  cursor: pointer;
  transition: background 0.25s var(--ease);
}

.bp-album__nav:hover {
  background: var(--gold);
  color: #fff;
}

.bp-album__nav--prev {
  left: 0.65rem;
}

.bp-album__nav--next {
  right: 0.65rem;
}

.bp-album__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  max-height: 96px;
  margin-top: 0.5rem;
  overflow-y: auto;
}

.bp-album__dot {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bp-album__dot::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(24, 36, 67, 0.22);
  transform: translate(-50%, -50%);
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}

.bp-album__dot.is-active::after {
  background: var(--gold);
  transform: translate(-50%, -50%) scale(1.25);
}

.bp-album__count {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.92rem;
  color: var(--ink-mute);
}

body.is-album-open {
  overflow: hidden;
}

body.is-album-open .bp-dock {
  opacity: 0;
  visibility: hidden;
}

/* ==========================================================================
   25. PROSE (editor content)
   ========================================================================== */

.bp-prose > * {
  max-width: 68ch;
}

.bp-prose h2 {
  margin: clamp(2rem, 4vw, 3rem) 0 1rem;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  color: var(--ink);
}

.bp-prose h3 {
  margin: clamp(1.5rem, 3vw, 2.25rem) 0 0.75rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--ink);
}

.bp-prose p,
.bp-prose li {
  font-size: clamp(1.02rem, 1.4vw, 1.08rem);
  line-height: 1.78;
  color: var(--ink-soft);
}

.bp-prose p {
  margin: 0 0 1.15rem;
}

.bp-prose ul,
.bp-prose ol {
  margin: 0 0 1.35rem;
  padding-left: 1.35rem;
}

.bp-prose li {
  margin-bottom: 0.45rem;
}

.bp-prose a {
  color: var(--gold);
  text-underline-offset: 3px;
  text-decoration: underline;
}

.bp-prose img {
  border-radius: var(--r-sm);
}

.bp-prose blockquote {
  margin: clamp(1.5rem, 3vw, 2.25rem) 0;
  padding-left: 1.25rem;
  border-left: 2px solid var(--gold);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.9vw, 1.3rem);
  line-height: 1.5;
  color: var(--ink);
}

/* ==========================================================================
   26. 404
   ========================================================================== */

.bp-404 {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: calc(var(--nav-h) + 4rem) 0 var(--sec);
  background: var(--navy);
  color: var(--cream);
  isolation: isolate;
  overflow: hidden;
}

.bp-404__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.bp-404__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.bp-404__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(var(--navy-rgb), 0.9), rgba(var(--navy-rgb), 0.72) 45%, rgba(var(--navy-rgb), 0.95)),
    radial-gradient(70% 55% at 50% 40%, rgba(181, 131, 74, 0.16), transparent 70%);
}

.bp-404__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
  text-align: center;
}

/* Oversized numeral sitting behind the copy */
.bp-404__ghost {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -54%);
  font-family: var(--font-display);
  font-size: clamp(11rem, 34vw, 26rem);
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: rgba(240, 233, 225, 0.07);
  pointer-events: none;
  user-select: none;
}

.bp-404 .bp-kicker {
  color: var(--gold-2);
}

.bp-404__title {
  margin: 0;
  width: 100%;
  max-width: min(100%, 36rem);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
  color: var(--sand-2);
}

.bp-404__text {
  margin: 0;
  max-width: 44ch;
  font-size: clamp(1.02rem, 1.6vw, 1.12rem);
  line-height: 1.68;
  color: var(--cream-soft);
}

.bp-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.65rem;
}

.bp-404__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  margin-top: clamp(1.75rem, 5vw, 3rem);
  padding-top: clamp(1.5rem, 4vw, 2.25rem);
  border-top: 1px solid var(--hair-dark);
  width: min(100%, 620px);
}

.bp-404__links-label {
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-mute);
}

.bp-404__links-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.75rem;
}

.bp-404__links-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 44px;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  color: var(--sand-2);
  transition: color 0.25s var(--ease);
}

.bp-404__links-nav a span {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  color: var(--gold);
}

.bp-404__links-nav a:hover {
  color: var(--gold-2);
}

@media (max-width: 640px) {
  .bp-404 {
    padding-top: calc(var(--nav-h) + 3rem);
  }

  .bp-404__actions .bp-btn {
    width: 100%;
  }

  .bp-404__links-nav {
    flex-direction: column;
    gap: 0;
  }
}

/* ==========================================================================
   27. RESPONSIVE — TABLET
   ========================================================================== */

@media (max-width: 1080px) {
  .bp-why {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 2.5rem);
  }
}

@media (max-width: 1000px) {
  .bp-svc__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: clamp(2rem, 5vw, 3rem);
  }
}

@media (max-width: 900px) {
  .bp-sec-head,
  .bp-split,
  .bp-svc__head,
  .bp-sf__grid,
  .bp-page-head__grid,
  .bp-faq,
  .bp-faq-head,
  .bp-contact__grid,
  .bp-ct__grid,
  .bp-approach__grid,
  .bp-step {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "copy";
    min-height: clamp(280px, 52vh, 480px);
    top: calc(var(--nav-h) + 0.5rem + (var(--step-index, 1) - 1) * var(--step-stack));
  }

  .bp-step--flip {
    grid-template-areas:
      "media"
      "copy";
  }

  .bp-step__media {
    width: min(100%, 280px);
  }

  .bp-step__copy {
    justify-content: flex-start;
  }

  .bp-split--reverse .bp-split__media {
    order: 0;
  }

  .bp-split__media img {
    aspect-ratio: 4 / 5;
  }

  .bp-facts__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: clamp(2rem, 6vw, 2.75rem);
  }

  .bp-faq-head__intro {
    text-align: left;
  }

  .bp-faq-head__intro p {
    margin-left: 0;
  }

  .bp-approach__grid {
    display: flex;
    flex-direction: column;
  }

  .bp-approach__aside {
    display: contents;
  }

  .bp-approach__label {
    order: 1;
  }

  .bp-approach__main {
    order: 2;
  }

  .bp-approach__img--tall {
    order: 3;
    margin-top: 0;
  }

  .bp-approach__img--tall img {
    aspect-ratio: 4 / 3;
  }

  .bp-step {
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .bp-step__media img {
    aspect-ratio: 1 / 1;
  }

  .bp-step__title {
    max-width: none;
    margin-bottom: 0.5rem;
  }

  .bp-step__text {
    max-width: none;
  }
}

/* ==========================================================================
   28. RESPONSIVE — PHONE
   ========================================================================== */

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

  .bp-hero {
    min-height: 100svh;
    align-items: flex-end;
  }

  .bp-hero__title {
    font-size: clamp(1.95rem, 9.5vw, 2.6rem);
    line-height: 1.06;
  }

  .bp-hero__kicker {
    margin-bottom: 1.5rem;
    font-size: 0.8rem;
    letter-spacing: 0.13em;
  }

  .bp-hero__actions {
    width: 100%;
    flex-direction: column;
    gap: 0.6rem;
  }

  .bp-hero__actions .bp-btn {
    width: 100%;
  }

  .bp-lead,
  .bp-body-lg {
    max-width: none;
  }

  .bp-leafshade::before,
  .bp-leafshade::after {
    width: min(105vw, 590px);
  }

  .bp-leafshade::before {
    left: -42vw;
    top: -3rem;
    opacity: 0.09;
  }

  .bp-leafshade::after {
    right: -52vw;
    bottom: -2rem;
    opacity: 0.05;
  }

  .bp-cases-wrap::before {
    width: min(105vw, 620px);
    opacity: 0.065;
    transform: translate(-35vw, -14%) rotate(5deg);
  }

  .bp-cases-wrap::after {
    right: -48vw;
    width: min(100vw, 580px);
    opacity: 0.04;
  }

  .bp-split__title,
  .bp-page-head__title {
    font-size: clamp(1.55rem, 7.5vw, 2rem);
    margin-bottom: 1.35rem;
  }

  .bp-split {
    gap: 2.25rem;
  }

  .bp-facts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 2.1rem;
    padding: 2rem 0;
  }

  .bp-fact:last-child {
    grid-column: 1 / -1;
  }

  .bp-fact__icon svg {
    width: 38px;
  }

  .bp-fact__num {
    font-size: 1.6rem;
  }

  .bp-fact__label,
  .bp-fact__num--word {
    max-width: 18ch;
  }

  .bp-why {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .bp-why__card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.35rem 1rem;
    align-items: center;
    padding-top: 1.15rem;
  }

  .bp-why__icon svg {
    width: 38px;
  }

  .bp-why__card > div {
    grid-column: 2;
  }

  .bp-collection__stage {
    min-height: auto;
  }

  .bp-collection__text {
    padding-block: clamp(2.75rem, 12vw, 4rem);
  }

  .bp-collection__img {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
  }

  .bp-svc__grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0;
  }

  .bp-svc__card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      "num name"
      "icon text";
    column-gap: 1.1rem;
    align-items: center;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--hair-dark);
  }

  .bp-svc__card:hover {
    transform: none;
  }

  .bp-svc__card:first-child {
    border-top: 1px solid var(--hair-dark);
  }

  .bp-svc__num {
    grid-area: num;
    font-size: 1.6rem;
  }

  .bp-svc__name {
    grid-area: name;
    margin: 0;
    font-size: 1.15rem;
  }

  .bp-svc__icon {
    grid-area: icon;
    margin: 1.1rem 0 0;
    align-self: start;
  }

  .bp-svc__icon svg {
    width: 40px;
  }

  .bp-svc__text {
    grid-area: text;
    margin-top: 1.1rem;
    gap: 0.6rem;
  }

  .bp-svc__text p {
    font-size: 0.98rem;
  }

  .bp-case {
    min-height: auto;
    padding: 2rem var(--pad) 2.5rem;
  }

  .bp-case__title {
    font-size: clamp(1.3rem, 6.5vw, 1.7rem);
  }

  .bp-case__track {
    aspect-ratio: 4 / 3;
  }

  .bp-case__cta {
    width: 100%;
  }

  .bp-statement {
    min-height: 60svh;
  }

  .bp-acc__q {
    font-size: 1.05rem;
  }

  .bp-acc__mark {
    width: 15px;
    height: 15px;
  }

  .bp-acc__answer {
    padding-right: 0.25rem;
  }

  .bp-acc__answer p {
    font-size: 1rem;
  }

  .bp-contact__btns .bp-btn {
    flex: 1 1 8rem;
  }

  .bp-faq__media {
    position: relative;
    top: auto;
  }

  .bp-album__nav {
    width: 38px;
    height: 38px;
  }

  .bp-pj-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.85rem;
  }

  .bp-step__title {
    font-size: clamp(1.4rem, 7vw, 1.85rem);
  }

  .bp-sf__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .bp-cta h2 {
    font-size: clamp(1.45rem, 7.5vw, 1.95rem);
  }
}

/* ==========================================================================
   29. PRE-ANIMATION STATE (avoids a flash before GSAP takes over)
   ========================================================================== */

@media (prefers-reduced-motion: no-preference) {
  html.js [data-reveal] {
    opacity: 0;
  }

  html.js .bp-hero__line > span,
  html.js .bp-line > span {
    transform: translate3d(0, 115%, 0);
  }

  html.js .bp-split-word-inner {
    transform: translate3d(0, 115%, 0);
  }
}

@media (prefers-reduced-motion: no-preference) and (max-width: 860px) {
  html.js .bp-hero__line > span {
    transform: none;
  }
}

/* ==========================================================================
   30. REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .bp-hero__media,
  .bp-statement__bg {
    transform: none !important;
  }

  .bp-page-transition {
    display: none !important;
  }
}
