/** Shopify CDN: Minification failed

Line 935:0 Unexpected "$"
Line 1123:0 Unexpected "("

**/
/*
  ROZEN DOZEN — Custom Sections
  Upload to: Assets → rozen-dozen.css
  ─────────────────────────────────────────────
  All RZ-prefixed classes to avoid conflicts with Horizon.
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

/* ── Design tokens ──────────────────────────── */
:root {
  --rz-ink:      #0a0a0a;
  --rz-ink-2:    #1a1a1a;
  --rz-ink-mute: #6b6b6b;
  --rz-line:     #e8e4dc;
  --rz-line-2:   #d6d2c8;
  --rz-paper:    #faf7f1;
  --rz-paper-2:  #f3efe6;
  --rz-paper-3:  #ece7da;

  --rz-sans:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --rz-display: 'Archivo Black', 'Inter', sans-serif;
  --rz-serif:   'Cormorant Garamond', 'Times New Roman', serif;

  --rz-container: 1440px;
  --rz-gutter:    40px;
}

/* ── Shared layout ──────────────────────────── */
.rz-inner {
  max-width: var(--rz-container);
  margin: 0 auto;
  padding: 0 var(--rz-gutter);
}

.rz-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 44px;
  gap: 32px;
}
.rz-section-title {
  font-family: var(--rz-display);
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--rz-ink);
}
.rz-section-title em {
  font-family: var(--rz-serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -0.01em;
}
.rz-section-meta { text-align: right; flex-shrink: 0; max-width: 340px; }
.rz-section-meta p {
  font-size: 14px;
  color: var(--rz-ink-mute);
  margin-bottom: 14px;
  text-align: left;
  line-height: 1.58;
  font-family: var(--rz-sans);
}

/* ── Shared type ────────────────────────────── */
.rz-eyebrow {
  font-family: var(--rz-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rz-ink-mute);
}

/* ── Shared buttons ─────────────────────────── */
.rz-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  font-family: var(--rz-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .22s, color .22s, border-color .22s;
  cursor: pointer;
  white-space: nowrap;
  border: none;
}
.rz-btn-primary {
  background: var(--rz-paper);
  color: var(--rz-ink);
  border: 1.5px solid var(--rz-paper);
}
.rz-btn-primary:hover { background: var(--rz-ink); color: var(--rz-paper); border-color: var(--rz-ink); }

.rz-btn-dark {
  background: var(--rz-ink);
  color: var(--rz-paper);
  border: 1.5px solid var(--rz-ink);
}
.rz-btn-dark:hover { background: transparent; color: var(--rz-ink); }

.rz-btn-ghost {
  background: transparent;
  color: var(--rz-paper);
  border: 1.5px solid rgba(255,255,255,0.55);
}
.rz-btn-ghost:hover { background: var(--rz-paper); color: var(--rz-ink); border-color: var(--rz-paper); }

.rz-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--rz-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 3px;
  color: currentColor;
  transition: gap .2s;
}
.rz-btn-link:hover { gap: 12px; }
.rz-btn-arrow { display: inline-block; transition: transform .2s; }
.rz-btn:hover .rz-btn-arrow { transform: translateX(3px); }

/* ═══════════════════════════════════════════════
   FLOWER MENU SLIDER
   ═══════════════════════════════════════════════ */
.rz-locbar {
  max-width: var(--rz-container);
  margin: 0 auto;
  padding: 18px var(--rz-gutter) 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--rz-sans);
}
.rz-loc-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  font-size: 14px;
  color: var(--rz-ink);
}
.rz-date-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid var(--rz-ink);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  background: none;
  font-family: var(--rz-sans);
  color: var(--rz-ink);
  transition: background .2s, color .2s;
}
.rz-date-pill:hover { background: var(--rz-ink); color: var(--rz-paper); }

.rz-flower-slider {
  max-width: var(--rz-container);
  margin: 0 auto;
  padding: 6px var(--rz-gutter) 28px;
}
.rz-flower-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 2px;
  cursor: grab;
  user-select: none;
}
.rz-flower-track:active { cursor: grabbing; }
.rz-flower-track::-webkit-scrollbar { display: none; }

.rz-flower-card {
  flex: 0 0 auto;
  width: 120px;
  text-align: center;
  scroll-snap-align: start;
  cursor: pointer;
  text-decoration: none;
  transition: transform .3s ease;
}
.rz-flower-card:hover { transform: translateY(-5px); }
.rz-flower-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background: var(--rz-paper-2);
  transition: box-shadow .3s;
}
.rz-flower-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.rz-flower-card:hover .rz-flower-img { box-shadow: 0 10px 28px rgba(0,0,0,0.13); }
.rz-flower-name {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--rz-sans);
  color: var(--rz-ink-2);
  line-height: 1.3;
}

