/* ============================================
   BLOOMERY — RTL + ARABIC TYPOGRAPHY + BRAND PATTERNS
   Loaded AFTER styles.css to override LTR defaults
   ============================================ */

/* Font stacks (--f-*) come from layout.jinja (Google Font chosen in theme settings). */

body {
  font-family: var(--f-serif);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

/* Display headings — Readex Pro */
.hero-title, .shop-title, .praise-title, .news-title,
.story-title, .feature-title, .journal-title,
.cats-head h2, .prod-name, .cat-name, .how-step h3,
.cart-header h3, .cart-row strong, .post-title,
.praise-name, .cart-item-name, .hero-feature-name,
.hero-trust strong, .how-num {
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

/* Italic emphasis moments — same family, italic cut */
em, .hero-title em, .shop-title em, .praise-title em, .news-title em,
.story-title em, .feature-title em,
.story-lede, .story-quote p, .praise-quote, .quote-mark {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
}

/* Hero title sizing */
.hero-title { font-weight: 700; line-height: 1.15; }
.hero-title em { font-size: 1em; color: var(--wine); }

/* Headings - tighter line height for big text */
.shop-title, .praise-title, .news-title { line-height: 1.15; }
.story-title { line-height: 1.2; }

/* Body italic-feel content */
.prod-desc, .shop-sub, .news-sub, .footer-tagline, .how-step p,
.post-excerpt {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
}

/* Brand wordmark + monogram */
.nav-logo-mark, .footer-logo-mark, .hero-feature-img,
.hero-tag-mark, .praise-avatar {
  font-family: var(--f-display);
  font-style: italic;
}
.nav-logo-text, .footer-logo-text, .footer-bigtype {
  font-family: var(--f-display);
  letter-spacing: 0.08em;
  font-weight: 400;
}

/* UI / labels / prices / nav / chips / buttons / footer — Readex Pro */
.hero-eyebrow, .label-text, .label-num, .nav-links a, .nav-cart, .chip,
.shop-sort, .shop-sort label, .prod-tag, .prod-price,
.cats-all, .cat-count, .hero-feature-tag, .hero-feature-price,
.btn, .post-meta, .post-link, .praise-stars, .praise-role,
.footer-col h4, .footer-col p, .footer-col a, .footer-bottom,
.cart-item-meta, .cart-item-line, .cart-rm, .cart-row span,
.cart-note, .news-fine, .ann-bar, .marquee-track,
.sticky-cue, .quote-sig, .hero-trust span,
.prod-add, .size, .news-form input, .news-form button {
  font-family: var(--f-serif);
  font-weight: 400;
  letter-spacing: 0;
}

/* Arabic UI — no fake «caps» styling on buttons */
.btn,
.prod-add,
.product-add-btn {
  text-transform: none;
}

/* Nav links - clean utility weight */
.nav-links .nav-item__link,
.nav-links .nav-item__trigger,
.nav-links .nav-dropdown__link {
  font-weight: 500;
  font-size: 14px;
}
.nav-cart { font-weight: 500; }

/* Chapter numbers (✦) */
.label-num { font-family: var(--f-display); font-weight: 400; }

/* ============== RTL FLIPS ============== */

/* Flip arrows in buttons */
[dir="rtl"] .btn svg,
[dir="rtl"] .prod-add svg,
[dir="rtl"] .news-form button svg,
[dir="rtl"] .cart-checkout svg {
  transform: scaleX(-1);
}
[dir="rtl"] .btn:hover svg { transform: scaleX(-1) translateX(4px); }

/* Hero feature peek - flip to right side in RTL */
[dir="rtl"] .hero-feature {
  left: auto;
  right: -30px;
}

/* Corners — RTL doesn't need to change but ensures consistency */
[dir="rtl"] .hero-frame::before { /* same */ }

/* Cart drawer slides in from LEFT in RTL */
[dir="rtl"] .cart-panel {
  right: auto;
  left: 0;
  transform: translateX(-100%);
  box-shadow: 20px 0 60px -20px rgba(58, 42, 44, 0.4);
}
[dir="rtl"] .cart-drawer.open .cart-panel {
  transform: translateX(0);
}

/* Marquee direction — keep LTR animation but mirror visually */
.marquee-track { direction: ltr; }
.ann-track { direction: ltr; }

/* Animation keyframes flip for RTL */
@keyframes marqueeRunRTL {
  to { transform: translateX(50%); }
}
[dir="rtl"] .ann-track,
[dir="rtl"] .marquee-track {
  animation-name: marqueeRunRTL;
}

/* Hero title line indents flip in RTL */
[dir="rtl"] .hero-title .line-1 { padding-right: 0; padding-left: 0; }
[dir="rtl"] .hero-title .line-2 { padding-right: 1.2em; padding-left: 0; }
[dir="rtl"] .hero-title .line-3 { padding-right: 0.4em; padding-left: 0; }
[dir="rtl"] .hero-title .line-4 { padding-right: 0.2em; padding-left: 0; }

/* Story aside, feature image, news layout - blocks stay where they are visually */
/* Most flex/grid work fine in RTL natively */

/* Post img background gradient angles flip */
[dir="rtl"] .post-img-1,
[dir="rtl"] .post-img-2,
[dir="rtl"] .post-img-3 { background-position: right center; }

/* Footer big type */
.footer-bigtype { direction: ltr; }

/* ============== BRAND PATTERN INTEGRATION ============== */

/* ---- Striped accent bar (under nav) ---- */
.stripe-bar {
  height: 8px;
  background:
    repeating-linear-gradient(
      90deg,
      var(--wine) 0,
      var(--wine) 14px,
      var(--cream) 14px,
      var(--cream) 18px,
      var(--blue) 18px,
      var(--blue) 32px,
      var(--cream) 32px,
      var(--cream) 36px
    );
}

/* ---- Diamond divider strip (between sections) ---- */
.diamond-divider {
  height: 28px;
  background:
    linear-gradient(135deg, var(--wine) 50%, transparent 50%) 0 0/14px 14px repeat-x,
    linear-gradient(225deg, var(--wine) 50%, transparent 50%) 7px 0/14px 14px repeat-x,
    var(--blue);
  position: relative;
}
.diamond-divider::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 14px;
  background:
    linear-gradient(45deg, var(--wine) 50%, transparent 50%) 0 0/14px 14px repeat-x,
    linear-gradient(315deg, var(--wine) 50%, transparent 50%) 7px 0/14px 14px repeat-x;
}

/* ---- Diamond border (already in styles.css) — make stronger ---- */
.diamond-border {
  height: 12px;
  background-image:
    linear-gradient(135deg, var(--wine) 50%, transparent 50%),
    linear-gradient(225deg, var(--wine) 50%, transparent 50%);
  background-size: 12px 12px;
  background-position: 0 0, 6px 0;
  background-repeat: repeat-x;
  opacity: 0.35;
}

/* ---- Diamond pattern frame around the hero gate ---- */
.diamond-frame {
  position: absolute;
  inset: -28px;
  z-index: 0;
  background:
    linear-gradient(45deg, var(--wine) 25%, transparent 25%, transparent 75%, var(--wine) 75%) 0 0/16px 16px,
    linear-gradient(45deg, var(--wine) 25%, transparent 25%, transparent 75%, var(--wine) 75%) 8px 8px/16px 16px,
    var(--blue-pale);
  pointer-events: none;
  opacity: 0;  /* keep subtle, optional decorative */
}
.diamond-frame-inner {
  position: absolute;
  inset: 28px;
  background: var(--cream);
}

/* ---- Toile pattern (bunnies, flowers, birds) ---- */
.toile-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'><g fill='none' stroke='%235a2a31' stroke-width='1.2' opacity='0.9'><g transform='translate(60 60)'><ellipse cx='0' cy='0' rx='14' ry='9' transform='rotate(-20)'/><ellipse cx='-10' cy='-6' rx='3' ry='6' transform='rotate(-30)'/><ellipse cx='-5' cy='-10' rx='3' ry='6' transform='rotate(-15)'/></g><g transform='translate(180 60)'><ellipse cx='0' cy='0' rx='14' ry='9' transform='rotate(20)'/><ellipse cx='10' cy='-6' rx='3' ry='6' transform='rotate(30)'/><ellipse cx='5' cy='-10' rx='3' ry='6' transform='rotate(15)'/></g><g transform='translate(120 130)'><circle cx='0' cy='0' r='6' fill='%23c89aa0' opacity='0.5'/><circle cx='-12' cy='-4' r='5' fill='%23c89aa0' opacity='0.5'/><circle cx='12' cy='-4' r='5' fill='%23c89aa0' opacity='0.5'/><path d='M-15 5 q-4 6 -8 4 M15 5 q4 6 8 4'/></g><g transform='translate(60 180)'><path d='M0 0 q-2 -10 4 -12 q6 2 4 12' fill='%23f5d568' opacity='0.4'/></g><g transform='translate(180 180)'><path d='M0 0 q-2 -10 4 -12 q6 2 4 12' fill='%23f5d568' opacity='0.4'/></g><path d='M120 30 l3 -8 l3 8 l8 3 l-8 3 l-3 8 l-3 -8 l-8 -3z' fill='%235a2a31' opacity='0.5'/><path d='M30 120 l2 -6 l2 6 l6 2 l-6 2 l-2 6 l-2 -6 l-6 -2z' fill='%235a2a31' opacity='0.5'/><path d='M210 120 l2 -6 l2 6 l6 2 l-6 2 l-2 6 l-2 -6 l-6 -2z' fill='%235a2a31' opacity='0.5'/></g></svg>");
  background-size: 240px 240px;
  background-repeat: repeat;
}

