/*
Theme Name:   Grainno Child
Description:  Grainno Foods child theme for WooCommerce
Template:     storefront
Version:      3.2.0
Author:       Grainno Foods
Text Domain:  grainno-child
*/

/* ============================================================
   VARIABLES
   ============================================================ */
:root {
  --gf-orange:        #ffa409;
  --gf-orange-light:  #ffb83d;
  --gf-orange-dim:    rgba(255,164,9,0.15);
  --gf-green:         #6bc30d;
  --gf-green-dim:     rgba(107,195,13,0.15);
  --gf-brown:         #754119;
  --gf-black:         #080808;
  --gf-black-2:       #0d0d0d;
  --gf-card:          #111111;
  --gf-card-2:        #161616;
  --gf-white:         #fdfaf5;
  --gf-muted:         rgba(253,250,245,0.55);
  --gf-border:        rgba(255,164,9,0.18);
  --gf-border-soft:   rgba(255,255,255,0.06);

  --glow-orange:      0 0 30px rgba(255,164,9,0.35), 0 0 60px rgba(255,164,9,0.15);
  --glow-green:       0 0 30px rgba(107,195,13,0.35), 0 0 60px rgba(107,195,13,0.15);
  --glow-card:        0 0 0 1px rgba(255,164,9,0.2), 0 8px 40px rgba(0,0,0,0.6);

  --font-display:     'Fraunces', serif;
  --font-body:        'DM Sans', sans-serif;

  --radius:           16px;
  --radius-lg:        24px;
  --transition:       0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--gf-black);
  color: var(--gf-white);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 { font-family: var(--font-display); line-height: 1.1; color: var(--gf-white); }
a { color: var(--gf-orange); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gf-orange-light); }
img { max-width: 100%; height: auto; display: block; }

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

/* ============================================================
   STOREFRONT RESETS
   ============================================================ */

/* Kill WordPress admin bar top margin */
html { margin-top: 0 !important; }
body,
body.admin-bar { margin-top: 0 !important; padding-top: 0 !important; }
#wpadminbar { position: fixed !important; top: 0 !important; }

#masthead, .site-header { display: none !important; }
.site-header-cart, .storefront-handheld-footer-bar { display: none !important; }
.main-navigation { display: none; }
.site-footer { display: none; }
.page-title { display: none; }
.entry-header { display: none; }

/* Remove search bar */
.header-widget-region,
.site-header form[role="search"],
.site-header .search-form,
.site-header .widget_product_search,
.site-header .widget_search,
.storefront-product-search,
.woocommerce-product-search { display: none !important; }
.site-content,
#content { padding: 0 !important; margin: 0 !important; }
#primary,
.content-area { width: 100% !important; float: none !important; margin: 0 !important; padding: 0 !important; }
.col-full { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
.site-header .col-full { max-width: 1160px !important; padding: 16px 24px !important; margin: 0 auto !important; }
.hentry { margin: 0 !important; padding: 0 !important; }
.entry-content { margin: 0 !important; padding: 0 !important; max-width: 100% !important; }
.site-main { padding: 0 !important; margin: 0 !important; }
.storefront-full-width-content .entry-content { max-width: 100% !important; }
#page,
.site { margin: 0 !important; padding: 0 !important; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-12px); }
}
@keyframes pulse-glow {
  0%, 100% { box-shadow: var(--glow-orange); }
  50%       { box-shadow: 0 0 50px rgba(255,164,9,0.5), 0 0 100px rgba(255,164,9,0.2); }
}
@keyframes pulse-green {
  0%, 100% { box-shadow: var(--glow-green); }
  50%       { box-shadow: 0 0 50px rgba(107,195,13,0.5), 0 0 100px rgba(107,195,13,0.2); }
}
@keyframes rotate-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes badge-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.7; }
}
@keyframes orb-drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%       { transform: translate(40px, -30px) scale(1.1); }
  66%       { transform: translate(-20px, 20px) scale(0.95); }
}

.gf-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.gf-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.gf-reveal-delay-1 { transition-delay: 0.1s; }
.gf-reveal-delay-2 { transition-delay: 0.2s; }
.gf-reveal-delay-3 { transition-delay: 0.3s; }
.gf-reveal-delay-4 { transition-delay: 0.4s; }

/* ============================================================
   BUTTONS
   ============================================================ */
.gf-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 32px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.gf-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.15);
  opacity: 0;
  transition: opacity var(--transition);
  border-radius: 100px;
}
.gf-btn:hover::before { opacity: 1; }

.gf-btn-primary {
  background: var(--gf-orange);
  color: #000 !important;
  box-shadow: var(--glow-orange);
  animation: pulse-glow 3s ease-in-out infinite;
}
.gf-btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  color: #000 !important;
}

.gf-btn-ghost {
  background: transparent;
  color: var(--gf-white) !important;
  border: 1.5px solid rgba(255,255,255,0.25);
}
.gf-btn-ghost:hover {
  border-color: var(--gf-orange);
  color: var(--gf-orange) !important;
  transform: translateY(-2px);
}

.gf-btn-green {
  background: var(--gf-green);
  color: #fff !important;
  box-shadow: var(--glow-green);
  width: 100%;
  justify-content: center;
  font-size: 1.05rem;
  padding: 16px 32px;
}
.gf-btn-green:hover {
  transform: translateY(-2px) scale(1.02);
  color: #fff !important;
  background: #78d40e;
}

/* WooCommerce button overrides */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--gf-orange) !important;
  color: #000 !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  border-radius: 100px !important;
  padding: 14px 28px !important;
  border: none !important;
  box-shadow: var(--glow-orange) !important;
  transition: all var(--transition) !important;
  font-size: 0.95rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover {
  background: var(--gf-orange-light) !important;
  transform: translateY(-2px) !important;
  color: #000 !important;
}

