/*
Theme Name: Feel Better Foods
Theme URI: https://feelbetterfoods.yoderwebsites.dev
Author: Yoder Websites
Author URI: https://yoderwebsites.com
Description: Custom WooCommerce theme for Feel Better Foods — organic farm-to-table ice cream and baked goods.
Version: 1.6.7
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: feel-better-foods
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* WooCommerce star font */
@font-face {
    font-family: 'star';
    src: url('/wp-content/plugins/woocommerce/assets/fonts/star.woff') format('woff'),
         url('/wp-content/plugins/woocommerce/assets/fonts/star.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   CSS Variables
   ========================================================================== */

:root {
    --green: #7cb342;
    --green-dark: #33691e;
    --green-hover: #689f38;
    --cream: #F8F2E7;
    --white: #ffffff;
    --text-dark: #2c2c2c;
    --text-medium: #6b6b6b;
    --text-muted: #777;
    --shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    --shadow-hover: 0 8px 24px rgba(0, 0, 0, 0.12);
    --radius: 8px;
    --transition: 0.3s ease;
    --max-width: 1200px;
    --color-border: #e0ddd5;
    --color-border-light: #e8e3d9;
    --color-body-light: #6b6b6b;
}

/* ==========================================================================
   Custom Font — Gelato Luxe (script/display)
   ========================================================================== */

@font-face {
    font-family: 'Gelato Luxe';
    src: url('assets/fonts/gelato-luxe.woff2') format('woff2'),
         url('assets/fonts/gelato-luxe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
    background: var(--cream);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.menu-open {
    overflow: hidden;
}

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

a {
    color: var(--green);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--green-hover);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    line-height: 1.25;
    color: var(--text-dark);
}

h1 { font-size: 42px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
    margin-bottom: 1em;
}

ul, ol {
    padding-left: 1.5em;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

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

.text-center {
    text-align: center;
}

.section-script {
    font-family: 'Gelato Luxe', cursive;
    color: var(--green);
}

.section-heading {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
}

.section-subheading {
    font-size: 16px;
    color: var(--text-muted);
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 32px;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all var(--transition);
    text-align: center;
    line-height: 1.2;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

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

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

.btn-secondary {
    background: transparent;
    color: var(--green);
    border-color: var(--green);
}

.btn-secondary:hover {
    background: var(--green);
    color: var(--white);
}

.btn-white {
    background: var(--white);
    color: var(--green-dark);
    border-color: var(--white);
    font-weight: 800;
}

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

.btn-cta {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
    font-size: 15px;
    padding: 16px 40px;
}

.btn-cta:hover {
    background: var(--green-hover);
    border-color: var(--green-hover);
    color: var(--white);
}

.btn-lg {
    padding: 18px 44px;
    font-size: 15px;
}

.btn-sm {
    padding: 10px 22px;
    font-size: 12px;
}

.btn-product {
    background: var(--green);
    color: var(--white);
    border: none;
    border-radius: 30px;
    padding: 10px 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all var(--transition);
    display: inline-block;
}

.btn-product:hover {
    background: var(--green-hover);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
    color: var(--white);
}

/* ==========================================================================
   Header — Single Row
   ========================================================================== */

.site-header {
    background: var(--green);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    height: 120px;
    gap: 0;
}

/* --- Logo --- */
.header-logo {
    flex-shrink: 0;
    margin-right: 24px;
}

.header-logo a {
    display: flex;
    align-items: center;
}

.header-logo img {
    height: 104px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.12));
}

/* --- Nav (inline with header) --- */
.header-nav {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.header-nav ul {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-nav li {
    position: relative;
}

.header-nav a {
    color: var(--white);
    font-size: 21px;
    font-weight: 600;
    padding: 8px 12px;
    display: block;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.header-nav a:hover {
    color: var(--white);
    opacity: 0.8;
}

.header-nav .current-menu-item a,
.header-nav .current_page_item a {
    font-weight: 700;
}

/* Dropdown menus */
.header-nav li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    min-width: 200px;
    padding: 6px 0;
    margin-top: 4px;
    z-index: 50;
}

.header-nav li:hover > ul.sub-menu {
    display: block;
}

.header-nav li ul.sub-menu a {
    color: var(--text-dark);
    font-size: 13px;
    padding: 9px 20px;
    font-weight: 600;
}

.header-nav li ul.sub-menu a:hover {
    color: var(--green);
    background: var(--cream);
    opacity: 1;
}

/* --- Search (compact) --- */
.header-search {
    position: relative;
    margin: 0 16px;
    flex-shrink: 0;
}

.header-search input[type="search"],
.header-search input[type="text"] {
    width: 160px;
    padding: 7px 32px 7px 14px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
    outline: none;
    transition: all 0.3s ease;
}

.header-search input:focus {
    width: 220px;
    background: var(--white);
    color: var(--text-dark);
    border-color: var(--white);
}

.header-search input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header-search input:focus::placeholder {
    color: #aaa;
}

.header-search button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
}

.header-search input:focus ~ button {
    color: var(--text-muted);
}

.header-search button svg {
    width: 15px;
    height: 15px;
}

/* --- Actions (Account + Cart) --- */
.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    margin-left: 8px;
}

.header-account-link {
    color: var(--white);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.header-account-link:hover {
    color: var(--white);
    opacity: 0.8;
}

.header-account-link svg {
    flex-shrink: 0;
}

.cart-icon {
    color: var(--white);
    display: flex;
    align-items: center;
    position: relative;
    transition: opacity 0.2s ease;
}

.cart-icon:hover {
    color: var(--white);
    opacity: 0.8;
}

.cart-icon svg {
    flex-shrink: 0;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #d32f2f;
    color: var(--white);
    font-size: 10px;
    font-weight: 800;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 4px;
}

.cart-count.has-items {
    display: inline-flex;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 9px;
    z-index: 110;
    transition: background 0.25s ease;
}

.mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.18);
}

.mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Nav Overlay */
.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(165deg, #82b94a 0%, #5a9030 60%, #33691e 100%);
    z-index: 200;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mobile-nav-overlay.active {
    display: flex;
}

.mobile-nav-overlay .mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-overlay .mobile-menu li {
    margin-bottom: 8px;
}

.mobile-nav-overlay .mobile-menu a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 8px;
    transition: all 0.25s ease;
}

.mobile-nav-overlay .mobile-menu a:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    transition: opacity 0.2s;
}

.mobile-nav-overlay .mobile-menu a:hover {
    opacity: 0.8;
}

/* ==========================================================================
   Hero Spread — Full-Width Product Image
   ========================================================================== */

/* ==========================================================================
   Hero — Product Image Left, Text Right
   ========================================================================== */

.hero-section {
    background: var(--cream);
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
}

.hero-bg {
    display: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 40px 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw;
}

.hero-product-link {
    display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.hero-product-link:hover {
    transform: scale(1.04) rotate(-1deg);
}

.hero-product-link:hover img {
    filter: drop-shadow(6px 16px 40px rgba(0, 0, 0, 0.25));
}

.hero-image img {
    width: auto;
    height: 70vh;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(4px 12px 32px rgba(0, 0, 0, 0.15));
    transition: filter 0.4s ease;
}

.hero-text {
    flex: 0 0 auto;
    color: var(--text-dark);
    text-align: center;
    padding: 2vw 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-badge {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 16px;
    color: var(--green);
}

.hero-badge-arch {
    width: max(400px, 28vw);
    margin-bottom: 0;
}

.hero-arch-svg {
    width: 100%;
    height: auto;
    overflow: visible;
}

.hero-arch-svg text {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    fill: var(--green-dark);
}

.hero-script {
    font-family: 'Gelato Luxe', cursive;
    font-size: max(60px, 5.5vw);
    line-height: 1.05;
    color: var(--green-dark);
    margin-bottom: max(16px, 1.2vw);
}

.hero-subtitle {
    font-size: max(18px, 1.4vw);
    font-weight: 400;
    color: var(--text-dark);
    line-height: 1.6;
    margin-bottom: max(16px, 1.2vw);
}

.hero-seals {
    display: flex;
    align-items: center;
    gap: max(12px, 1.5vw);
    margin-bottom: max(20px, 1.8vw);
}

.hero-seals img {
    height: max(56px, 5vw);
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}

.hero-text p {
    color: var(--text-dark);
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 36px;
}

.hero-text h1 {
    color: var(--text-dark);
    font-size: 42px;
    margin-bottom: 16px;
}

/* Hero SHOP NOW as outlined button */
.hero-text .btn-green {
    background: transparent;
    color: var(--green-dark);
    border: 2px solid var(--green-dark);
    font-weight: 800;
    font-size: max(14px, 1vw);
    letter-spacing: max(2px, 0.15vw);
    padding: max(12px, 1vw) max(32px, 3vw);
    transition: all 0.3s ease;
}

.hero-text .btn-green:hover {
    background: var(--green-dark);
    color: var(--white);
}

/* ==========================================================================
   Enjoy Section — Text + Image
   ========================================================================== */

.enjoy-section {
    margin-top: -23vh;
    padding: calc(23vh + 60px) 0 80px;
    background: linear-gradient(to bottom, transparent 23vh, var(--white) 23vh);
}

.enjoy-inner {
    display: flex;
    align-items: center;
    gap: max(40px, 5vw);
    width: 100%;
    margin: 0 auto;
    padding: 0 5vw;
}

.enjoy-text {
    flex: 1;
}

.enjoy-text p.enjoy-small {
    font-size: max(20px, 1.6vw);
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 4px;
    line-height: 1.2;
}

.enjoy-text p.enjoy-script {
    font-family: 'Gelato Luxe', cursive;
    font-size: max(56px, 5.5vw);
    color: var(--green);
    line-height: 1.1;
    margin-bottom: max(16px, 1.2vw);
}

.enjoy-text h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.enjoy-text p {
    color: var(--text-muted);
    font-size: max(16px, 1.1vw);
    line-height: 1.8;
    margin-bottom: 24px;
}

/* Left half — two sub-columns: credentials | heading */
.enjoy-left {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    gap: max(24px, 3vw);
}

/* Credentials sub-column */
.enjoy-credentials {
    flex: 0 0 auto;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enjoy-quote {
    margin: 0 0 16px 0;
    padding: 16px 20px;
    border-left: 4px solid var(--green);
    background: var(--cream);
    border-radius: 0 8px 8px 0;
}

.enjoy-quote p {
    font-size: max(15px, 1.05vw) !important;
    font-style: italic;
    color: var(--text-dark) !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

.enjoy-guarantee {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: var(--green-dark);
    color: #fff;
    font-size: max(14px, 1vw);
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 6px;
}

.guarantee-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #fff;
    color: var(--green-dark);
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.enjoy-image {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: -23vh;
    overflow: visible;
}

.enjoy-image img {
    width: auto;
    height: 70vh;
    max-width: 45vw;
    object-fit: contain;
    transition: filter 0.4s ease;
    filter: drop-shadow(4px 12px 32px rgba(0, 0, 0, 0.15));
}

/* ==========================================================================
   Product Grid
   ========================================================================== */

.products-section {
    background: var(--cream);
    padding: 80px 0;
}

.product-grid,
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.product-card {
    background: transparent;
    border-radius: var(--radius);
    overflow: hidden;
    transition: all var(--transition);
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-4px);
}

.product-card-image {
    aspect-ratio: 1 / 1;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition);
}

.product-card-image {
    background: var(--cream) url('assets/images/wood-background.webp') center/cover no-repeat;
}

.product-card:hover .product-card-image img {
    transform: scale(1.05);
}

.product-card-info {
    padding: 16px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.product-card-name {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--green);
    line-height: 1.3;
}

.product-card-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--green);
}

.product-card-info .btn-product {
    margin-top: auto;
}

/* View All link */
.view-all-wrap {
    text-align: center;
    margin-top: 40px;
}

/* ==========================================================================
   Product Showcase Sections
   ========================================================================== */

.showcase-section {
    padding: 60px 0;
}

.showcase-section + .showcase-section {
    padding-top: 0;
}

.showcase-section h2.section-heading {
    margin-bottom: 8px;
}

.showcase-title {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--green);
    text-align: center;
    margin-bottom: 8px;
}

.showcase-title + .showcase-price {
    text-align: center;
    margin-bottom: 32px;
}

/* --- Gallery layouts --- */

/* 3-image layout: large portrait bag left, 2 small stacked right */
.showcase-gallery-3 {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
    min-height: 480px;
}

.showcase-gallery-3 .showcase-img-large {
    grid-row: 1 / 3;
}

/* Pecan Pie: 6 images — #59 big top-left (2col×2row), #56/#57 stacked right, #40/#58/#33 bottom row */
.showcase-gallery-pecan {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}

.showcase-gallery-pecan .pecan-main {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    overflow: hidden;
    border-radius: var(--radius);
}

.showcase-gallery-pecan .pecan-rt {
    grid-column: 3;
    grid-row: 1;
    overflow: hidden;
    border-radius: var(--radius);
}

.showcase-gallery-pecan .pecan-rb {
    grid-column: 3;
    grid-row: 2;
    overflow: hidden;
    border-radius: var(--radius);
}

.showcase-gallery-pecan .pecan-bl {
    grid-column: 1;
    grid-row: 3;
    overflow: hidden;
    border-radius: var(--radius);
}

.showcase-gallery-pecan .pecan-bm {
    grid-column: 2;
    grid-row: 3;
    overflow: hidden;
    border-radius: var(--radius);
}

.showcase-gallery-pecan .pecan-br {
    grid-column: 3;
    grid-row: 3;
    overflow: hidden;
    border-radius: var(--radius);
}

/* 4-image layout: large left spanning 3 rows, 3 small right stacked */
.showcase-gallery-4 {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
    min-height: 420px;
}

.showcase-gallery-4 .showcase-img-large {
    grid-row: 1 / 4;
}

/* 2-image layout: large left, 1 small right */
.showcase-gallery-2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
    min-height: 320px;
}

/* 1-image layout */
.showcase-gallery-1 {
    max-width: 600px;
    margin: 0 auto 32px;
}

/* --- Image styling --- */
.showcase-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
    display: block;
}