/* Story section toile background */
.story { position: relative; }
.story-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'><g fill='none' stroke='%235a2a31' stroke-width='1.4'><g transform='translate(70 70)'><ellipse cx='0' cy='0' rx='16' ry='10' transform='rotate(-20)' fill='%23d4a888' fill-opacity='0.3'/><ellipse cx='-12' cy='-7' rx='3' ry='7' transform='rotate(-30)' fill='%23d4a888' fill-opacity='0.3'/><ellipse cx='-6' cy='-12' rx='3' ry='7' transform='rotate(-15)' fill='%23d4a888' fill-opacity='0.3'/><circle cx='-2' cy='2' r='1' fill='%235a2a31'/></g><g transform='translate(210 90)'><ellipse cx='0' cy='0' rx='16' ry='10' transform='rotate(20)' fill='%23d4a888' fill-opacity='0.3'/><ellipse cx='12' cy='-7' rx='3' ry='7' transform='rotate(30)' fill='%23d4a888' fill-opacity='0.3'/><ellipse cx='6' cy='-12' rx='3' ry='7' transform='rotate(15)' fill='%23d4a888' fill-opacity='0.3'/></g><g transform='translate(140 140)' opacity='0.7'><path d='M-20 0 q-4 -18 12 -22 q14 4 12 22 M20 0 q-4 -18 12 -22 q14 4 12 22' stroke-width='1'/><circle cx='-25' cy='-15' r='4' fill='%23c89aa0' fill-opacity='0.6'/><circle cx='25' cy='-15' r='4' fill='%23c89aa0' fill-opacity='0.6'/></g><path d='M140 40 l3 -10 l3 10 l10 3 l-10 3 l-3 10 l-3 -10 l-10 -3z' fill='%235a2a31' opacity='0.4'/><g stroke-width='1' transform='translate(40 220)'><path d='M0 0 q4 -3 8 0 q4 -3 8 0'/></g><g stroke-width='1' transform='translate(220 230)'><path d='M0 0 q4 -3 8 0 q4 -3 8 0'/></g></g></svg>");
  background-size: 280px 280px;
  background-repeat: repeat;
}
.story .story-grid {
  position: relative;
  z-index: 1;
}

