html {
    scroll-behavior: smooth;
}
 
* {
    box-sizing: border-box;
}
 
/* ---------- Utilities ---------- */
.clear-both {
    clear: both;
}
 
/* ---------- Body ---------- */
.site-body {
    background-color: #1d1d1d;
    font-family: 'Arial', sans-serif;
    margin: 0 150px;
    font-size: 20px;
    line-height: 1.6;
}
 
/* ---------- Header / Nav ---------- */
.site-header {
    top: 0;
    margin: 0 -150px;
    width: 100vw;
    padding: 5px 30px;
    background-color: #1d1d1d;
    color: whitesmoke;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
}
 
.header-logo {
    width: 60px;
    height: auto;
    border-radius: 50%;
    margin: 0;
}
 
.header-title {
    font-size: 22px;
    padding-right: 400px;
    font-weight: 200;
}
 
.header-nav {
    display: flex;
    gap: 30px;
}
 
.nav-link {
    text-decoration: none;
    color: inherit;
}
 
.nav-text {
    margin: 0;
    font-size: 18px;
    font-weight: 200;
    color: whitesmoke;
    text-decoration: none;
}
 
.nav-active {
    font-weight: 700;
}
 
/* ---------- Hero ---------- */
.hero-logo {
    width: 400px;
    height: auto;
    display: block;
    margin: 0 0 0 -40px;
    float: right;
}
 
.hero-heading {
    text-align: left;
    font-family: 'Impact', sans-serif;
    font-size: clamp(32px, 8vw, 80px);
    color: whitesmoke;
    margin-top: 90px;
}
 
.hero-accent {
    color: #742cb7;
}
 
.body-text {
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    color: #c0c0c0;
}
 
.body-text-right {
    text-align: left;
    float: right;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    color: #c0c0c0;
    font-weight: 200;
}
 
/* ---------- Stats section ---------- */
.stats-section {
    background: #303030;
    color: #ffab1b;
    font-family: 'Courier New', monospace;
    margin: 0 -150px;
    padding: 40px 200px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
 
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
 
.stat-number {
    font-size: 30px;
}
 
.stat-label {
    color: #c0c0c0;
    font-size: 20px;
    font-family: 'Arial', sans-serif;
}
 
/* ---------- Photo row ---------- */
.photo-row {
    flex-wrap: wrap;
    margin-top: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
}
 
.photo-row img {
    width: 30%;
    max-width: 100%;
    height: auto;
}
 
/* ---------- Dividers ---------- */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 40px 0;
    clear: both;
}
 
.divider-line {
    flex: 1;
    border-bottom: 1px solid #ffab1b;
}
 
/* ---------- Section headings ---------- */
.section-heading {
    font-size: 50px;
    color: whitesmoke;
    font-family: 'Impact', sans-serif;
    text-align: left;
    scroll-margin-top: 20px;
}
 
.section-heading-center {
    text-align: center;
}
 
.subsection-heading {
    text-align: left;
    font-family: 'Impact', sans-serif;
    font-size: 30px;
    color: whitesmoke;
}
 
.subsection-heading-right {
    float: right;
    text-align: left;
    font-family: 'Impact', sans-serif;
    font-size: 30px;
    color: whitesmoke;
}
 
.how-to-heading {
    text-align: left;
    font-family: 'Impact', sans-serif;
    font-size: 25px;
    color: whitesmoke;
}
 
/* ---------- Buttons ---------- */
.btn {
    background-color: #742cb7;
    color: whitesmoke;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
 
.btn-float {
    clear: right;
    float: right;
    margin-top: 15px;
}
 
.btn-floatleft {
    clear: left;
    float: left;
    margin: 5px 0 20px 0;
}
 
.btn-center {
    display: block;
    margin: 0 auto;
}
 
/* ---------- Camp flyer image ---------- */
.produce-img {
    float: right;
    width: 400px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
 
.price-tag {
    color: #ffab1b;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px;
}
 
/* ---------- Footer bottom (copyright bar) ---------- */
.site-footer-bottom {
    background: #1d1d1d;
    color: #c0c0c0;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    padding: 20px 0px 25px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
 
/* ---------- Contact cards ---------- */
.contact-row {
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
}
 
.contact-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #c0c0c0;
    font-size: 15px;
}
 
.contact-name {
    color: whitesmoke;
    font-size: 25px;
    font-family: 'Arial', sans-serif;
}
 
.contact-info {
    color: #ffab1b;
    font-size: 15px;
    font-family: 'Courier New', monospace;
}
 
/* --- Mobile styles below 768px --- */
@media (max-width: 768px) {
    .site-body {
        margin: 0 15px;
    }
 
    .site-header {
        margin: 0 -15px;
        flex-direction: column;
        gap: 12px;
        padding: 15px;
        position: static;
        text-align: center;
    }
 
    .header-title {
        padding-right: 0;
        font-size: 18px;
    }
 
    .header-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
 
    .hero-logo {
        float: none;
        width: 100%;
        margin: 20px 0;
    }
 
    .hero-heading {
        margin-top: 20px;
        font-size: 32px;
    }
 
    .stats-section {
        flex-direction: column;
        gap: 20px;
        margin: 0 -15px;
        padding: 30px 20px;
    }
 
    .photo-row img {
        width: 100%;
    }
 
    .produce-img {
        float: none;
        width: 100%;
        margin: 20px 0;
    }
 
    .btn-float {
        float: none;
        display: block;
        width: 100%;
        clear: none;
    }
 
    .btn-floatleft {
        float: none;
        display: block;
        width: 100%;
        clear: none;
    }
 
    .subsection-heading-right {
        float: none;
    }
 
    .body-text-right {
        float: none;
    }
 
    .section-heading,
    .section-heading-center {
        font-size: 32px;
    }
 
    .contact-row {
        flex-direction: column;
        gap: 30px;
    }
 
 
    body {
        font-size: 14px;
    }
}
