/* ==========================================================================
   Good Vibes Safaris — "Retro Sunset Safari" theme
   Built from the logo: chunky rounded lettering, the daisy, a setting sun
   behind acacias. Acacia green + sunset tangerine + daisy yellow on sand,
   with ink outlines and offset "sticker" shadows.
   ========================================================================== */

:root {
  --ink: #1d2b22;
  --ink-soft: #4b5a4f;
  --muted: #7c8579;
  --green: #1f4d3a;
  --green-2: #2c6b50;
  --green-deep: #143328;
  --accent: #ee7326;          /* sunset tangerine (overridable in Settings) */
  --accent-ink: #b9500f;
  --sun: #f7c948;             /* daisy yellow */
  --sun-soft: #fbe7a6;
  --sand: #f6ecd9;
  --sand-2: #ecdcbd;
  --paper: #fffaf0;
  --line: #e3d4b6;
  --white: #ffffff;

  --font-display: 'Caprasimo', 'Cooper Black', Georgia, serif;
  --font-body: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --arch: 999px 999px 26px 26px;
  --border: 2px solid var(--ink);
  --pop: 5px 5px 0 var(--ink);
  --pop-lg: 9px 9px 0 var(--ink);
  --container: 1220px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 48' preserveAspectRatio='none'%3E%3Cpath d='M0 48V24C120 4 240 4 360 24s240 20 360 0 240-20 360 0 240 20 360 0v24z'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent-ink); }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.12; margin: 0 0 .5em; color: var(--ink); letter-spacing: -.005em; }
h1 { font-size: clamp(2.4rem, 5.6vw, 4.6rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.05rem; }
button, input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--sun); color: var(--ink); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 1000; }
.skip-link:focus { left: 10px; top: 10px; }

/* ---------- Daisy motif ---------- */
.daisy { width: 64px; height: 64px; display: inline-block; flex-shrink: 0; }
.daisy--sm { width: 26px; height: 26px; }
.daisy--spin { animation: spin 24s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .8em 1.5em; border-radius: 999px; border: var(--border);
  font-weight: 600; font-size: 1rem; line-height: 1.2; cursor: pointer; white-space: nowrap;
  box-shadow: 4px 4px 0 var(--ink);
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .2s, color .2s;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.btn:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.btn--primary { background: var(--accent); color: var(--ink); }
.btn--primary:hover { background: var(--sun); color: var(--ink); }
.btn--dark { background: var(--green); color: var(--paper); }
.btn--dark:hover { background: var(--green-2); color: var(--paper); }
.btn--light { background: var(--paper); color: var(--ink); }
.btn--light:hover { background: var(--sun-soft); color: var(--ink); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--sun-soft); color: var(--ink); }
.btn--ghost-light { background: transparent; color: var(--paper); border-color: var(--paper); box-shadow: 4px 4px 0 var(--sun); }
.btn--ghost-light:hover { background: var(--paper); color: var(--ink); box-shadow: 6px 6px 0 var(--sun); }
.btn--whatsapp { background: #25d366; color: var(--ink); }
.btn--whatsapp:hover { background: #4be383; color: var(--ink); }
.btn--block { width: 100%; }
.btn--sm { padding: .55em 1em; font-size: .88rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 600; color: var(--green); border-bottom: 2px solid var(--sun); padding-bottom: 1px; }
.link-arrow i { transition: transform .25s var(--ease); }
.link-arrow:hover { color: var(--accent-ink); }
.link-arrow:hover i { transform: translateX(4px); }

/* ---------- Top bar ---------- */
.topbar { background: var(--green-deep); color: var(--sand); font-size: .84rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar__info, .topbar__right { display: flex; align-items: center; gap: 20px; }
.topbar a:hover { color: var(--sun); }
.topbar i { color: var(--sun); margin-right: 4px; }
.topbar__right i { margin: 0; color: inherit; }
.lang { display: flex; align-items: center; gap: 2px; padding-left: 14px; border-left: 1px solid rgba(255,255,255,.15); }
.lang i { color: var(--sun); margin-right: 6px; }
.lang button { background: none; border: 0; color: inherit; padding: 2px 7px; border-radius: 99px; cursor: pointer; font-size: .78rem; font-weight: 600; }
.lang button:hover { color: var(--sun); }
.lang button.is-active { background: var(--sun); color: var(--ink); }

/* ---------- Header: floating pill ---------- */
.site-header { position: sticky; top: 12px; z-index: 50; padding: 12px 0 0; margin-bottom: -84px; pointer-events: none; }
.site-header__inner {
  pointer-events: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--paper); border: var(--border); border-radius: 999px; box-shadow: var(--pop);
  padding: 8px 10px 8px 10px; max-width: calc(var(--container) - 48px); height: 72px;
  transition: box-shadow .3s;
}
.site-header.is-scrolled .site-header__inner { box-shadow: 5px 5px 0 var(--accent); }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 54px; height: 54px; border-radius: 50%; border: 2px solid var(--ink); transition: transform .5s var(--ease); }
.brand:hover img { transform: rotate(-14deg) scale(1.06); }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__text strong { font-family: var(--font-display); font-weight: 400; font-size: 1.3rem; color: var(--ink); }
.brand__text small { font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-ink); font-weight: 600; }

.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; }
.main-nav > ul > li > a { display: block; padding: 9px 15px; font-weight: 500; font-size: .98rem; color: var(--ink); border-radius: 999px; transition: background .2s, color .2s; }
.main-nav > ul > li > a:hover { background: var(--sun-soft); color: var(--ink); }
.main-nav > ul > li > a.is-active { background: var(--green); color: var(--paper); }
.main-nav__mobile-extra { display: none; }
.site-header__actions { display: flex; align-items: center; gap: 10px; }
.site-header__actions .btn { box-shadow: 3px 3px 0 var(--ink); padding: .7em 1.3em; }

