/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Tourism pages and printable safari */
.lede { max-width: 650px; font-size: 1.12rem; line-height: 1.7; }
.page-heading { padding: 5rem 0 2rem; }
.page-heading h1 { max-width: 800px; margin: .5rem 0 1rem; }
.guide-wrap { max-width: 1100px; margin: 0 auto; padding: 2rem 20px 5rem; }
.resource-sections { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 1rem; }
.resource-sections .callout p { margin: .8rem 0; }
.resource-sections a, .callout a { color: var(--jungle); font-weight: 700; }
.credit-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 1.2rem; }
.credit-card { background: #fff; border-radius: 16px; padding: 1.2rem; box-shadow: 0 8px 26px var(--shadow); }
.credit-card img, .credit-placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; margin-bottom: 1rem; }
.credit-placeholder { display: grid; place-items: center; text-align: center; background: var(--jungle); color: var(--gold); font-family: Anton, sans-serif; letter-spacing: .1em; }
.safari-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; padding: 0; list-style: none; counter-reset: safari; }
.safari-grid li { counter-increment: safari; background: #fff; padding: 1.3rem 1.3rem 1.3rem 4rem; border-radius: 14px; box-shadow: 0 5px 18px var(--shadow); position: relative; }
.safari-grid li::before { content: counter(safari, decimal-leading-zero); position: absolute; left: 1.3rem; top: 1.25rem; color: var(--gold); font: 1.5rem Anton, sans-serif; }
.safari-grid strong, .safari-grid span { display: block; }
.safari-grid span { color: #5b6570; margin-top: .35rem; }
.print-sheet { max-width: 1100px; margin: 0 auto; padding: 2rem 20px 4rem; }
.safari-hero { margin-bottom: 3rem; }
.print-footer { border-top: 1px solid #ccd5d7; margin-top: 3rem; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 1rem; }
@media (max-width: 700px) { .safari-grid { grid-template-columns: 1fr; } .print-footer { display: block; } }
@media print { body { background: #fff; padding-top: 0; color: #111; } .nav, .no-print { display: none !important; } .print-sheet { max-width: 100%; padding: 0; } .safari-hero { grid-template-columns: 1fr 180px; gap: 1rem; margin: 0 0 1rem; } .safari-hero img { max-height: 180px; min-height: 0; } .safari-grid { gap: .45rem; } .safari-grid li { padding: .65rem .65rem .65rem 2.5rem; box-shadow: none; border: 1px solid #ccd5d7; break-inside: avoid; } .safari-grid li::before { left: .7rem; top: .6rem; } .safari-grid span { font-size: .8rem; } .callout { box-shadow: none; border: 1px solid #ccd5d7; padding: 1rem; } }

/* Mushroom Culture editorial page */
.culture-page { background: #f3f0e8; background-image: radial-gradient(circle at 1px 1px, rgba(14,58,83,.06) 1px, transparent 0); }
.culture-hero { padding: 7rem 0 5.5rem; background: var(--jungle); color: var(--white); }
.culture-hero h1 { max-width: 950px; color: var(--gold); margin: .5rem 0 1.6rem; }
.culture-hero h1 span { color: var(--white); }
.culture-intro { max-width: 760px; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.75; }
.culture-strap { margin-top: 1.4rem; color: var(--gold); font: 1.3rem Anton, sans-serif; text-transform: uppercase; letter-spacing: .06em; }
.culture-section, .culture-start, .feature-section, .dark-section { padding: 5rem 0; }
.culture-start { background: #e7eadf; }
.start-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap: 12px; }
.start-grid a { padding: 1.25rem; color: var(--gray); background:#fff; border-left: 5px solid var(--gold); border-radius: 8px; text-decoration:none; box-shadow:0 6px 18px var(--shadow); }
.start-grid a:hover { transform: translateY(-3px); }
.start-grid strong, .start-grid span { display:block; }.start-grid span { margin-top:.35rem; color:#5f6a67; font-size:.9rem; }
.feature-section { background:#efe3c8; }.feature-section > .container { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr); gap:2rem; align-items:center; }
.feature-copy h2, .dark-section h2 { color:var(--jungle); }.dark-section { background:var(--jungle); color:var(--white); }.dark-section h2 { color:var(--gold); }.dark-section .kicker { color:#c9dfcb; }.dark-section .section-lede { color:#e7efe9; }
.feature-note, .wide-card, .science-anchor { background:#fff; padding:1.6rem; border-radius:14px; box-shadow:0 10px 30px var(--shadow); }.feature-note h3 { margin:.5rem 0; }.feature-note a, .wide-card a { display:block; margin-top:.75rem; color:var(--jungle); font-weight:700; }
.button-row, .culture-footer-cta { display:flex; flex-wrap:wrap; gap:10px; margin-top:1.5rem; }
.resource-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:14px; margin-top:1.7rem; }.resource-card { display:flex; flex-direction:column; padding:1.2rem; background:#fff; border-radius:12px; box-shadow:0 7px 22px var(--shadow); }.dark-section .resource-card { background:#f7fafc; color:var(--gray); }.resource-card h3 { font-size:1.25rem; margin:.65rem 0 .4rem; }.resource-card p { font-size:.94rem; line-height:1.6; }.resource-card .resource-link { margin-top:auto; padding-top:1rem; color:var(--jungle); font-weight:700; text-decoration:none; }.resource-meta { color:#64706b; font-size:.8rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }.resource-badge { display:inline-block; padding:.3rem .55rem; border-radius:5px; font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }.academic { background:#d9e8f0; color:#0e3a53; }.popular-science { background:#f9d989; color:#513700; }.podcast { background:#dfd3ee; color:#4d326d; }.documentary { background:#d4e7cf; color:#214d2d; }.counterculture { background:#f0ccd1; color:#702c3a; }.pop-culture { background:#e6d4bb; color:#5d4022; }.journalism { background:#dbe2e6; color:#304a59; }.memoir { background:#f0d5b9; color:#653d1e; }.science-anchor { margin-top:1.5rem; display:flex; justify-content:space-between; gap:1.5rem; align-items:center; border-left:8px solid #2f7eae; }.science-anchor h3 { margin:.7rem 0; }.institutions { margin-top:3.5rem; }.bookshelf .resource-card { border-top:5px solid var(--gold); }.culture-footer-cta { justify-content:center; margin-top:2rem; }
@media (max-width:700px) { .culture-hero { padding:5rem 0 3.5rem; }.culture-section, .culture-start, .feature-section, .dark-section { padding:3.5rem 0; }.feature-section > .container { display:block; }.feature-note { margin-top:1.5rem; }.science-anchor { display:block; }.science-anchor .btn { margin-top:1rem; }.culture-hero h1 { font-size:clamp(2.7rem,13vw,4.5rem); } }

.culture-teaser { padding:4.5rem 0; background:#e7eadf; text-align:center; }

:root {
    --jungle: #0E3A53;
    --gold: #F3A71E;
    --white: #F7FAFC;
    --gray: #1F2937;
    --leaf: #2FBF71;
    --shadow: rgba(0, 0, 0, 0.1);
    --text-shadow: rgba(0, 0, 0, 0.3);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Literata', Georgia, 'Times New Roman', serif;
    line-height: 1.6;
    color: var(--gray);
    background: var(--white);
    background-image: 
        radial-gradient(circle at 1px 1px, rgba(14, 58, 83, 0.05) 1px, transparent 0);
    background-size: 20px 20px;
    padding-top: 56px;
}

body.editorial-site:has(.lf-hero) {
    padding-top: 0;
}

.btn {
    font-family: Anton, Impact, sans-serif;
    font-weight: 400;
    letter-spacing: 0.06em;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

h1 {
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.9;
}

h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 2rem;
    color: var(--jungle);
}

h3 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin-bottom: 1rem;
    color: var(--jungle);
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-size: 1rem;
}

.btn-primary {
    background: var(--gold);
    color: var(--gray);
    border-color: var(--gold);
}

.btn-primary:hover {
    background: transparent;
    color: var(--gold);
    border-color: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--shadow);
}

.btn-secondary {
    background: var(--jungle);
    color: var(--white);
    border-color: var(--jungle);
}

.btn-secondary:hover {
    background: transparent;
    color: var(--jungle);
    border-color: var(--jungle);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--shadow);
}

.btn-outline {
    background: transparent;
    color: var(--jungle);
    border-color: var(--jungle);
}

.btn-outline:hover {
    background: var(--jungle);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--shadow);
}

/* Navigation */
.nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(247, 250, 252, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(14, 58, 83, 0.1);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
}

.nav-logo a {
    font-family: 'Anton', sans-serif;
    font-size: 1.5rem;
    color: var(--jungle);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    color: var(--gray);
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--gold);
}

.nav-cta {
    background: var(--gold);
    color: var(--gray);
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nav-cta:hover {
    background: var(--jungle);
    color: var(--white);
    transform: translateY(-2px);
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
}

.hamburger {
    width: 25px;
    height: 3px;
    background: var(--jungle);
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--white) 0%, rgba(47, 191, 113, 0.05) 100%);
    padding-top: 56px;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-headline {
    color: var(--jungle);
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px var(--text-shadow);
}

.hero-line {
    display: block;
}

.hero-subhead {
    font-size: 1.5rem;
    color: var(--gray);
    margin-bottom: 2rem;
    font-weight: 500;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.hero-proof {
    display: flex;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--gray);
    opacity: 0.8;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px var(--shadow);
}

/* About Section */
.about {
    padding: 6rem 0;
    background: var(--white);
}

.about-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.about-copy {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 0 auto;
    color: var(--gray);
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.feature {
    text-align: center;
    padding: 2rem;
    background: rgba(47, 191, 113, 0.05);
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: translateY(-8px);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Gallery Section */
.gallery {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--white) 0%, rgba(14, 58, 83, 0.02) 100%);
}

.gallery h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 60px var(--shadow);
}

.gallery-track {
    display: flex;
    transition: transform 0.3s ease;
}

.gallery-slide {
    min-width: 100%;
    position: relative;
}

.gallery-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    cursor: pointer;
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 1rem;
    font-weight: 500;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    color: var(--jungle);
    transition: all 0.3s ease;
}

.gallery-nav:hover {
    background: var(--gold);
    color: var(--gray);
}

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}

/* Visit Section */
.visit {
    padding: 6rem 0;
    background: var(--jungle);
    color: var(--white);
}

.visit h2 {
    color: var(--white);
    text-align: center;
    margin-bottom: 3rem;
}

.visit-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.visit-info {
    display: grid;
    gap: 2rem;
}

.visit-item h3 {
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.visit-map {
    position: relative;
}

.visit-map img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.map-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: var(--gold);
    color: var(--gray);
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
}

.visit-ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Legend Section */
.legend {
    padding: 6rem 0;
    background: var(--white);
}

.legend h2 {
    text-align: center;
    margin-bottom: 4rem;
}

.timeline {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--gold);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 4rem;
}

.timeline-marker {
    position: absolute;
    left: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    background: var(--gold);
    border-radius: 50%;
    border: 4px solid var(--white);
    box-shadow: 0 0 0 2px var(--gold);
}

.timeline-content h3 {
    margin-bottom: 0.5rem;
}

/* FAQ Section */
.faq {
    padding: 6rem 0;
    background: rgba(47, 191, 113, 0.05);
}

.faq h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.faq-item {
    background: var(--white);
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 20px var(--shadow);
}

.faq-item h3 {
    margin-bottom: 1rem;
    color: var(--jungle);
}

/* Final CTA Section */
.final-cta {
    padding: 6rem 0;
    background: var(--gold);
    text-align: center;
}

.final-cta h2 {
    color: var(--gray);
    margin-bottom: 2rem;
}

.final-cta-buttons {
    margin-bottom: 2rem;
}

.final-cta-buttons .btn {
    margin: 0 0.5rem;
}

.sightings-counter {
    font-size: 1.1rem;
    color: var(--gray);
    font-weight: 600;
}

#counter {
    color: var(--jungle);
    font-weight: 700;
}

/* Footer */
.footer {
    background: var(--gray);
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-logo h3 {
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
}

.footer-social a {
    font-size: 1.5rem;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.footer-social a:hover {
    transform: scale(1.2);
}

.footer-legal {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Lightbox */
/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 68px;
        left: -100%;
        width: 100%;
        height: calc(100dvh - 68px);
        overflow-y: auto;
        background: var(--white);
        flex-direction: column;
        justify-content: flex-start;
        padding: 2rem;
        transition: left 0.3s ease;
        box-shadow: 0 4px 20px var(--shadow);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-toggle.active .hamburger:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .nav-toggle.active .hamburger:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.active .hamburger:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: center;
    }

    .hero-proof {
        flex-direction: column;
        gap: 0.5rem;
    }

    .visit-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .visit-ctas {
        flex-direction: column;
        align-items: center;
    }

    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        row-gap: 0.7rem;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .final-cta-buttons .btn {
        display: block;
        margin: 0.5rem 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero-ctas .btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .timeline {
        padding-left: 1rem;
    }

    .timeline-item {
        padding-left: 3rem;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-marker {
        left: 10px;
    }
}

/* Visual direction: volcanic editorial field guide */
:root { --jungle: #123d35; --gold: #e7ad45; --white: #f5f0e7; --gray: #24302c; --leaf: #7c9b63; --shadow: rgba(18,61,53,.14); --ink: #24302c; --moss: #d7dfc4; }
body { background: var(--white); background-image: none; }
h1, h2, h3 { letter-spacing: .025em; }
.nav { background: rgba(245,240,231,.9); border-bottom-color: rgba(18,61,53,.16); }
.nav-container { height: 68px; }
.nav-logo a { font-size: 1.35rem; letter-spacing: .08em; }
.nav-link { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.nav-cta { border-radius: 99px; padding: 11px 18px; }
.hero { min-height: calc(100vh - 68px); padding: 7rem 0 5rem; background: #123d35; color: var(--white); overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .17; background: radial-gradient(circle at 78% 32%, #f5d18a 0 1px, transparent 2px), radial-gradient(circle at 20% 70%, #fff 0 1px, transparent 2px); background-size: 34px 34px, 51px 51px; }
.hero-container { position: relative; z-index: 1; grid-template-columns: 1.05fr .95fr; gap: 5rem; }
.hero-content { padding-top: 2rem; }
.hero .kicker { color: #dfbd72; }
.hero-headline { color: var(--white); text-shadow: none; font-size: clamp(3.8rem, 8.5vw, 8.4rem); line-height: .84; letter-spacing: -.015em; }
.hero-subhead { color: #f1ce7b; font-family: Anton, sans-serif; font-size: clamp(1.5rem, 3vw, 2.25rem); text-transform: uppercase; letter-spacing: .05em; }
.hero .lede { color: rgba(245,240,231,.82); font-size: 1.15rem; max-width: 560px; margin-bottom: 1.8rem; }
.hero-ctas { align-items: center; }
.hero .btn-primary { background: #f1c66d; border-color: #f1c66d; color: #123d35; }
.hero .btn-secondary { background: transparent; border-color: rgba(245,240,231,.55); color: var(--white); }
.hero-proof { color: rgba(245,240,231,.68); gap: .6rem; flex-wrap: wrap; max-width: 560px; line-height: 1.7; }
.hero-image { position: relative; transform: rotate(2deg); }
.hero-image::after { content: ""; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid rgba(241,198,109,.42); border-radius: 14px; z-index: -1; }
.hero-image img { border-radius: 14px; max-height: 650px; object-fit: cover; object-position: center; }
.hero-stamp { position: absolute; z-index: 2; top: 24px; left: -28px; background: #e7ad45; color: #123d35; padding: 15px 14px 12px; border-radius: 50%; font: 1rem/1 Anton, sans-serif; text-align: center; transform: rotate(-12deg); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.about, .legend, .gallery, .faq { padding: 7rem 0; }
.about-intro { text-align: left; display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.about-intro h2 { font-size: clamp(2.5rem,5vw,5rem); line-height: .92; margin: 0; }
.about-copy { max-width: 620px; font-size: 1.1rem; line-height: 1.8; }
.experience-grid, .fungi-grid, .quick-grid { gap: 14px; }
.experience-card, .fungi-card, .quick-card { border-radius: 4px; padding: 25px; box-shadow: none; border: 1px solid rgba(18,61,53,.12); background: rgba(255,255,255,.42); }
.experience-card:nth-child(2), .fungi-card:nth-child(3) { background: var(--moss); }
.experience-card h3, .fungi-card h3, .quick-card h3 { font-size: 1.45rem; }
.legend { background: #e4ebd6; }
.legend h2, .gallery h2, .faq h2 { font-size: clamp(2.7rem,6vw,5.5rem); line-height: .9; }
.section-lede { text-align: left; margin-left: 0; max-width: 680px; }
.gallery { background: #f0e8da; }
.gallery .container { max-width: 1250px; }
.visit { background: #123d35; padding: 7rem 0; }
.visit .kicker { color: #e7ad45; }
.visit h2 { font-size: clamp(2.8rem,6vw,5.5rem); text-align: left; line-height: .9; }
.quick-card { background: rgba(245,240,231,.08); color: rgba(245,240,231,.82); border-color: rgba(245,240,231,.16); }
.quick-card h3 { color: #f1c66d; }
.nature-banner { background: #f5f0e7; color: var(--ink); border-radius: 3px; text-align: left; padding: 2rem; }
.faq { background: #d7dfc4; }
.faq h2 { text-align: left; }
.faq-item { background: rgba(245,240,231,.65); border-radius: 3px; box-shadow: none; border: 1px solid rgba(18,61,53,.1); }
.final-cta { background: #e7ad45; padding: 8rem 0; }
.footer { background: #102d28; }
.footer-social a { font-size: .78rem; letter-spacing: .1em; font-weight: 700; color: var(--white); }
.guide-wrap, .print-sheet { padding-top: 5rem; }
.guide-hero { gap: 4rem; }
.guide-hero h1, .page-heading h1 { font-size: clamp(3.4rem,8vw,7rem); line-height: .86; letter-spacing: -.01em; }
.guide-hero img { border-radius: 4px; box-shadow: 18px 18px 0 #d7dfc4; }
.guide-section h2 { font-size: clamp(2.5rem,5vw,4.5rem); line-height: .9; }
.callout { border-radius: 3px; box-shadow: none; border: 1px solid rgba(18,61,53,.15); background: #e4ebd6; }
.guide-card { border-radius: 3px; box-shadow: none; border: 1px solid rgba(18,61,53,.12); }
.field-gallery { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1rem; margin: 2rem 0; }
.field-gallery figure { margin: 0; background: #fff; border: 1px solid rgba(18,61,53,.12); }
.field-gallery figure:first-child { transform: translateY(2rem); }
.field-gallery img { display: block; width: 100%; height: 390px; object-fit: cover; }
.field-gallery figure:first-child img { height: 470px; }
.field-gallery figcaption { padding: 1rem; }
.field-gallery figcaption strong, .field-gallery figcaption span { display: block; }
.field-gallery figcaption span { font-size: .78rem; color: #66736b; margin-top: .3rem; line-height: 1.45; }
@media (max-width: 768px) { .hero { padding-top: 4rem; } .hero-container { gap: 2rem; } .hero-content { padding-top: 0; } .hero-stamp { left: -8px; } .about-intro { display: block; } .about-intro h2 { margin: .5rem 0 1.5rem; } }
@media (max-width: 700px) { .field-gallery { grid-template-columns: 1fr; } .field-gallery figure:first-child { transform: none; } .field-gallery img, .field-gallery figure:first-child img { height: 360px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* skip link (2026-08-24 accessibility pass) */
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:3000;background:#fffdf8;color:var(--lf-forest,#123528);font-weight:800;padding:12px 18px;border-radius:12px;border:2px solid var(--lf-forest,#123528);box-shadow:0 8px 24px rgba(16,42,36,.25)}