/* ═══════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════ */
.rz-hero {
  max-width: var(--rz-container);
  margin: 0 auto;
  padding: 10px var(--rz-gutter) 64px;
}
.rz-hero-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 14px;
}
.rz-hero-main {
  position: relative;
  background: linear-gradient(155deg, #c4a898 0%, #b08878 45%, #9a6e60 100%);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 52px;
  color: var(--rz-paper);
  min-height: 640px;
}
.rz-hero-main-img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.rz-hero-main::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 78% 32%, rgba(248,205,215,0.45), transparent 50%),
    linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
.rz-hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}
.rz-hero-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  font-family: var(--rz-sans);
  margin-bottom: 20px;
}
.rz-hero-title {
  font-family: var(--rz-display);
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: 0.88;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.rz-hero-title em {
  font-family: var(--rz-serif);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
}
.rz-hero-sub {
  font-size: 15px;
  line-height: 1.56;
  max-width: 420px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 30px;
  font-family: var(--rz-sans);
}
.rz-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.rz-hero-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.rz-hero-tile {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 32px;
  cursor: pointer;
  transition: transform .4s ease;
  text-decoration: none;
  min-height: 200px;
}
.rz-hero-tile:hover { transform: scale(0.982); }
.rz-hero-tile-img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.rz-hero-tile::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.45));
  z-index: 1;
}
.rz-hero-tile.t1 { background: linear-gradient(155deg, #3a2e2e, #1e1515); color: var(--rz-paper); }
.rz-hero-tile.t2 { background: linear-gradient(155deg, #d4c8b8, #b8a898); color: var(--rz-ink); }
.rz-tile-content { position: relative; z-index: 2; }
.rz-tile-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: var(--rz-sans);
  margin-bottom: 12px;
}
.rz-hero-tile h3 {
  font-family: var(--rz-display);
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-bottom: 8px;
}
.rz-hero-tile p { font-size: 13px; opacity: 0.8; font-family: var(--rz-sans); }

/* ═══════════════════════════════════════════════
   OCCASIONS GRID
   ═══════════════════════════════════════════════ */
.rz-occasions { padding: 80px var(--rz-gutter); }
.rz-occ-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.rz-occ-card {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: var(--rz-paper);
  text-decoration: none;
  transition: transform .32s ease;
}
.rz-occ-card:hover { transform: translateY(-4px); }
.rz-occ-card-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.rz-occ-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.6) 100%);
  z-index: 1;
}
.rz-occ-name {
  font-family: var(--rz-display);
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 0.95;
  position: relative;
  z-index: 2;
}

/* ═══════════════════════════════════════════════
   BESTSELLERS / PRODUCT GRID
   ═══════════════════════════════════════════════ */
.rz-products { padding: 80px var(--rz-gutter); }
.rz-prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 18px;
}
.rz-prod-card { cursor: pointer; text-decoration: none; color: var(--rz-ink); display: block; }
.rz-prod-img {
  position: relative;
  aspect-ratio: 4/5;
  background: var(--rz-paper-2);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 14px;
  transition: transform .38s ease;
}
.rz-prod-card:hover .rz-prod-img { transform: translateY(-4px); }
.rz-prod-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.rz-prod-tag {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--rz-ink);
  color: var(--rz-paper);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 5px 10px;
  z-index: 2;
  font-family: var(--rz-sans);
  text-transform: uppercase;
}
.rz-prod-quick {
  position: absolute;
  bottom: 12px; right: 12px;
  width: 38px; height: 38px;
  background: var(--rz-paper);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s, transform .2s, background .18s, color .18s;
  box-shadow: 0 3px 12px rgba(0,0,0,0.13);
  cursor: pointer;
  border: none;
  color: var(--rz-ink);
}
.rz-prod-card:hover .rz-prod-quick { opacity: 1; transform: translateY(0); }
.rz-prod-quick:hover { background: var(--rz-ink); color: var(--rz-paper); }
.rz-prod-name {
  font-family: var(--rz-serif);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.15;
  margin-bottom: 4px;
  color: var(--rz-ink);
}
.rz-prod-desc {
  font-size: 12px;
  color: var(--rz-ink-mute);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  font-family: var(--rz-sans);
}
.rz-prod-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.rz-prod-price { font-size: 15px; font-weight: 600; font-family: var(--rz-sans); color: var(--rz-ink); }
.rz-prod-compare { font-size: 13px; color: var(--rz-ink-mute); text-decoration: line-through; }
.rz-prod-stars { font-size: 11px; color: var(--rz-ink-mute); letter-spacing: 0.03em; font-family: var(--rz-sans); }

