/* =========================================================================
   PYC v7 "Final" — high-converting landing layer (loads after style.css)
   Two pages share this:
     • index.html — classic conversion structure (video hero + sections)
     • experience.html — minimal "navigate the yacht" video walkthrough
   ========================================================================= */

/* ----- Homepage loading splash ----------------------------------------- */
.home-intro { position: fixed; inset: 0; z-index: 200; background: radial-gradient(120% 120% at 50% 38%, #0c2546 0%, var(--navy-deep) 72%); display: grid; place-items: center; transition: opacity .9s var(--ease-out), visibility .9s, transform 1.1s var(--ease-out); }
.home-intro.is-done { opacity: 0; visibility: hidden; transform: scale(1.04); pointer-events: none; }
.home-intro-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.home-intro-logo { width: clamp(220px, 28vw, 360px); height: auto; opacity: 0; transform: translateY(14px); animation: homeIntroIn 1.2s var(--ease-out) .12s forwards; filter: drop-shadow(0 18px 60px rgba(6,20,39,.55)); }
@keyframes homeIntroIn { to { opacity: 1; transform: none; } }
.home-intro-line { width: 80px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; animation: homeIntroLine 1s var(--ease-out) .55s forwards; }
@keyframes homeIntroLine { to { opacity: .8; } }
.home-intro-txt { font-family: var(--font-sans); font-weight: 400; font-size: 10.5px; letter-spacing: .42em; text-transform: uppercase; color: color-mix(in oklab, var(--ivory) 62%, transparent); text-align: center; opacity: 0; animation: homeIntroFade 1s var(--ease-out) .75s forwards; }
@keyframes homeIntroFade { to { opacity: 1; } }
@media (max-width: 640px) {
  .home-intro-txt { font-size: 9.5px; letter-spacing: .32em; max-width: 80vw; }
}

/* ----- Mobile nav: burger LEFT · logo CENTER · lang RIGHT --------------- */
@media (max-width: 820px) {
  .nav-burger { display: inline-flex !important; order: -1; }
  .nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; }
  .brand-mark { justify-self: center; }
  /* Crisper render at small sizes — smaller display size + image-rendering hint */
  .brand-mark .brand-logo { height: 34px; image-rendering: -webkit-optimize-contrast; }
  .nav-links { justify-self: end; gap: 0; }
}

/* ----- Half-screen LEFT drawer + backdrop ------------------------------- */
/* Drawer + backdrop sit ABOVE the nav bar (.nav z-index:60) so the drawer
   covers the brand logo when open — per user spec. */
.nav-backdrop { position: fixed; inset: 0; z-index: 62; background: rgba(6,20,39,.6); opacity: 0; visibility: hidden; transition: opacity .5s var(--ease-out), visibility .5s; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
body.menu-open .nav-backdrop { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }

aside.nav-drawer {
  position: fixed; top: 0; left: 0; bottom: 0;
  width: clamp(280px, 50vw, 460px); z-index: 64;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  transform: translateX(-101%); transition: transform .55s cubic-bezier(.18,.7,.25,1), visibility .55s;
  visibility: hidden; box-shadow: 30px 0 80px -20px rgba(0,0,0,.6);
}
body.menu-open aside.nav-drawer { transform: none; visibility: visible; }
.nav-drawer-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding: clamp(60px,8vh,90px) clamp(26px,5vw,42px) 40px; height: 100%; overflow-y: auto; }
.nav-drawer-close { position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; font-size: 26px; line-height: 1; color: color-mix(in oklab, var(--ivory) 78%, transparent); background: transparent; border: 1px solid rgba(245,241,232,.18); border-radius: 999px; cursor: pointer; transition: color .3s, border-color .3s; padding: 0; }
.nav-drawer-close:hover { color: var(--gold); border-color: var(--gold); }
.nav-drawer-logo { width: 60px; height: auto; opacity: 0; transform: translateY(8px); transition: opacity .55s var(--ease-out) .15s, transform .55s var(--ease-out) .15s; margin-bottom: 6px; }
body.menu-open .nav-drawer-logo { opacity: 1; transform: none; }
aside.nav-drawer a { font-family: var(--font-serif); font-weight: 400; font-size: clamp(22px,4.5vw,30px); color: var(--ivory); line-height: 1.15; letter-spacing: -.005em; opacity: 0; transform: translateX(-14px); transition: opacity .5s var(--ease-out), transform .55s var(--ease-out), color .3s, padding-left .3s; padding-left: 18px; position: relative; }
aside.nav-drawer a::before { content: ''; position: absolute; left: 0; top: .55em; width: 8px; height: 1px; background: var(--gold); opacity: .55; transition: opacity .3s, width .3s; }
aside.nav-drawer a:hover { color: var(--gold); padding-left: 22px; }
aside.nav-drawer a:hover::before { opacity: 1; width: 14px; }
body.menu-open aside.nav-drawer a { opacity: 1; transform: none; }
body.menu-open aside.nav-drawer a:nth-of-type(1) { transition-delay: .18s; }
body.menu-open aside.nav-drawer a:nth-of-type(2) { transition-delay: .24s; }
body.menu-open aside.nav-drawer a:nth-of-type(3) { transition-delay: .30s; }
body.menu-open aside.nav-drawer a:nth-of-type(4) { transition-delay: .36s; }
body.menu-open aside.nav-drawer a:nth-of-type(5) { transition-delay: .42s; }
body.menu-open aside.nav-drawer a:nth-of-type(6) { transition-delay: .48s; }
body.menu-open aside.nav-drawer a:nth-of-type(7) { transition-delay: .54s; }

/* ----- Floating Action Button (Contact) ---------------------------------- */
.fab { position: fixed; right: clamp(18px,2.4vw,32px); bottom: clamp(18px,3vh,32px); z-index: 70; }
.fab-trigger { width: 58px; height: 58px; border-radius: 50%; border: 1px solid rgba(201,169,97,.55); background: var(--gold); color: var(--navy); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 14px 36px -12px rgba(201,169,97,.55), 0 6px 16px -6px rgba(0,0,0,.45); transition: transform .35s var(--ease-out), background .3s, color .3s, box-shadow .3s; padding: 0; }
.fab-trigger:hover { transform: translateY(-2px); box-shadow: 0 18px 44px -14px rgba(201,169,97,.7); }
.fab-trigger .ico-close { display: none; }
.fab.is-open .fab-trigger { background: var(--navy); color: var(--gold); transform: rotate(180deg); }
.fab.is-open .fab-trigger .ico-phone { display: none; }
.fab.is-open .fab-trigger .ico-close { display: block; transform: rotate(-180deg); }
.fab-menu { position: absolute; right: 0; bottom: calc(100% + 12px); display: flex; flex-direction: column; gap: 10px; min-width: 240px; pointer-events: none; }
.fab-item { display: inline-flex; align-items: center; gap: 12px; padding: 13px 18px; border-radius: 999px; background: rgba(6,20,39,.78); border: 1px solid rgba(201,169,97,.32); color: var(--ivory); font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 12px 30px -16px rgba(0,0,0,.5); opacity: 0; transform: translateX(12px); transition: opacity .35s var(--ease-out), transform .4s var(--ease-out), color .3s, border-color .3s; white-space: nowrap; }
.fab-item:hover { color: var(--gold); border-color: var(--gold); }
.fab-item svg { flex: 0 0 auto; color: var(--gold); }
.fab.is-open .fab-menu { pointer-events: auto; }
.fab.is-open .fab-item { opacity: 1; transform: none; }
.fab.is-open .fab-item:nth-child(1) { transition-delay: .04s; }
.fab.is-open .fab-item:nth-child(2) { transition-delay: .10s; }
.fab.is-open .fab-item:nth-child(3) { transition-delay: .16s; }
@media (max-width: 560px) { .fab-menu { min-width: 220px; } .fab-item { font-size: 11px; padding: 12px 16px; } }

/* ----- Testimonials carousel ------------------------------------------- */
.tcar { position: relative; max-width: var(--max-w); margin: 0 auto; }
.tcar-viewport { overflow: hidden; padding: 26px 0; mask-image: linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0, #000 11%, #000 89%, transparent 100%); }
.tcar-track { display: flex; gap: clamp(20px,2.4vw,38px); transition: transform .65s cubic-bezier(.18,.7,.25,1); will-change: transform; }
.tcar-card { flex: 0 0 clamp(280px, 52vw, 480px); padding: clamp(28px,2.6vw,42px); border: 1px solid rgba(201,169,97,.28); border-radius: 20px; background: rgba(245,241,232,.05); display: flex; flex-direction: column; gap: 16px; transition: transform .65s cubic-bezier(.18,.7,.25,1), filter .55s var(--ease-out), opacity .55s var(--ease-out), border-color .4s, box-shadow .4s; transform: scale(.84); filter: blur(5px); opacity: .45; }
.tcar-card.is-active { transform: scale(1); filter: none; opacity: 1; border-color: rgba(201,169,97,.5); box-shadow: 0 30px 70px -30px rgba(0,0,0,.5); }
.tcar-card.is-near { transform: scale(.9); filter: blur(2px); opacity: .7; }
.tcar-card .t-mark { font-family: var(--font-serif); font-size: 56px; line-height: .6; color: var(--gold); }
.tcar-card .t-quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(17px,1.2vw,21px); line-height: 1.5; }
.tcar-card .t-who { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.tcar-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(201,169,97,.45); background: rgba(6,20,39,.55); color: var(--ivory); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: background .3s, color .3s, border-color .3s, transform .3s; padding: 0; }
.tcar-arrow:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); transform: translateY(-50%) scale(1.06); }
.tcar-prev { left: clamp(4px, 1vw, 14px); }
.tcar-next { right: clamp(4px, 1vw, 14px); }
.tcar-dots { display: flex; gap: 8px; justify-content: center; margin-top: 32px; }
.tcar-dots i { display: block; width: 7px; height: 7px; border-radius: 999px; background: rgba(201,169,97,.32); cursor: pointer; transition: background .3s, transform .3s, width .3s; }
.tcar-dots i.on { background: var(--gold); width: 22px; }
@media (max-width: 560px) {
  .tcar-card { flex-basis: 78vw; padding: 26px 22px; }
  .tcar-arrow { width: 40px; height: 40px; }
}