/* How section - subtle stripes background */
.how { position: relative; overflow: hidden; }
.how-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 60px,
      rgba(168, 189, 200, 0.15) 60px,
      rgba(168, 189, 200, 0.15) 62px
    );
}
.how-inner { position: relative; z-index: 1; }

/* Newsletter — toile pattern background */
.news-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'><g fill='none' stroke='%23dceaf0' stroke-width='1.4'><g transform='translate(70 80)'><ellipse cx='0' cy='0' rx='14' ry='9' transform='rotate(-20)'/><ellipse cx='-10' cy='-6' rx='3' ry='6' transform='rotate(-30)'/><ellipse cx='-5' cy='-10' rx='3' ry='6' transform='rotate(-15)'/></g><g transform='translate(220 100)'><ellipse cx='0' cy='0' rx='14' ry='9' transform='rotate(20)'/><ellipse cx='10' cy='-6' rx='3' ry='6' transform='rotate(30)'/><ellipse cx='5' cy='-10' rx='3' ry='6' transform='rotate(15)'/></g><g transform='translate(150 160)'><circle cx='0' cy='0' r='5'/><circle cx='-12' cy='-3' r='5'/><circle cx='12' cy='-3' r='5'/></g><g transform='translate(60 220)'><path d='M0 0 q-2 -12 4 -14 q6 2 4 14' fill='%23f4e4d4' fill-opacity='0.4'/></g><g transform='translate(230 220)'><path d='M0 0 q-2 -12 4 -14 q6 2 4 14' fill='%23f4e4d4' fill-opacity='0.4'/></g><path d='M150 50 l3 -8 l3 8 l8 3 l-8 3 l-3 8 l-3 -8 l-8 -3z'/><path d='M40 150 l2 -6 l2 6 l6 2 l-6 2 l-2 6 l-2 -6 l-6 -2z'/><path d='M260 150 l2 -6 l2 6 l6 2 l-6 2 l-2 6 l-2 -6 l-6 -2z'/></g></svg>");
  background-size: 300px 300px;
  background-repeat: repeat;
}