/* ============================================================
   NAV BAR
   ============================================================ */
.gf-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(8,8,8,0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--gf-border-soft);
}
.gf-nav__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.gf-nav__logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gf-white);
  letter-spacing: -0.02em;
  text-decoration: none;
}
.gf-nav__logo span { color: var(--gf-orange); }
.gf-nav__links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.gf-nav__links a {
  color: var(--gf-muted);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color var(--transition);
}
.gf-nav__links a:hover { color: var(--gf-white); }
.gf-nav__cta { display: flex; align-items: center; gap: 16px; }

/* ============================================================
   HERO
   ============================================================ */
.gf-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--gf-black);
}

/* Background orbs */
.gf-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: orb-drift 12s ease-in-out infinite;
}
.gf-hero__orb--1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,164,9,0.12) 0%, transparent 70%);
  top: -200px; left: -200px;
  animation-duration: 15s;
}
.gf-hero__orb--2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(107,195,13,0.1) 0%, transparent 70%);
  bottom: -150px; right: -100px;
  animation-duration: 18s;
  animation-delay: -6s;
}
.gf-hero__orb--3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,164,9,0.08) 0%, transparent 70%);
  top: 50%; left: 50%;
  animation-duration: 10s;
  animation-delay: -3s;
}

/* Grid lines overlay */
.gf-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,164,9,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,164,9,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.gf-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: 0 auto;
  padding: 100px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
}

.gf-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gf-orange-dim);
  border: 1px solid rgba(255,164,9,0.3);
  color: var(--gf-orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 28px;
  animation: badge-pulse 3s ease-in-out infinite;
}

.gf-hero__headline {
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.gf-hero__headline .line-orange {
  color: var(--gf-orange);
  display: block;
}
.gf-hero__headline .line-green {
  color: var(--gf-green);
  display: block;
}

.gf-hero__sub {
  font-size: 1.1rem;
  color: var(--gf-muted);
  line-height: 1.75;
  margin-bottom: 40px;
  max-width: 480px;
}

.gf-hero__ctas {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.gf-hero__stats {
  display: flex;
  gap: 32px;
}

.gf-hero__stat-val {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gf-orange);
  display: block;
  line-height: 1;
}
.gf-hero__stat-label {
  font-size: 0.8rem;
  color: var(--gf-muted);
  margin-top: 4px;
}

/* Hero image */
.gf-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gf-hero__img-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
  animation: float 6s ease-in-out infinite;
}

.gf-hero__img-wrap img {
  width: 100%;
  border-radius: 28px;
  position: relative;
  z-index: 2;
}

.gf-hero__img-glow {
  position: absolute;
  inset: -20px;
  border-radius: 40px;
  background: radial-gradient(ellipse, rgba(255,164,9,0.2) 0%, transparent 70%);
  z-index: 1;
  animation: pulse-glow 4s ease-in-out infinite;
}

.gf-hero__img-placeholder {
  aspect-ratio: 4/5;
  background: var(--gf-card);
  border-radius: 28px;
  border: 1px solid var(--gf-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gf-muted);
  font-size: 0.85rem;
}

/* Floating badges on hero image */
.gf-hero__float-badge {
  position: absolute;
  z-index: 10;
  background: var(--gf-card-2);
  border: 1px solid var(--gf-border);
  border-radius: 14px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
  font-size: 0.85rem;
  font-weight: 600;
  animation: float 5s ease-in-out infinite;
}

.gf-hero__float-badge--1 {
  top: 10%;
  left: -15%;
  animation-delay: -1s;
  border-color: rgba(107,195,13,0.3);
}

.gf-hero__float-badge--2 {
  bottom: 15%;
  right: -12%;
  animation-delay: -3s;
  border-color: rgba(255,164,9,0.3);
}

.gf-hero__float-badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gf-green);
  box-shadow: 0 0 8px var(--gf-green);
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.gf-trustbar {
  background: var(--gf-card);
  border-top: 1px solid var(--gf-border-soft);
  border-bottom: 1px solid var(--gf-border-soft);
  padding: 20px 0;
  overflow: hidden;
}
.gf-trustbar__track {
  display: flex;
  gap: 48px;
  align-items: center;
  animation: marquee 20s linear infinite;
  width: max-content;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.gf-trustbar__item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gf-muted);
}
.gf-trustbar__item .icon { font-size: 1rem; }
.gf-trustbar__sep { color: var(--gf-border); font-size: 0.7rem; }

/* ============================================================
   SECTION COMMONS
   ============================================================ */
.gf-section { padding: 120px 0; }
.gf-section--dark { background: var(--gf-black-2); }
.gf-section--card { background: var(--gf-card); }

/* Hide floating cart everywhere */
#gf-floating-cart { display: none !important; }

/* Mobile hero image placeholder (hidden on desktop) */
.gf-hero__visual--mobile { display: none; }

/* Product price display */
.gf-flip__price {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gf-orange);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.gf-flip--tom .gf-flip__price { color: var(--gf-green); }

.gf-section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gf-orange);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.gf-section__label::before { display: none; }

.gf-section__title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.gf-section__sub {
  font-size: 1.05rem;
  color: var(--gf-muted);
  line-height: 1.7;
  max-width: 540px;
}

/* ============================================================
   PRODUCTS SECTION
   ============================================================ */
.gf-products { padding: 120px 0; position: relative; overflow: hidden; }

.gf-products::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(255,164,9,0.04) 0%, transparent 70%);
  pointer-events: none;
}

.gf-products__header {
  text-align: center;
  margin-bottom: 70px;
}