.showcase-img-large,
.showcase-img-small {
    overflow: hidden;
    border-radius: var(--radius);
}

.showcase-img-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    border-radius: var(--radius);
}

.showcase-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: var(--radius);
}

/* --- Details block --- */
.showcase-details {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    padding-top: 32px;
    position: relative;
}

.showcase-details::before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
    margin: 0 auto 28px;
}

.showcase-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--green-dark);
    margin-bottom: 20px;
    letter-spacing: 0.3px;
    display: inline-block;
    background: rgba(124, 179, 66, 0.08);
    padding: 8px 20px;
    border-radius: 20px;
}

.showcase-desc {
    font-size: 17px;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 24px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.showcase-note {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 16px;
}

.showcase-ingredients {
    margin-bottom: 12px;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.showcase-ingredients summary {
    font-weight: 700;
    color: var(--green);
    cursor: pointer;
    padding: 8px 0;
    font-size: 15px;
}

.showcase-ingredients p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    padding: 4px 0 8px;
}

.showcase-ingredients-block {
    margin: 0 auto;
    max-width: 560px;
    text-align: left;
    padding: 20px 28px;
    background: linear-gradient(135deg, rgba(124, 179, 66, 0.06), rgba(124, 179, 66, 0.02));
    border-radius: 14px;
    border: 1px solid rgba(124, 179, 66, 0.12);
}

.showcase-ingredients-block h4 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--green);
    margin: 0 0 6px;
}

.showcase-ingredients-block h4:not(:first-child) {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(124, 179, 66, 0.1);
}

.showcase-ingredients-block p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-medium);
    margin: 0;
}

.showcase-details .btn {
    margin-top: 28px;
    margin-bottom: 8px;
    padding: 14px 36px;
    font-size: 14px;
    letter-spacing: 1.2px;
    box-shadow: 0 4px 14px rgba(124, 179, 66, 0.25);
    transition: all var(--transition);
}

.showcase-details .btn:hover {
    box-shadow: 0 6px 20px rgba(124, 179, 66, 0.35);
    transform: translateY(-2px);
}

/* ==========================================================================
   Homemade Section — Image with Heading Overlay + Text Below
   ========================================================================== */

.homemade-section {
    background: var(--cream);
}

/* Image wrapper — contains the photo + overlaid heading */
.homemade-image-wrap {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.homemade-image-wrap picture {
    display: block;
    line-height: 0;
}

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

/* Heading overlaid on image — centered */
.homemade-heading {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.homemade-section .homemade-script {
    font-family: 'Gelato Luxe', cursive;
    font-size: 96px;
    color: var(--white);
    margin: 0;
    line-height: 1;
    text-shadow: 2px 4px 24px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

/* Subtle vignette behind heading text */
.homemade-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(
        ellipse at center,
        rgba(30, 60, 15, 0.4) 0%,
        rgba(30, 60, 15, 0.15) 50%,
        transparent 75%
    );
    pointer-events: none;
}

/* Text body below image */
.homemade-body {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 56px 24px 64px;
}

.homemade-body p {
    color: var(--green-dark);
    font-size: 19px;
    line-height: 1.9;
    margin-bottom: 32px;
}

/* ==========================================================================
   Difference Section
   ========================================================================== */

.difference-section {
    background: var(--white);
    padding: 80px 0;
}

.difference-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.difference-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

.difference-list {
    max-width: 700px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.difference-list li {
    position: relative;
    padding: 12px 0 12px 36px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-dark);
}

.difference-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 12px;
    color: var(--green);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.7;
}

.difference-list li strong {
    color: var(--green);
}

/* Difference grid variant (icon cards) */
.difference-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 40px;
}

.difference-card {
    text-align: center;
    padding: 32px 24px;
}

.difference-card .card-icon {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
}

.difference-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.difference-card p {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.6;
}

/* ==========================================================================
   CTA Section — Photo Background
   ========================================================================== */

.cta-section {
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
}

.cta-bg,
.cta-section .section-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.cta-bg::after,
.cta-section .section-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.cta-inner,
.cta-section .container {
    position: relative;
    z-index: 1;
    color: var(--white);
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.cta-section p.cta-ready {
    font-size: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 4px;
    max-width: none;
}

.cta-section p.cta-script {
    font-family: 'Gelato Luxe', cursive;
    font-size: 64px;
    color: var(--white);
    line-height: 1.15;
    margin-bottom: 28px;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
    max-width: none;
}

.cta-section h2 {
    color: var(--white);
    font-size: 32px;
    margin-bottom: 20px;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 32px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
    background: var(--green-dark);
    color: var(--white);
    padding: 60px 0 0;
}

.footer-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo img {
    height: 80px;
    width: auto;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-col h4,
.footer-column h4 {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.footer-col ul,
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li,
.footer-column ul li {
    margin-bottom: 8px;
}

.footer-col a,
.footer-column a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding: 4px 0;
    transition: color var(--transition);
}

.footer-col a:hover,
.footer-column a:hover {
    color: var(--white);
}

.footer-col p,
.footer-column p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.7;
}

.footer-column address {
    font-style: normal;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.8;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* ==========================================================================
   Page Header (Archive / Single / Generic Pages)
   ========================================================================== */

.page-header {
    background: var(--white);
    padding: 48px 24px 40px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.page-header h1 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--green-dark);
}

.page-header p {
    color: var(--text-muted);
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Generic Page Content */
.page-content {
    background: var(--white);
    padding: 60px 24px;
}

.page-content .container {
    max-width: 820px;
}

.page-content h2 {
    margin-top: 40px;
    margin-bottom: 16px;
}

.page-content h3 {
    margin-top: 32px;
    margin-bottom: 12px;
}

.page-content p {
    margin-bottom: 1.25em;
    line-height: 1.8;
}

.page-content ul,
.page-content ol {
    margin-bottom: 1.25em;
    padding-left: 2em;
}

.page-content li {
    margin-bottom: 6px;
}

.page-content img {
    border-radius: var(--radius);
    margin: 24px 0;
}

.page-content blockquote {
    border-left: 4px solid var(--green);
    padding: 16px 24px;
    margin: 24px 0;
    background: var(--cream);
    border-radius: 0 var(--radius) var(--radius) 0;
    font-style: italic;
    color: var(--text-muted);
}

/* ==========================================================================
   Homepage — Customer Testimonials
   ========================================================================== */

.testimonials-section {
    padding: 64px 0;
    background: var(--white);
}

.testimonials-section .section-heading {
    text-align: center;
    color: var(--green-dark);
    margin-bottom: 40px;
}

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

.testimonial-card {
    background: var(--cream);
    border-radius: 12px;
    padding: 28px;
    display: flex;
    flex-direction: column;
}

.testimonial-stars {
    margin-bottom: 12px;
}

.testimonial-star {
    color: #f5a623;
    font-size: 18px;
    letter-spacing: 2px;
}

.testimonial-text {
    flex: 1;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-dark);
}

.testimonial-text p {
    margin: 0;
}

.testimonial-author {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e8e3d9;
}

.testimonial-author strong {
    display: block;
    color: var(--text-dark);
    font-size: 14px;
}

.testimonial-product {
    display: block;
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 2px;
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 40px 0;
    }

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

    .testimonial-card {
        padding: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================================================
   WooCommerce — Breadcrumbs
   ========================================================================== */

.woocommerce-breadcrumb-wrap {
    background: var(--white);
    border-bottom: 1px solid #eee;
}

.woocommerce-breadcrumb {
    font-size: 13px;
    color: var(--text-muted);
    padding: 14px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.woocommerce-breadcrumb a {
    color: var(--text-muted);
}

/* Shop products section (category/tag archives) */
.shop-products-section {
    background: var(--cream);
    padding: 40px 0 60px;
}

.shop-page-header {
    border-bottom: none;
}

/* ==========================================================================
   Shop Page — Premium Category Layout
   ========================================================================== */

.shop-hero {
    background: linear-gradient(135deg, var(--green-dark) 0%, #4a7c1e 100%);
    padding: 64px 24px 56px;
    text-align: center;
}

.shop-hero h1 {
    color: var(--white);
    font-size: 38px;
    margin-bottom: 12px;
}

.shop-hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 32px;
}

.shop-hero-cats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.shop-cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    backdrop-filter: blur(4px);
}

.shop-cat-pill:hover {
    background: rgba(255, 255, 255, 0.25);
    color: var(--white);
    transform: translateY(-1px);
}

.shop-cat-emoji {
    font-size: 16px;
}

/* Category sections */
.shop-category-section {
    padding: 64px 0;
    background: var(--cream);
}

.shop-category-section.bg-white {
    background: var(--white);
}

.shop-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.shop-section-emoji {
    font-size: 32px;
    display: block;
    margin-bottom: 8px;
}

.shop-section-header h2 {
    font-size: 28px;
    color: var(--green-dark);
    margin-bottom: 8px;
}

.shop-section-subtitle {
    font-size: 15px;
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto;
}

.shop-section-cta {
    text-align: center;
    margin-top: 36px;
}

/* Packages CTA section */
.shop-packages-cta {
    background: var(--green-dark);
    padding: 64px 0;
}

.shop-packages-inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

.shop-packages-text {
    flex: 1;
}

.shop-packages-text h2 {
    color: var(--white);
    font-size: 32px;
    margin-bottom: 12px;
}

.shop-packages-text p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.shop-packages-features {
    flex: 0 0 300px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.shop-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 600;
}

.shop-feature-icon {
    color: var(--green);
    font-size: 16px;
    font-weight: 800;
}

@media (max-width: 768px) {
    .shop-hero {
        padding: 48px 16px 40px;
    }
    .shop-hero h1 {
        font-size: 28px;
    }
    .shop-hero-cats {
        gap: 8px;
    }
    .shop-cat-pill {
        font-size: 12px;
        padding: 6px 14px;
    }
    .shop-category-section {
        padding: 48px 0;
    }
    .shop-packages-inner {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .shop-packages-features {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .shop-packages-features {
        grid-template-columns: 1fr;
    }
    .shop-feature {
        justify-content: center;
        padding-bottom: 0;
    }
}

.woocommerce-breadcrumb a:hover {
    color: var(--green);
}

/* ==========================================================================
   WooCommerce — Shop / Archive Grid
   ========================================================================== */

/* Shop header bar (results count + ordering) */
.woo-shop-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
    padding: 0 4px;
    gap: 16px;
}

.woo-shop-header .woocommerce-result-count {
    margin-right: auto;
}

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce ul.products li.product {
    background: var(--white);
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
    transition: all var(--transition);
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
    float: none !important;
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-color: var(--green);
}

.woocommerce ul.products li.product a img {
    margin: 0;
    padding: 20px;
    background: var(--cream) url('assets/images/wood-background.webp') center/cover no-repeat;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--text-dark);
    padding: 14px 14px 8px;
    text-align: center;
    line-height: 1.4;
}

/* Hide price on shop grid — matches original */
.woocommerce ul.products li.product .price {
    display: none;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button {
    display: block;
    margin: auto 14px 14px;
    background: var(--green);
    color: var(--white);
    border: 2px solid var(--green);
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all var(--transition);
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover {
    background: var(--green-dark);
    color: var(--white);
    border-color: var(--green-dark);
    transform: translateY(-2px);
}

/* Results count & ordering */
.woocommerce-result-count {
    color: var(--text-muted);
    font-size: 14px;
    margin: 0;
}

.woocommerce-ordering {
    margin: 0;
}

.woocommerce-ordering select {
    font-family: 'Nunito', sans-serif;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: var(--white);
    cursor: pointer;
}

/* Star ratings */
.woocommerce .star-rating {
    color: #F5A623;
    font-size: 13px;
}

/* Sale badge */
.woocommerce span.onsale {
    background: var(--green);
    color: var(--white);
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 10px;
    min-height: auto;
    min-width: auto;
    line-height: 1.5;
    top: 8px;
    left: 8px;
    right: auto;
}

/* ==========================================================================
   WooCommerce — Single Product
   ========================================================================== */

.woocommerce div.product {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px;
}

.woocommerce div.product::after {
    content: '';
    display: table;
    clear: both;
}

.woocommerce div.product div.images {
    float: left;
    width: 45%;
    padding-right: 40px;
}

.woocommerce div.product div.images img {
    border-radius: 8px;
    background: var(--cream) url('assets/images/wood-background.webp') center/cover no-repeat;
    border: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    list-style: none;
    padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    flex: 0 0 80px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity var(--transition);
    border: 1px solid #eee;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
    border-color: var(--green);
}

.woocommerce div.product div.summary {
    float: right;
    width: 55%;
    padding-left: 20px;
}

.woocommerce div.product .product_title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--green-dark);
    line-height: 1.3;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    display: block;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    color: var(--text-dark);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.woocommerce div.product .woocommerce-product-details__short-description p {
    margin-bottom: 0.75em;
}

/* Quantity input */
.woocommerce .quantity {
    display: inline-flex;
    align-items: center;
    margin-right: 12px;
}

.woocommerce .quantity .qty {
    width: 64px;
    padding: 12px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #ddd;
    border-radius: 8px;
    background: var(--white);
    -moz-appearance: textfield;
}

.woocommerce .quantity .qty:focus {
    border-color: var(--green);
    outline: none;
}

.woocommerce .quantity .qty::-webkit-inner-spin-button,
.woocommerce .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Add to cart button (single product) */
.woocommerce div.product form.cart {
    margin-bottom: 24px;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product .single_add_to_cart_button {
    background: var(--green);
    color: var(--white);
    border: none;
    border-radius: 8px;
    padding: 14px 40px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all var(--transition);
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product .single_add_to_cart_button:hover {
    background: var(--green-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(51, 105, 30, 0.3);
}

/* Product meta */
.woocommerce div.product .product_meta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: var(--text-muted);
}

.woocommerce div.product .product_meta > span {
    display: block;
    margin-bottom: 6px;
}

.woocommerce div.product .product_meta a {
    color: var(--green);
}

/* Product tabs */
.woocommerce div.product .woocommerce-tabs {
    clear: both;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    border-bottom: 2px solid #eee;
    display: flex;
    gap: 0;
    overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all var(--transition);
    background: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--green-dark);
    border-bottom-color: var(--green);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--green);
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0;
    background: var(--white);
    border-radius: 8px;
    padding: 28px;
    border: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 22px;
    margin-bottom: 16px;
    color: var(--green-dark);
}

.woocommerce div.product .woocommerce-tabs .panel p {
    line-height: 1.8;
}

.woocommerce div.product .woocommerce-tabs .panel ul,
.woocommerce div.product .woocommerce-tabs .panel ol {
    margin-bottom: 1em;
}

.woocommerce div.product .woocommerce-tabs .panel li {
    margin-bottom: 0.5em;
    line-height: 1.6;
}

/* Related products */
.woocommerce div.product .related {
    clear: both;
    padding-top: 40px;
}

.woocommerce div.product .related h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
    color: var(--green-dark);
}

/* ==========================================================================
   WooCommerce — Customer Reviews
   ========================================================================== */

.fbf-reviews-section {
    clear: both;
    padding: 48px 0 0;
    margin-top: 40px;
    border-top: 1px solid #e8e3d9;
}

.fbf-reviews-heading {
    font-size: 24px;
    color: var(--green-dark);
    text-align: center;
    margin-bottom: 32px;
}

/* Review list */
.fbf-reviews-section .comment-list,
.fbf-reviews-section ol.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fbf-reviews-section .comment-list li,
.fbf-reviews-section ol.commentlist li {
    background: var(--white);
    border: 1px solid #e8e3d9;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 16px;
}

/* Star rating */
.fbf-reviews-section .star-rating,
.woocommerce .star-rating {
    position: relative;
    float: none;
    display: inline-block;
    overflow: hidden;
    height: 1.2em;
    line-height: 1.2;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 8px;
}

.fbf-reviews-section .star-rating::before,
.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.fbf-reviews-section .star-rating span,
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 21px;
    font-size: 0;
}

.fbf-reviews-section .star-rating span::before,
.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #f5a623;
    font-size: 14px;
}

