.tf-hero-slider {
    position: relative;
    width: 100%;
    height: calc(100vw * 0.41);
    min-height: 560px;
    max-height: 740px;
    overflow: hidden;
    background: #17120d;
    color: #fff;
}

.tf-hero-loading,
.tf-hero-fallback {
    height: 85vh;
    min-height: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 24px;
    text-align: center;
    background: linear-gradient(135deg, #2a241b, #17130f);
}

.tf-hero-fallback-content {
    max-width: 820px;
}

.tf-hero-slides,
.tf-hero-slide {
    position: absolute;
    inset: 0;
}

.tf-hero-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1100ms ease;
}

.tf-hero-slide.is-active {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
}

.tf-hero-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 68%;
    transform: scale(1.02);
}

.tf-hero-slide.is-active img {
    animation: tfHeroKenBurns 7s linear forwards;
}

.tf-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(9, 7, 5, 0.16) 0%,
            rgba(9, 7, 5, 0.04) 42%,
            rgba(9, 7, 5, 0.24) 100%
        ),
        linear-gradient(
            90deg,
            rgba(14, 10, 7, 0.18) 0%,
            rgba(14, 10, 7, 0.04) 50%,
            rgba(14, 10, 7, 0.16) 100%
        );
}

.tf-hero-content {
    position: absolute;
    z-index: 8;
    inset: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
    pointer-events: none;
}

.tf-hero-copy {
    position: absolute;
    left: 45px;
    bottom: 100px;
    max-width: 420px;
    text-align: left;
    pointer-events: auto;
    animation: tfHeroTextIn 900ms ease both;
}

.tf-hero-slide.is-active .tf-hero-content,
.tf-hero-slide.is-active .tf-hero-copy {
    opacity: 1;
    visibility: visible;
}

.tf-hero-copy h1,
.tf-hero-content h1 {
    max-width: 420px;
    margin: 0 0 8px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-size: clamp(20px, 2.2vw, 36px);
    line-height: 1.02;
    letter-spacing: -0.025em;
    text-align: left;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
}

.tf-hero-copy p,
.tf-hero-content p {
    max-width: 420px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(13px, 1.15vw, 16px);
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
}

.tf-hero-badges {
    position: static;
    inset: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: auto;
    margin-top: 12px;
    pointer-events: auto;
}

.tf-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    min-height: 30px;
    padding: 7px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(18, 14, 10, 0.26);
    color: #fff5e6;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    text-shadow: 0 5px 14px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tf-hero-badge-left.is-available {
    border-color: rgba(216, 180, 106, 0.55);
    color: #ffe4a3;
}

.tf-hero-badge-left.is-out {
    border-color: rgba(180, 74, 57, 0.58);
    color: #ffd4c8;
}

.tf-hero-badge-left.is-season-off {
    border-color: rgba(237, 220, 196, 0.40);
    color: #f5ead8;
}

.tf-hero-badge-left.is-soon {
    border-color: rgba(255, 210, 124, 0.50);
    color: #ffe8b7;
}

.tf-hero-buttons {
    position: absolute;
    left: 50%;
    bottom: 110px;
    z-index: 8;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    width: auto;
    margin: 0;
    pointer-events: auto;
}

.tf-hero-btn {
    position: relative;
    z-index: 8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 9px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
}

.tf-hero-btn:hover {
    transform: translateY(-2px);
}

.tf-hero-btn-primary {
    border: 1px solid #d8b46a;
    background: #d8b46a;
    color: #17120c;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.tf-hero-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tf-season-bar {
    position: absolute;
    z-index: 6;
    left: 34px;
    right: 34px;
    bottom: 25px;
    border: none;
    border-radius: 24px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.tf-season-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 2px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.tf-season-label {
    color: #f3dfb1;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tf-season-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.tf-season-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 13px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
    transition: background 180ms ease, transform 180ms ease;
}

.tf-season-links a:hover {
    background: rgba(216, 180, 106, 0.20);
    transform: translateY(-1px);
}

.tf-season-main-link {
    display: none !important;
    color: #f7dfaa;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.tf-hero-arrow,
.tf-hero-prev,
.tf-hero-next {
    display: none !important;
}

.tf-hero-dots {
    position: absolute;
    z-index: 7;
    left: 50%;
    bottom: 126px;
    transform: translateX(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tf-hero-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease;
}

.tf-hero-dot.is-active {
    width: 30px;
    background: #d8b46a;
}

.tf-hero-progress {
    position: absolute;
    z-index: 7;
    left: 50%;
    bottom: 95px;
    width: min(240px, 42vw);
    height: 2px;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.22);
    transform: translateX(-50%);
}

.tf-hero-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: #d8b46a;
    transform-origin: left center;
    animation: tfHeroProgress 5200ms linear infinite;
}

@keyframes tfHeroKenBurns {
from {
    transform: scale(1.02);
}

to {
    transform: scale(1.12);
}
}

@keyframes tfHeroTextIn {
from {
    opacity: 0;
    transform: translateY(24px);
}

to {
    opacity: 1;
    transform: translateY(0);
}
}

@keyframes tfHeroProgress {
from {
    transform: scaleX(0);
}

to {
    transform: scaleX(1);
}
}

@media (max-width: 900px) {
.tf-hero-slider,
    .tf-hero-loading,
    .tf-hero-fallback {
    height: 82vh;
    min-height: 660px;
}

.tf-hero-content {
    padding: 0 22px;
}

.tf-hero-copy {
    left: 24px;
    right: 24px;
    bottom: 92px;
    max-width: 460px;
}

.tf-hero-badge {
    padding: 8px 12px;
    font-size: 10px;
    letter-spacing: 0.08em;
}

.tf-hero-buttons {
    bottom: 24px;
    gap: 14px;
}

.tf-season-bar {
    left: 16px;
    right: 16px;
    bottom: 18px;
    border-radius: 20px;
}

.tf-season-inner {
    gap: 12px;
    padding: 16px;
    text-align: center;
}

.tf-season-links {
    gap: 8px;
}

.tf-hero-dots {
    bottom: 154px;
}

.tf-hero-progress {
    bottom: 141px;
}
}

@media (max-width: 560px) {
.tf-hero-slider,
    .tf-hero-loading,
    .tf-hero-fallback {
    min-height: 620px;
}

.tf-hero-copy {
    left: 18px;
    right: 18px;
    bottom: 98px;
}

.tf-hero-copy h1,
    .tf-hero-content h1 {
    font-size: clamp(26px, 8vw, 38px);
}

.tf-hero-copy p,
    .tf-hero-content p {
    font-size: 14px;
}

.tf-hero-buttons {
    flex-wrap: wrap;
    gap: 10px;
}

.tf-hero-btn {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 11px;
}

.tf-season-links a {
    padding: 6px 11px;
    font-size: 12px;
}
}

.forest-categories-section {
    position: relative;
    padding: 86px 24px 96px;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(216, 180, 106, 0.16), transparent 34%),
        linear-gradient(180deg, #fbf7ef 0%, #f2eadc 100%);
}

.forest-categories-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(71, 53, 36, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(71, 53, 36, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.60), transparent 78%);
}