.nav-toggle { display: none; width: 50px; height: 50px; border: var(--border); background: var(--sun); cursor: pointer; padding: 12px; border-radius: 50%; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Home hero: split with sun-arch ---------- */
.hero { position: relative; background: var(--green); color: var(--paper); overflow: hidden; padding: 150px 0 110px; isolation: isolate; }
.hero__rays, .page-hero .hero__rays {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: repeating-conic-gradient(from -8deg at 72% 62%, rgba(247, 201, 72, .09) 0 7deg, transparent 7deg 16deg);
}
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 48px; background: var(--accent); -webkit-mask: var(--wave) center / 100% 100%; mask: var(--wave) center / 100% 100%; z-index: 1; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.hero__copy { position: relative; }
.hero__text > * { opacity: 0; transform: translateY(22px); }
.hero__text.is-in > * { animation: rise .8s var(--ease) forwards; }
.hero__text.is-in > *:nth-child(2) { animation-delay: .1s; }
.hero__text.is-in > *:nth-child(3) { animation-delay: .2s; }
.hero__text.is-in > *:nth-child(4) { animation-delay: .3s; }
@keyframes rise { to { opacity: 1; transform: none; } }
.hero__title { font-family: var(--font-display); font-size: clamp(2.6rem, 5.8vw, 5rem); line-height: 1.02; color: var(--paper); margin: 0 0 .35em; }
.hero__lead { font-size: clamp(1.05rem, 1.5vw, 1.2rem); max-width: 540px; color: rgba(255, 250, 240, .86); margin-bottom: 2em; font-weight: 300; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero .eyebrow { color: var(--sun); }
.hero .eyebrow::before { color: var(--sun); }
.hero__visual { position: relative; padding: 10px 30px 30px 20px; }
.hero__arch { position: relative; aspect-ratio: 4 / 4.6; border-radius: var(--arch); overflow: hidden; border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--sun); background: var(--green-deep); }
.hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.hero__slide.is-active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); }
.hero__slide.is-active img { animation: kenburns 9s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.1); } to { transform: scale(1); } }
.hero__daisy { position: absolute; width: 120px; height: 120px; left: -30px; bottom: 40px; z-index: 2; filter: drop-shadow(4px 4px 0 var(--ink)); }
.hero__sticker { position: absolute; top: 40px; right: 0; z-index: 2; width: 120px; height: 120px; border-radius: 50%; background: var(--accent); border: 3px solid var(--ink); box-shadow: var(--pop); display: grid; place-content: center; text-align: center; transform: rotate(12deg); color: var(--ink); }
.hero__sticker small { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; }
.hero__sticker strong { font-family: var(--font-display); font-weight: 400; font-size: 2rem; line-height: 1; }
.hero__dots { display: flex; gap: 10px; margin-top: 44px; }
.hero__dots button { width: 14px; height: 14px; border-radius: 99px; border: 2px solid var(--paper); background: transparent; cursor: pointer; padding: 0; transition: width .3s, background .3s; }
.hero__dots button.is-active { width: 40px; background: var(--sun); border-color: var(--sun); }

/* Eyebrow label with a little daisy glyph */
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 1em; }
.eyebrow::before { content: '✿'; font-size: 1.15rem; letter-spacing: 0; color: var(--accent); line-height: 1; }

/* ---------- Destinations ticker ---------- */
.marquee { position: relative; z-index: 3; background: var(--accent); border-bottom: var(--border); overflow: hidden; padding: 14px 0 16px; margin-top: -2px; }
.marquee__track { display: flex; align-items: center; gap: 26px; width: max-content; animation: marquee 40s linear infinite; }
.marquee span { font-family: var(--font-display); font-size: 1.5rem; color: var(--ink); white-space: nowrap; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Quick finder ---------- */
.finder { position: relative; z-index: 4; margin-top: 50px; }
.finder__card { background: var(--sand); border: var(--border); border-radius: var(--radius-lg); box-shadow: var(--pop-lg); padding: 22px; display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; gap: 14px; align-items: end; }
.finder label { display: block; font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-bottom: 6px; }
.field-icon { position: relative; }
.field-icon i { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); color: var(--accent-ink); pointer-events: none; }
.finder select, .finder input { width: 100%; padding: 14px 14px 14px 42px; border: var(--border); border-radius: 14px; background: var(--paper); appearance: none; }
.finder select:focus, .finder input:focus { outline: none; box-shadow: 3px 3px 0 var(--accent); }
.finder .btn { height: 54px; }

