/* ==========================================================================
   King J's Taxi Services & Tours — Grenada
   White background, typographic, Apple-influenced. Colours taken from the logo.
   ========================================================================== */

:root {
  --black:      #1D1D1F;
  --gray:       #6E6E73;
  --gray-2:     #86868B;
  --bg:         #FFFFFF;
  --bg-alt:     #E7DFF0;
  --bg-alt-2:   #F1ECF7;
  --line:       #DCD8E4;
  --line-soft:  #DCD2EA;

  --blue:       #0B4A8F;   /* logo palms and lettering */
  --indigo:     #3B2478;
  --purple:     #6B2076;
  --pink:       #C22A6D;
  --orange:     #E58408;
  --sun:        #F0A500;
  --accent:     #0B4A8F;   /* readable blue for links and icons */
  --accent-2:   #C22A6D;   /* pink for hovers */
  --gold:       #C9A227;
  --brand-grad: linear-gradient(90deg, #0B4A8F 0%, #4A2278 30%, #A32475 52%, #C22A6D 70%, #E58408 100%);

  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --wrap: 1024px;
  --wrap-wide: 1200px;
  --gutter: clamp(1.25rem, 5vw, 2.5rem);
  --nav-h: 52px;
  --radius: 18px;
  --radius-lg: 28px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0; background: var(--bg); color: var(--black);
  font-family: var(--sans); font-size: 1.0625rem; line-height: 1.5;
  letter-spacing: -0.01em; -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-weight: 600; line-height: 1.06; letter-spacing: -0.028em;
  margin: 0 0 .5em; text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 6.4vw, 4.75rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); letter-spacing: -0.022em; }
h4 { font-size: 1.05rem; letter-spacing: -0.015em; }
p  { margin: 0 0 1.1em; }

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

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--wide { max-width: var(--wrap-wide); }

.center { text-align: center; }
.center p { margin-inline: auto; }

.lede {
  font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.35;
  letter-spacing: -0.018em; color: var(--black); max-width: 34ch;
}
.sub { color: var(--gray); font-size: 1.05rem; max-width: 62ch; }
.eyebrow {
  font-size: .95rem; font-weight: 600; letter-spacing: -0.01em;
  color: var(--accent); margin: 0 0 .5rem;
}
.fine { font-size: .8125rem; line-height: 1.4; color: var(--gray-2); }
.fine a { color: var(--accent); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--black); color: #fff; padding: .7rem 1.1rem; border-radius: 8px;
}
.skip:focus { left: .5rem; top: .5rem; }