/* Rating selector (Add a review form) */
p.stars {
    display: inline-block;
    margin: 0;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'star';
    content: "\73";
    color: #d3ced2;
    text-indent: 0;
}

/* Hover: fill all stars, then empty ones after hovered */
p.stars:hover a::before {
    content: "\53";
    color: #f5a623;
}

p.stars a:hover ~ a::before {
    content: "\73";
    color: #d3ced2;
}

/* Selected: fill all stars up to .active, empty the rest */
p.stars.selected a::before {
    content: "\53";
    color: #f5a623;
}

p.stars a.active ~ a::before {
    content: "\73";
    color: #d3ced2;
}

/* Inline reviews on product page */
.fbf-reviews-inline {
    padding: 32px 0 0;
}

.fbf-reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 16px;
}

.fbf-reviews-header .fbf-reviews-heading {
    margin: 0;
    font-size: 22px;
}

.fbf-write-review-toggle {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: var(--white);
    color: var(--green-dark);
    border: 2px solid var(--green-dark);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.fbf-write-review-toggle:hover {
    background: var(--green-dark);
    color: var(--white);
}

.fbf-review-form-collapsible {
    background: var(--cream);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.fbf-review-form-collapsible .comment-form-comment textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    font-family: inherit;
    resize: vertical;
}

.fbf-review-form-collapsible .comment-form-author input,
.fbf-review-form-collapsible .comment-form-email input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    font-family: inherit;
}

.fbf-review-form-collapsible .form-submit {
    margin-top: 12px;
}

.fbf-review-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fbf-review-item {
    background: var(--cream);
    border-radius: 10px;
    padding: 20px;
}

.fbf-review-author {
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.fbf-review-content {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-dark);
    margin: 0;
}

.fbf-no-reviews {
    color: var(--text-muted);
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
}

/* Review submission notice */
.fbf-review-notice {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 20px 0;
    text-align: center;
}

.fbf-review-notice p {
    margin: 0;
    color: var(--green-dark);
    font-weight: 600;
    font-size: 15px;
}

/* Review meta (author + date) */
.fbf-reviews-section .woocommerce-review__author {
    font-weight: 700;
    color: var(--text-dark);
}

.fbf-reviews-section .woocommerce-review__dash {
    display: none;
}

.fbf-reviews-section .woocommerce-review__published-date {
    display: block;
    font-size: 13px;
    color: var(--text-muted);
    margin-top: 2px;
}

/* Review text */
.fbf-reviews-section .description p,
.fbf-reviews-section .comment-text p {
    line-height: 1.7;
    color: var(--text-dark);
    margin-top: 12px;
}

/* Avatar */
.fbf-reviews-section .avatar {
    float: left;
    margin-right: 16px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

/* No reviews yet */
.fbf-reviews-section .woocommerce-noreviews {
    text-align: center;
    color: var(--text-muted);
    padding: 24px 0;
    font-size: 15px;
}

/* Review form */
.fbf-reviews-section #review_form_wrapper {
    margin-top: 32px;
}

.fbf-reviews-section #reply-title {
    font-size: 20px;
    color: var(--green-dark);
    margin-bottom: 16px;
}

.fbf-reviews-section .comment-form label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: var(--text-dark);
}

.fbf-reviews-section .comment-form input[type="text"],
.fbf-reviews-section .comment-form input[type="email"],
.fbf-reviews-section .comment-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e8e3d9;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    transition: border-color 0.2s;
    background: var(--white);
}

.fbf-reviews-section .comment-form input:focus,
.fbf-reviews-section .comment-form textarea:focus {
    border-color: var(--green);
    outline: none;
    box-shadow: 0 0 0 3px rgba(124, 179, 66, 0.15);
}

.fbf-reviews-section .comment-form textarea {
    min-height: 120px;
    resize: vertical;
}

.fbf-reviews-section .comment-form .form-submit input[type="submit"] {
    background: var(--green);
    color: var(--white);
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fbf-reviews-section .comment-form .form-submit input[type="submit"]:hover {
    background: var(--green-hover);
    transform: translateY(-2px);
}

/* Star rating selector in form */
.fbf-reviews-section .comment-form-rating .stars {
    margin-bottom: 12px;
}

.fbf-reviews-section .comment-form-rating .stars a {
    color: #ddd;
    font-size: 20px;
    text-decoration: none;
}

.fbf-reviews-section .comment-form-rating .stars a:hover ~ a {
    color: #ddd;
}

.fbf-reviews-section .comment-form-rating .stars:hover a {
    color: #f5a623;
}

.fbf-reviews-section .comment-form-rating .stars a:hover ~ a {
    color: #ddd;
}

.fbf-reviews-section .comment-form-rating .stars.selected a.active ~ a {
    color: #ddd;
}

.fbf-reviews-section .comment-form-rating .stars a.active,
.fbf-reviews-section .comment-form-rating .stars.selected a.active {
    color: #f5a623;
}

/* Verified owner badge */
.fbf-reviews-section .woocommerce-review__verified {
    background: var(--green);
    color: var(--white);
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* Mobile */
@media (max-width: 768px) {
    .fbf-reviews-section {
        padding: 32px 0 0;
        margin-top: 24px;
    }

    .fbf-reviews-section .comment-list li,
    .fbf-reviews-section ol.commentlist li {
        padding: 16px;
    }

    .fbf-reviews-section .avatar {
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }
}

/* ==========================================================================
   WooCommerce — Cart
   ========================================================================== */

.woocommerce-cart .woocommerce {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 24px 60px;
}

/* Cart table */
.woocommerce table.shop_table {
    border-collapse: collapse;
    width: 100%;
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: none;
}

.woocommerce table.shop_table th {
    background: var(--cream);
    padding: 14px 20px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--green-dark);
    border: none;
    border-bottom: 2px solid #e8e0d0;
}

.woocommerce table.shop_table td {
    padding: 20px;
    border: none;
    border-bottom: 1px solid #f5f0e8;
    vertical-align: middle;
}

.woocommerce table.shop_table tr:last-child td {
    border-bottom: none;
}

.woocommerce table.shop_table td.product-name a {
    font-weight: 700;
    font-size: 15px;
    color: var(--text-dark);
}

.woocommerce table.shop_table td.product-name a:hover {
    color: var(--green);
}

/* Product thumbnail column */
.woocommerce table.shop_table td.product-thumbnail {
    width: 90px;
    min-width: 90px;
    padding: 16px 8px 16px 20px;
}

.woocommerce table.shop_table td.product-thumbnail a,
.woocommerce table.shop_table td.product-thumbnail img {
    display: block;
    width: 80px !important;
    height: auto !important;
    object-fit: contain;
    border-radius: 10px;
    background: #f5f0e5;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* Remove button column */
.woocommerce table.shop_table td.product-remove {
    width: 36px;
    min-width: 36px;
    padding: 16px 4px;
}

/* Product name — item data (flavors) */
.woocommerce table.shop_table td.product-name dl.variation {
    margin: 6px 0 0;
}

.woocommerce table.shop_table td.product-name dl.variation dt {
    float: none;
    display: inline;
    font-weight: 700;
    font-size: 13px;
    color: var(--green-dark);
    margin: 0;
    padding: 0;
}

.woocommerce table.shop_table td.product-name dl.variation dd {
    display: inline;
    font-size: 13px;
    color: var(--text-medium);
    margin: 0 0 2px;
    padding: 0;
}

.woocommerce table.shop_table td.product-name dl.variation dd p {
    display: inline;
    margin: 0;
}

/* Remove button */
.woocommerce table.shop_table td.product-remove a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f5f0e8;
    color: #999;
    font-size: 18px;
    line-height: 1;
    transition: all var(--transition);
}

.woocommerce table.shop_table td.product-remove a:hover {
    background: #fde8e8;
    color: #e74c3c;
}

/* Quantity input */
.woocommerce table.shop_table input[type="number"] {
    font-family: 'Nunito', sans-serif;
    width: 64px;
    padding: 8px 6px;
    border: 2px solid #e8e0d0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    background: var(--cream);
    transition: border-color var(--transition);
}

.woocommerce table.shop_table input[type="number"]:focus {
    border-color: var(--green);
    outline: none;
}

/* Price cells */
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
    font-weight: 700;
    font-size: 15px;
    color: var(--green-dark);
}

/* Actions row (coupon + update) */
.woocommerce table.shop_table td.actions {
    padding: 20px;
    background: #faf8f3;
}

/* Cart totals */
.woocommerce .cart-collaterals {
    margin-top: 32px;
}

.woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 28px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0ebe0;
    color: var(--green-dark);
}

.woocommerce .cart-collaterals .cart_totals table {
    border: none;
    box-shadow: none;
}

.woocommerce .cart-collaterals .cart_totals table th {
    background: none;
    border: none;
    padding: 10px 0;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    color: var(--text-medium);
}

.woocommerce .cart-collaterals .cart_totals table td {
    background: none;
    border: none;
    padding: 10px 0;
    text-align: right;
    font-weight: 700;
    color: var(--text-dark);
}

.woocommerce .cart-collaterals .cart_totals tr.order-total th,
.woocommerce .cart-collaterals .cart_totals tr.order-total td {
    font-size: 18px;
    color: var(--green-dark);
    padding-top: 16px;
    border-top: 2px solid #f0ebe0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-top: 20px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    display: block;
    background: var(--green);
    color: var(--white);
    border-radius: 30px;
    padding: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    transition: all var(--transition);
    box-shadow: 0 4px 12px rgba(124,179,66,0.3);
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--green-hover);
    box-shadow: 0 6px 16px rgba(124,179,66,0.4);
    transform: translateY(-1px);
}

/* Coupon input */
.woocommerce .coupon {
    display: flex;
    gap: 8px;
    align-items: center;
}

.woocommerce .coupon input[type="text"] {
    font-family: 'Nunito', sans-serif;
    padding: 10px 16px;
    border: 2px solid #e8e0d0;
    border-radius: 10px;
    font-size: 14px;
    background: var(--white);
    transition: border-color var(--transition);
}

.woocommerce .coupon input[type="text"]:focus {
    border-color: var(--green);
    outline: none;
}

.woocommerce .coupon .button {
    background: var(--white);
    color: var(--green);
    border: 2px solid var(--green);
    border-radius: 10px;
    padding: 10px 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all var(--transition);
}

.woocommerce .coupon .button:hover {
    background: var(--green);
    color: var(--white);
}

.woocommerce button[name="update_cart"] {
    background: var(--white);
    color: var(--text-medium);
    border: 2px solid #e0dbd0;
    border-radius: 10px;
    padding: 10px 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all var(--transition);
}

.woocommerce button[name="update_cart"]:hover {
    border-color: var(--green);
    color: var(--green);
}

.woocommerce button[name="update_cart"]:disabled {
    opacity: 0.4;
    cursor: default;
}

/* ==========================================================================
   WooCommerce — Checkout
   ========================================================================== */

.woocommerce-checkout .woocommerce {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 24px 60px;
}

/* Two-column layout */
.woocommerce-checkout .col2-set {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    flex: 1;
    float: none;
    width: auto;
}

/* Section cards */
.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
    background: var(--white);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.woocommerce-additional-fields {
    margin-top: 32px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0ebe0;
    color: var(--green-dark);
}

/* Coupon toggle and form */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background: var(--white);
    border: none;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    background: var(--cream);
    border-left: 4px solid var(--green);
    border-radius: 12px;
}

/* Form fields */
.woocommerce form .form-row {
    margin-bottom: 16px;
}

.woocommerce form .form-row label {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--green-dark);
    margin-bottom: 6px;
    display: block;
}

.woocommerce form .form-row label .required {
    color: var(--green);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    font-family: 'Nunito', sans-serif;
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e8e0d0;
    border-radius: 10px;
    font-size: 15px;
    background: var(--white);
    transition: border-color var(--transition), box-shadow var(--transition);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
    border-color: var(--green);
    outline: none;
    box-shadow: 0 0 0 3px rgba(124,179,66,0.12);
}

/* Select2 dropdowns (country/state) */
.woocommerce .select2-container--default .select2-selection--single {
    border: 2px solid #e8e0d0;
    border-radius: 10px;
    height: 48px;
    padding: 6px 12px;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}

.woocommerce .select2-container--default .select2-selection--single:focus,
.woocommerce .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--green);
    outline: none;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    color: var(--text-dark);
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