/* ---------- Sections & wavy edges ---------- */
.section { --bg: var(--paper); padding: clamp(80px, 9vw, 124px) 0; position: relative; background: var(--bg); }
.section--sand { --bg: var(--sand); }
.section--dark { --bg: var(--green-deep); color: var(--sand); }
.section--dark h2, .section--dark h3 { color: var(--paper); }
.section--dark .eyebrow { color: var(--sun); }
.section--dark .eyebrow::before { color: var(--sun); }
.section--sand::before, .section--dark::before,
.section--sand + .section::before, .section--dark + .section::before, .page-hero + .section::before {
  content: ''; position: absolute; left: 0; right: 0; top: -46px; height: 48px; background: var(--bg);
  -webkit-mask: var(--wave) center / 100% 100%; mask: var(--wave) center / 100% 100%; pointer-events: none;
}
.page-hero + .section::before { background: var(--bg); }
.section-head { max-width: 720px; margin-bottom: 54px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head p { color: var(--ink-soft); font-size: 1.1rem; }
.section--dark .section-head p { color: #c6d2c6; }
.section-head--split { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 30px; flex-wrap: wrap; }
.section-head--split > div { max-width: 660px; }
.lead { font-size: 1.14rem; color: var(--ink-soft); }

/* ---------- Category cards: arch windows ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.cat-card { display: flex; flex-direction: column; color: var(--ink); text-align: center; }
.cat-card:hover { color: var(--ink); }
.cat-card img { width: 100%; aspect-ratio: 3 / 3.7; object-fit: cover; border-radius: var(--arch); border: 3px solid var(--ink); box-shadow: var(--pop); transition: transform .4s var(--ease), box-shadow .4s var(--ease); background: var(--sand-2); }
.cat-card:hover img { transform: translate(-3px, -5px); box-shadow: 8px 10px 0 var(--accent); }
.cat-card { position: relative; }
.cat-card__count { position: absolute; top: 18px; right: 14px; background: var(--sun); color: var(--ink); border: var(--border); font-size: .76rem; font-weight: 700; padding: 3px 11px; border-radius: 99px; transform: rotate(6deg); }
.cat-card__body { margin-top: -30px; position: relative; padding: 0 10px; }
.cat-card__icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 12px; background: var(--paper); border: var(--border); color: var(--accent-ink); font-size: 1.4rem; }
.cat-card h3 { font-size: 1.45rem; margin-bottom: 4px; }
.cat-card p { margin: 0; font-size: .95rem; color: var(--ink-soft); }
.cat-card__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-weight: 600; font-size: .92rem; color: var(--green); border-bottom: 2px solid var(--sun); }

/* ---------- About split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.split--reverse > :first-child { order: 2; }
.collage { position: relative; padding: 0 44px 60px 0; }
.collage__main { border-radius: var(--arch); overflow: hidden; border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--green); aspect-ratio: 4 / 5; }
.collage__main img { width: 100%; height: 100%; object-fit: cover; }
.collage__small { position: absolute; right: 0; bottom: 0; width: 46%; border-radius: 50%; overflow: hidden; border: 3px solid var(--ink); box-shadow: var(--pop); aspect-ratio: 1; background: var(--paper); }
.collage__small img { width: 100%; height: 100%; object-fit: cover; }
.collage__daisy { position: absolute; left: -26px; top: 30px; width: 96px; height: 96px; filter: drop-shadow(3px 3px 0 var(--ink)); animation: spin 30s linear infinite; }
.checks { list-style: none; padding: 0; margin: 1.4em 0 2em; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; }
.checks li::before { content: '\F26E'; font-family: 'bootstrap-icons'; flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--sun); border: 2px solid var(--ink); color: var(--ink); font-size: .9rem; margin-top: 2px; }
.checks--cols { grid-template-columns: 1fr 1fr; }
.crosses li::before { content: '\F62A'; background: #f6c9b3; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { background: var(--paper); border: var(--border); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--pop); }
.stat:nth-child(2n) { background: var(--sun-soft); }
.stat strong { display: block; font-family: var(--font-display); font-weight: 400; font-size: clamp(2rem, 3.4vw, 2.8rem); color: var(--accent-ink); line-height: 1.05; }
.stat span { font-size: .95rem; color: var(--ink-soft); font-weight: 500; }

/* ---------- Tour cards: stickers ---------- */
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.tour-card { background: var(--paper); border-radius: var(--radius-lg); overflow: hidden; border: var(--border); box-shadow: var(--pop); display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.tour-card:hover { transform: translate(-3px, -4px); box-shadow: 8px 9px 0 var(--ink); }
.tour-card__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; display: block; border-bottom: var(--border); }
.tour-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.tour-card:hover .tour-card__media img { transform: scale(1.06); }
.tour-card__tag { position: absolute; left: 14px; top: 14px; background: var(--paper); color: var(--ink); border: var(--border); font-size: .76rem; font-weight: 600; padding: 4px 12px; border-radius: 99px; display: inline-flex; gap: 6px; align-items: center; }
.tour-card__tag i { color: var(--accent-ink); }
.tour-card__fav { position: absolute; right: 12px; top: 12px; width: 64px; height: 64px; border-radius: 50%; background: var(--sun); border: var(--border); color: var(--ink); font-size: .72rem; font-weight: 700; display: grid; place-items: center; text-transform: uppercase; letter-spacing: .06em; transform: rotate(10deg); }
.tour-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.tour-card__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .86rem; color: var(--ink-soft); font-weight: 500; margin-bottom: 8px; }
.tour-card__meta i { color: var(--accent-ink); margin-right: 4px; }
.tour-card h3 { font-size: 1.35rem; margin-bottom: 2px; }
.tour-card h3 a:hover { color: var(--accent-ink); }
.tour-card__sub { font-size: .92rem; color: var(--green-2); margin-bottom: 10px; font-weight: 500; }
.tour-card__body > p { color: var(--ink-soft); font-size: .96rem; flex: 1; }
.tour-card__foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-top: 16px; border-top: 2px dashed var(--line); margin-top: 6px; }
.price small { display: block; font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
.price strong { font-family: var(--font-display); font-weight: 400; font-size: 1.4rem; color: var(--ink); }
.price--request strong { font-size: 1.05rem; color: var(--accent-ink); }

/* ---------- Features ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature { padding: 30px; border-radius: var(--radius-lg); background: rgba(255, 250, 240, .04); border: 2px dashed rgba(247, 201, 72, .35); transition: transform .3s var(--ease), background .3s, border-color .3s; }
.feature:hover { transform: translateY(-4px) rotate(-.6deg); background: rgba(255, 250, 240, .07); border-color: var(--sun); }
.feature__icon { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; font-size: 1.5rem; background: var(--sun); color: var(--ink); border: var(--border); box-shadow: 3px 3px 0 var(--accent); margin-bottom: 18px; }
.feature h3 { font-size: 1.3rem; }
.feature p { margin: 0; color: #c6d2c6; font-size: 1rem; }
.section:not(.section--dark) .feature { background: var(--paper); border: var(--border); box-shadow: var(--pop); }
.section:not(.section--dark) .feature p { color: var(--ink-soft); }
.dark-deco { position: absolute; inset: 0; pointer-events: none; overflow: hidden; background: radial-gradient(circle at 90% 8%, rgba(238, 115, 38, .22), transparent 30%), radial-gradient(circle at 6% 92%, rgba(247, 201, 72, .12), transparent 30%); }

/* ---------- Testimonials: polaroids ---------- */
.t-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 56px) / 3); gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 26px 8px 30px; }
.t-track::-webkit-scrollbar { display: none; }
.t-card { margin: 0; scroll-snap-align: start; background: var(--paper); border: var(--border); border-radius: 6px; padding: 30px 26px 24px; position: relative; display: flex; flex-direction: column; box-shadow: var(--pop); transform: rotate(-1.4deg); transition: transform .3s var(--ease); }
.t-card:nth-child(2n) { transform: rotate(1.2deg); }
.t-card:hover { transform: rotate(0) translateY(-4px); }
.t-card::before { content: ''; position: absolute; top: -14px; left: 50%; width: 96px; height: 26px; transform: translateX(-50%) rotate(-3deg); background: rgba(247, 201, 72, .75); border: 1px solid rgba(29, 43, 34, .2); }
.t-card__quote { position: absolute; right: 20px; top: 16px; font-size: 2.6rem; color: var(--sun); line-height: 1; }
.stars { color: var(--accent); letter-spacing: 3px; margin-bottom: 12px; font-size: 1.1rem; }
.t-card blockquote { margin: 0 0 20px; font-family: var(--font-display); font-size: 1.25rem; line-height: 1.4; color: var(--ink); flex: 1; }
.t-card__who { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 2px dashed var(--line); }
.avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--green); color: var(--sun); border: var(--border); display: grid; place-items: center; font-family: var(--font-display); font-size: 1.2rem; flex-shrink: 0; overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.t-card__who strong { display: block; line-height: 1.2; font-weight: 600; }
.t-card__who small { color: var(--muted); }
.t-nav { display: flex; gap: 12px; }
.icon-btn { width: 50px; height: 50px; border-radius: 50%; border: var(--border); background: var(--paper); display: grid; place-items: center; cursor: pointer; transition: all .2s; font-size: 1.05rem; box-shadow: 3px 3px 0 var(--ink); }
.icon-btn:hover { background: var(--sun); transform: translate(-1px, -1px); }

