@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
    --bg: #07120e;
    --bg2: #0b1b14;
    --card: #10241a;
    --card2: #13291e;
    --green: #5ca66d;
    --light-green: #9ed7a5;
    --cream: #f1ead9;
    --muted: #a7b5aa;
    --red: #c83d38;
    --gold: #d8b86b;
    --border: rgba(255,255,255,.08);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--cream);
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1120px, calc(100% - 40px));
    margin: auto;
}


/* NAVIGATION */

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 20;
}

.nav {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.logo span:last-child {
    color: var(--light-green);
}

.logo-mushroom {
    margin-right: 7px;
}

nav {
    display: flex;
    gap: 32px;
}

nav a {
    color: #c5d0c7;
    font-size: 14px;
    transition: .2s;
}

nav a:hover {
    color: white;
}

.nav-button {
    border: 1px solid rgba(255,255,255,.2);
    padding: 9px 17px;
    border-radius: 30px;
    font-size: 14px;
}


/* HERO */

.hero {
    min-height: 720px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 45%, rgba(61,111,67,.23), transparent 32%),
        linear-gradient(145deg, #06100c, #0b1b14);
}

.hero-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    right: -150px;
    top: 150px;
    border-radius: 50%;
    background: rgba(74,135,78,.08);
    filter: blur(80px);
}

.hero-content {
    min-height: 720px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 40px;
}

.hero-text {
    padding-top: 50px;
}

.eyebrow,
.section-label {
    color: var(--light-green);
    font-size: 11px;
    letter-spacing: 2.5px;
    font-weight: 700;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.eyebrow span {
    width: 25px;
    height: 1px;
    background: var(--light-green);
}

.hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(48px, 6vw, 76px);
    line-height: 1.02;
    letter-spacing: -2px;
    max-width: 700px;
}

.hero h1 strong {
    display: block;
    color: var(--light-green);
    font-style: italic;
}