/* News diamond border at top + bottom */
.news-inner {
  border: 12px solid transparent;
  border-image:
    repeating-linear-gradient(
      45deg,
      var(--blue) 0,
      var(--blue) 6px,
      var(--cream) 6px,
      var(--cream) 12px
    ) 12 round;
}

/* Praise section — diamond border at bottom too */
.praise::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 14px;
  background-image:
    linear-gradient(45deg, var(--wine) 50%, transparent 50%),
    linear-gradient(315deg, var(--wine) 50%, transparent 50%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 0;
  background-repeat: repeat-x;
  opacity: 0.5;
}

/* Footer — subtle striped accent at top */
.footer {
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: -8px; left: 0; right: 0;
  height: 8px;
  background:
    repeating-linear-gradient(
      90deg,
      var(--wine) 0,
      var(--wine) 14px,
      var(--cream) 14px,
      var(--cream) 18px,
      var(--blue) 18px,
      var(--blue) 32px,
      var(--cream) 32px,
      var(--cream) 36px
    );
}

/* ============== COLOR USAGE — push wine + blue more ============== */

/* Make the body background slightly warmer */
body { background: var(--cream); }

/* Buttons primary stays wine (good) — make ghost more visible */
.btn-ghost { color: var(--wine); border-color: var(--wine); }
.btn-ghost:hover { color: var(--wine-deep); border-color: var(--wine-deep); }

/* Section: cats — alternate row with blue-pale background bleed */
.cats {
  position: relative;
}
.cats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, var(--blue-pale) 50%, transparent 100%);
  opacity: 0.3;
  z-index: -1;
}

