/* ============================================================
   BAG OF SMITE — Refined Forest Design System
   Forest green canvas + amber accent. Light, inviting, premium.
   ============================================================ */

/* ---------- Design Tokens ---------- */
:root {

    /* — FOREST PALETTE (Refined Cornish Forest) — */
    --forest-deepest: #061B05;   /* near-black anchor */
    --forest-deep:    #0A2F08;   /* deep — footer, intense sections */
    --forest-dark:    #1F5A18;   /* dark forest */
    --forest-mid:     #2E8B1F;   /* mid — gradient stop */
    --forest-bright:  #4DAA32;   /* bright — gradient stop */
    --forest-pop:     #5FD162;   /* vivid lime — highlights, illustrations */

    /* — CREAM / PALE — */
    --cream:          #FAF8F1;   /* main pale section bg */
    --cream-warm:     #F5F1E6;   /* warm cream alt */
    --pale-green:     #F1F8EE;   /* hint-of-green pale */

    /* — AMBER ACCENT — */
    --amber:          #FFC857;   /* primary accent */
    --amber-deep:     #E8A93D;   /* darker amber for hover */
    --amber-soft:     rgba(255, 200, 87, 0.15);
    --amber-glow:     rgba(255, 200, 87, 0.45);

    /* — TEXT — */
    --text:                #1A2818;   /* dark green-black on light surfaces */
    --text-mute:           #5A6A57;   /* muted gray-green on light */
    --text-dim:            #8A9587;
    --text-on-dark:        #FFFFFF;   /* on green surfaces */
    --text-on-dark-mute:   rgba(255, 255, 255, 0.75);
    --text-on-dark-dim:    rgba(255, 255, 255, 0.5);

    /* — SURFACES — */
    --bg-base:        var(--cream);
    --bg-card:        #FFFFFF;
    --bg-card-warm:   var(--cream-warm);
    --bg-frost:       rgba(255, 255, 255, 0.08);
    --bg-frost-hover: rgba(255, 255, 255, 0.14);

    /* — BORDERS — */
    --border:           rgba(10, 47, 8, 0.08);
    --border-strong:    rgba(10, 47, 8, 0.16);
    --border-on-dark:   rgba(255, 255, 255, 0.12);
    --border-on-dark-strong: rgba(255, 255, 255, 0.22);
    --border-amber:     rgba(255, 200, 87, 0.45);

    /* — GRADIENTS — */
    --gradient-forest:        linear-gradient(135deg, #0A2F08 0%, #1F5A18 60%, #2E8B1F 100%);
    --gradient-forest-bright: linear-gradient(135deg, #1F5A18 0%, #2E8B1F 50%, #4DAA32 100%);
    --gradient-forest-deep:   linear-gradient(180deg, #0A2F08 0%, #061B05 100%);
    --gradient-amber:         linear-gradient(135deg, #FFC857 0%, #E8A93D 100%);

    /* — SHADOWS — */
    --shadow-sm: 0 2px 8px rgba(10, 47, 8, 0.06);
    --shadow-md: 0 8px 24px rgba(10, 47, 8, 0.08);
    --shadow-lg: 0 20px 50px rgba(10, 47, 8, 0.12);
    --shadow-amber: 0 8px 24px rgba(255, 200, 87, 0.35);

    /* — LEGACY ALIASES (so existing templates with --neon refs keep working) — */
    --neon:        var(--amber);
    --neon-bright: var(--amber);
    --neon-deep:   var(--amber-deep);
    --neon-glow:   var(--amber-glow);
    --neon-soft:   var(--amber-soft);
    --border-neon: var(--border-amber);

    /* — TYPE — */
    --font-display: 'Fraunces', 'Times New Roman', serif;
    --font-body:    'Plus Jakarta Sans', system-ui, sans-serif;
    --font-mono:    'JetBrains Mono', ui-monospace, monospace;

    /* — SPACING — */
    --container:  1280px;
    --gutter:     clamp(1.25rem, 4vw, 2.5rem);
    --section-y:  clamp(4rem, 9vw, 7rem);

    /* — RADII — */
    --r-sm: 8px;
    --r-md: 16px;
    --r-lg: 24px;
    --r-xl: 32px;

    /* — MOTION — */
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text);
    background: var(--bg-base);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.media-frame img{width:100%;}
.media-frame figcaption{color:#fff !important;padding:20px !important;text-align:center;}
img, video {max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul, ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

/* ---------- Typography ---------- */
.eyebrow {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--amber-deep);
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}
.hero .eyebrow,
.page-hero .eyebrow,
.cta-block .eyebrow,
.on-forest .eyebrow,
.section.on-forest .eyebrow,
.section-tight.on-forest .eyebrow { color: var(--amber); }

.eyebrow::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1.5px;
    background: currentColor;
}

.display-1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.5rem, 7.5vw, 3.75rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}
.display-2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.85rem, 4.8vw, 2.5rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
}
.display-3 {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    line-height: 1.15;
    letter-spacing: -0.015em;
}

.lead {
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    color: var(--text-mute);
    line-height: 1.6;
    max-width: 60ch;
}

.neon-text { color: var(--amber); }
.neon-text em, em.neon-text {
    font-style: italic;
    color: var(--amber);
    background: linear-gradient(90deg, var(--amber) 0%, #FFD580 100%);
    -webkit-background-clip: text;
    background-clip: text;
/*     -webkit-text-fill-color: transparent; */
}

/* ---------- Layout ---------- */
.container {
    max-width: var(--container);
    margin: 0 auto;
/*     padding: 0 var(--gutter); */
	padding: 0 20px;
}
.section { padding: var(--section-y) 0; background: var(--cream); position: relative; }
.section-tight { padding: clamp(2.5rem, 5vw, 4rem) 0; background: var(--cream); position: relative; }

.section.on-forest,
.section-tight.on-forest {
    background: var(--gradient-forest);
    color: var(--text-on-dark);
    overflow: hidden;
}
.section.on-forest::before,
.section-tight.on-forest::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(800px 500px at 90% -10%, rgba(255,200,87,0.10), transparent 60%),
        radial-gradient(600px 400px at -10% 100%, rgba(95,209,98,0.12), transparent 60%);
    pointer-events: none;
}
.section.on-forest > *,
.section-tight.on-forest > * { position: relative; }
.section.on-forest .lead,
.section-tight.on-forest .lead { color: var(--text-on-dark-mute); }

.grid { display: grid; gap: var(--gutter); }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* ---------- Header / Nav ---------- 
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    background: rgba(250, 248, 241, 0.85);
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-scrolled {
    border-bottom-color: var(--border);
    box-shadow: 0 4px 24px rgba(10, 47, 8, 0.06);
}
.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    gap: 1.5rem;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    color: var(--forest-deep);
}
.brand-mark {
    width: 38px; height: 38px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--gradient-forest-bright);
    color: #fff;
    font-weight: 800;
    font-family: var(--font-body);
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(46, 139, 31, 0.3);
}
.brand-name sup { color: var(--amber-deep) !important; }
.nav-menu {
    display: flex;
    gap: 0.25rem;
}
.nav-menu a {
    position: relative;
    padding: 0.55rem 0.95rem;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--text);
    border-radius: 8px;
    transition: color 0.2s var(--ease);
}
.nav-menu a::after {
    content: "";
    position: absolute;
    left: 0.95rem; right: 0.95rem; bottom: 0.35rem;
    height: 2px;
    background: var(--amber);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s var(--ease);
    border-radius: 1px;
}
.nav-menu a:hover, .nav-menu .current-menu-item a, .nav-menu a[aria-current="page"] {
    color: var(--forest-deep);
}
.nav-menu a:hover::after,
.nav-menu .current-menu-item a::after,
.nav-menu a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 0.75rem; }
.nav-toggle {
    display: none;
    width: 44px; height: 44px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid var(--border-strong);
    align-items: center;
    justify-content: center;
    transition: background 0.2s var(--ease);
}
.nav-toggle:hover { background: rgba(10, 47, 8, 0.04); }
.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--forest-deep);
    position: relative;
    transition: background 0.2s var(--ease) 0.15s;
}
.nav-toggle span::before, .nav-toggle span::after {
    content: ""; position: absolute; left: 0; right: 0;
    height: 2px; background: var(--forest-deep);
    transition: top 0.2s var(--ease) 0.15s, transform 0.2s var(--ease);
}
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after  { top:  7px; }

