/*
Theme Name: Agri Fest UK
Theme URI: https://agritourismuk.com
Author: Agri Tourisms UK
Author URI: https://agritourismuk.com
Description: Premium Agri Tourism Festival Theme for UK countryside seasonal events. Supports Mango Festival, Strawberry Picking, Pumpkin Patch, Apple Harvest and more.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agri-fest-uk
Tags: events, festival, agriculture, elementor, woocommerce, custom-background, custom-logo, full-width-template
*/

/* ============================================
   AGRI FEST UK — GLOBAL CSS VARIABLES
   ============================================ */
:root {
  /* === BRAND COLOURS === */
  --af-green-dark:    #063B20;
  --af-green:        #1D7A34;
  --af-green-light:   #E7F4DC;
  --af-amber:         #CFA85A;
  --af-amber-dark:    #8B682A;
  --af-coral:         #D85A30;
  --af-cream:         #F7F4ED;
  --af-white:         #FFFFFF;
  --af-dark:          #11160F;
  --af-gray:          #6B6B6B;
  --af-gray-light:    #F0EFE8;

  /* === MANGO FESTIVAL COLOURS === */
  --mango-primary:    #F59D0E;
  --mango-deep:       #D97706;
  --mango-light:      #FEF3C7;
  --mango-green:      #4D7C0F;
  --mango-accent:     #EF4444;

  /* === TYPOGRAPHY === */
  --font-heading:     'Playfair Display', Georgia, serif;
  --font-body:        'DM Sans', 'Segoe UI', sans-serif;

  /* === SPACING === */
  --section-pad:      80px 0;
  --container-max:    1200px;
  --radius:           12px;
  --radius-sm:        8px;

  /* === SHADOWS === */
  --shadow-card:      0 4px 24px rgba(0,0,0,0.08);
  --shadow-hover:     0 8px 40px rgba(0,0,0,0.14);
}

/* ============================================
   ABOUT PAGE
   ============================================ */
.af-about-page {
  background: var(--af-white);
}

.af-about-hero {
  padding: 150px 0 90px;
  background:
    linear-gradient(135deg, rgba(45, 80, 22, 0.93), rgba(99, 153, 34, 0.78)),
    linear-gradient(45deg, #2D5016 0%, #639922 45%, #EF9F27 100%);
  color: var(--af-white);
  overflow: hidden;
}

.af-about-hero-inner,
.af-about-split,
.af-about-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 56px;
  align-items: center;
}

.af-about-hero-copy h1,
.af-about-cta h2 {
  color: inherit;
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
  margin: 18px 0 22px;
}

.af-about-hero-copy p,
.af-about-cta p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 680px;
}

.af-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.af-about-hero-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 180px;
  gap: 14px;
}

.af-about-photo-tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 170px;
  padding: 18px;
  border-radius: var(--radius);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-hover);
}

.af-about-photo-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52));
}

.af-about-photo-tile span {
  position: relative;
  z-index: 1;
  color: var(--af-white);
  font-weight: 700;
}

.af-about-photo-farm {
  grid-row: span 2;
  background-image:
    linear-gradient(135deg, rgba(45, 80, 22, 0.1), rgba(45, 80, 22, 0.25)),
    url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=900&q=80");
}

.af-about-photo-harvest {
  background-image:
    linear-gradient(135deg, rgba(239, 159, 39, 0.08), rgba(239, 159, 39, 0.22)),
    url("https://images.unsplash.com/photo-1471193945509-9ad0617afabf?auto=format&fit=crop&w=700&q=80");
}

.af-about-photo-family {
  background-image:
    linear-gradient(135deg, rgba(216, 90, 48, 0.08), rgba(216, 90, 48, 0.22)),
    url("https://images.unsplash.com/photo-1516253593875-bd7ba052fbc5?auto=format&fit=crop&w=700&q=80");
}

.af-about-story {
  background: var(--af-cream);
}

.af-about-rich-text p {
  color: var(--af-gray);
  font-size: 1.02rem;
  line-height: 1.9;
  margin-bottom: 18px;
}

.af-about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.af-about-value-card {
  background: var(--af-white);
  border: 1px solid var(--af-gray-light);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-card);
}

.af-about-value-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--af-green-light);
  color: var(--af-green-dark);
  font-weight: 800;
  margin-bottom: 22px;
}

.af-about-value-card h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.af-about-value-card p {
  color: var(--af-gray);
  line-height: 1.75;
}

.af-about-stats {
  background: var(--af-green-dark);
  color: var(--af-white);
  padding: 42px 0;
}

.af-about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  text-align: center;
}

.af-about-stats strong {
  display: block;
  color: var(--af-amber);
  font-family: var(--font-heading);
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 8px;
}

.af-about-stats span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.af-about-cta {
  background: linear-gradient(135deg, var(--af-green), var(--af-green-dark));
  color: var(--af-white);
}

@media (max-width: 900px) {
  .af-about-hero {
    padding: 125px 0 70px;
  }

  .af-about-hero-inner,
  .af-about-split,
  .af-about-cta-inner,
  .af-about-values-grid,
  .af-about-stats-grid {
    grid-template-columns: 1fr;
  }

  .af-about-hero-panel {
    grid-auto-rows: 150px;
  }
}

@media (max-width: 560px) {
  .af-about-hero {
    padding: 110px 0 56px;
  }

  .af-about-hero-copy h1,
  .af-about-cta h2 {
    font-size: 2.35rem;
  }

  .af-about-actions {
    flex-direction: column;
  }

  .af-about-actions .af-btn,
  .af-about-cta .af-btn {
    width: 100%;
    justify-content: center;
  }

  .af-about-hero-panel {
    grid-template-columns: 1fr;
  }

  .af-about-photo-farm {
    grid-row: span 1;
  }
}

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

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

body {
  font-family: var(--font-body);
  color: var(--af-dark);
  background-color: var(--af-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  line-height: 1.25;
  color: var(--af-dark);
  font-weight: 700;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 3vw, 1.8rem); }
h4 { font-size: 1.2rem; }

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ============================================
   LAYOUT UTILITIES
   ============================================ */
.af-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
}

.af-section {
  padding: var(--section-pad);
}

.af-section-title {
  font-family: var(--font-heading);
  text-align: center;
  margin-bottom: 16px;
}

.af-section-subtitle {
  text-align: center;
  color: var(--af-gray);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 48px;
}

/* ============================================
   BUTTONS
   ============================================ */
.af-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.af-btn-primary {
  background: var(--af-green);
  color: var(--af-white);
  border-color: var(--af-green);
}
.af-btn-primary:hover {
  background: var(--af-green-dark);
  border-color: var(--af-green-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(45, 80, 22, 0.3);
}

.af-btn-outline {
  background: transparent;
  color: var(--af-white);
  border-color: var(--af-white);
}
.af-btn-outline:hover {
  background: var(--af-white);
  color: var(--af-green-dark);
}

.af-btn-amber {
  background: #FFFFFF;
  color: var(--af-green-dark);
  border-color: transparent;
  font-weight: 700;
}
.af-btn-amber::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.55) 50%, transparent 100%);
  transform: translateX(-160%) skewX(-18deg);
  transition: transform 0.55s ease;
  pointer-events: none;
}
.af-btn-amber:hover {
  background: #F0F7EC;
  color: var(--af-green-dark);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.af-btn-amber:hover::after {
  transform: translateX(320%) skewX(-18deg);
}

/* ============================================
   FESTIVAL EVENT COLOUR THEMES
   Each festival has its own colour override
   ============================================ */

/* Mango Festival */
.festival-mango {
  --fest-primary:   #F59D0E;
  --fest-deep:      #D97706;
  --fest-light:     #FEF3C7;
  --fest-accent:    #4D7C0F;
  --fest-hero-overlay: rgba(217, 119, 6, 0.65);
}

/* Strawberry Festival */
.festival-strawberry {
  --fest-primary:   #E24B4A;
  --fest-deep:      #B91C1C;
  --fest-light:     #FEE2E2;
  --fest-accent:    #15803D;
  --fest-hero-overlay: rgba(185, 28, 28, 0.60);
}

/* Pumpkin Patch */
.festival-pumpkin {
  --fest-primary:   #EA580C;
  --fest-deep:      #C2410C;
  --fest-light:     #FFEDD5;
  --fest-accent:    #854D0E;
  --fest-hero-overlay: rgba(194, 65, 12, 0.62);
}

/* Apple Harvest */
.festival-apple {
  --fest-primary:   #DC2626;
  --fest-deep:      #991B1B;
  --fest-light:     #FEE2E2;
  --fest-accent:    #365314;
  --fest-hero-overlay: rgba(153, 27, 27, 0.60);
}

/* Berry Festival */
.festival-berry {
  --fest-primary:   #7C3AED;
  --fest-deep:      #5B21B6;
  --fest-light:     #EDE9FE;
  --fest-accent:    #1D4ED8;
  --fest-hero-overlay: rgba(91, 33, 182, 0.62);
}

/* ============================================
   FESTIVAL BANNER / HERO
   ============================================ */
.af-festival-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.af-festival-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--fest-hero-overlay, rgba(45, 80, 22, 0.60));
  z-index: 1;
}