/* Shop product card backgrounds — emphasize brand palette */
.prod-media-rose {
  background: linear-gradient(135deg, #f4d8d2 0%, #e8c0bc 100%);
}
.prod-media-peach {
  background: linear-gradient(135deg, var(--peach) 0%, #e8c8a0 100%);
}
.prod-media-cream {
  background: linear-gradient(135deg, var(--cream) 0%, var(--cream-2) 100%);
}
.prod-media-blue {
  background: linear-gradient(135deg, var(--blue-pale) 0%, var(--blue-soft) 100%);
}

/* Praise section — already wine accents — make praise-card-dark more dominant */
.praise-card-dark { background: var(--wine); border: 1px solid var(--wine-deep); }

/* Marquee bg uses brand wine instead of pure ink */
.marquee {
  background: var(--wine);
}
.marquee::before { background: linear-gradient(to right, var(--wine), transparent); }
.marquee::after { background: linear-gradient(to left, var(--wine), transparent); }
.marquee-track i { color: var(--peach); }

/* Hero CTAs — primary already wine, good */

/* Story quote box - more on-brand */
.story-quote {
  background: var(--blue-pale);
  border-color: var(--blue);
}

/* News inner -> wine bg, looks great */

/* Sticky cue — change to wine instead of ink for stronger brand */
.sticky-cue {
  background: var(--wine);
  border: 1px solid var(--wine-deep);
}

/* Cart pill stays wine, good */

/* Diamond border (in hero) made stronger */
.diamond-border {
  height: 12px;
  background-image:
    linear-gradient(135deg, var(--wine) 50%, transparent 50%),
    linear-gradient(225deg, var(--wine) 50%, transparent 50%);
  background-size: 12px 12px;
  background-position: 0 0, 6px 0;
  background-repeat: repeat-x;
  opacity: 0.4;
}

/* ============== ARABIC-SPECIFIC ADJUSTMENTS ============== */

/* Increase some sizes/line-heights for Arabic readability */
.hero-desc { font-size: 17px; line-height: 1.75; }
.story-body { line-height: 1.85; font-size: 17px; }
.praise-quote { font-size: 20px; line-height: 1.55; }
.story-lede { font-size: 22px; line-height: 1.5; }

/* Arabic glyph alignment — em moments stay subtle in size */
.shop-title em, .praise-title em, .news-title em, .story-title em {
  font-size: 1em;
}
.hero-title em {
  font-size: 1em;
  color: var(--wine);
}

/* Arabic chip text needs slightly more horizontal padding */
.chip { padding: 9px 18px; font-size: 12px; }
.size { font-size: 10px; padding: 8px 6px; }

/* Stock label/rating - bigger for Arabic */
.prod-price { font-size: 12px; }
.prod-tag { font-size: 10px; padding: 6px 11px; }

/* nav-cart Arabic */
.nav-cart { font-size: 12px; }
.cart-count { font-size: 11px; }

/* Hero eyebrow */
.hero-eyebrow { font-size: 12px; }

/* Footer h4 */
.footer-col h4 { font-size: 12px; letter-spacing: 0.08em; }

/* Sticky cue */
.sticky-cue { font-size: 12px; padding: 13px 24px; }

/* Marquee Arabic */
.marquee-track { font-size: clamp(36px, 5vw, 64px); font-family: var(--f-display); font-weight: 400; font-style: italic; }

/* Annotation bar Arabic */
.ann-bar { font-size: 12px; height: 38px; }

/* Buttons — slightly less letter-spacing for Arabic */
.btn { font-size: 12px; letter-spacing: 0; padding: 16px 30px; }
.prod-add { font-size: 11px; letter-spacing: 0; padding: 12px; }

/* Number labels (Roman ✦) keep the star but increase */
.label-num { font-size: 16px; }
.label-text { font-size: 12px; letter-spacing: 0.1em; }

/* Story label inline */
.story-label-inline { font-size: 12px; letter-spacing: 0.08em; }

/* Cart section labels */
.cart-row span, .cart-note, .cart-item-meta, .cart-rm { font-size: 11px; letter-spacing: 0; }
.cart-item-line { font-size: 14px; }
.cart-item-name { font-family: var(--f-display); font-size: 18px; }

/* Cats: name + count Arabic-friendly sizing */
.cat-name { font-size: 19px; font-weight: 700; }
.cat-count { font-size: 11px; letter-spacing: 0; }

/* Form input Arabic-friendly */
.news-form input { font-family: var(--f-serif); font-size: 16px; }
.news-form input::placeholder { font-family: var(--f-italic); font-style: italic; }

/* Footer tagline */
.footer-tagline { font-size: 16px; }

/* Sort select */
.shop-sort select { font-family: var(--f-serif); font-size: 15px; }
.shop-sort label { font-size: 12px; }

/* Footer columns text */
.footer-col p, .footer-col a { font-size: 14px; }

/* Hero feature card Arabic */
.hero-feature-name { font-size: 17px; font-family: var(--f-display); font-weight: 700; }
.hero-feature-tag { font-size: 10px; }
.hero-feature-price { font-size: 11px; }

/* Trust strip Arabic */
.hero-trust strong { font-family: var(--f-display); font-size: 16px; font-weight: 700; }
.hero-trust span { font-size: 10px; letter-spacing: 0; }

/* How step */
.how-num { font-family: var(--f-display); font-size: 42px; font-weight: 700; }
.how-step h3 { font-size: 22px; font-weight: 700; }
.how-step p { font-size: 16px; }

/* praise quote sig + role */
.quote-sig, .praise-role { font-size: 11px; letter-spacing: 0; }
.praise-name { font-family: var(--f-display); font-size: 18px; font-weight: 700; }

/* Avatars in praise — Arabic letter */
.praise-avatar { font-family: var(--f-display); font-size: 22px; font-weight: 700; }

/* Shop sub */
.shop-sub { font-size: 17px; }

/* Newsletter sub */
.news-sub { font-size: 17px; line-height: 1.6; }

/* Cats head h2 */
.cats-head h2 { font-weight: 700; }

/* Prod-name */
.prod-name { font-size: 22px; font-weight: 700; }

/* Story title */
.story-title { font-weight: 700; line-height: 1.15; }

/* Headlines line height for Arabic */
.shop-title, .praise-title, .news-title { line-height: 1.1; }

/* Hide scrollbar style for cart */
.cart-body { scrollbar-width: thin; }

/* Make sure RTL-flipped quote-mark is mirrored visually so it opens at the start */
.quote-mark {
  font-family: var(--f-italic);
  font-style: italic;
}
[dir="rtl"] .quote-mark {
  left: auto;
  right: 30px;
}

/* Hero scroll cue (if visible) */
.hero-scroll { font-size: 11px; }

/* ============================================
   NEW COMPACT SECTIONS — replaces heavy story+praise+newsletter
   ============================================ */

/* ---- Occasions tiles (replaces no shopping helper) ---- */
.occasions {
  padding: 50px var(--gutter) 30px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.occasions-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(58, 42, 44, 0.18);
}
.occasions-head h2 {
  font-family: var(--f-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}
.occasions-all {
  font-family: var(--f-serif);
  font-size: 13px;
  color: var(--wine);
  border-bottom: 1px solid var(--wine);
  padding-bottom: 4px;
  font-weight: 500;
}
.occasions-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.occ {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 12px 18px;
  background: var(--occ-bg);
  border: 1px solid rgba(58, 42, 44, 0.1);
  border-radius: 4px;
  text-align: center;
  transition: all 0.4s cubic-bezier(.2,.7,.2,1);
}
.occ:hover {
  transform: translateY(-3px);
  border-color: var(--occ-accent);
  box-shadow: 0 12px 28px -10px rgba(58, 42, 44, 0.22);
}
.occ-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--occ-accent);
  transition: transform 0.4s;
}
.occ:hover .occ-icon { transform: scale(1.1); }
.occ-icon svg { width: 100%; height: 100%; }
.occ-name {
  font-family: var(--f-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}

/* ---- Compact story band (replaces big story section) ---- */
.story-band {
  padding: 50px var(--gutter);
  max-width: var(--maxw);
  margin: 0 auto;
}
.story-band-inner {
  background: var(--blue-pale);
  border: 1px solid var(--blue);
  border-radius: 4px;
  padding: clamp(28px, 4vw, 50px) clamp(24px, 4vw, 60px);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.story-band-inner::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(168, 189, 200, 0.6);
  border-radius: 2px;
  pointer-events: none;
}
.story-band-art {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  z-index: 1;
}
.story-band-art svg { width: 100%; height: 100%; }
.story-band-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.story-band-eyebrow {
  font-family: var(--f-serif);
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--wine);
  font-weight: 500;
}
.story-band-text h2 {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--ink);
  margin: 0;
}
.story-band-text h2 em {
  font-family: var(--f-display);
  font-style: italic;
  color: var(--wine);
}