/* ---------- Gallery ---------- */
.mosaic { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 170px; gap: 16px; grid-auto-flow: dense; }
.mosaic a { border-radius: var(--radius); overflow: hidden; position: relative; border: var(--border); box-shadow: 4px 4px 0 var(--ink); transition: transform .3s var(--ease); }
.mosaic a:hover { transform: rotate(-1.2deg) scale(1.02); z-index: 1; }
.mosaic a:nth-child(1), .mosaic a:nth-child(4) { grid-column: span 2; grid-row: span 2; }
.mosaic a:nth-child(1) { border-radius: var(--arch); }
.mosaic a:nth-child(7), .mosaic a:nth-child(8) { grid-column: span 3; }
.mosaic img, .masonry img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.mosaic a:hover img, .masonry a:hover img { transform: scale(1.05); }
.masonry { columns: 3; column-gap: 22px; }
.masonry a { display: block; margin-bottom: 22px; background: var(--paper); padding: 10px 10px 0; border: var(--border); border-radius: 6px; box-shadow: var(--pop); position: relative; break-inside: avoid; transition: transform .3s var(--ease); }
.masonry a:nth-child(3n+1) { transform: rotate(-1deg); }
.masonry a:nth-child(3n+2) { transform: rotate(.8deg); }
.masonry a:hover { transform: rotate(0) translateY(-3px); z-index: 1; }
.masonry a img { border-radius: 3px; overflow: hidden; }
.masonry figcaption { padding: 10px 4px 12px; font-size: .92rem; font-weight: 500; color: var(--ink-soft); text-align: center; }
.masonry a:not(:has(figcaption)) { padding-bottom: 10px; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; isolation: isolate; background: var(--accent); border: 3px solid var(--ink); border-radius: var(--radius-lg); box-shadow: 10px 10px 0 var(--ink); padding: clamp(34px, 5vw, 56px); display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; color: var(--ink); }
.cta-band::before { content: ''; position: absolute; inset: 0; z-index: -1; background: repeating-conic-gradient(from 0deg at 12% 50%, rgba(247, 201, 72, .45) 0 8deg, transparent 8deg 18deg); }
.cta-band > img { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; border: 3px solid var(--ink); box-shadow: 6px 6px 0 var(--green); }
.cta-band h2 { color: var(--ink); margin-bottom: .3em; }
.cta-band p { font-size: 1.12rem; margin: 0; color: var(--ink); }
.cta-band .eyebrow { color: var(--green-deep); }
.cta-band .eyebrow::before { color: var(--paper); }
.cta-band__actions { display: flex; flex-direction: column; gap: 12px; align-items: center; }
.cta-band__actions .btn--primary { background: var(--green); color: var(--paper); }
.cta-band__actions .btn--primary:hover { background: var(--green-2); }
.cta-band__actions .btn--ghost-light { color: var(--ink); border-color: var(--ink); box-shadow: 4px 4px 0 var(--ink); background: var(--paper); }
.cta-band__or { font-size: .8rem; letter-spacing: .2em; font-weight: 700; }
.section:not(.section--sand):not(.section--dark) + .section--cta { padding-top: 0; }

