/* ============================================
   COCOVELLE - SILKY FOODS
   Main Stylesheet
   ============================================ */

/* Google Fonts Import */
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Josefin+Sans:wght@300;400;600;700&family=Dancing+Script:wght@600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Josefin+Sans:wght@300;400;600;700&family=Dancing+Script:wght@600&display=swap&family=Niconne&display=swap');

/* Regular */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Book (slightly lighter than regular) */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Book.otf') format('opentype');
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Condensed */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Light Condensed.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}

/* Light Condensed Oblique */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Light Condensed Oblique.otf') format('opentype');
    font-weight: 300;
    font-style: oblique;
    font-stretch: condensed;
    font-display: swap;
}

/* Medium */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Medium Italic */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Medium Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Medium Oblique */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Medium Oblique.otf') format('opentype');
    font-weight: 500;
    font-style: oblique;
    font-display: swap;
}

/* Medium Condensed */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Medium Condensed.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}

/* Medium Condensed Oblique */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Medium Condensed Oblique.otf') format('opentype');
    font-weight: 500;
    font-style: oblique;
    font-stretch: condensed;
    font-display: swap;
}

/* Italic (assumed Regular weight) */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Heavy */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Heavy.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Bold Italic.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Bold Oblique */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Bold Oblique.otf') format('opentype');
    font-weight: 800;
    font-style: oblique;
    font-display: swap;
}

/* Bold Condensed */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Bold Condensed.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}

/* Bold Condensed Oblique */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Bold Condensed Oblique.otf') format('opentype');
    font-weight: 800;
    font-style: oblique;
    font-stretch: condensed;
    font-display: swap;
}

/* Black */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Black.0tf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Condensed (regular weight) */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Condensed.0tf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}

/* Condensed ExtraBold */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Condensed ExtraBold.0tf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}

/* Extra Bold Condensed */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Extra Bold Condensed.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}

/* Extra Bold Condensed Oblique */
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura Extra Bold Condensed Oblique.otf') format('opentype');
    font-weight: 900;
    font-style: oblique;
    font-stretch: condensed;
    font-display: swap;
}

/* ============================================
   CSS VARIABLES
   ============================================ */
:root {
  --teal:        #AADBD7;
  --teal-dark:   #78BAB5;
  --teal-light:  #EDF7F7;
  --teal-bg:     #b5d8d4;
  --red:         #D6001C;
  --red-dark:    #CC1A30;
  --red-deeper:  #a8001a;
  --cream-mid:   #FFEBC6;
  --cream:       #FFE0A4;
  --cream-light: #FFF6E7;
  --gold:        #C8A95A;
  --gold-light:  #d4b96a;
  --brown-dark:  #3d2a1a;
  --brown:       #5a3e28;
  --text-dark:   #2c1f0e;
  --text-body:   #3d2a1a;
  --white:       #ffffff;

  /*--font-heading: 'Josefin Sans', sans-serif;*/
  --font-heading: 'Futura', sans-serif;
  --font-heading-weight: 300;
  --font-script:  'Dancing Script', cursive;
  /*--font-script:  'Niconne', cursive;*/
  --font-body:    'Josefin Sans', sans-serif;
  --font-display: 'Playfair Display', serif;

  /*--font-heading: 'Futura', sans-serif;
  --font-script:  'Niccone', cursive;
  --font-body:    'Futura', sans-serif;
  --font-display: 'Playfair Display', serif;*/

  --nav-height: 60px;
  --max-width: 1200px;
  --section-pad: 50px 40px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-body);
  background: var(--white);
  line-height: 1.7;
  font-size: 1rem;
}

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

a {
  color: var(--red);
  text-decoration: none;
  transition: color 0.2s;
}
a:hover { color: var(--red-dark); }

ul { list-style: none; }

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

h1 { font-size: clamp(2rem, 4vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.7rem); }
h4 { font-size: 1.2rem; }

.script-heading {
  font-family: var(--font-script);
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: none;
  letter-spacing: 0;
}