.af-festival-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--af-white);
  padding: 40px 24px;
  max-width: 800px;
}

.af-festival-hero-badge {
  display: inline-block;
  background: var(--fest-primary, var(--af-amber));
  color: var(--af-white);
  font-size: 0.85rem;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.af-festival-hero h1 {
  color: var(--af-white);
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.af-festival-hero p {
  font-size: 1.2rem;
  opacity: 0.92;
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.af-hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   COUNTDOWN TIMER
   ============================================ */
.af-countdown {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.af-countdown-block {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: var(--radius-sm);
  padding: 12px 20px;
  text-align: center;
  min-width: 70px;
  color: var(--af-white);
}

.af-countdown-num {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.af-countdown-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.8;
  margin-top: 4px;
  display: block;
}

/* ============================================
   TICKET CARDS
   ============================================ */
.af-tickets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.af-ticket-card {
  background: var(--af-white);
  border: 1.5px solid var(--af-gray-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.28s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.af-ticket-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
  border-color: var(--fest-primary, var(--af-green));
}

.af-ticket-card.featured {
  border-color: var(--fest-primary, var(--af-amber));
  border-width: 2px;
}

.af-ticket-card.featured::before {
  content: 'Most Popular';
  position: absolute;
  top: 16px;
  right: -28px;
  background: var(--fest-primary, var(--af-amber));
  color: white;
  font-size: 0.72rem;
  font-weight: 500;
  padding: 4px 40px;
  transform: rotate(45deg);
  letter-spacing: 0.04em;
}

.af-ticket-top {
  padding: 24px 24px 16px;
  background: var(--fest-light, var(--af-green-light));
}

.af-ticket-icon {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.af-ticket-name {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--af-dark);
  margin-bottom: 4px;
}

.af-ticket-tagline {
  font-size: 0.88rem;
  color: var(--af-gray);
}

.af-ticket-price {
  padding: 16px 24px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.af-ticket-price-amount {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--fest-primary, var(--af-green));
}

.af-ticket-price-currency {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--fest-primary, var(--af-green));
}

.af-ticket-price-note {
  font-size: 0.82rem;
  color: var(--af-gray);
}

.af-ticket-features {
  padding: 0 24px 16px;
  list-style: none;
  flex: 1;
}

.af-ticket-features li {
  font-size: 0.9rem;
  color: var(--af-dark);
  padding: 7px 0;
  border-bottom: 1px solid var(--af-gray-light);
  display: flex;
  align-items: center;
  gap: 8px;
}

.af-ticket-features li::before {
  content: '✓';
  color: var(--fest-primary, var(--af-green));
  font-weight: 700;
  flex-shrink: 0;
}

.af-ticket-features li:last-child {
  border-bottom: none;
}

.af-ticket-cta {
  padding: 16px 24px 24px;
}

.af-ticket-cta .af-btn {
  width: 100%;
  justify-content: center;
}

/* Sold out state */
.af-ticket-card.sold-out {
  opacity: 0.65;
  pointer-events: none;
}

.af-ticket-sold-badge {
  background: #6B6B6B;
  color: white;
  text-align: center;
  padding: 8px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ============================================
   EVENT SCHEDULE CARDS
   ============================================ */
.af-schedule {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.af-schedule-day {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--fest-primary, var(--af-amber));
  padding-bottom: 10px;
  border-bottom: 2px solid var(--fest-primary, var(--af-amber));
  margin-bottom: 8px;
}

.af-event-card {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 20px;
  align-items: center;
  background: var(--af-white);
  border: 0.5px solid var(--af-gray-light);
  border-radius: var(--radius-sm);
  padding: 20px;
  transition: box-shadow 0.2s ease;
}

.af-event-card:hover {
  box-shadow: var(--shadow-card);
}

.af-event-time {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--fest-primary, var(--af-amber));
  text-align: center;
  font-weight: 700;
}

.af-event-name {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 4px;
}

.af-event-location {
  font-size: 0.85rem;
  color: var(--af-gray);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ============================================
   WOOCOMMERCE — CART & CHECKOUT OVERRIDES
   ============================================ */
.woocommerce .button,
.woocommerce button.button {
  background: var(--af-green) !important;
  color: var(--af-white) !important;
  border-radius: 50px !important;
  padding: 12px 28px !important;
  font-family: var(--font-body) !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  border: none !important;
  transition: all 0.25s ease !important;
  cursor: pointer;
}

.woocommerce .button:hover,
.woocommerce button.button:hover {
  background: var(--af-green-dark) !important;
  transform: translateY(-1px);
}

.woocommerce .button.alt {
  background: var(--mango-primary) !important;
}

.woocommerce table.shop_table {
  border: 0.5px solid var(--af-gray-light) !important;
  border-radius: var(--radius) !important;
  overflow: hidden;
}

.woocommerce #payment {
  border-radius: var(--radius) !important;
}

.woocommerce .cart-collaterals .cart_totals {
  border-radius: var(--radius) !important;
}

/* ============================================
   HEADER
   ============================================ */
.af-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 12px 22px;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.af-header.transparent {
  background: linear-gradient(180deg, rgba(3, 28, 15, 0.82), rgba(3, 28, 15, 0));
}

.af-header.scrolled {
  background: rgba(6, 59, 32, 0.95);
  box-shadow: 0 14px 36px rgba(3, 28, 15, 0.22);
  backdrop-filter: blur(16px);
  padding-top: 8px;
  padding-bottom: 8px;
}
.af-header.solid {
  background: rgba(6, 59, 32, 0.97);
  box-shadow: 0 4px 20px rgba(3, 28, 15, 0.18);
  backdrop-filter: blur(16px);
}

.af-header-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 28px;
}

.af-logo {
  flex: 0 0 auto;
}

.af-site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--af-white);
}

.af-site-logo img {
  display: block;
  height: 120px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
  transition: transform 0.25s ease, width 0.25s ease, height 0.25s ease;
}

.af-site-logo:hover img {
  transform: translateY(-1px) scale(1.03);
}

.af-header.scrolled .af-site-logo img {
  height: 80px;
  width: auto;
}

.af-logo .custom-logo {
  display: block;
  max-height: 62px;
  width: auto;
}

.af-site-name {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--af-white);
}

.af-site-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--af-amber);
  color: var(--af-green-dark);
  font-weight: 800;
  letter-spacing: 0;
}

.af-site-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.af-site-text strong {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: inherit;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

.af-site-text small {
  color: var(--af-amber);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-top: 3px;
}

.af-header.scrolled .af-site-logo {
  color: var(--af-white);
}

.af-nav-wrap {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}

.af-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(207, 168, 90, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.af-header.scrolled .af-nav {
  background: rgba(0, 0, 0, 0.16);
  border-color: rgba(207, 168, 90, 0.35);
}

.af-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease;
}

.af-header.transparent .af-nav a { color: rgba(255,255,255,0.9); }
.af-header.transparent .af-nav a:hover { color: var(--af-amber); background: rgba(255,255,255,0.12); }
.af-header.scrolled .af-nav a { color: rgba(255,255,255,0.88); }
.af-header.scrolled .af-nav a:hover,
.af-header.scrolled .af-nav .current-menu-item > a {
  color: var(--af-green-dark);
  background: linear-gradient(135deg, #F3D98F, var(--af-amber));
}
.af-header.solid .af-nav a { color: rgba(255,255,255,0.88); }
.af-header.solid .af-nav a:hover,
.af-header.solid .af-nav .current-menu-item > a {
  color: var(--af-green-dark);
  background: linear-gradient(135deg, #F3D98F, var(--af-amber));
}

.af-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.af-header-ticket {
  min-height: 42px;
  padding: 0 18px;
  white-space: nowrap;
  background: linear-gradient(135deg, #F3D98F, var(--af-amber));
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--af-green-dark);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

/* ── Hamburger Button ── */
.af-mobile-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  z-index: 10001;
  flex-shrink: 0;
}
.af-mobile-toggle:hover {
  background: rgba(255,255,255,0.18);
}

/* All three spans absolutely positioned in center */
.af-mobile-toggle span {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: #fff;
  transform: translateX(-50%);
  transition: transform 0.38s cubic-bezier(0.23,1,0.32,1),
              opacity   0.25s ease;
}
.af-mobile-toggle span:nth-child(1) { top: calc(50% - 7px); }
.af-mobile-toggle span:nth-child(2) { top: calc(50% - 1px); }
.af-mobile-toggle span:nth-child(3) { top: calc(50% + 5px); }

/* Active — all three meet at center and form X */
.af-mobile-toggle.active span:nth-child(1) {
  transform: translateX(-50%) translateY(6px) rotate(45deg);
}
.af-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
}
.af-mobile-toggle.active span:nth-child(3) {
  transform: translateX(-50%) translateY(-6px) rotate(-45deg);
}
.af-mobile-toggle.active {
  z-index: 10002;
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.4);
}

/* ── Overlay Backdrop ── */
.af-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3,18,10,0.65);
  backdrop-filter: blur(4px);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.af-mobile-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ── Slide-in Panel ── */