.forest-categories-section .section-title {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.forest-categories-section .section-title span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #9c7335;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.forest-categories-grid {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.forest-category-card {
    position: relative;
    min-height: 620px;
    display: flex;
    flex-direction: column;
    flex: 0 0 290px;
    max-width: 290px;
    overflow: hidden;
    border: 1px solid rgba(184, 145, 75, 0.18);
    border-radius: 28px;
    background: #fffaf2;
    color: #251b12;
    box-shadow: 0 22px 50px rgba(50, 37, 25, 0.12);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.forest-category-card:hover {
    transform: translateY(-6px);
    border-color: rgba(184, 145, 75, 0.42);
    box-shadow: 0 28px 68px rgba(50, 37, 25, 0.18);
}

.forest-category-title-above {
    margin: 26px 22px 16px;
    color: #241a12;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.2vw, 38px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.forest-category-image {
    position: relative;
    height: 340px;
    overflow: hidden;
    background: linear-gradient(135deg, #3a2a1c, #15100b);
}

.forest-category-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 6, 4, 0.06) 0%, rgba(8, 6, 4, 0.28) 50%, rgba(8, 6, 4, 0.78) 100%);
}

.forest-category-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 650ms ease;
}

.forest-category-card:hover .forest-category-image img {
    transform: scale(1.08);
}

.forest-category-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 244, 222, 0.42);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 110px;
}

.forest-category-image-overlay {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 22px;
    color: #fff;
}

.forest-category-image-overlay span {
    display: inline-flex;
    margin-bottom: 0;
    color: #f0cf8a;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.36);
}

.forest-category-image-overlay h3 {
    display: none !important;
}

.forest-category-product-cta {
    position: absolute;
    z-index: 4;
    top: 18px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 34px;
    padding: 8px 15px;
    border: 1px solid rgba(216, 180, 106, 0.62);
    border-radius: 999px;
    background: rgba(20, 15, 10, 0.30);
    color: #f6dfaa;
    text-decoration: none;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.forest-category-product-cta:hover {
    transform: translateY(-1px);
    background: rgba(20, 15, 10, 0.46);
    border-color: rgba(216, 180, 106, 0.88);
}

.forest-category-product-cta span {
    font-size: 13px;
    line-height: 1;
}

.forest-category-content {
    position: relative;
    flex: 1;
    padding: 22px 22px 24px;
    display: flex;
    flex-direction: column;
}

.forest-category-content p {
    margin: 0 0 18px;
    color: #6f6254;
    font-size: 14px;
    line-height: 1.55;
}

.forest-products-strip {
    margin-top: auto;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.forest-products-strip::-webkit-scrollbar {
    height: 6px;
}

.forest-products-strip::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(43, 32, 22, 0.22);
}

.forest-product-mini {
    flex: 0 0 122px;
    color: #251b12;
    text-decoration: none;
    scroll-snap-align: start;
}

.forest-product-mini-image {
    position: relative;
    display: block;
    height: 104px;
    overflow: hidden;
    border-radius: 14px;
    background: #2a2017;
    box-shadow: 0 10px 24px rgba(35, 25, 16, 0.13);
}

.forest-product-mini-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.34) 100%);
}

.forest-product-mini-image img,
.forest-product-mini-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    color: rgba(255, 244, 222, 0.46);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    transition: transform 260ms ease;
}

.forest-product-mini:hover .forest-product-mini-image img {
    transform: scale(1.08);
}