.nav-burger { display: none; width: 40px; height: 40px; position: relative; cursor: pointer; align-items: center; justify-content: center; padding: 0; background: transparent; border: 0; color: inherit; }
.nav-burger span { display: block; position: absolute; left: 8px; right: 8px; height: 1.5px; background: currentColor; border-radius: 2px; transition: transform .4s var(--ease-out), opacity .25s, top .35s var(--ease-out); }
.nav-burger span:nth-child(1) { top: 14px; }
.nav-burger span:nth-child(2) { top: 19.5px; }
.nav-burger span:nth-child(3) { top: 25px; }
body.menu-open .nav-burger span:nth-child(1) { top: 19.5px; transform: rotate(45deg); }
body.menu-open .nav-burger span:nth-child(2) { opacity: 0; }
body.menu-open .nav-burger span:nth-child(3) { top: 19.5px; transform: rotate(-45deg); }
@media (max-width: 820px) {
  .nav-burger { display: inline-flex; }
}

.nav-drawer { position: fixed; inset: 0; z-index: 55; background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .45s var(--ease-out), transform .55s var(--ease-out), visibility .45s; }
body.menu-open .nav-drawer { opacity: 1; visibility: visible; transform: none; }
.nav-drawer-inner { display: flex; flex-direction: column; align-items: center; gap: 28px; padding: 90px 24px 60px; }
.nav-drawer a { font-family: var(--font-serif); font-weight: 400; font-size: clamp(28px,5vw,38px); color: var(--ivory); line-height: 1.1; letter-spacing: -.005em; opacity: 0; transform: translateY(14px); transition: opacity .55s var(--ease-out), transform .6s var(--ease-out), color .3s; }
body.menu-open .nav-drawer a { opacity: 1; transform: none; }
body.menu-open .nav-drawer a:nth-child(1) { transition-delay: .12s; }
body.menu-open .nav-drawer a:nth-child(2) { transition-delay: .18s; }
body.menu-open .nav-drawer a:nth-child(3) { transition-delay: .24s; }
body.menu-open .nav-drawer a:nth-child(4) { transition-delay: .30s; }
body.menu-open .nav-drawer a:nth-child(5) { transition-delay: .36s; }
body.menu-open .nav-drawer a:nth-child(6) { transition-delay: .42s; }
.nav-drawer a:hover { color: var(--gold); }
.nav-drawer .lang-switch { margin-top: 12px; font-size: 12px; }