/* ============================================
   HEADER / NAVIGATION
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--red);
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: var(--max-width);
  padding: 0 30px;
  justify-content: center;
}

.nav-cart {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.nav-cart:hover { color: var(--cream); }
.nav-cart svg { width: 20px; height: 20px; }

.nav-links {
  display: flex;
  gap: 35px;
  align-items: center;
}

.nav-links a {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.hamburger {
  background: var(--gold);
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
  padding: 5px;
  border-radius: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream-light);
  transition: all 0.3s;
}

/* ============================================
   MOBILE NAV
   ============================================ */
.mobile-nav {
  display: none;
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  background: var(--red-dark);
  z-index: 999;
  padding: 20px 30px;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  display: block;
}
.mobile-nav a:hover { color: var(--gold); }

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--red);
  color: var(--white);
  padding: 50px 40px 20px;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-logo img {
  width: 120px;
  height: auto;
}

.footer-links h4 {
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

.footer-links a {
  display: block;
  color: rgba(255,255,255,0.85);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 0;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }

.footer-tagline {
  grid-column: 1 / -1;
  text-align: center;
  padding-top: 20px;
}

.footer-tagline img {
  max-width: 300px;
  margin: 0 auto 15px;
}

.footer-tagline .script-heading {
  font-size: 2rem;
  color: var(--cream);
  display: block;
  margin-bottom: 8px;
}

.footer-info {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  /*color: rgba(255,255,255,0.7);*/
  color: var(--cream-light);
  text-transform: uppercase;
  text-align: center;
  margin-top: 12px;
  line-height: 1.8;
}
/*.footer-info a { color: rgba(255,255,255,0.7); }*/
.footer-info a { color: var(--cream-light); }
.footer-info a:hover { color: var(--gold-light); }

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-block;
  padding: 10px 40px;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.0em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
}

.btn-gold {
  background: linear-gradient(135deg, var(--cream-mid) 0%, var(--cream-mid) 50%, var(--cream) 100%);
  color: var(--brown-dark);
  border: 1px solid var(--gold);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(112, 95, 52, 0.5);
}
.btn-gold:hover {
  background: linear-gradient(135deg, var(--red) 0%, var(--red) 50%, var(--red-deeper) 100%);
  color: var(--gold-light);
  font-weight: 400;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(200, 112, 90, 0.5);
}

.btn-red {
  background: var(--red);
  color: var(--white);
}
.btn-red:hover {
  background: var(--red-dark);
  color: var(--white);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--brown-dark);
}

/* ============================================
   DECORATIVE DIVIDERS
   ============================================ */
.divider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
}
.divider::before, .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
}
.divider-icon {
  color: var(--gold);
  font-size: 1.2rem;
}

.section-ornament {
  text-align: center;
  color: var(--gold);
  font-size: 1.5rem;
  margin-bottom: 15px;
  letter-spacing: 0.3em;
}

/* Fan ornament SVG */
.fan-ornament {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: auto;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  /*background: var(--teal-bg);*/
  background-image: /*linear-gradient(
      180deg, 
      rgba(195, 227, 224, 0.7), 
      rgba(195, 227, 224, 0.0)
    ),*/
	url("../images/Background_CocoVelle_Cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 position: relative;
  overflow: hidden;
}

.hero-top {
  /*background-image: url("../images/Background_CocoVelle_Cover.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  background: linear-gradient(180deg, #c5e3e0 0%, var(--teal-bg) 100%);*/
  text-align: center;
  padding: 30px 10px 10px;
}

.hero-logo-main {
  max-width: 800px;
  margin: 0 auto 40px;
}

/*.hero-stamps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.hero-stamps img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}*/

/*.hero-ambassador {
  max-width: 200px;
  margin: 0 auto;
}*/

.hero-text {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Original for default font
.hero-tagline {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.5vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown-dark);
  line-height: 1.6;
  margin-bottom: 20px;
}*/

.hero-tagline {
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 401;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--brown-dark);
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--brown);
  line-height: 1.6;
  margin-bottom: 30px;
}

/* ============================================
   INFO PANELS
   ============================================ */
