:root {
  --bg: #FAF8F3;
  --sand: #F1EDE3;
  --card: #FFFFFF;
  --ink: #1C211E;
  --ink2: #58605B;
  --ink3: #8B928D;
  --line: #E4E1D8;
  --line2: #D3CFC4;
  --green: #228B22;
  --green-ink: #1A6E1A;
  --green-tint: #E7F3E7;
  --dark: #1C211E;
  --dark2: #262C28;
  --dark-line: rgba(255, 255, 255, .12);
  --r: 20px;
  --r-lg: 28px;
  --shadow-photo: 0 24px 60px -24px rgba(28, 33, 30, .45);
  --shadow-hover: 0 18px 40px -22px rgba(28, 33, 30, .35);
  --ease: cubic-bezier(.2, .6, .2, 1);
  --display: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --nav-h: 72px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; margin: 0; -webkit-font-smoothing: antialiased; }
img { display: block; height: auto; max-width: 100%; }
svg { flex: none; }
a { color: var(--green-ink); }
a:focus-visible, button:focus-visible { outline: 2.5px solid var(--green); outline-offset: 3px; }
::selection { background: var(--green-tint); color: var(--ink); }
p, h1, h2, h3 { margin: 0; }

.wrap { margin-inline: auto; max-width: 1180px; padding-inline: 20px; }
@media (min-width: 640px) { .wrap { padding-inline: 28px; } }
.narrow { max-width: 780px; }

/* ---------- Type ---------- */

.h1, .h2 { color: var(--ink); font-family: var(--display); font-variation-settings: "opsz" 96; font-weight: 700; letter-spacing: -.03em; line-height: 1.02; text-wrap: balance; }
.h1 { font-size: clamp(42px, 5.6vw, 72px); }
.h2 { font-size: clamp(32px, 4vw, 50px); }
.h3 { color: var(--ink); font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: -.015em; line-height: 1.3; }
.h1 em, .h2 em { color: var(--green); font-style: normal; }

