/* ==========================================================================
   YasFerrariWorld.com — styles
   Light "adventure" theme. Colours and fonts are variables below.
   ========================================================================== */

:root {
  /* Brand colours */
  --red: #E3151F;
  --red-dark: #B80F18;
  --red-soft: #FFE9E6;
  --sun: #FFC832;
  --sun-soft: #FFF3CC;
  --aqua: #0EA5E9;
  --aqua-soft: #E0F4FF;
  --teal: #0E7EA8;
  --teal-soft: #DDF3F8;
  --purple: #6D3AED;
  --purple-soft: #EFE9FF;
  --green: #15803D;
  --green-dark: #116B33;
  --green-soft: #E3F6EA;
  --wa: #25D366;

  /* Neutrals */
  --ink: #14213D;
  --ink-2: #33415C;
  --muted: #5C677D;
  --bg: #FFFBF5;
  --sand: #FFF4E6;
  --surface: #FFFFFF;
  --line: #EEE3D3;

  /* Shape & depth */
  --radius: 22px;
  --radius-sm: 14px;
  --shadow-sm: 0 2px 8px rgba(20, 33, 61, .06);
  --shadow: 0 14px 34px -14px rgba(20, 33, 61, .20);
  --shadow-lg: 0 30px 60px -24px rgba(20, 33, 61, .32);

  /* Type */
  --font-display: 'Unbounded', 'Arial Black', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --header-h: 76px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
main { overflow-x: clip; } /* the tilted ticker is wider than the screen on purpose */
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
h1, h2, h3 { color: var(--ink); margin: 0; line-height: 1.2; text-wrap: balance; }
.nowrap { white-space: nowrap; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
s { color: var(--muted); }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; border-radius: 6px; }

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
  user-select: none;
}

.container { width: min(1200px, 100% - 40px); margin-inline: auto; }

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; font-weight: 700;
}
.skip-link:focus { top: 12px; color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .8rem 1.35rem;
  border: 2px solid transparent; border-radius: 999px;
  font-weight: 800; font-size: .98rem; line-height: 1.2;
  cursor: pointer; white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .material-symbols-rounded { font-size: 1.25rem; }
.btn .fa-whatsapp { font-size: 1.25rem; }
.btn-lg { padding: 1rem 1.65rem; font-size: 1.02rem; }

.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 22px -10px rgba(227, 21, 31, .7); }
.btn-red:hover { background: var(--red-dark); color: #fff; box-shadow: 0 14px 26px -10px rgba(227, 21, 31, .8); }
.btn-wa { background: var(--green); color: #fff; box-shadow: 0 10px 22px -10px rgba(21, 128, 61, .7); }
.btn-wa:hover { background: var(--green-dark); color: #fff; }
.btn-outline { background: var(--surface); color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-outline .fa-whatsapp { color: var(--green); }
.btn-outline:hover .fa-whatsapp { color: var(--wa); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--sun); color: var(--ink); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 251, 245, .88);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header-inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 20px; }

.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark { width: 44px; height: 44px; border-radius: 13px; box-shadow: 0 8px 18px -8px rgba(227, 21, 31, .8); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; letter-spacing: -.01em; }
.brand-tld { color: var(--red); }
.brand-sub { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.site-nav { display: flex; align-items: center; gap: 18px; }
.nav-list { display: flex; gap: 2px; }
.nav-list a {
  display: block; padding: .5rem .85rem; border-radius: 999px;
  color: var(--ink-2); font-weight: 700; font-size: .95rem;
  transition: background-color .15s ease, color .15s ease;
}
.nav-list a:hover { background: var(--sand); color: var(--ink); }
.nav-list a.is-active { color: var(--red); background: var(--red-soft); }
.nav-cta { padding: .65rem 1.1rem; font-size: .92rem; }

.nav-toggle {
  display: none; width: 46px; height: 46px; border-radius: 14px;
  border: 1px solid var(--line); background: var(--surface); cursor: pointer;
  align-items: center; justify-content: center; color: var(--ink);
}
.nav-toggle .material-symbols-rounded { font-size: 1.6rem; }

/* ---------- Shared section bits ---------- */
.section { padding: 96px 0; position: relative; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--red);
  margin-bottom: 14px;
}
.kicker::before {
  content: ''; width: 22px; height: 10px; border-radius: 2px;
  background: repeating-conic-gradient(var(--ink) 0 25%, transparent 0 50%) 0 0 / 5px 5px;
}
.section-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.65rem, 3.3vw, 2.5rem); letter-spacing: -.02em; }
.section-sub { margin-top: 14px; font-size: 1.08rem; color: var(--muted); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  padding: .4rem .9rem .4rem .7rem; border-radius: 999px;
  background: var(--red-soft); color: var(--red-dark);
  font-weight: 800; font-size: .85rem; letter-spacing: .02em;
}
.eyebrow .material-symbols-rounded { font-size: 1.1rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding: 56px 0 96px;
  background:
    radial-gradient(600px 400px at 88% 8%, rgba(255, 200, 50, .28), transparent 70%),
    radial-gradient(520px 380px at 0% 100%, rgba(14, 165, 233, .14), transparent 70%),
    var(--bg);
}
.hero::before { /* speed lines */
  content: ''; position: absolute; left: -40px; top: 120px; width: 260px; height: 140px; opacity: .5;
  background:
    linear-gradient(var(--red-soft), var(--red-soft)) 0 0 / 200px 8px no-repeat,
    linear-gradient(var(--sun-soft), var(--sun-soft)) 60px 34px / 150px 8px no-repeat,
    linear-gradient(var(--red-soft), var(--red-soft)) 20px 68px / 120px 8px no-repeat;
  border-radius: 8px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; position: relative; }

.hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.85rem); line-height: 1.07; letter-spacing: -.03em;
  margin: 20px 0 20px;
}
.hl {
  color: var(--red);
  background: linear-gradient(transparent 72%, var(--sun) 72%, var(--sun) 92%, transparent 92%);
  padding: 0 .08em;
  -webkit-box-decoration-break: clone; box-decoration-break: clone;
}
.lead { font-size: 1.14rem; max-width: 36rem; }
.lead strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero-stats { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-stats li {
  display: flex; flex-direction: column; padding: 12px 18px;
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm);
}
.hero-stats strong { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.hero-stats span { font-size: .82rem; font-weight: 600; color: var(--muted); }

.hero-visual { position: relative; padding: 20px 10px 40px 30px; }
.hero-art {
  border-radius: 32px; overflow: hidden;
  border: 6px solid #fff; box-shadow: var(--shadow-lg);
  transform: rotate(1.5deg);
}
.hero-art img { width: 100%; }
.hero-photo {
  position: absolute; left: -6px; bottom: 0; margin: 0;
  width: 38%; aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  border: 6px solid #fff; box-shadow: var(--shadow-lg);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.sticker {
  position: absolute; top: -4px; left: 6px;
  width: 104px; height: 104px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--sun); color: var(--ink);
  border: 3px dashed var(--ink);
  box-shadow: 0 0 0 6px var(--sun), var(--shadow);
  transform: rotate(-14deg);
  animation: wobble 4s ease-in-out infinite;
}
.sticker span { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; line-height: 1; }
.sticker small { font-weight: 800; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
@keyframes wobble { 0%, 100% { transform: rotate(-14deg); } 50% { transform: rotate(-4deg) scale(1.04); } }

.ticket-stub {
  position: absolute; right: -8px; bottom: 26px;
  display: flex; border-radius: 18px; overflow: hidden;
  background: #fff; box-shadow: var(--shadow-lg);
  transform: rotate(-3deg);
}
.stub-main { padding: 16px 20px; }
.stub-label { font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.stub-price { margin-top: 4px; display: flex; align-items: baseline; gap: 8px; }
.stub-price s { font-weight: 700; font-size: .95rem; }
.stub-price strong { font-family: var(--font-display); font-size: 1.45rem; color: var(--red); }
.stub-note { font-size: .8rem; font-weight: 600; color: var(--muted); }
.stub-side {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  padding: 12px 16px; background: var(--red); color: #fff; text-align: center;
  font-family: var(--font-display); font-weight: 800; font-size: .72rem; line-height: 1.1;
  border-left: 3px dashed rgba(255, 255, 255, .7);
}
.stub-side .material-symbols-rounded { font-size: 1.9rem; }

/* ---------- Ticker ---------- */
.ticker {
  background: var(--sun); color: var(--ink); overflow: hidden;
  border-block: 3px solid var(--ink);
  transform: rotate(-1.2deg); margin: -22px -20px 0; position: relative; z-index: 2;
}
.ticker-track { display: flex; width: max-content; animation: ticker 38s linear infinite; }
.ticker-track span {
  display: inline-flex; align-items: center; padding: 14px 0;
  font-family: var(--font-display); font-weight: 700; font-size: .92rem; text-transform: uppercase; letter-spacing: .02em; white-space: nowrap;
}
.ticker-track span::after { content: '★'; color: var(--red); margin: 0 26px; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Trust strip ---------- */
.trust { padding: 64px 0 8px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item {
  display: flex; gap: 14px; align-items: center;
  padding: 18px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm);
}
.trust-item h2 { font-family: var(--font-display); font-size: .98rem; font-weight: 700; }
.trust-item p { font-size: .88rem; color: var(--muted); line-height: 1.45; margin-top: 2px; }
.trust-icon {
  flex: none; width: 48px; height: 48px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1.55rem;
}
.ti-red { background: var(--red-soft); color: var(--red); }
.ti-green { background: var(--green-soft); color: var(--green); }
.ti-blue { background: var(--aqua-soft); color: var(--teal); }
.ti-sun { background: var(--sun-soft); color: #9A6B00; }

/* ---------- Tickets ---------- */
.tickets { background: var(--sand); margin-top: 72px; }
.tickets::before { /* chequered flag edge */
  content: ''; position: absolute; left: 0; right: 0; top: 0; height: 16px;
  background: repeating-conic-gradient(var(--ink) 0 25%, #fff 0 50%) 0 0 / 16px 16px;
}

.booker {
  display: grid; grid-template-columns: auto 1fr; gap: 0;
  background: var(--surface); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow);
  margin-bottom: 28px; overflow: hidden;
}
.booker-block { padding: 22px 26px; }
.booker-block + .booker-block { border-left: 1px solid var(--line); }
.booker-title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; margin-bottom: 14px; }

.guests { display: flex; gap: 12px; flex-wrap: wrap; }
.stepper { display: flex; flex-direction: column; gap: 6px; }
.stepper-label { font-size: .84rem; font-weight: 700; color: var(--ink-2); display: inline-flex; align-items: center; gap: 4px; }
.stepper-label small { font-weight: 600; color: var(--muted); }
.stepper-ctrl {
  display: flex; align-items: center; gap: 4px;
  padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: var(--bg);
}
.step-btn {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.step-btn:hover:not(:disabled) { background: var(--red); border-color: var(--red); color: #fff; }
.step-btn:disabled { opacity: .35; cursor: not-allowed; }
.step-btn .material-symbols-rounded { font-size: 1.2rem; }
.step-val { min-width: 34px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--ink); }

.date-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  position: relative; display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  min-width: 100px; padding: 9px 12px; border-radius: 14px;
  border: 1.5px solid var(--line); background: #fff; color: var(--ink); cursor: pointer;
  font-weight: 700; font-size: .93rem; line-height: 1.2;
  transition: border-color .15s ease, background-color .15s ease, color .15s ease, transform .15s ease;
}
.chip small { font-size: .68rem; font-weight: 800; letter-spacing: .12em; color: var(--muted); margin-top: 3px; }
.chip:hover { border-color: var(--red); transform: translateY(-1px); }
.chip[aria-pressed="true"], .chip.is-selected { background: var(--red); border-color: var(--red); color: #fff; }
.chip[aria-pressed="true"] small, .chip.is-selected small { color: rgba(255, 255, 255, .85); }
.chip-cal { flex-direction: row; gap: 8px; }
.chip-cal .material-symbols-rounded { font-size: 1.2rem; }
.chip-cal input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; border: 0; padding: 0; }

.clear-filters {
  grid-column: 1 / -1; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px; border: 0; border-top: 1px solid var(--line); background: var(--bg);
  color: var(--muted); font-weight: 700; font-size: .92rem; cursor: pointer;
}
.clear-filters:hover { color: var(--red); }

.ticket-list { display: grid; gap: 18px; }
.ticket {
  --stub-w: 270px;
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1fr var(--stub-w);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ticket:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #E7D5BD; }
.ticket::before { /* left accent bar */
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--red);
}
/* Ticket "punch" notches on the perforation */
.ticket-buy::before, .ticket-buy::after {
  content: ''; position: absolute; left: -12px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--sand); border: 1px solid var(--line);
}
.ticket-buy::before { top: -12px; }
.ticket-buy::after { bottom: -12px; }
.ticket:target { border-color: var(--red); box-shadow: 0 0 0 4px var(--red-soft), var(--shadow); }

.ticket-info { padding: 24px 28px 22px 34px; }
.ticket-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.tag {
  display: inline-flex; align-items: center; padding: .22rem .7rem; border-radius: 999px;
  font-size: .76rem; font-weight: 800; letter-spacing: .02em;
  background: var(--sand); color: var(--ink-2);
}
.tag-red { background: var(--red-soft); color: var(--red-dark); }
.tag-blue { background: var(--aqua-soft); color: #075985; }
.tag-sun { background: var(--sun); color: var(--ink); }
.ticket-name { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; letter-spacing: -.01em; }
.ticket-desc { margin-top: 6px; color: var(--muted); max-width: 44rem; }
.ticket-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 12px; font-size: .9rem; font-weight: 700; color: var(--ink-2); }
.ticket-meta li { display: inline-flex; align-items: center; gap: 6px; }
.ticket-meta .material-symbols-rounded { color: var(--red); font-size: 1.15rem; }

.ticket-more { margin-top: 10px; }
.ticket-more summary {
  display: inline-flex; align-items: center; gap: 4px; cursor: pointer; list-style: none;
  font-size: .88rem; font-weight: 800; color: var(--red);
}
.ticket-more summary::-webkit-details-marker { display: none; }
.ticket-more summary::after {
  content: 'add'; font-family: 'Material Symbols Rounded'; font-size: 1.1rem; font-feature-settings: 'liga';
  transition: transform .2s ease;
}
.ticket-more[open] summary::after { transform: rotate(45deg); }
.ticket-more .check-list { margin-top: 10px; font-size: .92rem; }

.ticket-buy {
  position: relative;
  display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: 6px;
  padding: 22px 26px; border-left: 2px dashed var(--line); background: linear-gradient(180deg, #fff, var(--bg));
  text-align: right;
}
.price { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.15; }
.price s { font-weight: 700; font-size: .95rem; }
.price strong { font-family: var(--font-display); font-weight: 800; font-size: 1.75rem; color: var(--red); letter-spacing: -.02em; }
.price span { font-size: .82rem; font-weight: 700; color: var(--muted); }
.save {
  display: inline-block; padding: .18rem .6rem; border-radius: 999px;
  background: var(--green-soft); color: var(--green); font-size: .78rem; font-weight: 800;
}
.ticket-select { margin-top: 6px; min-width: 150px; }

.ticket-best { border-color: var(--sun); box-shadow: 0 0 0 3px var(--sun-soft), var(--shadow-sm); }
.ticket-best::before { background: var(--sun); }

.fine-print {
  display: flex; gap: 8px; align-items: flex-start;
  margin-top: 22px; font-size: .9rem; color: var(--muted);
}
.fine-print .material-symbols-rounded { color: var(--aqua); font-size: 1.2rem; margin-top: 2px; }

/* ---------- Parks ---------- */
.park-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.park {
  --accent: var(--red); --accent-soft: var(--red-soft);
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line); border-radius: 26px; overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.park:hover { transform: translateY(-4px) rotate(-.3deg); box-shadow: var(--shadow); }
.park-purple { --accent: var(--purple); --accent-soft: var(--purple-soft); }
.park-aqua { --accent: #0284C7; --accent-soft: var(--aqua-soft); }
.park-teal { --accent: var(--teal); --accent-soft: var(--teal-soft); }
.park-art { aspect-ratio: 3 / 2; overflow: hidden; }
.park-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.park:hover .park-art img { transform: scale(1.04); }
.park-body { padding: 24px 26px 28px; }
.park-badge {
  display: inline-flex; align-items: center; gap: 6px; padding: .3rem .75rem; border-radius: 999px;
  background: var(--accent-soft); color: var(--accent); font-size: .8rem; font-weight: 800;
}
.park-badge .material-symbols-rounded { font-size: 1.05rem; }
.park h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.28rem; margin: 12px 0 6px; }
.park-body > p:not(.park-badge) { color: var(--muted); }
.park-list { margin-top: 14px; display: grid; gap: 8px; }
.park-list li { position: relative; padding-left: 22px; font-size: .95rem; }
.park-list li::before {
  content: ''; position: absolute; left: 2px; top: .55em; width: 10px; height: 10px; border-radius: 3px;
  background: var(--accent); transform: rotate(45deg);
}
.park-list strong { color: var(--ink); }

/* ---------- Highlights ---------- */
.highlights { background: linear-gradient(180deg, var(--bg), #F2FAFF); }
.highlights-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.highlights-media { position: relative; }
.highlights-media::before {
  content: ''; position: absolute; inset: 24px -18px -18px 24px; border-radius: 32px;
  background: repeating-linear-gradient(-45deg, var(--sun) 0 14px, #FFD966 14px 28px);
  transform: rotate(3deg); z-index: 0;
}
.highlights-media img { position: relative; z-index: 1; width: 100%; border-radius: 30px; box-shadow: var(--shadow-lg); aspect-ratio: 5 / 6; object-fit: cover; }
.media-badge {
  position: absolute; z-index: 2; right: -18px; bottom: 36px;
  display: flex; align-items: center; gap: 12px; padding: 14px 18px;
  background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg);
}
.media-badge .material-symbols-rounded { width: 44px; height: 44px; border-radius: 12px; background: var(--aqua-soft); color: var(--teal); display: inline-flex; align-items: center; justify-content: center; }
.media-badge p { font-size: .85rem; color: var(--muted); line-height: 1.35; }
.media-badge strong { display: block; color: var(--ink); font-size: .95rem; }

.highlights-copy > p { margin-top: 16px; font-size: 1.05rem; }
.hl-list { display: grid; gap: 18px; margin: 28px 0 32px; }
.hl-list li { display: flex; gap: 16px; align-items: flex-start; }
.hl-icon { flex: none; width: 46px; height: 46px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.45rem; }
.hl-red { background: var(--red-soft); color: var(--red); }
.hl-sun { background: var(--sun-soft); color: #9A6B00; }
.hl-aqua { background: var(--aqua-soft); color: var(--teal); }
.hl-green { background: var(--green-soft); color: var(--green); }
.hl-list h3 { font-family: var(--font-display); font-size: 1.02rem; font-weight: 700; }
.hl-list p { margin-top: 4px; color: var(--muted); font-size: .96rem; }

/* ---------- How to book ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step {
  position: relative; padding: 30px 26px; text-align: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.step:not(:last-child)::after { /* dashed track between steps */
  content: ''; position: absolute; top: 66px; right: -26px; width: 26px; border-top: 3px dashed var(--red);
}
.step-num {
  position: absolute; top: 14px; left: 18px;
  font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px var(--line);
}
.step-icon {
  width: 72px; height: 72px; margin: 0 auto 16px; border-radius: 22px;
  display: inline-flex; align-items: center; justify-content: center; font-size: 2.1rem;
  background: var(--red); color: #fff; box-shadow: 0 12px 24px -12px rgba(227, 21, 31, .8);
}
.step:nth-child(2) .step-icon { background: var(--green); box-shadow: 0 12px 24px -12px rgba(21, 128, 61, .8); }
.step:nth-child(3) .step-icon { background: var(--ink); box-shadow: 0 12px 24px -12px rgba(20, 33, 61, .8); }
.step h3 { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; }
.step p { margin-top: 8px; color: var(--muted); }

/* ---------- Good to know + location ---------- */
.info { background: var(--sand); }
.info-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 26px; align-items: start; }
.info-card { background: var(--surface); border: 1px solid var(--line); border-radius: 26px; padding: 30px; box-shadow: var(--shadow-sm); }
.info-title { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; margin-bottom: 20px; }
.info-title .material-symbols-rounded { color: var(--red); }

.check-list { display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before {
  content: 'check'; font-family: 'Material Symbols Rounded'; font-feature-settings: 'liga'; font-size: 1rem; line-height: 1;
  position: absolute; left: 0; top: .2em; width: 21px; height: 21px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--green-soft); color: var(--green); font-weight: 700;
}
.check-list strong { color: var(--ink); }

.map-wrap { aspect-ratio: 16 / 10; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); background: var(--aqua-soft); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }
.travel-times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.travel-times li { display: flex; align-items: center; gap: 10px; padding: 12px; border-radius: 14px; background: var(--bg); border: 1px solid var(--line); }
.travel-times .material-symbols-rounded { color: var(--teal); font-size: 1.4rem; }
.travel-times div { display: flex; flex-direction: column; line-height: 1.25; }
.travel-times strong { color: var(--ink); font-size: .95rem; }
.travel-times span { font-size: .8rem; color: var(--muted); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 860px; }
.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open] { border-color: #F5B8B4; box-shadow: var(--shadow-sm); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; cursor: pointer; list-style: none;
  font-weight: 800; font-size: 1.04rem; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: 'add'; font-family: 'Material Symbols Rounded'; font-feature-settings: 'liga'; font-size: 1.3rem; font-weight: 400;
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--red-soft); color: var(--red); transition: transform .25s ease, background-color .2s ease, color .2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--red); color: #fff; }
.faq-item p { padding: 0 22px 20px; color: var(--ink-2); }
.faq-item strong { color: var(--ink); }

/* ---------- CTA ---------- */
.cta {
  position: relative; overflow: hidden; padding: 80px 0;
  background:
    repeating-linear-gradient(-60deg, rgba(255, 255, 255, .06) 0 18px, transparent 18px 44px),
    linear-gradient(120deg, #FF5A36, var(--red) 45%, #B00B1E);
  color: #fff;
}
.cta::after { /* chequered flag corner */
  content: ''; position: absolute; right: -40px; top: -40px; width: 200px; height: 200px; transform: rotate(18deg); opacity: .22;
  background: repeating-conic-gradient(#fff 0 25%, transparent 0 50%) 0 0 / 40px 40px;
}
.cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.cta h2 { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.6rem, 3.2vw, 2.4rem); letter-spacing: -.02em; }
.cta p { margin-top: 12px; font-size: 1.08rem; color: rgba(255, 255, 255, .92); max-width: 34rem; }
.kicker-light { color: var(--sun); }
.kicker-light::before { background: repeating-conic-gradient(#fff 0 25%, transparent 0 50%) 0 0 / 5px 5px; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
.cta .btn-wa { background: #fff; color: var(--green); box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .45); }
.cta .btn-wa:hover { background: var(--sun); color: var(--ink); }
.cta .btn-light { background: rgba(255, 255, 255, .12); color: #fff; border-color: rgba(255, 255, 255, .6); }
.cta .btn-light:hover { background: #fff; color: var(--red); }
.cta .btn { white-space: normal; word-break: break-word; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .78); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 36px; }
.site-footer .brand, .site-footer .brand:hover { color: #fff; }
.site-footer .brand-sub { color: rgba(255, 255, 255, .6); }
.site-footer .brand-tld { color: var(--sun); }
.footer-brand p { margin-top: 16px; font-size: .95rem; max-width: 22rem; }
.footer-title { font-family: var(--font-display); font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: 16px; }
.footer-links { display: grid; gap: 10px; font-size: .95rem; }
.footer-links a { color: rgba(255, 255, 255, .78); }
.footer-links a:hover { color: var(--sun); }
.footer-contact li, .footer-contact a { display: inline-flex; align-items: center; gap: 8px; word-break: break-word; }
.footer-contact .material-symbols-rounded, .footer-contact .fa-whatsapp { color: var(--sun); font-size: 1.15rem; width: 1.2em; text-align: center; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); display: grid; gap: 10px; font-size: .85rem; }
.disclaimer { color: rgba(255, 255, 255, .6); max-width: 70rem; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--wa); color: #fff; font-size: 1.9rem;
  box-shadow: 0 14px 30px -10px rgba(37, 211, 102, .8);
  transition: transform .2s ease;
}
.wa-float:hover { color: #fff; transform: scale(1.08); }
.wa-float::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--wa);
  animation: ping 2.4s ease-out infinite;
}
@keyframes ping { 0% { transform: scale(1); opacity: .8; } 100% { transform: scale(1.6); opacity: 0; } }

/* ---------- Booking dialog ---------- */
.book-dialog {
  width: min(620px, 100% - 24px); max-height: calc(100dvh - 24px);
  padding: 0; border: 0; border-radius: 26px; background: var(--surface); color: var(--ink-2);
  box-shadow: var(--shadow-lg);
}
.book-dialog::backdrop { background: rgba(20, 33, 61, .55); backdrop-filter: blur(3px); }
.book-dialog[open] { animation: pop .22s ease-out; }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }

.bd-head {
  display: flex; justify-content: space-between; gap: 16px; padding: 24px 26px 20px;
  background:
    repeating-linear-gradient(-60deg, rgba(255, 255, 255, .07) 0 14px, transparent 14px 34px),
    linear-gradient(120deg, #FF5A36, var(--red));
  color: #fff;
}
.bd-kicker { font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--sun); }
.bd-title { color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; margin-top: 4px; }
.bd-price { margin-top: 8px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.bd-price s { color: rgba(255, 255, 255, .75); font-weight: 700; }
.bd-price strong { font-family: var(--font-display); font-size: 1.35rem; }
.bd-price span { font-size: .85rem; font-weight: 700; color: rgba(255, 255, 255, .85); }
.bd-close {
  flex: none; width: 40px; height: 40px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(255, 255, 255, .18); color: #fff; display: inline-flex; align-items: center; justify-content: center;
}
.bd-close:hover { background: rgba(255, 255, 255, .32); }

.bd-body { padding: 20px 26px 8px; display: grid; gap: 16px; }
.bd-parks { border: 0; margin: 0; padding: 0; }
.bd-parks legend, .bd-label { display: block; font-weight: 800; font-size: .88rem; color: var(--ink); margin-bottom: 8px; padding: 0; }
.bd-label small { font-weight: 600; color: var(--muted); }
.park-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pchip { position: relative; cursor: pointer; }
.pchip input { position: absolute; opacity: 0; pointer-events: none; }
.pchip span {
  display: inline-flex; align-items: center; gap: 6px; padding: .5rem .95rem; border-radius: 999px;
  border: 1.5px solid var(--line); background: #fff; font-weight: 700; font-size: .92rem; color: var(--ink);
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.pchip span::before { content: 'add'; font-family: 'Material Symbols Rounded'; font-feature-settings: 'liga'; font-size: 1.05rem; }
.pchip input:checked + span { background: var(--red); border-color: var(--red); color: #fff; }
.pchip input:checked + span::before { content: 'check'; }
.pchip input:focus-visible + span { outline: 3px solid var(--ink); outline-offset: 2px; }
.pchip input:disabled + span { opacity: .45; cursor: not-allowed; }

.bd-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bd-field { display: flex; flex-direction: column; }
.bd-field input {
  width: 100%; padding: .75rem .9rem; border-radius: 12px; border: 1.5px solid var(--line); background: var(--bg);
  font: inherit; font-weight: 600; color: var(--ink);
}
.bd-field input:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 4px var(--red-soft); }
.bd-hint { margin-top: 6px; font-size: .8rem; color: var(--muted); }
.bd-error { color: var(--red-dark); font-size: .86rem; font-weight: 700; margin-top: 6px; }
.bd-row + .bd-error { margin-top: -10px; }

.guests-compact { gap: 10px; }
.guests-compact .stepper { flex: 1 1 140px; }
.guests-compact .stepper-ctrl { justify-content: space-between; }

.bd-total {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 18px; border-radius: 16px; background: var(--sun-soft); border: 1.5px dashed #F1C24B;
}
.bd-total-label { font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #7A5600; }
.bd-total-calc { font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.bd-total-num { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; color: var(--ink); white-space: nowrap; }
.bd-note { display: flex; gap: 8px; align-items: flex-start; font-size: .86rem; color: var(--muted); }
.bd-note .material-symbols-rounded { color: var(--green); font-size: 1.15rem; margin-top: 1px; }

.bd-foot { padding: 14px 26px 24px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.bd-send { width: 100%; }
.bd-email { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .9rem; color: var(--muted); }
.bd-email:hover { color: var(--red); }
.bd-email .material-symbols-rounded { font-size: 1.05rem; }

/* ---------- Scroll reveal (enabled by main.js) ---------- */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .nav-list a { padding: .5rem .6rem; font-size: .9rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute; left: 12px; right: 12px; top: calc(var(--header-h) - 4px);
    flex-direction: column; align-items: stretch; gap: 12px; padding: 14px;
    background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-list { flex-direction: column; }
  .nav-list a { padding: .8rem 1rem; font-size: 1rem; border-radius: 12px; }
  .nav-cta { padding: .9rem 1rem; }

  .hero { padding-top: 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 560px; margin-inline: auto; width: 100%; }

  .booker { grid-template-columns: 1fr; }
  .booker-block + .booker-block { border-left: 0; border-top: 1px solid var(--line); }

  .highlights-grid { grid-template-columns: 1fr; gap: 56px; }
  .highlights-media { max-width: 460px; margin-inline: auto; width: 100%; }

  .info-grid { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .section { padding: 72px 0; }
  .section-head { margin-bottom: 36px; }
  .park-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .step:not(:last-child)::after { top: auto; bottom: -18px; right: 50%; width: 0; height: 18px; border-top: 0; border-left: 3px dashed var(--red); }

  .ticket { grid-template-columns: 1fr; }
  .ticket-buy {
    flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between;
    border-left: 0; border-top: 2px dashed var(--line); padding: 18px 22px 20px 28px; text-align: left;
  }
  .ticket-buy::before { left: -12px; top: -12px; }
  .ticket-buy::after { left: auto; right: -12px; top: -12px; bottom: auto; }
  .price { align-items: flex-start; }
  .save { order: 3; }
  .ticket-select { margin-top: 0; }
  .ticket-info { padding: 22px 22px 18px 28px; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  :root { --header-h: 68px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: .92rem; }
  .brand-sub { font-size: .62rem; }

  .hero h1 { font-size: 2.05rem; }
  .lead { font-size: 1.04rem; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-stats { gap: 10px; }
  .hero-stats li { flex: 1 1 0; padding: 10px 12px; }
  .hero-stats strong { font-size: .98rem; }
  .hero-stats span { font-size: .74rem; }
  .hero-visual { padding: 14px 0 30px 12px; }
  .sticker { width: 80px; height: 80px; left: 0; top: -6px; }
  .sticker span { font-size: .85rem; }
  .sticker small { font-size: .62rem; }
  .hero-photo { width: 36%; left: -4px; border-width: 4px; }
  .ticket-stub { right: -4px; bottom: 6px; }
  .stub-main { padding: 12px 14px; }
  .stub-price strong { font-size: 1.15rem; }
  .stub-side { padding: 10px 12px; }

  .trust { padding-top: 56px; }
  .trust-grid { grid-template-columns: 1fr; gap: 12px; }

  .booker-block { padding: 18px; }
  .guests { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .stepper-label small { display: none; }
  .stepper-ctrl { justify-content: space-between; gap: 2px; padding: 4px; }
  .step-btn { width: 28px; height: 28px; }
  .step-val { min-width: 20px; font-size: .98rem; }
  .date-chips { gap: 8px; }
  .chip { min-width: 0; flex: 1 1 calc(33.333% - 8px); padding: 8px 6px; font-size: .86rem; }
  .chip-cal { flex-basis: 100%; }

  .price strong { font-size: 1.5rem; }
  .ticket-select { width: 100%; }
  .save { order: 0; }

  .highlights-media::before { inset: 16px -8px -12px 16px; }
  .media-badge { right: -4px; bottom: 20px; padding: 10px 14px; }

  .info-card { padding: 22px 18px; }
  .travel-times { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 30px; }

  .wa-float { width: 54px; height: 54px; right: 14px; bottom: 14px; font-size: 1.7rem; }

  .book-dialog { width: 100%; max-width: 100%; margin: auto 0 0; border-radius: 24px 24px 0 0; max-height: 92dvh; }
  .bd-head, .bd-body, .bd-foot { padding-left: 18px; padding-right: 18px; }
  .bd-row { grid-template-columns: 1fr; }
  .bd-total-num { font-size: 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker-track { animation: none; }
  .js .reveal { opacity: 1; transform: none; }
}