.info-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  background: transparent;
  gap: 30px;
  padding: 50px 10px;
}

.info-panel {
  /*background: var(--cream-light);*/
  background-color: rgb(from var(--cream-mid) r g b / 0.9);
  border: 1px solid var(--gold);
  padding: 15px 25px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
}

.hero-fan {
  width: 360px;
  margin: 15px auto 15px;
}

.info-panel h3 {
  color: var(--brown-dark);
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.info-panel .script-heading {
  color: var(--red);
  font-size: 1.7rem;
  display: block;
  margin-bottom: 15px;
}

.info-panel p {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.7;
}

.naturally-list {
  list-style: none;
  text-align: center;
}
.naturally-list li {
  font-family: var(--font-script);
  font-size: 1.7rem;
  color: var(--brown-dark);
  padding: 4px 0;
  position: relative;
}
.naturally-list li::before,
.naturally-list li::after {
  content: '~';
  color: var(--gold);
  margin: 0 8px;
}

/* ============================================
   PRODUCT CTA SECTION
   ============================================ */
.product-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}

.product-cta-image {
  position: relative;
  overflow: hidden;
}
.product-cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-cta-text {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 40px;
  background-image: url('../images/Background_Marble_01.jpg');
}

.product-cta-text h2 {
  font-size: 2.5rem;
  color: var(--brown-dark);
  line-height: 1.1;
  margin-bottom: 20px;
}

.product-cta-text p {
  color: var(--text-body);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* ============================================
   TESTIMONIAL SECTIONS
   ============================================ */
.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.testimonial-block {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px;
  overflow: hidden;
}

.testimonial-block .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.testimonial-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 320px;
}

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

.testimonial-block {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  overflow: hidden;
}

.testimonial-block .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.testimonial-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 320px;
}*/

.testimonial-content h3 {
  font-family: var(--font-script);
  font-size: 2rem;
  color: var(--red);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.testimonial-content blockquote {
  font-size: 0.88rem;
  color: var(--brown-dark);
  line-height: 1.7;
  margin-bottom: 5px;
}

.testimonial-content blockquote em {
  color: var(--brown);
  font-style: normal;
}

.testimonial-content .btn {
  margin-top: 25px;
}

/* ============================================
   PAGE HERO BANNER
   ============================================ */
.page-hero {
  background: var(--teal-light);
  text-align: center;
  padding: 60px 40px 50px;
  border-bottom: 3px solid var(--teal-dark);
}

.page-hero h1 {
  color: var(--brown-dark);
  margin-bottom: 12px;
}

.page-hero p {
  color: var(--text-body);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ============================================
   MARBLE BACKGROUND
   ============================================ */
.marble-bg {
  background-color: #e8e8e8;
  background-image:
    radial-gradient(ellipse at 20% 30%, rgba(200,200,200,0.4) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 70%, rgba(180,180,180,0.3) 0%, transparent 50%),
    linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 25%, #ebebeb 50%, #d8d8d8 75%, #f0f0f0 100%);
}

/* ============================================
   SHOP GRID
   ============================================ */
.shop-section {
  /*background: var(--teal);*/
  background-image: url(../images/Background_Marble_02.jpg);
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: var(--section-pad);
}

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

.product-card {
  background: var(--white);
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 10px rgba(0,0,0,0.15);
  border-color: var(--gold);
}

.product-card-img {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
}
.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.product-card:hover .product-card-img img {
  transform: scale(1.03);
}

.sold-out-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--brown-dark);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 10px;
  z-index: 2;
}

.product-card-body {
  padding: 18px 20px;
  text-align: center;
}
.product-card-name {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown-dark);
  margin-bottom: 5px;
}
.product-card-price {
  font-size: 0.85rem;
  color: var(--red);
  font-weight: 600;
}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 60px 40px;
  align-items: start;
}

.product-gallery {
  position: sticky;
  top: 80px;
}