.forest-product-mini-button {
    position: absolute;
    z-index: 2;
    right: 8px;
    bottom: 8px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(246, 223, 170, 0.70);
    border-radius: 999px;
    background: rgba(20, 15, 10, 0.34);
    color: #f6dfaa;
    font-size: 0;
    letter-spacing: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.forest-product-mini-button::before {
    content: "→";
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.forest-product-mini strong {
    display: block;
    margin-top: 8px;
    color: #3a2c21;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.forest-product-mini small {
    display: block;
    margin-top: 3px;
    color: #9a8b7a;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.forest-product-empty {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 999px;
    background: rgba(28, 47, 34, 0.10);
    color: #6f5a35;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.no-sub-products {
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px;
    border-radius: 22px;
    background: #fffaf2;
    color: #6f6254;
    text-align: center;
}

@media (max-width: 1180px) {
.forest-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 640px) {
.forest-categories-section {
    padding: 62px 16px 72px;
}

.forest-categories-grid {
    grid-template-columns: 1fr;
    gap: 18px;
}

.forest-category-card {
    min-height: 560px;
    border-radius: 24px;
}

.forest-category-title-above {
    margin: 22px 20px 14px;
    font-size: 31px;
}

.forest-category-image {
    height: 300px;
}

.forest-category-product-cta {
    top: 14px;
    right: 14px;
    min-height: 31px;
    padding: 7px 12px;
    font-size: 8px;
}

.forest-product-mini {
    flex-basis: 116px;
}

.forest-product-mini strong {
    font-size: 11px;
}
}

.forest-ecosystems-section {
    position: relative;
    padding: 86px 24px 96px;
    overflow: visible;
    background: radial-gradient(circle at top right, rgba(216, 180, 106, 0.10), transparent 30%),
        linear-gradient(180deg, #f8f3ea 0%, #f1e8d9 100%);
}

.forest-ecosystems-section .section-title {
    max-width: 880px;
    margin: 0 auto 46px;
    text-align: center;
}

.forest-ecosystems-section .section-title span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #9c7335;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.forest-ecosystems-grid {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-items: start;
}

.forest-ecosystems-empty {
    grid-column: 1 / -1;
    padding: 28px;
    border-radius: 22px;
    background: #fffaf2;
    color: #6f6254;
    text-align: center;
}

.forest-ecosystem-card {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 26px;
    background: #211914;
    color: #fff;
    box-shadow: 0 24px 60px rgba(45, 34, 23, 0.18);
    isolation: isolate;
}

.forest-ecosystem-image,
.forest-ecosystem-image-placeholder {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 26px;
    transform: scale(1.02);
    transition: transform 900ms ease, filter 700ms ease;
}

.forest-ecosystem-image-placeholder {
    background: radial-gradient(circle at 22% 26%, rgba(216, 180, 106, .25), transparent 26%),
        linear-gradient(135deg, #2a241b, #0f0c09);
}

.forest-ecosystem-card.is-searching .forest-ecosystem-image,
.forest-ecosystem-card:hover .forest-ecosystem-image {
    transform: scale(1.07);
    filter: saturate(1.08) contrast(1.05);
}

.forest-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(8, 6, 4, .05) 0%, rgba(8, 6, 4, .18) 40%, rgba(8, 6, 4, .68) 100%),
        linear-gradient(90deg, rgba(8, 6, 4, .34), rgba(8, 6, 4, .06));
}

.forest-base-title {
    position: absolute;
    z-index: 5;
    left: 26px;
    right: 26px;
    bottom: 26px;
    transition: opacity 320ms ease, transform 450ms ease;
}

.forest-ecosystem-title-above {
    width: 100%;
    margin: 0 0 16px;
    padding: 0 4px;
    color: #241a12;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.4vw, 40px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.035em;
    text-align: left;
}

.forest-info {
    display: none !important;
}

.forest-ecosystem-card {
    position: relative;
    overflow: hidden;
}

.forest-dog {
    position: absolute !important;
    z-index: 12 !important;
    left: 3% !important;
    bottom: 18px !important;
    width: 175px !important;
    height: 128px !important;
    background: none !important;
    background-image: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
    filter: drop-shadow(0 10px 12px rgba(0,0,0,.45));
    transform-origin: 50% 88%;
}

.forest-dog-frame {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.forest-dog-img,
.forest-dog-emoji {
    display: none !important;
}

.forest-dog.walk {
    animation: dogMoveWalk 2.2s ease-in-out forwards;
}

.forest-dog.sniff {
    animation: dogMoveSniff 1.9s ease-in-out forwards;
}

.forest-dog.dig {
    animation: dogMoveDig 1.2s ease-in-out forwards;
}

.forest-dog.found {
    animation: dogMoveFound 1.7s ease-in-out forwards;
}

@keyframes dogMoveWalk {
0% {
    transform: translateX(0) translateY(0) scale(.86);
}

100% {
    transform: translateX(120px) translateY(0) scale(.88);
}
}

@keyframes dogMoveSniff {
0% {
    transform: translateX(120px) translateY(0) scale(.88);
}

100% {
    transform: translateX(245px) translateY(12px) scale(.9);
}
}

@keyframes dogMoveDig {
0% {
    transform: translateX(245px) translateY(12px) scale(.9);
}

100% {
    transform: translateX(305px) translateY(16px) scale(.9);
}
}

@keyframes dogMoveFound {
0% {
    transform: translateX(305px) translateY(16px) scale(.9);
}

100% {
    transform: translateX(365px) translateY(0) scale(.9);
}
}

@media (max-width: 760px) {
.forest-dog {
    left: 0 !important;
    bottom: 16px !important;
    width: 135px !important;
    height: 98px !important;
}

@keyframes dogMoveWalk {
0% {
    transform: translateX(0) scale(.75);
}

100% {
    transform: translateX(62px) scale(.76);
}
}

@keyframes dogMoveSniff {
0% {
    transform: translateX(62px) scale(.76);
}

100% {
    transform: translateX(118px) translateY(8px) scale(.77);
}
}

@keyframes dogMoveDig {
0% {
    transform: translateX(118px) translateY(8px) scale(.77);
}

100% {
    transform: translateX(150px) translateY(10px) scale(.77);
}
}

@keyframes dogMoveFound {
0% {
    transform: translateX(150px) translateY(10px) scale(.77);
}

100% {
    transform: translateX(190px) scale(.77);
}
}
}

.forest-story-stage {
    position: relative;
    width: min(1180px, 100%);
    margin: 0 auto;
    min-height: 500px;
}

.forest-story-slides {
    position: relative;
    min-height: 500px;
}

.forest-story-slide {
    position: absolute;
    inset: 0;
    display: block;
    min-height: 500px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(.985);
    transition: opacity 650ms ease, visibility 650ms ease, transform 650ms ease;
}

.forest-story-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.forest-story-stage .forest-ecosystem-card {
    border-radius: 30px;
    min-height: 430px;
}

.forest-story-stage .forest-base-title {
    max-width: 560px;
}

.forest-base-title p {
    margin: 10px 0 18px;
    color: rgba(255,255,255,.90);
    font-size: 15px;
    line-height: 1.55;
    text-shadow: 0 7px 18px rgba(0,0,0,.32);
}

.forest-ecosystem-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 9px 15px;
    border: 1px solid rgba(216, 180, 106, .70);
    border-radius: 999px;
    background: rgba(20, 15, 10, .42);
    color: #f7dfaa;
    cursor: pointer;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 180ms ease,
        background 180ms ease,
        border-color 180ms ease;
    z-index: 30;
}

.forest-ecosystem-btn:hover {
    transform: translateY(-2px);
    background: rgba(20, 15, 10, .55);
    border-color: rgba(216, 180, 106, .95);
}

.forest-story-nav {
    position: absolute;
    z-index: 40;
    top: 180px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    background: rgba(24, 18, 13, .36);
    color: #fff;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    transform: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.forest-story-prev {
    left: 18px;
}

.forest-story-next {
    right: 18px;
}

.forest-story-dots {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 20px;
    display: flex;
    gap: 9px;
    transform: translateX(-50%);
}

.forest-story-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 99px;
    background: rgba(255,255,255,.45);
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease;
}

