/* ==========================================================================
   TEMPLATE VARIABLES — Change these to rebrand for another business
   ========================================================================== */
:root {
    /* Brand colors */
    --color-primary: #3B7A57;       /* Forest green */
    --color-primary-light: #5A9E78;
    --color-primary-dark: #2C5E42;
    --color-accent: #E85D4A;        /* Warm coral/red */
    --color-accent-light: #F07D6E;
    --color-secondary: #F4A942;     /* Warm orange */

    /* Neutrals */
    --color-bg: #FFFDF8;
    --color-bg-alt: #F3F0E8;
    --color-bg-dark: #2B3A2E;
    --color-text: #333730;
    --color-text-light: #6B6F65;
    --color-text-on-dark: #F0EDE6;
    --color-white: #FFFFFF;

    /* Typography */
    --font-display: 'Fredoka', 'Arial Rounded MT Bold', sans-serif;
    --font-body: 'Nunito', Arial, sans-serif;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 4rem;
    --space-xl: 6rem;

    /* Borders & Radius */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-full: 9999px;

    /* Transitions */
    --transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

ul {
    list-style: none;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 var(--space-md);
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   SECTION SHARED STYLES
   ========================================================================== */
.section-label {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: var(--space-xs);
    background: rgba(59, 122, 87, 0.1);
    padding: 0.3rem 1rem;
    border-radius: var(--radius-full);
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-text);
    margin-bottom: var(--space-md);
}

/* ==========================================================================
   DOODLE BACKGROUND — Forest-themed SVG pattern
   ========================================================================== */
.doodle-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.04;
    z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='%233B7A57' stroke-width='1.5' stroke-linecap='round'%3E%3C!-- leaf 1 --%3E%3Cpath d='M30 60 Q45 30 60 60 Q45 50 30 60Z'/%3E%3Cline x1='45' y1='60' x2='45' y2='80'/%3E%3C!-- bird 1 --%3E%3Cpath d='M120 40 Q130 25 140 40'/%3E%3Cpath d='M140 40 Q150 25 160 40'/%3E%3C!-- tree --%3E%3Cline x1='250' y1='90' x2='250' y2='60'/%3E%3Ccircle cx='250' cy='50' r='15'/%3E%3C!-- leaf 2 --%3E%3Cpath d='M340 70 Q355 40 370 70 Q355 60 340 70Z'/%3E%3Cline x1='355' y1='70' x2='355' y2='90'/%3E%3C!-- acorn --%3E%3Cellipse cx='50' cy='180' rx='8' ry='10'/%3E%3Cpath d='M42 175 Q50 168 58 175'/%3E%3C!-- bird 2 --%3E%3Cpath d='M180 160 Q190 145 200 160'/%3E%3Cpath d='M200 160 Q210 145 220 160'/%3E%3C!-- flower --%3E%3Ccircle cx='320' cy='180' r='5'/%3E%3Ccircle cx='320' cy='168' r='4'/%3E%3Ccircle cx='320' cy='192' r='4'/%3E%3Ccircle cx='308' cy='180' r='4'/%3E%3Ccircle cx='332' cy='180' r='4'/%3E%3Cline x1='320' y1='196' x2='320' y2='215'/%3E%3C!-- leaf 3 --%3E%3Cpath d='M80 300 Q95 270 110 300 Q95 290 80 300Z'/%3E%3Cline x1='95' y1='300' x2='95' y2='320'/%3E%3C!-- bird 3 --%3E%3Cpath d='M220 280 Q230 265 240 280'/%3E%3Cpath d='M240 280 Q250 265 260 280'/%3E%3C!-- pine tree --%3E%3Cline x1='360' y1='340' x2='360' y2='300'/%3E%3Cpath d='M345 320 L360 295 L375 320'/%3E%3Cpath d='M348 335 L360 310 L372 335'/%3E%3C!-- mushroom --%3E%3Cline x1='160' y1='350' x2='160' y2='330'/%3E%3Cpath d='M145 332 Q160 315 175 332'/%3E%3C!-- small stars --%3E%3Ccircle cx='300' cy='310' r='2'/%3E%3Ccircle cx='140' cy='120' r='2'/%3E%3Ccircle cx='380' cy='250' r='2'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 400px 400px;
}

.doodle-bg--light {
    opacity: 0.03;
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('Assets/hero-img.jpg') center/cover no-repeat;
    overflow: hidden;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(43, 58, 46, 0.55) 0%,
        rgba(43, 58, 46, 0.45) 50%,
        rgba(43, 58, 46, 0.65) 100%
    );
    pointer-events: none;
}