/* ═══════════════════════════════════════════════
   EDITORIAL SPLIT
   ═══════════════════════════════════════════════ */
.rz-editorial { background: var(--rz-ink); color: var(--rz-paper); }
.rz-ed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  align-items: stretch;
}
.rz-ed-img {
  background: linear-gradient(155deg, #3c3030, #201818);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.34em;
  color: rgba(255,255,255,0.25);
  font-weight: 600;
  font-family: var(--rz-sans);
  text-transform: uppercase;
}
.rz-ed-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rz-ed-img::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.25);
  pointer-events: none;
}
.rz-ed-content {
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rz-ed-eye {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,247,241,0.52);
  font-weight: 600;
  font-family: var(--rz-sans);
  margin-bottom: 28px;
}
.rz-ed-title {
  font-family: var(--rz-display);
  font-size: clamp(38px, 4.8vw, 70px);
  line-height: 0.91;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: var(--rz-paper);
}
.rz-ed-title em {
  font-family: var(--rz-serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.rz-ed-body {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(250,247,241,0.7);
  margin-bottom: 32px;
  max-width: 460px;
  font-family: var(--rz-sans);
}
.rz-ed-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 28px;
  margin-top: 8px;
  border-top: 1px solid rgba(250,247,241,0.13);
}
.rz-ed-stat-num {
  font-family: var(--rz-display);
  font-size: 34px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--rz-paper);
}
.rz-ed-stat-label {
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(250,247,241,0.48);
  font-family: var(--rz-sans);
}

/* ═══════════════════════════════════════════════
   TESTIMONIAL
   ═══════════════════════════════════════════════ */
.rz-testim {
  padding: 96px var(--rz-gutter);
  border-top: 1px solid var(--rz-line);
  border-bottom: 1px solid var(--rz-line);
  text-align: center;
}
.rz-testim-inner { max-width: 880px; margin: 0 auto; }
.rz-testim-stars { font-size: 17px; letter-spacing: 0.2em; margin-bottom: 28px; color: var(--rz-ink); }
.rz-testim-quote {
  font-family: var(--rz-serif);
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.22;
  letter-spacing: -0.005em;
  margin-bottom: 28px;
  color: var(--rz-ink);
}
.rz-testim-author {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--rz-ink-mute);
  font-family: var(--rz-sans);
}

/* ═══════════════════════════════════════════════
   SUBSCRIPTION TEASER
   ═══════════════════════════════════════════════ */