.af-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(340px, 88vw);
  height: 100dvh;
  background: linear-gradient(160deg, #042a17 0%, #063B20 60%, #052210 100%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 0;
  transform: translateX(110%);
  transition: transform 0.45s cubic-bezier(0.23,1,0.32,1);
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: -20px 0 60px rgba(0,0,0,0.4);
}
.af-mobile-menu.active {
  transform: translateX(0);
}

/* ── Panel Header ── */
.af-mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.af-mobile-menu-logo img {
  height: 60px;
  width: auto;
}
.af-mobile-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  flex-shrink: 0;
}
.af-mobile-close:hover {
  background: rgba(255,255,255,0.16);
}
.af-mobile-close svg {
  width: 16px;
  height: 16px;
}

/* ── Nav Links ── */
.af-mobile-nav {
  list-style: none;
  padding: 20px 20px 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.af-mobile-nav li {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.af-mobile-menu.active .af-mobile-nav li:nth-child(1) { opacity:1; transform:none; transition-delay:0.12s; }
.af-mobile-menu.active .af-mobile-nav li:nth-child(2) { opacity:1; transform:none; transition-delay:0.18s; }
.af-mobile-menu.active .af-mobile-nav li:nth-child(3) { opacity:1; transform:none; transition-delay:0.24s; }
.af-mobile-menu.active .af-mobile-nav li:nth-child(4) { opacity:1; transform:none; transition-delay:0.30s; }
.af-mobile-menu.active .af-mobile-nav li:nth-child(5) { opacity:1; transform:none; transition-delay:0.36s; }
.af-mobile-menu.active .af-mobile-nav li:nth-child(6) { opacity:1; transform:none; transition-delay:0.42s; }

.af-mobile-nav a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-radius: 14px;
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, padding-left 0.2s;
  border: 1px solid transparent;
}
.af-mobile-nav a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--af-amber, #CFA85A);
  opacity: 0;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.af-mobile-nav a:hover,
.af-mobile-nav .current-menu-item > a {
  background: rgba(255,255,255,0.07);
  color: #fff;
  border-color: rgba(255,255,255,0.1);
  padding-left: 22px;
}
.af-mobile-nav a:hover::before,
.af-mobile-nav .current-menu-item > a::before {
  opacity: 1;
}

/* ── CTA Button ── */
.af-mobile-menu-footer {
  padding: 20px 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease 0.45s, transform 0.35s ease 0.45s;
}
.af-mobile-menu.active .af-mobile-menu-footer {
  opacity: 1;
  transform: none;
}
.af-mobile-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: var(--af-amber, #CFA85A);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 14px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.af-mobile-cta:hover {
  background: #E8C97A;
  transform: translateY(-2px);
}
.af-mobile-menu-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.af-mobile-menu-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.af-mobile-menu-socials a:hover {
  background: var(--af-amber, #CFA85A);
  color: #1a1a1a;
}

/* ── Body lock when menu open ── */
body.af-menu-open {
  overflow: hidden;
}

/* ============================================
   FESTIVAL CARDS (Festivals listing page)
   ============================================ */
.af-festivals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
}

.af-festival-card {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.af-festival-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.af-festival-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.af-festival-card:hover .af-festival-card-img {
  transform: scale(1.06);
}

.af-festival-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}

.af-festival-card-season {
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fest-primary, var(--af-amber));
  margin-bottom: 6px;
}

.af-festival-card-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--af-white);
  margin-bottom: 12px;
}

.af-festival-card-date {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 14px;
}

/* ============================================
   RESPONSIVE — MOBILE FIRST
   ============================================ */
@media (max-width: 768px) {
  :root {
    --section-pad: 56px 0;
  }

  .af-festival-hero {
    min-height: 85vh;
  }

  .af-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .af-tickets-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .af-event-card {
    grid-template-columns: 60px 1fr;
  }

  .af-event-card .af-btn {
    display: none;
  }

  .af-festivals-grid {
    grid-template-columns: 1fr;
  }

  .af-header {
    padding: 8px 16px;
  }

  .af-header-inner {
    min-height: 62px;
  }

  .af-nav-wrap,
  .af-header-ticket {
    display: none;
  }

  .af-mobile-toggle {
    display: inline-flex;
  }

  .af-site-logo img {
    height: 75px;
    width: auto;
  }

  .af-site-text strong {
    font-size: 1rem;
  }

  .af-site-text small {
    display: none;
  }
}

@media (max-width: 480px) {
  .af-countdown {
    gap: 10px;
  }
  .af-countdown-block {
    min-width: 58px;
    padding: 10px 12px;
  }
  .af-countdown-num {
    font-size: 1.6rem;
  }
}

/* ============================================
   HOMEPAGE — HERO  (single clean block)
   ============================================ */

/* Base */
.af-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(100deg, rgba(3,28,15,0.97) 0%, rgba(6,59,32,0.87) 50%, rgba(6,59,32,0.52) 100%),
    url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}


.af-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(207, 168, 90, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(3, 28, 15, 0.06) 0%, rgba(3, 28, 15, 0.34) 100%);
  pointer-events: none;
  z-index: 1;
}

/* Grid: text left | images right */
.af-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 32px;
}

/* ── LEFT ── */
.af-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.af-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.30);
  color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 50px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.af-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 22px;
  max-width: 640px;
}

.af-hero-title em {
  font-style: italic;
  color: var(--af-amber);
}

.af-hero-subtitle {
  font-size: 1.07rem;
  color: rgba(247, 244, 237, 0.86);
  max-width: 560px;
  margin-bottom: 36px;
  line-height: 1.78;
}

.af-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.af-hero-features {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.af-hero-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
}

.af-hero-feat-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(207, 168, 90, 0.15);
  border: 1px solid rgba(207, 168, 90, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: var(--af-amber);
  font-weight: 800;
  flex-shrink: 0;
}

.af-btn-lg {
  padding: 16px 36px;
  font-size: 1.05rem;
}

.af-btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 2px solid var(--af-amber);
  color: var(--af-amber);
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.af-btn-outline-white::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, rgba(207,168,90,0.35) 50%, transparent 100%);
  transform: translateX(-160%) skewX(-18deg);
  transition: transform 0.55s ease;
  pointer-events: none;
}
.af-btn-outline-white:hover {
  background: rgba(207, 168, 90, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-color: var(--af-amber);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(207, 168, 90, 0.18);
}
.af-btn-outline-white:hover::after {
  transform: translateX(320%) skewX(-18deg);
}

/* ── RIGHT — Image Collage ── */
.af-hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.af-hero-img-main {
  position: relative;
  height: 350px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(3, 28, 15, 0.04) 44%, rgba(3, 28, 15, 0.74) 100%),
    url("https://agritourismuk.com/wp-content/uploads/2026/06/7.png");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(207, 168, 90, 0.40);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  transition: transform 0.4s ease;
}

.af-hero-img-main:hover {
  transform: translateY(-4px);
}

.af-hero-img-badge {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background: rgba(3, 28, 15, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(207, 168, 90, 0.44);
  border-radius: 14px;
  padding: 10px 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}

.af-hero-img-badge span {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--af-amber);
  line-height: 1;
}

.af-hero-img-badge small {
  font-size: 0.67rem;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 3px;
}

.af-hero-imgs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.af-hero-img-sm {
  height: 160px;
  border-radius: 16px;
  border: 1px solid rgba(207, 168, 90, 0.28);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease;
}

.af-hero-img-sm:hover {
  transform: translateY(-3px);
}

.af-hero-img-sm1 {
  background-image:
    linear-gradient(180deg, transparent 48%, rgba(3, 28, 15, 0.65) 100%),
    url("https://agritourismuk.com/wp-content/uploads/2026/06/6.png");
}

.af-hero-img-sm2 {
  background-image:
    linear-gradient(180deg, transparent 38%, rgba(3, 28, 15, 0.72) 100%),
    url("https://agritourismuk.com/wp-content/uploads/2026/06/8-2.png");
  background-position: center;
}

