/** Shopify CDN: Minification failed

Line 109:0 Unexpected "}"

**/
/* ==============================================
   BELLA BLOOMS — Premium Shopify Theme
   Brand Palette by Someday Design Studio:
   --burg:   #7A1535  (Burgundy)
   --peony:  #D4275A  (Peony)
   --champ:  #F9DDD5  (Champagne Pink)
   --peri:   #C5C0E8  (Periwinkle)
   --ink:    #1a0a10  (Black)
   --white:  #ffffff
=============================================== */
.nav {
  position: sticky; top: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px; height: 60px;
  background: var(--burg);
  border-bottom: 1px solid rgba(249,221,213,0.1);
}
.nav-logo img { height: 40px; width: auto; }
.nav-links { display: flex; gap: 26px; list-style: none; }
.nav-links a {
  font-size: 9px; letter-spacing: 3.5px; text-transform: uppercase;
  color: rgba(249,221,213,0.65); text-decoration: none;
  transition: color 0.3s; font-weight: 400;
}
.nav-links a:hover { color: var(--champ); }
.nav-icon {
  color: rgba(249,221,213,0.7);
  display: flex; align-items: center; position: relative;
  transition: color 0.3s;
}
.nav-icon:hover { color: var(--champ); }
.nav-cart-count {
  position: absolute; top: -8px; right: -10px;
  background: var(--peony); color: var(--white);
  font-size: 9px; font-weight: 600; line-height: 1;
  border-radius: 50%; width: 16px; height: 16px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
}
.nav-logo { justify-self: start; }
.nav-links {
  justify-self: center;
  transform: translateX(-70px);
}
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.nav-actions { display: flex; gap: 10px; align-items: center; }
/* Color variables are now defined in layout/theme.liquid, driven by Theme Settings -> Colors */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--champ);
  color: var(--ink);
  overflow-x: hidden;
}

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

