/* ============================================================
   TIKI PAGE REBUILD — "bold playful cartoon-tiki"
   Dedicated stylesheet (tk- prefixed). Loaded after styles.css.
   Reuses styles.css design tokens + chrome (topbar/header/footer).
   ============================================================ */
:root {
  --tk-teal: #0c7385;
  --tk-teal-d: #06323d;
  --tk-aqua: #1ec8d8;
  --tk-aqua-l: #7fe6ee;
  --tk-coral: #ff6a3d;
  --tk-coral-d: #e8542b;
  --tk-orange: #ff8a1e;
  --tk-sun: #ffc24a;
  --tk-sun-l: #ffd982;
  --tk-green: #39b54a;
  --tk-cream: #fff7e6;
  --tk-sand: #f7efdd;
  --tk-ink: #0c2a2f;
}

.tk { background: var(--tk-cream); overflow-x: clip; }
.tk *, .tk *::before, .tk *::after { box-sizing: border-box; }
.tk-wrap { width: min(1200px, 92vw); margin-inline: auto; }

/* ---------- buttons ---------- */
.tk-btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800;
  font-size: 1.05rem; line-height: 1; color: #fff; background: linear-gradient(180deg, var(--tk-coral), var(--tk-coral-d));
  border: none; border-radius: 999px; padding: 18px 32px; cursor: pointer; text-decoration: none;
  box-shadow: 0 12px 26px rgba(232,84,43,.4), inset 0 2px 0 rgba(255,255,255,.35);
  transition: transform .18s cubic-bezier(.34,1.56,.64,1), box-shadow .18s ease; }
.tk-btn:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 34px rgba(232,84,43,.5), inset 0 2px 0 rgba(255,255,255,.35); }
.tk-btn--lg { font-size: 1.2rem; padding: 22px 40px; }
.tk-btn--ghost { background: transparent; color: #fff; border: 2.5px solid rgba(255,255,255,.85); box-shadow: none; }
.tk-btn--ghost:hover { background: rgba(255,255,255,.14); box-shadow: none; }
.tk-btn--sun { background: linear-gradient(180deg, var(--tk-sun), var(--tk-orange)); color: var(--tk-teal-d); box-shadow: 0 12px 26px rgba(255,138,30,.4), inset 0 2px 0 rgba(255,255,255,.4); }

/* ---------- hero ---------- */
.tk-hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden;
  background: var(--tk-teal-d); isolation: isolate; }
.tk-hero__bg { position: absolute; inset: 0; z-index: 0; }
.tk-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.tk-hero__scrim { position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(6,50,61,.92) 0%, rgba(6,50,61,.66) 42%, rgba(12,115,133,.30) 72%, rgba(255,138,30,.12) 100%); }
.tk-hero__inner { position: relative; z-index: 3; width: min(1200px, 92vw); margin-inline: auto; padding: 130px 0 150px; }
.tk-hero__content { max-width: 720px; }
.tk-hero__eyebrow { font-family: var(--script); font-size: clamp(1.5rem, 3.4vw, 2.5rem); color: var(--tk-sun);
  margin: 0 0 6px; text-shadow: 0 2px 14px rgba(0,0,0,.35); transform: rotate(-2deg); }
.tk-hero__title { font-family: var(--display); font-weight: 800; color: #fff; margin: 0 0 22px;
  font-size: clamp(3.4rem, 9vw, 7rem); line-height: .92; letter-spacing: -.02em; text-shadow: 0 6px 24px rgba(0,0,0,.4); }
.tk-hero__title b { color: var(--tk-sun); -webkit-text-stroke: 0; display: inline-block; transform: rotate(-1.5deg); }
.tk-hero__lede { font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.6; color: rgba(255,255,255,.94); max-width: 600px; margin: 0 0 26px; text-shadow: 0 2px 10px rgba(0,0,0,.3); }
.tk-hero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px; }
.tk-hero__pills span { display: inline-flex; align-items: center; gap: 7px; font-family: var(--display); font-weight: 600;
  font-size: .95rem; color: #fff; background: rgba(255,255,255,.16); border: 1.5px solid rgba(255,255,255,.32);
  border-radius: 999px; padding: 9px 16px; backdrop-filter: blur(4px); }