.eyebrow { align-items: center; color: var(--green-ink); display: inline-flex; font-size: 13px; font-weight: 700; gap: 8px; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow::before { background: var(--green); border-radius: 99px; content: ""; height: 8px; width: 8px; }
.eyebrow a { color: inherit; text-decoration: none; }
.eyebrow a:hover { text-decoration: underline; }

.lead { color: var(--ink2); font-size: 18.5px; line-height: 1.6; max-width: 58ch; }
.text { color: var(--ink2); font-size: 17px; line-height: 1.7; }
.text + .text { margin-top: 14px; }

.link { align-items: center; color: var(--ink); display: inline-flex; font-weight: 650; gap: 6px; text-decoration: underline; text-decoration-color: var(--line2); text-decoration-thickness: 2px; text-underline-offset: 4px; transition: text-decoration-color .2s ease; }
.link:hover { text-decoration-color: var(--green); }

/* ---------- Buttons & pills ---------- */

.btn { align-items: center; border: 1.5px solid transparent; border-radius: 99px; cursor: pointer; display: inline-flex; font-size: 15.5px; font-weight: 650; gap: 8px; padding: 13px 22px; text-decoration: none; transition: transform .2s var(--ease), background-color .2s ease, border-color .2s ease; }
.btn svg { height: 18px; transition: transform .2s var(--ease); width: 18px; }
.btn:hover { transform: translateY(-1px); }
.btn:hover svg { transform: translateX(3px); }
.btn--primary { background: var(--green); color: #fff; }
.btn--primary:hover { background: var(--green-ink); }
.btn--dark { background: var(--dark); color: #fff; }
.btn--dark:hover { background: var(--dark2); }
.btn--sm { font-size: 14px; padding: 9px 16px; }

.pill { align-items: center; background: #fff; border: 1.5px solid var(--line); border-radius: 99px; color: var(--ink); display: inline-flex; font-size: 14px; font-weight: 600; gap: 8px; padding: 8px 14px; text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.pill svg { color: var(--green); height: 16px; width: 16px; }
.pill:hover { border-color: var(--ink); transform: translateY(-1px); }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }

.badges { display: flex; flex-wrap: wrap; gap: 12px; }
.badges--center { justify-content: center; }
.badges img { height: 46px; transition: transform .2s var(--ease); width: auto; }
.badges a:hover img { transform: translateY(-2px); }

/* ---------- Nav ---------- */

.nav { background: rgba(250, 248, 243, .9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.nav__bar { align-items: center; display: flex; gap: 16px; height: var(--nav-h); justify-content: space-between; }
.nav__brand { align-items: center; color: var(--ink); display: inline-flex; font-family: var(--display); font-size: 18px; font-weight: 700; gap: 10px; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.nav__brand img { border-radius: 10px; height: 34px; width: 34px; }
.nav__links { display: none; gap: 6px; }
@media (min-width: 900px) { .nav__links { display: flex; } }
.nav__links a { align-items: center; border-radius: 99px; color: var(--ink2); display: inline-flex; font-size: 15px; font-weight: 600; gap: 8px; padding: 8px 12px; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.nav__links a svg { color: var(--green); height: 17px; width: 17px; }
.nav__links a:hover { background: var(--green-tint); color: var(--ink); }
.nav__right { align-items: center; display: flex; gap: 10px; }
.langs { border: 1.5px solid var(--line); border-radius: 99px; display: inline-flex; gap: 2px; padding: 3px; }
.langs a { align-items: center; border-radius: 99px; color: var(--ink2); display: inline-flex; font-size: 12.5px; font-weight: 700; gap: 6px; padding: 5px 10px 5px 7px; text-decoration: none; transition: background-color .2s ease; }
.langs a:hover:not([aria-current]) { background: var(--sand); }
.flag { border-radius: 3px; box-shadow: 0 0 0 1px rgba(0, 0, 0, .08); flex: none; height: 12px; width: 17px; }
.nav__cta svg { height: 16px; width: 16px; }
.nav__cta:hover svg { transform: translateY(2px); }
.foot__lang { align-items: center; display: inline-flex; gap: 10px; }
.foot__lang .flag { height: 14px; width: 20px; }
.foot h2 { align-items: center; display: flex; gap: 8px; }
.foot h2 svg { color: #7ED37E; height: 16px; width: 16px; }
.langs a[aria-current] { background: var(--ink); color: #fff; }
.nav__cta { display: none; }
@media (min-width: 520px) { .nav__cta { display: inline-flex; } }
@media (max-width: 479px) { .nav__brand span { display: none; } .langs a { padding: 5px 8px 5px 6px; } }

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

.section { padding-block: 72px; }
@media (min-width: 960px) { .section { padding-block: 104px; } }
.band-sand { background: var(--sand); }

.head { align-items: flex-end; display: flex; flex-wrap: wrap; gap: 16px 32px; justify-content: space-between; margin-bottom: 36px; }
.head .h2 { margin-top: 14px; }
.head--stack { display: block; }
.head--stack .lead { margin-top: 16px; }
.head--center { display: block; margin-inline: auto; max-width: 760px; text-align: center; }
.head--center .lead { margin: 16px auto 0; }

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

.hero { overflow: hidden; padding: 56px 0 72px; position: relative; }
@media (min-width: 960px) { .hero { padding: 80px 0 104px; } }
.hero::before { background: radial-gradient(50% 70% at 100% 0%, var(--green-tint), transparent 70%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero__grid { align-items: center; display: grid; gap: 44px; position: relative; }
@media (min-width: 960px) { .hero__grid { gap: 64px; grid-template-columns: 1.05fr .95fr; } }
.hero .h1 { margin-top: 20px; }
.hero .lead { margin-top: 22px; }
.hero .lead + .lead { margin-top: 12px; }
.hero__actions { margin-top: 30px; }
.hero__pills { margin-top: 26px; }
.hero__media { position: relative; }
.hero__stat { align-items: center; animation: float 6s ease-in-out infinite; background: var(--ink); border-radius: 99px; bottom: 18px; color: #fff; display: flex; gap: 10px; left: 18px; padding: 10px 16px 10px 12px; position: absolute; }
.hero__stat-icon { background: var(--green); border-radius: 99px; height: 30px; padding: 6px; width: 30px; }
.hero__stat strong { font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: -.02em; line-height: 1; }
.hero__stat small { color: rgba(255, 255, 255, .72); display: block; font-size: 12px; font-weight: 600; margin-top: 2px; }
.hero--short { padding-bottom: 56px; }
.stats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.stats span { align-items: center; background: #fff; border: 1.5px solid var(--line); border-radius: 99px; color: var(--ink2); display: inline-flex; font-size: 14.5px; font-weight: 600; gap: 7px; padding: 7px 14px 7px 10px; }
.stats svg { color: var(--green); height: 16px; width: 16px; }
.stats strong { color: var(--ink); }

.photo { background: var(--sand); border-radius: var(--r-lg); box-shadow: var(--shadow-photo); display: block; overflow: hidden; position: relative; }
.photo > img:first-child { display: block; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); width: 100%; }
.photo--landscape { aspect-ratio: 4 / 3; }
.hero__media .photo:hover > img:first-child { transform: scale(1.03); }

/* ---------- Area cards ---------- */

.areas { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 620px) { .areas { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } }
@media (min-width: 1000px) { .areas { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.area { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); color: var(--ink); display: block; overflow: hidden; text-decoration: none; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s ease; }
.area:hover { border-color: var(--line2); box-shadow: var(--shadow-hover); transform: translateY(-4px); }
.area img { aspect-ratio: 3 / 2; object-fit: cover; transition: transform .9s var(--ease); width: 100%; }
.area:hover img { transform: scale(1.04); }
.area__body { display: grid; gap: 10px; padding: 16px 18px 18px; }
.area__name { font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: -.02em; line-height: 1.15; }
.area__meta { display: flex; flex-wrap: wrap; gap: 6px 14px; }
.area__meta span { align-items: center; color: var(--ink2); display: inline-flex; font-size: 13.5px; font-weight: 600; gap: 5px; }
.area__meta svg { color: var(--green); height: 15px; width: 15px; }

/* ---------- Split + collage ---------- */

.split { align-items: center; display: grid; gap: 48px; }
@media (min-width: 960px) { .split { gap: 72px; grid-template-columns: 1fr 1fr; } }
.split .h2 { margin-top: 14px; }
.split .text:first-of-type { margin-top: 20px; }
.split__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.collage { padding-bottom: 72px; position: relative; }
.collage__small { aspect-ratio: 4 / 3; border: 6px solid var(--bg); border-radius: 22px; bottom: 0; position: absolute; right: -6px; transition: transform .3s var(--ease); width: 48%; }
.band-sand .collage__small { border-color: var(--sand); }
.collage__small:hover { transform: translateY(-4px); }
.tag { align-items: center; background: var(--ink); border-radius: 99px; bottom: 12px; color: #fff; display: inline-flex; font-size: 13px; font-weight: 650; gap: 6px; left: 12px; padding: 7px 12px; position: absolute; }

.dates { display: grid; gap: 12px; margin-top: 24px; }
@media (min-width: 520px) { .dates { grid-template-columns: 1fr 1fr; } }
.date { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); display: grid; gap: 4px; padding: 18px 20px; }
.date__icon { color: var(--ink3); height: 22px; margin-bottom: 8px; width: 22px; }
.date--free .date__icon { color: var(--green); }
.date strong { color: var(--ink); font-size: 15px; font-weight: 700; }
.date span { color: var(--ink2); font-size: 14.5px; line-height: 1.5; }

/* ---------- Park lists ---------- */

.parks { display: grid; gap: 10px; grid-template-columns: 1fr; list-style: none; margin: 0; padding: 0; }
@media (min-width: 640px) { .parks { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .parks { gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.park { align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 16px; display: flex; gap: 12px; min-width: 0; padding: 12px 14px; position: relative; transition: transform .2s var(--ease), border-color .2s ease; }
.park:hover { border-color: var(--green); transform: translateY(-2px); }
.park__pin { background: var(--green-tint); border-radius: 12px; color: var(--green-ink); display: grid; flex: none; height: 38px; place-items: center; width: 38px; }
.park__pin--beach { background: var(--sand); color: var(--ink2); }
.park__pin svg { height: 18px; width: 18px; }
.park__text { display: grid; gap: 2px; min-width: 0; }
.park__text a { color: var(--ink); font-size: 15.5px; font-weight: 650; overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.park__text a::after { content: ""; inset: 0; position: absolute; }
.park__meta { color: var(--ink2); font-size: 13.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.park__meta b { color: var(--ink); font-weight: 700; }
.park__meta b::before { content: "★ "; color: var(--green); }
.list-head { align-items: baseline; display: flex; flex-wrap: wrap; gap: 8px 12px; margin: 44px 0 18px; }
.list-head:first-child { margin-top: 0; }
.list-head .h3 { font-size: clamp(24px, 2.6vw, 30px); letter-spacing: -.025em; }
.list-head small { color: var(--ink3); font-size: 15px; font-weight: 600; }
.more { margin-top: 28px; }

.ribbon { align-items: center; background: var(--green-tint); border-radius: 16px; color: var(--ink); display: flex; font-size: 15px; gap: 12px; line-height: 1.5; margin-bottom: 36px; padding: 14px 18px; }
.ribbon svg { color: var(--green); height: 22px; width: 22px; }
.ribbon a { color: var(--green-ink); font-weight: 650; }

/* ---------- Area chips ---------- */

.chips { display: grid; gap: 10px; grid-template-columns: 1fr; list-style: none; margin: 0; padding: 0; }
@media (min-width: 560px) { .chips { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 960px) { .chips { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.chip { align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 99px; color: var(--ink); display: flex; font-size: 15px; font-weight: 650; gap: 12px; padding: 6px 16px 6px 6px; text-decoration: none; transition: transform .2s var(--ease), border-color .2s ease; }
.chip:hover { border-color: var(--green); transform: translateY(-2px); }
.chip img { border-radius: 99px; flex: none; height: 44px; object-fit: cover; width: 44px; }

/* ---------- FAQ & prose ---------- */

.faqs { display: grid; gap: 10px; }
.faq { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 16px 20px; transition: border-color .2s ease; }
.faq[open], .faq:hover { border-color: var(--line2); }
.faq summary { align-items: center; color: var(--ink); cursor: pointer; display: flex; font-size: 16.5px; font-weight: 650; gap: 12px; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq__chev { color: var(--ink3); height: 20px; margin-left: auto; transition: transform .25s var(--ease); width: 20px; }
.faq[open] .faq__chev { transform: rotate(180deg); }
.faq p { color: var(--ink2); font-size: 15.5px; line-height: 1.65; margin: 12px 32px 0 0; }

.prose h2 { font-family: var(--display); font-size: clamp(26px, 2.8vw, 34px); font-weight: 700; letter-spacing: -.025em; margin: 44px 0 14px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--ink2); font-size: 17px; line-height: 1.7; }
.prose p + p { margin-top: 12px; }
.prose ul { color: var(--ink2); display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.prose li { padding-left: 30px; position: relative; }
.prose li::before { background: var(--green-tint); border-radius: 99px; color: var(--green-ink); content: "✓"; font-size: 12px; font-weight: 800; height: 20px; left: 0; line-height: 20px; position: absolute; text-align: center; top: 3px; width: 20px; }
.rules-grid { display: grid; gap: 20px; }
@media (min-width: 900px) { .rules-grid { align-items: start; grid-template-columns: 1.4fr 1fr; } }
.rules-side { position: sticky; top: calc(var(--nav-h) + 16px); }

.checks { display: grid; gap: 10px; list-style: none; margin: 26px 0 0; padding: 0; }
.checks li { align-items: center; color: var(--ink2); display: flex; font-size: 16px; gap: 12px; }
.checks li::before { background: var(--green-tint); border-radius: 99px; color: var(--green-ink); content: "✓"; display: grid; flex: none; font-size: 13px; font-weight: 800; height: 26px; place-items: center; width: 26px; }
.support { color: var(--ink3); font-size: 14.5px; margin-top: 22px; max-width: 52ch; }

/* ---------- App section ---------- */

.app { padding-block: 24px; }
.app > .wrap { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); max-width: 1124px; padding-block: 56px; padding-inline: clamp(20px, 5vw, 64px); }
@media (min-width: 960px) { .app > .wrap { padding-block: 72px; } }
.app__grid { align-items: center; display: grid; gap: 48px; }
@media (min-width: 960px) { .app__grid { gap: 64px; grid-template-columns: 1fr 1fr; } }
.app .h2 { margin-top: 14px; }
.app .lead { margin-top: 18px; }
.app__stores { margin-top: 30px; }
.app__visual { position: relative; }
.app__phone { bottom: 0; filter: drop-shadow(0 30px 40px rgba(28, 33, 30, .45)); height: 88%; max-width: none; position: absolute; right: 7%; width: auto; }

/* ---------- Closing CTA ---------- */

.cta { background: var(--dark); color: #fff; overflow: hidden; padding-block: 96px; position: relative; text-align: center; }
@media (min-width: 960px) { .cta { padding-block: 128px; } }
.cta__bg { filter: grayscale(1); height: 100%; inset: 0; object-fit: cover; opacity: .22; position: absolute; width: 100%; }
.cta::after { background: linear-gradient(180deg, rgba(28, 33, 30, .1), rgba(28, 33, 30, .7)); content: ""; inset: 0; position: absolute; }
.cta__inner { margin-inline: auto; max-width: 760px; position: relative; z-index: 1; }
.cta .h2 { color: #fff; }
.cta .h2 em { color: #7ED37E; }
.cta .lead { color: rgba(255, 255, 255, .78); margin: 18px auto 0; }
.cta .badges { justify-content: center; margin-top: 32px; }

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

.foot { background: var(--dark); color: rgba(255, 255, 255, .66); }
.foot__top { display: grid; gap: 40px; padding-block: 64px 40px; }
@media (min-width: 800px) { .foot__top { grid-template-columns: 1.4fr 1fr 1fr; } }
.foot__brand { align-items: center; color: #fff; display: inline-flex; font-family: var(--display); font-size: 18px; font-weight: 700; gap: 10px; letter-spacing: -.02em; text-decoration: none; }
.foot__brand img { border-radius: 10px; height: 34px; width: 34px; }
.foot p { font-size: 15px; line-height: 1.65; }
.foot__brand + p { margin-top: 16px; max-width: 42ch; }
.foot h2 { color: #fff; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; margin: 0 0 16px; text-transform: uppercase; }
.foot ul { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.foot a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.foot a:hover { color: #fff; }
.foot .link { text-decoration-color: rgba(255, 255, 255, .25); }
.foot .badges { margin-top: 4px; }
.foot .badges img { height: 40px; }
.foot__bottom { border-top: 1px solid var(--dark-line); display: flex; flex-wrap: wrap; font-size: 13.5px; gap: 8px 20px; justify-content: space-between; padding-block: 18px 28px; }

/* ---------- Motion ---------- */

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
html.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.js .reveal.in { opacity: 1; transform: none; }
.areas .reveal:nth-child(2), .parks .reveal:nth-child(3n+2), .chips .reveal:nth-child(4n+2) { transition-delay: .08s; }
.areas .reveal:nth-child(3), .parks .reveal:nth-child(3n), .chips .reveal:nth-child(4n+3) { transition-delay: .16s; }
.chips .reveal:nth-child(4n) { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .hero__stat { animation: none; }
  .area img, .photo > img:first-child, .btn svg { transition: none; }
}

/* ---------- Hero language links ---------- */

.hero__langs { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; }
.hero__langs a { align-items: center; color: var(--ink2); display: inline-flex; font-size: 14.5px; font-weight: 600; gap: 8px; text-decoration: underline; text-decoration-color: var(--line2); text-underline-offset: 4px; }
.hero__langs a:hover { color: var(--ink); text-decoration-color: var(--green); }