.forest-story-dot.active {
    width: 30px;
    background: #d8b46a;
}

.forest-truffle {
    position: absolute;
    z-index: 10;
    left: 57%;
    bottom: 98px;
    width: 78px;
    height: 78px;
    opacity: 0;
    transform: translateY(18px) scale(.45);
    pointer-events: none;
    transition: opacity 280ms ease, transform 520ms ease;
}

.forest-truffle.reveal {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.forest-truffle-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.45));
}

.forest-truffle-dot {
    display: block;
    width: 40px;
    height: 32px;
    margin: 23px auto 0;
    border-radius: 46% 54% 45% 55%;
    background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.14), transparent 24%),
        linear-gradient(135deg, #241810, #080604);
    box-shadow: 0 10px 18px rgba(0,0,0,.35);
}

.forest-found-label {
    position: absolute;
    z-index: 12;
    left: 52%;
    bottom: 180px;
    padding: 9px 14px;
    border: 1px solid rgba(216, 180, 106, .55);
    border-radius: 999px;
    background: rgba(18, 13, 9, .48);
    color: #ffe4a3;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: opacity 260ms ease, transform 260ms ease;
}

.forest-ecosystem-card.is-found .forest-found-label {
    opacity: 1;
    transform: translateY(0);
}

.forest-discovery-panel {
    position: absolute;
    z-index: 30;
    left: 24px;
    right: 24px;
    bottom: 24px;
    display: grid;
    grid-template-columns: minmax(260px, 430px) 1fr;
    gap: 22px;
    max-height: calc(100% - 48px);
    padding: 18px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 24px;
    background: rgba(255, 250, 242, .95);
    color: #251b12;
    box-shadow: 0 24px 70px rgba(0,0,0,.32);
    opacity: 0;
    visibility: hidden;
    transform: translateY(32px);
    pointer-events: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: opacity 420ms ease, visibility 420ms ease, transform 420ms ease;
}

.forest-ecosystem-card.is-panel-open .forest-discovery-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.forest-panel-close {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #241a12;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.forest-panel-media {
    overflow: hidden;
    border-radius: 18px;
    background: #241a12;
}

.forest-panel-main-img {
    width: 100%;
    height: 310px;
    display: block;
    object-fit: cover;
}

.forest-panel-image-title {
    display: block;
    padding: 12px 14px 0;
    color: #fff4df;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
}

.forest-panel-image-text {
    margin: 0;
    padding: 6px 14px 14px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.5;
}

.forest-panel-copy {
    padding: 10px 10px 4px 0;
    overflow: auto;
}

.forest-panel-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    color: #9c7335;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.forest-panel-copy h4 {
    margin: 0 0 4px;
    color: #21180f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 400;
    line-height: 1.02;
}

.forest-latin {
    margin: 0 0 14px !important;
    color: #9c7335 !important;
    font-style: italic;
    font-weight: 700;
}

.forest-panel-copy p {
    margin: 0 0 16px;
    color: #5f5348;
    font-size: 15px;
    line-height: 1.6;
}

.forest-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 16px;
}

.forest-facts span {
    display: grid;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #f3eadc;
    color: #5f5348;
    font-size: 13px;
}

.forest-facts strong {
    color: #21180f;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.forest-discovery-gallery {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 12px;
    margin: 0 0 10px;
}

.forest-gallery-item {
    flex: 0 0 104px;
    border: 2px solid transparent;
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
    background: #f3eadc;
    cursor: pointer;
    text-align: left;
}

.forest-gallery-item.active {
    border-color: #b8914b;
}

.forest-gallery-item img {
    width: 100%;
    height: 74px;
    display: block;
    object-fit: cover;
}

.forest-gallery-item span {
    display: block;
    padding: 7px 8px;
    color: #3b2b1d;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forest-product-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #241a12;
    color: #fff4df;
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
.forest-story-stage,
    .forest-story-slides,
    .forest-story-slide {
    min-height: 560px;
}

.forest-story-stage .forest-ecosystem-card {
    min-height: 490px;
}

.forest-discovery-panel {
    grid-template-columns: 1fr;
    overflow: auto;
}

.forest-panel-main-img {
    height: 240px;
}

.forest-panel-copy {
    padding: 0;
}
}