/* Animate to X when open 
.nav-toggle[aria-expanded="true"] span { background: transparent; transition-delay: 0s; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); transition-delay: 0s, 0.15s; }
.nav-toggle[aria-expanded="true"] span::after  { top: 0; transform: rotate(-45deg); transition-delay: 0s, 0.15s; }

@media (max-width: 960px) {
    .nav-menu {
        position: fixed;
        inset: 76px 0 0 0;
        flex-direction: column;
        gap: 0;
        padding: 2rem var(--gutter);
        background: var(--cream);
        transform: translateY(-100%);
        transition: transform 0.4s var(--ease);
        overflow-y: auto;
        z-index: 49;
    }
    .nav-menu.is-open { transform: translateY(0); }
    .nav-menu a { padding: 1rem 0; font-size: 1.5rem; font-family: var(--font-display); border-bottom: 1px solid var(--border); }
    .nav-menu a::after { display: none; }
    .nav-toggle { display: flex; }
    body.menu-open { overflow: hidden; }
}
*/

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1;
    transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease), color 0.2s var(--ease);
    white-space: nowrap;
    border: 1px solid transparent;
}
.btn-primary {
    background: var(--gradient-amber);
    color: #3a2900;
    box-shadow: var(--shadow-amber);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255, 200, 87, 0.5); }

.btn-ghost {
    background: rgba(255,255,255,0.06);
    color: var(--text-on-dark);
    border-color: var(--border-on-dark-strong);
}
.btn-ghost:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.45); }