/* ----- Reveal-on-scroll (used by both pages) ---------------------------- */
/* Opacity-only reveal — compositor-only, no transform/layout, smoothest possible. */
.rv { opacity: 0; transition: opacity .7s var(--ease-out); }
.rv.in { opacity: 1; }
.rv.d1 { transition-delay: .06s } .rv.d2 { transition-delay: .12s } .rv.d3 { transition-delay: .18s } .rv.d4 { transition-delay: .24s } .rv.d5 { transition-delay: .30s }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   HOMEPAGE — video-loop hero (centered)
   ============================================================ */
.hero-v {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: grid; place-items: center; overflow: hidden;
  background: var(--navy); color: var(--ivory);
}
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(70% 56% at 50% 50%, rgba(6,20,39,.32) 0%, transparent 64%),
    linear-gradient(to bottom, rgba(6,20,39,.50) 0%, transparent 22%, transparent 52%, rgba(6,20,39,.78) 100%);
}
.hero-inner {
  position: relative; z-index: 3; width: min(880px, 92vw); text-align: center;
  padding: clamp(92px,10vh,118px) clamp(20px,5vw,40px) clamp(80px,9vh,110px);
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.hero-monogram { width: clamp(72px, 7.5vw, 110px); height: auto; margin-bottom: 0; filter: drop-shadow(0 10px 36px rgba(6,20,39,.6)); }
.hero-eyebrow { font-family: var(--font-sans); font-weight: 500; font-size: 11.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 14px; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 28px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.hero-eyebrow::after { background: linear-gradient(90deg, var(--gold), transparent); }
.hero-h {
  font-family: var(--font-serif); font-weight: 400;
  font-size: clamp(40px, 5.4vw, 84px); line-height: 1.02; letter-spacing: -.008em;
  color: var(--ivory); text-wrap: balance;
  text-shadow: 0 2px 44px rgba(6,20,39,.7);
}
.hero-h em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-family: var(--font-sans); font-weight: 300; font-size: clamp(15px, 1.05vw, 17.5px); line-height: 1.6;
  color: color-mix(in oklab, var(--ivory) 86%, transparent); max-width: 54ch;
  text-shadow: 0 1px 20px rgba(6,20,39,.5);
}
.hero-ctas { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 4px; }
.hero-arrow { display: inline-block; transform: translateY(-1px); margin-left: 6px; }

/* Subtle gold-tinted bubbles in the hero — luxe ambient motion */
.hero-bubbles { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.hero-bubbles span { position: absolute; bottom: -8%; border-radius: 50%; background: radial-gradient(circle at 34% 30%, rgba(255,255,255,.42), rgba(201,169,97,.22) 46%, rgba(201,169,97,0) 72%); border: 1px solid rgba(201,169,97,.16); animation: heroBub linear infinite; }
@keyframes heroBub { 0%{transform:translateY(0) translateX(0) scale(.85);opacity:0} 12%{opacity:.5} 88%{opacity:.3} 100%{transform:translateY(-118vh) translateX(var(--bx,0)) scale(1.12);opacity:0} }

.hero-scroll { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 4; display: inline-flex; flex-direction: column; align-items: center; gap: 10px; font-size: 10px; letter-spacing: .42em; text-transform: uppercase; color: color-mix(in oklab, var(--ivory) 64%, transparent); opacity: 0; animation: scrollAppear .8s ease 1.2s forwards; pointer-events: none; }
.hero-scroll::after { content: ''; width: 1px; height: 36px; background: linear-gradient(to bottom, var(--gold), transparent); animation: cueLine 2.6s var(--ease-soft) infinite; }
@keyframes scrollAppear { to { opacity: 1; } }
@keyframes cueLine { 0%{transform:scaleY(0);transform-origin:top} 50%{transform:scaleY(1);transform-origin:top} 51%{transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }

/* ----- Trust strip (just below hero, before pillars) -------------------- */
.trust-bar { background: var(--navy-deep); color: var(--ivory); padding: clamp(40px,5vw,72px) clamp(20px,5vw,60px); border-top: 1px solid rgba(201,169,97,.2); border-bottom: 1px solid rgba(201,169,97,.2); position: relative; overflow: hidden; }
.trust-bar::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 100% at 50% 50%, rgba(107,164,214,.08), transparent 70%); }
.trust-inner { position: relative; max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(20px,2.5vw,40px); }
@media (max-width: 980px) { .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 28px; } }
@media (max-width: 480px) { .trust-inner { grid-template-columns: 1fr; gap: 20px; } }
.t-stat { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; position: relative; }
.t-stat + .t-stat::before { content: ''; position: absolute; left: 0; top: 18%; bottom: 18%; width: 1px; background: rgba(201,169,97,.18); }
@media (max-width: 980px) { .t-stat + .t-stat::before { display: none; } }
.t-stat .num { font-family: var(--font-serif); font-weight: 500; font-size: clamp(32px,3.4vw,52px); line-height: 1; color: var(--gold); text-shadow: 0 0 26px rgba(107,164,214,.4); }
.t-stat .lbl { font-size: 10.5px; letter-spacing: .26em; text-transform: uppercase; color: color-mix(in oklab, var(--ivory) 70%, transparent); }