.tk-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
/* big guardian tikis */
.tk-hero__tiki { position: absolute; bottom: 40px; z-index: 2; width: auto; pointer-events: none;
  filter: drop-shadow(0 12px 18px rgba(0,0,0,.45)); animation: tkbob 4s ease-in-out infinite; }
.tk-hero__tiki--l { left: -10px; height: clamp(180px, 26vw, 380px); --rot: -4deg; }
.tk-hero__tiki--r { right: -6px; height: clamp(190px, 27vw, 400px); --rot: 4deg; animation-delay: .6s; }
@media (max-width: 900px) { .tk-hero__tiki--l { display: none; } .tk-hero__tiki--r { height: 150px; right: -16px; opacity: .9; } .tk-hero__inner { padding: 96px 0 110px; } }
@media (max-width: 600px) { .tk-hero__inner { padding: 56px 0 80px; } .tk-hero__lede { margin: 0 0 20px; } .tk-hero__pills { margin: 0 0 24px; } }
@keyframes tkbob { 0%,100% { transform: rotate(var(--rot,0)) translateY(0); } 50% { transform: rotate(var(--rot,0)) translateY(-12px); } }

/* scalloped wave divider (reusable) */
.tk-wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 4; line-height: 0; pointer-events: none; }
.tk-wave svg { display: block; width: 100%; height: clamp(40px, 6vw, 80px); }