/* Cream-section ghost */
.section:not(.on-forest) .btn-ghost,
.section-tight:not(.on-forest) .btn-ghost {
    background: transparent;
    color: var(--forest-deep);
    border-color: var(--border-strong);
}
.section:not(.on-forest) .btn-ghost:hover,
.section-tight:not(.on-forest) .btn-ghost:hover {
    background: var(--forest-deep);
    color: #fff;
    border-color: var(--forest-deep);
}

.btn-arrow::after { content: "↗"; font-weight: 400; transition: transform 0.2s var(--ease); }
.btn-arrow:hover::after { transform: translate(2px, -2px); }

/* ---------- Cards ---------- */
.card {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 1.75rem;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
    color: var(--text);
}
.card p, .card .lead { color: var(--text-mute); }
.card:hover {
    transform: translateY(-3px);
    border-color: var(--border-amber);
    box-shadow: var(--shadow-md);
}

/* Card on green sections — translucent white */
.section.on-forest .card,
.section-tight.on-forest .card,
.hero .card,
.page-hero + .section .card.on-forest {
    background: var(--bg-frost);
    border-color: var(--border-on-dark);
    color: var(--text-on-dark);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: none;
}
.section.on-forest .card p,
.section-tight.on-forest .card p { color: var(--text-on-dark-mute); }
.section.on-forest .card:hover,
.section-tight.on-forest .card:hover {
    background: var(--bg-frost-hover);
    border-color: var(--border-amber);
}

.card-glow:hover {
    border-color: var(--amber);
    box-shadow: 0 12px 40px rgba(255, 200, 87, 0.18), var(--shadow-md);
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    min-height: clamp(560px, 88vh, 800px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--text-on-dark);
    background: var(--gradient-forest);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-bg img, .hero-bg video {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.55;
    filter: saturate(0.95) contrast(1.02);
}
/* Video sits above the poster; poster shows until video can play */
.hero-bg-video { position: absolute; inset: 0; z-index: 2; }
.hero-bg-poster {
    position: absolute; inset: 0; z-index: 1;
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.55;
    filter: saturate(0.95) contrast(1.02);
}
.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
        linear-gradient(180deg, rgba(10, 47, 8, 0.45) 0%, rgba(10, 47, 8, 0.25) 40%, rgba(10, 47, 8, 0.65) 100%),
        linear-gradient(90deg, rgba(10, 47, 8, 0.7) 0%, rgba(10, 47, 8, 0.35) 50%, transparent 100%),
        radial-gradient(800px 500px at 100% 0%, rgba(255,200,87,0.18), transparent 60%);
    pointer-events: none;
}
.hero .container { position: relative; z-index: 4; }
.hero-content { padding: 5rem 0; max-width: 700px; }
.hero h1 { margin-bottom: 1.5rem; color: #fff; }
.hero .lead { color: var(--text-on-dark-mute); margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2.5rem; }

/* ---------- Stats Strip ---------- */
.stats {
    background: var(--gradient-forest-deep);
    padding: 3rem 0;
    position: relative;
    color: var(--text-on-dark);
    border-top: 1px solid var(--border-on-dark);
    border-bottom: 1px solid var(--border-on-dark);
}
.stats::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,200,87,0.06), transparent);
    pointer-events: none;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2rem;
    text-align: center;
    position: relative;
}
.stats-grid > div {
    position: relative;
    padding: 0 1rem;
}
.stats-grid > div + div::before {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    width: 1px; height: 60%;
    background: var(--border-on-dark);
    transform: translateY(-50%);
}
.stat-num {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.4rem, 4.2vw, 3.5rem);
    line-height: 1;
    color: var(--amber);
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
}
.stat-label { font-size: 0.85rem; color: var(--text-on-dark-mute); letter-spacing: 0.05em; border-bottom: 2px solid #ffc857; padding-bottom: 5px; display: inline; }

/* ---------- Timeline ---------- */
.timeline { display: grid; gap: 0.75rem; }
.timeline-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 1rem;
    padding: 1.25rem 1rem;
    border-radius: var(--r-md);
    background: var(--bg-frost);
    border: 1px solid var(--border-on-dark);
    transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), background 0.3s var(--ease);
}
.timeline-item:hover {
    border-color: var(--border-amber);
    background: var(--bg-frost-hover);
    transform: translateX(4px);
}
.timeline-year {
    font-family: var(--font-mono);
    font-size: 1.3rem;
    color: var(--amber);
    align-self: start;
    padding-top: 0.2rem;
    font-weight: 500;
	text-align: center;
}
.timeline-title {
    font-weight: 700;
    margin-bottom: 0.3rem;
    color: var(--text-on-dark);
    font-family: var(--font-display);
    font-size: 1.05rem;
}
.timeline-body { font-size: 0.95rem; color: var(--text-on-dark-mute); line-height: 1.55; }