.product-main-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.product-thumb {
  aspect-ratio: 1;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.product-thumb:hover,
.product-thumb.active {
  border-color: var(--gold);
}

.product-info h1 {
  color: var(--brown-dark);
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.product-price {
  font-size: 1.5rem;
  color: var(--red);
  font-weight: 700;
  margin-bottom: 25px;
  font-family: var(--font-heading);
}
.product-description {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--text-body);
  margin-bottom: 30px;
}
.product-postage {
  background: var(--cream-light);
  border: 1px solid var(--gold);
  padding: 20px;
  font-size: 0.82rem;
  line-height: 1.7;
  margin-bottom: 25px;
}
.product-postage strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-heading);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.add-to-cart-btn {
  width: 100%;
  padding: 18px;
  text-align: center;
  font-size: 0.85rem;
}

.flavour-select {
  margin-bottom: 20px;
}
.flavour-select label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown-dark);
  margin-bottom: 8px;
}
.flavour-select select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid var(--gold);
  background: var(--cream-light);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-body);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C8A95A' fill='none' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

/* ============================================
   BACK BREADCRUMB
   ============================================ */
.breadcrumb {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 15px 40px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.breadcrumb a {
  color: var(--gold-light);
  text-decoration: none;
}
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: var(--text-body); }

/* ============================================
   HEALTH PAGE
   ============================================ */
.health-intro {
  background: var(--teal);
  text-align: center;
  padding: 50px 40px 50px;
}
.health-intro h1 {
  color: var(--brown-dark);
  margin-bottom: 25px;
}
.health-intro .intro-caps {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown-dark);
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.8;
}
.health-intro p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--text-body);
}

.health-panels {
  background: var(--teal);
  padding: 20px 40px 40px;
}

.health-panel {
  background: var(--cream-light);
  /*background: rgba(255,255,255,0.5);*/
  max-width: 900px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(120,186,181,0.4);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
}

.health-panel-icon img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgba(94, 82, 56, 0.5);
}

.health-panel-text h3 {
  color: var(--brown-dark);
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.health-panel-text .script-heading {
  color: var(--red);
  font-size: 1.5rem;
  display: block;
  margin-bottom: 12px;
}
.health-panel-text p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--text-body);
}

/* ============================================
   RECIPE PAGES
   ============================================ */
.recipe-section {
  background: var(--teal-dark);
  padding: 40px 20px;
}

.recipe-container {
  max-width: 900px;
  margin: 0 auto;
  background: var(--cream-light);
  border: 1px solid var(--gold);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
}

.recipe-image-container {
  padding: 40px 0px;
  max-width: 900px;
  margin: 0 auto;
}

.recipe-image-lg {
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
}
.recipe-image-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
  border-radius: inherit;
}
.recipe-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
}

.recipe-image {
  position: relative;
  border-top-left-radius: inherit;
}

@media (max-width: 600px) { 
  .recipe-image {
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
}


.recipe-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
  border-radius: inherit;
}

.recipe-info {
  padding: 40px 35px;
  background: var(--cream-light);
  border-radius: inherit;
}

.recipe-btn-top {
  margin-bottom: 25px;
}

.recipe-logo {
  width: 200px;
  margin: 0 auto 15px;
}

