/*
 * Hundeskoven redesign layer.
 * Hand-written (no build step) and loaded after app.css, so every page that
 * has not been redesigned yet keeps working on the compiled Tailwind classes.
 */

@font-face {
    font-family: "Fraunces";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/fraunces-italic-500-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --hs-bg: #F3F2EA;
    --hs-bg2: #E9E8DC;
    --hs-card: #FFFFFF;
    --hs-ink: #15241B;
    --hs-ink2: #506056;
    --hs-ink3: #84918A;
    --hs-line: rgba(21, 36, 27, .10);
    --hs-pine: #0D2418;
    --hs-pine2: #143222;
    --hs-pine-ink: #E6EEE8;
    --hs-pine-line: rgba(255, 255, 255, .12);
    --hs-brand-hot: #59B73E;
    --hs-brand: #3E9B2F;
    --hs-brand-ink: #2B7322;
    --hs-brand-tint: #E2F2DA;
    --hs-leaf: #A9E27F;
    --hs-amber: #E3A857;
    --hs-r: 18px;
    --hs-r-lg: 24px;
    --hs-shadow: 0 1px 2px rgba(13, 36, 24, .06), 0 10px 32px -14px rgba(13, 36, 24, .22);
    --hs-shadow-hover: 0 2px 4px rgba(13, 36, 24, .06), 0 20px 44px -16px rgba(13, 36, 24, .32);
    --hs-shadow-lg: 0 30px 80px -20px rgba(13, 36, 24, .45);
    --hs-ease: cubic-bezier(.2, .6, .2, 1);
    --hs-serif: "Fraunces", Georgia, "Times New Roman", serif;
    --hs-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --hs-nav-h: 86px;
}

[x-cloak] { display: none !important; }