.af-hero-img-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(207, 168, 90, 0.9);
  color: var(--af-green-dark);
  padding: 5px 11px;
  border-radius: 50px;
  letter-spacing: 0.02em;
}

/* ── BOTTOM — Countdown Bar ── */
.af-hero-countdown-bar {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(2, 16, 7, 0.97) 0%, rgba(3, 28, 15, 0.99) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 28px 0;
  overflow: hidden;
}

.af-hero-countdown-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--af-amber), #E8C97A, var(--af-amber), transparent);
  border-radius: 999px;
}

.af-hero-countdown-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.af-hero-next-fest {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.af-hero-next-icon {
  font-size: 3rem;
  line-height: 1;
  filter: drop-shadow(0 0 10px rgba(207, 168, 90, 0.45));
}

.af-hero-next-fest > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.af-hero-next-fest strong {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  color: var(--af-amber);
  font-weight: 700;
  line-height: 1.1;
}

.af-hero-next-fest span {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.04em;
}

.af-hero-countdown-divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, transparent, rgba(207, 168, 90, 0.5), transparent);
  flex-shrink: 0;
}

.af-hero-countdown-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.af-countdown-label-top {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.38);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  white-space: nowrap;
  margin: 0;
}

.af-countdown {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.af-countdown-block {
  position: relative;
  background: rgba(207, 168, 90, 0.07);
  border: 1px solid rgba(207, 168, 90, 0.32);
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  min-width: 82px;
  overflow: hidden;
}

.af-countdown-block::after {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(207, 168, 90, 0.55), transparent);
}

.af-countdown-num {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: var(--af-amber);
  text-shadow: 0 0 22px rgba(207, 168, 90, 0.35);
}

.af-countdown-label {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.42);
  margin-top: 7px;
  display: block;
}

/* ── HERO RESPONSIVE ── */
@media (max-width: 1050px) {
  .af-hero-inner {
    grid-template-columns: 1fr;
    padding-top: 132px;
    padding-bottom: 52px;
    text-align: center;
  }

  .af-hero-left {
    align-items: center;
  }

  .af-hero-title,
  .af-hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .af-hero-img-main {
    height: 300px;
  }

  .af-hero-img-sm {
    height: 160px;
  }

  .af-hero-features {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .af-hero-inner {
    padding-top: 118px;
  }

  .af-hero-countdown-divider {
    display: none;
  }
}

@media (max-width: 600px) {
  .af-hero-title {
    font-size: 1.55rem;
  }

  .af-hero-actions {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .af-hero-actions .af-btn {
    width: 100%;
    justify-content: center;
  }

  .af-hero-features {
    gap: 16px;
    justify-content: center;
  }

  .af-hero-img-sm {
    height: 130px;
  }
}

/* ============================================
   STATS BAR
   ============================================ */
.af-stats-bar {
  background: var(--af-green-dark);
  padding: 40px 0;
}

.af-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.af-stat-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.af-stat-number {
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--af-amber);
}

.af-stat-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.04em;
}

/* ============================================
   SECTION HEADS
   ============================================ */
.af-section-head {
  text-align: center;
  margin-bottom: 56px;
}

.af-section-tag {
  display: inline-block;
  background: var(--af-green-light);
  color: var(--af-green);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 50px;
  letter-spacing: 0.07em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.af-tag-light {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.af-tag-dark {
  background: rgba(6,59,32,0.12);
  color: var(--af-green-dark);
}

.af-section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  color: var(--af-dark);
  line-height: 1.15;
  margin-bottom: 14px;
}

.af-section-sub {
  color: var(--af-gray);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.af-section-cta {
  text-align: center;
  margin-top: 48px;
}

/* ============================================
   TICKER STRIP
   ============================================ */
.af-ticker-strip {
  background: var(--af-green-dark);
  border-top: 1px solid rgba(207,168,90,0.2);
  border-bottom: 1px solid rgba(207,168,90,0.2);
  overflow: hidden;
  padding: 12px 0;
}

.af-ticker-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: af-ticker 40s linear infinite;
  width: max-content;
}

.af-ticker-track span {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
  padding: 0 28px;
  letter-spacing: 0.03em;
}

.af-ticker-sep {
  color: var(--af-amber) !important;
  padding: 0 4px !important;
  font-size: 0.65rem !important;
}

@keyframes af-ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================
   BOOK YOUR STALL
   ============================================ */
.af-stall-section {
  background: var(--af-cream);
}

.af-stall-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

.af-stall-left .af-section-tag {
  margin-bottom: 16px;
}

.af-stall-heading {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: var(--af-green-dark);
  line-height: 1.15;
  margin: 14px 0 18px;
}

.af-stall-desc {
  color: var(--af-gray);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 480px;
}

.af-stall-includes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 28px;
}

.af-stall-includes li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--af-dark);
  font-weight: 500;
}

.af-stall-includes li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.af-stall-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.af-stall-badge {
  background: var(--af-green-light);
  color: var(--af-green-dark);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid rgba(29,122,52,0.15);
}

.af-stall-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.10);
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
}

.af-stall-card-header {
  background: linear-gradient(135deg, var(--af-green-dark), #0a4d28);
  padding: 32px 32px 28px;
  text-align: center;
}

.af-stall-tag-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.af-stall-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 6px;
}

.af-stall-price-amount {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--af-amber);
  line-height: 1;
}

.af-stall-price-unit {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  padding-bottom: 10px;
}

.af-stall-price-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
}

.af-stall-card-body {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.af-stall-spec {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.af-stall-spec:last-child {
  border-bottom: none;
}

.af-stall-spec-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--af-green-light);
  color: var(--af-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.af-stall-spec-icon svg {
  width: 18px;
  height: 18px;
}

.af-stall-spec strong {
  display: block;
  font-size: 0.85rem;
  color: var(--af-dark);
  font-weight: 700;
}

.af-stall-spec span {
  font-size: 0.8rem;
  color: var(--af-gray);
}

.af-stall-book-btn {
  display: block;
  margin: 0 32px 16px;
  padding: 16px;
  text-align: center;
  background: var(--af-amber);
  color: var(--af-dark);
  font-weight: 800;
  font-size: 1rem;
  font-family: var(--font-body);
  border-radius: 14px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.af-stall-book-btn:hover {
  background: #E8C97A;
  transform: translateY(-2px);
}

/* WhatsApp button on homepage stall card */
.af-stall-wa-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px;
  margin: 0 32px 12px !important;
  padding: 15px 16px !important;
  background: #25a244 !important;
  color: #fff !important;
  font-weight: 800;
  font-size: 1rem;
  font-family: var(--font-body);
  border-radius: 14px !important;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.2s;
}
.af-stall-wa-btn:hover {
  background: #1e8f3a !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* "or" divider between WhatsApp and form button */
.af-stall-or {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 32px;
  color: #aaa;
  font-size: 0.78rem;
}
.af-stall-or::before,
.af-stall-or::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,0.1);
}
.af-stall-or span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.af-stall-disclaimer {
  text-align: center;
  font-size: 0.74rem;
  color: var(--af-gray);
  padding-bottom: 20px;
}

@media (max-width: 900px) {
  .af-stall-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .af-stall-desc {
    max-width: 100%;
  }
}

/* ============================================
   FESTIVALS GRID
   ============================================ */
.af-festivals-section {
  background: #fff;
}

.af-festivals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.af-festivals-section .af-festival-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.06);
  aspect-ratio: auto;
  cursor: default;
}

.af-festivals-section .af-festival-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.13);
}

.af-festivals-section .af-festival-card-img {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  object-fit: unset;
  transition: none;
}

.af-festival-season-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0,0,0,0.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  z-index: 2;
}

.af-festival-icon {
  font-size: 4.5rem;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.25));
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.af-festivals-section .af-festival-card:hover .af-festival-icon {
  transform: scale(1.1);
}