/* Create account checkbox */
.woocommerce .woocommerce-account-fields {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0ebe0;
}

/* Ship to different address toggle */
.woocommerce-shipping-fields #ship-to-different-address {
    margin-bottom: 16px;
}

.woocommerce-shipping-fields #ship-to-different-address label {
    text-transform: none;
    font-size: 15px;
    cursor: pointer;
}

/* Order review */
#order_review_heading {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0ebe0;
    color: var(--green-dark);
}

#order_review {
    background: var(--white);
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* Order review table */
#order_review .shop_table {
    box-shadow: none;
    border-radius: 0;
}

#order_review .shop_table th {
    background: none;
    padding: 12px 0;
    font-size: 12px;
    color: var(--green-dark);
    border-bottom: 2px solid #f0ebe0;
}

#order_review .shop_table td {
    padding: 14px 0;
    border-bottom: 1px solid #f5f0e8;
}

#order_review .shop_table tr.order-total td,
#order_review .shop_table tr.order-total th {
    font-size: 18px;
    font-weight: 800;
    color: var(--green-dark);
    border-top: 2px solid #f0ebe0;
    border-bottom: none;
    padding-top: 16px;
}

/* Shipping days notice */
.fbf-shipping-notice {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    color: var(--green-dark);
    margin: 20px 0 0;
    padding: 16px 20px;
    background: var(--cream);
    border-left: 4px solid var(--green);
    border-radius: 12px;
    line-height: 1.4;
}

.fbf-shipping-notice-row td {
    padding: 10px 0 0 !important;
    border: none !important;
}

.fbf-shipping-notice-row .fbf-shipping-notice {
    display: block;
    margin: 0;
}

/* Flavor-page "It Starts With the Cream" CRO section */
.fbf-cream {
    max-width: 900px;
    margin: 0 auto 8px;
    padding: 8px 24px;
}

.fbf-cream-head {
    text-align: center;
    margin-bottom: 28px;
}

.fbf-cream-head h2 {
    margin: 0 0 10px;
}

.fbf-cream-head p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--text-medium);
    font-size: 16px;
    line-height: 1.6;
}

.fbf-cream-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.fbf-cream-point {
    display: flex;
    gap: 12px;
    padding: 20px;
    background: var(--cream);
    border-radius: var(--radius);
}

.fbf-cream-num {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: var(--white);
    font-weight: 800;
    border-radius: 50%;
    font-size: 15px;
}

.fbf-cream-point h3 {
    margin: 2px 0 6px;
    font-size: 16px;
    color: var(--green-dark);
}

.fbf-cream-point p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-dark);
}

.fbf-cream-link {
    text-align: center;
    margin: 20px 0 0;
    font-weight: 700;
}

.fbf-cream-link a {
    color: var(--green-dark);
}

@media (max-width: 768px) {
    .fbf-cream-points {
        grid-template-columns: 1fr;
    }
}

/* "Why does shipping cost more?" dropdown (cart + checkout) */
.fbf-ship-why {
    margin: 8px 0 0;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.fbf-ship-why summary {
    cursor: pointer;
    color: var(--green-dark);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 3px;
    list-style-position: inside;
}

.fbf-ship-why summary:hover {
    color: var(--green);
}

.fbf-ship-why[open] summary {
    margin-bottom: 6px;
}

.fbf-ship-why p {
    margin: 0;
    padding: 10px 12px;
    background: var(--cream);
    border-radius: 8px;
    color: var(--text-dark);
}

.fbf-ship-why a {
    color: var(--green-dark);
    font-weight: 700;
}

/* Payment box */
.woocommerce #payment {
    background: #faf8f3;
    border-radius: 12px;
    padding: 24px;
    border: none;
    margin-top: 20px;
}

.woocommerce #payment ul.payment_methods {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #e8e0d0;
    margin-bottom: 16px;
}

.woocommerce #payment ul.payment_methods li {
    padding: 12px 0;
}

.woocommerce #payment ul.payment_methods li label {
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
}

.woocommerce #payment .place-order .button {
    display: block;
    width: 100%;
    background: var(--green);
    color: var(--white);
    border: none;
    border-radius: 30px;
    padding: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all var(--transition);
    box-shadow: 0 4px 12px rgba(124,179,66,0.3);
}

.woocommerce #payment .place-order .button:hover {
    background: var(--green-hover);
    box-shadow: 0 6px 16px rgba(124,179,66,0.4);
    transform: translateY(-1px);
}

/* Privacy text */
.woocommerce #payment .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: var(--text-medium);
    margin-bottom: 16px;
}

.woocommerce #payment .woocommerce-privacy-policy-text a {
    color: var(--green);
}

/* ==========================================================================
   WooCommerce — Notices
   ========================================================================== */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    font-family: 'Nunito', sans-serif;
    padding: 16px 20px;
    border-radius: var(--radius);
    margin-bottom: 20px;
    font-size: 14px;
    border: none;
    list-style: none;
}

.woocommerce-message {
    background: #edf7e0;
    color: var(--green-dark);
    border-left: 4px solid var(--green);
}

.woocommerce-info {
    background: #e8f4fd;
    color: #1a5276;
    border-left: 4px solid #3498db;
}

.woocommerce-error {
    background: #fdeaea;
    color: #922b21;
    border-left: 4px solid #e74c3c;
}

.woocommerce-message a,
.woocommerce-info a {
    font-weight: 700;
}

.woocommerce-error li {
    list-style: none;
}

/* ==========================================================================
   WooCommerce — My Account
   ========================================================================== */

/* Account page — wider container */
.woocommerce-account .page-content .container {
    max-width: 1100px;
}

/* Account layout — flexbox instead of floats */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 40px;
    min-height: 400px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 220px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 14px 20px;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 14px;
    transition: all var(--transition);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: var(--cream);
    color: var(--green);
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: var(--radius);
    background: var(--white);
    color: var(--text-dark);
    transition: border-color var(--transition);
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    border-color: var(--green);
    outline: none;
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 40px 0;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    transition: all var(--transition);
    border: none;
    background: var(--white);
    color: var(--text-dark);
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--green);
    color: var(--white);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--green);
    color: var(--white);
}

/* ==========================================================================
   Homepage Section Variants
   ========================================================================== */

.products-section.bg-white {
    background: var(--white);
}

.product-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 700px;
    margin: 0 auto;
}

.product-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
}

.product-grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 340px;
    margin: 0 auto;
}

.section-footer {
    text-align: center;
    margin-top: 40px;
}

.view-all-link {
    font-weight: 700;
    font-size: 15px;
    color: var(--green);
    text-decoration: none;
}

.view-all-link:hover {
    color: var(--green-dark);
}

/* Product card body (used by content-product-homepage template) */
.product-card-body {
    padding: 16px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.product-card-body .btn-product {
    margin-top: auto;
}

.product-card-body .product-card-name {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--green);
    line-height: 1.3;
}

.product-card-body .product-card-name a {
    color: inherit;
}

/* (homemade-script styles moved to .homemade-section .homemade-script for specificity) */

/* ==========================================================================
   Ingredient Dropdown
   ========================================================================== */

.fbf-ingredients {
    margin: 20px 0;
    border: 1px solid #e8e8e8;
    border-radius: var(--radius);
    overflow: hidden;
}

.fbf-ingredients-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    background: var(--cream);
    border: none;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    transition: background var(--transition);
}

.fbf-ingredients-toggle:hover {
    background: #f0ead9;
}

.fbf-ingredients-arrow {
    transition: transform var(--transition);
}

.fbf-ingredients-toggle[aria-expanded="true"] .fbf-ingredients-arrow {
    transform: rotate(180deg);
}

.fbf-ingredients-list {
    padding: 16px 20px;
    background: var(--white);
    border-top: 1px solid #e8e8e8;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.fbf-ingredients-list p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
}

/* ==========================================================================
   Pick Your Package Button
   ========================================================================== */

.btn-package {
    background: var(--green-dark);
    color: var(--white);
    border: 2px solid var(--green-dark);
    border-radius: 30px;
    padding: 14px 36px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    transition: all var(--transition);
    cursor: pointer;
    text-align: center;
}

.btn-package:hover {
    background: var(--green);
    border-color: var(--green);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(51, 105, 30, 0.3);
}

/* ==========================================================================
   Single Product — Individual Layout
   ========================================================================== */

.fbf-individual-product .product-layout {
    display: flex;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px;
}

.fbf-individual-product .product-images {
    flex: 0 0 45%;
}

.fbf-individual-product .product-images .product-main-image {
    border-radius: var(--radius);
    overflow: hidden;
    border: none;
    background: var(--cream) url('assets/images/wood-background.webp') center/cover no-repeat;
    margin-bottom: 12px;
}

.fbf-individual-product .product-images .product-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.product-gallery-thumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.gallery-thumb {
    flex: 0 0 80px;
    height: 80px;
    border: 2px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: all var(--transition);
    background: var(--cream) url('assets/images/wood-background.webp') center/cover no-repeat;
    background: none;
    padding: 0;
}

.gallery-thumb:hover,
.gallery-thumb.active {
    opacity: 1;
    border-color: var(--green);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fbf-individual-product .product-details {
    flex: 1;
}

.fbf-individual-product .product-details .product_title {
    font-size: 28px;
    font-weight: 800;
    color: var(--green-dark);
    margin-bottom: 12px;
    line-height: 1.3;
}

.fbf-individual-product .product-price {
    margin-bottom: 16px;
}

.fbf-individual-product .product-price .price {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
}

.fbf-individual-product .product-description {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.fbf-individual-product .product-actions {
    margin-top: 24px;
}

/* ==========================================================================
   Flavor-page "Order This Flavor" module (CRO — converts flavor-page visitors)
   ========================================================================== */

.fbf-order-flavor {
    margin-top: 24px;
    padding: 22px;
    background: var(--cream);
    border: 1px solid rgba(124, 179, 66, 0.28);
    border-radius: var(--radius);
}

.fbf-order-lead {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-dark);
}

.fbf-box-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.fbf-box-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    padding: 14px 8px;
    background: var(--white);
    border: 2px solid rgba(124, 179, 66, 0.35);
    border-radius: var(--radius);
    text-decoration: none;
    transition: var(--transition);
}

.fbf-box-option:hover {
    border-color: var(--green);
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.fbf-box-size {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--green-dark);
}

.fbf-box-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-dark);
}

.fbf-box-per {
    font-size: 12px;
    color: var(--text-muted);
}

.fbf-order-cta {
    display: block;
    width: 100%;
    text-align: center;
}

.fbf-order-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    justify-content: center;
    margin: 14px 0 0;
    font-size: 13px;
    color: var(--text-medium);
}

.fbf-order-trust span {
    white-space: nowrap;
}

.fbf-order-guarantee {
    margin: 10px 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--green-dark);
}

@media (max-width: 480px) {
    .fbf-box-options {
        gap: 8px;
    }
    .fbf-box-option {
        padding: 12px 4px;
    }
    .fbf-box-price {
        font-size: 17px;
    }
    .fbf-box-size {
        font-size: 13px;
    }
}

/* Flavor-page certification seals (reused from homepage hero) */
.fbf-flavor-seals {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 18px;
}

.fbf-flavor-seals img {
    height: 68px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}

/* Flavor-page featured reviews (social proof — best site-wide 5-star reviews) */
.fbf-featured-reviews {
    max-width: 1100px;
    margin: 16px auto 0;
    padding: 8px 24px;
}

.fbf-featured-reviews-head {
    text-align: center;
    margin-bottom: 24px;
}

.fbf-featured-reviews-head h2 {
    margin: 0 0 8px;
}

.fbf-featured-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--text-medium);
}

.fbf-featured-rating .fbf-featured-stars {
    color: #f5a623;
    letter-spacing: 2px;
    font-size: 18px;
}

.fbf-featured-rating strong {
    color: var(--text-dark);
    font-size: 17px;
}

.fbf-featured-grid {
    margin-bottom: 18px !important;
}

.fbf-featured-more {
    display: block;
    text-align: center;
    color: var(--green-dark);
    font-weight: 700;
    text-decoration: none;
}

.fbf-featured-more:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .fbf-featured-grid {
        grid-template-columns: 1fr;
    }
    .fbf-flavor-seals img {
        height: 56px;
    }
}

/* Above-the-fold buy bar (rating + entry price + CTA, right under the title) */
.fbf-buybar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    margin: 6px 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ece7de;
}

.fbf-buybar-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: var(--text-medium);
    text-decoration: none;
}

.fbf-buybar-rating:hover {
    color: var(--text-dark);
}

.fbf-buybar-stars {
    color: #f5a623;
    letter-spacing: 1px;
}

.fbf-buybar-rating strong {
    color: var(--text-dark);
}

.fbf-buybar-price {
    font-size: 15px;
    color: var(--text-medium);
}

.fbf-buybar-price strong {
    font-size: 20px;
    color: var(--text-dark);
}

.fbf-buybar-cta {
    margin-left: auto;
}