/* ---------- Inner page hero ---------- */
.page-hero { position: relative; background: var(--green); color: var(--paper); padding: 150px 0 90px; overflow: hidden; isolation: isolate; }
.page-hero__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; }
.page-hero--plain .page-hero__grid { grid-template-columns: 1fr; }
.page-hero h1 { color: var(--paper); font-size: clamp(2.3rem, 5vw, 4rem); max-width: 820px; }
.page-hero p { max-width: 620px; font-size: 1.15rem; color: rgba(255, 250, 240, .86); margin: 0; font-weight: 300; }
.page-hero .eyebrow { color: var(--sun); }
.page-hero .eyebrow::before { color: var(--sun); }
.page-hero__visual { position: relative; padding: 0 16px 16px 0; }
.page-hero__arch { aspect-ratio: 1 / 1.05; border-radius: var(--arch); overflow: hidden; border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--sun); }
.page-hero__arch img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__daisy { position: absolute; left: -34px; bottom: 10px; width: 90px; height: 90px; filter: drop-shadow(3px 3px 0 var(--ink)); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .9rem; color: rgba(255, 250, 240, .75); margin-bottom: 18px; }
.breadcrumbs a:hover { color: var(--sun); }
.breadcrumbs span[aria-hidden] { opacity: .5; }
.page-hero__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 99px; background: var(--paper); color: var(--ink); border: var(--border); font-size: .92rem; font-weight: 500; box-shadow: 3px 3px 0 var(--sun); }
.chip i { color: var(--accent-ink); }

/* ---------- Filters ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.filters a, .filters button { padding: 9px 18px; border-radius: 99px; border: var(--border); background: var(--paper); font-weight: 600; font-size: .92rem; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; box-shadow: 3px 3px 0 var(--ink); }
.filters a:hover, .filters button:hover { background: var(--sun-soft); color: var(--ink); }
.filters .is-active { background: var(--green); color: var(--paper) !important; }
.filters .count { font-size: .75rem; background: var(--sand-2); color: var(--ink); border-radius: 99px; padding: 0 8px; }
.filters .is-active .count { background: var(--sun); }
.cat-intro { display: flex; gap: 20px; align-items: center; margin: 0 0 34px; padding: 22px 26px; background: var(--sun-soft); border: var(--border); border-radius: var(--radius); }
.cat-intro i { font-size: 1.9rem; color: var(--accent-ink); }
.cat-intro h2 { font-size: 1.6rem; margin: 0; }
.cat-intro p { margin: 0; color: var(--ink-soft); }

/* ---------- Tour detail ---------- */
.detail { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 50px; align-items: start; }
.detail__main > section { margin-bottom: 56px; }
.detail__main h2 { font-size: 2rem; display: flex; align-items: center; gap: 12px; }
.detail__main h2 i { width: 46px; height: 46px; border-radius: 50%; background: var(--sun); border: var(--border); display: grid; place-items: center; font-size: 1.15rem; color: var(--ink); flex-shrink: 0; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 50px; }
.fact { background: var(--paper); padding: 16px 18px; border: var(--border); border-radius: var(--radius); box-shadow: 3px 3px 0 var(--ink); }
.fact:nth-child(odd) { background: var(--sun-soft); }
.fact i { color: var(--accent-ink); font-size: 1.25rem; }
.fact small { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; color: var(--muted); font-weight: 700; margin-top: 6px; }
.fact strong { font-size: 1rem; font-weight: 600; }
.prose { font-size: 1.06rem; color: var(--ink-soft); }
.prose h2, .prose h3 { color: var(--ink); margin-top: 1.6em; }
.prose img { border-radius: var(--radius); border: var(--border); margin: 1.5em 0; }
.prose a { color: var(--accent-ink); text-decoration: underline; text-decoration-color: var(--sun); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li::marker { color: var(--accent); }
.prose blockquote { border: var(--border); margin: 1.6em 0; padding: 1em 1.4em; font-family: var(--font-display); font-size: 1.25rem; color: var(--ink); background: var(--sun-soft); border-radius: var(--radius); box-shadow: var(--pop); }

.timeline { position: relative; padding: 0; list-style: none; margin: 0; }
.timeline li { position: relative; padding: 0 0 8px 68px; }
.timeline li::before { content: ''; position: absolute; left: 23px; top: 50px; bottom: -4px; border-left: 3px dotted var(--accent); }
.timeline li:last-child::before { display: none; }
.timeline__dot { position: absolute; left: 0; top: 2px; width: 50px; height: 50px; border-radius: 50%; background: var(--sun); color: var(--ink); border: var(--border); display: grid; place-items: center; font-family: var(--font-display); font-size: 1.2rem; box-shadow: 3px 3px 0 var(--ink); }
.timeline details { background: var(--paper); border: var(--border); border-radius: var(--radius); margin-bottom: 16px; transition: box-shadow .3s; }
.timeline details[open] { box-shadow: var(--pop); }
.timeline summary { cursor: pointer; list-style: none; padding: 15px 54px 15px 22px; position: relative; }
.timeline summary::-webkit-details-marker { display: none; }
.timeline summary::after { content: '\F64D'; font-family: 'bootstrap-icons'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--sand); border: 2px solid var(--ink); transition: transform .3s, background .3s; font-size: .9rem; }
.timeline details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--accent); }
.timeline summary small { display: block; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--accent-ink); }
.timeline summary strong { font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; }
.timeline .day-body { padding: 0 22px 20px; color: var(--ink-soft); }
.note { display: flex; gap: 14px; padding: 18px 22px; border-radius: var(--radius); background: var(--sun-soft); border: var(--border); color: var(--ink); font-size: .98rem; }
.note i { font-size: 1.25rem; flex-shrink: 0; color: var(--accent-ink); }
.incl { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.incl > div { background: var(--paper); border: var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--pop); }
.incl > div:only-child { grid-column: 1 / -1; }
.incl h3 { font-size: 1.25rem; }
.incl .checks { margin: 0; }
.thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.thumbs a { border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 1; border: var(--border); box-shadow: 3px 3px 0 var(--ink); }
.thumbs a:first-child { border-radius: 999px 999px 12px 12px; }
.thumbs img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.thumbs a:hover img { transform: scale(1.08); }

