/* ===== LOKALE FONTS ===== */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/playfairdisplay-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(fonts/playfairdisplay-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/sourcesanspro-300-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/sourcesanspro-300-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/sourcesanspro-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/sourcesanspro-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/sourcesanspro-600-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/sourcesanspro-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== RESET & BASIS ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --forest:      #1a3825;
    --forest-mid:  #2d5c3a;
    --forest-light:#4a7a52;
    --brown:       #6b4226;
    --beige:       #f5ede0;
    --beige-dark:  #ede0cc;
    --accent:      #c8831a;
    --accent-dark: #a66612;
    --text:        #2a1f14;
    --text-light:  #6b5940;
    --white:       #ffffff;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Source Sans Pro', sans-serif;
    background: var(--white);
    color: var(--text);
    line-height: 1.6;
    font-size: 16px;
}

img { display: block; max-width: 100%; height: auto; }

.container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ===== HEADER / NAV ===== */
.main-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: transparent;
    transition: background 0.35s ease, border-color 0.35s ease;
    border-bottom: 1px solid transparent;
}
.main-header.scrolled {
    background: rgba(26,56,37,0.97);
    border-bottom-color: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 70px;
}

.logo img {
    height: 42px;
    width: auto;
    object-fit: contain;
}

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

.nav-menu a {
    color: rgba(245,237,224,0.85);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: color 0.2s;
}
.nav-menu a:hover { color: var(--beige); }

/* Hamburger */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--beige);
    transition: all 0.25s;
    transform-origin: center;
}
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO ===== */
.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.hero-slide.active { opacity: 1; }

.hero-dots {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    gap: 0.6rem;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    border: 2px solid rgba(255,255,255,0.6);
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, transform 0.3s;
}

.dot.active {
    background: #fff;
    transform: scale(1.25);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(10,25,15,0.45) 0%,
        rgba(10,25,15,0.55) 50%,
        rgba(10,25,15,0.72) 100%
    );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    padding: 0 1.5rem;
}

.hero-label {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: var(--beige);
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    margin-bottom: 1.4rem;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 700;
    color: var(--beige);
    line-height: 1.05;
    margin-bottom: 1.2rem;
}

.hero p {
    font-size: 1.1rem;
    color: rgba(245,237,224,0.75);
    line-height: 1.7;
    margin-bottom: 2.2rem;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 28px;
    height: 44px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 6px;
    text-decoration: none;
}
.hero-scroll span {
    display: block;
    width: 4px;
    height: 8px;
    background: rgba(255,255,255,0.8);
    border-radius: 2px;
    animation: scroll-bob 1.6s ease-in-out infinite;
}
@keyframes scroll-bob {
    0%, 100% { transform: translateY(0); opacity: 1; }
    60%       { transform: translateY(8px); opacity: 0.3; }
}

/* ===== BUTTONS ===== */
.btn-primary {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn-primary:active { transform: translateY(0); }

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: var(--beige);
    border: 2px solid rgba(245,237,224,0.4);
    border-radius: 8px;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}
.btn-secondary:hover { border-color: var(--beige); background: rgba(245,237,224,0.08); }

.btn-outline {
    display: inline-block;
    border: 2px solid var(--forest);
    color: var(--forest);
    border-radius: 8px;
    padding: 0.7rem 1.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-top: 1rem;
}
.btn-outline:hover { background: var(--forest); color: var(--beige); }

/* ===== INTRO ===== */
.intro-section {
    padding: 4rem 0;
    background: var(--beige);
    border-bottom: 1px solid var(--beige-dark);
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.intro-item { padding: 1.5rem; }

.intro-item { border-left: 3px solid var(--accent); padding-left: 1.5rem; text-align: left; }

.intro-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--forest);
    margin-bottom: 0.5rem;
}

.intro-item p {
    font-size: 0.92rem;
    color: var(--text-light);
    line-height: 1.65;
}

/* ===== SECTION HEADERS ===== */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-label {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--forest);
    margin-bottom: 0.7rem;
}