@media (max-width: 560px) {
    .fbf-buybar-cta {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

/* Protein highlight — flavor pages. Verna's data: ~2x a typical ice cream. */
.fbf-protein {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
    padding: 12px 16px;
    background: var(--cream);
    border: 1px solid var(--color-border);
    border-left: 4px solid var(--green);
    border-radius: var(--radius);
}

.fbf-protein-num {
    flex: none;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: var(--green-dark);
}

.fbf-protein-txt {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 13px;
    color: var(--text-medium);
}

.fbf-protein-txt strong {
    font-size: 15px;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* Sticky mobile "Build Your Box" bar — keeps the CTA reachable on the long page */
.fbf-sticky-cta {
    display: none;
}

@media (max-width: 768px) {
    .fbf-sticky-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 200;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
        background: var(--white);
        border-top: 1px solid #e4dfd6;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
    }
    .fbf-sticky-info {
        display: flex;
        flex-direction: column;
        line-height: 1.25;
        min-width: 0;
    }
    .fbf-sticky-name {
        font-weight: 800;
        font-size: 14px;
        color: var(--text-dark);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .fbf-sticky-price {
        font-size: 12px;
        color: var(--text-medium);
    }
    .fbf-sticky-btn {
        margin: 0;
        flex-shrink: 0;
        padding: 12px 18px;
        font-size: 13px;
    }
    body.single-product {
        padding-bottom: 68px;
    }
}

/* ==========================================================================
   Single Product — Package Layout
   ========================================================================== */

.fbf-package-product .package-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 24px;
}

.fbf-package-product .package-hero {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.fbf-package-product .package-image {
    flex: 0 0 40%;
    border-radius: var(--radius);
    overflow: hidden;
}

.fbf-package-product .package-image img {
    width: 100%;
    height: auto;
}

.fbf-package-product .package-info {
    flex: 1;
}

.fbf-package-product .package-info .product_title {
    font-size: 28px;
    font-weight: 800;
    color: var(--green-dark);
    margin-bottom: 8px;
}

.package-box-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.package-price-large .price {
    font-size: 28px;
    font-weight: 800;
    color: var(--green-dark);
    display: block;
    margin-bottom: 16px;
}

.package-contents-list {
    margin: 20px 0;
}

.package-contents-list h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.package-contents-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-contents-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
}

.package-contents-list .pkg-item {
    font-weight: 600;
    color: var(--text-dark);
}

.package-contents-list .pkg-price {
    color: var(--text-muted);
    font-size: 14px;
    white-space: nowrap;
    margin-left: 12px;
}

/* ==========================================================================
   Packages Page
   ========================================================================== */

.page-hero {
    background: var(--green-dark);
    padding: 60px 24px;
    text-align: center;
}

.page-hero h1 {
    color: var(--white);
    font-size: 36px;
    margin-bottom: 10px;
}

.page-hero .page-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.packages-howto {
    background: var(--white);
    padding: 60px 0;
}

.packages-howto h2 {
    margin-bottom: 40px;
}

.howto-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.howto-step {
    text-align: center;
    padding: 24px;
}

.step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--green);
    color: var(--white);
    font-size: 20px;
    font-weight: 800;
    border-radius: 50%;
    margin-bottom: 16px;
}

.howto-step h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.howto-step p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
}

.packages-grid-section {
    background: var(--cream);
    padding: 60px 0;
}

.package-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 32px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.package-filter {
    background: var(--white);
    border: 2px solid transparent;
    border-radius: 24px;
    padding: 8px 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    cursor: pointer;
    transition: all var(--transition);
}

.package-filter:hover {
    border-color: var(--green);
    color: var(--green-dark);
}

.package-filter.active {
    background: var(--green-dark);
    color: var(--white);
    border-color: var(--green-dark);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.package-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all var(--transition);
}

.package-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-3px);
}

.package-card-image {
    overflow: hidden;
}

.package-card-image img {
    width: 100%;
    height: auto;
    display: block;
}

.package-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.package-name {
    font-size: 16px;
    font-weight: 800;
    color: var(--green-dark);
    margin-bottom: 8px;
}

.package-box-size {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.package-contents h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    color: var(--text-dark);
}

.package-contents ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.package-contents li {
    font-size: 13px;
    color: var(--text-muted);
    padding: 3px 0;
    border-bottom: 1px solid #f5f5f5;
}

.package-contents li:last-child {
    border-bottom: none;
}

.package-price {
    margin: auto 0 16px;
    padding-top: 12px;
}

.package-price .price {
    font-size: 22px;
    font-weight: 800;
    color: var(--green-dark);
}

/* ==========================================================================
   Flavor Selector Modal
   ========================================================================== */

.fbf-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fbf-modal.fbf-modal-active {
    opacity: 1;
    visibility: visible;
}

.fbf-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.fbf-modal-dialog {
    position: relative;
    z-index: 1;
    width: 92%;
    max-width: 680px;
    max-height: 90vh;
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
    transform: translateY(20px) scale(0.97);
    transition: transform 0.3s ease;
}

.fbf-modal.fbf-modal-active .fbf-modal-dialog {
    transform: translateY(0) scale(1);
}

.fbf-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #e8e5dd;
    background: linear-gradient(135deg, #f8f6f0 0%, var(--cream) 100%);
}

.fbf-modal-title {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-green);
    margin: 0;
}

.fbf-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0 4px;
    transition: color 0.2s;
}

.fbf-modal-close:hover {
    color: var(--dark-green);
}

.fbf-modal-body {
    overflow-y: auto;
    flex: 1;
}

.fbf-modal-body .fbf-flavor-form {
    margin-top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* ==========================================================================
   Premium Flavor Selector
   ========================================================================== */

.fbf-flavor-form {
    margin-top: 20px;
    border: 1px solid #e0ddd5;
    border-radius: 12px;
    background: var(--white);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* --- Progress Bar --- */
.fbf-progress {
    padding: 12px 20px 10px;
    background: linear-gradient(135deg, #f8f6f0 0%, var(--cream) 100%);
    border-bottom: 1px solid #e8e5dd;
}

.fbf-progress-text {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fbf-progress-count {
    color: var(--green);
    font-size: 14px;
}

.fbf-progress-done {
    color: var(--green) !important;
}

.fbf-progress-bar {
    height: 6px;
    background: #e8e5dd;
    border-radius: 3px;
    overflow: hidden;
}

.fbf-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--green) 0%, #8bc34a 100%);
    border-radius: 3px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fbf-progress-fill.fbf-progress-complete {
    background: linear-gradient(90deg, var(--green) 0%, #4caf50 100%);
    box-shadow: 0 0 8px rgba(124, 179, 66, 0.4);
}

/* --- Sections --- */
.fbf-sections {
    padding: 4px 0;
}

.fbf-section {
    padding: 0 20px;
}

.fbf-section + .fbf-section {
    border-top: 1px solid #f0ede5;
}

.fbf-section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0 8px;
    border-left: 3px solid transparent;
    padding-left: 10px;
    margin-left: -10px;
}

.fbf-section-emoji {
    font-size: 16px;
    line-height: 1;
}

.fbf-section-title {
    font-size: 13px;
    font-weight: 800;
    color: var(--text-dark);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fbf-section-badge {
    margin-left: auto;
    font-size: 10px;
    font-weight: 700;
    color: var(--white);
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Pickers --- */
.fbf-section-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 12px;
    padding-bottom: 10px;
}

.fbf-picker {
    margin-bottom: 0;
}

.fbf-picker-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.fbf-picker-label {
    flex: 0 0 auto;
    min-width: 46px;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-dark);
    white-space: nowrap;
}

.fbf-select-wrap {
    flex: 1;
    position: relative;
}

.fbf-select {
    width: 100%;
    padding: 7px 28px 7px 10px;
    border: 2px solid #e0ddd5;
    border-radius: 6px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--white);
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23999' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

.fbf-select:focus {
    border-color: var(--green);
    outline: none;
    box-shadow: 0 0 0 3px rgba(124, 179, 66, 0.15);
}

.fbf-select:hover {
    border-color: #ccc;
}

.fbf-select.fbf-select-chosen {
    color: var(--text-dark);
    border-color: var(--green);
    background-color: #f9fdf5;
}

.fbf-select.fbf-select-error {
    border-color: #e74c3c;
    background-color: #fef8f8;
    animation: fbfShake 0.4s ease;
}

.fbf-select-check {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--green);
    font-size: 14px;
    font-weight: 800;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.fbf-select-check.fbf-visible {
    opacity: 1;
}

/* --- Chip Grid (ice cream flavor tapper) --- */
.fbf-chip-grid {
    grid-column: 1 / -1;
}

.fbf-chip-hint {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0 0 12px;
}

.fbf-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fbf-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 2px solid #e0ddd5;
    border-radius: 50px;
    background: var(--white);
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.fbf-chip:hover {
    border-color: var(--green);
    background: #f9fdf5;
}

.fbf-chip.fbf-chip-active {
    border-color: var(--green);
    background: #eef5e4;
    color: var(--green-dark);
}

.fbf-chip-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 12px;
    background: var(--green);
    color: var(--white);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    transition: transform 0.15s ease, background 0.15s ease;
}

.fbf-chip:not(.fbf-chip-active) .fbf-chip-badge {
    visibility: hidden;
}

.fbf-chip-badge:hover {
    transform: scale(1.15);
    background: #d32f2f;
}

/* Single-choice chip grid (cookies) — highlight only, no badge */
.fbf-chip-single .fbf-chip.fbf-chip-active {
    border-color: var(--green);
    background: var(--green);
    color: var(--white);
}

.fbf-chip-single .fbf-chip.fbf-chip-active:hover {
    background: var(--green-dark);
    border-color: var(--green-dark);
}

.fbf-chip-grid-full .fbf-chip:not(.fbf-chip-active) {
    opacity: 0.4;
    cursor: default;
}

.fbf-chip-grid-full .fbf-chip:not(.fbf-chip-active):hover {
    border-color: #e0ddd5;
    background: var(--white);
}

.fbf-chip-counter {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
}

.fbf-chip-count {
    color: var(--green);
    font-weight: 800;
}

.fbf-chip-counter-complete {
    color: var(--green-dark);
    background: #e8f5e9;
    padding: 8px 14px;
    border-radius: 8px;
}

.fbf-chip-counter-complete::before {
    content: "\2713  ";
    font-weight: 800;
}

/* Dim unselected visual cards when at capacity */
.fbf-chip-grid-full .fbf-visual-card:not(.fbf-chip-active) {
    opacity: 0.4;
    cursor: default;
}

.fbf-chip-grid-full .fbf-visual-card:not(.fbf-chip-active):hover {
    border-color: #e0ddd5;
    background: var(--white);
}

@media (max-width: 600px) {
    .fbf-chips {
        gap: 6px;
    }
    .fbf-chip {
        padding: 8px 12px;
        font-size: 13px;
    }
}

/* --- Static items (puffed spelt) --- */
.fbf-static-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #f9fdf5;
    border: 1px solid #e0ecd0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.fbf-check-icon {
    color: var(--green);
    font-size: 16px;
    font-weight: 800;
}

.fbf-auto-note {
    margin-left: auto;
    font-size: 11px;
    font-weight: 600;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Add-on section --- */

.fbf-addon-section .fbf-section-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fbf-chip-price {
    font-weight: 400;
    color: var(--text-muted);
    font-size: 12px;
}

.fbf-chip.fbf-chip-active .fbf-chip-price {
    color: var(--green-dark);
}

/* View toggle (List / Visual) */
.fbf-view-toggle {
    display: flex;
    gap: 0;
    margin-bottom: 12px;
    border: 2px solid #e0ddd5;
    border-radius: 50px;
    overflow: hidden;
    width: fit-content;
}

.fbf-view-btn {
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    background: var(--white);
    color: var(--text-muted);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.fbf-view-btn-active {
    background: var(--green);
    color: var(--white);
}

/* Visual flavor grid */
.fbf-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.fbf-visual-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: 2px solid #e0ddd5;
    border-radius: 10px;
    background: var(--white);
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    overflow: hidden;
}

.fbf-visual-card:hover {
    border-color: var(--green);
    background: #f9fdf5;
}

.fbf-visual-card.fbf-chip-active {
    border-color: var(--green);
    background: #eef5e4;
}

.fbf-visual-card img {
    width: 160%;
    max-width: 160%;
    aspect-ratio: 1;
    object-fit: contain;
    display: block;
}

.fbf-visual-label {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.3;
    padding: 6px 4px 8px;
}

.fbf-visual-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 11px;
    background: var(--green);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    visibility: hidden;
}

.fbf-visual-card.fbf-chip-active .fbf-visual-badge {
    visibility: visible;
}

@media (max-width: 768px) {
    .fbf-visual-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .fbf-visual-label {
        display: none;
    }
}

.fbf-addon-note {
    margin-left: auto;
    font-size: 11px;
    font-weight: 700;
    color: #c67c2f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #fef6ec;
    padding: 2px 10px;
    border-radius: 12px;
}

.fbf-addon-desc {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0 0 4px;
    line-height: 1.5;
}

.fbf-addon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: var(--white);
    border: 2px solid #e0ddd5;
    border-radius: 50px;
    margin-bottom: 0;
    transition: border-color 0.2s ease;
}

.fbf-addon-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fbf-addon-row.fbf-addon-has-qty {
    border-color: var(--green);
    background: #eef5e4;
}

.fbf-addon-name {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
}

.fbf-addon-price {
    font-size: 12px;
    color: var(--text-muted);
}

.fbf-addon-qty {
    display: flex;
    align-items: center;
    gap: 0;
}

.fbf-qty-btn {
    width: 30px;
    height: 30px;
    border: 2px solid #e0ddd5;
    background: var(--white);
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
    line-height: 1;
}

.fbf-qty-btn:hover {
    border-color: var(--green);
    color: var(--green);
}

.fbf-qty-minus {
    border-radius: 50%;
}

.fbf-qty-plus {
    border-radius: 50%;
}

.fbf-qty-input {
    width: 32px;
    height: 30px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    color: var(--text-dark);
    background: var(--white);
    -moz-appearance: textfield;
    appearance: textfield;
}

.fbf-qty-input::-webkit-outer-spin-button,
.fbf-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* --- Form footer --- */
.fbf-form-footer {
    padding: 12px 20px 16px;
    background: linear-gradient(135deg, #f8f6f0 0%, var(--cream) 100%);
    border-top: 1px solid #e8e5dd;
}

.fbf-form-message {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}

.fbf-msg-error {
    background: #fdeaea;
    color: #c0392b;
    border: 1px solid #f5c6cb;
}

.fbf-msg-success {
    background: #edf7e0;
    color: var(--green-dark);
    border: 1px solid #c8e6c9;
}

.fbf-submit-package {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 24px;
    background: var(--green);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fbf-submit-package:hover {
    background: var(--green-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(51, 105, 30, 0.3);
}

.fbf-submit-package.fbf-ready {
    background: var(--green-dark);
    box-shadow: 0 2px 12px rgba(51, 105, 30, 0.25);
}

.fbf-submit-package:disabled {
    opacity: 0.7;
    cursor: wait;
    transform: none;
}

.fbf-submit-package.fbf-loading {
    background: var(--green-hover);
}

.fbf-submit-loading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fbf-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2.5px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--white);
    border-radius: 50%;
    animation: fbfSpin 0.7s linear infinite;
}

@keyframes fbfSpin {
    to { transform: rotate(360deg); }
}

@keyframes fbfShake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-4px); }
    40%, 80% { transform: translateX(4px); }
}