/* ---- Trust strip (replaces big black testimonials section) ---- */
.trust-strip {
  background: var(--cream-2);
  padding: clamp(40px, 6vw, 70px) var(--gutter);
  border-top: 1px solid rgba(58, 42, 44, 0.1);
  border-bottom: 1px solid rgba(58, 42, 44, 0.1);
}
.trust-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1px 1fr;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
}
.trust-stat {
  text-align: center;
  min-width: 140px;
}
.trust-num {
  font-family: var(--f-display);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 700;
  color: var(--wine);
  line-height: 1;
  margin-bottom: 6px;
}
.trust-stars {
  color: var(--gold);
  letter-spacing: 0.3em;
  font-size: 14px;
  margin-bottom: 6px;
}
.trust-label {
  font-family: var(--f-serif);
  font-size: 12px;
  color: rgba(58, 42, 44, 0.6);
  letter-spacing: 0.05em;
}
.trust-divider {
  width: 1px;
  height: 100px;
  background: rgba(58, 42, 44, 0.18);
  align-self: center;
}
.trust-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.trust-q {
  padding: 0 6px;
}
.trust-q p {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 8px;
}
.trust-q span {
  font-family: var(--f-serif);
  font-size: 11px;
  color: var(--wine);
  font-weight: 500;
}