.af-festival-card-hover {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.af-festivals-section .af-festival-card:hover .af-festival-card-hover {
  opacity: 1;
}

.af-festival-card-hover .af-btn {
  font-size: 0.88rem;
  padding: 10px 24px;
}

/* Per-festival real image backgrounds */
.af-festivals-section .af-festival-mango .af-festival-card-img {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.35) 100%),
    url("https://agritourismuk.com/wp-content/uploads/2026/06/international-mango-festival-2023.webp") center/cover no-repeat;
}
.af-festivals-section .af-festival-strawberry .af-festival-card-img {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.32) 100%),
    url("https://images.unsplash.com/photo-1464965911861-746a04b4bca6?auto=format&fit=crop&w=700&q=80") center/cover no-repeat;
}
.af-festivals-section .af-festival-pumpkin .af-festival-card-img {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.32) 100%),
    url("https://agritourismuk.com/wp-content/uploads/2026/05/web.jpg") center/cover no-repeat;
}
.af-festivals-section .af-festival-apple .af-festival-card-img {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.32) 100%),
    url("https://images.unsplash.com/photo-1570913149827-d2ac84ab3f9a?auto=format&fit=crop&w=700&q=80") center/cover no-repeat;
}
.af-festivals-section .af-festival-sunflower .af-festival-card-img {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.28) 100%),
    url("https://agritourismuk.com/wp-content/uploads/2026/06/Sunflower.jpg") center/cover no-repeat;
}
.af-festivals-section .af-festival-lavender .af-festival-card-img {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.28) 100%),
    url("https://images.unsplash.com/photo-1499002238440-d264edd596ec?auto=format&fit=crop&w=700&q=80") center/cover no-repeat;
}

.af-festivals-section .af-festival-card-body {
  padding: 22px 24px 26px;
}

.af-festivals-section .af-festival-card-body h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--af-dark);
  margin-bottom: 8px;
}

.af-festivals-section .af-festival-card-body p {
  font-size: 0.88rem;
  color: var(--af-gray);
  line-height: 1.65;
  margin-bottom: 16px;
}

.af-festival-link {
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--af-green);
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.af-festival-link:hover {
  color: var(--af-amber-dark);
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.af-howit-section {
  background: #fff;
}

.af-howit-cards {
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1fr;
  align-items: center;
  gap: 0;
}

.af-howit-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.af-howit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.af-howit-card-img {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.af-howit-img-1 { background: linear-gradient(145deg, #1D7A34, #063B20); }
.af-howit-img-2 { background: linear-gradient(145deg, #CFA85A, #8B5e20); }
.af-howit-img-3 { background: linear-gradient(145deg, #0f5c32, #021007); }

.af-howit-card-img svg {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
}

.af-howit-step-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  z-index: 2;
}

.af-howit-card-body {
  padding: 24px 26px 28px;
}

.af-howit-card-body h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--af-dark);
  margin-bottom: 8px;
}

.af-howit-card-body p {
  font-size: 0.88rem;
  color: var(--af-gray);
  line-height: 1.68;
}

.af-howit-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}

.af-howit-arrow svg {
  width: 52px;
  height: 16px;
}

/* ============================================
   TICKETS SECTION
   ============================================ */
.af-tickets-section {
  background: var(--af-cream);
}

.af-trust-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 22px 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.af-trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--af-dark);
}

.af-trust-icon {
  font-size: 1.2rem;
}

/* ============================================
   WHY CHOOSE US
   ============================================ */
.af-why-section {
  background: var(--af-cream);
}

.af-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.af-why-intro {
  color: var(--af-gray);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 32px;
}

.af-why-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.af-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.af-why-feat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--af-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--af-green-dark);
}

.af-why-feat-icon svg {
  width: 22px;
  height: 22px;
}

.af-why-feat-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 4px;
}

.af-why-feat-text strong {
  font-size: 0.95rem;
  color: var(--af-dark);
  font-weight: 700;
}

.af-why-feat-text span {
  font-size: 0.84rem;
  color: var(--af-gray);
  line-height: 1.55;
}

/* Right side: large image with stats overlay */
.af-why-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.af-why-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 480px;
  background:
    url("https://agritourismuk.com/wp-content/uploads/2026/06/8-1.png") center/cover no-repeat;
  box-shadow: 0 16px 48px rgba(0,0,0,0.16);
}

.af-why-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3,20,10,0.88) 0%, rgba(3,20,10,0.3) 45%, transparent 70%);
}

.af-why-visual-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 28px 24px;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.12);
}

.af-why-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.af-why-stat strong {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--af-amber);
  line-height: 1;
  font-weight: 700;
}

.af-why-stat span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.72);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.af-why-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.18);
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.af-testimonials-section {
  background: #fff;
}

.af-testimonials-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.af-rating-stars {
  color: var(--af-amber);
  font-size: 1rem;
  letter-spacing: 3px;
}

.af-rating-text {
  font-size: 0.85rem;
  color: var(--af-gray);
  font-weight: 500;
}

.af-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.af-testimonial-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-top: 3px solid var(--af-green);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.af-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.1);
}

.af-testimonial-featured {
  background: linear-gradient(145deg, var(--af-green-dark), #0a4d28);
  border-top-color: var(--af-amber);
  border-color: transparent;
}

.af-testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.af-testimonial-quote-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--af-green-light);
  color: var(--af-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.af-testimonial-quote-icon svg {
  width: 14px;
  height: 11px;
}

.af-testimonial-featured .af-testimonial-quote-icon {
  background: rgba(207,168,90,0.15);
  color: var(--af-amber);
}

.af-testimonial-stars {
  color: var(--af-amber);
  font-size: 0.9rem;
  letter-spacing: 3px;
}

.af-testimonial-card > p {
  font-size: 0.92rem;
  color: var(--af-gray);
  line-height: 1.78;
  font-style: italic;
  flex: 1;
}

.af-testimonial-featured > p {
  color: rgba(255,255,255,0.82);
}

.af-testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.07);
}

.af-testimonial-featured .af-testimonial-footer {
  border-top-color: rgba(255,255,255,0.1);
}

.af-testimonial-author {
  display: flex;
  align-items: center;
  gap: 11px;
}

.af-testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
  color: #fff;
}

.af-av-green  { background: linear-gradient(135deg, var(--af-green), var(--af-green-dark)); }
.af-av-amber  { background: linear-gradient(135deg, var(--af-amber), var(--af-amber-dark)); color: var(--af-dark); }

.af-testimonial-author strong {
  display: block;
  font-size: 0.88rem;
  color: var(--af-dark);
  font-weight: 700;
}

.af-testimonial-featured .af-testimonial-author strong {
  color: #fff;
}

.af-testimonial-author span {
  font-size: 0.76rem;
  color: var(--af-gray);
}

.af-testimonial-featured .af-testimonial-author span {
  color: rgba(255,255,255,0.5);
}

.af-testimonial-fest-tag {
  font-size: 0.7rem;
  font-weight: 700;
  background: var(--af-green-light);
  color: var(--af-green-dark);
  padding: 3px 10px;
  border-radius: 50px;
  white-space: nowrap;
}

.af-testimonial-featured .af-testimonial-fest-tag {
  background: rgba(207,168,90,0.18);
  color: var(--af-amber);
}

/* ============================================
   NEWSLETTER
   ============================================ */
.af-newsletter-section {
  background: var(--af-cream) !important;
  background-color: #F7F4ED !important;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.af-newsletter-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 10% 80%, rgba(29,122,52,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 20%, rgba(207,168,90,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.af-newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.af-newsletter-heading {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--af-green-dark);
  line-height: 1.08;
  margin: 14px 0 18px;
}

.af-newsletter-desc {
  color: var(--af-gray);
  font-size: 1rem;
  line-height: 1.72;
  margin-bottom: 30px;
}

.af-newsletter-perks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.af-newsletter-perks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--af-dark);
}

.af-newsletter-perks li span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--af-green-light);
  border: 1px solid rgba(29,122,52,0.25);
  color: var(--af-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 800;
  flex-shrink: 0;
}

.af-newsletter-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
}

.af-newsletter-card h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--af-green-dark);
  margin-bottom: 6px;
  text-align: center;
}

.af-newsletter-card > p {
  font-size: 0.84rem;
  color: var(--af-gray);
  text-align: center;
  margin-bottom: 24px;
}

.af-newsletter-card form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.af-newsletter-card input[type="email"] {
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12);
  background: var(--af-gray-light);
  color: var(--af-dark);
  font-size: 0.95rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.af-newsletter-card input[type="email"]::placeholder {
  color: var(--af-gray);
}

.af-newsletter-card input[type="email"]:focus {
  border-color: var(--af-green);
  background: #fff;
}

.af-newsletter-card button {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  border: none;
  background: var(--af-green-dark);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: var(--font-body);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  position: relative;
  overflow: hidden;
}

.af-newsletter-card button:hover {
  background: var(--af-green);
  transform: translateY(-1px);
}

.af-newsletter-note {
  font-size: 0.75rem;
  color: var(--af-gray);
  text-align: center;
  margin-top: 14px;
}

.af-btn-dark {
  background: var(--af-green-dark);
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  font-family: var(--font-body);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.af-btn-dark:hover {
  background: #021007;
  transform: translateY(-2px);
}

/* ============================================
   BOOK A STALL PAGE
   ============================================ */
.af-stall-page-hero {
  background: linear-gradient(135deg, var(--af-green-dark), #0a4d28);
  padding: 120px 0 60px;
  text-align: center;
}

.af-stall-page-hero .af-section-tag {
  margin-bottom: 16px;
}

.af-stall-page-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin: 14px 0 14px;
}

.af-stall-page-sub {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto;
}

.af-stall-page-body {
  background: var(--af-cream);
  padding: 70px 0 90px;
}

.af-stall-page-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: start;
}