.fbf-shake {
    animation: fbfShake 0.4s ease;
}

/* ==========================================================================
   Reviews Page
   ========================================================================== */

.reviews-featured {
    background: var(--cream);
    padding: 60px 0;
}

.featured-review-card {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.featured-stars {
    font-size: 28px;
    color: #f5a623;
    margin-bottom: 16px;
    letter-spacing: 4px;
}

.featured-review-card blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

.featured-review-card blockquote p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.7;
    color: var(--text-dark);
}

.featured-review-card cite {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: var(--green-dark);
    letter-spacing: 0.5px;
}

.reviews-section-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: var(--text-dark);
}

.reviews-general,
.reviews-products {
    padding: 60px 0;
}

.reviews-general {
    background: var(--white);
}

.reviews-products {
    background: var(--cream);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.review-card {
    background: var(--white);
    border: 1px solid #e8e4dd;
    border-radius: 10px;
    padding: 28px;
    transition: box-shadow 0.3s ease;
}

.review-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.reviews-general .review-card {
    background: var(--cream);
}

.review-stars {
    font-size: 18px;
    color: #f5a623;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.review-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-dark);
    margin-bottom: 16px;
    font-style: italic;
}

.review-author {
    font-size: 13px;
    font-weight: 700;
    color: var(--green-dark);
}

.review-product-name {
    margin-bottom: 8px;
}

.review-product-name a {
    font-size: 14px;
    font-weight: 700;
    color: var(--green);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.review-product-name a:hover {
    color: var(--green-dark);
}

.reviews-empty {
    text-align: center;
    color: var(--text-muted);
    font-size: 16px;
    padding: 40px 0;
}

.reviews-product-note {
    text-align: center;
    color: var(--text-muted);
    font-size: 14px;
}

.reviews-product-note a {
    color: var(--green);
    font-weight: 600;
}

/* Review form */
.review-form-wrap {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px;
    background: var(--cream);
    border-radius: 12px;
}

.review-form-wrap h3 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
    color: var(--text-dark);
}

.review-form-rating {
    margin-bottom: 20px;
}

.review-form-rating label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.star-rating-input {
    display: flex;
    gap: 4px;
}

.star-rating-input .star {
    font-size: 32px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
    line-height: 1;
}

.star-rating-input .star.active,
.star-rating-input .star.hover {
    color: #f5a623;
}

.review-form-wrap .comment-form-comment label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.review-form-wrap textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    font-family: inherit;
    resize: vertical;
}

.review-form-wrap textarea:focus {
    outline: none;
    border-color: var(--green);
}

.review-form-field {
    margin-bottom: 20px;
}

.review-form-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.review-form-field select,
.review-form-field input[type="text"],
.review-form-field input[type="email"] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    font-family: inherit;
    background: #fff;
    appearance: auto;
}

.review-form-field select:focus,
.review-form-field input:focus {
    outline: none;
    border-color: var(--green);
}

.review-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.review-form-submit {
    text-align: center;
    margin-top: 8px;
}

.review-form-msg {
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 16px;
    font-size: 15px;
    font-weight: 600;
}

.review-form-msg--success {
    background: #e8f5e9;
    color: var(--green-dark);
}

.review-form-msg--error {
    background: #fce4ec;
    color: #c62828;
}

.review-product-name--general {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.reviews-form-section {
    background: var(--white);
    padding: 60px 0;
}

.reviews-all {
    background: var(--cream);
    padding: 60px 0;
}

/* Guarantee banner */
.reviews-guarantee {
    background: var(--green-dark);
    padding: 40px 0;
}

.guarantee-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
}

.guarantee-banner .guarantee-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
    color: var(--green-dark);
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    flex-shrink: 0;
}

.guarantee-banner h3 {
    font-size: 22px;
    margin: 0 0 4px;
    color: #fff;
}

.guarantee-banner p {
    margin: 0;
    font-size: 15px;
    opacity: 0.85;
    color: #fff;
}

/* Reviews CTA */
.reviews-cta {
    background: var(--cream);
    padding: 60px 0;
    text-align: center;
}

.reviews-cta h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--text-dark);
}

@media (max-width: 768px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .featured-review-card {
        padding: 24px;
    }

    .featured-review-card blockquote p {
        font-size: 17px;
    }

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

    .review-form-wrap {
        padding: 24px;
    }

    .review-form-row {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* --- Responsive --- */
@media (max-width: 600px) {
    .fbf-section-body {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .fbf-picker-row {
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }
    .fbf-picker-label {
        flex: 0 0 auto;
        min-width: 46px;
    }
    .fbf-section {
        padding: 0 14px;
    }
    .fbf-progress,
    .fbf-form-footer {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* ==========================================================================
   The Difference Page
   ========================================================================== */

.difference-page .diff-section {
    padding: 60px 0;
}

.difference-page .diff-section.bg-cream {
    background: var(--cream);
}

.difference-page .diff-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--green-dark);
}

.diff-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.diff-card {
    text-align: center;
    padding: 32px 20px;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.diff-card-icon {
    font-size: 40px;
    margin-bottom: 12px;
    display: block;
}

.diff-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--green-dark);
}

.diff-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
}

.diff-checklist {
    max-width: 600px;
    margin: 0 auto;
}

.diff-checklist ul {
    list-style: none;
    padding: 0;
}

.diff-checklist li {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: 16px;
    color: var(--text-dark);
    border-bottom: 1px solid #f0f0f0;
}

.diff-checklist li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--green);
    font-size: 18px;
    font-weight: 800;
}

.diff-intro {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.diff-cta {
    background: var(--green-dark);
    padding: 80px 0;
}

.diff-cta h2 {
    color: var(--white) !important;
    font-size: 32px;
}

.diff-cta p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 24px;
}

/* ==========================================================================
   Contact Page
   ========================================================================== */

.contact-content {
    padding: 60px 0;
    background: var(--white);
}

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

.contact-info {
    display: grid;
    gap: 20px;
}

.contact-card {
    padding: 24px;
    background: var(--cream);
    border-radius: var(--radius);
}

.contact-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--green-dark);
}

.contact-card p {
    font-size: 15px;
    color: var(--text-dark);
    line-height: 1.6;
    margin: 0;
}

.contact-card a {
    color: var(--green);
    font-weight: 700;
}

.contact-map iframe {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

/* WPForms styling */
.contact-form-section .wpforms-container {
    max-width: 100%;
}

.contact-form-section .wpforms-form .wpforms-field-label {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.contact-form-section .wpforms-form input[type="text"],
.contact-form-section .wpforms-form input[type="email"],
.contact-form-section .wpforms-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    background: var(--white);
    transition: border-color 0.2s ease;
}

.contact-form-section .wpforms-form input[type="text"]:focus,
.contact-form-section .wpforms-form input[type="email"]:focus,
.contact-form-section .wpforms-form textarea:focus {
    outline: none;
    border-color: var(--green);
}

.contact-form-section .wpforms-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form-section .wpforms-form .wpforms-submit-container {
    margin-top: 8px;
}

div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-submit,
.contact-form-section .wpforms-form button[type="submit"],
.contact-form-section .wpforms-form .wpforms-submit {
    background: var(--green) !important;
    color: var(--white) !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: 'Nunito', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer;
    transition: background 0.2s ease;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-submit:hover,
.contact-form-section .wpforms-form button[type="submit"]:hover,
.contact-form-section .wpforms-form .wpforms-submit:hover {
    background: var(--green-hover) !important;
}

.contact-form-section .wpforms-confirmation-container-full {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    padding: 20px;
    color: var(--green-dark);
    font-weight: 600;
}

/* ==========================================================================
   No Shipping Notice
   ========================================================================== */

.no-shipping-notice {
    background: #fdf2f2;
    border: 1px solid #e3adad;
    padding: 15px;
    color: #b03a3a;
    margin-top: 10px;
    border-radius: 5px;
}

.no-shipping-notice a {
    text-decoration: underline;
    font-weight: bold;
    color: #b03a3a;
}

/* ==========================================================================
   Scroll Reveal Animation
   ========================================================================== */

.reveal-hidden {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ==========================================================================
   Responsive — 1024px
   ========================================================================== */

@media (max-width: 1024px) {
    .product-grid,
    .products-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .difference-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .diff-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .howto-steps {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .fbf-package-product .package-hero {
        flex-direction: column;
    }

    .fbf-package-product .package-image {
        flex: none;
        max-width: 500px;
    }
}

/* ==========================================================================
   Responsive — 1024px (header only: switch to hamburger on tablets)
   ========================================================================== */

@media (max-width: 1024px) {
    .header-nav {
        display: none;
    }

    .header-logo {
        margin-right: auto;
    }

    .mobile-menu-toggle {
        display: flex;
        margin-left: 12px;
    }

    /* Hero — keep side-by-side but scale for tablet */
    .hero-section {
        min-height: auto;
    }

    .hero-inner {
        padding: 24px 3vw;
    }

    .hero-image {
        flex: 1 1 71%;
        min-width: 0;
        padding: 0;
        margin-right: -20px;
    }

    .hero-image img {
        height: auto;
        width: 100%;
    }

    .hero-text {
        flex: 1 1 45%;
        min-width: 0;
        padding: 1vw;
    }

    .hero-script {
        font-size: 44px;
    }

    .hero-badge-arch {
        width: 100%;
        max-width: 300px;
    }

    .hero-seals img {
        height: 48px;
    }
}

/* ==========================================================================
   Responsive — 768px
   ========================================================================== */

@media (max-width: 768px) {
    /* Header */
    .header-inner {
        padding: 0 16px;
        height: 78px;
        gap: 0;
    }

    .header-logo {
        margin-right: auto;
    }

    .header-logo img {
        height: 56px;
    }

    .header-nav {
        display: none;
    }

    .header-search {
        display: none;
    }

    .header-account-link span {
        display: none;
    }

    .header-account-link {
        gap: 0;
    }

    .header-actions {
        gap: 12px;
        margin-left: 0;
    }

    .mobile-menu-toggle {
        display: flex;
        margin-left: 12px;
    }

    /* Hero mobile */
    .hero-section {
        min-height: auto;
    }

    .hero-inner {
        flex-direction: column;
        min-height: auto;
        padding: 16px 20px;
        gap: 12px;
    }

    .hero-image {
        flex: none;
        width: 80%;
        max-width: 400px;
        padding: 0;
    }

    .hero-image img {
        height: auto;
    }

    .hero-text {
        padding: 8px 20px 32px;
    }

    .hero-script {
        font-size: 48px;
    }

    /* Mobile full-screen nav overlay */
    .primary-navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--green);
        z-index: 105;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .primary-navigation.active {
        display: flex;
    }

    .primary-navigation ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

    .primary-navigation ul li {
        margin-bottom: 20px;
    }

    .primary-navigation ul li a {
        color: var(--white);
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .primary-navigation ul li a:hover {
        opacity: 0.8;
        color: var(--white);
    }

    /* Hero */
    .hero {
        min-height: 400px;
    }

    .hero-script {
        font-size: 52px;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .hero-text p {
        font-size: 16px;
    }

    /* Enjoy */
    .enjoy-section {
        min-height: auto;
        margin-top: 0;
        padding: 48px 0;
        background: var(--white);
    }

    .enjoy-inner {
        flex-direction: column;
        gap: 30px;
    }

    .enjoy-left {
        flex: none;
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .enjoy-text {
        text-align: center;
        order: 2;
    }

    .enjoy-credentials {
        flex: none;
        width: 100%;
        max-width: none;
        order: 1;
        text-align: left;
    }

    .enjoy-quote {
        padding: 12px 16px;
    }

    .enjoy-quote p {
        font-size: 13px !important;
    }

    .enjoy-guarantee {
        font-size: 13px;
        padding: 8px 16px;
    }

    .enjoy-image {
        order: 3;
        flex: none;
        width: 70%;
        max-width: 320px;
        margin: 0 auto;
        margin-top: 0;
    }

    .enjoy-image img {
        width: 100%;
        height: auto;
    }

    .enjoy-text p.enjoy-script {
        font-size: 48px;
    }

    /* Product grid */
    .product-grid,
    .products-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Difference */
    .difference-grid {
        grid-template-columns: 1fr;
    }

    /* CTA */
    .cta-section p.cta-script {
        font-size: 44px;
    }

    /* Footer */
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    /* WooCommerce Single Product */
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        float: none;
        width: 100%;
        padding: 0;
    }

    .woocommerce div.product div.images {
        margin-bottom: 24px;
    }

    /* Cart — stacked card layout on mobile */
    .woocommerce .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .woocommerce table.shop_table.cart thead {
        display: none;
    }

    .woocommerce table.shop_table.cart tbody tr:not(.actions) {
        display: grid;
        grid-template-columns: 60px 1fr auto;
        grid-template-rows: auto auto auto;
        gap: 0 12px;
        padding: 8px;
        border-bottom: 1px solid #f0ebe0;
        position: relative;
    }

    .woocommerce table.shop_table.cart td {
        padding: 0;
        border: none;
    }

    .woocommerce table.shop_table.cart td.product-remove {
        position: absolute;
        top: 12px;
        right: 12px;
        width: auto;
        min-width: auto;
    }

    .woocommerce table.shop_table.cart td.product-thumbnail {
        grid-row: 1 / 3;
        grid-column: 1;
        width: 60px;
        min-width: 60px;
        padding: 0;
        align-self: start;
    }

    .woocommerce table.shop_table.cart td.product-thumbnail a,
    .woocommerce table.shop_table.cart td.product-thumbnail img {
        width: 60px !important;
        height: auto !important;
        border-radius: 8px;
    }

    .woocommerce table.shop_table.cart td.product-name {
        grid-row: 1;
        grid-column: 2 / -1;
        padding-right: 32px;
    }

    .woocommerce table.shop_table.cart td.product-name a {
        font-size: 14px;
    }

    .woocommerce table.shop_table.cart td.product-price {
        display: none;
    }

    .woocommerce table.shop_table.cart td.product-quantity {
        grid-row: 2;
        grid-column: 2;
        padding-top: 8px;
    }

    .woocommerce table.shop_table.cart td.product-quantity input[type="number"] {
        width: 52px;
        padding: 6px 4px;
        font-size: 14px;
    }

    .woocommerce table.shop_table.cart td.product-subtotal {
        grid-row: 2;
        grid-column: 3;
        padding-top: 8px;
        text-align: right;
        align-self: center;
        font-size: 16px;
    }

    .woocommerce table.shop_table.cart td.actions {
        display: block;
        grid-column: 1 / -1;
        padding: 16px 0 0;
    }

    /* All WooCommerce pages — reduce padding on mobile */
    .woocommerce-cart .woocommerce,
    .woocommerce-checkout .woocommerce {
        padding: 20px 8px 40px;
        max-width: 100%;
        overflow-x: hidden;
    }

    .woocommerce-page .container,
    .woocommerce-account .woocommerce {
        padding-left: 8px;
        padding-right: 8px;
    }

    /* Checkout */
    .woocommerce-checkout .col2-set {
        flex-direction: column;
        gap: 24px;
    }

    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields {
        padding: 16px;
        border-radius: 12px;
    }

    #order_review {
        padding: 16px;
        border-radius: 12px;
        overflow-x: hidden;
    }

    .woocommerce #payment {
        padding: 16px;
    }

    /* Prevent checkout form fields from overflowing */
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea,
    .woocommerce form .form-row select,
    .woocommerce .select2-container {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Stripe elements overflow fix */
    .wc-stripe-elements-field,
    .stripe-card-group,
    #stripe-card-element,
    .wc-stripe-iban-element-field {
        max-width: 100%;
        overflow: hidden;
    }

    #wc-stripe-hidden-style-input {
        position: absolute !important;
        width: 1px !important;
        overflow: hidden !important;
    }

    /* Order review table overflow */
    #order_review .shop_table {
        table-layout: fixed;
        width: 100%;
        word-wrap: break-word;
    }

    /* Cart table overflow */
    .woocommerce table.shop_table {
        max-width: 100%;
        border-radius: 12px;
    }

    /* My Account */
    .woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        flex: none;
        margin-bottom: 24px;
    }

    /* Sections */
    .products-section,
    .difference-section {
        padding: 48px 0;
    }

    .homemade-body {
        padding: 40px 20px 48px;
    }

    .cta-section {
        padding: 60px 0;
    }

    /* Page header */
    .page-header h1 {
        font-size: 28px;
    }

    /* Single Product layouts — full width on mobile */
    .fbf-individual-product .product-layout {
        flex-direction: column;
        gap: 24px;
        padding: 0;
        max-width: 100%;
    }

    .fbf-individual-product .product-images {
        flex: none;
    }

    .fbf-individual-product .product-images .product-main-image {
        border-radius: 0;
    }

    .woocommerce div.product {
        padding: 0 20px;
    }

    .woocommerce div.product .product-main-image {
        margin-left: -20px;
        margin-right: -20px;
    }

    .fbf-ice-cream-extras {
        padding: 10px 0 40px;
    }

    .fbf-reviews-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .howto-steps {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .diff-cards {
        grid-template-columns: 1fr 1fr;
    }

    .homemade-section .homemade-script {
        font-size: 60px;
    }

    .page-hero h1 {
        font-size: 28px;
    }

    /* Showcase galleries stack on tablet/mobile */
    .showcase-gallery-3,
    .showcase-gallery-4 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        min-height: auto;
    }

    .showcase-gallery-3 .showcase-img-large,
    .showcase-gallery-4 .showcase-img-large {
        grid-row: auto;
        grid-column: 1 / -1;
        max-height: 400px;
    }

    .showcase-gallery-pecan {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }

    .showcase-gallery-pecan .pecan-main {
        grid-column: 1 / -1;
        grid-row: 1;
        max-height: 400px;
    }

    .showcase-gallery-pecan .pecan-rt {
        grid-column: 1;
        grid-row: 2;
    }

    .showcase-gallery-pecan .pecan-rb {
        grid-column: 2;
        grid-row: 2;
    }

    .showcase-gallery-pecan .pecan-bl {
        grid-column: 1;
        grid-row: 3;
    }

    .showcase-gallery-pecan .pecan-bm {
        grid-column: 2;
        grid-row: 3;
    }

    .showcase-gallery-pecan .pecan-br {
        display: none;
    }

    .showcase-price {
        font-size: 18px;
    }

    .showcase-title {
        font-size: 26px;
    }
}

/* ==========================================================================
   Responsive — 480px
   ========================================================================== */

@media (max-width: 480px) {
    .product-grid,
    .products-grid,
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .product-grid-2,
    .product-grid-3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .hero-script {
        font-size: 36px;
    }

    .hero-text h1 {
        font-size: 22px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .hero-seals {
        justify-content: center;
        gap: 12px;
    }

    .hero-seals img {
        height: 67px;
        width: auto;
    }

    .enjoy-text p.enjoy-script {
        font-size: 36px;
    }

    .cta-section p.cta-script {
        font-size: 36px;
    }

    .homemade-section .homemade-script {
        font-size: 42px;
    }

    h1 { font-size: 28px; }
    h2 { font-size: 24px; }

    .btn {
        padding: 12px 24px;
        font-size: 13px;
    }

    .header-logo img {
        height: 70px;
    }

    .header-actions {
        gap: 12px;
        font-size: 12px;
    }

    .footer-columns {
        gap: 24px;
    }

    /* Tighter product cards on small screens */
    .product-card-name {
        font-size: 11px;
        letter-spacing: 0.3px;
    }

    .btn-product {
        font-size: 11px !important;
        padding: 8px 12px !important;
    }

    /* WooCommerce shop product cards */
    .woocommerce ul.products li.product a img {
        padding: 12px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px;
        padding: 10px 8px 6px;
    }

    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product a.add_to_cart_button {
        font-size: 11px;
        padding: 8px 10px;
        margin: auto 8px 10px;
    }

    /* Showcase galleries — full-width, natural aspect ratio on mobile */
    .showcase-gallery-3,
    .showcase-gallery-4,
    .showcase-gallery-2,
    .showcase-gallery-1 {
        grid-template-columns: 1fr;
        min-height: auto;
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px);
        gap: 4px;
    }

    .showcase-gallery-3 .showcase-img-large,
    .showcase-gallery-4 .showcase-img-large,
    .showcase-gallery-2 .showcase-img-large,
    .showcase-gallery-1 .showcase-img-large {
        grid-column: 1;
        max-height: none;
    }

    .showcase-gallery-3 .showcase-img-small,
    .showcase-gallery-4 .showcase-img-small,
    .showcase-gallery-2 .showcase-img-small {
        max-height: none;
    }

    .showcase-gallery-3 img,
    .showcase-gallery-4 img,
    .showcase-gallery-2 img,
    .showcase-gallery-1 img {
        height: auto;
        object-fit: contain;
        border-radius: 0;
    }

    .showcase-gallery-3 .showcase-img-large,
    .showcase-gallery-3 .showcase-img-small,
    .showcase-gallery-4 .showcase-img-large,
    .showcase-gallery-4 .showcase-img-small,
    .showcase-gallery-2 .showcase-img-large,
    .showcase-gallery-2 .showcase-img-small,
    .showcase-gallery-1 .showcase-img-large {
        border-radius: 0;
    }

    .showcase-gallery-pecan {
        grid-template-columns: 1fr 1fr;
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px);
    }

    .showcase-gallery-pecan img {
        border-radius: 0;
    }

    /* Packages grid — single col on small mobile (cards have more content) */

    .page-content {
        padding: 40px 16px;
    }

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

    .diff-cards {
        grid-template-columns: 1fr;
    }

    .page-hero {
        padding: 40px 16px;
    }
}