/* ---- Compact newsletter (override the big one) ---- */
.news { padding: 30px var(--gutter) 60px; }
.news-inner { padding: clamp(34px, 5vw, 60px) clamp(24px, 4vw, 60px); }
.news-content { gap: 16px; }
.news-title {
  font-size: clamp(28px, 3.5vw, 44px) !important;
  margin-bottom: 18px !important;
  line-height: 1.2 !important;
}
.news-form { margin-bottom: 0 !important; }

/* Hide elements no longer used in compact news */
.news-content .story-label-inline,
.news-sub,
.news-fine { display: none; }

/* ---- Responsive ---- */
@media (max-width: 980px) {
  .occasions-grid { grid-template-columns: repeat(3, 1fr); }
  .story-band-inner { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .story-band-art { max-width: 160px; margin: 0 auto; }
  .story-band-text { align-items: center; text-align: center; }
  .trust-inner { grid-template-columns: 1fr; gap: 24px; }
  .trust-divider { display: none; }
  .trust-quotes { grid-template-columns: 1fr; }
  .trust-q { text-align: center; padding: 12px 0; border-bottom: 1px solid rgba(58,42,44,0.1); }
  .trust-q:last-child { border-bottom: 0; }
}
@media (max-width: 600px) {
  .occasions-grid { grid-template-columns: repeat(2, 1fr); }
}