/* ---------- Steps ---------- */
.steps { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.step {
    position: relative;
    padding: 1.75rem;
    border-radius: var(--r-md);
    background: var(--bg-frost);
    border: 1px solid var(--border-on-dark);
    overflow: hidden;
    color: var(--text-on-dark);
    transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.step:hover { border-color: var(--border-amber); background: var(--bg-frost-hover); }
.step-num {
    position: absolute;
    top: 0.85rem; right: 1.25rem;
    font-family: var(--font-display);
    font-size: 3rem;
    color: rgba(255, 200, 87, 0.22);
    font-weight: 700;
    line-height: 1;
}
.step-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: var(--amber-soft);
    border: 1px solid var(--border-amber);
    display: grid;
    place-items: center;
    color: var(--amber);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.step h3 { font-size: 1.1rem; margin-bottom: 0.5rem; font-family: var(--font-display); font-weight: 700; }
.step p { font-size: 0.92rem; color: var(--text-on-dark-mute); line-height: 1.55; }

/* ---------- Pills ---------- */
.pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    background: rgba(46, 139, 31, 0.08);
    border: 1px solid rgba(46, 139, 31, 0.18);
    border-radius: 999px;
    font-size: 0.8rem;
    color: var(--forest-deep);
}
.pill-neon, .pill-amber {
    background: var(--amber-soft);
    border-color: var(--border-amber);
    color: var(--amber-deep);
}
/* On forest sections */
.section.on-forest .pill,
.section-tight.on-forest .pill,
.hero .pill {
    background: var(--bg-frost);
    border-color: var(--border-on-dark);
    color: var(--text-on-dark-mute);
}
.section.on-forest .pill-neon,
.section.on-forest .pill-amber,
.section-tight.on-forest .pill-neon,
.section-tight.on-forest .pill-amber,
.hero .pill-neon,
.hero .pill-amber {
    background: var(--amber-soft);
    border-color: var(--border-amber);
    color: var(--amber);
}

/* ---------- Quote ---------- */
.quote {
    padding: 1.5rem 1.75rem;
    border-left: 3px solid var(--amber);
    background: rgba(255,200,87,0.06);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    color: var(--text);
}
.quote p {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.5;
}
.quote cite {
    display: block;
    margin-top: 0.85rem;
    font-style: normal;
    font-size: 0.85rem;
    color: var(--amber-deep);
    letter-spacing: 0.05em;
}

.reveal p iframe {
    width: 100% !important;
	max-width: 100% !important
}

/* On forest */
.section.on-forest .quote,
.section-tight.on-forest .quote,
.hero .quote,
.page-hero .quote {
    background: var(--bg-frost);
    color: var(--text-on-dark);
}
.section.on-forest .quote p,
.section-tight.on-forest .quote p,
.hero .quote p,
.page-hero .quote p { color: var(--text-on-dark); }
.section.on-forest .quote cite,
.section-tight.on-forest .quote cite,
.hero .quote cite,
.page-hero .quote cite { color: var(--amber); }

/* ---------- Testimonial ---------- */
.testimonial {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 1.75rem;
    box-shadow: var(--shadow-sm);
    transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
    color: var(--text);
}
.testimonial:hover {
    border-color: var(--border-amber);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}
.testimonial-stars { color: var(--amber); margin-bottom: 0.85rem; letter-spacing: 0.1em; font-size: 1rem; }
.testimonial-text {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.08rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    color: var(--text);
}
.testimonial-author { display: flex; align-items: center; gap: 0.85rem; }
.testimonial-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--gradient-forest-bright);
    color: #fff;
    display: grid; place-items: center;
    font-weight: 700; font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(46,139,31,0.25);
}
.testimonial-name { font-weight: 700; font-size: 0.95rem; color: var(--text); }
.testimonial-meta { font-size: 0.8rem; color: var(--text-dim); }