/* ----- Section base ----------------------------------------------------- */
.sec { position: relative; padding: clamp(80px,11vw,160px) clamp(20px,5vw,80px); }
.sec--navy { background: var(--navy); color: var(--ivory); }
.sec--ivory { background: var(--ivory); color: var(--navy); }
.sec--navy h2 { color: var(--ivory); }
.sec-inner { max-width: var(--max-w); margin: 0 auto; }
.sec-head { max-width: 760px; margin: 0 auto clamp(48px,5.5vw,84px); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.sec-eyebrow { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); }
.sec-h { font-family: var(--font-serif); font-weight: 400; font-size: clamp(32px,4vw,58px); line-height: 1.08; letter-spacing: -.005em; text-wrap: balance; }
.sec-sub { font-family: var(--font-sans); font-weight: 300; font-size: clamp(16px,1.2vw,19px); line-height: 1.65; max-width: 60ch; color: color-mix(in oklab, currentColor 78%, transparent); }

/* ----- Why pillars (4) -------------------------------------------------- */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px,2.4vw,36px); }
@media (max-width: 980px) { .pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pillars { grid-template-columns: 1fr; } }
.pillar { display: flex; flex-direction: column; gap: 14px; padding: clamp(24px,2.2vw,36px); border-top: 1px solid rgba(201,169,97,.35); }
.pillar .num { font-family: var(--font-serif); font-size: 22px; color: var(--gold); }
.pillar h3 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(20px,1.6vw,24px); line-height: 1.2; }
.pillar p { font-size: 14.5px; line-height: 1.65; color: color-mix(in oklab, currentColor 70%, transparent); }