/* ==========================================================================
   Lightbox
   ========================================================================== */

.lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.lightbox-img-wrap {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.lightbox-img.lightbox-img-visible {
    opacity: 1;
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 2;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s ease, transform 0.2s ease;
    line-height: 1;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-50%) scale(1.08);
}

.lightbox-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
    }

    .lightbox-prev { left: 10px; }
    .lightbox-next { right: 10px; }

    .lightbox-close {
        top: 12px;
        right: 12px;
    }

    .lightbox-img {
        max-width: 95vw;
        max-height: 80vh;
    }
}

/* ==========================================================================
   Large screens (1440px+)
   ========================================================================== */

/* Large screen overrides removed — clamp() handles fluid scaling */

/* ==========================================================================
   Ice Cream Extras — Comparison Table & FAQ
   ========================================================================== */

.fbf-ice-cream-extras {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 10px 24px 60px;
}

/* --- Comparison Table --- */

.fbf-comparison {
    margin-bottom: 60px;
    background: var(--white);
    border-radius: 16px;
    padding: 48px 40px 40px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
}

.fbf-comparison-heading {
    font-family: 'Gelato Luxe', cursive;
    font-size: 44px;
    font-weight: normal;
    color: var(--green-dark);
    text-align: center;
    margin-bottom: 8px;
}

.fbf-comparison-heading + .fbf-comparison-table-wrap {
    /* Decorative line under heading */
}

.fbf-comparison::before {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--green);
    margin: 0 auto 36px;
    border-radius: 2px;
}

.fbf-comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fbf-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.65;
    border: 1px solid #e8e4dc;
}

.fbf-comparison-table thead th {
    padding: 16px 28px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #e8e4dc;
}

.fbf-comparison-table thead th.fbf-compare-category {
    background: #e8f0de;
    color: var(--green-dark);
    width: 150px;
    font-size: 12px;
    letter-spacing: 2px;
}

.fbf-comparison-table thead th.fbf-compare-commercial {
    background: #faf5f5;
    color: #9e5050;
    width: 30%;
}

.fbf-comparison-table thead th.fbf-compare-real {
    background: linear-gradient(135deg, #f0f7e8 0%, var(--cream) 100%);
    color: var(--green-dark);
    width: calc(70% - 150px);
}

.fbf-comparison-table tbody td {
    padding: 22px 28px;
    vertical-align: top;
    border-bottom: 1px solid #f0ece4;
}

.fbf-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.fbf-comparison-table tbody tr:hover td {
    background-color: rgba(124, 179, 66, 0.03);
}

.fbf-comparison-table tbody td.fbf-compare-category {
    background: #e8f0de;
    color: var(--green-dark);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.fbf-comparison-table tbody tr:hover td.fbf-compare-category {
    background-color: #e0ebd3;
}

.fbf-category-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(51, 105, 30, 0.12);
    border-radius: 6px;
    color: var(--green-dark);
}

.fbf-category-icon svg {
    width: 18px;
    height: 18px;
}

.fbf-comparison-table tbody td.fbf-compare-commercial {
    background: #fdfbfb;
    color: #777;
    font-size: 14px;
}

.fbf-icon-bad {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f2dede;
    color: #c0392b;
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 1;
    vertical-align: middle;
}

.fbf-comparison-table tbody td.fbf-compare-real {
    background: linear-gradient(135deg, rgba(240, 247, 232, 0.4) 0%, rgba(248, 242, 231, 0.4) 100%);
}

.fbf-comparison-table tbody td.fbf-compare-real ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fbf-comparison-table tbody td.fbf-compare-real ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    color: var(--text-dark);
    font-size: 14.5px;
}

.fbf-comparison-table tbody td.fbf-compare-real ul li:last-child {
    margin-bottom: 0;
}

.fbf-comparison-table tbody td.fbf-compare-real ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--white);
    background: var(--green);
    font-weight: 700;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- FAQ Accordion --- */

.fbf-faq {
    max-width: 800px;
    margin: 0 auto;
}

.fbf-faq-heading {
    font-family: 'Gelato Luxe', cursive;
    font-size: 36px;
    font-weight: normal;
    color: var(--green-dark);
    text-align: center;
    margin-bottom: 28px;
}

.fbf-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fbf-faq-item {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: box-shadow var(--transition);
}

.fbf-faq-item:hover {
    box-shadow: var(--shadow-hover);
}

.fbf-faq-item--active {
    box-shadow: var(--shadow-hover);
}

.fbf-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark);
    transition: color var(--transition);
    border-left: 4px solid transparent;
}

.fbf-faq-item--active .fbf-faq-question {
    color: var(--green-dark);
    border-left-color: var(--green);
}

.fbf-faq-chevron {
    flex-shrink: 0;
    color: var(--text-muted);
    transition: transform 0.3s ease, color 0.3s ease;
}

.fbf-faq-item--active .fbf-faq-chevron {
    transform: rotate(180deg);
    color: var(--green);
}

.fbf-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.fbf-faq-answer p {
    padding: 0 24px 20px 28px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-medium);
}