/* ---------- Gallery ---------- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    grid-auto-rows: 240px;
    grid-auto-flow: dense;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--r-md);
    border: 1px solid var(--border-on-dark);
    background: var(--bg-frost);
    transition: transform 0.4s var(--ease), border-color 0.3s var(--ease);
}
.gallery-item:hover { transform: translateY(-4px); border-color: var(--border-amber); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease), filter 0.4s var(--ease); }
.gallery-item:hover img { transform: scale(1.05); filter: brightness(1.05); }
.gallery-item.is-tall { grid-row: span 2; }
.gallery-item.is-wide { grid-column: span 2; }
.gallery-caption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem;
    background: linear-gradient(0deg, rgba(10, 47, 8, 0.92), transparent);
    color: #fff;
    font-size: 0.85rem;
    transform: translateY(100%);
    transition: transform 0.3s var(--ease);
}
.gallery-item:hover .gallery-caption { transform: translateY(0); }
.gallery-tag {
    position: absolute;
    top: 0.85rem; left: 0.85rem;
    padding: 0.35rem 0.75rem;
    background: var(--amber);
    color: #3a2900;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 2px 8px rgba(255,200,87,0.3);
}

/* ---------- CTA Block ---------- */
.cta-block {
    position: relative;
    padding: clamp(1rem, 6vw, 5rem);
    border-radius: var(--r-xl);
    background: var(--gradient-forest);
    color: var(--text-on-dark);
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--border-on-dark);
    box-shadow: var(--shadow-lg);
}
.cta-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(700px 400px at 50% 0%, rgba(255,200,87,0.18), transparent 60%),
        radial-gradient(500px 300px at 90% 100%, rgba(95,209,98,0.15), transparent 60%);
    pointer-events: none;
}
.cta-block > * { position: relative; }
.cta-block h2 { color: #fff; margin-bottom: 1rem; }
.cta-block .lead { color: var(--text-on-dark-mute); margin: 0 auto 2rem; }
.cta-actions { display: inline-flex; gap: 0.75rem; flex-wrap: wrap; justify-content: center; }

/* ---------- Big background type ---------- */
.bigtype {
    font-family: var(--font-display);
    font-size: clamp(5rem, 18vw, 17rem);
    font-weight: 800;
    line-height: 0.85;
    text-align: center;
    letter-spacing: -0.04em;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(46, 139, 31, 0.2);
    user-select: none;
    background: linear-gradient(180deg, rgba(46,139,31,0.08), transparent 70%);
    -webkit-background-clip: text;
    background-clip: text;
}

/* ---------- Two-column ---------- */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}
@media (max-width: 800px) { .split { grid-template-columns: 1fr; } }

/* ---------- Featured media ---------- */
.media-frame {
    position: relative;
    border-radius: var(--r-lg);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-card);
    box-shadow: var(--shadow-md);
}
.section.on-forest .media-frame,
.section-tight.on-forest .media-frame,
.hero .media-frame,
.page-hero .media-frame {
    border-color: var(--border-on-dark);
    background: var(--bg-frost);
}
.media-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 60px rgba(10, 47, 8, 0.18);
    pointer-events: none;
    border-radius: inherit;
}

/* ---------- Footer ---------- */
.site-footer {
    padding: 5rem 0 2rem;
    background: var(--gradient-forest-deep);
    color: var(--text-on-dark);
    position: relative;
    overflow: hidden;
}
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(900px 400px at 50% 0%, rgba(255,200,87,0.06), transparent 60%);
    pointer-events: none;
}
.site-footer > * { position: relative; }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-grid h4 {
    font-family: var(--font-body);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 1rem;
    font-weight: 700;
}
.footer-grid a {
    display: block;
    padding: 0.35rem 0;
    color: var(--text-on-dark-mute);
    font-size: 0.92rem;
    transition: color 0.2s var(--ease);
}
.footer-grid a:hover { color: var(--amber); }
.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid var(--border-on-dark);
    display: flex; justify-content: center; align-items: center;
    flex-wrap: wrap; gap: 1rem;
    font-size: 0.82rem;
    color: var(--text-on-dark-dim);
}