.book-card { position: sticky; top: 110px; background: var(--paper); border-radius: var(--radius-lg); border: var(--border); box-shadow: var(--pop-lg); overflow: hidden; }
.book-card__head { background: var(--green); color: var(--paper); padding: 24px 26px; border-bottom: var(--border); position: relative; overflow: hidden; isolation: isolate; }
.book-card__head::before { content: ''; position: absolute; inset: 0; z-index: -1; background: repeating-conic-gradient(from 0deg at 100% 0%, rgba(247, 201, 72, .14) 0 6deg, transparent 6deg 14deg); }
.book-card__head small { text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; color: var(--sun); font-weight: 700; }
.book-card__head strong { display: block; font-family: var(--font-display); font-weight: 400; font-size: 2rem; line-height: 1.2; }
.book-card__head span { font-size: .9rem; color: #c6d2c6; }
.book-card__body { padding: 24px 26px 26px; }
.book-card__alt { display: grid; gap: 12px; margin-top: 16px; }
.book-card__trust { display: flex; gap: 16px; justify-content: center; font-size: .82rem; color: var(--muted); margin-top: 16px; flex-wrap: wrap; }
.book-card__trust i { color: var(--green-2); }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .86rem; font-weight: 600; margin-bottom: 6px; color: var(--ink); }
.field input, .field select, .field textarea { width: 100%; padding: 12px 15px; border: var(--border); border-radius: 14px; background: #fff; transition: box-shadow .2s, background .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; box-shadow: 4px 4px 0 var(--accent); }
.field textarea { min-height: 130px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.alert { padding: 14px 18px; border-radius: 14px; margin-bottom: 18px; display: flex; gap: 10px; align-items: flex-start; font-weight: 500; font-size: .98rem; border: var(--border); }
.alert--success { background: #d9f2df; color: var(--ink); }
.alert--error { background: #fbd9cc; color: var(--ink); }

/* ---------- Contact ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 60px; }
.contact-card { background: var(--paper); border: var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--pop); transition: transform .25s var(--ease), box-shadow .25s; }
.contact-card:nth-child(2n) { background: var(--sun-soft); }
.contact-card:hover { transform: translate(-2px, -3px); box-shadow: 7px 8px 0 var(--ink); color: var(--ink); }
.contact-card i { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); border: var(--border); color: var(--ink); font-size: 1.3rem; margin-bottom: 14px; }
.contact-card h3 { font-size: 1.2rem; margin-bottom: 4px; }
.contact-card p, .contact-card a { color: var(--ink-soft); margin: 0; font-size: .96rem; word-break: break-word; }
.contact-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: stretch; }
.panel { background: var(--paper); border: var(--border); border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 44px); box-shadow: var(--pop); }
.panel h3 i { color: var(--accent-ink); }
.map { border-radius: var(--radius-lg); overflow: hidden; min-height: 420px; border: var(--border); background: var(--sand); box-shadow: var(--pop); }
.map iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; }

/* ---------- FAQ ---------- */
.faq { max-width: 880px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: var(--paper); border: var(--border); border-radius: var(--radius); transition: box-shadow .25s; }
.faq details[open] { box-shadow: var(--pop); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 64px 20px 24px; font-family: var(--font-display); font-size: 1.22rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '\F64D'; font-family: 'bootstrap-icons'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--sun); border: 2px solid var(--ink); font-size: 1rem; transition: transform .3s, background .3s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); background: var(--accent); }
.faq .faq__a { padding: 0 24px 20px; color: var(--ink-soft); }

/* ---------- About: team, milestones, mission ---------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 28px; }
.team-card { background: var(--paper); border: var(--border); border-radius: var(--radius-lg); overflow: hidden; text-align: center; box-shadow: var(--pop); }
.team-card__photo { aspect-ratio: 1; background: var(--sun-soft); display: grid; place-items: center; overflow: hidden; border-bottom: var(--border); }
.team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card__initials { font-family: var(--font-display); font-size: 4.4rem; color: var(--accent-ink); }
.team-card__body { padding: 20px; }
.team-card h3 { margin-bottom: 2px; font-size: 1.3rem; }
.team-card small { color: var(--green-2); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; }
.team-card p { font-size: .95rem; color: var(--ink-soft); margin: 10px 0 0; }
.years { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; position: relative; }
.years::before { content: ''; position: absolute; left: 0; right: 0; top: 30px; border-top: 3px dotted rgba(247, 201, 72, .5); }
.year { position: relative; }
.year__num { display: inline-block; font-family: var(--font-display); font-size: 1.7rem; color: var(--ink); background: var(--sun); border: var(--border); padding: 6px 22px; border-radius: 99px; margin-bottom: 18px; position: relative; box-shadow: 4px 4px 0 var(--accent); }
.year h3 { font-size: 1.3rem; }
.year p { color: #c6d2c6; font-size: 1rem; }
.mission { position: relative; overflow: hidden; background: var(--sun); border: 3px solid var(--ink); border-radius: var(--radius-lg); box-shadow: 10px 10px 0 var(--green); padding: clamp(30px, 5vw, 60px); padding-right: clamp(30px, 18vw, 240px); }
.mission::after { content: '✿'; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); font-size: clamp(6rem, 14vw, 12rem); line-height: 1; color: var(--paper); text-shadow: 4px 4px 0 var(--ink); }
.mission .eyebrow { color: var(--green-deep); }
.mission .eyebrow::before { color: var(--paper); }
.mission h2 { color: var(--ink); }
.mission p { font-size: 1.2rem; max-width: 760px; margin: 0; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card { display: flex; flex-direction: column; }
.post-card__media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16 / 11; margin-bottom: 18px; display: block; background: var(--sand); border: var(--border); box-shadow: var(--pop); transition: transform .3s var(--ease), box-shadow .3s; }
.post-card:hover .post-card__media { transform: translate(-2px, -3px) rotate(-.6deg); box-shadow: 8px 8px 0 var(--accent); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card time { display: inline-block; font-size: .78rem; font-weight: 700; color: var(--ink); letter-spacing: .1em; text-transform: uppercase; background: var(--sun); border: 2px solid var(--ink); border-radius: 99px; padding: 1px 10px; align-self: flex-start; }
.post-card h3 { font-size: 1.4rem; margin: 10px 0 8px; }
.post-card p { color: var(--ink-soft); font-size: .98rem; }
.article { max-width: 780px; margin: 0 auto; }
.article__cover { border-radius: var(--radius-lg); overflow: hidden; margin: 0 0 44px; border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--sun); aspect-ratio: 16 / 9; }
.article__cover img { width: 100%; height: 100%; object-fit: cover; }
.share { display: flex; gap: 12px; align-items: center; margin-top: 44px; padding-top: 24px; border-top: 2px dashed var(--line); font-weight: 600; }
.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 54px; }
.pagination a, .pagination span { min-width: 46px; height: 46px; padding: 0 14px; border-radius: 99px; display: grid; place-items: center; border: var(--border); background: var(--paper); font-weight: 700; box-shadow: 3px 3px 0 var(--ink); }
.pagination .is-active { background: var(--green); color: var(--paper); }

.empty { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty i { font-size: 2.6rem; color: var(--accent); display: block; margin-bottom: 10px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-deep); color: #c6d2c6; font-size: .98rem; position: relative; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; left: 0; right: 0; top: -1px; height: 48px; background: var(--paper); transform: scaleY(-1); -webkit-mask: var(--wave) center / 100% 100%; mask: var(--wave) center / 100% 100%; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding-top: 110px; padding-bottom: 30px; position: relative; }
.site-footer h4 { color: var(--sun); font-family: var(--font-display); font-size: 1.3rem; margin-bottom: 18px; }
.brand--footer img { width: 66px; height: 66px; border-color: var(--sun); }
.brand--footer .brand__text strong { color: var(--paper); }
.brand--footer .brand__text small { color: var(--sun); }
.site-footer__brand p { margin: 20px 0; max-width: 340px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-links a { transition: color .2s, padding .2s; }
.footer-links a:hover { color: var(--sun); padding-left: 4px; }
.footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.footer-contact li { display: flex; gap: 12px; }
.footer-contact i { color: var(--sun); margin-top: 3px; }
.footer-contact a:hover { color: var(--sun); }
.socials { display: flex; gap: 10px; flex-wrap: wrap; }
.socials a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--sun); color: var(--ink); border: 2px solid var(--ink); transition: transform .2s, background .2s; }
.socials a:hover { background: var(--accent); color: var(--ink); transform: translateY(-3px) rotate(-8deg); }
.footer-word { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 2vw, 30px); padding: 10px 16px 0; line-height: .9; user-select: none; }
.footer-word span { font-family: var(--font-display); font-size: clamp(3.6rem, 15vw, 13rem); color: transparent; -webkit-text-stroke: 2px var(--sun); letter-spacing: -.02em; }
.footer-word .daisy { width: clamp(56px, 11vw, 150px); height: clamp(56px, 11vw, 150px); }
.site-footer__bottom { border-top: 2px dashed rgba(247, 201, 72, .25); margin-top: 20px; }
.site-footer__bottom-inner { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; padding-bottom: 22px; font-size: .88rem; flex-wrap: wrap; }
.site-footer__bottom p { margin: 0; }

/* ---------- Floating widgets ---------- */
.wa-float { position: fixed; left: 18px; bottom: 18px; z-index: 60; display: flex; align-items: center; gap: 10px; background: #25d366; color: var(--ink); border: var(--border); border-radius: 99px; padding: 10px 18px 10px 12px; box-shadow: 4px 4px 0 var(--ink); font-weight: 600; font-size: .95rem; transition: transform .2s var(--ease); }
.wa-float i { font-size: 1.5rem; }
.wa-float:hover { color: var(--ink); transform: translate(-2px, -2px); }
.to-top { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 50px; height: 50px; border-radius: 50%; border: var(--border); background: var(--sun); color: var(--ink); cursor: pointer; box-shadow: 3px 3px 0 var(--ink); opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .3s; }
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--accent); }

.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(20, 51, 40, .96); display: grid; place-items: center; padding: 60px 70px; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: 100%; max-height: 100%; text-align: center; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 140px); border-radius: 10px; margin: 0 auto; border: 3px solid var(--paper); }
.lightbox figcaption { color: var(--sand); margin-top: 14px; font-size: 1rem; }
.lightbox button { position: absolute; background: var(--sun); border: var(--border); color: var(--ink); width: 52px; height: 52px; border-radius: 50%; cursor: pointer; font-size: 1.2rem; transition: background .2s; }
.lightbox button:hover { background: var(--accent); }
.lightbox__close { top: 18px; right: 18px; }
.lightbox__nav--prev { left: 14px; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 14px; top: 50%; transform: translateY(-50%); }