/* ---------- Buttons and links ------------------------------------------ */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  font-size: 1rem; font-weight: 500; letter-spacing: -0.01em;
  padding: .78rem 1.4rem; border-radius: 980px; text-decoration: none;
  border: 1px solid transparent; cursor: pointer; font-family: var(--sans);
  transition: background-color .2s, color .2s, border-color .2s, opacity .2s;
}
.btn--primary { background-image: var(--brand-grad); color: #fff; font-weight: 600; }
.btn--primary:hover { filter: brightness(1.06); }
.btn--dark { background: var(--black); color: #fff; }
.btn--dark:hover { background: #333336; }
.btn--soft { background: var(--bg-alt); color: var(--black); }
.btn--soft:hover { background: #E8E8ED; }
.btn--outline { border-color: var(--accent); color: var(--accent); }
.btn--outline:hover { background: rgba(10,132,150,.07); }
.btn svg { width: 17px; height: 17px; flex: none; }

.chev {
  color: var(--accent); text-decoration: none; font-size: 1.0625rem;
  display: inline-flex; align-items: center; gap: .18rem; white-space: nowrap;
}
.chev:hover { text-decoration: underline; }
.chev::after { content: "\203A"; font-size: 1.25em; line-height: 1; transform: translateY(-1px); }
.chev-row { display: flex; flex-wrap: wrap; gap: 1.6rem; }
.center .chev-row { justify-content: center; }

/* ---------- Navigation -------------------------------------------------- */

.masthead {
  position: sticky; top: 0; z-index: 100;
  background:
    linear-gradient(90deg, rgba(11,74,143,.32) 0%, rgba(59,36,120,.28) 26%, rgba(107,32,118,.28) 48%,
                    rgba(194,42,109,.30) 70%, rgba(229,132,8,.36) 100%),
    rgba(255,255,255,.88);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 0;
  border-bottom: 1px solid rgba(20,10,40,.10);
  box-shadow: 0 8px 14px -12px rgba(40,25,70,.18), 0 22px 34px -28px rgba(40,25,70,.14);
}
.masthead::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background-image: var(--brand-grad); opacity: .85;
}
.masthead__inner {
  display: flex; align-items: center; gap: 1.2rem; min-height: var(--nav-h);
}
.brand { display: flex; align-items: center; gap: .55rem; text-decoration: none; }
.brand { min-width: 0; gap: .8rem; }
.brand img { height: 34px; width: auto; flex: none; }
.brand__name { font-size: .75rem; font-weight: 600; letter-spacing: -0.01em; line-height: 1.15; color: var(--black);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 1240px) and (min-width: 861px) { .nav { gap: 1.15rem; } }
@media (max-width: 1080px) and (min-width: 861px) { .brand__name { display: none; } }
@media (max-width: 860px) { :root { --nav-h: 52px; } .brand img { height: 30px; }
  .brand__name { white-space: normal; overflow: visible; max-width: 13em; } }
@media (max-width: 420px) { .brand img { height: 28px; } .brand__name { font-size: .6875rem; max-width: 12.5em; } }

.nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: clamp(1.1rem, 2.6vw, 2.4rem); margin-left: clamp(1.5rem, 5vw, 4.5rem); }
.nav a {
  position: relative; font-size: .75rem; font-weight: 400;
  text-decoration: none; opacity: .88;
  transition: opacity .18s, color .18s;
}
.nav a:not(.btn) { background: none; box-shadow: none; padding: 0; }
/* each menu item picks up one colour from the logo */
.nav a:not(.btn) { color: var(--black); }
.nav a:nth-of-type(1) { --nav-c: #0B4A8F; }
.nav a:nth-of-type(2) { --nav-c: #3B2478; }
.nav a:nth-of-type(3) { --nav-c: #6B2076; }
.nav a:nth-of-type(4) { --nav-c: #A32475; }
.nav a:nth-of-type(5) { --nav-c: #C22A6D; }
.nav a:nth-of-type(6) { --nav-c: #D4551F; }
.nav a:nth-of-type(7) { --nav-c: #E58408; }
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  border-radius: 2px; background: var(--nav-c, var(--black)); transform: scaleX(0); transform-origin: left;
  transition: transform .22s ease;
}
.nav a:not(.btn):hover { opacity: 1; }
.nav a:not(.btn):hover::after { transform: scaleX(1); }
.nav a[aria-current="page"] { font-weight: 600; opacity: 1; }
.nav a[aria-current="page"]:not(.btn)::after { transform: scaleX(1); }
.nav .btn { font-size: .75rem; padding: .32rem .85rem; box-shadow: none; margin-left: auto; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  font-family: var(--sans); font-size: .8125rem; color: var(--black); padding: .4rem 0;
}
@media (max-width: 860px) {
  .nav-toggle {
    display: block; margin-left: auto; position: relative; z-index: 2;
    width: 34px; height: 34px; padding: 0; border: 0; background: none;
  }
  .nav-toggle__bars { position: absolute; inset: 0; display: block; }
  .nav-toggle__bars span {
    position: absolute; left: 8px; right: 8px; height: 1.5px; border-radius: 2px;
    background: var(--black); transition: transform .34s cubic-bezier(.4,0,.2,1), top .34s cubic-bezier(.4,0,.2,1);
  }
  .nav-toggle__bars span:first-child { top: 13px; }
  .nav-toggle__bars span:last-child  { top: 19px; }
  .nav-toggle[aria-expanded="true"] .nav-toggle__bars span:first-child { top: 16px; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle__bars span:last-child  { top: 16px; transform: rotate(-45deg); }
  body.nav-open { overflow: hidden; }
  .masthead__inner { gap: .75rem; }
  /* full-height sheet, the way apple.com does it on a phone */
  .nav {
    position: absolute; top: var(--nav-h); left: 0; right: 0; z-index: 90;
    height: calc(100svh - var(--nav-h)); height: calc(100dvh - var(--nav-h));
    background:
      linear-gradient(90deg, rgba(11,74,143,.10), rgba(107,32,118,.09) 50%, rgba(229,132,8,.12)),
      #fff;
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0;
    padding: .6rem var(--gutter) 2.4rem; overflow-y: auto; overscroll-behavior: contain;
    box-shadow: none; border-bottom: 0;
    animation: kj-sheet .28s cubic-bezier(.4,0,.2,1) both;
  }
  .nav[hidden] { display: none; }
  @keyframes kj-sheet { from { opacity: 0; } to { opacity: 1; } }
  @keyframes kj-item { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
  .nav a:not(.btn) {
    padding: 1rem .2rem; font-size: 1.0625rem; font-weight: 500; letter-spacing: -.01em;
    color: var(--black); background: none; box-shadow: none; border-radius: 0;
    border-left: 0; border-bottom: 1px solid rgba(20,10,40,.10);
    animation: kj-item .32s cubic-bezier(.4,0,.2,1) both;
  }
  .nav a:not(.btn)::after { display: none; }
  .nav a:nth-of-type(1) { animation-delay: .04s; }
  .nav a:nth-of-type(2) { animation-delay: .07s; }
  .nav a:nth-of-type(3) { animation-delay: .10s; }
  .nav a:nth-of-type(4) { animation-delay: .13s; }
  .nav a:nth-of-type(5) { animation-delay: .16s; }
  .nav a:nth-of-type(6) { animation-delay: .19s; }
  .nav a:nth-of-type(7) { animation-delay: .22s; }
  .nav a[aria-current="page"] { font-weight: 700; }
  .nav .btn {
    margin: 1.6rem 0 0; font-size: 1rem; padding: .85rem 1.2rem; text-align: center;
    animation: kj-item .32s cubic-bezier(.4,0,.2,1) .25s both;
  }
  @media (prefers-reduced-motion: reduce) {
    .nav, .nav a, .nav .btn { animation: none; }
  }
}

.gal-nav {
  display: flex; align-items: center; justify-content: center; gap: .8rem;
  margin: 1rem 0 clamp(2.5rem, 5vw, 4rem);
}
.gal-nav__arrow {
  width: 34px; height: 34px; flex: none; border: 0; border-radius: 999px; cursor: pointer;
  background: var(--bg-alt); color: var(--black); font-size: 1.1rem; line-height: 1;
  display: grid; place-items: center; transition: background .2s, opacity .2s;
}
.gal-nav__arrow:hover { background: #ded6ec; }
.gal-nav__arrow[disabled] { opacity: .35; cursor: default; }
.gal-dots { display: flex; justify-content: center; gap: .45rem; }
.gal-dots__dot {
  width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px;
  background: rgba(20,10,40,.22); cursor: pointer; transition: background .2s, transform .2s;
}
.gal-dots__dot.is-on { background: var(--accent); transform: scale(1.25); }
.tourgal {
  --card: calc((100% - 1.8rem) / 3);
  display: flex; gap: .9rem; margin: -1.5rem 0 clamp(2rem,4vw,3rem);
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scroll-padding: 0 2px;
  padding-bottom: .3rem; scrollbar-width: none;
}
.tourgal::-webkit-scrollbar { display: none; }
.tourgal figure { flex: 0 0 var(--card); scroll-snap-align: start; }
.tourgal figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--bg-alt); }
.tourgal img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.tourgal--six { --card: calc((100% - 1.8rem) / 3); }
.tourgal--two { --card: calc((100% - .9rem) / 2); }
.tourgal--many { --card: calc((100% - 2.4rem) / 4); gap: .8rem; }
@media (max-width: 1000px) and (min-width: 761px) {
  .tourgal, .tourgal--six, .tourgal--two, .tourgal--many { --card: calc((100% - .9rem) / 2); }
}
.tourgal--two img { aspect-ratio: 3 / 2; }
@media (max-width: 760px) {
  .tourgal, .tourgal--six, .tourgal--two, .tourgal--many {
    --card: 82%; gap: .7rem;
    padding: 0 var(--gutter) .3rem;
    margin-left: calc(var(--gutter) * -1); margin-right: calc(var(--gutter) * -1);
  }
  .tourgal figure { scroll-snap-align: center; }
  .gal-nav__arrow { display: none; }
  .gal__head + .tourgal { margin-bottom: 0; }
}

.storywrap { display: grid; place-items: center; }
.story {
  width: auto; max-width: min(100%, 420px); max-height: min(80svh, 720px);
  border-radius: var(--radius-lg); background: #000;
  box-shadow: 0 22px 44px -26px rgba(20,10,40,.55);
}

/* ---------- Lightbox ---------------------------------------------------- */
.kj-lb {
  position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center;
  background: rgba(14,10,26,.92); opacity: 0; transition: opacity .2s ease;
  padding: clamp(1rem, 4vw, 3rem);
}
.kj-lb[hidden] { display: none; }
.kj-lb.is-open { opacity: 1; }
body.kj-lb-open { overflow: hidden; }
.kj-lb__stage { margin: 0; text-align: center; max-width: 100%; }
.kj-lb__stage img {
  max-width: min(96vw, 1500px); max-height: 84svh; width: auto; height: auto;
  border-radius: 10px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.6); cursor: default;
}
.kj-lb__stage figcaption { margin-top: .8rem; color: rgba(255,255,255,.78); font-size: .875rem; }
.kj-lb__close, .kj-lb__nav {
  position: absolute; border: 0; cursor: pointer; color: #fff;
  background: rgba(255,255,255,.14); border-radius: 999px;
  display: grid; place-items: center; line-height: 1;
}
.kj-lb__close { top: 1rem; right: 1rem; width: 40px; height: 40px; }
.kj-lb__nav { top: 50%; transform: translateY(-50%); width: 46px; height: 46px; font-size: 1.7rem; padding-bottom: .2rem; }
.kj-lb__nav--prev { left: .8rem; }
.kj-lb__nav--next { right: .8rem; }
.kj-lb__close:hover, .kj-lb__nav:hover { background: rgba(255,255,255,.28); }
.photo img, .tourgal img, .person img { cursor: zoom-in; }


/* ---------- Gallery page ------------------------------------------------- */
.gal__head {
  font-size: clamp(1.35rem, 2.6vw, 1.9rem); letter-spacing: -0.02em;
  margin: clamp(3rem, 6vw, 4.5rem) 0 1.25rem;
}
.gal__head:first-child { margin-top: 0; }
.gal-video { margin: 0 0 clamp(2.5rem, 5vw, 4rem); display: flex; flex-direction: column; align-items: center; }
.gal-video video {
  width: auto; max-width: min(100%, 560px); max-height: min(88vh, 900px);
  border-radius: var(--radius); background: #000; display: block;
  box-shadow: 0 20px 40px -24px rgba(20,10,40,.5);
}
.gal-video figcaption { margin-top: .8rem; text-align: center; }
.gal__head + .tourgal { margin: 0 0 clamp(1rem, 2vw, 1.6rem); }

/* ---------- Sections ---------------------------------------------------- */

.band { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.band--alt { background: var(--bg-alt); }
.band--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }

.band__head { margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.band__head .sub { margin-top: -.2rem; }

/* ---------- Photos ------------------------------------------------------ */

.photo { position: relative; margin: 0; overflow: hidden; background: var(--bg-alt); }
.photo img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Hero slider -------------------------------------------------- */

.hero {
  position: relative; display: grid; isolation: isolate;
  min-height: min(76vh, 660px);
  background: var(--bg-alt);
}
.slide {
  grid-area: 1 / 1; position: relative; display: flex; align-items: flex-end;
  opacity: 0; transition: opacity .8s ease; pointer-events: none;
}
.slide.is-active { opacity: 1; pointer-events: auto; }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero__scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(11,11,11,.34) 0%, rgba(11,11,11,.05) 34%, rgba(11,11,11,.62) 100%);
}
.slide__inner { width: 100%; padding-block: clamp(4rem, 10vw, 7rem) clamp(3.5rem, 7vw, 5rem); color: #fff; }
.slide h1 { color: #fff; max-width: 15ch; text-shadow: 0 1px 24px rgba(0,0,0,.28); }
.slide .lede { color: rgba(255,255,255,.94); max-width: 44ch; margin-bottom: 1.6rem; text-shadow: 0 1px 16px rgba(0,0,0,.3); }

.hero__controls {
  position: absolute; z-index: 5; left: 0; right: 0; bottom: 1.1rem;
  display: flex; align-items: center; justify-content: center; gap: 1rem;
}
.hero__dots { display: flex; gap: .5rem; }
.hero__dots button {
  width: 36px; height: 4px; border: 0; padding: 0; cursor: pointer; border-radius: 2px;
  background: rgba(255,255,255,.42); transition: background-color .2s;
}
.hero__dots button[aria-selected="true"] { background-image: var(--brand-grad); background-color: transparent; }
.hero__play {
  background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.4); color: #fff;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-family: var(--sans); font-size: .75rem; padding: .3rem .75rem; border-radius: 980px; cursor: pointer;
}
.hero__play:hover { background: rgba(255,255,255,.3); }

/* ---------- Stat strip --------------------------------------------------- */

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); }
@media (max-width: 760px) { .stats { grid-template-columns: repeat(2, 1fr); } }
.stat { background: var(--bg); padding: 1.9rem 1.2rem; text-align: center; }
.band--alt .stat { background: var(--bg-alt); }
.stat b {
  display: block; font-size: clamp(2rem, 3.4vw, 2.75rem); font-weight: 600;
  letter-spacing: -0.03em; line-height: 1; margin-bottom: .4rem;
}
.stat span { font-size: .875rem; color: var(--gray); }

/* ---------- Tile grid ---------------------------------------------------- */

.tiles { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (max-width: 760px) { .tiles { grid-template-columns: 1fr; } }
.tiles--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
@media (max-width: 900px) { .tiles--3 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 600px) { .tiles--3 { grid-template-columns: 1fr; } }

.tile {
  display: flex; flex-direction: column; overflow: hidden;
  background: var(--bg-alt); border-radius: var(--radius);
  text-decoration: none; color: inherit;
  transition: transform .25s ease;
}
.band--alt .tile { background: var(--bg); }
a.tile:hover { transform: translateY(-3px); }
.tile .photo { aspect-ratio: 16 / 10; }
.tile__body { padding: 1.5rem 1.5rem 1.7rem; flex: 1; display: flex; flex-direction: column; }
.tile__kicker { font-size: .8125rem; font-weight: 600; color: var(--gray); margin-bottom: .5rem; }
.tile h3 { margin-bottom: .35rem; }
.tile p { color: var(--gray); font-size: .9688rem; margin: 0 0 1.15rem; }
.tile__foot { margin-top: auto; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.tile__price { font-size: 1rem; font-weight: 600; }

/* ---------- Filter pills -------------------------------------------------- */

.tabs { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 2.5rem; }
.tabs button {
  font-family: var(--sans); font-size: .9375rem; font-weight: 500; cursor: pointer;
  padding: .5rem 1.1rem; border-radius: 980px; border: 1px solid var(--line);
  background: transparent; color: var(--black);
  transition: background-color .18s, color .18s, border-color .18s;
}
.tabs button[aria-selected="true"] { background: var(--black); border-color: var(--black); color: #fff; }

/* ---------- Split ---------------------------------------------------------- */

.split { display: grid; gap: clamp(2rem, 5vw, 4rem); grid-template-columns: repeat(2, minmax(0,1fr)); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.split .photo { aspect-ratio: 4 / 3; border-radius: var(--radius); }

/* ---------- Island map ------------------------------------------------------ */

.island svg { width: 100%; height: auto; overflow: visible; max-height: 520px; }
.island__sea { fill: none; stroke: #BFD9EA; stroke-width: 14; stroke-linejoin: round; opacity: .55; }
.island__land { fill: url(#landGrad); stroke: none; filter: url(#islandShadow); }
.mp-forest { fill: none; stroke: #5E8B43; stroke-width: 130; stroke-linecap: round; stroke-linejoin: round; opacity: .26; filter: url(#forestBlur); }
.mp-hill { fill: url(#hillGrad); }
.mp-tree { fill: #46702F; }
.mp-river { fill: none; stroke: #5B9FD1; stroke-width: 1.8; stroke-linecap: round; opacity: .85; }
.mp-lake { fill: #6FB0DC; stroke: #fff; stroke-width: 1.2; }
.island__coast { fill: none; stroke: url(#coastGrad); stroke-width: 2.2; stroke-linejoin: round; stroke-linecap: round; }
.pin { cursor: pointer; }
.pin circle.dot { fill: var(--gray); stroke: #fff; stroke-width: 1.6; transition: fill .15s; }
.pin circle.halo { fill: var(--accent); opacity: 0; transition: opacity .2s; }
.island svg { max-height: 560px; }
.pin:hover circle.dot, .pin[aria-pressed="true"] circle.dot { fill: var(--accent); }
.pin:hover circle.halo, .pin[aria-pressed="true"] circle.halo { opacity: .18; }
.pin:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }
.island__readout { margin-top: 1.2rem; min-height: 5.5rem; }
.island__readout h3 { font-size: 1.2rem; margin-bottom: .3rem; }
.island__readout p { font-size: .9688rem; color: var(--gray); margin: 0; max-width: 44ch; }

/* ---------- Drivers ---------------------------------------------------------- */

.people { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, minmax(0,1fr)); }
@media (max-width: 800px) { .people { grid-template-columns: 1fr; } }
.person { background: var(--bg-alt); border-radius: var(--radius); overflow: hidden; }
.person--lead {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: center; padding: clamp(1rem, 2vw, 1.4rem); margin-bottom: clamp(1.4rem, 3vw, 2rem);
}
.person--lead .storycar { min-width: 0; }
.person--lead .tourgal--solo { --card: 100%; margin: 0; }
.person--lead .tourgal--solo figure { scroll-snap-align: center; border-radius: calc(var(--radius) - 6px); overflow: hidden; }
.person--lead .tourgal--solo img { aspect-ratio: 4 / 3; }
.person--lead .gal-nav { margin: .8rem 0 0; }
.person--lead .person__body { padding: 0 clamp(.4rem, 1vw, 1rem); }
.people--pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.people--pair { max-width: 900px; margin-inline: auto; }
.people--pair .person > .photo { aspect-ratio: 4 / 5; }
@media (max-width: 860px) {
  .person--lead { grid-template-columns: 1fr; }
  .people--pair { grid-template-columns: 1fr; }
}
.person .photo { aspect-ratio: 3 / 2; }
.person__body { padding: 1.5rem 1.5rem 1.7rem; }
.person h3 { font-size: 1.2rem; margin-bottom: .1rem; }
.person__role { font-size: .875rem; color: var(--gray); margin-bottom: .9rem; }
.person p { font-size: .9688rem; color: var(--gray); margin: 0; }
.person__tag { margin-top: .8rem !important; color: var(--accent) !important; font-size: .9063rem !important; }

/* ---------- Reviews ------------------------------------------------------------ */

.rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 1fr);
  gap: 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: .5rem; scrollbar-width: thin;
}
.rail > * { scroll-snap-align: start; }
.rail-nav { display: flex; gap: .5rem; }
.rail-nav button {
  width: 36px; height: 36px; border-radius: 50%; cursor: pointer;
  border: 0; background: var(--bg-alt); color: var(--black); font-size: 1rem; line-height: 1;
}
.band--alt .rail-nav button { background: #fff; }
.rail-nav button:hover { background: var(--line-soft); }

.review {
  background: var(--bg); border-radius: var(--radius); padding: 1.7rem 1.6rem;
  display: flex; flex-direction: column;
}
.band--alt .review { background: var(--bg); }
.stars { color: var(--gold); font-size: .875rem; letter-spacing: .08em; margin: 0 0 .8rem; }
.review blockquote { margin: 0 0 1.1rem; font-size: 1.0625rem; line-height: 1.45; letter-spacing: -0.012em; }
.review figcaption { margin-top: auto; font-size: .875rem; color: var(--gray); }

.mentions { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; }
.mentions span {
  font-size: .875rem; color: var(--gray); background: var(--bg);
  border: 1px solid var(--line-soft); border-radius: 980px; padding: .4rem .95rem;
}
.band--alt .mentions span { background: #fff; }

/* ---------- Feature list ------------------------------------------------------- */

.features { display: grid; gap: 2rem 2.5rem; grid-template-columns: repeat(3, minmax(0,1fr)); }
@media (max-width: 880px) { .features { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 560px) { .features { grid-template-columns: 1fr; } }
.feature__mark { width: 26px; height: 26px; margin-bottom: .9rem; stroke: var(--accent); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-size: 1.1rem; margin-bottom: .3rem; }
.feature p { font-size: .9688rem; color: var(--gray); margin: 0; }

/* ---------- Forms ---------------------------------------------------------------- */

.panel { background: var(--bg-alt); border-radius: var(--radius-lg); padding: clamp(1.75rem, 4vw, 3rem); }
.band--alt .panel { background: var(--bg); }

.book { display: grid; gap: clamp(2rem, 4vw, 3rem); grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); }
@media (max-width: 860px) { .book { grid-template-columns: 1fr; } }

.field { margin-bottom: 1rem; }
.field label { display: block; font-size: .8125rem; font-weight: 500; color: var(--gray); margin-bottom: .35rem; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--black);
  padding: .78rem .95rem; background: #fff;
  border: 1px solid var(--line); border-radius: 12px;
}
.band--alt .field input, .band--alt .field select, .band--alt .field textarea { background: var(--bg-alt); }
.field textarea { min-height: 110px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--gray-2); }
.field-row { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }

.quickbar {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem;
  background: var(--bg-alt); border-radius: var(--radius); padding: 1.25rem;
  align-items: end; text-align: left;
}
@media (max-width: 820px) { .quickbar { grid-template-columns: 1fr 1fr; } .quickbar__go { grid-column: 1 / -1; } }
@media (max-width: 480px) { .quickbar { grid-template-columns: 1fr; } }
.quickbar .btn { width: 100%; }

.facts { list-style: none; margin: 0; padding: 0; }
.facts li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .85rem 0; border-bottom: 1px solid var(--line-soft); font-size: .9688rem;
}
.facts li:last-child { border-bottom: 0; }
.facts span:first-child { color: var(--gray); }
.facts span:last-child { text-align: right; font-weight: 500; }
.facts a { color: var(--accent); text-decoration: none; }
.facts a:hover { text-decoration: underline; }

/* ---------- Page head ------------------------------------------------------------- */

.pagehead { padding-block: clamp(3rem, 6vw, 4.75rem) clamp(1.5rem, 3vw, 2.5rem); text-align: center; }
.pagehead h1 { font-size: clamp(2.3rem, 5.2vw, 3.75rem); }
.pagehead .sub { margin-inline: auto; }

/* ---------- Footer ------------------------------------------------------------------ */

.foot__rule { height: 3px; background-image: var(--brand-grad); }
.foot { background: var(--bg-alt); color: var(--gray); padding-block: 0 2rem; font-size: .75rem; line-height: 1.5; }
.foot__grid { margin-top: 2.5rem; display: grid; gap: 1.75rem 2rem; grid-template-columns: repeat(4, 1fr); padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
@media (max-width: 760px) { .foot__grid { grid-template-columns: repeat(2, 1fr); } }
.foot__logo { display: block; width: 150px; margin: 2.4rem 0 .6rem; }
.foot__logo img { display: block; width: 100%; height: auto; }
.foot h4 { font-size: .75rem; font-weight: 600; color: var(--black); margin-bottom: .7rem; letter-spacing: -0.005em; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: .45rem; }
.foot a { color: var(--gray); text-decoration: none; }
.foot a:hover { color: var(--black); text-decoration: underline; }
.foot__base { padding-top: 1.25rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; }

/* ---------- Floating WhatsApp --------------------------------------------------------- */

.wa-float {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 90;
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--accent); color: #fff; text-decoration: none;
  padding: .78rem 1.15rem; border-radius: 980px; font-weight: 500; font-size: .9375rem;
  box-shadow: 0 6px 20px rgba(0,0,0,.16);
}
.wa-float:hover { background: var(--accent-2); }
.wa-float svg { width: 18px; height: 18px; fill: currentColor; }
@media (max-width: 560px) { .wa-float span { display: none; } .wa-float { padding: .9rem; } }

.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.tile[hidden], .page[hidden] { display: none !important; }

/* ---------- Instagram grid ------------------------------------------------- */
.ig-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: .6rem; }
@media (max-width: 900px) { .ig-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.ig-grid .photo { aspect-ratio: 1; border-radius: 12px; display: block; }
.ig-grid .photo img { transition: transform .3s ease; }
.ig-grid .photo:hover img { transform: scale(1.04); }

/* ---------- About page ------------------------------------------------------ */
.eyebrow--light { color: #fff; opacity: .82; }
.slide__actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.slide .lede { max-width: 52ch; }

.prose { max-width: 40rem; }
.prose h2 { margin-top: 0; }
.prose p { color: var(--gray); font-size: 1.08rem; }
.prose p.first { color: var(--black); font-size: 1.22rem; line-height: 1.45; letter-spacing: -0.015em; }

.creed { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.creed li {
  font-size: .95rem; font-weight: 600; padding: .5rem 1.05rem; border-radius: 980px;
  background: #fff; border: 1px solid var(--line-soft);
}
.band--alt .creed li { background: var(--bg); }

.offer { display: grid; gap: 1px; grid-template-columns: repeat(4, minmax(0,1fr)); background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; }
@media (max-width: 1000px) { .offer { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 600px) { .offer { grid-template-columns: 1fr; } }
.offer > div { background: #fff; padding: 1.6rem 1.4rem; }
.offer h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.offer p { font-size: .94rem; color: var(--gray); margin: 0; }

.closer { text-align: center; }
.closer h2 { margin-bottom: .4em; }
.closer .chant { font-size: clamp(1.2rem,2.4vw,1.7rem); font-weight: 600; letter-spacing: -0.02em; line-height: 1.4; color: var(--black); margin: 0 0 1.6rem; }

/* the About slide carries more copy, so it runs at a smaller size */
.slide--about h1 { font-size: clamp(2rem, 4.2vw, 3.3rem); max-width: 19ch; }
.slide--about .lede { font-size: clamp(1rem, 1.35vw, 1.15rem); max-width: 54ch; }
.btn--ghost { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.08); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.btn--ghost:hover { background: rgba(255,255,255,.2); }

/* single-slide hero: no carousel controls */
.hero .slide { opacity: 1; pointer-events: auto; }
.person__badge {
  width: 46px; height: 46px; border-radius: 50%;
  background-image: var(--brand-grad); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: 1rem;
  margin: 0 0 1rem;
}
.person__body { padding: 1.7rem 1.5rem 1.8rem; }

/* hero has no poster frame — a brand-tinted backdrop covers the moment before playback */
.hero { background: linear-gradient(160deg, #0E3529, #07231C); }

/* ---------- Expanded hero: fills the first screen ------------------------ */
.hero { min-height: calc(100svh - var(--nav-h)); min-height: calc(100vh - var(--nav-h)); }
.hero .slide { align-items: center; }
.slide__inner { padding-block: clamp(4rem, 8vw, 6rem); }
.slide--about h1 { font-size: clamp(2.4rem, 5vw, 4rem); max-width: 16ch; }
.slide--about .lede { font-size: clamp(1.05rem, 1.5vw, 1.25rem); max-width: 56ch; }
.hero__scrim {
  background: linear-gradient(180deg, rgba(11,11,11,.30) 0%, rgba(11,11,11,.12) 40%, rgba(11,11,11,.58) 100%);
}
@media (max-width: 640px) {
  .hero { min-height: calc(92svh - var(--nav-h)); }
  .slide__inner { padding-block: 3rem; }
}

/* ---------- Two drivers, portrait frames --------------------------------- */
.people--two { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 820px; margin-inline: auto; }
@media (max-width: 700px) { .people--two { grid-template-columns: 1fr; max-width: 420px; } }
.person .photo { aspect-ratio: 4 / 5; }
.person__badge { display: none; }

/* every photo fills its frame without distortion or letterboxing */
.photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.split .photo img, .tile .photo img, .person .photo img { height: 100%; }