.gf-products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Product Card */
.gf-pcard {
  background: var(--gf-card);
  border: 1px solid var(--gf-border-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  position: relative;
  cursor: pointer;
}

.gf-pcard::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(255,164,9,0.3), rgba(107,195,13,0.2)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity var(--transition);
}

.gf-pcard:hover { transform: translateY(-8px); box-shadow: var(--glow-card); }
.gf-pcard:hover::before { opacity: 1; }

/* First card — orange accent */
.gf-pcard--muscle:hover { box-shadow: 0 0 0 1px rgba(255,164,9,0.4), 0 24px 80px rgba(255,164,9,0.15); }
/* Second card — green accent */
.gf-pcard--tom:hover { box-shadow: 0 0 0 1px rgba(107,195,13,0.4), 0 24px 80px rgba(107,195,13,0.15); }

.gf-pcard__img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #0d0d0d;
}

.gf-pcard__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.gf-pcard:hover .gf-pcard__img img { transform: scale(1.06); }

.gf-pcard__img-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: rgba(255,255,255,0.15);
  font-size: 0.8rem;
}

.gf-pcard__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(8,8,8,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--gf-border);
  color: var(--gf-orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
}

.gf-pcard--tom .gf-pcard__tag { color: var(--gf-green); border-color: rgba(107,195,13,0.3); }

.gf-pcard__body { padding: 28px; }

.gf-pcard__name {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.gf-pcard__tagline {
  color: var(--gf-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 20px;
}

.gf-pcard__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.gf-pill {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 100px;
}

.gf-pill--orange {
  background: var(--gf-orange-dim);
  border: 1px solid rgba(255,164,9,0.25);
  color: var(--gf-orange);
}
.gf-pill--green {
  background: var(--gf-green-dim);
  border: 1px solid rgba(107,195,13,0.25);
  color: var(--gf-green);
}
.gf-pill--white {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
}

.gf-pcard__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--gf-border-soft);
}

.gf-pcard__price {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gf-orange);
}
.gf-pcard--tom .gf-pcard__price { color: var(--gf-green); }

.gf-pcard__price-from {
  font-size: 0.75rem;
  color: var(--gf-muted);
  font-family: var(--font-body);
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.gf-how { padding: 120px 0; background: var(--gf-card); position: relative; overflow: hidden; }

.gf-how::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gf-orange), var(--gf-green), transparent);
  opacity: 0.3;
}

.gf-how__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 64px;
}

.gf-how__card {
  background: var(--gf-card-2);
  border: 1px solid var(--gf-border-soft);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.gf-how__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gf-orange), var(--gf-green));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.gf-how__card:hover { transform: translateY(-4px); border-color: var(--gf-border); }
.gf-how__card:hover::before { transform: scaleX(1); }

.gf-how__num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: rgba(255,164,9,0.12);
  line-height: 1;
  margin-bottom: 16px;
  transition: color 0.3s;
}
.gf-how__card:hover .gf-how__num { color: rgba(255,164,9,0.25); }

.gf-how__icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.gf-how__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gf-white);
  margin-bottom: 10px;
}

.gf-how__desc {
  font-size: 0.88rem;
  color: var(--gf-muted);
  line-height: 1.65;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.gf-testimonials { padding: 120px 0; }

.gf-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 64px;
}

.gf-tcard {
  background: var(--gf-card);
  border: 1px solid var(--gf-border-soft);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all var(--transition);
  position: relative;
}

.gf-tcard::before {
  content: '"';
  position: absolute;
  top: 16px; right: 24px;
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: rgba(255,164,9,0.08);
  pointer-events: none;
}

.gf-tcard:hover {
  border-color: rgba(255,164,9,0.25);
  transform: translateY(-4px);
  box-shadow: 0 8px 40px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,164,9,0.1);
}

.gf-tcard__stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
  font-size: 0.9rem;
}

.gf-tcard__quote {
  font-size: 0.97rem;
  color: rgba(253,250,245,0.85);
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}

.gf-tcard__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gf-tcard__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gf-orange-dim), var(--gf-green-dim));
  border: 1px solid var(--gf-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--gf-orange);
  flex-shrink: 0;
}

.gf-tcard__name { font-weight: 700; font-size: 0.9rem; color: var(--gf-white); }
.gf-tcard__city { font-size: 0.78rem; color: var(--gf-muted); }

/* Trust badges row */
.gf-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 64px;
}

.gf-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--gf-card);
  border: 1px solid var(--gf-border-soft);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--gf-muted);
  transition: all var(--transition);
}
.gf-badge:hover {
  border-color: var(--gf-border);
  color: var(--gf-white);
  transform: translateY(-2px);
}
.gf-badge .icon { font-size: 1rem; }

/* ============================================================
   PRODUCT SPOTLIGHT
   ============================================================ */
.gf-spotlight {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.gf-spotlight--alt { background: var(--gf-card); }

.gf-spotlight__bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.gf-spotlight__bg-orb--orange {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,164,9,0.07) 0%, transparent 70%);
  top: -100px; right: -100px;
}
.gf-spotlight__bg-orb--green {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(107,195,13,0.07) 0%, transparent 70%);
  bottom: -100px; left: -100px;
}

.gf-spotlight__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.gf-spotlight--reverse .gf-spotlight__text { order: 2; }
.gf-spotlight--reverse .gf-spotlight__visual { order: 1; }

/* Visual side */
.gf-spotlight__visual { position: relative; }

.gf-spotlight__img-frame {
  position: relative;
  border-radius: 28px;
}

.gf-spotlight__img-frame img {
  width: 100%;
  border-radius: 28px;
  border: 1px solid var(--gf-border);
  position: relative;
  z-index: 2;
}