/* ----- Photo service cards --------------------------------------------- */
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px,2vw,32px); }

/* Mobile: horizontal scroll-snap carousel — no vertical "drop-down" stack.
   Each card snaps to viewport edge, swipe through with momentum. */
@media (max-width: 760px) {
  .svc-grid {
    display: flex; grid-template-columns: none;
    gap: 14px;
    overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 20px;
    padding: 4px 20px 18px; margin: 0 -20px;
    scrollbar-width: none;
  }
  .svc-grid::-webkit-scrollbar { display: none; }
  .svc-grid .svc-card {
    flex: 0 0 82%;
    scroll-snap-align: start;
    min-height: 380px;
  }
  .svc-grid .svc-card:last-child { margin-right: 8px; }
}
.svc-card { position: relative; min-height: clamp(320px,38vw,440px); border-radius: 18px; overflow: hidden; color: var(--ivory); display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(24px,2.4vw,36px); isolation: isolate; }
.svc-card img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.2s var(--ease-out); }
.svc-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to top, rgba(6,20,39,.92) 0%, rgba(6,20,39,.5) 50%, rgba(6,20,39,.2) 100%); }
.svc-card:hover img.bg { transform: scale(1.04); }
.svc-card .num { font-family: var(--font-serif); font-size: 16px; color: var(--gold); margin-bottom: 8px; }
.svc-card h3 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(22px,1.8vw,28px); line-height: 1.2; margin-bottom: 10px; }
.svc-card p { font-size: 14px; line-height: 1.6; color: color-mix(in oklab, var(--ivory) 80%, transparent); max-width: 42ch; }
.svc-card .chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.svc-card .chip { border: 1px solid color-mix(in oklab, var(--gold) 45%, transparent); padding: 5px 11px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; border-radius: 999px; color: color-mix(in oklab, var(--ivory) 88%, transparent); }