.af-stall-info-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.06);
}

.af-stall-info-card h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--af-green-dark);
  margin-bottom: 16px;
}

.af-stall-info-card p {
  font-size: 0.88rem;
  color: var(--af-gray);
  line-height: 1.7;
  margin-bottom: 6px;
}

.af-stall-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.af-stall-info-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--af-dark);
  font-weight: 500;
}

.af-stall-info-list li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.af-tickets-info-card {
  background: linear-gradient(135deg, var(--af-green-dark), #0a4d28) !important;
}

.af-tickets-info-card .af-stall-info-label {
  color: rgba(255,255,255,0.55);
  display: block;
  margin-bottom: 14px;
}

.af-tickets-fest-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.af-tickets-fest-list li {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}

.af-stall-price-card {
  background: linear-gradient(135deg, var(--af-green-dark), #0a4d28) !important;
  text-align: center;
}

.af-stall-info-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

.af-stall-info-price {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--af-amber);
  font-weight: 700;
  line-height: 1.1;
  margin: 8px 0 8px;
}

.af-stall-info-price span {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  font-family: var(--font-body);
  font-weight: 400;
}

.af-stall-price-card p {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.78rem !important;
}

/* Form Card */
.af-stall-page-form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}

.af-stall-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.af-stall-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 20px;
}

.af-stall-field label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--af-dark);
}

.af-stall-field label span {
  color: var(--af-coral);
}

.af-stall-field input,
.af-stall-field select,
.af-stall-field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  font-size: 0.92rem;
  font-family: var(--font-body);
  color: var(--af-dark);
  background: var(--af-gray-light);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}

.af-stall-field input:focus,
.af-stall-field select:focus,
.af-stall-field textarea:focus {
  border-color: var(--af-green);
  background: #fff;
}

.af-stall-field input::placeholder,
.af-stall-field textarea::placeholder {
  color: #aaa;
}

.af-stall-field textarea {
  resize: vertical;
  min-height: 110px;
}

.af-stall-submit {
  width: 100%;
  padding: 16px;
  background: var(--af-green-dark);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  font-family: var(--font-body);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.af-stall-submit:hover:not(:disabled) {
  background: var(--af-green);
  transform: translateY(-2px);
}

.af-stall-submit:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  transform: none;
}

.af-stall-spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.af-spin {
  animation: af-spin-rotate 0.8s linear infinite;
}

@keyframes af-spin-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.af-stall-form-note {
  font-size: 0.76rem;
  color: var(--af-gray);
  text-align: center;
  margin-top: 14px;
}

.af-stall-error {
  background: #fff0f0;
  border: 1px solid #f5c6c6;
  color: #c0392b;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 0.88rem;
  margin-bottom: 20px;
}

/* Success State */
.af-stall-success {
  text-align: center;
  padding: 40px 20px;
}

.af-stall-success-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--af-green-light);
  color: var(--af-green-dark);
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.af-stall-success h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--af-green-dark);
  margin-bottom: 14px;
}

.af-stall-success p {
  color: var(--af-gray);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .af-stall-page-grid {
    grid-template-columns: 1fr;
  }
  .af-stall-page-form-wrap {
    padding: 28px 20px;
  }
  .af-stall-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ============================================
   HOMEPAGE RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .af-festivals-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .af-howit-cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
    gap: 20px;
  }

  .af-howit-arrow {
    display: none;
  }

  .af-why-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .af-why-visual {
    height: 360px;
  }

  .af-why-stat strong {
    font-size: 1.6rem;
  }

  .af-testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .af-trust-badges {
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .af-hero-title {
    font-size: 1.55rem;
  }

  .af-hero-actions {
    flex-direction: column;
  }

  .af-festivals-grid {
    grid-template-columns: 1fr;
  }

  .af-howit-cards {
    max-width: 360px;
  }

  .af-why-visual-stats {
    gap: 8px;
    padding: 20px 12px;
  }

  .af-why-stat strong {
    font-size: 1.4rem;
  }

  .af-newsletter-form {
    flex-direction: column;
  }

  .af-newsletter-form input[type="email"] {
    padding-left: 18px;
  }

  .af-newsletter-input-icon {
    display: none;
  }

  .af-newsletter-form .af-btn-dark {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .af-trust-badges {
    gap: 14px;
    padding: 18px 16px;
  }
}

/* ============================================
   INNER PAGE HERO (shared — About/Festivals/Contact)
   ============================================ */
.af-inner-hero {
  background: linear-gradient(135deg, var(--af-green-dark) 0%, #0a4d28 100%);
  padding: 140px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.af-inner-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(29,122,52,0.4) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 30%, rgba(207,168,90,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.af-inner-hero-inner {
  position: relative;
  z-index: 1;
}

.af-inner-hero .af-section-tag {
  margin-bottom: 18px;
}

.af-inner-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  color: #fff;
  line-height: 1.12;
  margin: 14px 0 18px;
}

.af-inner-hero-title em {
  color: var(--af-amber);
  font-style: italic;
}

.af-inner-hero-sub {
  color: rgba(255,255,255,0.65);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.72;
}

.af-inner-hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.af-tag-light {
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.2);
}

/* ============================================
   ABOUT US PAGE
   ============================================ */

/* Stats Bar */
.af-about-statsbar {
  background: var(--af-green-dark);
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.af-about-statsbar-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.af-about-statsbar-item {
  text-align: center;
  padding: 0 40px;
}

.af-about-statsbar-item strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--af-amber);
  font-weight: 700;
}

.af-about-statsbar-item span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.af-about-statsbar-div {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.12);
}

/* Story Section */
.af-about-story-section {
  background: var(--af-cream);
}

.af-about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.af-about-h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--af-green-dark);
  line-height: 1.18;
  margin: 14px 0 20px;
}

.af-about-story-text p {
  color: var(--af-gray);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.af-about-story-text p strong {
  color: var(--af-green-dark);
}

.af-about-story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.af-about-story-tags span {
  background: var(--af-green-light);
  color: var(--af-green-dark);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 50px;
  border: 1px solid rgba(29,122,52,0.15);
}

.af-about-story-img-wrap {
  position: relative;
}

.af-about-story-img {
  height: 460px;
  border-radius: 20px;
  background: url("https://agritourismuk.com/wp-content/uploads/2026/06/8-1.png") center/cover no-repeat;
  box-shadow: 0 16px 48px rgba(0,0,0,0.14);
}

.af-about-story-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: var(--af-green-dark);
  color: #fff;
  border-radius: 16px;
  padding: 18px 24px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.af-about-story-badge strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--af-amber);
  font-weight: 700;
}

.af-about-story-badge span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
}

/* Mission Section */
.af-about-mission-section {
  background: #fff;
}

.af-about-mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.af-about-mission-card {
  background: var(--af-cream);
  border-radius: 20px;
  padding: 36px 28px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.af-about-mission-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.09);
}

.af-about-mission-featured {
  background: linear-gradient(145deg, var(--af-green-dark), #0a4d28);
  border-color: transparent;
}

.af-about-mission-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: var(--af-green-light);
  color: var(--af-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.af-about-mission-featured .af-about-mission-icon {
  background: rgba(255,255,255,0.1);
  color: var(--af-amber);
}

.af-about-mission-card h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--af-green-dark);
  margin-bottom: 12px;
}

.af-about-mission-featured h3 {
  color: #fff;
}

.af-about-mission-card p {
  font-size: 0.88rem;
  color: var(--af-gray);
  line-height: 1.75;
}

.af-about-mission-featured p {
  color: rgba(255,255,255,0.65);
}

/* Values Section */
.af-about-values-section {
  background: var(--af-cream);
}

.af-about-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.af-about-values-img {
  height: 480px;
  border-radius: 20px;
  background: url("https://agritourismuk.com/wp-content/uploads/2026/06/7.png") center/cover no-repeat;
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}

.af-about-values-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}