/* Certification seals in comparison table */
.fbf-cert-seals {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.fbf-cert-seals img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

/* --- Comparison Table + FAQ — Mobile --- */

@media (max-width: 768px) {
    .fbf-ice-cream-extras {
        max-width: 100%;
        padding: 10px 0 30px;
    }

    .fbf-comparison-heading {
        font-size: 32px;
    }

    .fbf-comparison {
        padding: 16px 8px 12px;
        margin-bottom: 24px;
        border-radius: 8px;
        box-shadow: none;
    }

    .fbf-faq {
        padding: 0;
    }

    .fbf-faq-heading {
        font-size: 28px;
    }

    /* Stack the table into cards on mobile */
    .fbf-comparison-table,
    .fbf-comparison-table thead,
    .fbf-comparison-table tbody,
    .fbf-comparison-table th,
    .fbf-comparison-table td,
    .fbf-comparison-table tr {
        display: block;
    }

    .fbf-comparison-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .fbf-comparison-table tbody tr {
        margin-bottom: 16px;
        border-radius: var(--radius);
        overflow: hidden;
        box-shadow: var(--shadow);
    }

    .fbf-comparison-table tbody td {
        padding: 14px 20px;
        border-bottom: 1px solid #eee;
    }

    .fbf-comparison-table tbody td.fbf-compare-category {
        font-size: 15px;
        padding: 14px 20px;
    }

    .fbf-comparison-table tbody td.fbf-compare-commercial::before,
    .fbf-comparison-table tbody td.fbf-compare-real::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
    }

    .fbf-comparison-table tbody td.fbf-compare-commercial::before {
        color: #8b4545;
    }

    .fbf-comparison-table tbody td.fbf-compare-real::before {
        color: var(--green-dark);
    }

    .fbf-faq-question {
        font-size: 15px;
        padding: 16px 20px;
    }

    .fbf-faq-answer p {
        padding: 0 20px 16px 24px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Content Pages (The Difference, About, Grass-Fed, Organic, A2A2, Process)
   ========================================================================== */

/* Hide default page-header on content pages (they have styled H1s in content) */
.page-id-2903 .page-header,
.page-id-3066 .page-header,
.page-id-3079 .page-header,
.page-id-3087 .page-header,
.page-id-3071 .page-header,
.page-id-3092 .page-header {
    display: none;
}

.page-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.page-content-wrapper h2 {
    color: var(--green-dark);
    margin-top: 2.5em;
    margin-bottom: 0.6em;
    font-size: 1.6rem;
}

.page-content-wrapper h3 {
    color: var(--green-dark);
    margin-top: 1.5em;
    margin-bottom: 0.4em;
    font-size: 1.15rem;
}

/* Difference page: hero */
.difference-hero h2 {
    font-size: 1.3rem;
    color: var(--text-medium);
    font-weight: 400;
    margin-top: 0.5em;
}

/* Feature grid (2x2 desktop, 1-col mobile) */
.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 24px 0;
}

.feature-item {
    background: var(--cream);
    border-radius: var(--radius);
    padding: 24px;
    border: 1px solid #e8e0d0;
}

.feature-item h3 {
    color: var(--green-dark);
    font-size: 1.05rem;
    margin: 0 0 8px;
}

.feature-item p {
    margin: 0;
    color: var(--text-medium);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* "No" list — red X marks */
ul.no-list {
    list-style: none;
    padding-left: 0;
}

ul.no-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 10px;
    font-size: 1.05rem;
}

ul.no-list li::before {
    content: "\2717";
    position: absolute;
    left: 0;
    color: #c62828;
    font-weight: 700;
    font-size: 1.1em;
}

/* Badge pills */
.badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.badges .badge {
    background: var(--green);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Comparison table */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 0.95rem;
}

.comparison-table thead th {
    background: var(--green-dark);
    color: var(--white);
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
}

.comparison-table thead th:first-child {
    border-radius: var(--radius) 0 0 0;
}

.comparison-table thead th:last-child {
    border-radius: 0 var(--radius) 0 0;
}

.comparison-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #e8e0d0;
    vertical-align: top;
}

.comparison-table tbody tr:nth-child(even) {
    background: var(--cream);
}

.comparison-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 var(--radius);
}

.comparison-table tbody tr:last-child td:last-child {
    border-radius: 0 0 var(--radius) 0;
}

/* Difference section spacing (content pages only) */
.page-content-wrapper .difference-section {
    margin-bottom: 2em;
}

/* Override scroll-reveal on content pages — these are NOT homepage sections */
.page-content-wrapper .difference-section.reveal-hidden,
.page-content-wrapper .reveal-hidden {
    opacity: 1 !important;
    transform: none !important;
}

/* CTA buttons in content pages */
.page-content-wrapper .btn-primary {
    display: inline-block;
    background: var(--green);
    color: var(--white);
    padding: 14px 36px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.page-content-wrapper .btn-primary:hover {
    background: var(--green-dark);
    transform: translateY(-2px);
    color: var(--white);
}

/* Content page blockquote (inherits from .page-content blockquote, reinforce here) */
.page-content-wrapper blockquote {
    border-left: 4px solid var(--green);
    padding: 20px 28px;
    margin: 32px 0;
    background: var(--cream);
    border-radius: 0 var(--radius) var(--radius) 0;
    font-style: italic;
    color: var(--text-medium);
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 600px) {
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .page-content-wrapper {
        padding: 0 16px 40px;
    }

    .badges {
        justify-content: center;
    }

    .comparison-table {
        font-size: 0.85rem;
    }

    .comparison-table thead th,
    .comparison-table tbody td {
        padding: 10px 10px;
    }

    .difference-hero h1,
    .page-content-wrapper > div:first-child h1 {
        font-size: 2.2rem;
    }
}

/* ==========================================================================
   Print
   ========================================================================== */

@media print {
    .site-header,
    .site-footer,
    .mobile-menu-toggle,
    .header-nav {
        display: none;
    }

    body {
        background: white;
        color: black;
        font-size: 12pt;
    }

    a {
        color: black;
        text-decoration: underline;
    }
}


/* =========================================================================
   SEO LANDING PAGES  (.fbf-lp)  — hero / badges / buy-bands / reviews / faq
   Scoped under .fbf-lp so it never collides with theme/product styles.
   Added 2026-07-23 for the guide-page redesign.
   ========================================================================= */
.fbf-lp-page{width:100%;overflow-x:hidden}
.fbf-lp{--lp-gold:#f5a623;font-family:'Nunito',sans-serif;color:var(--text-dark);line-height:1.65}
.fbf-lp img{max-width:100%;display:block}
.fbf-lp .lp-wrap{max-width:1080px;margin:0 auto;padding:0 24px}
.fbf-lp a{color:var(--green-dark)}

/* hero */
.fbf-lp .lp-hero{background:linear-gradient(180deg,#fbf7ee,var(--cream))}
.fbf-lp .lp-hero .lp-wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:52px 24px}
.fbf-lp .lp-hero-img{border-radius:18px;box-shadow:0 20px 50px rgba(51,105,30,.18);object-fit:cover;width:100%;aspect-ratio:4/3}
.fbf-lp .lp-hero h1{font-family:'Nunito',sans-serif;font-weight:800;font-size:44px;color:var(--green-dark);line-height:1.15;margin:0 0 14px;letter-spacing:-.5px}
.fbf-lp .lp-hero .lp-sub{font-size:22px;color:var(--text-medium);margin-bottom:22px;font-weight:600}
.fbf-lp .lp-rating{display:flex;align-items:center;gap:10px;margin-bottom:24px}
.fbf-lp .lp-stars{color:var(--lp-gold);font-size:20px;letter-spacing:2px}
.fbf-lp .lp-rating b{font-weight:800}.fbf-lp .lp-rating span{color:var(--text-medium);font-size:15px}
.fbf-lp .lp-btn{display:inline-block;background:var(--green);color:#fff !important;font-weight:800;font-size:19px;
  padding:16px 34px;border-radius:40px;text-decoration:none;box-shadow:0 8px 20px rgba(124,179,66,.35);transition:.15s}
.fbf-lp .lp-btn:hover{background:var(--green-hover)}
.fbf-lp .lp-btn.lp-big{font-size:21px;padding:18px 44px}
.fbf-lp .lp-trustline{margin-top:16px;color:var(--text-medium);font-size:15px;font-weight:600}

/* badges (bigger per request) */
.fbf-lp .lp-badges{background:#fff;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}
.fbf-lp .lp-badges .lp-wrap{display:flex;align-items:center;justify-content:flex-start;gap:40px;padding:26px 24px;flex-wrap:wrap}
.fbf-lp .lp-badges img{height:96px;width:auto}
.fbf-lp .lp-badges .lp-pts{color:var(--text-medium);font-weight:700;font-size:15px;line-height:1.5;max-width:260px}

/* body copy */
.fbf-lp .lp-body{padding:48px 0}
.fbf-lp .lp-body h2{font-size:30px;color:var(--green-dark);margin:38px 0 14px;font-weight:800}
.fbf-lp .lp-body h2:first-child{margin-top:0}
.fbf-lp .lp-body p{margin-bottom:16px;max-width:760px}
.fbf-lp .lp-body ul{max-width:760px;margin:0 0 18px 22px}
.fbf-lp .lp-body li{margin-bottom:10px}
.fbf-lp .lp-lead{font-size:22px;font-weight:600}

/* recurring pint buy-band */
.fbf-lp .lp-buyband{background:linear-gradient(135deg,#f0f6e6,#e6f0d6);border:1px solid #d5e4bf;border-radius:18px;
  display:grid;grid-template-columns:250px 1fr auto;gap:30px;align-items:center;padding:26px 32px;margin:38px 0;max-width:1080px}
.fbf-lp .lp-pintlink{display:block;line-height:0}
.fbf-lp .lp-pint{width:250px;height:250px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18));transition:.18s}
.fbf-lp .lp-pintlink:hover .lp-pint{transform:translateY(-5px) scale(1.04)}
.fbf-lp .lp-buyband h3{font-size:24px;color:var(--green-dark);margin:0 0 5px}
.fbf-lp .lp-buyband p{margin:0;color:var(--text-medium);font-size:16px;max-width:none}

/* emotional break */
.fbf-lp .lp-break{position:relative;max-width:1080px;margin:44px auto;padding:0 24px}
.fbf-lp .lp-break img{width:100%;aspect-ratio:2/1;object-fit:cover;object-position:center;border-radius:16px;display:block}
.fbf-lp .lp-break .lp-cap{position:absolute;left:24px;right:24px;bottom:0;padding:24px 28px;border-radius:0 0 16px 16px;
  background:linear-gradient(0deg,rgba(0,0,0,.55),transparent);color:#fff;font-family:'Gelato Luxe',cursive;font-size:28px}

/* reviews */
.fbf-lp .lp-reviews{background:#fff;padding:46px 0;border-top:1px solid var(--color-border)}
.fbf-lp .lp-reviews .lp-rhead{text-align:center;margin-bottom:28px}
.fbf-lp .lp-reviews .lp-rhead h2{font-size:28px;color:var(--green-dark);margin:6px 0}
.fbf-lp .lp-rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1080px;margin:0 auto;padding:0 24px}
.fbf-lp .lp-rcard{background:var(--cream);border:1px solid var(--color-border);border-radius:14px;padding:22px}
.fbf-lp .lp-rcard .lp-stars{margin-bottom:8px}
.fbf-lp .lp-rcard p{font-size:16px;margin-bottom:12px;max-width:none}
.fbf-lp .lp-rcard .lp-who{font-weight:800;color:var(--green-dark)}

/* honest note */
.fbf-lp .lp-note{background:#fffdf6;border-left:5px solid var(--lp-gold);padding:20px 24px;border-radius:8px;max-width:760px;margin:8px 0 26px;color:var(--text-medium)}

/* faq */
.fbf-lp .lp-faq{padding:8px 0 40px}
.fbf-lp .lp-faq h2{font-size:30px;color:var(--green-dark);margin-bottom:18px}
.fbf-lp .lp-q{background:#fff;border:1px solid var(--color-border);border-radius:12px;padding:18px 22px;margin-bottom:12px}
.fbf-lp .lp-q b{color:var(--green-dark);font-size:18px}
.fbf-lp .lp-q p{margin:8px 0 0;color:var(--text-medium);font-size:16px;max-width:none}

/* final cta */
.fbf-lp .lp-final{background:var(--green-dark);color:#fff;text-align:center;padding:52px 24px;margin:44px 0}
.fbf-lp .lp-final h2{font-family:'Nunito',sans-serif;font-weight:800;font-size:32px;color:#fff;margin-bottom:10px}
.fbf-lp .lp-final p{opacity:.92;margin-bottom:22px;font-size:18px}
.fbf-lp .lp-final .lp-btn{background:#fff;color:var(--green-dark) !important}

/* sticky mobile buy bar */
.fbf-lp-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--color-border);
  padding:10px 16px;display:none;align-items:center;justify-content:space-between;box-shadow:0 -6px 18px rgba(0,0,0,.08);z-index:60}
.fbf-lp-sticky b{color:var(--green-dark);font-size:15px}
.fbf-lp-sticky .lp-btn{padding:12px 22px;font-size:16px}

@media(max-width:760px){
  .fbf-lp-sticky{display:flex}
  .fbf-lp .lp-hero .lp-wrap{grid-template-columns:1fr;gap:26px;padding:32px 24px}
  .fbf-lp .lp-hero h1{font-size:38px}
  .fbf-lp .lp-hero-img{aspect-ratio:4/3.2;max-height:420px}
  .fbf-lp .lp-badges img{height:74px}
  .fbf-lp .lp-buyband{grid-template-columns:1fr;justify-items:center;text-align:center;gap:14px;padding:22px}
  .fbf-lp .lp-pint{width:210px;height:210px}
  .fbf-lp .lp-rgrid{grid-template-columns:1fr}
}

/* --- guides hub: centered header + card grid --- */
.fbf-lp .lp-hero.lp-solo .lp-wrap{grid-template-columns:1fr;text-align:center;justify-items:center;max-width:820px}
.fbf-lp .lp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:8px auto 0;padding:0 24px}
.fbf-lp a.lp-card{background:#fff;border:1px solid var(--color-border);border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:.16s;display:block}
.fbf-lp a.lp-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(51,105,30,.16)}
.fbf-lp .lp-card img{width:100%;height:185px;object-fit:cover}
.fbf-lp .lp-card-body{padding:18px 20px}
.fbf-lp .lp-card h3{color:var(--green-dark);font-size:19px;margin:0 0 6px}
.fbf-lp .lp-card-body p{color:var(--text-medium);font-size:15px;margin:0;max-width:none}
@media(max-width:760px){.fbf-lp .lp-cards{grid-template-columns:1fr}}

/* --- flavor page: Learn More guide links --- */
.fbf-learn{max-width:900px;margin:44px auto;padding:34px 24px 8px;border-top:1px solid var(--color-border)}
.fbf-learn-head{font-size:24px;color:var(--green-dark);text-align:center;margin:0 0 20px;font-weight:800;font-family:'Nunito',sans-serif}
.fbf-learn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.fbf-learn-grid a{display:block;background:var(--cream);border:1px solid var(--color-border);border-radius:12px;padding:16px 18px;text-decoration:none;color:var(--green-dark);font-weight:700;font-size:15px;line-height:1.4;transition:.15s}
.fbf-learn-grid a:hover{background:#fff;border-color:var(--green);transform:translateY(-3px);box-shadow:0 8px 18px rgba(51,105,30,.12)}
@media(max-width:760px){.fbf-learn-grid{grid-template-columns:1fr}}