/* ---------- Page hero ---------- */
.page-hero {
    padding: clamp(5rem, 10vw, 8rem) 0 clamp(3rem, 5vw, 5rem);
    background: var(--gradient-forest);
    color: var(--text-on-dark);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border-on-dark);
}
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(800px 500px at 90% 0%, rgba(255,200,87,0.15), transparent 60%),
        radial-gradient(600px 400px at 0% 100%, rgba(95,209,98,0.10), transparent 60%);
    pointer-events: none;
}
.page-hero > * { position: relative; }
.page-hero .eyebrow { margin-bottom: 1.25rem; }
.page-hero h1 { margin-bottom: 1.5rem; max-width: 18ch; color: #fff; }
.page-hero .lead { max-width: 60ch; color: var(--text-on-dark-mute); }

/* ---------- Reveal animations ---------- */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(20px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal-stagger.is-in > * { opacity: 1; transform: none; }
.reveal-stagger.is-in > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.is-in > *:nth-child(2) { transition-delay: 0.15s; }
.reveal-stagger.is-in > *:nth-child(3) { transition-delay: 0.25s; }
.reveal-stagger.is-in > *:nth-child(4) { transition-delay: 0.35s; }
.reveal-stagger.is-in > *:nth-child(5) { transition-delay: 0.45s; }
.reveal-stagger.is-in > *:nth-child(6) { transition-delay: 0.55s; }
.reveal-stagger.is-in > *:nth-child(7) { transition-delay: 0.65s; }
.reveal-stagger.is-in > *:nth-child(8) { transition-delay: 0.75s; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal, .reveal-stagger > * { opacity: 1; transform: none; }
}

/* ---------- WP helpers ---------- */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto; }
.screen-reader-text {
    border: 0; clip: rect(1px,1px,1px,1px); -webkit-clip-path: inset(50%); clip-path: inset(50%);
    height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute;
}

/* ---------- Prose ---------- */
.prose { max-width: 70ch; color: var(--text); }
.prose h2 { font-family: var(--font-display); font-size: 1.85rem; font-weight: 700; margin: 2.5rem 0 1rem; line-height: 1.2; color: var(--forest-deep); }
.prose h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; margin: 2rem 0 0.75rem; color: var(--forest-deep); }
.prose p { margin-bottom: 1.15rem; line-height: 1.7; color: var(--text-mute); }
.prose strong { color: var(--text); }
.prose a { color: var(--amber-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose ul { list-style: none; padding: 0; margin: 0 0 1.15rem; }
.prose ul li { padding: 0.4rem 0 0.4rem 1.5rem; position: relative; color: var(--text-mute); }
.prose ul li::before { content: "▸"; position: absolute; left: 0; color: var(--amber); }
.prose blockquote { margin: 2rem 0; padding: 1rem 1.5rem; border-left: 3px solid var(--amber); background: rgba(255,200,87,0.06); border-radius: 0 var(--r-md) var(--r-md) 0; }
.prose img { border-radius: var(--r-md); max-height: 580px; object-fit: cover;}

/* On-forest prose */
.section.on-forest .prose,
.section-tight.on-forest .prose,
.page-hero .prose { color: var(--text-on-dark); }
.section.on-forest .prose h2, .section.on-forest .prose h3,
.section-tight.on-forest .prose h2, .section-tight.on-forest .prose h3,
.page-hero .prose h2, .page-hero .prose h3 { color: #fff; }
.section.on-forest .prose p,
.section-tight.on-forest .prose p,
.page-hero .prose p { color: var(--text-on-dark-mute); }
.section.on-forest .prose strong,
.section-tight.on-forest .prose strong,
.page-hero .prose strong { color: #fff; }
.section.on-forest .prose a,
.section-tight.on-forest .prose a,
.page-hero .prose a { color: var(--amber); }
.section.on-forest .prose ul li,
.section-tight.on-forest .prose ul li,
.page-hero .prose ul li { color: var(--text-on-dark-mute); }

/* ============================================================
   v1.1 ADDITIONS
   - Hero video, footer social links, home tile classes
   - Site-wide responsive breakpoints
   ============================================================ */

/* ---------- Hero pill row & quote (lifted from inline styles) ---------- */
.hero-pills { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.hero-quote { max-width: 480px; }

/* Disable the hero video on small screens & show poster only */
@media (max-width: 767px) {
	.hero .container{display:flex;flex-direction:column-reverse;}
    .hero--no-mobile-video .hero-bg-video { display: none !important; }
}

/* ---------- Section heads (lifted from inline) ---------- */
.section-head { text-align: center; margin-bottom: 3rem; }
.section-head h2 { margin-top: 1rem; max-width: 14ch; margin-left: auto; margin-right: auto; }

/* ---------- Tile cards (lifted from inline) ---------- */
.tile-card { display: block; }
.tile-icon {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: var(--amber);
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    width: 56px; height: 56px;
    border-radius: 14px;
    background: rgba(255, 200, 87, 0.12);
    justify-content: center;
}
.tile-icon i { font-size: 1.5rem; }
.tile-icon .icon-emoji { font-size: 1.75rem; }
.tile-title { margin-bottom: 0.5rem; }
.tile-body  { color: var(--text-mute); margin-bottom: 1.25rem; font-size: 0.95rem; }
.tile-more  { font-size: 0.7rem; }

/* ---------- Big-type subline (lifted from inline) ---------- */
.bigtype-sub {
    text-align: center;
    color: var(--text-dim);
    font-size: 0.85rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: -1rem;
}

/* ---------- Header brand logo (image variant) ---------- */
.brand-logo { display: block; height: auto; max-height: 60px; border-radius:15px;}
.site-header.is-scrolled .brand-logo { transition: max-height 0.25s var(--ease); }

/* ---------- Footer social + intro tweaks ---------- */
.footer-intro { text-align: center; margin-bottom: 3rem; }
.footer-intro .brand { display: inline-flex; margin-bottom: 1rem; }
.footer-tagline {
    margin: 0 auto 0.5rem;
    font-style: italic;
    color: var(--neon);
    text-shadow: 0 0 20px var(--neon-glow);
}
.footer-about { color: var(--text-mute); font-size: 0.95rem; margin: 0 auto; max-width: 60ch; }
.footer-blurb { color: var(--text-on-dark-mute); font-size: 0.9rem; line-height: 1.6; margin-bottom: 1rem; }

.social-links {
    display: flex; gap: .6rem; flex-wrap: wrap;
    justify-content: center;
    margin: 0 0;
    padding: 0;
    list-style: none;
}
.social-links li { display: inline-flex; }
.social-links a {
    width: 40px; height: 40px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--border-on-dark);
    background: #061B05;
    color:#fff;
    transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.social-links a:hover {
    background: var(--amber);
    color: #3a2900;
    border-color: var(--amber);
    transform: translateY(-2px);
}
.social-links i, .social-links .icon-emoji { font-size: 1.05rem; }

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* Tablets ≤ 1024px */
@media (max-width: 1024px) {
    .nav-menu a { font-size: 0.9rem; padding: 0.5rem 0.7rem; }
    .nav-bar { gap: 1rem; }
    .stats-grid { gap: 1.2rem; }
}

/* Mobile ≤ 768px */
@media (max-width: 767px) {
    :root { --section-y: clamp(3rem, 9vw, 4.5rem); }

    .container { padding: 0 1rem; }

    /* Header */
    .nav-bar { height: 64px; gap: 0.5rem; }
    .nav-menu { inset: 64px 0 0 0; padding: 1.5rem 1rem; }
    .nav-cta .btn { padding: 0.6rem 0.95rem; font-size: 0.85rem; }
    .nav-cta .btn-arrow::after { display: none; } /* tighten on mobile */
    .brand-logo {  }

    /* Hero */
    .hero { min-height: 80vh; }
    .hero-content { padding: 3rem 0;width:100%; }
    .hero-actions { gap: 0.5rem; }
    .hero-actions .btn { width: 100%; justify-content: center; }
    .hero-pills .pill { font-size: 0.7rem; }

    /* Sections / typography */
    .section-head h2 { max-width: 100%; }

    /* Stats — keep readable, side-scroll if too many */
    .stats-grid { gap: 1rem; grid-template-columns: 1fr 1fr; }

    /* Grids collapse */
    .grid, .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr !important; }
    .split { grid-template-columns: 1fr !important; gap: 2rem; }

    /* Cards / tiles a bit tighter */
    .card { padding: 1.5rem; }
    .tile-icon { width: 48px; height: 48px; }

    /* Footer */
    .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 1.5rem; margin-bottom: 2rem; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0.5rem; text-align: left; }

    /* Page hero */
    .page-hero { padding: 3rem 0; }
    .page-hero h1 { font-size: clamp(2rem, 8vw, 3rem); }

    /* Big type — softer to avoid layout overflow */
    .bigtype { font-size: clamp(3.5rem, 18vw, 8rem); }

    /* Tone down section padding */
    .section, .section-tight { padding: var(--section-y) 0; }
}

/* Phone ≤ 480px */
@media (max-width: 480px) {
    .container { padding: 0 0.875rem; }
    .nav-bar { height: 60px; }
    .nav-menu { inset: 60px 0 0 0; }
    .nav-cta { gap: 0.5rem; }
    .nav-cta .btn { padding: 0.5rem 0.8rem; font-size: 0.8rem; }
    .brand-logo { }
    .stats-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr !important; }
    .display-1 { font-size: clamp(2rem, 9vw, 2.6rem); }
    .display-2 { font-size: clamp(1.6rem, 7vw, 2.2rem); }
    .display-3 { font-size: clamp(1.2rem, 5vw, 1.5rem); }
}

/* Respect users on data-saver / coarse pointers — pause hero video */
@media (prefers-reduced-motion: reduce) {
    .hero-bg-video { display: none; }
    .hero-bg-poster { opacity: 0.55; }
}

/* ---------- Event / step / item icons (FA + emoji) ---------- */
.event-icon {
    width: 64px; height: 64px;
    margin: 0 auto 1rem;
    border-radius: 18px;
    background: rgba(255, 200, 87, 0.12);
    display: grid;
    place-items: center;
    color: var(--amber);
}
.event-icon i { font-size: 1.75rem; }
.event-icon .icon-emoji { font-size: 2rem; }

.step-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: var(--neon-soft);
    border: 1px solid var(--border-amber);
    display: inline-grid;
    place-items: center;
    margin-bottom: 1rem;
    color: var(--amber);
}
.step-icon i { font-size: 1.5rem; }
.step-icon .icon-emoji { font-size: 1.6rem; }

.item-icon {
    width: 40px; height: 40px;
    display: grid;
    place-items: center;
    background: var(--neon-soft);
    border-radius: 10px;
    color: var(--amber-deep);
    flex: 0 0 auto;
}
.item-icon i { font-size: 1.05rem; }
.item-icon .icon-emoji { font-size: 1.4rem; }

/* ---------- Fundraising step (lifted from inline) ---------- */
.fund-step {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1.25rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
}
.fund-step:last-child { border-bottom: 0; }
.fund-step-num {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--neon-soft);
    border: 1px solid var(--border-neon);
    display: grid;
    place-items: center;
    font-family: var(--font-mono);
    color: var(--neon);
    font-weight: 600;
}
.fund-step-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.fund-step-icon { color: var(--amber); }
.fund-step-icon i { font-size: 1.1rem; }
.fund-step-icon .icon-emoji { font-size: 1.2rem; }
.fund-step-body { color: var(--text-mute); font-size: 0.95rem; margin: 0; }