.af-about-values-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.af-about-val-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--af-green-light);
  color: var(--af-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.af-about-values-list li strong {
  display: block;
  font-size: 0.92rem;
  color: var(--af-dark);
  font-weight: 700;
  margin-bottom: 4px;
}

.af-about-values-list li span {
  font-size: 0.84rem;
  color: var(--af-gray);
  line-height: 1.6;
}

/* CTA Section */
.af-about-cta-section {
  background: linear-gradient(135deg, var(--af-green-dark), #0a4d28);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.af-about-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(29,122,52,0.4) 0%, transparent 60%);
  pointer-events: none;
}

.af-about-cta-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.af-about-cta-inner h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #fff;
  margin-bottom: 14px;
}

.af-about-cta-inner p {
  color: rgba(255,255,255,0.62);
  font-size: 1rem;
  margin-bottom: 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.af-about-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   FESTIVALS PAGE
   ============================================ */
.af-fest-page-section {
  background: #fff;
}

.af-fest-row {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 56px;
  align-items: center;
  padding: 20px 0;
}

.af-fest-row-reverse {
  grid-template-columns: 1fr 480px;
}

.af-fest-row-reverse .af-fest-row-img {
  order: 2;
}

.af-fest-row-reverse .af-fest-row-body {
  order: 1;
}

.af-fest-row-img {
  height: 380px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 40px rgba(0,0,0,0.13);
  transition: transform 0.4s ease;
}

.af-fest-row-img:hover {
  transform: scale(1.02);
}

.af-fest-img-mango {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.25) 100%),
    url("https://agritourismuk.com/wp-content/uploads/2026/06/international-mango-festival-2023.webp");
}

.af-fest-img-strawberry {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.25) 100%),
    url("https://images.unsplash.com/photo-1464965911861-746a04b4bca6?auto=format&fit=crop&w=900&q=80");
}

.af-fest-img-pumpkin {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.25) 100%),
    url("https://agritourismuk.com/wp-content/uploads/2026/05/web.jpg");
}

.af-fest-img-apple {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.25) 100%),
    url("https://images.unsplash.com/photo-1570913149827-d2ac84ab3f9a?auto=format&fit=crop&w=900&q=80");
}

.af-fest-img-sunflower {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.25) 100%),
    url("https://agritourismuk.com/wp-content/uploads/2026/06/Sunflower.jpg");
}

.af-fest-img-lavender {
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.25) 100%),
    url("https://images.unsplash.com/photo-1499002238440-d264edd596ec?auto=format&fit=crop&w=900&q=80");
}

.af-fest-row-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.af-fest-season-tag {
  background: var(--af-green-light);
  color: var(--af-green-dark);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
}

.af-season-autumn {
  background: #FEF3C7;
  color: #92400E;
}

.af-fest-date-tag {
  background: var(--af-gray-light);
  color: var(--af-gray);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
}

.af-fest-row-title {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  color: var(--af-green-dark);
  margin-bottom: 14px;
  line-height: 1.2;
}

.af-fest-row-desc {
  color: var(--af-gray);
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.af-fest-row-highlights {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin-bottom: 28px;
}

.af-fest-row-highlights li {
  font-size: 0.84rem;
  color: var(--af-dark);
  font-weight: 500;
}

.af-fest-row-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.af-btn.af-btn-outline-green,
.af-btn-outline-green {
  background: transparent !important;
  color: var(--af-green-dark, #063B20) !important;
  border: 2px solid var(--af-green-dark, #063B20) !important;
  padding: 13px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.92rem;
  font-family: var(--font-body);
  text-decoration: none;
  transition: background 0.25s, color 0.25s, transform 0.2s;
  display: inline-flex;
  align-items: center;
}

.af-btn.af-btn-outline-green:hover,
.af-btn-outline-green:hover {
  background: var(--af-green-dark, #063B20) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.af-fest-divider {
  height: 1px;
  background: rgba(0,0,0,0.07);
  margin: 48px 0;
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.af-contact-body {
  background: var(--af-cream);
  padding: 70px 0 90px;
}

.af-contact-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: start;
}

.af-contact-info-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--af-green-dark);
  margin-bottom: 10px;
}

.af-contact-info-desc {
  color: var(--af-gray);
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 32px;
}

.af-contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.af-contact-detail-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--af-green-light);
  color: var(--af-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.af-contact-detail strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--af-dark);
  margin-bottom: 3px;
}

.af-contact-detail span {
  font-size: 0.82rem;
  color: var(--af-gray);
}

.af-contact-social {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.07);
}

.af-contact-social p,
.af-contact-quick-links p {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--af-gray);
  margin-bottom: 12px;
}

.af-contact-social-links {
  display: flex;
  gap: 10px;
}

.af-contact-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.12);
  background: #fff;
  color: var(--af-green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.af-contact-social-btn:hover {
  background: var(--af-green-dark);
  border-color: var(--af-green-dark);
  color: #fff;
}

.af-contact-quick-links {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.af-contact-quick-links a {
  font-size: 0.86rem;
  color: var(--af-green-dark);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.af-contact-quick-links a:hover {
  color: var(--af-amber);
}

.af-contact-form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}

.af-contact-form-heading {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--af-green-dark);
  margin-bottom: 28px;
}

.af-contact-success {
  text-align: center;
  padding: 40px 20px;
}

.af-contact-success-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--af-green-light);
  color: var(--af-green-dark);
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.af-contact-success h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: var(--af-green-dark);
  margin-bottom: 14px;
}

.af-contact-success p {
  color: var(--af-gray);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 28px;
}

/* Responsive — inner pages */
@media (max-width: 1024px) {
  .af-fest-row,
  .af-fest-row-reverse {
    grid-template-columns: 1fr;
  }
  .af-fest-row-reverse .af-fest-row-img,
  .af-fest-row-reverse .af-fest-row-body {
    order: unset;
  }
  .af-fest-row-img {
    height: 280px;
  }
}

@media (max-width: 900px) {
  .af-about-story-grid,
  .af-about-values-grid,
  .af-about-mission-grid,
  .af-contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .af-about-statsbar-grid {
    gap: 0;
    flex-wrap: wrap;
  }
  .af-about-statsbar-item {
    padding: 12px 24px;
  }
  .af-about-statsbar-div {
    display: none;
  }
  .af-about-story-img {
    height: 300px;
  }
  .af-about-values-img {
    height: 280px;
  }
  .af-about-story-badge {
    bottom: -16px;
    left: 16px;
  }
  .af-contact-form-wrap {
    padding: 28px 20px;
  }
  .af-fest-row-highlights {
    grid-template-columns: 1fr;
  }
  .af-inner-hero {
    padding: 110px 0 60px;
  }
}

/* ============================================================
   TICKET CARDS (homepage tickets section)
   ============================================================ */