@media (max-width: 560px) {
.forest-story-stage,
    .forest-story-slides,
    .forest-story-slide {
    min-height: 620px;
}

.forest-story-stage .forest-ecosystem-card {
    min-height: 545px;
}

.forest-ecosystem-title-above {
    margin-bottom: 12px;
    font-size: 30px;
}

.forest-story-nav {
    top: 46%;
    width: 36px;
    height: 36px;
    font-size: 28px;
}

.forest-base-title {
    left: 18px;
    right: 18px;
    bottom: 58px;
}

.forest-ecosystem-btn {
    right: 8px;
    bottom: 8px;
    min-height: 32px;
    padding: 7px 11px;
    font-size: 8px;
}

.forest-discovery-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px;
    border-radius: 20px;
}

.forest-facts {
    grid-template-columns: 1fr;
}

.forest-truffle {
    left: 60%;
    bottom: 126px;
    width: 58px;
    height: 58px;
}

.forest-found-label {
    left: 42%;
    bottom: 188px;
}
}

.forest-story-stage .forest-status,
.forest-ecosystems-section .forest-status {
    display: none;
}

.forest-ecosystems-grid {
    display: block;
    width: min(1180px, 100%);
}

.forest-story-stage,
.forest-story-slides,
.forest-story-slide {
    min-height: auto !important;
}

.forest-story-stage {
    padding-bottom: 62px;
}

.forest-story-slides {
    position: relative;
}

.forest-story-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(.985);
    transition: opacity 650ms ease, visibility 650ms ease, transform 650ms ease;
}

.forest-story-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.forest-ecosystem-title-above {
    width: min(1180px, 100%);
    margin: 0 auto 18px;
    padding: 0 4px;
    color: #241a12;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 3vw, 46px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    text-align: left;
}

.forest-ecosystem-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
    gap: 22px;
    align-items: stretch;
}

.forest-ecosystem-shell .forest-ecosystem-card {
    height: 390px;
    min-height: 390px;
    border-radius: 28px;
}

.forest-ecosystem-shell .forest-overlay {
    background: linear-gradient(180deg, rgba(8, 6, 4, .04) 0%, rgba(8, 6, 4, .16) 52%, rgba(8, 6, 4, .52) 100%),
        linear-gradient(90deg, rgba(8, 6, 4, .18), rgba(8, 6, 4, .03));
}