.recipe-info h1 {
  text-align: center;
  color: var(--brown-dark);
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.recipe-description {
  font-family: var(--font-script);
  font-size: 1rem;
  text-align: center;
  line-height: 1.7;
  color: var(--brown);
  margin-bottom: 20px;
}

.recipe-credit {
  font-size: 0.82rem;
  color: var(--text-body);
  margin-bottom: 25px;
  text-align: center;
}
.recipe-credit strong { color: var(--brown-dark); }

.recipe-ingredients h2 {
  font-size: 0.95rem;
  color: var(--brown-dark);
  letter-spacing: 0.15em;
  margin-bottom: 12px;
}

.recipe-ingredients ul {
  list-style: none;
  margin-bottom: 0;
}
.recipe-ingredients li {
  font-size: 0.85rem;
  color: var(--text-body);
  padding: 3px 0;
  border-bottom: 1px solid rgba(200,169,90,0.2);
}
.recipe-ingredients li strong { color: var(--brown-dark); }

.recipe-directions {
  padding: 35px;
  background: white;
  border-top: 1px solid var(--gold);
  grid-column: 1 / -1;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.recipe-directions h2 {
  font-size: 0.95rem;
  color: var(--brown-dark);
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
.recipe-directions ol {
  padding-left: 20px;
}
.recipe-directions li {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Recipes index page */
.recipes-section {
  background: var(--teal-bg);
  padding: var(--section-pad);
}

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

.recipe-card {
  background: var(--cream-light);
  border: 1px solid var(--gold);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
  display: block;
}
.recipe-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.recipe-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.recipe-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.recipe-card:hover .recipe-card-img img { transform: scale(1.05); }

.recipe-card-name {
  padding: 15px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown-dark);
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-section {
  background: var(--teal);
  padding: var(--section-pad);
}

.contact-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact-inner h1 {
  color: var(--brown-dark);
  margin-bottom: 25px;
}

.contact-address {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--text-body);
  margin-bottom: 30px;
}

.contact-form {
  background: var(--white);
  border: 1px solid var(--gold);
  padding: 40px;
  margin-top: 40px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.contact-form h2 {
  text-align: center;
  color: var(--brown-dark);
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown-dark);
  margin-bottom: 6px;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-body);
  background: var(--cream-light);
  appearance: none;
}
.form-group textarea {
  min-height: 120px;
  resize: vertical;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C8A95A' fill='none' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold);
}

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

.newsletter-box {
  background: var(--cream-light);
  border: 1px solid var(--gold);
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.newsletter-box h3 {
  color: var(--brown-dark);
  font-size: 1rem;
  margin-bottom: 10px;
}
.newsletter-box p {
  font-size: 0.85rem;
  color: var(--text-body);
  margin-bottom: 20px;
}
.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto;
}
.newsletter-form input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid var(--gold);
  font-family: var(--font-body);
  background: var(--white);
}
.newsletter-form button {
  padding: 10px 20px;
  white-space: nowrap;
}

/* ============================================
   POLICY PAGES (Privacy, Shipping)
   ============================================ */
.policy-section {
  background: var(--teal-light);
  padding: 60px 40px 80px;
}

.policy-inner {
  max-width: 820px;
  margin: 0 auto;
}

.policy-inner h1 {
  color: var(--brown-dark);
  text-align: center;
  margin-bottom: 40px;
}

.policy-inner h2 {
  font-size: 1rem;
  color: var(--brown-dark);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 35px 0 15px;
  border-bottom: 2px solid var(--teal-dark);
  padding-bottom: 8px;
}

.policy-inner h3 {
  font-size: 0.85rem;
  color: var(--brown-dark);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 20px 0 8px;
}

.policy-inner p {
  font-size: 0.88rem;
  line-height: 1.85;
  color: var(--text-body);
  margin-bottom: 15px;
}

.policy-inner ul,
.policy-inner ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.policy-inner li {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--text-body);
  margin-bottom: 6px;
}

.policy-address {
  background: var(--white);
  border: 1px solid var(--gold);
  padding: 20px 25px;
  margin: 20px 0;
  font-size: 0.88rem;
  line-height: 1.8;
}

/* ============================================
   ANNOUNCEMENT BANNER
   ============================================ */
.announcement-bar {
  background: var(--brown-dark);
  color: var(--gold);
  text-align: center;
  padding: 10px 20px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ============================================
   UTILITIES
   ============================================ */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-red { color: var(--red); }
.text-brown { color: var(--brown-dark); }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mb-20 { margin-bottom: 20px; }
.section-title {
  text-align: center;
  color: var(--brown-dark);
  margin-bottom: 10px;
}
.section-subtitle {
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-body);
  margin-bottom: 30px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  :root { --nav-height: 55px; }

  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-cart { order: -1; }

  .nav-inner {
    justify-content: space-between;
    gap: 10px;
  }

  .info-panels {
    grid-template-columns: 1fr;
  }

  .product-cta {
    grid-template-columns: 1fr;
  }
  .product-cta-image { min-height: 300px; }

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

  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-links { text-align: center; }

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

  .product-detail {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 20px;
  }
  .product-gallery { position: static; }

  .health-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .recipe-inner {
    grid-template-columns: 1fr;
  }
  .recipe-image img { min-height: 250px; }

  .recipes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 600px) {
  :root {
    --section-pad: 50px 20px;
  }
  .shop-grid {
    grid-template-columns: 1fr;
  }
  .recipes-grid {
    grid-template-columns: 1fr;
  }
  .contact-form {
    padding: 25px 20px;
  }
}