.rz-subscribe { padding: 100px var(--rz-gutter); }
.rz-sub-inner {
  max-width: var(--rz-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.rz-sub-img {
  aspect-ratio: 4/5;
  background: linear-gradient(155deg, #c8a890, #8a6d54);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: rgba(255,255,255,0.36);
  font-family: var(--rz-sans);
  font-weight: 600;
  text-transform: uppercase;
}
.rz-sub-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rz-sub-badge {
  position: absolute;
  top: 28px; left: 28px;
  background: var(--rz-paper);
  color: var(--rz-ink);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--rz-sans);
  z-index: 2;
}
.rz-sub-text { position: relative; }
.rz-sub-title {
  font-family: var(--rz-display);
  font-size: clamp(38px, 4.5vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--rz-ink);
}
.rz-sub-title em {
  font-family: var(--rz-serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.rz-sub-body {
  font-size: 15px;
  line-height: 1.62;
  color: var(--rz-ink-mute);
  margin-bottom: 32px;
  max-width: 460px;
  font-family: var(--rz-sans);
}
.rz-sub-pricing { display: flex; gap: 10px; margin-bottom: 32px; flex-wrap: wrap; }
.rz-sub-tier {
  border: 1.5px solid var(--rz-line-2);
  padding: 14px 20px;
  border-radius: 3px;
  background: var(--rz-paper);
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
  min-width: 110px;
  font-family: var(--rz-sans);
}
.rz-sub-tier:hover { border-color: var(--rz-ink); }
.rz-sub-tier.active { border-color: var(--rz-ink); background: var(--rz-ink); color: var(--rz-paper); }
.rz-sub-tier-name {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 6px;
}
.rz-sub-tier-price { font-family: var(--rz-display); font-size: 26px; letter-spacing: -0.01em; }

/* ═══════════════════════════════════════════════
   EVENTS / WEDDINGS
   ═══════════════════════════════════════════════ */
.rz-events { padding: 100px var(--rz-gutter); }
.rz-events-inner { max-width: var(--rz-container); margin: 0 auto; }
.rz-ev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.rz-ev-card {
  aspect-ratio: 3/4;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  color: var(--rz-paper);
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
  transition: transform .4s ease;
  text-decoration: none;
}
.rz-ev-card:hover { transform: scale(0.984); }
.rz-ev-card-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
}
.rz-ev-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.64));
  z-index: 1;
}
.rz-ev-card:nth-child(1) { background: linear-gradient(155deg, #c8a89a, #8a6a5c); }
.rz-ev-card:nth-child(2) { background: linear-gradient(155deg, #b8a890, #6a5a44); }
.rz-ev-card:nth-child(3) { background: linear-gradient(155deg, #d8c8b8, #94806c); }
.rz-ev-content { position: relative; z-index: 2; }
.rz-ev-name {
  font-family: var(--rz-display);
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}
.rz-ev-name em {
  font-family: var(--rz-serif);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.rz-ev-tag {
  position: absolute;
  top: 22px; left: 22px;
  background: rgba(250,247,241,0.95);
  color: var(--rz-ink);
  padding: 5px 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  z-index: 2;
  font-family: var(--rz-sans);
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════ */
.rz-faq-section { padding: 100px var(--rz-gutter); }
.rz-faq-inner {
  max-width: var(--rz-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}
.rz-faq-sidebar { position: sticky; top: 88px; }
.rz-faq-sidebar p {
  color: var(--rz-ink-mute);
  margin-top: 20px;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.62;
  font-family: var(--rz-sans);
}
.rz-faq-list { display: flex; flex-direction: column; }
.rz-faq-item { border-top: 1px solid var(--rz-line-2); cursor: pointer; }
.rz-faq-item:last-child { border-bottom: 1px solid var(--rz-line-2); }
.rz-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
}
.rz-faq-q-text {
  font-family: var(--rz-serif);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.2;
  color: var(--rz-ink);
}
.rz-faq-toggle {
  width: 30px; height: 30px;
  border: 1.5px solid var(--rz-ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
  transition: background .2s, color .2s;
  color: var(--rz-ink);
  background: transparent;
  font-family: var(--rz-sans);
}
.rz-faq-item.open .rz-faq-toggle { background: var(--rz-ink); color: var(--rz-paper); }
.rz-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .36s ease;
}
.rz-faq-item.open .rz-faq-body { max-height: 300px; }
.rz-faq-a {
  padding-bottom: 22px;
  color: var(--rz-ink-mute);
  font-size: 14px;
  line-height: 1.68;
  max-width: 88%;
  font-family: var(--rz-sans);
}

/* ═══════════════════════════════════════════════
   INSTAGRAM
   ═══════════════════════════════════════════════ */
.rz-insta { padding: 80px var(--rz-gutter) 32px; }
.rz-insta-head { max-width: var(--rz-container); margin: 0 auto 32px; text-align: center; }
.rz-insta-title {
  font-family: var(--rz-display);
  font-size: clamp(28px, 3.5vw, 48px);
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--rz-ink);
  margin-top: 8px;
}
.rz-insta-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
}
.rz-insta-card {
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: block;
  background: var(--rz-paper-2);
}
.rz-insta-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rz-insta-card::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0,0,0,0);
  transition: background .28s;
  z-index: 1;
}
.rz-insta-card:hover::after { background: rgba(0,0,0,0.22); }

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width: 1200px) {
  :root { --rz-gutter: 32px; }
  .rz-occ-grid { grid-template-columns: repeat(3, 1fr); }
  .rz-prod-grid { grid-template-columns: repeat(3, 1fr); }
  .rz-insta-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .rz-hero-grid { grid-template-columns: 1fr; }
  .rz-hero-main { min-height: 520px; }
  .rz-hero-side { grid-template-rows: unset; grid-template-columns: 1fr 1fr; }
  .rz-ed-grid { grid-template-columns: 1fr; }
  .rz-ed-img { min-height: 320px; }
  .rz-ed-content { padding: 60px 48px; }
  .rz-sub-inner { grid-template-columns: 1fr; gap: 48px; }
  .rz-sub-img { aspect-ratio: 16/9; }
  .rz-faq-inner { grid-template-columns: 1fr; gap: 48px; }
  .rz-faq-sidebar { position: static; }
}

@media (max-width: 768px) {
  :root { --rz-gutter: 20px; }
  .rz-hero-main { padding: 36px; min-height: 460px; }
  .rz-hero-title { font-size: clamp(40px, 11vw, 64px); }
  .rz-hero-side { grid-template-columns: 1fr 1fr; }
  .rz-hero-tile h3 { font-size: 24px; }
  .rz-section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .rz-section-meta { text-align: left; max-width: 100%; }
  .rz-occ-grid { grid-template-columns: repeat(2, 1fr); }
  .rz-prod-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .rz-prod-name { font-size: 18px; }
  .rz-ed-content { padding: 48px var(--rz-gutter); }
  .rz-ed-stats { grid-template-columns: repeat(3, 1fr); }
  .rz-ev-grid { grid-template-columns: 1fr; gap: 6px; }
  .rz-ev-card { aspect-ratio: 4/3; }
  .rz-faq-q-text { font-size: 18px; }
  .rz-insta-grid { grid-template-columns: repeat(3, 1fr); }
  .rz-occasions { padding: 60px var(--rz-gutter); }
  .rz-products { padding: 60px var(--rz-gutter); }
  .rz-subscribe { padding: 64px var(--rz-gutter); }
  .rz-events { padding: 64px var(--rz-gutter); }
  .rz-faq-section { padding: 64px var(--rz-gutter); }
  .rz-testim { padding: 64px var(--rz-gutter); }
}

@media (max-width: 480px) {
  .rz-flower-card { width: 100px; }
  .rz-flower-img  { width: 100px; height: 100px; font-size: 44px; }
  .rz-occ-grid    { grid-template-columns: repeat(3, 1fr); }
  .rz-occ-name    { font-size: 14px; }
  .rz-hero-main   { padding: 28px; min-height: 420px; }
  .rz-hero-ctas   { flex-direction: column; }
  .rz-ed-stats    { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .rz-ed-stat-num { font-size: 26px; }
}
$ cat >> /home/claude/repo/shopify/assets/rozen-dozen.css << 'EOF'

/* ── RZ HEADER ───────────────────────────────────────────────────── */
.rz-announce {
  background: var(--rz-ink);
  color: var(--rz-paper);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--rz-sans);
  gap: 0;
}
.rz-announce-sep { margin: 0 16px; opacity: 0.35; }

.rz-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--rz-paper);
  border-bottom: 1px solid var(--rz-line);
  transition: box-shadow 0.3s;
}
.rz-nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.07); }