@media (max-width: 768px) {
	.fund-step {
		grid-template-columns: 40px 1fr;
		gap: 1rem;
	}
}

/* ---------- Sticky scrolled-nav transitions for image logo ---------- */
.site-header { transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease), background 0.3s var(--ease); }


/* =========================================================
   Smite — new ACF sections
   Drop into your theme SCSS, then adjust variables/colors
   to match your existing Smite design tokens.
   ========================================================= */

/* ----- Fundraising :: Media Section ----- */
.fr-media {
  padding: clamp(48px, 8vw, 48px) 0;
  text-align: center;
}

.fr-media__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.fr-media__title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 700;
}

.fr-media__subtitle {
  font-size: clamp(16px, 1.6vw, 18px);
  margin: 0 auto 32px;
  max-width: 640px;
  opacity: 0.85;
}

.fr-media__player {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  background: #000;
  aspect-ratio: 16 / 9;
}

.fr-media__video,
.fr-media__embed iframe,
.fr-media__fallback {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fr-media__embed {
  position: relative;
  width: 100%;
  height: 100%;
}

.fr-media__embed iframe {
  position: absolute;
  inset: 0;
  border: 0;
}

.fr-media__caption {
  margin-top: 20px;
  font-size: 15px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.fr-media__caption-heading {
  font-weight: 700;
}

/* ----- Fundraising :: Image Highlights ----- */
.fr-highlights {
  padding: clamp(48px, 8vw, 48px) 0;
}

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

.fr-highlights__header {
  text-align: center;
  margin-bottom: 40px;
}

.fr-highlights__heading {
  font-size: clamp(26px, 3.4vw, 36px);
  margin: 0 0 8px;
}

.fr-highlights__subheading {
  margin: 0 auto;
  max-width: 640px;
  opacity: 0.85;
}

.fr-highlights__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .fr-highlights__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fr-highlights__card {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fr-highlights__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
}

.fr-highlights__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.fr-highlights__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fr-highlights__caption {
  padding: 20px 22px 24px;
}

.fr-highlights__title {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 700;
}

.fr-highlights__desc {
  margin: 0;
  font-size: 15px;
  opacity: 0.8;
}

/* ----- Smite for Goods :: Partnership Announcement ----- */
.sfg-partnership {

}

.sfg-partnership__inner {
  max-width: 1200px;
  margin: 0 auto;
/*   padding: 0 20px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.sfg-partnership--with-visual .sfg-partnership__inner {
  @media (min-width: 992px) {
/*     grid-template-columns: 1.1fr 1fr; */
    gap: 64px;
  }
}

.sfg-partnership__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--smite-accent, #c41e3a);
}