/* ----- Marinas grid (5, with SVG line illustration) -------------------- */
.marinas-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(14px,1.6vw,28px); }
@media (max-width: 980px) { .marinas-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .marinas-grid { grid-template-columns: 1fr; } }
.marina { text-align: center; padding: clamp(20px,1.8vw,32px) 12px; border-top: 1px solid rgba(201,169,97,.35); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.marina-illo { color: var(--gold); width: 64px; height: 64px; }
.marina-name { font-family: var(--font-serif); font-weight: 500; font-size: 22px; }
.marina-desc { font-size: 13px; letter-spacing: .04em; color: color-mix(in oklab, currentColor 65%, transparent); }

/* ----- Testimonials ---------------------------------------------------- */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px,2.2vw,36px); }
@media (max-width: 900px) { .testimonials { grid-template-columns: 1fr; } }
.t-card { display: flex; flex-direction: column; gap: 16px; padding: clamp(28px,2.4vw,40px); border: 1px solid rgba(201,169,97,.3); border-radius: 18px; background: rgba(245,241,232,.06); }
.t-mark { font-family: var(--font-serif); font-size: 56px; line-height: .6; color: var(--gold); }
.t-quote { font-family: var(--font-serif); font-style: italic; font-size: clamp(17px,1.2vw,20px); line-height: 1.5; }
.t-who { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }

/* ----- CTA band -------------------------------------------------------- */
.ctaband { background: var(--navy); color: var(--ivory); padding: clamp(80px,10vw,160px) clamp(20px,5vw,80px); text-align: center; position: relative; overflow: hidden; }
.ctaband::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(60% 60% at 50% 50%, rgba(107,164,214,.12) 0%, transparent 70%); }
.ctaband-inner { position: relative; max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.ctaband .row { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 8px; }
.ctaband .nav-tag { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: color-mix(in oklab, var(--ivory) 65%, transparent); margin-top: 18px; }
.ctaband .nav-tag a { color: var(--gold); border-bottom: 1px solid color-mix(in oklab, var(--gold) 50%, transparent); padding-bottom: 2px; }
.ctaband .nav-tag a:hover { border-color: var(--gold); }

/* ============================================================
   EXPERIENCE PAGE — minimal "navigate the yacht"
   ============================================================ */
.exp-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; padding: 22px clamp(20px,5vw,40px); pointer-events: none; }
.exp-nav a, .exp-nav button { pointer-events: auto; }
.exp-nav .back { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: color-mix(in oklab, var(--ivory) 78%, transparent); padding: 8px 14px; border-radius: 999px; border: 1px solid rgba(245,241,232,.22); background: rgba(6,20,39,.4); backdrop-filter: blur(8px); }
.exp-nav .back:hover { color: var(--gold); border-color: var(--gold); }

.exp-scene { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); color: var(--ivory); }
.exp-scene > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.exp-scene .scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to bottom, rgba(6,20,39,.4) 0%, transparent 24%, transparent 60%, rgba(6,20,39,.78) 100%); }

/* the minimal caption — bottom-left, elegant */
.exp-caption { position: relative; z-index: 2; padding: clamp(80px,12vh,140px) clamp(28px,6vw,80px) clamp(60px,10vh,110px); max-width: 720px; }
.exp-caption .idx { font-family: var(--font-sans); font-weight: 500; font-size: 11px; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); display: inline-flex; align-items: center; gap: 12px; }
.exp-caption .idx::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.exp-caption h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(34px,4.5vw,72px); line-height: 1.05; margin-top: 14px; letter-spacing: -.005em; text-wrap: balance; text-shadow: 0 2px 30px rgba(6,20,39,.6); }
.exp-caption h2 em { font-style: italic; color: var(--gold); }
.exp-caption p { font-family: var(--font-serif); font-style: italic; font-size: clamp(16px,1.2vw,20px); margin-top: 14px; color: color-mix(in oklab, var(--ivory) 82%, transparent); max-width: 46ch; text-shadow: 0 1px 16px rgba(6,20,39,.5); }

/* on the experience the first scene is a full hero with bigger central headline */
.exp-scene--hero { align-items: center; }
.exp-scene--hero .exp-caption { text-align: center; margin: 0 auto; padding: clamp(110px,14vh,170px) clamp(20px,5vw,40px); }
.exp-scene--hero .exp-caption .idx { justify-content: center; }
.exp-scene--hero .exp-caption .idx::before { display: none; }
.exp-scene--hero .exp-caption h2 { font-size: clamp(46px,7vw,108px); }

/* reveal */
.exp-caption .idx, .exp-caption h2, .exp-caption p { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease-out), transform .85s var(--ease-out); }
.exp-scene.in .exp-caption .idx { opacity: 1; transform: none; transition-delay: .12s; }
.exp-scene.in .exp-caption h2 { opacity: 1; transform: none; transition-delay: .22s; }
.exp-scene.in .exp-caption p { opacity: 1; transform: none; transition-delay: .32s; }

/* closing experience CTA */
.exp-end { padding: clamp(80px,10vw,150px) clamp(20px,5vw,40px); text-align: center; background: var(--navy-deep); color: var(--ivory); }
.exp-end h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(34px,4.2vw,60px); line-height: 1.1; max-width: 700px; margin: 0 auto 28px; text-wrap: balance; }
.exp-end .row { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 13px; }

/* small wave divider already in style.css base? we'll inline a tiny one */
.cine-wave { display: block; width: 100%; height: clamp(50px,7vw,100px); background: var(--navy-deep); line-height: 0; }
.cine-wave svg { width: 100%; height: 100%; display: block; }
.cine-wave .w-gold { fill: none; stroke: var(--gold); stroke-width: 1.4; opacity: .8; }
.cine-wave .w-blue { fill: none; stroke: var(--blue); stroke-width: 1.2; opacity: .5; }