.hs-body {
    background: var(--hs-bg);
    color: var(--hs-ink);
    font-family: var(--hs-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs-body ::selection { background: #CDEBBE; color: var(--hs-ink); }
.hs-body a:focus-visible,
.hs-body button:focus-visible { outline: 2.5px solid var(--hs-brand); outline-offset: 3px; }

/* ---------- Layout primitives ---------- */

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

.hs-section { padding-block: 72px; }
@media (min-width: 960px) { .hs-section { padding-block: 104px; } }

.hs-bg-cream { background: var(--hs-bg); }
.hs-bg-sand { background: var(--hs-bg2); }
.hs-dark { background: var(--hs-pine); color: var(--hs-pine-ink); }

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

.hs-h1, .hs-h2 {
    color: var(--hs-ink);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
    text-wrap: balance;
}
.hs-h1 { font-size: clamp(40px, 5vw, 62px); }
.hs-h2 { font-size: clamp(30px, 3.8vw, 46px); }
.hs-h2--sm { font-size: clamp(26px, 3vw, 36px); }
.hs-h3 { color: var(--hs-ink); font-size: 19px; font-weight: 750; letter-spacing: -.015em; line-height: 1.3; }

.hs-h1 em, .hs-h2 em, .hs-em {
    color: var(--hs-brand-ink);
    font-family: var(--hs-serif);
    font-style: italic;
    font-weight: 500;
    letter-spacing: -.01em;
}
.hs-dark .hs-h1, .hs-dark .hs-h2, .hs-dark .hs-h3 { color: #fff; }
.hs-dark .hs-h1 em, .hs-dark .hs-h2 em { color: var(--hs-leaf); }

.hs-eyebrow {
    align-items: center;
    color: var(--hs-brand-ink);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.hs-eyebrow::before { background: currentColor; border-radius: 2px; content: ""; height: 2px; width: 22px; }
.hs-dark .hs-eyebrow { color: var(--hs-leaf); }

.hs-lead { color: var(--hs-ink2); font-size: 18px; line-height: 1.65; max-width: 58ch; }
.hs-text { color: var(--hs-ink2); font-size: 17px; line-height: 1.7; }
.hs-text + .hs-text { margin-top: 14px; }
.hs-dark .hs-lead, .hs-dark .hs-text { color: rgba(230, 238, 232, .78); }
.hs-dark strong { color: #fff; }

.hs-link {
    color: var(--hs-brand-ink);
    font-weight: 650;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 4px;
}
.hs-link:hover { color: var(--hs-ink); }
.hs-dark .hs-link { color: var(--hs-leaf); }

/* ---------- Buttons, pills, badges ---------- */

.hs-btn {
    align-items: center;
    border: 1.5px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    display: inline-flex;
    font-size: 15.5px;
    font-weight: 650;
    gap: 10px;
    justify-content: center;
    line-height: 1;
    padding: 14px 22px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
    white-space: nowrap;
}
.hs-btn svg { flex: none; height: 18px; width: 18px; }
.hs-btn:hover { transform: translateY(-2px); }
.hs-btn--sm { border-radius: 99px; font-size: 14.5px; padding: 11px 16px; }
.hs-btn--primary {
    background: linear-gradient(135deg, var(--hs-brand-hot), var(--hs-brand-ink));
    box-shadow: 0 10px 28px -10px rgba(62, 155, 47, .7);
    color: #fff;
}
.hs-btn--primary:hover { box-shadow: 0 14px 32px -10px rgba(62, 155, 47, .9); color: #fff; }
.hs-btn--ghost { background: transparent; border-color: rgba(21, 36, 27, .18); color: var(--hs-ink); }
.hs-btn--ghost:hover { border-color: var(--hs-ink); }
.hs-dark .hs-btn--ghost { border-color: rgba(255, 255, 255, .28); color: #fff; }
.hs-dark .hs-btn--ghost:hover { border-color: #fff; }
.hs-btn--dark { background: var(--hs-pine); color: #fff; }
.hs-btn--dark:hover { background: var(--hs-pine2); color: #fff; }

.hs-pill {
    align-items: center;
    background: rgba(255, 255, 255, .6);
    border: 1px solid var(--hs-line);
    border-radius: 99px;
    color: var(--hs-ink);
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    padding: 8px 14px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease;
}
.hs-pill svg { color: var(--hs-brand); flex: none; height: 16px; width: 16px; }
.hs-pill:hover { background: #fff; border-color: rgba(21, 36, 27, .2); }
.hs-dark .hs-pill { background: rgba(255, 255, 255, .06); border-color: var(--hs-pine-line); color: var(--hs-pine-ink); }
.hs-dark .hs-pill svg { color: var(--hs-leaf); }
.hs-dark .hs-pill:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .24); }

.hs-badge {
    align-items: center;
    border-radius: 99px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 650;
    gap: 6px;
    line-height: 1.3;
    padding: 4px 10px;
    text-decoration: none;
    white-space: nowrap;
}
.hs-badge svg { height: 13px; width: 13px; }
.hs-badge--yes { background: var(--hs-brand-tint); color: #1F5E17; }
.hs-badge--no { background: #FBEFD9; color: #7A4B0E; }
.hs-badge--info { background: #E4EDF5; color: #244A6B; }

.hs-checks { display: grid; gap: 12px; list-style: none; margin: 14px 0 0; padding: 0; }
.hs-checks li { align-items: flex-start; display: flex; font-size: 16px; gap: 12px; line-height: 1.5; }
.hs-checks svg { color: var(--hs-brand); flex: none; height: 22px; width: 22px; }
.hs-dark .hs-checks li { color: rgba(230, 238, 232, .86); }
.hs-dark .hs-checks svg { color: var(--hs-leaf); }

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

.hs-photo {
    background: var(--hs-pine2);
    border-radius: var(--hs-r-lg);
    box-shadow: var(--hs-shadow-lg);
    display: block;
    overflow: hidden;
    position: relative;
}
.hs-photo > img:first-child { display: block; height: 100%; object-fit: cover; width: 100%; }
.hs-photo--portrait { aspect-ratio: 4 / 3.5; }
.hs-photo--landscape { aspect-ratio: 4 / 3; }
@media (min-width: 960px) { .hs-photo--portrait { aspect-ratio: 4 / 4.9; } }

.hs-tag {
    align-items: center;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(13, 36, 24, .72);
    border-radius: 12px;
    bottom: 12px;
    color: #fff;
    display: inline-flex;
    font-size: 13.5px;
    font-weight: 650;
    gap: 8px;
    left: 12px;
    padding: 9px 12px;
    position: absolute;
}
.hs-tag svg { color: var(--hs-leaf); height: 16px; width: 16px; }

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

.hs-nav { padding-block: 12px; pointer-events: none; position: sticky; top: 0; z-index: 40; }
.hs-nav__bar {
    align-items: center;
    backdrop-filter: saturate(1.6) blur(16px);
    -webkit-backdrop-filter: saturate(1.6) blur(16px);
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(21, 36, 27, .08);
    border-radius: 99px;
    box-shadow: 0 8px 30px -12px rgba(13, 36, 24, .28);
    display: flex;
    gap: 12px;
    height: 62px;
    padding: 0 10px 0 14px;
    pointer-events: auto;
    position: relative;
}

.hs-logo {
    align-items: center;
    color: var(--hs-ink);
    display: flex;
    font-size: 17px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: -.02em;
    min-width: 0;
    text-decoration: none;
    white-space: nowrap;
}
.hs-logo img { border-radius: 9px; flex: none; height: 32px; width: 32px; }
.hs-logo span { overflow: hidden; text-overflow: ellipsis; }
.hs-logo--light { color: #fff; }

.hs-nav__links { align-items: center; display: none; gap: 2px; margin-inline: auto; }
.hs-nav__item { position: static; }
.hs-nav__item--rel { position: relative; }
.hs-nav__link {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 99px;
    color: var(--hs-ink2);
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 7px;
    padding: 10px 14px;
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease;
}
.hs-nav__link svg { flex: none; height: 17px; width: 17px; }
.hs-nav__link .hs-chev { height: 14px; opacity: .6; width: 14px; }
.hs-nav__link:hover,
.hs-nav__link[aria-expanded="true"] { background: rgba(21, 36, 27, .06); color: var(--hs-ink); }

.hs-nav__download { display: none; margin-left: auto; }
.hs-nav__burger {
    align-items: center;
    background: var(--hs-pine);
    border: 0;
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: none;
    height: 42px;
    justify-content: center;
    margin-left: auto;
    width: 42px;
}
.hs-nav__burger svg { height: 20px; width: 20px; }

@media (min-width: 640px) {
    .hs-nav__download { display: block; }
    .hs-nav__burger { margin-left: 0; }
}
@media (min-width: 960px) {
    .hs-nav__bar { padding-left: 18px; }
    .hs-nav__links { display: flex; }
    .hs-nav__download { margin-left: 0; }
    .hs-nav__burger { display: none; }
}

/* Dropdowns. The ::before strip bridges the gap under the bar so hover-menus stay open. */
.hs-dd { pointer-events: auto; position: absolute; top: calc(100% + 10px); z-index: 50; }
.hs-dd::before { content: ""; height: 24px; left: 0; position: absolute; right: 0; top: -24px; }
.hs-dd--wide { left: 50%; translate: -50% 0; width: min(720px, calc(100vw - 40px)); }
.hs-dd--narrow { left: 50%; top: calc(100% + 22px); translate: -50% 0; width: 340px; }
.hs-dd--right { left: auto; right: -10px; top: calc(100% + 22px); translate: none; width: 300px; }
.hs-dd__panel {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 70px -20px rgba(13, 36, 24, .38), 0 0 0 1px rgba(21, 36, 27, .06);
    overflow: hidden;
}
.hs-dd__grid { display: grid; gap: 4px; padding: 12px; }
.hs-dd__grid--2 { grid-template-columns: 1fr 1fr; }
.hs-dd__item {
    align-items: center;
    border-radius: 14px;
    color: var(--hs-ink);
    display: flex;
    gap: 12px;
    padding: 11px 12px;
    text-decoration: none;
    transition: background-color .15s ease;
}
.hs-dd__item--top { align-items: flex-start; }
.hs-dd__item:hover { background: var(--hs-bg); }
.hs-dd__icon {
    background: var(--hs-brand-tint);
    border-radius: 12px;
    color: var(--hs-brand-ink);
    display: grid;
    flex: none;
    height: 40px;
    place-items: center;
    width: 40px;
}
.hs-dd__icon svg { height: 22px; width: 22px; }
.hs-dd__title { display: block; font-size: 15px; font-weight: 650; line-height: 1.3; }
.hs-dd__desc { color: var(--hs-ink2); display: block; font-size: 13.5px; line-height: 1.45; margin-top: 3px; }
.hs-dd__foot {
    background: var(--hs-bg);
    border-top: 1px solid var(--hs-line);
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
    padding: 12px;
}
.hs-dd__foot .hs-dd__item:hover { background: #fff; }

/* Mobile menu */
.hs-mnav {
    background: var(--hs-pine);
    color: #fff;
    inset: 0;
    overflow-y: auto;
    padding: 12px 20px 48px;
    pointer-events: auto;
    position: fixed;
    z-index: 70;
}
.hs-mnav__top { align-items: center; display: flex; height: 62px; justify-content: space-between; padding-left: 4px; }
.hs-mnav__close {
    align-items: center;
    background: rgba(255, 255, 255, .1);
    border: 0;
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}
.hs-mnav__close svg { height: 22px; width: 22px; }
.hs-mnav__regions { display: grid; margin-top: 16px; }
.hs-mnav__big {
    border-bottom: 1px solid var(--hs-pine-line);
    color: #fff;
    display: block;
    font-size: clamp(24px, 7vw, 32px);
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.15;
    padding: 12px 2px;
    text-decoration: none;
}
.hs-mnav__big em { color: var(--hs-leaf); font-family: var(--hs-serif); font-style: italic; font-weight: 500; }
.hs-mnav__grid { display: grid; gap: 14px 16px; grid-template-columns: 1fr 1fr; margin-top: 28px; }
.hs-mnav__grid a { color: rgba(230, 238, 232, .82); font-size: 16px; font-weight: 600; text-decoration: none; }
.hs-mnav__stores { display: grid; gap: 10px; margin-top: 32px; }
.hs-mnav__store {
    align-items: center;
    background: #fff;
    border-radius: 12px;
    color: var(--hs-ink);
    display: flex;
    font-weight: 650;
    gap: 10px;
    justify-content: center;
    padding: 14px;
    text-decoration: none;
}
.hs-mnav__store svg { height: 20px; width: 20px; }

/* ---------- Home hero ---------- */

.hs-hero {
    background: var(--hs-pine);
    color: var(--hs-pine-ink);
    margin-top: calc(var(--hs-nav-h) * -1);
    overflow: hidden;
    padding: calc(var(--hs-nav-h) + 48px) 0 72px;
    position: relative;
}
@media (min-width: 960px) { .hs-hero { padding: calc(var(--hs-nav-h) + 64px) 0 104px; } }
.hs-hero::before {
    background:
        radial-gradient(60% 55% at 88% 0%, rgba(89, 183, 62, .30), transparent 70%),
        radial-gradient(50% 60% at 0% 100%, rgba(227, 168, 87, .16), transparent 70%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.hs-hero__grid { align-items: center; display: grid; gap: 48px; position: relative; }
@media (min-width: 960px) { .hs-hero__grid { gap: 64px; grid-template-columns: 1.08fr .92fr; } }
.hs-hero .hs-h1 { margin-top: 18px; }
.hs-hero .hs-lead { margin-top: 22px; }
.hs-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hs-hero__facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hs-hero__media { position: relative; }
.hs-hero__media .hs-photo img { object-position: 30% 70%; }

.hs-float {
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, .95);
    border-radius: 18px;
    bottom: 16px;
    box-shadow: 0 20px 50px -18px rgba(0, 0, 0, .55);
    color: var(--hs-ink);
    display: flex;
    gap: 14px;
    left: 16px;
    padding: 12px;
    position: absolute;
    right: 16px;
    text-decoration: none;
    transition: transform .25s ease;
}
.hs-float:hover { transform: translateY(-3px); }
@media (min-width: 640px) { .hs-float { left: auto; width: 360px; } }
@media (min-width: 960px) { .hs-float { bottom: 24px; right: -28px; } }
.hs-float__map { border-radius: 12px; flex: none; height: 64px; object-fit: cover; width: 64px; }
.hs-float__text { display: grid; gap: 3px; min-width: 0; }
.hs-float__name { font-size: 15.5px; font-weight: 750; letter-spacing: -.01em; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hs-float__meta { color: var(--hs-ink2); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hs-float__text .hs-badge { justify-self: start; margin-top: 3px; }
.hs-float__go {
    align-items: center;
    background: var(--hs-pine);
    border-radius: 99px;
    color: #fff;
    display: inline-flex;
    flex: none;
    height: 36px;
    justify-content: center;
    margin-left: auto;
    width: 36px;
}
.hs-float__go svg { height: 18px; width: 18px; }

@keyframes hs-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
    .hs-hero__card { animation: hs-rise .8s var(--hs-ease) .35s both; }
}

/* ---------- Section heads ---------- */

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

/* ---------- Park cards ---------- */

.hs-park-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 768px) { .hs-park-grid { gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1140px) { .hs-park-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.hs-park {
    background: var(--hs-card);
    border: 1px solid rgba(21, 36, 27, .05);
    border-radius: var(--hs-r);
    box-shadow: var(--hs-shadow);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    position: relative;
    transition: transform .25s ease, box-shadow .25s ease;
}
.hs-park:hover { box-shadow: var(--hs-shadow-hover); transform: translateY(-3px); }
.hs-park__media { aspect-ratio: 36 / 22; background: #2E3B30; display: block; overflow: hidden; }
.hs-park__media img { display: block; height: 100%; object-fit: cover; transition: transform .6s var(--hs-ease); width: 100%; }
.hs-park:hover .hs-park__media img { transform: scale(1.04); }
.hs-park__body { display: flex; flex: 1; flex-direction: column; gap: 4px; min-width: 0; padding: 14px 14px 16px; }
.hs-park__name { color: var(--hs-ink); font-size: 15.5px; font-weight: 750; letter-spacing: -.01em; line-height: 1.3; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hs-park__name a { color: inherit; text-decoration: none; }
.hs-park__name a::after { content: ""; inset: 0; position: absolute; z-index: 1; }
.hs-park:hover .hs-park__name a { color: var(--hs-brand-ink); }
.hs-park__city { color: var(--hs-ink2); font-size: 13.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hs-park__city a { color: inherit; position: relative; text-decoration: none; z-index: 2; }
.hs-park__city a:hover { text-decoration: underline; }
.hs-park__foot { align-items: center; display: flex; flex-wrap: wrap; gap: 6px 10px; margin-top: auto; padding-top: 8px; }
.hs-park__dist { color: var(--hs-ink3); font-size: 12.5px; font-variant-numeric: tabular-nums; }
@media (max-width: 480px) {
    .hs-park__body { padding: 12px 12px 14px; }
    .hs-park__name { font-size: 14.5px; }
    .hs-park .hs-badge { font-size: 11px; padding: 3px 8px; }
}

/* ---------- App band ---------- */

.hs-app { background: var(--hs-pine); color: var(--hs-pine-ink); overflow: hidden; position: relative; }
.hs-app::before {
    background: radial-gradient(55% 60% at 100% 100%, rgba(89, 183, 62, .22), transparent 70%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.hs-app__grid { align-items: center; display: grid; gap: 48px; position: relative; }
@media (min-width: 960px) { .hs-app__grid { gap: 72px; grid-template-columns: 1fr 1fr; } }
.hs-app .hs-h2 { margin-top: 14px; }
.hs-app .hs-lead { margin-top: 18px; }
.hs-app__langs { color: rgba(230, 238, 232, .66); font-size: 15px; line-height: 1.6; margin-top: 12px; max-width: 58ch; }
.hs-app__subhead { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .12em; margin-top: 28px; text-transform: uppercase; }
.hs-app__stores { flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hs-app__stores img { height: 48px; transition: opacity .2s ease; width: auto; }
.hs-app__stores a:hover img { opacity: .85; }
.hs-app__rows { background: #fff; border-radius: 16px; color: var(--hs-ink); margin-top: 28px; overflow: hidden; }
.hs-app__meta { color: rgba(230, 238, 232, .6); font-size: 14px; margin-top: 14px; }
.hs-app__meta a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.hs-app__visual { position: relative; }
.hs-app__phone {
    bottom: 0;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .45));
    height: 88%;
    max-width: none;
    position: absolute;
    right: 7%;
    width: auto;
}

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

.hs-split { align-items: center; display: grid; gap: 48px; }
@media (min-width: 960px) { .hs-split { gap: 72px; grid-template-columns: 1fr 1fr; } }
.hs-split .hs-h2 { margin-top: 12px; }
.hs-split .hs-text:first-of-type { margin-top: 20px; }
.hs-split__cta { margin-top: 28px; }
.hs-collage { padding-bottom: 72px; position: relative; }
.hs-collage__small {
    aspect-ratio: 4 / 3;
    border: 6px solid var(--hs-bg2);
    border-radius: 22px;
    bottom: 0;
    position: absolute;
    right: -6px;
    transition: transform .3s ease;
    width: 48%;
}
.hs-collage__small:hover { transform: translateY(-3px); }

/* ---------- Cards ---------- */

.hs-cards { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .hs-cards { gap: 20px; grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .hs-cards { grid-template-columns: repeat(3, 1fr); } }
.hs-card {
    background: var(--hs-card);
    border: 1px solid rgba(21, 36, 27, .05);
    border-radius: var(--hs-r);
    box-shadow: var(--hs-shadow);
    padding: 24px;
}
.hs-card__icon {
    background: var(--hs-brand-tint);
    border-radius: 13px;
    color: var(--hs-brand-ink);
    display: grid;
    height: 44px;
    margin-bottom: 16px;
    place-items: center;
    width: 44px;
}
.hs-card__icon svg { height: 22px; width: 22px; }
.hs-card p { color: var(--hs-ink2); font-size: 15.5px; line-height: 1.65; margin-top: 8px; }
.hs-group + .hs-group { margin-top: 48px; }
.hs-group__title { color: var(--hs-ink); font-size: 22px; font-weight: 800; letter-spacing: -.02em; margin-bottom: 18px; }

/* ---------- Blog cards ---------- */

.hs-post-grid { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .hs-post-grid { grid-template-columns: repeat(3, 1fr); } }
.hs-post {
    background: var(--hs-card);
    border: 1px solid rgba(21, 36, 27, .05);
    border-radius: var(--hs-r);
    box-shadow: var(--hs-shadow);
    color: var(--hs-ink);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}
.hs-post:hover { box-shadow: var(--hs-shadow-hover); transform: translateY(-3px); }
.hs-post__media { aspect-ratio: 16 / 9; background: #DDE5D8; overflow: hidden; }
.hs-post__media img { display: block; height: 100%; object-fit: cover; transition: transform .6s var(--hs-ease); width: 100%; }
.hs-post:hover .hs-post__media img { transform: scale(1.04); }
.hs-post__empty { align-items: center; display: flex; font-size: 36px; height: 100%; justify-content: center; }
.hs-post__body { display: flex; flex: 1; flex-direction: column; gap: 10px; padding: 20px 20px 22px; }
.hs-post__cat { align-self: flex-start; background: var(--hs-brand-tint); border-radius: 99px; color: #1F5E17; font-size: 12px; font-weight: 700; padding: 4px 10px; }
.hs-post__title { color: var(--hs-ink); font-size: 18px; font-weight: 750; letter-spacing: -.015em; line-height: 1.3; }
.hs-post:hover .hs-post__title { color: var(--hs-brand-ink); }
.hs-post__excerpt {
    -webkit-box-orient: vertical;
    color: var(--hs-ink2);
    display: -webkit-box;
    font-size: 14.5px;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    overflow: hidden;
}
.hs-post__date { color: var(--hs-ink3); font-size: 12.5px; margin-top: auto; }

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

.hs-cta { background: var(--hs-pine); overflow: hidden; padding-block: 112px; position: relative; text-align: center; }
@media (min-width: 960px) { .hs-cta { padding-block: 150px; } }
.hs-cta__bg { height: 100%; inset: 0; object-fit: cover; opacity: .8; position: absolute; width: 100%; }
.hs-cta::after { background: linear-gradient(180deg, rgba(13, 36, 24, .35), rgba(13, 36, 24, .82)); content: ""; inset: 0; position: absolute; }
.hs-cta__inner { background: none; margin-inline: auto; max-width: 760px; position: relative; z-index: 1; }
.hs-cta .hs-lead { margin: 18px auto 0; }
.hs-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }

/* ---------- Quote scene (dogpark/scene) ---------- */

.hs-scene { padding-block: 24px; }
.hs-scene__frame {
    align-items: center;
    background: var(--hs-pine2);
    border-radius: var(--hs-r-lg);
    box-shadow: var(--hs-shadow);
    display: flex;
    height: clamp(300px, 38vw, 440px);
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.hs-scene__img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hs-scene__frame::after { background: linear-gradient(180deg, rgba(13, 36, 24, .25), rgba(13, 36, 24, .62)); content: ""; inset: 0; position: absolute; }
.hs-scene__quote { color: #fff; max-width: 780px; padding: 32px; position: relative; text-align: center; z-index: 1; }
.hs-scene__quote blockquote {
    font-family: var(--hs-serif);
    font-size: clamp(24px, 3.3vw, 42px);
    font-style: italic;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.2;
    text-wrap: balance;
}
.hs-scene__quote figcaption { color: rgba(255, 255, 255, .82); font-size: 12.5px; font-weight: 800; letter-spacing: .14em; margin-top: 16px; text-transform: uppercase; }

/* ---------- Park detail ---------- */

.hs-parkhead { padding-bottom: 8px; }
.hs-crumbs { align-items: center; color: var(--hs-ink3); display: flex; flex-wrap: wrap; font-size: 13.5px; gap: 8px; list-style: none; margin: 4px 0 18px; padding: 0; }
.hs-crumbs li { align-items: center; display: inline-flex; gap: 8px; }
.hs-crumbs svg { height: 15px; opacity: .7; width: 15px; }
.hs-crumbs a { color: var(--hs-ink2); text-decoration: none; }
.hs-crumbs a:hover { color: var(--hs-ink); text-decoration: underline; }
.hs-crumbs [aria-current] { color: var(--hs-ink); font-weight: 600; }
.hs-parkhead__row { align-items: flex-end; display: flex; flex-wrap: wrap; gap: 20px 32px; justify-content: space-between; margin-bottom: 28px; }
.hs-parkhead__title { font-size: clamp(34px, 4.6vw, 58px); }
.hs-parkhead__sub { color: var(--hs-ink2); font-size: 17px; margin-top: 12px; }
.hs-parkhead__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.hs-parkhead__badges .hs-badge { font-size: 13px; padding: 6px 12px; }
.hs-parkhead__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.hs-mapcard {
    background: #2E3B30;
    border-radius: var(--hs-r-lg);
    box-shadow: var(--hs-shadow-lg);
    height: clamp(300px, 42vw, 460px);
    isolation: isolate;
    overflow: hidden;
    position: relative;
}
.hs-mapcard #map { height: 100%; inset: 0; position: absolute; width: 100%; z-index: 0; }

.hs-parkmain { display: grid; gap: 20px; margin-block: 28px 72px; }
@media (min-width: 1024px) { .hs-parkmain { align-items: start; gap: 24px; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); margin-bottom: 96px; } }
.hs-panel {
    background: var(--hs-card);
    border: 1px solid rgba(21, 36, 27, .05);
    border-radius: var(--hs-r);
    box-shadow: var(--hs-shadow);
    overflow: hidden;
}
.hs-panel__head { padding: 24px 26px 0; }
.hs-panel__title { color: var(--hs-ink); font-size: 24px; font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.hs-panel__body { color: var(--hs-ink2); font-size: 16.5px; line-height: 1.75; padding: 14px 26px 28px; }
.hs-panel__body p + p { margin-top: 12px; }
.hs-panel__body a { color: var(--hs-brand-ink); text-decoration: underline; }
.hs-aside { display: grid; gap: 20px; }
.hs-facts { margin: 0; }
.hs-facts > div { border-top: 1px solid var(--hs-line); display: grid; gap: 12px; grid-template-columns: 42% 1fr; padding: 14px 20px; }
.hs-facts > div:first-child { border-top: 0; }
.hs-facts dt { color: var(--hs-ink3); font-size: 13.5px; font-weight: 600; }
.hs-facts dd { color: var(--hs-ink); font-size: 14.5px; font-weight: 600; margin: 0; }
.hs-facts dd a { color: var(--hs-brand-ink); text-decoration: underline; }

.hs-prose { max-width: 760px; }
.hs-prose h2 { color: var(--hs-ink); font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; text-wrap: balance; }
.hs-prose h3 { color: var(--hs-ink); font-size: 22px; font-weight: 750; letter-spacing: -.02em; line-height: 1.3; margin-top: 44px; }
.hs-prose p, .hs-prose li { color: var(--hs-ink2); font-size: 17px; line-height: 1.75; }
.hs-prose p { margin-top: 14px; }
.hs-prose ul { list-style: disc; margin-top: 14px; padding-left: 1.25em; }
.hs-prose li + li { margin-top: 10px; }
.hs-prose li::marker { color: var(--hs-brand); }
.hs-prose strong { color: var(--hs-ink); }
.hs-prose a { color: var(--hs-brand-ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Weather (dogpark/weather) ---------- */

.hs-weather { background: var(--hs-card); border: 1px solid rgba(21, 36, 27, .05); border-radius: var(--hs-r); box-shadow: var(--hs-shadow); overflow: hidden; }
.hs-weather__now { align-items: center; border-bottom: 1px solid var(--hs-line); display: flex; gap: 12px; padding: 16px 20px; }
.hs-weather__ic { color: var(--hs-brand); display: inline-flex; flex: none; }
.hs-weather__now .hs-weather__ic svg { height: 30px; width: 30px; }
.hs-weather__temp { color: var(--hs-ink); font-size: 28px; font-variant-numeric: tabular-nums; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.hs-weather__meta { color: var(--hs-ink2); font-size: 13.5px; font-variant-numeric: tabular-nums; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hs-weather__label { color: var(--hs-ink3); font-size: 11.5px; font-weight: 800; letter-spacing: .12em; margin-left: auto; text-transform: uppercase; white-space: nowrap; }
.hs-weather__hours { -webkit-overflow-scrolling: touch; overflow-x: auto; scrollbar-width: thin; }
.hs-weather__track { display: flex; padding: 14px 10px; width: max-content; }
.hs-weather__hour { align-items: center; display: flex; flex: none; flex-direction: column; gap: 4px; text-align: center; width: 58px; }
.hs-weather__hour .hs-weather__ic svg { height: 20px; width: 20px; }
.hs-weather__t { color: var(--hs-ink3); font-size: 12px; font-variant-numeric: tabular-nums; }
.hs-weather__v { color: var(--hs-ink); font-size: 14.5px; font-variant-numeric: tabular-nums; font-weight: 700; }
.hs-weather__p { color: var(--hs-ink3); font-size: 11.5px; font-variant-numeric: tabular-nums; min-height: 1em; }
.hs-weather__day { align-items: center; border-top: 1px solid var(--hs-line); display: flex; font-size: 14px; gap: 14px; padding: 11px 20px; }
.hs-weather__day .hs-weather__ic svg { height: 20px; width: 20px; }
.hs-weather__d { color: var(--hs-ink); font-weight: 650; width: 76px; }
.hs-weather__r { color: var(--hs-ink2); font-variant-numeric: tabular-nums; margin-left: auto; }
.hs-weather__pd { color: var(--hs-ink3); font-variant-numeric: tabular-nums; text-align: right; width: 58px; }
.hs-weather__src { border-top: 1px solid var(--hs-line); color: var(--hs-ink3); font-size: 11.5px; padding: 10px 20px; }

/* ---------- Mobile sticky app bar ---------- */

.hs-sticky {
    align-items: center;
    background: var(--hs-pine);
    border-top: 1px solid var(--hs-pine-line);
    box-shadow: 0 -12px 30px -14px rgba(0, 0, 0, .45);
    display: flex;
    gap: 12px;
    padding: 12px 14px;
}
.hs-sticky__icon { border-radius: 10px; flex: none; height: 40px; width: 40px; }
.hs-sticky__text { flex: 1; min-width: 0; }
.hs-sticky__title { color: #fff; font-size: 14px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hs-sticky__sub { color: rgba(230, 238, 232, .6); font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hs-sticky .hs-btn { flex: none; padding: 10px 16px; }
.hs-sticky__close { background: none; border: 0; color: rgba(230, 238, 232, .6); cursor: pointer; flex: none; padding: 6px; }
.hs-sticky__close svg { height: 20px; width: 20px; }

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

.hs-footer { background: var(--hs-pine); color: rgba(230, 238, 232, .66); overflow: hidden; position: relative; }
.hs-footer__top { display: grid; gap: 44px 40px; padding-block: 80px 48px; }
@media (min-width: 720px) { .hs-footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .hs-footer__top { grid-template-columns: 1.25fr 1fr 1.25fr .95fr; } }
.hs-footer h2 { color: var(--hs-leaf); font-size: 12.5px; font-weight: 800; letter-spacing: .14em; margin-bottom: 18px; text-transform: uppercase; }
.hs-footer ul { display: grid; gap: 10px; list-style: none; margin: 0; padding: 0; }
.hs-footer a { color: rgba(230, 238, 232, .74); font-size: 15px; text-decoration: none; transition: color .15s ease; }
.hs-footer a:hover { color: #fff; }
.hs-footer__note { border-bottom: 1px solid var(--hs-pine-line); font-size: 14px; line-height: 1.6; margin-bottom: 16px; padding-bottom: 16px; }
.hs-footer__more { border-top: 1px solid var(--hs-pine-line); display: grid; gap: 10px; margin-top: 18px; padding-top: 18px; }
.hs-footer__more a { font-weight: 600; }
.hs-footer__cities ul { column-gap: 24px; columns: 2; display: block; }
.hs-footer__cities li { break-inside: avoid; margin-bottom: 10px; }
.hs-footer__sub { margin-left: 14px; margin-top: 8px; }
.hs-footer__sub a { font-size: 14px; }
.hs-footer__brand .hs-logo { font-size: 19px; }
.hs-footer__brand .hs-logo img { height: 38px; width: 38px; }
.hs-footer__about-title { color: #fff; font-size: 17px; font-weight: 750; letter-spacing: -.01em; line-height: 1.35; margin-top: 22px; }
.hs-footer__about { font-size: 14.5px; line-height: 1.65; margin-top: 10px; }
.hs-footer__h3 { color: #fff; font-size: 14px; font-weight: 750; margin-bottom: 8px; }
.hs-footer__block { border-top: 1px solid var(--hs-pine-line); margin-top: 26px; padding-top: 22px; }
.hs-footer__block p { font-size: 14px; }
.hs-footer__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.hs-footer__badges img { height: 40px; transition: opacity .2s ease; width: auto; }
.hs-footer__badges a:hover img { opacity: .8; }
.hs-footer__apps { display: grid; gap: 10px; }
.hs-footer__app { align-items: center; background: rgba(255, 255, 255, .05); border: 1px solid var(--hs-pine-line); border-radius: 12px; display: flex; gap: 12px; padding: 9px 12px; }
.hs-footer__app:hover { background: rgba(255, 255, 255, .09); }
.hs-footer__app-icon { align-items: center; background: rgba(0, 0, 0, .25); border-radius: 8px; display: flex; flex: none; font-size: 16px; height: 32px; justify-content: center; width: 32px; }
.hs-footer__app strong { color: #fff; display: block; font-size: 14px; }
.hs-footer__app small { color: rgba(230, 238, 232, .56); display: block; font-size: 12px; }
.hs-footer__bottom {
    align-items: center;
    border-top: 1px solid var(--hs-pine-line);
    display: flex;
    flex-wrap: wrap;
    font-size: 13.5px;
    gap: 14px 24px;
    justify-content: space-between;
    padding-block: 26px;
}
.hs-footer__bottom a { font-size: 13.5px; }
.hs-footer__bottom-links { display: flex; gap: 20px; }
.hs-footer__social svg { height: 22px; width: 22px; }
.hs-footer__wordmark {
    -webkit-text-stroke: 2px rgba(255, 255, 255, .06);
    color: transparent;
    font-size: clamp(5rem, 16vw, 15rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
    margin: 0;
    pointer-events: none;
    text-align: center;
    transform: translateY(30%);
    user-select: none;
    white-space: nowrap;
}
@media (max-width: 767px) { .hs-footer { padding-bottom: 72px; } }

/* The hero hosts the Hent App dropdown, so it may overflow vertically. */
.hs-hero { overflow: visible; overflow-x: clip; }

/* ---------- Hent App dropdown (components/get-app) ---------- */

.hs-getapp { display: inline-block; position: relative; }
.hs-getapp__chev { height: 15px !important; opacity: .7; transition: transform .2s ease; width: 15px !important; }
.hs-getapp__chev.is-open { transform: rotate(180deg); }
.hs-getapp__menu {
    background: #fff;
    border: 1px solid rgba(21, 36, 27, .06);
    border-radius: 18px;
    box-shadow: 0 30px 70px -20px rgba(13, 36, 24, .45), 0 2px 6px rgba(13, 36, 24, .08);
    left: 0;
    min-width: 280px;
    padding: 8px;
    position: absolute;
    top: calc(100% + 10px);
    z-index: 60;
}
.hs-getapp--right .hs-getapp__menu { left: auto; right: 0; }
@media (min-width: 768px) { .hs-getapp--right-md .hs-getapp__menu { left: auto; right: 0; } }
.hs-getapp__item {
    align-items: center;
    border-radius: 12px;
    color: var(--hs-ink);
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 14px;
    padding: 13px 14px;
    text-decoration: none;
    transition: background-color .15s ease;
    white-space: nowrap;
}
.hs-getapp__item:hover { background: var(--hs-bg); color: var(--hs-ink); }
.hs-getapp__menu .hs-getapp__item strong { color: var(--hs-ink); font-weight: 750; }
.hs-getapp__item svg { flex: none; height: 20px; width: 20px; }
.hs-getapp__sep { color: var(--hs-ink3); margin-inline: 6px; }

.hs-dd__foot .hs-dd__icon { background: #fff; height: 36px; width: 36px; }
.hs-dd__foot .hs-dd__icon svg { height: 19px; width: 19px; }

/* ---------- Page hero (components/page-hero) — same full-width band as the homepage hero ---------- */

.hs-pagehero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hs-hero__grid--page .hs-photo { aspect-ratio: 4 / 3; }
@media (min-width: 960px) { .hs-hero__grid--page { grid-template-columns: 1fr 1fr; } }

/* ---------- Park detail hero ---------- */

.hs-hero--park .hs-crumbs { color: rgba(230, 238, 232, .5); margin-top: 0; }
.hs-hero--park .hs-crumbs a { color: rgba(230, 238, 232, .78); }
.hs-hero--park .hs-crumbs a:hover { color: #fff; }
.hs-hero--park .hs-crumbs [aria-current] { color: #fff; }
.hs-hero--park .hs-parkhead__sub { color: rgba(230, 238, 232, .75); }
.hs-hero--park .hs-parkhead__actions { margin-top: 28px; }
.hs-hero--park .hs-mapcard { height: clamp(300px, 36vw, 440px); }
.hs-parkmain { margin-top: 48px; }

/* ---------- Article pages (information/*) ---------- */

.hs-article { padding-block: 56px 80px; }
@media (min-width: 960px) { .hs-article { padding-block: 72px 104px; } }
.hs-article__col { margin-inline: auto; max-width: 760px; }
.hs-article__col + .hs-article__col,
.hs-article .hs-regions,
.hs-article .hs-regions + .hs-article__col { margin-top: 48px; }
.hs-prose .hs-meta { color: var(--hs-ink3); font-size: 13.5px; font-weight: 600; letter-spacing: .02em; margin-top: 0; }
.hs-prose > :first-child { margin-top: 0; }
.hs-article .hs-prose h2 { font-size: clamp(26px, 2.8vw, 34px); margin-top: 56px; }
.hs-article .hs-prose > h2:first-child,
.hs-article .hs-prose .hs-meta + h2 { margin-top: 14px; }
.hs-article .hs-prose h3 { margin-top: 36px; }
.hs-prose h2 + p, .hs-prose h3 + p { margin-top: 12px; }
.hs-prose ol { list-style: decimal; margin-top: 14px; padding-left: 1.4em; }
.hs-prose ol li::marker { color: var(--hs-brand-ink); font-weight: 700; }
.hs-prose hr { border: 0; border-top: 1px solid var(--hs-line); margin: 56px 0 0; }
.hs-prose img { max-width: 100%; }
.hs-prose .grid { margin-top: 18px; }
.hs-adslot { color: var(--hs-ink3); font-size: 12px; letter-spacing: .1em; text-align: center; }

/* ---------- FAQ (components/faq-list) ---------- */

.hs-faq__title { color: var(--hs-ink); font-size: clamp(26px, 2.8vw, 34px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.hs-faq__title--center { text-align: center; }
.hs-faq__grid { display: grid; gap: 14px; margin-top: 24px; }
@media (min-width: 900px) { .hs-faq__grid--2 { gap: 16px; grid-template-columns: 1fr 1fr; } }
.hs-faq__item {
    align-items: flex-start;
    background: var(--hs-card);
    border: 1px solid rgba(21, 36, 27, .05);
    border-radius: var(--hs-r);
    box-shadow: var(--hs-shadow);
    display: flex;
    gap: 16px;
    padding: 20px 22px;
}
.hs-faq__icon {
    background: var(--hs-brand-tint);
    border-radius: 12px;
    color: var(--hs-brand-ink);
    display: grid;
    flex: none;
    height: 42px;
    place-items: center;
    width: 42px;
}
.hs-faq__icon svg { height: 21px; width: 21px; }
.hs-faq__q { color: var(--hs-ink); font-size: 17px; font-weight: 750; letter-spacing: -.01em; line-height: 1.35; }
.hs-faq__a { color: var(--hs-ink2); font-size: 15.5px; line-height: 1.65; margin-top: 6px; }

/* ---------- Region park lists (dogpark/region-link-list) ---------- */

.hs-regions { display: grid; gap: 24px; }
.hs-region {
    background: var(--hs-card);
    border: 1px solid rgba(21, 36, 27, .05);
    border-radius: var(--hs-r-lg);
    box-shadow: var(--hs-shadow);
    padding: clamp(18px, 3vw, 32px);
}
.hs-region__head {
    align-items: baseline;
    border-bottom: 1px solid var(--hs-line);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 16px;
}
.hs-region__title { color: var(--hs-ink); font-size: clamp(22px, 2.4vw, 28px); font-weight: 800; letter-spacing: -.025em; }
.hs-region__title span { color: var(--hs-ink3); font-size: 15px; font-weight: 500; letter-spacing: 0; }
.hs-region__head .hs-link { font-size: 14.5px; }
.hs-region__list { display: grid; gap: 2px; grid-template-columns: 1fr; list-style: none; margin: 0; padding: 0; }
@media (min-width: 640px) { .hs-region__list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .hs-region__list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.hs-region__list li { align-items: center; border-radius: 12px; display: flex; gap: 12px; min-width: 0; padding: 10px; position: relative; transition: background-color .15s ease; }
.hs-region__list li:hover { background: var(--hs-bg); }
.hs-region__pin { background: var(--hs-brand-tint); border-radius: 10px; color: var(--hs-brand-ink); display: grid; flex: none; height: 34px; place-items: center; width: 34px; }
.hs-region__pin svg { height: 17px; width: 17px; }
.hs-region__text { min-width: 0; }
.hs-region__list a { color: var(--hs-ink); display: block; font-size: 15px; font-weight: 650; overflow: hidden; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
.hs-region__list a::after { content: ""; inset: 0; position: absolute; }
.hs-region__list li:hover a { color: var(--hs-brand-ink); }
.hs-region__city { color: var(--hs-ink3); display: block; font-size: 13px; margin-top: 2px; }

/* ---------- App page ---------- */

.hs-card dt { display: block; }
.hs-card__title { color: var(--hs-ink); display: block; font-size: 19px; font-weight: 750; letter-spacing: -.015em; line-height: 1.3; }
.hs-card dd { color: var(--hs-ink2); font-size: 15.5px; line-height: 1.65; margin: 8px 0 0; }
.hs-photoband { border-radius: var(--hs-r-lg); box-shadow: var(--hs-shadow); height: clamp(240px, 32vw, 400px); margin-top: clamp(48px, 7vw, 88px); overflow: hidden; }
.hs-photoband img { display: block; height: 100%; object-fit: cover; width: 100%; }

/* Every page starts on the dark band behind the nav, like the homepage hero.
   It is not sticky, so the pill still floats over the content on scroll;
   pages with an .hs-hero simply paint over it. */
.hs-body { position: relative; }
.hs-body::before {
    background:
        radial-gradient(55% 100% at 88% 0%, rgba(89, 183, 62, .28), transparent 100%),
        var(--hs-pine);
    content: "";
    height: calc(var(--hs-nav-h) + 4px);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* ---------- Pagination (vendor/pagination/tailwind) ---------- */

.hs-pager { align-items: center; display: flex; flex-wrap: wrap; gap: 16px 24px; justify-content: space-between; margin-top: 40px; }
.hs-pager__info { color: var(--hs-ink3); font-size: 14px; }
.hs-pager__info strong { color: var(--hs-ink); font-variant-numeric: tabular-nums; font-weight: 700; }
.hs-pager__list { align-items: center; display: flex; flex-wrap: wrap; gap: 6px; }
.hs-pager__btn {
    align-items: center;
    background: var(--hs-card);
    border: 1px solid rgba(21, 36, 27, .08);
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(13, 36, 24, .06);
    color: var(--hs-ink);
    display: inline-flex;
    font-size: 14.5px;
    font-variant-numeric: tabular-nums;
    font-weight: 650;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    padding: 0 12px;
    text-decoration: none;
    transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
}
a.hs-pager__btn:hover { background: var(--hs-bg); border-color: rgba(21, 36, 27, .18); color: var(--hs-ink); transform: translateY(-1px); }
.hs-pager__btn svg { height: 18px; width: 18px; }
.hs-pager__btn.is-current { background: var(--hs-pine); border-color: var(--hs-pine); color: #fff; }
.hs-pager__btn.is-disabled { box-shadow: none; color: var(--hs-ink3); cursor: default; opacity: .5; }
.hs-pager__gap { color: var(--hs-ink3); padding: 0 4px; }
.hs-pager__mobile { color: var(--hs-ink2); display: none; font-size: 14px; font-weight: 600; padding: 0 10px; }
@media (max-width: 639px) {
    .hs-pager { justify-content: center; }
    .hs-pager__info, .hs-pager__num, .hs-pager__gap { display: none; }
    .hs-pager__mobile { display: inline; }
}

/* Hover bridge over the 10px gap so the Hent App menu stays open on the way down. */
.hs-getapp__menu::before { content: ""; height: 14px; left: 0; position: absolute; right: 0; top: -14px; }

/* ---------- App page: fact pills, screenshots, web vs app ---------- */

.hs-dark span.hs-pill, span.hs-pill { cursor: default; }
.hs-dark span.hs-pill:hover { background: rgba(255, 255, 255, .06); border-color: var(--hs-pine-line); }

.hs-shots {
    display: grid;
    gap: 18px;
    grid-auto-columns: min(62vw, 240px);
    grid-auto-flow: column;
    margin-inline: -20px;
    overflow-x: auto;
    padding: 4px 20px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
@media (min-width: 640px) { .hs-shots { margin-inline: -28px; padding-inline: 28px; } }
@media (min-width: 1024px) {
    .hs-shots { grid-auto-flow: row; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-inline: 0; overflow: visible; padding: 0; }
}
.hs-shot { scroll-snap-align: start; }
.hs-shot__img { aspect-ratio: 1287 / 2116; background: #1E6B25; border-radius: 22px; box-shadow: var(--hs-shadow-lg); overflow: hidden; }
.hs-shot__img img { display: block; height: 100%; object-fit: cover; width: 100%; }
.hs-shot__title { color: var(--hs-ink); font-size: 16px; font-weight: 750; letter-spacing: -.01em; margin-top: 16px; }
.hs-shot__text { color: var(--hs-ink2); font-size: 14px; line-height: 1.55; margin-top: 4px; }

.hs-compare {
    background: var(--hs-card);
    border: 1px solid rgba(21, 36, 27, .05);
    border-radius: var(--hs-r-lg);
    box-shadow: var(--hs-shadow);
    margin-inline: auto;
    max-width: 860px;
    overflow: hidden;
}
.hs-compare table { border-collapse: collapse; font-size: 15.5px; width: 100%; }
.hs-compare th, .hs-compare td { border-top: 1px solid var(--hs-line); color: var(--hs-ink); padding: 14px 20px; text-align: left; vertical-align: middle; }
.hs-compare tbody th { font-weight: 600; }
.hs-compare thead th {
    background: var(--hs-bg);
    border-top: 0;
    color: var(--hs-ink3);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.hs-compare th:not(:first-child), .hs-compare td { text-align: center; width: 22%; }
.hs-compare .is-app { background: rgba(226, 242, 218, .5); }
.hs-compare thead .is-app { background: var(--hs-brand-tint); color: var(--hs-brand-ink); }
.hs-compare svg { display: inline-block; height: 22px; vertical-align: middle; width: 22px; }
.hs-compare .hs-yes { color: var(--hs-brand); }
.hs-compare .hs-no { color: var(--hs-ink3); }
.hs-compare small { color: var(--hs-ink3); font-size: 13px; }
@media (max-width: 639px) {
    .hs-compare th, .hs-compare td { font-size: 14.5px; padding: 12px 12px; }
    .hs-compare thead th { font-size: 10.5px; letter-spacing: .08em; }
}
.hs-compare__cta { display: flex; justify-content: center; margin-top: 32px; }