/* ---------- generic section ---------- */
.tk-sec { position: relative; padding: clamp(70px, 9vw, 120px) 0; overflow: hidden; }
.tk-sec--cream { background: var(--tk-cream); }
.tk-sec--sand { background: var(--tk-sand); }
.tk-sec--teal { background: var(--tk-teal-d); color: #fff; }
.tk-sec--aqua { background: linear-gradient(160deg, var(--tk-aqua) 0%, var(--tk-teal) 100%); color: #fff; }
.tk-eyebrow { font-family: var(--script); font-size: clamp(1.4rem, 2.6vw, 2.1rem); color: var(--tk-coral); margin: 0 0 4px; transform: rotate(-1.5deg); }
.tk-sec--teal .tk-eyebrow, .tk-sec--aqua .tk-eyebrow { color: var(--tk-sun); }
.tk-h2 { font-family: var(--display); font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.02;
  letter-spacing: -.02em; color: var(--tk-teal-d); margin: 0 0 16px; }
.tk-sec--teal .tk-h2, .tk-sec--aqua .tk-h2 { color: #fff; }
.tk-sub { font-size: 1.12rem; line-height: 1.6; color: var(--muted); max-width: 620px; margin: 0 auto; }
.tk-sec--teal .tk-sub, .tk-sec--aqua .tk-sub { color: rgba(255,255,255,.9); }
.tk-head { text-align: center; max-width: 780px; margin: 0 auto clamp(40px, 5vw, 64px); }

/* ---------- boat showcase ---------- */
.tk-boat { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
@media (max-width: 860px) { .tk-boat { grid-template-columns: 1fr; } }
.tk-boat__media { position: relative; border-radius: 28px; overflow: hidden; box-shadow: 0 26px 50px rgba(6,50,61,.28);
  border: 5px solid #fff; aspect-ratio: 4/3; transform: rotate(-1.5deg); }
.tk-boat__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tk-boat__feats { list-style: none; margin: 22px 0 28px; padding: 0; display: grid; gap: 14px; }
.tk-boat__feats li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.06rem; color: var(--tk-ink); }
.tk-boat__feats .tk-ic { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center;
  font-size: 1.5rem; background: var(--tk-sun-l); box-shadow: inset 0 0 0 2px var(--tk-sun); }
.tk-boat__feats b { font-family: var(--display); }

/* reduced motion */
@media (prefers-reduced-motion: reduce) { .tk-hero__tiki { animation: none; } }

/* ============================================================
   TIKI REBUILD — section components (round 44)
   ============================================================ */
/* hero extras */
.tk-hero__trust { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; font-family: var(--display); font-weight: 600; color: #fff; }
.tk-hero__trust .stars { color: var(--tk-sun); letter-spacing: 2px; font-size: 1.1rem; }
.tk-hero__sun { position: absolute; top: 8%; right: 6%; width: 140px; height: 140px; z-index: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,216,130,.9), rgba(255,194,74,.35) 55%, transparent 72%); filter: blur(2px); }
@media (max-width: 900px) { .tk-hero__sun { display: none; } }

/* WHY BOOK — comparison */
.tk-why__grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
@media (max-width: 820px) { .tk-why__grid { grid-template-columns: 1fr; } }
.tk-why__card { border-radius: 28px; padding: 34px 30px; }
.tk-why__card--no { background: #fff; border: 2px dashed #d8cdb6; }
.tk-why__card--yes { background: linear-gradient(165deg, var(--tk-teal) 0%, var(--tk-teal-d) 100%); color: #fff;
  box-shadow: 0 28px 50px rgba(6,50,61,.32); position: relative; transform: scale(1.03); }
.tk-why__badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg,var(--tk-sun),var(--tk-orange));
  color: var(--tk-teal-d); font-family: var(--display); font-weight: 800; font-size: .85rem; padding: 8px 20px; border-radius: 999px; box-shadow: var(--shadow-md); white-space: nowrap; }
.tk-why__card h3 { font-family: var(--display); font-weight: 800; font-size: 1.5rem; margin: 0 0 16px; }
.tk-why__card--no h3 { color: #8a7f6a; }
.tk-why__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; font-size: 1.04rem; }
.tk-why__list li { display: flex; gap: 11px; align-items: flex-start; }
.tk-why__list li::before { content: "✕"; flex: 0 0 auto; font-weight: 800; color: #c9a23f; }
.tk-why__card--no .tk-why__list li { color: #8a7f6a; }
.tk-why__card--yes .tk-why__list li::before { content: "✓"; color: var(--tk-sun); }
.tk-why__vs { font-family: var(--display); font-weight: 800; font-size: 1.3rem; color: var(--tk-coral); background: #fff;
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow-md); }
@media (max-width: 820px) { .tk-why__vs { margin: 0 auto; } .tk-why__card--yes { transform: none; } }

/* TIKI CREW lineup */
.tk-crew { display: flex; justify-content: center; align-items: flex-end; gap: clamp(8px, 2.4vw, 30px); flex-wrap: nowrap; }
.tk-crew img { height: clamp(96px, 13vw, 170px); width: auto; flex: 0 0 auto; filter: drop-shadow(0 12px 16px rgba(0,0,0,.28)); animation: tkbob 3.4s ease-in-out infinite; transform-origin: bottom center; }
.tk-crew img:nth-child(2n) { animation-delay: .4s; } .tk-crew img:nth-child(3n) { animation-delay: .8s; } .tk-crew img:nth-child(5n) { animation-delay: 1.2s; }
@media (max-width: 700px) { .tk-crew img:nth-child(n+5) { display: none; } }

/* DESTINATIONS */
.tk-dests { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .tk-dests { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .tk-dests { grid-template-columns: 1fr; } }
.tk-dest { background: rgba(255,255,255,.10); border: 1.5px solid rgba(255,255,255,.22); border-radius: 22px; padding: 26px 22px; position: relative; transition: transform .25s cubic-bezier(.34,1.56,.64,1), background .25s; }
.tk-dest:hover { transform: translateY(-6px); background: rgba(255,255,255,.18); }
.tk-dest__ic { font-size: 2.4rem; line-height: 1; display: block; margin-bottom: 12px; }
.tk-dest__num { position: absolute; top: 16px; right: 20px; font-family: var(--display); font-weight: 800; font-size: 1.6rem; color: rgba(255,255,255,.25); }
.tk-dest h3 { font-family: var(--display); font-weight: 700; font-size: 1.25rem; margin: 0 0 8px; color: #fff; }
.tk-dest p { margin: 0; color: rgba(255,255,255,.86); font-size: .98rem; line-height: 1.5; }

/* GALLERY wall */
.tk-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 760px) { .tk-gallery { grid-template-columns: repeat(2, 1fr); } }
.tk-gphoto { border-radius: 20px; overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow-md); border: 4px solid #fff; transition: transform .25s ease; cursor: pointer; }
.tk-gphoto:nth-child(odd) { transform: rotate(-1.5deg); } .tk-gphoto:nth-child(even) { transform: rotate(1.5deg); }
.tk-gphoto:hover { transform: rotate(0) scale(1.04); z-index: 2; }
.tk-gphoto img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tk-gphoto--wide { grid-column: span 2; aspect-ratio: 2/1; }

/* REVIEWS */
.tk-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .tk-reviews { grid-template-columns: 1fr; } }
.tk-review { background: #fff; border-radius: 24px; padding: 30px 28px; box-shadow: var(--shadow-md); position: relative; }
.tk-review::before { content: "\201C"; position: absolute; top: 6px; right: 22px; font-family: Georgia, serif; font-size: 5rem; color: var(--tk-sun-l); line-height: 1; }
.tk-review .stars { color: var(--tk-sun); letter-spacing: 2px; font-size: 1.05rem; }
.tk-review blockquote { margin: 12px 0 18px; font-size: 1.05rem; line-height: 1.55; color: var(--tk-ink); }
.tk-review figcaption { font-family: var(--display); }
.tk-review figcaption b { display: block; color: var(--tk-teal-d); }
.tk-review figcaption span { color: var(--muted); font-size: .9rem; }

/* OCCASIONS */
.tk-occ { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px) { .tk-occ { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .tk-occ { grid-template-columns: 1fr; } }
.tk-occ__card { background: #fff; border-radius: 22px; padding: 28px 22px; text-align: center; box-shadow: var(--shadow-sm);
  border-bottom: 5px solid var(--tk-sun); transition: transform .25s cubic-bezier(.34,1.56,.64,1); }
.tk-occ__card:hover { transform: translateY(-6px); }
.tk-occ__card:nth-child(2) { border-color: var(--tk-coral); } .tk-occ__card:nth-child(3) { border-color: var(--tk-aqua); } .tk-occ__card:nth-child(4) { border-color: var(--tk-green); }
.tk-occ__ic { font-size: 2.6rem; }
.tk-occ__card h3 { font-family: var(--display); font-weight: 700; font-size: 1.18rem; margin: 8px 0 6px; color: var(--tk-teal-d); }
.tk-occ__card p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.45; }

/* FAQ */
.tk-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.tk-faq details { background: #fff; border-radius: 18px; box-shadow: var(--shadow-sm); overflow: hidden; border: 2px solid transparent; transition: border-color .2s; }
.tk-faq details[open] { border-color: var(--tk-aqua-l); }
.tk-faq summary { cursor: pointer; list-style: none; padding: 20px 24px; font-family: var(--display); font-weight: 700; font-size: 1.1rem; color: var(--tk-teal-d); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.tk-faq summary::-webkit-details-marker { display: none; }
.tk-faq summary::after { content: "+"; font-size: 1.6rem; color: var(--tk-coral); transition: transform .2s; }
.tk-faq details[open] summary::after { transform: rotate(45deg); }
.tk-faq .tk-faq__a { padding: 0 24px 22px; color: var(--tk-ink); line-height: 1.6; }

/* FINAL CTA */
.tk-final { position: relative; text-align: center; overflow: hidden; }
.tk-final__tiki { position: absolute; bottom: 0; height: clamp(140px, 20vw, 280px); z-index: 0; opacity: .9; filter: drop-shadow(0 8px 14px rgba(0,0,0,.4)); animation: tkbob 4s ease-in-out infinite; }
.tk-final__tiki--l { left: 2%; } .tk-final__tiki--r { right: 2%; animation-delay: .5s; }
@media (max-width: 760px) { .tk-final__tiki { display: none; } }
.tk-final .tk-wrap { position: relative; z-index: 1; }

/* steps */
.tk-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
@media (max-width: 820px) { .tk-steps { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 460px) { .tk-steps { grid-template-columns: 1fr; } }
.tk-step { background: #fff; border-radius: 20px; padding: 26px 22px; box-shadow: var(--shadow-sm); position: relative; }
.tk-step__n { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(180deg,var(--tk-coral),var(--tk-coral-d)); color: #fff; font-family: var(--display); font-weight: 800; display: grid; place-items: center; margin-bottom: 12px; }
.tk-step h3 { font-family: var(--display); font-weight: 700; font-size: 1.12rem; margin: 0 0 6px; color: var(--tk-teal-d); }
.tk-step p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.45; }