.sfg-partnership__eyebrow span {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(196, 30, 58, 0.08);
	color:#FFF;
	border:1px solid;
}

.sfg-partnership__heading {
  font-size: clamp(28px, 3.6vw, 28px);
  line-height: 1.5;
  margin: 0 0 30px;
	color:#FFF;
}

.sfg-partnership__body {
  font-size: 17px;
  line-height: 1.6;
  color:#FFF;
}

.sfg-partnership__body p { margin: 0 0 1em; }

.sfg-partnership__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  justify-content: center;
}

.sfg-partnership__logo img {
  max-height: 175px;
  width: auto;
  display: block;
}

.sfg-partnership__cta-wrap {
  margin-top: 28px;
}

.sfg-partnership__visual img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}


/* Form Wrapper */

.wpcf7 form {

  max-width: 600px;

  margin: 0 auto;

}

/* Remove default paragraph spacing */

.wpcf7 p {

  margin-bottom: 15px;

}

/* Input + Textarea */

.wpcf7-form-control.wpcf7-text,

.wpcf7-form-control.wpcf7-email,

.wpcf7-form-control.wpcf7-textarea {

  width: 100%;

  font-family: 'Plus Jakarta Sans';

  padding: 14px 16px;

  border: 1px solid #f8be4f;

  border-radius: 10px;

  background: #f9f9f9;

  font-size: 14px;

  transition: all 0.3s ease;

  box-sizing: border-box;

  margin: 6px 0px;

}

/* Focus Effect */
 
.wpcf7-form-control:focus {

  outline: none;

  border-color: #0c330a; /* change to your brand color */

  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.1);

}

/* Textarea specific */
 
.wpcf7-textarea {

  resize: none;

  min-height: 150px;

}

/* Submit Button */
 
.wpcf7-submit {

    background: #edaf42;

    color: #3a2900;

    padding: 12px 28px;

    border: none;

    border-radius: 50px;

    font-size: 0.95rem;

    cursor: pointer;

    transition: all 0.3s ease;

}

/* Button Hover */
 
.wpcf7-submit:hover {

    background: #fac252;

    transform: translateY(-4px);

}

/* Spinner alignment */
 
.wpcf7-spinner {

  margin-top: 10px;

}

/* Response message */
 
.wpcf7-response-output {

  margin-top: 20px;

  font-size: 14px;

}

/* Mobile spacing */
 
@media (max-width: 768px) {

  .wpcf7 form {

    padding: 0 10px;

  }

}