.forest-description-panel {
    min-height: 430px;
    padding: 20px 32px 30px;
    border: 1px solid rgba(184,145,75,.22);
    border-radius: 28px;
    background: #f7faf2;
    color: #2b2118;
    box-shadow: 0 22px 54px rgba(45,34,23,.10);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.forest-description-panel h4 {
    margin: 13px 0 14px;
    color: #241a12;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 2.4vw, 40px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.forest-description-panel p {
    margin: 0;
    color: #655747;
    font-size: 15px;
    line-height: 1.68;
}

.forest-status {
    align-self: flex-start;
    display: inline-flex;
    min-height: 29px;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border: 1px solid rgba(156, 115, 53, .28);
    border-radius: 999px;
    background: rgba(216, 180, 106, .13);
    color: #7e5a22;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.forest-status.is-available {
    color: #6d4e19;
    border-color: rgba(216, 180, 106, .55);
}

.forest-status.is-out {
    color: #8c2d24;
    border-color: rgba(140, 45, 36, .32);
    background: rgba(140, 45, 36, .08);
}

.forest-status.is-season-off {
    color: #766450;
}

.forest-status.is-soon {
    color: #8a6220;
}

.forest-description-facts,
.forest-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.forest-description-facts span,
.forest-facts span {
    display: grid;
    gap: 4px;
    padding: 12px 13px;
    border-radius: 16px;
    background: rgba(57, 43, 29, .055);
    color: #4b3a2b;
    font-size: 13px;
    line-height: 1.28;
}

.forest-description-facts strong,
.forest-facts strong {
    color: #9c7335;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.forest-associated-truffle {
    margin-top: 22px;
    padding: 17px 18px;
    border-left: 3px solid #d8b46a;
    border-radius: 18px;
    background: rgba(216, 180, 106, .10);
}

.forest-associated-truffle span,
.forest-panel-kicker {
    display: block;
    margin-bottom: 6px;
    color: #9c7335;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.forest-associated-truffle strong {
    display: block;
    color: #241a12;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 400;
}

.forest-associated-truffle em,
.forest-latin {
    display: block;
    margin-top: 3px;
    color: #7f6f5e;
    font-style: italic;
    font-size: 13px;
}

.forest-description-panel .forest-ecosystem-btn {
    position: static;
    z-index: auto;
    align-self: flex-start;
    margin-top: 24px;
    min-height: 42px;
    padding: 11px 19px;
    border: 1px solid #d8b46a;
    border-radius: 999px;
    background: #241a12;
    color: #f6dfaa;
    box-shadow: 0 12px 26px rgba(36, 26, 18, .18);
}

.forest-base-title {
    display: none !important;
}

.forest-story-slide .forest-discovery-panel {
    position: relative;
    z-index: 30;
    left: auto;
    right: auto;
    bottom: auto;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(280px, 420px) 1fr;
    gap: 22px;
    max-height: 0;
    margin-top: 0;
    padding: 0 22px;
    border: 1px solid rgba(184, 145, 75, .20);
    border-radius: 26px;
    background: rgba(255, 250, 242, .98);
    color: #251b12;
    box-shadow: 0 24px 70px rgba(45, 34, 23, .16);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity 420ms ease, visibility 420ms ease, transform 420ms ease, max-height 420ms ease, margin 420ms ease, padding 420ms ease;
}

.forest-story-slide.is-panel-open .forest-discovery-panel {
    max-height: 760px;
    margin-top: 22px;
    padding: 22px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.forest-panel-media {
    min-height: 320px;
    padding-bottom: 14px;
    border-radius: 20px;
    background: #241a12;
    color: #fff;
}

.forest-panel-main-img {
    width: 100%;
    height: 265px;
    display: block;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.forest-panel-image-title {
    display: block;
    padding: 14px 16px 0;
    color: #f6dfaa;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
}

.forest-panel-image-text {
    margin: 8px 16px 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.45;
}

.forest-panel-copy {
    padding: 8px 10px 4px 0;
}

.forest-panel-copy h4 {
    margin: 0 0 8px;
    color: #241a12;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1;
}

.forest-panel-copy p:not(.forest-latin) {
    margin: 14px 0 0;
    color: #655747;
    font-size: 15px;
    line-height: 1.65;
}

.forest-discovery-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin-top: 20px;
}

.forest-gallery-item {
    position: relative;
    min-height: 108px;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 16px;
    background: #241a12;
    cursor: pointer;
}

.forest-gallery-item.active {
    border-color: #d8b46a;
}

.forest-gallery-item img {
    width: 100%;
    height: 108px;
    display: block;
    object-fit: cover;
    opacity: .92;
}

.forest-gallery-item span {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    text-align: left;
    text-shadow: 0 4px 12px rgba(0,0,0,.55);
}

.forest-product-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 22px;
    padding: 11px 18px;
    border-radius: 999px;
    background: #d8b46a;
    color: #241a12;
    text-decoration: none;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.forest-panel-close {
    top: 14px;
    right: 14px;
}

@media (max-width: 900px) {
.forest-ecosystem-shell {
    grid-template-columns: 1fr;
}

.forest-description-panel,
    .forest-ecosystem-shell .forest-ecosystem-card {
    min-height: auto;
}

.forest-ecosystem-shell .forest-ecosystem-card {
    height: 390px;
}

.forest-description-panel {
    padding: 26px 24px;
}

.forest-story-slide .forest-discovery-panel {
    grid-template-columns: 1fr;
}
}

@media (max-width: 560px) {
.forest-ecosystem-title-above {
    font-size: 31px;
}

.forest-ecosystem-shell .forest-ecosystem-card {
    height: 340px;
    border-radius: 22px;
}

.forest-description-panel {
    border-radius: 22px;
    padding: 23px 20px;
}

.forest-description-facts,
    .forest-facts,
    .forest-discovery-gallery {
    grid-template-columns: 1fr;
}

.forest-story-slide.is-panel-open .forest-discovery-panel {
    max-height: 1200px;
    padding: 18px;
}
}

.forest-story-slide .forest-panel-media {
    min-height: 420px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 0;
    border-radius: 20px;
    background: #241a12;
}

.forest-story-slide .forest-panel-main-img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.forest-story-slide .forest-panel-image-title,
.forest-story-slide .forest-panel-image-text {
    display: none;
}

.forest-story-stage {
    width: min(1320px,100%);
}

.forest-ecosystem-shell {
    display: grid;
    grid-template-columns: 58% 42%;
    gap: 32px;
    align-items: stretch;
}

.forest-ecosystem-card {
    min-height: 520px;
}

.forest-description-panel {
    min-height: 520px;
}

.forest-ecosystem-image,
.forest-ecosystem-image-placeholder {
    object-fit: cover;
}

.forest-story-stage {
    width: min(1320px, 100%);
    min-height: 520px;
}

.forest-story-slides,
.forest-story-slide {
    min-height: 520px;
}

.forest-ecosystem-shell {
    display: grid;
    grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
    gap: 28px;
    align-items: stretch;
}

.forest-ecosystem-shell .forest-ecosystem-card,
.forest-ecosystem-shell .forest-description-panel {
    width: 100%;
    height: 520px;
    min-height: 520px;
}

.forest-ecosystem-shell .forest-ecosystem-image,
.forest-ecosystem-shell .forest-ecosystem-image-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.forest-description-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (max-width: 900px) {
.forest-story-stage,
    .forest-story-slides,
    .forest-story-slide {
    min-height: auto;
}

.forest-ecosystem-shell {
    grid-template-columns: 1fr;
    gap: 18px;
}

.forest-ecosystem-shell .forest-ecosystem-card,
    .forest-ecosystem-shell .forest-description-panel {
    height: auto;
    min-height: 390px;
}
}

.site-footer .footer-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    color: #fff;
}

.site-footer .footer-logo-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.site-footer .logo-text-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.site-footer .logo-title {
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.site-footer .logo-title .fr,
.site-footer .fr {
    color: #c59a4a;
}

.site-footer .logo-tagline {
    margin-top: 6px;
    color: #c59a4a;
    font-size: .68rem;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 900px) {
.tf-hero-slider,
    .tf-hero-loading,
    .tf-hero-fallback {
    height: 78svh !important;
    min-height: 610px !important;
    max-height: none !important;
    background: #f6efe4 !important;
}

.tf-hero-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 30% !important;
    transform: scale(1.02) !important;
}

.tf-hero-slide.is-active img {
    animation: tfHeroKenBurnsMobile 7s linear forwards !important;
}

.tf-hero-shade {
    background: linear-gradient(180deg,
                rgba(9, 7, 5, 0.06) 0%,
                rgba(9, 7, 5, 0.04) 42%,
                rgba(9, 7, 5, 0.62) 100%
            ),
            linear-gradient(90deg,
                rgba(9, 7, 5, 0.18) 0%,
                rgba(9, 7, 5, 0.04) 55%,
                rgba(9, 7, 5, 0.08) 100%
            ) !important;
}

.tf-hero-copy {
    left: 22px !important;
    right: 22px !important;
    bottom: 142px !important;
    max-width: 430px !important;
    text-align: left !important;
}

.tf-hero-copy h1,
    .tf-hero-content h1 {
    max-width: 360px !important;
    font-size: clamp(27px, 7.4vw, 36px) !important;
    line-height: 1.02 !important;
    margin-bottom: 7px !important;
}

.tf-hero-copy p,
    .tf-hero-content p {
    max-width: 360px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.tf-hero-badges {
    gap: 8px !important;
    margin-top: 10px !important;
    flex-wrap: wrap !important;
}

.tf-hero-badge {
    min-height: 28px !important;
    padding: 6px 11px !important;
    font-size: 9px !important;
    letter-spacing: .08em !important;
}

.tf-hero-buttons {
    left: 50% !important;
    right: auto !important;
    bottom: 64px !important;
    width: 100% !important;
    max-width: 360px !important;
    padding: 0 22px !important;
    transform: translateX(-50%) !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}

.tf-hero-btn {
    min-height: 36px !important;
    padding: 9px 15px !important;
    font-size: 9px !important;
    letter-spacing: .08em !important;
    white-space: nowrap !important;
}

.tf-season-bar {
    left: 0 !important;
    right: 0 !important;
    bottom: 16px !important;
    width: 100% !important;
    padding: 0 18px !important;
}

.tf-season-inner {
    padding: 0 !important;
    gap: 3px !important;
}

.tf-season-label {
    font-size: 10px !important;
    letter-spacing: .12em !important;
}

.tf-season-links {
    gap: 8px !important;
}

.tf-season-links a {
    min-height: 22px !important;
    padding: 2px 6px !important;
    font-size: 10px !important;
}
}

@media (max-width: 560px) {
.tf-hero-slider,
    .tf-hero-loading,
    .tf-hero-fallback {
    height: 82svh !important;
    min-height: 590px !important;
}

.tf-hero-slide img {
    object-position: center 26% !important;
}

.tf-hero-copy {
    bottom: 140px !important;
}

.tf-hero-buttons {
    bottom: 58px !important;
    max-width: 340px !important;
}
}

@keyframes tfHeroKenBurnsMobile {
from {
    transform: scale(1.02);
}

to {
    transform: scale(1.07);
}
}

@media (max-width: 900px) {
.tf-hero-badges {
    gap: 6px !important;
    margin-top: 8px !important;
}

.tf-hero-badge {
    min-height: 20px !important;
    padding: 3px 8px !important;
    border-width: 1px !important;
    background: rgba(18, 14, 10, 0.16) !important;
    color: rgba(255, 245, 230, 0.82) !important;
    font-size: 7px !important;
    font-weight: 700 !important;
    letter-spacing: .07em !important;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.24) !important;
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
}

.tf-hero-badge-left.is-available,
    .tf-hero-badge-left.is-out,
    .tf-hero-badge-left.is-season-off,
    .tf-hero-badge-left.is-soon {
    border-color: rgba(255, 255, 255, 0.28) !important;
}

.tf-hero-buttons {
    bottom: 82px !important;
    max-width: 350px !important;
    gap: 10px !important;
    padding: 0 18px !important;
}

.tf-hero-btn {
    min-height: 34px !important;
    padding: 8px 14px !important;
    font-size: 8px !important;
    letter-spacing: .075em !important;
}

.tf-hero-progress {
    display: block !important;
    bottom: 126px !important;
    width: min(190px, 46vw) !important;
    height: 2px !important;
    z-index: 9 !important;
    background: rgba(255, 255, 255, 0.24) !important;
}

.tf-season-bar {
    bottom: 16px !important;
}
}

@media (max-width: 560px) {
.tf-hero-badges {
    gap: 5px !important;
    margin-top: 7px !important;
}

.tf-hero-badge {
    min-height: 19px !important;
    padding: 3px 7px !important;
    font-size: 6.8px !important;
    letter-spacing: .06em !important;
}

.tf-hero-buttons {
    bottom: 78px !important;
    max-width: 335px !important;
    gap: 9px !important;
}

.tf-hero-progress {
    bottom: 120px !important;
    width: min(175px, 48vw) !important;
}
}

.forest-categories-section,
.forest-ecosystems-section {
    padding-top: 62px !important;
    padding-bottom: 68px !important;
}

.forest-categories-section .section-title,
.forest-ecosystems-section .section-title {
    margin-bottom: 30px !important;
}

.forest-categories-grid,
.forest-ecosystems-grid {
    gap: 20px !important;
}

.forest-story-stage {
    margin-top: 0 !important;
}

@media (max-width: 900px) {
.tf-hero-copy {
    bottom: 148px !important;
}

.tf-hero-badges {
    gap: 5px !important;
    margin-top: 7px !important;
}

.tf-hero-badge {
    min-height: 18px !important;
    padding: 2px 7px !important;
    font-size: 6.6px !important;
    letter-spacing: .055em !important;
    opacity: .78 !important;
    background: rgba(18, 14, 10, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: none !important;
}

.tf-hero-progress {
    bottom: 128px !important;
    width: min(180px, 46vw) !important;
    height: 2px !important;
    z-index: 9 !important;
}

.tf-hero-buttons {
    bottom: 82px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    justify-content: center !important;
    max-width: 345px !important;
    gap: 9px !important;
}

.tf-hero-btn {
    min-height: 33px !important;
    padding: 8px 13px !important;
    font-size: 7.8px !important;
}

.tf-season-bar {
    bottom: 14px !important;
}

.forest-categories-section,
    .forest-ecosystems-section {
    padding-top: 44px !important;
    padding-bottom: 48px !important;
}

.forest-categories-section .section-title,
    .forest-ecosystems-section .section-title {
    margin-bottom: 22px !important;
}

.forest-categories-grid,
    .forest-ecosystems-grid {
    gap: 16px !important;
}
}

@media (max-width: 560px) {
.tf-hero-copy {
    bottom: 146px !important;
}

.tf-hero-progress {
    bottom: 124px !important;
    width: min(170px, 48vw) !important;
}

.tf-hero-buttons {
    bottom: 78px !important;
    max-width: 332px !important;
}

.forest-categories-section,
    .forest-ecosystems-section {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
}
}

@media (max-width: 768px) {
.forest-story-stage .forest-story-nav,
    .forest-story-nav,
    .forest-story-prev,
    .forest-story-next {
    display: none !important;
}

.forest-story-stage .forest-story-dots,
    .forest-story-dots {
    position: absolute !important;
    z-index: 60 !important;
    left: 50% !important;
    right: auto !important;
    bottom: 66px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 7px 10px !important;
    border-radius: 999px !important;
    background: rgba(18, 14, 10, 0.32) !important;
    transform: translateX(-50%) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.forest-story-stage .forest-story-dot,
    .forest-story-dot {
    width: 7px !important;
    height: 7px !important;
    min-width: 7px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.55) !important;
    cursor: pointer !important;
    transition: width 180ms ease, background 180ms ease, opacity 180ms ease !important;
}

.forest-story-stage .forest-story-dot.active,
    .forest-story-dot.active {
    width: 22px !important;
    background: #d8b46a !important;
}
}

@media (max-width: 560px) {
.forest-story-stage .forest-story-dots,
    .forest-story-dots {
    bottom: 70px !important;
}
}

@media (max-width: 768px) {
.forest-story-stage .forest-story-nav,
    .forest-story-nav,
    .forest-story-prev,
    .forest-story-next {
    display: none !important;
}

.forest-ecosystem-shell > .forest-story-dots {
    position: static !important;
    z-index: 3 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: max-content !important;
    max-width: calc(100% - 32px) !important;
    margin: 12px auto 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.forest-ecosystem-shell > .forest-story-dots .forest-story-dot {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(44, 35, 25, 0.26) !important;
    cursor: pointer !important;
    transition: width 180ms ease, background 180ms ease, transform 180ms ease, opacity 180ms ease !important;
}

.forest-ecosystem-shell > .forest-story-dots .forest-story-dot.active {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    background: #d8b46a !important;
    transform: scale(1.08) !important;
}
}

@media (min-width: 769px) {
.forest-story-stage > .forest-story-dots {
    position: absolute;
}
}

@media (max-width: 768px) {
.forest-ecosystem-shell {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
}

.forest-ecosystem-shell .forest-ecosystem-card {
    order: 1 !important;
    margin-bottom: 0 !important;
}

.forest-ecosystem-shell > .forest-story-dots,
    .forest-story-dots.is-mobile-under-photo {
    order: 2 !important;
    position: static !important;
    z-index: 6 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: flex !important;
    width: max-content !important;
    max-width: calc(100% - 32px) !important;
    margin: 10px auto 14px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.forest-ecosystem-shell .forest-description-panel {
    order: 3 !important;
    margin-top: 0 !important;
}

.forest-ecosystem-shell .forest-discovery-panel {
    order: 4 !important;
}
}

.forest-story-slide .forest-panel-media {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.forest-story-slide .forest-panel-media .forest-discovery-gallery.forest-panel-thumbs {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 10px;
    width: 100%;
    margin: 0 !important;
    padding: 0 2px 2px !important;
    overflow-x: auto;
    scrollbar-width: thin;
}

.forest-story-slide .forest-panel-media .forest-gallery-item {
    flex: 0 0 92px;
    min-height: 0 !important;
    height: 64px !important;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #f3eadc;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
}

.forest-story-slide .forest-panel-media .forest-gallery-item.active {
    border-color: #d8b46a;
    box-shadow: 0 0 0 1px rgba(36, 26, 18, .12);
}

.forest-story-slide .forest-panel-media .forest-gallery-item img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
    opacity: 1;
}

.forest-story-slide .forest-panel-media .forest-gallery-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: -2px 0 0;
}

.forest-story-slide .forest-panel-media .forest-gallery-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(184, 145, 75, .28);
    cursor: pointer;
}

.forest-story-slide .forest-panel-media .forest-gallery-dot.active {
    background: #b8914b;
}

@media (max-width: 900px) {
.forest-story-slide .forest-panel-media .forest-gallery-item {
    flex-basis: 82px;
    height: 58px !important;
    border-radius: 11px;
}
}

@media (max-width: 560px) {
.forest-story-slide .forest-panel-media {
    gap: 10px;
}

.forest-story-slide .forest-panel-media .forest-discovery-gallery.forest-panel-thumbs {
    gap: 8px;
    padding-bottom: 1px !important;
}

.forest-story-slide .forest-panel-media .forest-gallery-item {
    flex-basis: 76px;
    height: 54px !important;
}

.forest-story-slide .forest-panel-media .forest-gallery-dot {
    width: 8px;
    height: 8px;
}
}

.forest-story-slide .forest-panel-media {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.forest-story-slide .forest-panel-main-img {
    width: 100% !important;
    height: clamp(300px, 34vw, 440px) !important;
    min-height: 0 !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 20px !important;
    background: #241a12 !important;
}

.forest-story-slide .forest-panel-media .forest-discovery-gallery.forest-panel-thumbs {
    position: static !important;
    z-index: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 2px 2px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.forest-story-slide .forest-panel-media .forest-gallery-dots {
    position: static !important;
    z-index: auto !important;
    margin: 0 auto 4px !important;
    background: transparent !important;
    box-shadow: none !important;
}

@media (max-width: 900px) {
.forest-story-slide .forest-panel-main-img {
    height: 360px !important;
}
}

@media (max-width: 560px) {
.forest-story-slide .forest-panel-main-img {
    height: 360px !important;
    border-radius: 18px !important;
}

.forest-story-slide .forest-panel-media {
    gap: 11px !important;
}

.forest-story-slide .forest-panel-media .forest-discovery-gallery.forest-panel-thumbs {
    padding: 0 1px 1px !important;
}

.forest-story-slide .forest-panel-media .forest-gallery-dots {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}
}

@media (max-width: 430px) {
.forest-story-slide .forest-panel-main-img {
    height: 340px !important;
}
}