.gf-spotlight__img-placeholder {
  aspect-ratio: 4/5;
  background: var(--gf-card-2);
  border-radius: 28px;
  border: 1px solid var(--gf-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gf-muted);
  font-size: 0.85rem;
  position: relative;
  z-index: 2;
}

.gf-spotlight__glow {
  position: absolute;
  inset: -30px;
  border-radius: 48px;
  z-index: 1;
  pointer-events: none;
}
.gf-spotlight__glow--orange {
  background: radial-gradient(ellipse, rgba(255,164,9,0.18) 0%, transparent 65%);
  animation: pulse-glow 4s ease-in-out infinite;
}
.gf-spotlight__glow--green {
  background: radial-gradient(ellipse, rgba(107,195,13,0.18) 0%, transparent 65%);
  animation: pulse-green 4s ease-in-out infinite;
}

/* Floating stat badges on product image */
.gf-spotlight__stat {
  position: absolute;
  z-index: 10;
  background: rgba(13,13,13,0.9);
  backdrop-filter: blur(12px);
  border: 1px solid var(--gf-border);
  border-radius: 14px;
  padding: 12px 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.gf-spotlight__stat--tl { top: -16px; left: -20px; animation: float 5s ease-in-out infinite; }
.gf-spotlight__stat--br { bottom: 20px; right: -20px; animation: float 5s ease-in-out infinite; animation-delay: -2.5s; }
.gf-spotlight__stat-val {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gf-orange);
  display: block;
  line-height: 1;
}
.gf-spotlight--alt .gf-spotlight__stat-val { color: var(--gf-green); }
.gf-spotlight__stat-label {
  font-size: 0.7rem;
  color: var(--gf-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 3px;
}

/* Text side */
.gf-spotlight__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gf-orange);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gf-spotlight__label::before {
  content: '';
  width: 24px; height: 2px;
  background: var(--gf-orange);
  border-radius: 2px;
  box-shadow: 0 0 8px var(--gf-orange);
}
.gf-spotlight--alt .gf-spotlight__label { color: var(--gf-green); }
.gf-spotlight--alt .gf-spotlight__label::before { background: var(--gf-green); box-shadow: 0 0 8px var(--gf-green); }

.gf-spotlight__title {
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  line-height: 1.05;
}

.gf-spotlight__tagline {
  color: var(--gf-muted);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

.gf-spotlight__macros {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.gf-spotlight__macro {
  background: var(--gf-orange-dim);
  border: 1px solid rgba(255,164,9,0.2);
  border-radius: 12px;
  padding: 14px 18px;
  text-align: center;
  min-width: 78px;
  transition: all var(--transition);
}
.gf-spotlight__macro:hover { border-color: var(--gf-orange); transform: translateY(-2px); }
.gf-spotlight--alt .gf-spotlight__macro {
  background: var(--gf-green-dim);
  border-color: rgba(107,195,13,0.2);
}
.gf-spotlight--alt .gf-spotlight__macro:hover { border-color: var(--gf-green); }

.gf-spotlight__macro-val {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gf-orange);
  line-height: 1;
}
.gf-spotlight--alt .gf-spotlight__macro-val { color: var(--gf-green); }

.gf-spotlight__macro-label {
  font-size: 0.65rem;
  color: var(--gf-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
}

.gf-spotlight__desc {
  color: var(--gf-muted);
  font-size: 0.97rem;
  line-height: 1.8;
  margin-bottom: 28px;
  border-left: 2px solid var(--gf-border);
  padding-left: 16px;
}

.gf-spotlight__ings-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 10px;
}

.gf-spotlight__ings {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-bottom: 32px;
}

.gf-spotlight__ings li {
  background: var(--gf-orange-dim);
  border: 1px solid rgba(255,164,9,0.2);
  color: var(--gf-orange);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
}
.gf-spotlight--alt .gf-spotlight__ings li {
  background: var(--gf-green-dim);
  border-color: rgba(107,195,13,0.2);
  color: var(--gf-green);
}

.gf-spotlight__price {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gf-orange);
  margin-bottom: 24px;
}
.gf-spotlight--alt .gf-spotlight__price { color: var(--gf-green); }

.gf-spotlight__price-from {
  font-size: 0.75rem;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--gf-muted);
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 860px) {
  .gf-spotlight__inner { grid-template-columns: 1fr; gap: 40px; }
  .gf-spotlight--reverse .gf-spotlight__text { order: unset; }
  .gf-spotlight--reverse .gf-spotlight__visual { order: unset; }
  .gf-spotlight__visual { order: -1; }
  .gf-spotlight__stat--tl { left: 0; }
  .gf-spotlight__stat--br { right: 0; }
}

/* ============================================================
   GUARANTEE
   ============================================================ */
.gf-guarantee {
  padding: 80px 0;
  background: var(--gf-card);
  position: relative;
  overflow: hidden;
}

.gf-guarantee::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 300px;
  background: radial-gradient(ellipse, rgba(255,164,9,0.06) 0%, transparent 70%);
}