/* ============================================
   DROPDOWN NAV
   ============================================ */
.nav-dropdown {
  position: relative;
}

.nav-dropdown > a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.dropdown-arrow {
  transition: transform 0.2s;
  flex-shrink: 0;
}

.nav-dropdown:hover .dropdown-arrow,
.nav-dropdown:focus-within .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--red-dark);
  min-width: 180px;
  list-style: none;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transform: translateX(-50%) translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  z-index: 1001;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu li a {
  display: block;
  padding: 9px 20px;
  color: rgba(255,255,255,0.9) !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.12em;
  border-bottom: none !important;
  white-space: nowrap;
}
.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  color: var(--gold) !important;
  background: rgba(255,255,255,0.08);
  border-bottom: none !important;
}

/* ============================================
   SHOP ANNOUNCEMENT MODAL
   ============================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.hidden { display: none; }

.modal-box {
  background: var(--teal-light);
  max-width: 520px;
  width: 100%;
  padding: 50px 45px 40px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--text-body);
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.modal-close:hover { opacity: 1; }

.modal-box h2 {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: var(--teal-dark);
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

.modal-box p {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 12px;
}

.modal-highlight {
  background: var(--red);
  color: var(--white) !important;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0 !important;
}

.modal-box .btn {
  margin-top: 25px;
}

/* ============================================
   OUR STORY PAGE
   ============================================ */
.story-creators {
  background: var(--teal);
  padding: 40px 40px 40px;
}

.story-creators h1 {
  text-align: center;
  color: var(--brown-dark);
  margin-bottom: 12px;
}

.story-intro {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown);
  max-width: 1000px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.creator-card {
  display: grid;
  grid-template-columns: 330px 550px;
  gap: 30px;
  max-width: 820px;
  margin: 0 auto 45px;
  align-items: start;
}
.creator-card img {
  width: 330px;
  height: 330px;
  object-fit: cover;
  border-radius: 10px;
  /*border: 2px solid var(--gold);*/
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
}
.creator-card-text h3 {
  color: var(--brown-dark);
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.creator-card-text .script-heading {
  color: var(--red);
  /*font-size: 1.3rem;*/
  display: block;
  margin-bottom: 15px;
}
.creator-card-text p {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--text-body);
}

/* Journey timeline */
.story-journey {
  /*background: var(--teal-bg);*/
  background-image: url('../images/Background-Blue-460px.png');
  background-attachment: fixed;
  background-position: top;
  /*background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  position: relative;
  overflow: hidden;*/
  width: 100%;
  height: 100%;
  padding: 70px 40px;
  box-shadow:
    inset 0px 15px 30px -10px rgba(47, 83, 80, 0.7),
    inset 0px -15px 30px -10px rgba(47, 83, 80, 0.7);
}

.story-journey h2 {
  text-align: center;
  color: var(--brown-dark);
  margin-bottom: 12px;
}
.journey-intro {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown);
  max-width: 600px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.timeline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 900px;
  margin: 0 auto;
}

.timeline-item {
  background: var(--cream-light);
  border: 1px solid var(--gold);
  padding: 0 0 25px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
}