.rz-nav-inner {
  max-width: var(--rz-container);
  margin: 0 auto;
  padding: 0 var(--rz-gutter);
  height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.rz-nav-left,
.rz-nav-right {
  display: flex;
  align-items: center;
  gap: 28px;
}
.rz-nav-right { justify-content: flex-end; }

.rz-nav-link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: var(--rz-sans);
  color: var(--rz-ink);
  text-decoration: none;
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
}
.rz-nav-link::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0; right: 100%;
  height: 1px;
  background: var(--rz-ink);
  transition: right 0.2s ease;
}
.rz-nav-link:hover::after { right: 0; }

.rz-logo {
  font-family: var(--rz-display);
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--rz-ink);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  line-height: 1;
}
.rz-logo-mark {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--rz-ink);
  transform: rotate(45deg);
  margin: 0 4px;
  flex-shrink: 0;
}

.rz-nav-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.18s;
  color: var(--rz-ink);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}
.rz-nav-icon:hover { background: var(--rz-paper-2); }

.rz-cart-count {
  position: absolute;
  top: 1px; right: 1px;
  background: var(--rz-ink);
  color: var(--rz-paper);
  font-size: 9px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--rz-sans);
}
.rz-nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.rz-nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--rz-ink);
  transition: transform 0.28s, opacity 0.2s;
}
.rz-nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4.7px, 4.7px); }
.rz-nav-hamburger.open span:nth-child(2) { opacity: 0; }
.rz-nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.7px, -4.7px); }

.rz-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  top: 106px;
  background: var(--rz-paper);
  z-index: 199;
  padding: 36px 24px 40px;
  flex-direction: column;
  overflow-y: auto;
}
.rz-mobile-nav.open { display: flex; }

.rz-mobile-nav-link {
  font-family: var(--rz-display);
  font-size: 28px;
  color: var(--rz-ink);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid var(--rz-line);
}
.rz-mobile-nav-footer {
  margin-top: auto;
  padding-top: 32px;
  font-size: 13px;
  color: var(--rz-ink-mute);
  font-family: var(--rz-sans);
}
.rz-mobile-nav-footer p { margin: 4px 0; }

@media (max-width: 768px) {
  .rz-nav-left { display: none; }
  .rz-nav-hamburger { display: flex; }
  .rz-nav-right .rz-nav-link { display: none; }
  .rz-announce { font-size: 10px; letter-spacing: 0.08em; }
}
@media (max-width: 1024px) {
  .rz-nav-left .rz-nav-link:nth-child(n+3) { display: none; }
}
EOF

(Bash completed with no output)