/* Google Translate chrome */
.goog-te-banner-frame, .skiptranslate iframe, #goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
body { top: 0 !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal, .hero__text > * { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .tour-grid, .post-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .t-track { grid-auto-columns: calc((100% - 28px) / 2); }
  .detail { grid-template-columns: 1fr; }
  .book-card { position: static; }
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .cta-band { grid-template-columns: auto 1fr; }
  .cta-band__actions { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
}
@media (max-width: 960px) {
  .hide-md { display: none !important; }
  .nav-toggle { display: block; position: relative; z-index: 95; }
  .site-header__inner { height: 66px; }
  .main-nav { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); background: var(--sand); border-left: var(--border); padding: 110px 24px 30px; transform: translateX(105%); transition: transform .45s var(--ease); z-index: 90; overflow-y: auto; }
  .nav-open .main-nav { transform: none; }
  .main-nav ul { flex-direction: column; gap: 6px; }
  .main-nav > ul > li > a { font-family: var(--font-display); font-size: 1.5rem; padding: 10px 18px; }
  .main-nav__mobile-extra { display: grid; gap: 14px; margin-top: 28px; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(20, 51, 40, .55); z-index: 80; opacity: 0; visibility: hidden; transition: opacity .3s; }
  .nav-open .nav-backdrop { opacity: 1; visibility: visible; }
  .nav-open { overflow: hidden; }
  .hero { padding: 130px 0 90px; }
  .hero__grid, .page-hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { max-width: 520px; width: 100%; margin: 0 auto; }
  .page-hero__visual { max-width: 380px; }
  .split, .contact-layout { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: 0; }
  .finder__card { grid-template-columns: 1fr 1fr; }
  .finder .btn { grid-column: 1 / -1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .mosaic { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 150px; }
  .mosaic a:nth-child(4), .mosaic a:nth-child(7), .mosaic a:nth-child(8) { grid-column: auto; grid-row: auto; }
  .masonry { columns: 2; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { padding: 0 16px; }
  .hide-sm { display: none !important; }
  .site-header { top: 8px; padding-top: 8px; }
  .site-header__inner { max-width: calc(100% - 20px); padding: 6px 6px 6px 8px; height: 62px; }
  .brand img { width: 46px; height: 46px; }
  .brand__text strong { font-size: 1.1rem; }
  .brand__text small { display: none; }
  .topbar__info { gap: 14px; }
  .hero { padding: 120px 0 80px; }
  .hero__visual { padding: 0 16px 16px 10px; }
  .hero__daisy { width: 84px; height: 84px; left: -8px; bottom: 24px; }
  .hero__sticker { width: 96px; height: 96px; top: 16px; right: 0; }
  .hero__sticker strong { font-size: 1.6rem; }
  .marquee span { font-size: 1.2rem; }
  .cat-grid, .tour-grid, .post-grid, .feature-grid, .contact-cards, .incl, .checks--cols { grid-template-columns: 1fr; }
  .cat-card img { aspect-ratio: 4 / 3.4; }
  .t-track { grid-auto-columns: 86%; }
  .finder__card { grid-template-columns: 1fr; padding: 16px; box-shadow: var(--pop); }
  .collage { padding: 0 24px 40px 0; }
  .collage__daisy { left: -8px; width: 70px; height: 70px; }
  .form-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; padding-top: 90px; }
  .page-hero { padding: 120px 0 70px; }
  .page-hero__daisy { left: -10px; width: 64px; height: 64px; }
  .thumbs { grid-template-columns: repeat(3, 1fr); }
  .wa-float span { display: none; }
  .wa-float { padding: 12px; }
  .lightbox { padding: 60px 10px; }
  .lightbox__nav { top: auto !important; bottom: 16px; transform: none !important; }
  .years::before { display: none; }
  .mosaic { grid-template-columns: repeat(2, 1fr); }
  .masonry { columns: 1; }
  .cta-band { grid-template-columns: 1fr; text-align: left; }
  .cta-band > img { width: 130px; height: 130px; }
  .mission { padding-right: 30px; }
  .mission::after { display: none; }
}

/* Polish */
.tour-card__fav { width: 70px; height: 70px; font-size: .66rem; letter-spacing: .04em; }
.dark-deco { background: radial-gradient(circle at 92% 6%, rgba(247, 201, 72, .12), transparent 32%), radial-gradient(circle at 4% 96%, rgba(44, 107, 80, .45), transparent 36%); }