/* ── SCROLL REVEAL ── */
@keyframes fadeRise { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
.rise { opacity:0; transform:translateY(30px); transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.rise.on { opacity:1; transform:translateY(0); }
.rise-d1 { transition-delay: 0.1s; }
.rise-d2 { transition-delay: 0.22s; }
.rise-d3 { transition-delay: 0.34s; }
.rise-d4 { transition-delay: 0.46s; }

/* ── ANIMATIONS ── */
@keyframes scrollX  { 0%   { transform:translateX(0); }    100% { transform:translateX(-50%); } }
@keyframes floatUp  { 0%,100% { transform:translateY(0); } 50%  { transform:translateY(-10px); } }
@keyframes spinRing { from  { transform:rotate(0deg); }    to   { transform:rotate(360deg); } }
@keyframes pulseMission { 0%,100% { transform:scale(1); } 50% { transform:scale(1.015); } }

/* ── LOGO PLACEHOLDERS (remove once logos are uploaded) ── */
.logo-ph {
  border: 1.5px dashed rgba(122,21,53,0.28);
  background: rgba(122,21,53,0.03);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 5px;
}
.logo-ph span {
  font-size: 8px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(122,21,53,0.42); text-align: center; line-height: 1.7;
  font-family: var(--font-body);
}
.logo-ph-inv {
  border-color: rgba(249,221,213,0.3);
  background: rgba(249,221,213,0.04);
}
.logo-ph-inv span { color: rgba(249,221,213,0.42); }

/* ── ANNOUNCEMENT BAR ── */
.announcement-bar {
  padding: 9px;
  text-align: center;
}
.announcement-bar p {
  font-size: 9px; letter-spacing: 4px; text-transform: uppercase;
  color:
}
}
.announcement-bar strong { color: var(--champ); font-weight: 500; }

/* ── NAV ── */
.nav-logo img { height: 40px; width: auto; }
.nav-links { display: flex; gap: 26px; list-style: none; }
.nav-links a {
  font-size: 12px; letter-spacing: 3.5px; text-transform: uppercase;
  color: rgba(249,221,213,0.65); text-decoration: none;
  transition: color 0.3s; font-weight: 400;
}
.nav-links a:hover { color: var(--champ); }
.nav-actions { display: flex; gap: 10px; align-items: center; }
.nav-btn {
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  padding: 8px 18px; border: 0.5px solid rgba(249,221,213,0.25);
  color: rgba(249,221,213,0.7); background: transparent;
  cursor: pointer; font-family: var(--font-body); transition: all 0.3s;
}
.nav-btn:hover { border-color: var(--champ); color: var(--champ); }
.nav-btn-fill { background: rgba(249,221,213,0.12); }

/* ── HERO ── */
.hero {
  min-height: 74vh; background: var(--champ);
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -200px; left: -200px;
  width: 700px; height: 700px; border-radius: 50%;
  background: rgba(122,21,53,0.055); pointer-events: none;
}
.hero-left {
  padding: 70px 64px;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  position: relative; overflow: hidden; z-index: 2;
}
.hero-eyebrow {
  font-size: 11px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--burg); margin-bottom: 32px; font-weight: 400;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  animation: fadeRise 0.8s 0.1s both;
}
.hero-eyebrow::before {
  content: ''; width: 28px; height: 0.5px;
  background: var(--peony); flex-shrink: 0;
}
.hero-logo-wrap { margin: 0 auto 36px; animation: fadeRise 0.9s 0.25s both; text-align: center; display: block; width: fit-content; }
.hero-logo-wrap img { max-width: 420px; height: auto; margin: 0 auto; }
.hero-desc {
  font-size: 17px; line-height: 2.1; color: rgba(26,10,16,0.6);
  font-weight: 300; max-width: 520px; margin: 0 auto 44px;
  animation: fadeRise 0.9s 0.4s both;
}
.hero-ctas { display: flex; gap: 16px; justify-content: flex-start; animation: fadeRise 0.9s 0.52s both; }
.cta-main {
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  padding: 18px 40px; background: var(--burg); color: var(--champ);
  border: none; cursor: pointer; font-family: var(--font-body);
  transition: all 0.4s; font-weight: 400; text-decoration: none;
  display: inline-block;
}
.cta-main:hover { background: var(--burg-deep); transform: translateY(-2px); }
.cta-ghost {
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  padding: 18px 40px; background: transparent; color: var(--burg);
  border: 0.5px solid var(--burg); cursor: pointer;
  font-family: var(--font-body); transition: all 0.4s;
  font-weight: 400; text-decoration: none; display: inline-block;
}
.cta-ghost:hover { background: var(--burg); color: var(--champ); transform: translateY(-2px); }
.hero-right {
  background: var(--burg);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.hero-right::before {
  content: ''; position: absolute; top: -120px; right: -120px;
  width: 500px; height: 500px; border-radius: 50%;
  background: rgba(212,39,90,0.15);
  animation: floatUp 10s ease-in-out infinite;
}
.hero-right::after {
  content: ''; position: absolute; bottom: -100px; left: -80px;
  width: 380px; height: 380px; border-radius: 50%;
  background: rgba(78,13,34,0.5);
  animation: floatUp 14s ease-in-out infinite reverse;
}
.hero-ring {
  position: absolute; width: 360px; height: 360px; border-radius: 50%;
  border: 0.5px solid rgba(249,221,213,0.1);
  animation: spinRing 60s linear infinite;
}
.hero-ring-sm {
  position: absolute; width: 240px; height: 240px; border-radius: 50%;
  border: 0.5px solid rgba(249,221,213,0.07);
  animation: spinRing 40s linear infinite reverse;
}
.hero-mark-group {
  position: relative; z-index: 3;
  display: flex; flex-direction: column; align-items: center;
  animation: fadeRise 1s 0.3s both;
  margin-top: 64px;
}
.hero-mark-wrap { position: relative; z-index: 3; }
.hero-mark-wrap img { width: 216px; height: auto; }
.hero-mark-caption {
  text-align: center; font-size: 8px; letter-spacing: 3px;
  text-transform: uppercase; color: rgba(249,221,213,0.3); z-index: 3;
  margin-top: 18px;
}

/* ── TICKER ── */
.ticker { background: var(--ink); padding: 13px 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-block; animation: scrollX 26s linear infinite; }
.ticker span { font-size: 8px; letter-spacing: 5px; text-transform: uppercase; color: rgba(249,221,213,0.55); margin: 0 36px; }
.ticker .gem { color: var(--peony); font-size: 9px; vertical-align: middle; }

/* ── VALUES SPLIT ── */
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split-champ {
  background: var(--champ); padding: 72px 56px;
  display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid rgba(122,21,53,0.12);
  position: relative; overflow: hidden;
}
.split-burg {
  background: var(--burg); padding: 72px 56px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; overflow: hidden;
}
.split-num-img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.18; z-index: 0;
}
.split-champ .split-num-img { mix-blend-mode: multiply; }
.split-burg .split-num-img { mix-blend-mode: overlay; opacity: 0.35; }
.split-num, .split-label, .split-text { position: relative; z-index: 1; }
.split-num {
  font-family: var(--font-heading); font-size: 80px; font-weight: 300; line-height: 1; margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
.split-champ .split-num { color: rgba(122,21,53,0.35); }
.split-burg  .split-num { color: rgba(249,221,213,0.4); }
.split-champ.split-burg .split-num { color: rgba(249,221,213,0.4); }
.split-label { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 8px; font-weight: 600; }
.split-champ .split-label { color: var(--peony); }
.split-burg  .split-label { color: rgba(249,221,213,0.6); }
.split-text  { font-size: 14px; line-height: 1.95; font-weight: 400; }
.split-champ .split-text  { color: rgba(26,10,16,0.55); }
.split-burg  .split-text  { color: rgba(249,221,213,0.6); }

/* ── SECTION HEADERS ── */
.section-hd { margin-bottom: 52px; }
.sh-eyebrow {
  font-size: 9px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--peony); margin-bottom: 10px;
  display: flex; align-items: center; gap: 14px;
}
.sh-eyebrow::before { content: ''; width: 24px; height: 0.5px; background: var(--peony); }
.sh-title { font-family: var(--font-heading); font-size: var(--heading-size); font-weight: 300; font-style: italic; color: var(--ink); line-height: 1.05; }
.sh-rule   { margin-top: 20px; width: 100%; height: 0.5px; background: rgba(26,10,16,0.1); }

/* ── SHOP CATEGORIES ── */
.shop { background: var(--white); padding: 88px 48px; }
.shop-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 3px; }
.shop-card { position: relative; cursor: pointer; overflow: hidden; }
.shop-card-inner {
  height: 500px; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  transition: transform 0.9s cubic-bezier(.16,1,.3,1);
  position: relative; overflow: hidden;
}
.shop-card:hover .shop-card-inner { transform: scale(1.03); }