.gf-guarantee__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.gf-guarantee__icon {
  width: 80px; height: 80px;
  background: var(--gf-orange-dim);
  border: 1px solid rgba(255,164,9,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 24px;
  box-shadow: var(--glow-orange);
  animation: pulse-glow 3s ease-in-out infinite;
}

.gf-guarantee__title {
  font-size: 2rem;
  margin-bottom: 16px;
}

.gf-guarantee__text {
  color: var(--gf-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 36px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.gf-footer {
  background: #050505;
  border-top: 1px solid var(--gf-border-soft);
  padding: 70px 0 32px;
}

.gf-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 56px;
}

.gf-footer__logo {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gf-white);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.gf-footer__logo span { color: var(--gf-orange); }

.gf-footer__about {
  color: var(--gf-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 24px;
}

.gf-footer__social {
  display: flex;
  gap: 12px;
}
.gf-footer__social a {
  width: 36px; height: 36px;
  background: var(--gf-card);
  border: 1px solid var(--gf-border-soft);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--gf-muted);
  transition: all var(--transition);
}
.gf-footer__social a:hover {
  border-color: var(--gf-orange);
  color: var(--gf-orange);
  transform: translateY(-2px);
}

.gf-footer__col-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 20px;
}

.gf-footer__links { list-style: none; }
.gf-footer__links li { margin-bottom: 12px; }
.gf-footer__links a {
  color: var(--gf-muted);
  font-size: 0.92rem;
  transition: color var(--transition);
}
.gf-footer__links a:hover { color: var(--gf-orange); }

.gf-footer__bottom {
  padding-top: 28px;
  border-top: 1px solid var(--gf-border-soft);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.25);
}

/* ============================================================
   FLOATING CART
   ============================================================ */
#gf-floating-cart {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  font-family: var(--font-body);
}

.gf-cart-toggle {
  width: 54px; height: 54px;
  background: var(--gf-orange);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--glow-orange);
  transition: transform var(--transition);
  animation: pulse-glow 3s ease-in-out infinite;
  position: relative;
}
.gf-cart-toggle:hover { transform: scale(1.1); }
.gf-cart-toggle svg { width: 22px; height: 22px; fill: #000; }

.gf-cart-count {
  position: absolute;
  top: -5px; right: -5px;
  background: var(--gf-green);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  width: 20px; height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px var(--gf-green);
}

.gf-cart-panel {
  position: absolute;
  top: 66px; right: 0;
  width: 320px;
  background: var(--gf-card-2);
  border: 1px solid var(--gf-border);
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,164,9,0.1);
  overflow: hidden;
  display: none;
}
.gf-cart-panel.open { display: block; animation: fadeUp 0.2s ease; }

.gf-cart-panel__header {
  padding: 18px 20px;
  border-bottom: 1px solid var(--gf-border-soft);
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  color: var(--gf-white);
}

.gf-cart-panel__items { padding: 16px 20px; max-height: 220px; overflow-y: auto; }

.gf-cart-panel__item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gf-border-soft);
}
.gf-cart-panel__item:last-child { margin-bottom: 0; padding-bottom: 0; border: none; }
.gf-cart-panel__item-name { font-size: 0.85rem; color: var(--gf-white); }
.gf-cart-panel__item-meta { font-size: 0.75rem; color: var(--gf-muted); margin-top: 2px; }
.gf-cart-panel__item-price { font-weight: 700; font-size: 0.88rem; color: var(--gf-orange); white-space: nowrap; }
.gf-cart-panel__empty { text-align: center; color: var(--gf-muted); font-size: 0.85rem; padding: 16px 0; }

.gf-cart-panel__footer {
  padding: 16px 20px;
  border-top: 1px solid var(--gf-border-soft);
}

.gf-cart-panel__total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 0.95rem;
}
.gf-cart-panel__total .amt { color: var(--gf-orange); }

.gf-wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  background: var(--gf-green);
  color: #fff !important;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all var(--transition);
  box-shadow: var(--glow-green);
}
.gf-wa-btn:hover { background: #78d40e; transform: translateY(-1px); color: #fff !important; }

/* ============================================================
   SINGLE PRODUCT
   ============================================================ */
.gf-single {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.gf-single__gallery img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--gf-border);
  box-shadow: 0 0 60px rgba(255,164,9,0.08);
}

.gf-single__badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gf-orange);
  margin-bottom: 12px;
}