.timeline-date {
  background: var(--red);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 20px;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.timeline-fan {
  width: 200px;
  margin: 0 auto 15px;
}

.timeline-item h4 {
  color: var(--brown-dark);
  font-size: 1rem;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  padding: 0 20px;
}
.timeline-item p {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.75;
  padding: 0 22px;
}

/* Ethos section */
.story-ethos {
  /*background: var(--teal-light);*/
  background-image: url("../images/Background_CocoVelle_Cover.jpg");
  background-size: relative;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 70px 40px;
}
.story-ethos h2 {
  text-align: center;
  color: var(--brown-dark);
  margin-bottom: 12px;
}
.ethos-intro {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown);
  max-width: 820px;
  margin: 0 auto 45px;
  line-height: 1.7;
}

.ethos-panels {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ethos-panel {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 25px;
  align-items: start;
  background: rgba(255,255,255,0.6);
  padding: 25px 30px;
  border: 1px solid rgba(120,186,181,0.4);
  box-shadow: 0 4px 4px rgba(97, 150, 145, 0.4);
  border-radius: 10px;
}
.ethos-number {
  background-image: url("../images/Badge_Red.png");
  width: 94px;
  height: 94px;
  /*width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gold);*/
  color: var(--cream-mid);
  font-family: var(--font-heading);
  font-size: 2.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ethos-text h4 {
  color: var(--brown-dark);
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.ethos-text p {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.8;
}

/* ============================================
   FAQ PAGE
   ============================================ */
.faq-section {
  background: var(--teal);
  padding: 50px 40px 80px;
}

.faq-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
.faq-header h1 {
  color: var(--brown-dark);
  margin-bottom: 18px;
}

.faq-header p {
  font-size: 1rem;
  color: var(--text-body);
  line-height: 1.7;
}

/* Quick-link grid */
.faq-links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  max-width: 820px;
  margin: 0 auto 50px;
}
.faq-link-btn {
  display: block;
  background: var(--cream-light);
  border: 1px solid var(--gold);
  padding: 11px 18px;
  font-family: var(--font-heading);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brown-dark);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  text-align: center;
}
.faq-link-btn:hover {
  background: var(--gold);
  color: var(--brown-dark);
}

/* FAQ accordion items */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(120,186,181,0.4);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 22px 0;
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brown-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.faq-question:hover { color: var(--red); }
.faq-question svg {
  flex-shrink: 0;
  transition: transform 0.25s;
  color: var(--gold);
}
.faq-item.open .faq-question svg { transform: rotate(180deg); }

.faq-answer {
  display: none;
  padding: 0 0 22px;
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--text-body);
}
.faq-answer.open { display: block; }
.faq-answer h4 {
  color: var(--brown-dark);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  margin: 18px 0 8px;
}
.faq-answer ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.faq-answer li {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-body);
  list-style: disc;
  margin-bottom: 4px;
}
.faq-answer .method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 15px 0;
}
.faq-method {
  background: var(--cream-light);
  border: 1px solid var(--gold);
  padding: 15px;
}
.faq-method h5 {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brown-dark);
  margin-bottom: 8px;
}
.faq-method em {
  font-family: var(--font-script);
  font-size: 0.9rem;
  color: var(--red);
  display: block;
  margin-bottom: 10px;
  font-style: normal;
}
.faq-method ol {
  padding-left: 16px;
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.65;
}

/* ============================================
   STOCKISTS PAGE
   ============================================ */
.stockists-hero {
  position: relative;
  height: 296px;
  overflow: hidden;
}
.stockists-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.stockists-section {
  background: var(--teal);
  padding: 60px 40px 80px;
}

.stockists-section h1 {
  text-align: center;
  color: var(--brown-dark);
  margin-bottom: 12px;
}
.stockists-section .intro-caps {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown);
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

/* State tabs */
.state-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 45px;
}
.state-tab {
  padding: 7px 18px;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--brown-dark);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.state-tab:hover,
.state-tab.active {
  background: var(--gold);
  color: var(--brown-dark);
}

/* State group */
.state-group {
  max-width: 1000px;
  margin: 0 auto 50px;
}
.state-group h2 {
  font-size: 1rem;
  color: var(--brown-dark);
  letter-spacing: 0.2em;
  border-bottom: 2px solid var(--teal-dark);
  padding-bottom: 8px;
  margin-bottom: 25px;
}

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