.section-header p {
    font-size: 1rem;
    color: var(--text-light);
    max-width: 520px;
    margin: 0 auto;
}

/* ===== OVER ONS ===== */
.about-section {
    padding: 5rem 0;
    background: var(--beige);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-text .section-label { margin-bottom: 1.2rem; }

.about-text p {
    font-size: 0.97rem;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.about-text p:last-child { margin-bottom: 0; }

.about-text strong { color: var(--text); font-weight: 700; }

.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.about-stat {
    background: var(--white);
    border-radius: 14px;
    padding: 1.8rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid var(--beige-dark);
}

.stat-number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--forest);
    line-height: 1;
    margin-bottom: 0.4rem;
}

.stat-label {
    display: block;
    font-size: 0.78rem;
    color: var(--text-light);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}

/* ===== PRODUCTS ===== */
.products-section { padding: 5rem 0; background: var(--white); }
.products-section--alt { background: #f9f4ee; }

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
}

/* Flip card wrapper */
.product-card {
    perspective: 1200px;
    height: 380px;
    cursor: pointer;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card.flipped .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}

/* FRONT */
.card-front {
    background: var(--white);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.05);
    transition: box-shadow 0.2s;
}
.product-card:hover .card-front {
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}

.product-image {
    position: relative;
    height: 220px;
    flex-shrink: 0;
    overflow: hidden;
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.product-card:hover .product-image img { transform: scale(1.05); }

.product-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--forest);
    color: var(--beige);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.22rem 0.65rem;
    border-radius: 4px;
}

.flip-hint {
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.55));
    color: rgba(255,255,255,0.85);
    font-size: 0.72rem;
    font-weight: 600;
    text-align: center;
    padding: 0.5rem 0 0.4rem;
    letter-spacing: 0.5px;
    opacity: 0;
    transition: opacity 0.25s;
}
.product-card:hover .flip-hint { opacity: 1; }

.product-info {
    padding: 1.1rem 1.3rem 1.2rem;
    flex: 1;
}
.product-info h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--text);
    margin-bottom: 0.4rem;
}
.product-info p {
    font-size: 0.85rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* BACK */
.card-back {
    background: var(--forest);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.8rem;
    gap: 0.5rem;
}

.card-back h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--beige);
    margin-bottom: 0.6rem;
    text-align: center;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.order-form input,
.order-form textarea {
    width: 100%;
    padding: 0.6rem 0.85rem;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 0.85rem;
    font-family: 'Source Sans Pro', sans-serif;
    outline: none;
    resize: none;
    transition: border-color 0.2s, background 0.2s;
}
.order-form input::placeholder,
.order-form textarea::placeholder { color: rgba(255,255,255,0.45); }
.order-form input:focus,
.order-form textarea:focus {
    border-color: var(--accent);
    background: rgba(255,255,255,0.15);
}
.order-form textarea { rows: 2; }

.btn-order {
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.7rem;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 0.2rem;
    font-family: 'Source Sans Pro', sans-serif;
}
.btn-order:hover { background: var(--accent-dark); }

.btn-back {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    cursor: pointer;
    text-align: center;
    padding: 0.3rem 0;
    font-family: 'Source Sans Pro', sans-serif;
    transition: color 0.2s;
}
.btn-back:hover { color: rgba(255,255,255,0.85); }

/* "En meer" kaart */
.product-card--meer { cursor: pointer; }

.flip-hint-meer {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(245,237,224,0.5);
    text-transform: uppercase;
}
.card-front--meer {
    background: var(--forest);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    height: 100%;
    border-radius: 14px;
}
.card-front--meer h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--beige);
    margin-bottom: 0.6rem;
}
.card-front--meer p {
    font-size: 0.87rem;
    color: rgba(245,237,224,0.72);
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* ===== WILDRUN ===== */
.wildrun-section {
    padding: 5rem 0;
    background: var(--forest);
}

.wildrun-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 3rem;
}