.gf-single__title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.gf-single__tagline {
  color: var(--gf-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  margin-bottom: 28px;
}

.gf-macros {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.gf-macro {
  background: var(--gf-orange-dim);
  border: 1px solid rgba(255,164,9,0.2);
  border-radius: 12px;
  padding: 12px 16px;
  text-align: center;
  min-width: 80px;
  transition: all var(--transition);
}
.gf-macro:hover { border-color: var(--gf-orange); transform: translateY(-2px); }

.gf-macro__val {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--gf-orange);
}
.gf-macro__label {
  font-size: 0.68rem;
  color: var(--gf-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gf-price {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gf-orange);
  margin-bottom: 24px;
}

/* Accordion */
.gf-accordion {
  border: 1px solid var(--gf-border-soft);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}

.gf-accordion__btn {
  width: 100%;
  background: var(--gf-card);
  border: none;
  padding: 16px 20px;
  text-align: left;
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--gf-white);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background var(--transition);
}
.gf-accordion__btn:hover { background: var(--gf-card-2); }
.gf-accordion__btn::after { content: '+'; font-size: 1.2rem; color: var(--gf-orange); transition: transform 0.2s; }
.gf-accordion.open .gf-accordion__btn::after { transform: rotate(45deg); }

.gf-accordion__body {
  display: none;
  padding: 16px 20px;
  background: #0a0a0a;
  font-size: 0.88rem;
  color: var(--gf-muted);
  line-height: 1.7;
}
.gf-accordion.open .gf-accordion__body { display: block; animation: fadeIn 0.2s ease; }

.gf-ing-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.gf-ing-list li {
  background: var(--gf-green-dim);
  border: 1px solid rgba(107,195,13,0.2);
  color: var(--gf-green);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
}

/* Sticky ATC */
.gf-sticky-atc {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(13,13,13,0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--gf-border);
  padding: 14px 24px;
  z-index: 9998;
  display: none;
  gap: 16px;
  align-items: center;
}
.gf-sticky-atc.visible { display: flex; animation: fadeUp 0.3s ease; }
.gf-sticky-atc__name { flex: 1; font-weight: 700; font-size: 1rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gf-sticky-atc__price { color: var(--gf-orange); font-weight: 700; font-family: var(--font-display); font-size: 1.2rem; }

/* ============================================================
   WOOCOMMERCE
   ============================================================ */
.woocommerce .price, .woocommerce-Price-amount {
  color: var(--gf-orange) !important;
  font-family: var(--font-display) !important;
}

.woocommerce table.cart {
  background: var(--gf-card) !important;
  border-radius: var(--radius) !important;
  border: 1px solid var(--gf-border) !important;
  overflow: hidden !important;
}
.woocommerce table.cart th,
.woocommerce table.cart td {
  color: var(--gf-white) !important;
  border-color: var(--gf-border-soft) !important;
  padding: 18px 20px !important;
}

.cart_totals, .woocommerce-cart-form {
  background: transparent !important;
}

.cart_totals {
  background: var(--gf-card) !important;
  border: 1px solid var(--gf-border) !important;
  border-radius: var(--radius) !important;
  padding: 28px !important;
}
.cart_totals h2, .cart_totals table th, .cart_totals table td { color: var(--gf-white) !important; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: var(--gf-green) !important;
  box-shadow: var(--glow-green) !important;
  color: #fff !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  border-radius: 100px !important;
  padding: 16px 36px !important;
}

/* Variation select hidden — pills replace it */
.variations select { display: none !important; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .gf-how__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .gf-hero__inner { grid-template-columns: 1fr; gap: 48px; padding-top: 80px; }
  .gf-hero__visual { order: -1; }
  .gf-hero__float-badge--1 { left: 0; }
  .gf-hero__float-badge--2 { right: 0; }
  .gf-hero__stats { gap: 20px; }
  .gf-products__grid { grid-template-columns: 1fr; max-width: 500px; }
  .gf-testimonials__grid { grid-template-columns: 1fr; }
  .gf-footer__grid { grid-template-columns: 1fr; gap: 40px; }
  .gf-footer__bottom { flex-direction: column; gap: 8px; text-align: center; }
  .gf-single { grid-template-columns: 1fr; }
  .gf-nav__links { display: none; }
}

@media (max-width: 600px) {
  .gf-section { padding: 80px 0; }
  .gf-hero__inner { padding: 70px 20px 60px; }
  .gf-hero__ctas { flex-direction: column; }
  .gf-hero__ctas .gf-btn { width: 100%; justify-content: center; }
  .gf-how__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .gf-how__card { padding: 20px 16px; }
  .gf-cart-panel { width: calc(100vw - 40px); }
  .gf-sticky-atc.visible { display: flex; }
  .gf-nav__cta .gf-btn-ghost { display: none; }
}

/* ============================================================
   SECTION LABEL VARIANTS
   ============================================================ */
.gf-section__label--brown { color: #754119 !important; }
.gf-section__label--brown::before { background: #754119 !important; box-shadow: none !important; }
.gf-section__label--muted { color: rgba(253,250,245,0.6) !important; }
.gf-section__label--muted::before { background: rgba(253,250,245,0.4) !important; box-shadow: none !important; }

/* ============================================================
   WHY GRAINNO FOODS
   ============================================================ */
.gf-why {
  background: #fdf6e9;
  padding: 120px 0;
}
.gf-why__header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 72px;
}
.gf-why__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 16px;
}
.gf-why__title em { font-style: normal; color: #754119; }
.gf-why__sub {
  color: #666;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 500px;
  margin: 0 auto;
}
.gf-why__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}
.gf-why__card {
  background: #fff;
  border: 1px solid rgba(117,65,25,0.1);
  border-radius: 20px;
  padding: 36px 32px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.gf-why__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(117,65,25,0.12);
  border-color: rgba(117,65,25,0.22);
}
.gf-why__icon {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 20px;
}
.gf-why__card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.gf-why__card p {
  color: #666;
  font-size: 0.93rem;
  line-height: 1.75;
  margin-bottom: 20px;
}
.gf-why__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #754119;
  background: rgba(117,65,25,0.08);
  border: 1px solid rgba(117,65,25,0.18);
  padding: 4px 12px;
  border-radius: 100px;
}

/* ============================================================
   FLIP CARDS (PRODUCTS)
   ============================================================ */
.gf-flip-grid { align-items: start; }

.gf-flip {
  perspective: 1400px;
  height: 590px;
  cursor: default;
}
.gf-flip__inner {
  width: 100%; height: 100%;
  position: relative;
  transition: transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.gf-flip.flipped .gf-flip__inner { transform: rotateY(180deg); }

.gf-flip__front,
.gf-flip__back {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gf-flip__front {
  background: var(--gf-card);
  border: 1px solid var(--gf-border-soft);
}
.gf-flip__back {
  transform: rotateY(180deg);
  background: #0f0f0f;
  border: 1px solid rgba(255,164,9,0.18);
  padding: 28px;
  justify-content: space-between;
}
.gf-flip--tom .gf-flip__back { border-color: rgba(107,195,13,0.18); }

/* Image area */
.gf-flip__img-area {
  position: relative;
  height: 220px; flex-shrink: 0;
  background: #0d0d0d;
  overflow: hidden;
}
.gf-flip__img-area img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gf-flip:hover .gf-flip__img-area img { transform: scale(1.04); }
.gf-flip__img-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 8px; color: rgba(255,255,255,0.15); font-size: 0.8rem;
}
.gf-flip__tag {
  position: absolute; top: 14px; left: 14px;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px;
  background: rgba(8,8,8,0.82); backdrop-filter: blur(8px);
}
.gf-flip__tag--orange { color: var(--gf-orange); border: 1px solid rgba(255,164,9,0.3); }
.gf-flip__tag--green  { color: var(--gf-green);  border: 1px solid rgba(107,195,13,0.3); }

/* Front body */
.gf-flip__body {
  padding: 22px 24px 24px;
  display: flex; flex-direction: column;
  flex: 1;
}
.gf-flip__name {
  font-family: var(--font-display);
  font-size: 1.45rem; font-weight: 700;
  letter-spacing: -0.02em; color: var(--gf-white);
  margin-bottom: 7px;
}
.gf-flip__tagline {
  color: var(--gf-muted); font-size: 0.83rem;
  line-height: 1.6; margin-bottom: 14px; flex: 1;
}
.gf-flip__macros-mini {
  display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px;
}
.gf-flip__macro-chip {
  font-size: 0.7rem; font-weight: 600;
  color: var(--gf-orange);
  background: var(--gf-orange-dim);
  border: 1px solid rgba(255,164,9,0.2);
  padding: 3px 9px; border-radius: 100px;
}
.gf-flip--tom .gf-flip__macro-chip {
  color: var(--gf-green); background: var(--gf-green-dim);
  border-color: rgba(107,195,13,0.2);
}
.gf-flip__size-row {
  display: flex; gap: 8px; margin-bottom: 14px;
}
.gf-flip__size {
  border: 1px solid var(--gf-border-soft);
  color: var(--gf-muted);
  font-size: 0.78rem; font-weight: 600;
  padding: 6px 14px; border-radius: 100px;
  background: transparent; cursor: pointer;
  transition: all 0.2s; font-family: var(--font-body);
}
.gf-flip__size.active,
.gf-flip__size:hover { border-color: var(--gf-orange); color: var(--gf-orange); }
.gf-flip--tom .gf-flip__size.active,
.gf-flip--tom .gf-flip__size:hover { border-color: var(--gf-green); color: var(--gf-green); }

.gf-flip__actions {
  display: flex; align-items: center; gap: 10px;
}
.gf-flip__cta { flex: 1; justify-content: center; padding: 13px 20px !important; font-size: 0.9rem !important; }
.gf-flip__hint {
  font-size: 0.73rem; color: var(--gf-muted);
  background: transparent; border: 1px solid var(--gf-border-soft);
  border-radius: 100px; padding: 8px 14px; cursor: pointer;
  font-family: var(--font-body); transition: all 0.2s; white-space: nowrap; flex-shrink: 0;
}
.gf-flip__hint:hover { color: var(--gf-white); border-color: var(--gf-border); }

/* Back face */
.gf-flip__back-header { margin-bottom: 14px; }
.gf-flip__back-title {
  font-family: var(--font-display);
  font-size: 1.05rem; font-weight: 700;
  color: var(--gf-white); margin-bottom: 4px;
}
.gf-flip__back-sub {
  font-size: 0.7rem; color: var(--gf-muted);
  text-transform: uppercase; letter-spacing: 0.08em;
}
.gf-flip__ing-list {
  flex: 1; overflow-y: auto;
  display: flex; flex-direction: column; gap: 9px;
  padding-right: 2px; margin-bottom: 14px;
  scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.08) transparent;
}
.gf-flip__ing-top {
  display: flex; justify-content: space-between;
  font-size: 0.79rem; font-weight: 600; color: var(--gf-white);
  margin-bottom: 5px;
}
.gf-flip__ing-top span:last-child { color: var(--gf-muted); font-weight: 400; }
.gf-flip__ing-bar {
  height: 4px; background: rgba(255,255,255,0.06);
  border-radius: 2px; overflow: hidden;
}
.gf-flip__ing-fill {
  height: 100%; border-radius: 2px;
  background: linear-gradient(90deg, var(--gf-orange), var(--gf-orange-light));
}
.gf-flip--tom .gf-flip__ing-fill {
  background: linear-gradient(90deg, var(--gf-green), #78d40e);
}
.gf-flip__back-actions { display: flex; flex-direction: column; gap: 8px; }
.gf-flip__back-close {
  font-size: 0.73rem; color: var(--gf-muted);
  background: transparent; border: 1px solid var(--gf-border-soft);
  border-radius: 100px; padding: 8px 16px; cursor: pointer;
  font-family: var(--font-body); transition: all 0.2s; width: 100%; text-align: center;
}
.gf-flip__back-close:hover { color: var(--gf-white); border-color: var(--gf-border); }

/* ============================================================
   PROCESS SECTION
   ============================================================ */
.gf-process {
  background: #754119;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.gf-process::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(255,164,9,0.07) 0%, transparent 50%),
    radial-gradient(ellipse at 85% 50%, rgba(0,0,0,0.12) 0%, transparent 50%);
  pointer-events: none;
}
.gf-process__header {
  text-align: center; margin-bottom: 72px; position: relative; z-index: 1;
}
.gf-process__title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700; color: var(--gf-white);
  letter-spacing: -0.02em; line-height: 1.15;
}
.gf-process__steps {
  display: flex; align-items: flex-start;
  position: relative; z-index: 1;
  max-width: 1100px; margin: 0 auto;
}
.gf-process__connector {
  flex: 1; height: 1px;
  background: rgba(253,250,245,0.22);
  margin-top: 28px;
  flex-shrink: 1; min-width: 16px;
}
.gf-process__step {
  text-align: center; flex-shrink: 0;
  width: 155px; padding: 0 4px;
}
.gf-process__num {
  width: 56px; height: 56px;
  border: 2px solid rgba(253,250,245,0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.15rem; font-weight: 700;
  color: var(--gf-white); background: #754119;
  margin: 0 auto 18px;
  position: relative; z-index: 2;
  transition: all 0.3s ease;
}
.gf-process__step:hover .gf-process__num {
  background: var(--gf-orange); border-color: var(--gf-orange);
  box-shadow: 0 0 24px rgba(255,164,9,0.4);
}
.gf-process__step-title {
  font-size: 0.9rem; font-weight: 700;
  color: var(--gf-white); margin-bottom: 8px; line-height: 1.3;
}
.gf-process__step-desc {
  font-size: 0.78rem; color: rgba(253,250,245,0.6); line-height: 1.65;
}

/* ============================================================
   GUARANTEE — GREEN BACKGROUND
   ============================================================ */
.gf-guarantee {
  background: var(--gf-green);
  padding: 100px 0;
  position: relative; overflow: hidden;
}
.gf-guarantee::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.gf-guarantee__inner {
  max-width: 640px; margin: 0 auto;
  text-align: center; position: relative; z-index: 1;
}
.gf-guarantee__icon {
  font-size: 3.5rem; display: block; margin-bottom: 20px;
  width: auto !important; height: auto !important;
  background: none !important; border: none !important;
  box-shadow: none !important; animation: none !important;
  border-radius: 0 !important;
}
.gf-guarantee__title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #fff; margin-bottom: 16px; letter-spacing: -0.02em;
}
.gf-guarantee__text {
  color: rgba(255,255,255,0.88); font-size: 1.05rem;
  line-height: 1.8; margin-bottom: 36px;
}
.gf-btn-guarantee {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 1rem;
  padding: 15px 32px; border-radius: 100px; border: none; cursor: pointer;
  text-decoration: none; white-space: nowrap;
  background: #fff; color: #1a5c00 !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  transition: all var(--transition);
}
.gf-btn-guarantee:hover {
  background: #f0fde8; transform: translateY(-2px);
  color: #1a5c00 !important;
}

/* ============================================================
   SIMPLIFIED FOOTER
   ============================================================ */
.gf-footer--simple {
  padding: 26px 0;
  background: var(--gf-black);
  border-top: 1px solid var(--gf-border-soft);
}
.gf-footer--simple .gf-footer__grid { display: none !important; }
.gf-footer--simple .gf-footer__bottom { display: none !important; }
.gf-footer__bar {
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.gf-footer__logo {
  font-family: var(--font-display); font-size: 1.2rem; font-weight: 700;
  color: var(--gf-white); letter-spacing: -0.02em; margin-bottom: 0;
}
.gf-footer__logo span { color: var(--gf-orange); }
.gf-footer__copy { color: rgba(255,255,255,0.25); font-size: 0.82rem; }
.gf-footer__made {
  color: rgba(255,255,255,0.3); font-size: 0.82rem;
  display: flex; align-items: center; gap: 6px;
}

/* ============================================================
   TOAST
   ============================================================ */
.gf-toast {
  position: fixed; bottom: 28px; left: 50%; z-index: 999999;
  transform: translateX(-50%) translateY(80px);
  background: var(--gf-card-2); border: 1px solid var(--gf-border);
  color: var(--gf-white); font-family: var(--font-body);
  font-size: 0.88rem; font-weight: 600;
  padding: 12px 28px; border-radius: 100px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  opacity: 0; pointer-events: none; white-space: nowrap;
}
.gf-toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

/* ============================================================
   RESPONSIVE — NEW SECTIONS
   ============================================================ */
@media (max-width: 860px) {
  .gf-why__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .gf-products__grid { grid-template-columns: 1fr !important; max-width: 480px; margin: 0 auto; }
  .gf-flip { height: 590px; }
  .gf-process__steps { flex-direction: column; align-items: center; }
  .gf-process__connector { width: 1px; height: 36px; min-width: unset; margin: 0 auto; }
  .gf-process__step { width: 220px; }
  .gf-footer__bar { flex-direction: column; text-align: center; gap: 10px; }
}
@media (max-width: 600px) {
  .gf-why { padding: 80px 0; }
  .gf-why__card { padding: 28px 24px; }
  .gf-process { padding: 80px 0; }
  .gf-toast { font-size: 0.8rem; padding: 10px 20px; bottom: 16px; max-width: calc(100vw - 32px); white-space: normal; text-align: center; }

  /* Hide floating cart toggle */
  #gf-floating-cart { display: none !important; }

  /* Mobile hero image between headline and subtext */
  .gf-hero__visual--mobile {
    display: block;
    margin: 24px -4px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  .gf-hero__visual--mobile .gf-hero__img-wrap {
    height: 260px;
    border-radius: 16px;
    overflow: hidden;
  }
  .gf-hero__visual--mobile .gf-hero__img-wrap img {
    width: 100%; height: 100%; object-fit: cover;
  }
  .gf-hero__visual--mobile .gf-hero__img-placeholder {
    height: 260px;
    border-radius: 16px;
    background: #0d0d0d;
    border: 1px solid var(--gf-border-soft);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 8px; color: rgba(255,255,255,0.15); font-size: 0.8rem;
  }
  .gf-hero__visual--desktop { display: none !important; }

  /* Disable 3D flip on mobile — use show/hide instead */
  .gf-flip { perspective: none; height: auto; }
  .gf-flip__inner { transform-style: flat; transition: none; height: auto; }
  .gf-flip.flipped .gf-flip__inner { transform: none; }
  .gf-flip__front,
  .gf-flip__back {
    position: relative;
    inset: unset;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
  }
  .gf-flip__back { transform: none; display: none; height: auto; }
  .gf-flip.flipped .gf-flip__front { display: none; }
  .gf-flip.flipped .gf-flip__back { display: flex; }
  .gf-flip__img-area { height: 200px; }
}