.hero__content {
    position: relative;
    z-index: 1;
    padding: var(--space-md);
    max-width: 700px;
}

.hero__logo {
    width: clamp(180px, 35vw, 280px);
    height: auto;
    margin: 0 auto var(--space-md);
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}

.hero__subtitle {
    font-family: var(--font-display);
    font-size: clamp(1rem, 2.2vw, 1.3rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: var(--space-lg);
    letter-spacing: 0.03em;
}

.hero__cta {
    display: flex;
    gap: var(--space-sm);
    justify-content: center;
    flex-wrap: wrap;
}

.hero__scroll {
    position: absolute;
    bottom: var(--space-md);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2.2rem;
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: all var(--transition);
    border: 2px solid transparent;
}

.btn--primary {
    background: var(--color-accent);
    color: var(--color-white);
    border-color: var(--color-accent);
}

.btn--primary:hover {
    background: var(--color-accent-light);
    border-color: var(--color-accent-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(232, 93, 74, 0.35);
}

.btn--outline {
    background: rgba(255, 255, 255, 0.12);
    color: var(--color-white);
    border-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
}

.btn--outline:hover {
    border-color: var(--color-white);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about {
    position: relative;
    padding: var(--space-xl) 0;
    text-align: center;
    overflow: hidden;
}

.about__text {
    max-width: 650px;
    margin: 0 auto var(--space-lg);
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--color-text-light);
    font-weight: 400;
}

.about__highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-md);
    max-width: 800px;
    margin: 0 auto;
}

.highlight {
    padding: var(--space-md) var(--space-sm);
    background: var(--color-white);
    border-radius: var(--radius-lg);
    border: 2px solid rgba(59, 122, 87, 0.08);
    transition: all var(--transition);
}

.highlight:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(59, 122, 87, 0.1);
    border-color: rgba(59, 122, 87, 0.15);
}

.highlight__icon {
    font-size: 2.2rem;
    display: block;
    margin-bottom: var(--space-sm);
}

.highlight h3 {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: var(--color-primary-dark);
}

.highlight p {
    font-size: 0.9rem;
    color: var(--color-text-light);
}

/* ==========================================================================
   SOCIAL CTA
   ========================================================================== */
.social {
    padding: var(--space-xl) 0;
    text-align: center;
    background: var(--color-primary);
    color: var(--color-white);
}

.social .section-label {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.12);
}

.social .section-title {
    color: var(--color-white);
}

.social__text {
    max-width: 550px;
    margin: 0 auto var(--space-md);
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.social__buttons {
    display: flex;
    gap: var(--space-sm);
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: var(--space-lg);
}

.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2rem;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    color: var(--color-white);
    transition: all var(--transition);
}

.social-btn__icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.social-btn--fb {
    background: #1877F2;
}

.social-btn--fb:hover {
    background: #0d65d9;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(24, 119, 242, 0.4);
}

.social-btn--ig {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-btn--ig:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(225, 48, 108, 0.4);
}

.social__embed {
    margin-top: var(--space-md);
    display: flex;
    justify-content: center;
}

.social__embed .instagram-media {
    border-radius: var(--radius-lg) !important;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact {
    position: relative;
    padding: var(--space-xl) 0;
    overflow: hidden;
}

.contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-lg);
    align-items: stretch;
}

.contact__list {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.contact__list li {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.contact__list strong {
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-primary);
}

.contact__list span,
.contact__list a {
    font-size: 1rem;
    color: var(--color-text-light);
    line-height: 1.6;
}

.contact__list a {
    transition: color var(--transition);
}

.contact__list a:hover {
    color: var(--color-primary);
}

.contact__list li:last-child a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-underline-offset: 3px;
}

.contact__list li:last-child a:hover {
    color: var(--color-accent);
}

.contact__map {
    border-radius: var(--radius-lg);
    overflow: hidden;
    min-height: 350px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 3px solid var(--color-bg-alt);
    display: flex;
}

.contact__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 350px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
    background: var(--color-bg-dark);
    padding: var(--space-md) 0;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-sm);
}

.footer__logo {
    width: 60px;
    height: auto;
}

.footer__social {
    display: flex;
    gap: var(--space-sm);
}

.footer__social a {
    color: rgba(255, 255, 255, 0.5);
    transition: color var(--transition);
}

.footer__social a:hover {
    color: var(--color-primary-light);
}

.footer__copy {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.35);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {
    .contact__grid {
        grid-template-columns: 1fr;
    }

    .contact__map {
        min-height: 280px;
    }

    .footer__inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero__cta {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 280px;
    }

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

    .social-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

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

/* ==========================================================================
   ANIMATIONS (on scroll — activated via JS)
   ========================================================================== */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