/* ── PHOTO AREAS — this is where your flower photos go ── */
/* Each .shop-card-inner is a photo slot. Your uploaded image fills it completely. */
/* The colored gradients below are placeholders until you add photos. */
.sc-1 .shop-card-inner { background: linear-gradient(170deg, var(--champ) 0%, var(--champ-deep) 100%); }
.sc-2 .shop-card-inner { background: var(--burg); }
.sc-3 .shop-card-inner { background: linear-gradient(170deg, var(--peri) 0%, var(--peri-deep) 100%); }

.shop-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sc-emoji { font-size: 80px; opacity: 0.14; }
.sc-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px 28px; }
.sc-1 .sc-overlay { background: linear-gradient(transparent, rgba(122,21,53,0.7)); }
.sc-2 .sc-overlay { background: linear-gradient(transparent, rgba(26,10,16,0.7)); }
.sc-3 .sc-overlay { background: linear-gradient(transparent, rgba(60,40,100,0.65)); }
.sc-tag  { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: rgba(249,221,213,0.8); margin-bottom: 8px; font-weight: 500; }
.sc-name { font-family: var(--font-heading); font-size: 30px; font-weight: 500; color: var(--white); line-height: 1.2; min-height: 1.2em; display: flex; align-items: center; }
.sc-arrow { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(249,221,213,0.45); margin-top: 10px; display: inline-block; transition: all 0.35s; }
.shop-card:hover .sc-arrow { color: var(--champ); transform: translateX(6px); }
.sc-seal-wrap { position: relative; z-index: 2; }
.sc-seal-wrap img { width: 170px; height: auto; }

/* ── PULL QUOTE ── */
.pullquote {
  background: var(--champ); padding: 96px 48px;
  text-align: center; position: relative; overflow: hidden;
}
.pullquote::before {
  content: '"'; font-family: var(--font-heading);
  font-size: 400px; font-style: italic; font-weight: 300;
  color: rgba(122,21,53,0.07);
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  line-height: 1; pointer-events: none;
}
.pq-text {
  font-family: var(--font-heading);
  font-size: 36px; font-weight: 300; font-style: italic;
  color: var(--burg); line-height: 1.5; max-width: 740px;
  margin: 0 auto 20px; position: relative; z-index: 1;
  animation: pulseMission 8s ease-in-out infinite;
}
.pq-rule { width: 40px; height: 0.5px; background: var(--peony); margin: 0 auto 16px; }
.pq-attr { font-size: 9px; letter-spacing: 5px; text-transform: uppercase; color: rgba(122,21,53,0.5); position: relative; z-index: 1; }

/* ── FEATURED PRODUCTS ── */
.products { background: var(--white); padding: 88px 48px; }
.prod-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: rgba(122,21,53,0.08); margin-top: 52px; }
.prod-card { background: var(--white); cursor: pointer; transition: background 0.35s; overflow: visible; }
.prod-card:hover { background: var(--off-white); }

/* ── PRODUCT PHOTO AREAS ── */
/* .prod-img is the photo slot for each product. */
/* When you add product photos in Shopify, they fill this area automatically. */
.prod-img {
  height: 230px; display: flex; align-items: center; justify-content: center;
  font-size: 56px; overflow: hidden; position: relative; z-index: 1;
}
.prod-img::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 40px; background: linear-gradient(transparent, rgba(0,0,0,0.04));
}
.prod-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Placeholder gradients until product photos are added */
.pi-1 { background: linear-gradient(160deg, var(--champ), var(--champ-deep)); }
.pi-2 { background: linear-gradient(160deg, #f5ecf8, #e8d4ee); }
.pi-3 { background: linear-gradient(160deg, var(--peri), var(--peri-deep)); }
.pi-4 { background: linear-gradient(160deg, var(--champ), #f5ddd0); }

.prod-body { padding: 18px 18px 24px; border-top: 0.5px solid rgba(122,21,53,0.08); }
.prod-badge { font-size: 7px; letter-spacing: 2px; text-transform: uppercase; padding: 3px 8px; background: var(--peony); color: var(--white); display: inline-block; margin-bottom: 10px; }
.prod-type  { font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: rgba(122,21,53,0.45); margin-bottom: 5px; }
.prod-name  { font-family: var(--font-heading); font-size: 18px; color: var(--ink); font-style: italic; margin-bottom: 9px; font-weight: 400; line-height: 1.3; }
.prod-price { font-size: 13px; color: var(--burg); font-weight: 500; }
.prod-was   { text-decoration: line-through; font-size: 10px; color: rgba(122,21,53,0.35); margin-left: 5px; font-weight: 300; }
.prod-btn   { width: 100%; margin-top: 13px; font-size: 8px; letter-spacing: 3px; text-transform: uppercase; padding: 10px; border: 0.5px solid var(--burg); background: transparent; color: var(--burg); cursor: pointer; font-family: var(--font-body); transition: all 0.3s; }
.prod-btn:hover { background: var(--burg); color: var(--champ); }

/* ── STORY ── */
.story { display: grid; grid-template-columns: 1fr 1fr; background: var(--burg); }

/* ── STORY PHOTO AREA ── */
/* This left panel is perfect for a brand photo of you, your farm, or your flowers. */
/* Upload via Shopify Theme Editor > Our Story > Brand Photo */
.story-visual {
  background: rgba(78,13,34,0.4);
  display: flex; align-items: center; justify-content: center;
  min-height: 300px; position: relative; overflow: hidden;
}
.story-visual::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, transparent, transparent 28px, rgba(249,221,213,0.015) 28px, rgba(249,221,213,0.015) 29px);
}
.story-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.story-visual-inner { position: relative; z-index: 2; }
.story-text { padding: 40px 60px; display: flex; flex-direction: column; justify-content: center; }
.story-eyebrow { font-size: 8px; letter-spacing: 5px; text-transform: uppercase; color: var(--peony); margin-bottom: 16px; }
.story-rule    { width: 32px; height: 0.5px; background: var(--peony); margin-bottom: 24px; }
.story-title   { font-family: var(--font-heading); font-size: 44px; font-weight: 300; font-style: italic; color: var(--champ); line-height: 1.15; margin-bottom: 28px; }
.story-p       { font-size: 13px; line-height: 2.05; color: rgba(249,221,213,0.62); font-weight: 300; margin-bottom: 22px; }
.story-link    { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--champ); text-decoration: none; display: inline-flex; align-items: center; gap: 14px; }
.story-link::after { content: ''; width: 28px; height: 0.5px; background: var(--peony); transition: width 0.45s ease; }
.story-link:hover::after { width: 56px; }

/* ── TESTIMONIALS ── */
.testi { background: var(--white); padding: 88px 48px; }
.testi-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: rgba(122,21,53,0.12); margin-top: 52px; }
.testi-card { background: var(--white); padding: 44px 36px; transition: background 0.4s; }
.testi-card:nth-child(2), .testi-card:nth-child(3) { background: var(--burg); }
.testi-card:hover { background: rgba(216,204,255,0.35); }
.testi-card:nth-child(2):hover, .testi-card:nth-child(3):hover { background: rgba(122,21,53,0.85); }
.tc-big-q { font-family: var(--font-heading); font-size: 60px; font-weight: 300; font-style: italic; color: rgba(122,21,53,0.18); line-height: 1; margin-bottom: 10px; }
.testi-card:nth-child(2), .testi-card:nth-child(3) .tc-big-q { color: rgba(249,221,213,0.18); }
.tc-q    { font-family: var(--font-heading); font-size: 16px; font-style: italic; line-height: 1.85; color: var(--ink); margin-bottom: 26px; }
.testi-card:nth-child(2), .testi-card:nth-child(3) .tc-quote { color: rgba(249,221,213,0.85); }
.tc-line { width: 22px; height: 0.5px; background: var(--peony); margin-bottom: 13px; }
.tc-name { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--burg); font-weight: 500; }
.testi-card:nth-child(2), .testi-card:nth-child(3) .tc-name { color: var(--champ); }
.tc-role { font-size: 9px; color: rgba(122,21,53,0.5); margin-top: 4px; letter-spacing: 1px; }
.testi-card:nth-child(2), .testi-card:nth-child(3) .tc-role { color: rgba(249,221,213,0.45); }