.wildrun-text .section-label { color: rgba(245,237,224,0.6); }

.wildrun-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    color: var(--beige);
    margin-bottom: 0.8rem;
}

.wildrun-text p {
    font-size: 0.97rem;
    color: rgba(245,237,224,0.72);
    line-height: 1.7;
    margin-bottom: 1.6rem;
}

.wildrun-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wildrun-play-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background: rgba(0,0,0,0.3);
    border: 2px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 2.5rem 3rem;
    text-decoration: none;
    color: var(--beige);
    transition: background 0.2s, border-color 0.2s;
    max-width: 240px;
}
.wildrun-play-btn:hover {
    background: rgba(0,0,0,0.5);
    border-color: rgba(255,255,255,0.3);
}
.play-icon {
    font-size: 2.8rem;
    line-height: 1;
}
.wildrun-play-btn span:last-child {
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.7;
}

/* ===== CONTACT ===== */
.contact-section {
    padding: 5rem 0;
    background: var(--beige);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.contact-link {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
}
.contact-link:hover { text-decoration: underline; }

.contact-card {
    background: var(--white);
    border-radius: 14px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid var(--beige-dark);
}


.contact-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--forest);
    margin-bottom: 0.4rem;
}

.contact-card a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}
.contact-card a:hover { text-decoration: underline; }

.contact-card p {
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* ===== FOOTER ===== */
.main-footer {
    background: var(--forest);
    padding: 2.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-align: center;
}

.footer-brand { margin-bottom: 0.4rem; }
.footer-logo-img {
    height: 38px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    margin: 0 auto;
}

.footer-tagline {
    font-size: 0.85rem;
    color: rgba(245,237,224,0.5);
    letter-spacing: 1px;
}

.footer-voorwaarden {
    font-size: 0.8rem;
    color: rgba(245,237,224,0.45);
    text-decoration: none;
    border-bottom: 1px solid rgba(245,237,224,0.2);
    transition: color 0.2s;
}
.footer-voorwaarden:hover { color: rgba(245,237,224,0.75); }

.footer-copy {
    font-size: 0.78rem;
    color: rgba(245,237,224,0.35);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .about-grid    { grid-template-columns: 1fr; gap: 3rem; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .intro-grid    { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .wildrun-card  { grid-template-columns: 1fr; gap: 2rem; }
    .wildrun-preview { order: -1; }
    .contact-grid  { grid-template-columns: repeat(2, 1fr); }

}

@media (max-width: 640px) {
    .nav-toggle { display: flex; }

    .nav-menu {
        display: none;
        position: fixed;
        top: 70px; left: 0; right: 0;
        background: rgba(26,56,37,0.98);
        flex-direction: column;
        padding: 1.5rem;
        gap: 0;
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .nav-menu.open { display: flex; }
    .nav-menu li { width: 100%; }
    .nav-menu a {
        display: block;
        padding: 0.9rem 0;
        border-bottom: 1px solid rgba(255,255,255,0.07);
        font-size: 1rem;
    }

    .products-grid { grid-template-columns: 1fr; }
    .product-card  { height: 360px; }
    .intro-grid    { grid-template-columns: 1fr; }
    .contact-grid  { grid-template-columns: 1fr; }

    .hero h1 { font-size: 2.4rem; }
    .hero-cta { flex-direction: column; align-items: center; }
    .hero-cta .btn-primary,
    .hero-cta .btn-secondary { width: 100%; max-width: 280px; text-align: center; }

    .wildrun-card { padding: 1.8rem; }
    .wildrun-emojis { font-size: 1.8rem; gap: 0.5rem; padding: 1.2rem; }

    .products-section,
    .wildrun-section,
    .contact-section { padding: 3.5rem 0; }
    .intro-section { padding: 2.5rem 0; }
}

@media (max-width: 400px) {
    .hero h1 { font-size: 2rem; }
    .section-header h2 { font-size: 1.6rem; }
}