.af-ticket-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0 48px;
}
.af-ticket-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.af-ticket-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.13);
}
.af-ticket-card-top {
  padding: 28px 24px 24px;
  color: #fff;
}
.af-ticket-mango     { background: linear-gradient(135deg, #c97a10, #e8a020); }
.af-ticket-strawberry { background: linear-gradient(135deg, #b5152b, #e0304a); }
.af-ticket-pumpkin   { background: linear-gradient(135deg, #c45e0b, #e07820); }
.af-ticket-apple     { background: linear-gradient(135deg, #1a6b2a, #2d9642); }
.af-ticket-sunflower { background: linear-gradient(135deg, #b8930a, #e2b820); }
.af-ticket-lavender  { background: linear-gradient(135deg, #5a3a8a, #8055c0); }
.af-ticket-season {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 12px;
}
.af-ticket-card-top h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}
.af-ticket-date {
  font-size: 0.85rem;
  opacity: 0.85;
  margin: 0;
}
.af-ticket-card-body {
  padding: 20px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.af-ticket-card-body p {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.af-ticket-btn {
  display: inline-block;
  color: var(--af-green-dark, #063B20);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: 2px solid var(--af-green-dark, #063B20);
  border-radius: 8px;
  padding: 9px 18px;
  transition: background 0.2s, color 0.2s;
  text-align: center;
}
.af-ticket-btn:hover {
  background: var(--af-green-dark, #063B20);
  color: #fff;
}
@media (max-width: 900px) {
  .af-ticket-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .af-ticket-cards-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.af-footer {
  background: #063B20 !important;
  color: rgba(255,255,255,0.85) !important;
  padding: 60px 0 0 !important;
  font-size: 0.9rem;
}
.af-footer * {
  box-sizing: border-box;
}
.af-footer-grid {
  display: grid !important;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  list-style: none !important;
}
.af-footer-logo {
  max-height: 100px;
  width: auto;
  display: block;
  margin-bottom: 16px;
}
.af-footer-desc {
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  margin: 0 0 22px;
  font-size: 0.88rem;
}
.af-footer-socials {
  display: flex;
  gap: 10px;
}
.af-footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
}
.af-footer-social-btn:hover {
  background: var(--af-amber, #CFA85A);
  transform: translateY(-2px);
}
.af-footer-col-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
}
.af-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.af-footer-links li a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
  font-size: 0.88rem;
}
.af-footer-links li a:hover {
  color: var(--af-amber, #CFA85A);
}
.af-footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.af-footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.65);
  font-size: 0.88rem;
}
.af-footer-contact-list li span:first-child {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.af-footer-contact-list a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.af-footer-contact-list a:hover {
  color: var(--af-amber, #CFA85A);
}
.af-footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255,255,255,0.45);
  font-size: 0.82rem;
}
.af-footer-bottom a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}
.af-footer-bottom a:hover {
  color: var(--af-amber, #CFA85A);
}
.af-footer-bottom a[href*="magnetcreative"] {
  color: rgba(255,255,255,0.5);
  font-weight: 600;
}
.af-footer-bottom a[href*="magnetcreative"]:hover {
  color: var(--af-amber, #CFA85A);
}
@media (max-width: 1024px) {
  .af-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .af-footer-brand {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .af-footer-grid {
    grid-template-columns: 1fr;
  }
  .af-footer-brand {
    grid-column: span 1;
  }
  .af-footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* ============================================================
   FULL MOBILE RESPONSIVE — 768px and below
   ============================================================ */
@media (max-width: 768px) {

  /* Container padding */
  .af-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* Section spacing */
  .af-section {
    padding: 48px 0;
  }

  /* Section headings */
  .af-section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
  .af-section-sub {
    font-size: 0.92rem;
  }

  /* Inner hero — About / Festivals / Contact */
  .af-inner-hero {
    padding: 110px 20px 56px;
  }
  .af-inner-hero-title {
    font-size: clamp(1.7rem, 6vw, 2.5rem);
  }
  .af-inner-hero-sub {
    font-size: 0.92rem;
  }
  .af-inner-hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .af-inner-hero-btns .af-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    text-align: center;
  }

  /* Countdown bar */
  .af-countdown-bar {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .af-countdown-divider {
    display: none;
  }
  .af-countdown-festival-info {
    align-items: center;
    text-align: center;
  }

  /* Stall section — homepage */
  .af-stall-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .af-stall-card-body {
    padding: 20px 20px;
  }
  .af-stall-book-btn {
    margin: 0 20px 16px;
  }
  .af-stall-card-header {
    padding: 24px 20px 20px;
  }

  /* Homepage ticket cards */
  .af-ticket-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 28px 0 36px;
  }

  /* Trust badges */
  .af-trust-badges {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    padding: 20px 16px;
  }
  .af-trust-badge {
    min-width: 120px;
  }

  /* Festival cards — homepage */
  .af-festivals-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  /* About page */
  .af-about-story-grid,
  .af-about-values-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .af-about-mission-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .af-about-story-tags {
    flex-wrap: wrap;
    gap: 8px;
  }
  .af-about-values-list {
    gap: 14px;
  }

  /* Festivals page rows */
  .af-fest-row,
  .af-fest-row-reverse {
    grid-template-columns: 1fr;
  }
  .af-fest-row-img {
    height: 240px;
  }

  /* Contact page */
  .af-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .af-contact-social-links {
    gap: 10px;
  }
  .af-contact-quick-links {
    gap: 8px;
  }

  /* Book a Stall / Buy Tickets pages */
  .af-stall-page-hero {
    padding: 110px 20px 50px;
  }
  .af-stall-page-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }
  .af-stall-page-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .af-stall-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .af-stall-form {
    padding: 24px 18px;
  }

  /* How it works */
  .af-howit-cards {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 18px;
  }
  .af-howit-arrow {
    display: none;
  }

  /* Why choose us */
  .af-why-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .af-why-visual {
    height: 300px;
  }

  /* Testimonials */
  .af-testimonials-grid {
    grid-template-columns: 1fr;
  }

  /* Newsletter */
  .af-newsletter-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .af-newsletter-section {
    padding: 56px 0;
  }
  .af-newsletter-heading {
    font-size: 1.9rem;
  }
  .af-newsletter-card {
    max-width: 100%;
  }
  .af-newsletter-form {
    flex-direction: column;
    gap: 12px;
  }
  .af-newsletter-form .af-btn-dark {
    width: 100%;
    justify-content: center;
  }

  /* Footer — 2 columns on mobile */
  .af-footer {
    padding: 44px 0 0;
  }
  .af-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .af-footer-brand {
    grid-column: span 2;
  }
  .af-footer-desc {
    max-width: 100%;
  }
}

/* ============================================================
   EXTRA SMALL — 480px and below
   ============================================================ */
@media (max-width: 480px) {

  .af-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .af-inner-hero {
    padding: 100px 14px 48px;
  }

  .af-section-title {
    font-size: 1.4rem;
  }

  /* Countdown blocks */
  .af-countdown {
    gap: 8px;
  }
  .af-countdown-block {
    min-width: 54px;
    padding: 10px 10px;
  }
  .af-countdown-num {
    font-size: 1.5rem;
  }
  .af-countdown-label {
    font-size: 0.6rem;
  }

  /* Ticket cards stacked */
  .af-ticket-card-top h3 {
    font-size: 1.1rem;
  }

  /* Stall price */
  .af-stall-price-amount {
    font-size: 2.8rem;
  }

  /* Footer socials */
  .af-footer-socials {
    justify-content: flex-start;
  }

  /* Mission cards */
  .af-about-mission-card {
    padding: 24px 20px;
  }

  /* Contact details */
  .af-contact-detail {
    gap: 12px;
  }

  /* Buttons full width on xs */
  .af-inner-hero-btns .af-btn,
  .af-hero-actions .af-btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ============================================================
   VIDEO REEL SECTION
   ============================================================ */
.af-reel-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

/* Left content */
.af-reel-content {
  max-width: 520px;
}

.af-reel-heading {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: var(--af-green-dark);
  line-height: 1.15;
  margin: 16px 0 18px;
}

.af-reel-desc {
  font-size: 1.05rem;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 24px;
}

.af-reel-points {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.af-reel-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--af-green-dark);
}

.af-reel-points li svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.af-reel-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.af-reel-social-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--af-green-dark);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: opacity 0.2s;
}

.af-reel-social-link:hover {
  opacity: 0.7;
}

/* Phone frame */
.af-reel-phone-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.af-reel-phone-glow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(ellipse at center, rgba(29, 122, 52, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.af-reel-phone {
  position: relative;
  width: 280px;
  background: #1a1a1a;
  border-radius: 44px;
  padding: 14px 10px 20px;
  box-shadow:
    0 0 0 2px #333,
    0 0 0 4px #555,
    0 40px 80px rgba(0,0,0,0.35),
    0 20px 40px rgba(6,59,32,0.2);
  z-index: 1;
}

.af-reel-phone-notch {
  width: 80px;
  height: 10px;
  background: #111;
  border-radius: 20px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
}

.af-reel-phone-screen {
  border-radius: 30px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 9/16;
  position: relative;
}

.af-reel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.af-reel-video-overlay {
  position: absolute;
  bottom: 16px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}

.af-reel-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 20px;
  letter-spacing: 0.03em;
}

.af-reel-phone-home {
  width: 48px;
  height: 5px;
  background: #444;
  border-radius: 10px;
  margin: 12px auto 0;
}

/* Responsive */
@media (max-width: 900px) {
  .af-reel-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .af-reel-content {
    max-width: 100%;
  }
  .af-reel-heading {
    text-align: center;
  }
  .af-reel-points {
    align-items: flex-start;
    display: inline-flex;
    text-align: left;
  }
  .af-reel-actions {
    justify-content: center;
  }
  .af-reel-phone-wrap {
    order: -1;
  }
  .af-reel-phone {
    width: 220px;
  }
}

@media (max-width: 480px) {
  .af-reel-phone {
    width: 190px;
    border-radius: 36px;
    padding: 10px 8px 16px;
  }
}

/* ============================================================
   WHATSAPP BLOCK — Book a Stall / Buy Tickets pages
   ============================================================ */
.af-wa-block {
  background: linear-gradient(135deg, #1a6b2e, #25a244);
  border-radius: 18px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 8px;
  box-shadow: 0 8px 32px rgba(37,162,68,0.25);
  position: relative;
  overflow: hidden;
}
.af-wa-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(255,255,255,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.af-wa-icon {
  width: 64px;
  height: 64px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.af-wa-text {
  position: relative;
  z-index: 1;
}
.af-wa-text h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 6px;
}
.af-wa-text p {
  color: rgba(255,255,255,0.82);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}
.af-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  color: #1a6b2e;
  font-weight: 800;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.af-wa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

/* Divider between WhatsApp and form */
.af-wa-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 20px;
  color: #999;
  font-size: 0.82rem;
}
.af-wa-divider::before,
.af-wa-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,0.1);
}
.af-wa-divider span {
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media (max-width: 600px) {
  .af-wa-block {
    padding: 22px 18px 20px;
  }
  .af-wa-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
}