/* ── PERIWINKLE EMAIL BAND ── */
.peri-band { background: var(--peri); padding: 64px 48px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.peri-eyebrow { font-size: 8px; letter-spacing: 5px; text-transform: uppercase; color: rgba(26,10,16,0.45); margin-bottom: 10px; }
.peri-title   { font-family: var(--font-heading); font-size: 36px; font-weight: 300; font-style: italic; color: var(--ink); line-height: 1.2; }
.peri-sub     { font-size: 12px; line-height: 1.9; color: rgba(26,10,16,0.5); font-weight: 300; margin-top: 12px; max-width: 380px; }
.peri-form    { display: flex; flex-shrink: 0; }
.peri-input   { padding: 13px 20px; border: 0.5px solid rgba(26,10,16,0.2); background: rgba(255,255,255,0.55); font-size: 11px; font-family: var(--font-body); color: var(--ink); outline: none; letter-spacing: 1px; width: 240px; }
.peri-input::placeholder { color: rgba(26,10,16,0.35); }
.peri-btn     { padding: 13px 22px; background: var(--burg); color: var(--champ); border: none; font-size: 8px; letter-spacing: 3px; text-transform: uppercase; cursor: pointer; font-family: var(--font-body); transition: background 0.3s; white-space: nowrap; }
.peri-btn:hover { background: var(--burg-deep); }
.peri-note    { font-size: 9px; color: rgba(26,10,16,0.35); margin-top: 12px; letter-spacing: 1px; }

/* ── FOOTER ── */
.footer { background: var(--ink); padding: 64px 48px 28px; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-logo img { height: 48px; width: auto; }
.ft-tagline { font-size: 11px; color: rgba(249,221,213,0.3); line-height: 1.9; font-weight: 300; max-width: 210px; margin-top: 14px; font-style: italic; }
.fc h4 { font-size: 8px; letter-spacing: 4px; text-transform: uppercase; color: var(--peony); margin-bottom: 18px; font-weight: 400; opacity: 0.75; }
.fc a  { display: block; font-size: 11px; color: rgba(249,221,213,0.35); text-decoration: none; margin-bottom: 10px; font-weight: 300; transition: color 0.3s; }
.fc a:hover { color: var(--champ); }
.footer-bottom { border-top: 0.5px solid rgba(249,221,213,0.07); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; }
.ft-copy   { font-size: 9px; color: rgba(249,221,213,0.18); letter-spacing: 1px; }
.ft-social { display: flex; gap: 16px; }
.ft-social a { font-size: 8px; letter-spacing: 3px; color: rgba(249,221,213,0.25); text-decoration: none; text-transform: uppercase; transition: color 0.3s; }
.ft-social a:hover { color: var(--champ); }

/* ── DOUBLE FRAME + HALF CIRCLE QUOTE (NEW) ── */
.pullquote {
  background: var(--champ); padding: 80px 0;
  display: grid; grid-template-columns: 280px 1fr 280px;
  gap: 40px; align-items: center; position: relative; overflow: hidden;
}
.pullquote::before {
  content: '"'; font-family: var(--font-heading);
  font-size: 340px; font-style: italic; font-weight: 300;
  color: rgba(122,21,53,0.06);
  position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  line-height: 1; pointer-events: none; z-index: 0;
}
.half-circle-left {
  width: 280px; height: 460px; border-radius: 0 230px 230px 0;
  overflow: hidden; position: relative;
  flex-shrink: 0;
}
.half-circle-right {
  width: 280px; height: 460px; border-radius: 230px 0 0 230px;
  overflow: hidden; position: relative;
  flex-shrink: 0;
}
.half-circle-left img, .half-circle-right img {
  width: 100%; height: 100%; object-fit: cover;
}
.hc-fill-1 { width:100%; height:100%; background: linear-gradient(160deg, var(--champ-deep) 0%, #e8b0a0 100%); display:flex; align-items:center; justify-content:center; }
.hc-fill-2 { width:100%; height:100%; background: linear-gradient(160deg, var(--peri) 0%, var(--peri-deep) 100%); display:flex; align-items:center; justify-content:center; }
.hc-ph-text { font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: rgba(122,21,53,0.5); text-align: center; line-height: 1.8; padding: 16px; }
.hc-fill-2 .hc-ph-text { color: rgba(26,10,16,0.4); }

.quote-center { position: relative; z-index: 1; text-align: center; }
.double-frame-outer { border: 0.5px solid rgba(122,21,53,0.3); padding: 6px; display: block; position: relative; }
.double-frame-inner { border: 0.5px solid rgba(122,21,53,0.14); padding: 40px 36px; }
.corner { position: absolute; width: 14px; height: 14px; border-color: var(--burg); border-style: solid; opacity: 0.45; }
.c-tl { top:-1px; left:-1px; border-width: 1.5px 0 0 1.5px; }
.c-tr { top:-1px; right:-1px; border-width: 1.5px 1.5px 0 0; }
.c-bl { bottom:-1px; left:-1px; border-width: 0 0 1.5px 1.5px; }
.c-br { bottom:-1px; right:-1px; border-width: 0 1.5px 1.5px 0; }
.pq-eyebrow { font-size: 8px; letter-spacing: 5px; text-transform: uppercase; color: rgba(122,21,53,0.45); margin-bottom: 18px; }

/* ── DOUBLE FRAME TESTIMONIALS (NEW) ── */
.testi-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: rgba(122,21,53,0.1); margin-top: 52px; }
.tc { padding: 10px; background: var(--white); }
.tc-outer { border: 0.5px solid rgba(122,21,53,0.28); padding: 5px; height: 100%; position: relative; }
.tc-inner { border: 0.5px solid rgba(122,21,53,0.12); padding: 28px 24px; height: 100%; }
.tc-corner { position: absolute; width: 10px; height: 10px; border-color: rgba(122,21,53,0.4); border-style: solid; }
.tc-tl { top:-1px; left:-1px; border-width: 1.5px 0 0 1.5px; }
.tc-tr { top:-1px; right:-1px; border-width: 1.5px 1.5px 0 0; }
.tc-bl { bottom:-1px; left:-1px; border-width: 0 0 1.5px 1.5px; }
.tc-br { bottom:-1px; right:-1px; border-width: 0 1.5px 1.5px 0; }
.tc-big-q { font-family: var(--font-heading); font-size: 48px; font-weight: 300; font-style: italic; color: rgba(122,21,53,0.15); line-height: 1; margin-bottom: 8px; }
.tc-quote { font-family: var(--font-heading); font-size: 17px; font-style: italic; line-height: 1.8; color: var(--burg); margin-bottom: 18px; }
.tc-line { width: 18px; height: 0.5px; background: var(--peony); margin-bottom: 10px; }
.tc-name { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: var(--burg); font-weight: 500; }
.tc-role { font-size: 8px; color: rgba(122,21,53,0.45); margin-top: 3px; }

/* ── DOUBLE FRAME SEAL LOGO MARK (NEW) ── */
.seal-double-outer { border: 0.5px solid rgba(249,221,213,0.35); padding: 6px; position: relative; display: inline-flex; }
.seal-corner { position: absolute; width: 12px; height: 12px; border-color: rgba(249,221,213,0.6); border-style: solid; }
.s-tl { top:-1px; left:-1px; border-width: 1.5px 0 0 1.5px; }
.s-tr { top:-1px; right:-1px; border-width: 1.5px 1.5px 0 0; }
.s-bl { bottom:-1px; left:-1px; border-width: 0 0 1.5px 1.5px; }
.s-br { bottom:-1px; right:-1px; border-width: 0 1.5px 1.5px 0; }
.seal-double-inner { border: 0.5px solid rgba(249,221,213,0.12); padding: 16px; display: flex; flex-direction: column; align-items: center; gap: 10px; }

/* ── VIP SIGNUP + FOOTER (NEW) ── */
.vip-signup {
  background: var(--champ);
  padding: 64px 48px 56px;
  text-align: center;
}
.vip-title {
  font-family: var(--font-heading);
  font-size: var(--heading-size);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
  color: var(--burg);
  margin-bottom: 18px;
  text-transform: none;
  line-height: 1.05;
}
.vip-sub {
  font-family: var(--font-heading);
  font-size: 17px; font-style: italic; font-weight: 300;
  letter-spacing: 0.5px; line-height: 1.6;
  text-transform: none; color: var(--burg);
  margin-bottom: 28px;
}
.vip-fields {
  display: flex; justify-content: center; gap: 16px;
  max-width: 640px; margin: 0 auto 18px;
}
.vip-input {
  flex: 1; padding: 16px 24px; border: none; border-radius: 30px;
  background: var(--white); font-size: 13px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; text-align: center;
  color: var(--burg); font-family: var(--font-body); outline: none;
}
.vip-input::placeholder { color: var(--burg); opacity: 0.8; }
.vip-checkbox {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 13px; color: var(--burg); margin-bottom: 28px; cursor: pointer;
}
.vip-checkbox input { width: 18px; height: 18px; accent-color: var(--burg); }
.vip-checkbox a { color: var(--burg); text-decoration: underline; }
.vip-question {
  font-family: var(--font-heading);
  font-size: 18px; font-weight: 300; font-style: italic; color: var(--burg);
  letter-spacing: 0.5px; text-transform: none; margin-bottom: 18px;
}
.vip-question em { font-style: italic; font-weight: 300; text-transform: none; }
.vip-options {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 16px 48px; margin-bottom: 32px;
}
.vip-radio {
  display: flex; align-items: center; gap: 8px; cursor: pointer;
  font-size: 9px; font-weight: 400; letter-spacing: 5px;
  text-transform: uppercase; color: var(--peony);
}
.vip-radio input {
  width: 18px; height: 18px; border-radius: 50%;
  accent-color: var(--burg); appearance: none;
  border: 1.5px solid var(--burg); background: transparent;
}
.vip-radio input:checked { background: var(--burg); }
.vip-submit {
  font-size: 13px; letter-spacing: 2px; text-transform: uppercase;
  font-weight: 700; padding: 16px 48px; border-radius: 30px;
  background: var(--burg-deep); color: var(--champ); border: none;
  cursor: pointer; transition: background 0.3s; font-family: var(--font-body);
}
.vip-submit:hover { background: var(--burg); }

.vip-footer {
  background: var(--peri);
  padding: 48px 48px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1px 2fr;
  gap: 0 48px;
  align-items: start;
}
.vip-footer-col h4 {
  font-family: var(--font-body); font-weight: 700; font-size: 18px;
  color: var(--burg); margin-bottom: 14px;
}
.vip-footer-col a {
  display: block; font-size: 14px; color: var(--burg-deep);
  text-decoration: none; margin-bottom: 8px; opacity: 0.85;
}
.vip-footer-col a:hover { text-decoration: underline; }
.vip-footer-divider { background: var(--burg); width: 1px; height: 100%; opacity: 0.3; }
.vip-footer-social {
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  min-width: 0;
}
.vip-footer-social h4 {
  font-family: var(--font-body); font-weight: 800; font-size: 22px;
  color: var(--burg); margin-bottom: 8px;
  white-space: normal;
}
.vip-footer-social p { font-size: 14px; color: var(--burg-deep); margin-bottom: 16px; text-align: center; max-width: 320px; }
.vip-social-icons { display: flex; gap: 14px; justify-content: center; }
.vip-social-icons a { color: var(--peony); transition: color 0.3s; }
.vip-social-icons a:hover { color: var(--burg-deep); }

@media (max-width: 900px) {
  .vip-title { font-size: 36px; }
  .vip-fields { flex-direction: column; }
  .vip-footer { grid-template-columns: 1fr 1fr; gap: 32px; }
  .vip-footer-divider { display: none; }
  .vip-footer-social { grid-column: 1 / -1; }
}

/* ── STRONGER DOUBLE FRAMES (updated) ── */
.double-frame-outer { border: 1.5px solid rgba(122,21,53,0.55); padding: 8px; }
.double-frame-inner { border: 1px solid rgba(122,21,53,0.28); padding: 40px 36px; }
.corner { width: 18px; height: 18px; border-color: var(--burg); opacity: 0.8; }
.c-tl, .c-tr, .c-bl, .c-br { border-width: 2.5px; }
.c-tl { border-width: 2.5px 0 0 2.5px; }
.c-tr { border-width: 2.5px 2.5px 0 0; }
.c-bl { border-width: 0 0 2.5px 2.5px; }
.c-br { border-width: 0 2.5px 2.5px 0; }

.tc-outer { border: 1.5px solid rgba(122,21,53,0.5); padding: 7px; }
.tc-inner { border: 1px solid rgba(122,21,53,0.22); padding: 28px 24px; }
.tc-corner { width: 14px; height: 14px; border-color: var(--burg); opacity: 0.75; }
.tc-tl { border-width: 2.5px 0 0 2.5px; }
.tc-tr { border-width: 2.5px 2.5px 0 0; }
.tc-bl { border-width: 0 0 2.5px 2.5px; }
.tc-br { border-width: 0 2.5px 2.5px 0; }

.seal-double-outer { border: 1.5px solid rgba(249,221,213,0.6); padding: 8px; }
.seal-double-inner { border: 1px solid rgba(249,221,213,0.25); padding: 18px; }
.seal-corner { width: 16px; height: 16px; border-color: var(--champ); opacity: 0.85; }
.s-tl { border-width: 2.5px 0 0 2.5px; }
.s-tr { border-width: 2.5px 2.5px 0 0; }
.s-bl { border-width: 0 0 2.5px 2.5px; }
.s-br { border-width: 0 2.5px 2.5px 0; }

/* ── NEW FRAMES: hero logo, product cards, story photo, VIP section ── */

/* Hero logo frame */
.hero-logo-wrap {
  border: 1.5px solid rgba(122,21,53,0.4);
  padding: 28px 32px;
  display: inline-block;
  position: relative;
}
.hero-logo-wrap .corner { width: 14px; height: 14px; }

/* Product card frame */
.prod-card {
  border: 1.5px solid rgba(122,21,53,0.4);
  position: relative;
}
.prod-card .corner {
  width: 12px; height: 12px; border-color: var(--burg); opacity: 0.55;
}

/* Story photo frame */
.story-visual {
  border: 1.5px solid rgba(249,221,213,0.35);
  margin: 14px;
}
.story-visual-inner { position: relative; }

/* VIP signup section frame */
.vip-signup-frame {
  border: 1.5px solid rgba(122,21,53,0.4);
  margin: 24px 32px 0;
  padding: 8px;
  position: relative;
}
.vip-signup-frame-inner {
  border: 1px solid rgba(122,21,53,0.18);
  padding: 40px 32px;
  position: relative;
}

/* Reusable small corner accents */
.frame-corner { position: absolute; width: 12px; height: 12px; border-color: var(--burg); border-style: solid; opacity: 0.6; }
.fc-tl { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.fc-tr { top: -1px; right: -1px; border-width: 2px 2px 0 0; }
.fc-bl { bottom: -1px; left: -1px; border-width: 0 0 2px 2px; }
.fc-br { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }

/* ── CUSTOM FONT SUPPORT (set via Theme Settings) ── */
.pq-text, .sh-title, .story-title, .sc-name {
  font-family: var(--font-heading);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
}
.vip-title {
  font-family: var(--font-heading);
}

/* Ensure frame parents are positioned for corner accents */
.hero-logo-wrap, .prod-card, .story-visual { position: relative; }

/* ── FOOTER LOGO ── */
.vip-footer-logo { grid-column: 1 / -1; margin-bottom: 28px; }
.vip-footer-logo img { height: 52px; width: auto; }

/* ── FILIGREE / ORNAMENTAL CORNERS ── */
/* Replaces plain L-bracket corners with a flourish motif. */
.filigree-corner {
  position: absolute; width: 34px; height: 34px;
  pointer-events: none; opacity: 0.85; z-index: 5;
}
.filigree-tl { top: -2px; left: -2px; }
.filigree-tr { top: -2px; right: -2px; transform: scaleX(-1); }
.filigree-bl { bottom: -2px; left: -2px; transform: scaleY(-1); }
.filigree-br { bottom: -2px; right: -2px; transform: scale(-1,-1); }
.filigree-corner svg { width: 100%; height: 100%; display: block; }
.filigree-light .filigree-corner { opacity: 0.7; }

/* Center flourish divider between framed sections */
.flourish-divider {
  display: flex; align-items: center; justify-content: center;
  padding: 28px 0;
}
.flourish-divider svg { width: 180px; height: 18px; }

/* Hide old plain corners when filigree is present */
.has-filigree .corner,
.has-filigree .tc-corner,
.has-filigree .seal-corner,
.has-filigree .frame-corner { display: none; }

/* ── CENTER SHOP CARD: logomark positioned like the other cards' icons ── */
.sc-center-logo {
  width: 90px; height: auto; opacity: 0.9;
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/* ── HERO BACKGROUND PHOTO (optional) ── */
.hero-bg-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-bg-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg, rgba(117,1,32,0.78) 0%, rgba(117,1,32,0.55) 100%);
}

/* ── HERO LEFT BACKGROUND PHOTO (optional) ── */
.hero-left-bg-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-left-bg-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(160deg, rgba(255,234,224,0.88) 0%, rgba(255,234,224,0.72) 100%);
}
.hero-left > *:not(.hero-left-bg-photo):not(.hero-left-bg-overlay) {
  position: relative; z-index: 2;
}

/* ── Browse Tubers button under hero mark ── */
.hero-mark-cta {
  margin-top: 28px;
  position: relative; z-index: 3;
  background: var(--champ);
  color: var(--burg);
  border-color: var(--champ);
  min-width: 220px;
  text-align: center;
}
.hero-mark-cta:hover {
  background: transparent; color: var(--champ); border-color: rgba(255,234,224,0.6);
}

/* ── FEATURED PRODUCTS: CAROUSEL LAYOUT ── */
.prod-grid.is-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 2px;
  scrollbar-width: thin;
  scrollbar-color: var(--burg) transparent;
}
.prod-grid.is-carousel .prod-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
}
.prod-grid.is-carousel::-webkit-scrollbar { height: 6px; }
.prod-grid.is-carousel::-webkit-scrollbar-thumb {
  background: rgba(122,21,53,0.3); border-radius: 3px;
}
@media (max-width: 700px) {
  .prod-grid.is-carousel .prod-card { flex: 0 0 80%; }
}
.story.rise {
  align-items: center;
  min-height: auto;
}
.story-visual.has-filigree {
  background: none;
  padding: 0;
  width: 100%;
}
.story-visual img,
.story-visual picture {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.story.rise {
  align-items: center;
  min-height: auto;
}
.story-visual.has-filigree {
  background: none;
  padding: 0;
  width: 100%;
}
.story-visual img,
.story-visual picture {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.story-visual.has-filigree {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  position: relative !important;
  box-sizing: border-box !important;
}
section.story.rise {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}
section.story.rise > * {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
.hero {
  min-height: 80vh;
}
/* ── GLOBAL DOUBLE BURGUNDY FRAME (outer border + inset line, matches hero logo) ── */
.has-filigree {
  position: relative;
  overflow: visible !important;
  border: 1.5px solid rgba(122,21,53,0.4);
}
.has-filigree::before {
  content: '';
  position: absolute;
  top: 14px; left: 14px; right: 14px; bottom: 14px;
  border: 1px solid rgba(122,21,53,0.4);
  border-radius: 0;
  pointer-events: none;
  z-index: 4;
}

/* ── MOBILE RESPONSIVE (max-width: 768px) ── */
@media (max-width: 768px) {

  /* Header */
  .nav { padding: 0 20px; height: 56px; }
  .nav-links { display: none; }
  .nav-logo img { height: 32px; }

  /* Hero */
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left {
    padding: 48px 24px 40px;
    order: 1;
  }
  .hero-right { height: 320px; order: 2; }
  .hero-logo-wrap-plain img,
  .hero-logo-wrap img { max-width: 240px; }
  .hero-desc { font-size: 14px; max-width: 100%; }
  .hero-ctas { justify-content: center; }

  /* Values split */
  .split { grid-template-columns: 1fr; }
  .split-burg, .split-champ { padding: 48px 28px; }

  /* Shop categories */
  .shop-grid { grid-template-columns: 1fr; }
  .shop-card { height: 260px; }

  /* Pull quote */
  .pullquote { grid-template-columns: 1fr; padding: 60px 24px; }
  .half-circle-left, .half-circle-right { display: none; }

  /* Featured products */
  .prod-grid { grid-template-columns: 1fr 1fr; }

  /* Story */
  .story.rise { grid-template-columns: 1fr !important; }
  .story-visual { height: 280px !important; }
  .story-text { padding: 40px 28px; }
  .story-title { font-size: 28px; }

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

  /* VIP */
  .vip-signup { padding: 48px 24px 40px; }
  .vip-title { font-size: 28px; }
  .vip-options { flex-direction: column; align-items: center; gap: 12px; }

  /* Footer */
  .vip-footer { grid-template-columns: 1fr; padding: 40px 24px; }
  .vip-footer-divider { display: none; }
  .vip-footer-social { grid-column: 1; }

  /* Announcement bar */
  .announcement-bar { padding: 8px 16px; }

  /* Scrolling ticker */
  .ticker span { font-size: 7px; margin: 0 20px; }
}

/* ── TABLET (max-width: 1024px) ── */
@media (max-width: 1024px) and (min-width: 769px) {
  .hero-logo-wrap img,
  .hero-logo-wrap-plain img { max-width: 320px; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .split-burg, .split-champ { padding: 52px 36px; }
  .vip-options { gap: 12px 32px; }
}
/* ── MOBILE POLISH FIXES (Part 2) ── */

/* 1. Shop category card heights — fix inner container on mobile */
@media (max-width: 768px) {
  .shop { padding: 64px 20px; }
  .shop-card { height: auto; }
  .shop-card-inner { height: 280px !important; }
  .sc-name { font-size: 22px; }
}

/* 2. Values split — shrink the oversized number and tighten padding */
@media (max-width: 768px) {
  .split-num { font-size: 48px !important; margin-bottom: 10px; }
  .split-burg, .split-champ { padding: 40px 24px !important; }
  .split-label { font-size: 10px; letter-spacing: 3px; }
  .split-text { font-size: 13px; line-height: 1.85; }
}

/* 3. Story stacking — override the inline style block from story.liquid */
@media (max-width: 768px) {
  section.story,
  .story.rise,
  section.story.rise {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .story-visual {
    height: 260px !important;
    min-height: 0 !important;
    order: -1;
  }
  .story-text {
    padding: 36px 24px !important;
    order: 1;
  }
  .story-title { font-size: 26px !important; }
}

/* 4. VIP title — force mobile size regardless of Theme Settings slider */
@media (max-width: 768px) {
  .vip-title { font-size: 26px !important; line-height: 1.2 !important; }
  .vip-sub { font-size: 14px; }
  .vip-signup { padding: 40px 20px 36px !important; }
  .vip-signup-frame { margin: 16px 0 0 !important; }
  .vip-signup-frame-inner { padding: 28px 20px !important; }

  /* Also fix the section header title on mobile (the "Something Beautiful Awaits You" heading in shop-categories) */
  .sh-title { font-size: 28px !important; line-height: 1.1 !important; }
}
/* ── MOBILE FIX: Browse Tubers button + Story photo gap ── */
@media (max-width: 768px) {

  /* Fix 1: Browse Tubers button — reduce mark-group top margin so button stays visible */
  .hero-right { height: 360px; }
  .hero-mark-group { margin-top: 20px; gap: 8px; }
  .hero-mark-wrap img { width: 160px; }
  .hero-mark-caption { font-size: 7px; margin-top: 8px; }
  .hero-mark-cta {
    margin-top: 16px;
    padding: 13px 28px;
    font-size: 9px;
    min-width: 180px;
  }

  /* Fix 2: Story photo gap — remove the desktop margin and border that cause the gap */
  .story-visual {
    margin: 0 !important;
    border: none !important;
    height: 280px !important;
  }
}
/* ── MOBILE FIX: Hero right panel — give Browse Tubers button room to breathe ── */
@media (max-width: 768px) {
  .hero-right { height: 420px !important; }
}