.stockist-card {
  background: rgba(255,255,255,0.7);
  padding: 16px 18px;
  border: 1px solid rgba(120,186,181,0.3);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
}

.stockist-suburb {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brown-dark);
  margin-bottom: 6px;
}
.stockist-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-body);
  margin-bottom: 3px;
}
.stockist-address {
  font-size: 0.82rem;
  color: var(--text-body);
  line-height: 1.5;
  margin-bottom: 6px;
}
.stockist-view {
  font-size: 0.72rem;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
}
.stockist-view:hover { color: var(--red-dark); }

/* ============================================
   WHOLESALE PAGE
   ============================================ */
.wholesale-order {
  background: var(--teal);
  padding: 50px 40px;
}

.wholesale-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  align-items: center;
}

.wholesale-inner h1 {
  color: var(--brown-dark);
  margin-bottom: 20px;
}
.wholesale-intro {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown);
  line-height: 1.7;
  margin-bottom: 20px;
}
.wholesale-inner p {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 15px;
}
.wholesale-inner a { color: var(--red); }
.wholesale-inner a:hover { color: var(--red-dark); }

.wholesale-img {
  width: 100%;
  /*border: 3px solid var(--gold);*/
  box-shadow: 0 4px 4px rgba(19, 40, 41, 0.5);
  border-radius: 10px;  
}

/* Barista method section */
.barista-section {
  /*background: var(--cream-light);*/
  background-image: url('../images/Background-Cream-460px_05.png');
  /* background-size: cover;       Fills container without distortion
  background-position: center;  Keeps the center of the image visible
  background-repeat: no-repeat; Prevents image from repeating */
  background-attachment: fixed;
  background-position: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  padding: 70px 40px;
  text-align: center;
  box-shadow:
    inset 0px 15px 30px -10px rgba(83, 71, 47, 0.7),
    inset 0px -15px 30px -10px rgba(83, 71, 47, 0.7);
}

.barista-section h2 {
  color: var(--brown-dark);
  margin-bottom: 30px;
}

.barista-card {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.7fr 1.5fr;
  /*border: 1px solid var(--gold);*/
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.barista-text {
  background: var(--teal);
  padding: 35px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.barista-text h3 {
  color: var(--brown-dark);
  font-size: 1rem;
  margin-bottom: 8px;
}
.barista-text .script-heading {
  color: var(--red);
  font-size: 1.6rem;
  display: block;
  margin-bottom: 15px;
}
.barista-text p {
  font-size: 0.85rem;
  color: var(--text-body);
  line-height: 1.7;
  margin-bottom: 20px;
}
.barista-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

/* Wholesale support / training form */
.wholesale-support {
  position: relative;
  overflow: hidden;
  padding: 70px 40px;
  text-align: center;
}
.wholesale-support .support-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
.wholesale-support .support-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}
.wholesale-support h2 {
  color: var(--brown-dark);
  margin-bottom: 12px;
}
.wholesale-support .intro-caps {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brown);
  line-height: 1.7;
  margin-bottom: 15px;
}
.wholesale-support p {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.75;
  margin-bottom: 12px;
}
.wholesale-form {
  background: rgba(255,255,255,0.85);
  border: 1px solid var(--gold);
  padding: 35px;
  margin-top: 35px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* ============================================
   RESPONSIVE ADDITIONS
   ============================================ */
@media (max-width: 900px) {
  .timeline { grid-template-columns: 1fr; }
  .creator-card { grid-template-columns: 1fr; }
  .creator-card img { width: 160px; height: 200px; margin: 0 auto; }
  .ethos-panel { grid-template-columns: 50px 1fr; gap: 15px; }
  .stockists-grid { grid-template-columns: repeat(2,1fr); }
  .wholesale-inner { grid-template-columns: 1fr; }
  .wholesale-img { max-width: 320px; }
  .barista-card { grid-template-columns: 1fr; }
  .faq-links-grid { grid-template-columns: 1fr; }
  .faq-answer .method-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .stockists-grid { grid-template-columns: 1fr; }
  .modal-box { padding: 40px 25px 30px; }
}