.hero p {
    color: var(--muted);
    font-size: 17px;
    max-width: 580px;
    margin: 28px 0;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.button {
    display: inline-block;
    padding: 13px 21px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    transition: .2s;
}

.button.primary {
    background: var(--green);
    color: #07120e;
}

.button.primary:hover {
    transform: translateY(-2px);
    background: var(--light-green);
}

.button.secondary {
    border: 1px solid rgba(255,255,255,.16);
    color: var(--cream);
}

.button.secondary:hover {
    background: rgba(255,255,255,.05);
}


/* CSS MUSHROOM */

.hero-mushroom {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mushroom-glow {
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(194, 56, 50, .09);
    filter: blur(35px);
}

.mushroom {
    width: 310px;
    position: relative;
    z-index: 2;
}

.cap {
    height: 205px;
    width: 310px;
    border-radius: 190px 190px 65px 65px;
    background:
        radial-gradient(circle at 50% 40%, #ed6652 0%, #c83d38 45%, #8f282c 100%);
    position: relative;
    box-shadow:
        inset 0 -15px 20px rgba(0,0,0,.22),
        0 25px 50px rgba(0,0,0,.35);
}

.cap:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -7px;
    height: 28px;
    border-radius: 50%;
    background: #eadcc1;
}

.spot {
    position: absolute;
    background: #f4ead4;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0,0,0,.08);
}

.spot1 {
    width: 35px;
    height: 23px;
    left: 70px;
    top: 45px;
    transform: rotate(-15deg);
}

.spot2 {
    width: 25px;
    height: 18px;
    left: 145px;
    top: 28px;
}

.spot3 {
    width: 37px;
    height: 25px;
    right: 55px;
    top: 70px;
    transform: rotate(15deg);
}

.spot4 {
    width: 20px;
    height: 15px;
    left: 45px;
    top: 105px;
}

.spot5 {
    width: 27px;
    height: 19px;
    left: 135px;
    top: 105px;
}

.spot6 {
    width: 17px;
    height: 13px;
    right: 35px;
    top: 125px;
}

.stem {
    width: 105px;
    height: 190px;
    background: linear-gradient(
        90deg,
        #d4c29d,
        #f1e5c9 50%,
        #c8b58e
    );
    margin: -4px auto 0;
    border-radius: 15px 15px 30px 30px;
    position: relative;
    box-shadow: inset 10px 0 15px rgba(0,0,0,.08);
}

.ring {
    position: absolute;
    width: 135px;
    height: 25px;
    left: -15px;
    top: 45px;
    border: 8px solid #d9c7a2;
    border-top: 0;
    border-radius: 0 0 50% 50%;
}

.ground {
    position: absolute;
    width: 370px;
    height: 50px;
    bottom: -30px;
    left: -30px;
    background: rgba(35,69,45,.4);
    border-radius: 50%;
    filter: blur(5px);
}


/* STATS */

.stats {
    background: #091710;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stats-grid > div {
    padding: 25px 20px;
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.stats-grid > div:last-child {
    border-right: 0;
}

.stats-grid strong {
    color: var(--green);
    font-size: 12px;
}

.stats-grid span {
    color: #bdc8bf;
    font-size: 13px;
}


/* GENERAL SECTIONS */

.section {
    padding: 110px 0;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    line-height: 1.1;
    margin-top: 8px;
}

.section-heading h2 em {
    color: var(--light-green);
}

.section-heading > p {
    max-width: 390px;
    color: var(--muted);
}


/* CARDS */

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.card {
    background: linear-gradient(145deg, var(--card), #0c1d15);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 30px;
    min-height: 290px;
    position: relative;
    transition: .25s;
}

.card:hover {
    transform: translateY(-4px);
    border-color: rgba(158,215,165,.25);
}

.large-card {
    grid-column: span 2;
}

.card-icon {
    font-size: 25px;
    margin-bottom: 25px;
}

.card-number {
    position: absolute;
    right: 25px;
    top: 30px;
    color: #496254;
    font-size: 11px;
}

.card h3 {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    margin-bottom: 12px;
}

.card p {
    color: var(--muted);
    font-size: 14px;
    max-width: 480px;
}

.card a {
    position: absolute;
    bottom: 27px;
    color: var(--light-green);
    font-size: 13px;
    font-weight: 700;
}


/* FEATURE */

.feature-section {
    background: #0a1912;
    padding: 110px 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
    align-items: center;
}

.feature-image {
    display: flex;
    justify-content: center;
}

.forest-circle {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 70%, #213f29, #10271a 60%, #091710);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 150px;
    box-shadow:
        0 0 0 1px rgba(158,215,165,.08),
        0 30px 70px rgba(0,0,0,.35);
}

.feature-text h2 {
    font-family: "Playfair Display", serif;
    font-size: 52px;
    line-height: 1.05;
    margin: 12px 0 20px;
    max-width: 550px;
}

.feature-text > p {
    color: var(--muted);
    max-width: 560px;
}

.check-list {
    margin-top: 30px;
}

.check-list > div {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.check-list span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(92,166,109,.15);
    color: var(--light-green);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.check-list p {
    color: var(--muted);
    font-size: 14px;
}

.check-list strong {
    color: var(--cream);
}


/* HISTORY */

.history-section {
    padding: 110px 0;
}

.centered {
    display: block;
    text-align: center;
    max-width: 650px;
    margin: auto auto 60px;
}

.centered > p {
    margin: 18px auto 0;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.timeline-item {
    border-top: 1px solid var(--border);
    padding-top: 25px;
}

.timeline-item > span {
    color: var(--green);
    font-size: 11px;
    letter-spacing: 2px;
}

.timeline-item h3 {
    margin: 15px 0 10px;
    font-family: "Playfair Display", serif;
    font-size: 23px;
}

.timeline-item p {
    color: var(--muted);
    font-size: 14px;
}


/* SAFETY */

.safety-section {
    padding: 0 0 110px;
}

.safety-box {
    background: linear-gradient(
        120deg,
        rgba(145,74,44,.14),
        rgba(105,73,40,.06)
    );
    border: 1px solid rgba(214,184,107,.15);
    border-radius: 10px;
    padding: 45px;
    display: flex;
    gap: 25px;
}

.warning-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--gold);
    color: var(--gold);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.safety-box h2 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    margin: 7px 0 12px;
}

.safety-box p {
    color: var(--muted);
    font-size: 14px;
    max-width: 800px;
    margin-bottom: 8px;
}


/* CTA */

.newsletter {
    padding: 80px 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(71,121,77,.13), transparent 35%),
        #0a1912;
    border-top: 1px solid var(--border);
}

.newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.newsletter h2 {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    margin: 7px 0;
}

.newsletter p {
    color: var(--muted);
}


/* FOOTER */

footer {
    background: #050d09;
    padding-top: 60px;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 50px;
}

.footer-brand {
    max-width: 360px;
}

.footer-brand p {
    color: #718077;
    font-size: 13px;
    margin-top: 15px;
}

.footer-links {
    display: flex;
    gap: 25px;
    align-items: center;
}

.footer-links a {
    color: #87958b;
    font-size: 13px;
}

.footer-links a:hover {
    color: white;
}

.copyright {
    border-top: 1px solid var(--border);
    padding: 20px;
    text-align: center;
    color: #56645b;
    font-size: 11px;
}


/* MOBILE */

@media (max-width: 800px) {

    nav {
        display: none;
    }

    .nav-button {
        display: none;
    }

    .hero-content {
        grid-template-columns: 1fr;
        padding-top: 110px;
        padding-bottom: 70px;
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        min-height: auto;
    }

    .hero-text {
        padding-top: 0;
    }

    .hero h1 {
        font-size: 50px;
    }

    .hero-mushroom {
        height: 350px;
    }

    .mushroom {
        transform: scale(.75);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid > div:nth-child(2) {
        border-right: 0;
    }

    .section {
        padding: 75px 0;
    }

    .section-heading {
        display: block;
    }

    .section-heading > p {
        margin-top: 20px;
    }

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

    .large-card {
        grid-column: auto;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .forest-circle {
        width: 290px;
        height: 290px;
        font-size: 110px;
    }

    .feature-text h2 {
        font-size: 43px;
    }

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

    .newsletter-inner {
        display: block;
    }

    .newsletter .button {
        margin-top: 25px;
    }

    .footer-inner {
        display: block;
    }

    .footer-links {
        margin-top: 30px;
        flex-wrap: wrap;
    }
}


@media (max-width: 480px) {

    .container {
        width: min(100% - 28px, 1120px);
    }

    .hero h1 {
        font-size: 43px;
    }

    .hero p {
        font-size: 15px;
    }

    .section-heading h2 {
        font-size: 40px;
    }

    .card {
        padding: 25px;
    }

    .safety-box {
        padding: 28px;
        flex-direction: column;
    }

    .stats-grid span {
        font-size: 12px;
    }
}
