/** Shopify CDN: Minification failed

Line 392:19 Unexpected "*"

**/
/* DRIPPED COFFEE — Postmodern Luxury Editorial
   Ported from React design system. Manrope, warm paper, teal+red accents. */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* GLOBAL SCALE */
html {
  font-size: 17px !important;
}
@media (max-width: 768px) { html { font-size: 16px !important; } }

:root {
  --d-paper: #f7f3ec;
  --d-ink: #1c1917;
  --d-ink-72: rgba(28, 25, 23, 0.72);
  --d-ink-46: rgba(28, 25, 23, 0.46);
  --d-ink-42: rgba(28, 25, 23, 0.42);
  --d-ink-12: rgba(28, 25, 23, 0.12);
  --d-ink-08: rgba(28, 25, 23, 0.08);
  --d-white: #fafaf3;
  --d-white-72: rgba(255, 255, 255, 0.72);
  --d-white-42: rgba(255, 255, 255, 0.42);
  --d-teal: #58c3c7;
  --d-dark: #151210;
  --d-dark-panel: #171413;
  --d-cream: #ede6dc;
  --d-font: 'Manrope', -apple-system, system-ui, sans-serif;
}

/* === GLOBAL === */
body {
  font-family: var(--d-font) !important;
  background: var(--d-paper) !important;
  color: var(--d-ink) !important;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01" 1, "ss03" 1;
  background-image:
    radial-gradient(circle at top left, rgba(0,0,0,0.02), transparent 28%),
    linear-gradient(to bottom, rgba(255,255,255,0.36), rgba(255,255,255,0.08)) !important;
}

::selection { background: rgba(132, 53, 38, 0.14); color: inherit; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--d-teal); }

/* === TYPOGRAPHY — bold, legible, high contrast === */
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5 {
  font-family: var(--d-font) !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  line-height: 0.96 !important;
  color: var(--d-ink) !important;
}

p, body, .rte p {
  text-wrap: pretty;
  font-size: 1.35rem !important;
  line-height: 1.7 !important;
  color: rgba(28, 25, 23, 0.88) !important;
}

img { display: block; }

/* === BUTTONS === */
.d-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border: 1px solid var(--d-ink-12);
  background: rgba(255,255,255,0.52);
  padding: 1.2rem 2rem;
  font-family: var(--d-font);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--d-ink);
  transition: transform 260ms ease, border-color 260ms ease, background 260ms ease, color 260ms ease, box-shadow 260ms ease;
  backdrop-filter: blur(12px);
}
.d-btn:hover { transform: translateY(-2px); border-color: rgba(28,25,23,0.28); box-shadow: 0 14px 35px rgba(15,15,15,0.07); }

.d-btn-dark {
  border-color: rgba(28,25,23,0.9);
  background: rgba(28,25,23,0.95);
  color: rgba(250,248,243,0.98);
  padding: 1rem 1.5rem;
}
.d-btn-dark:hover { background: rgba(46,39,35,0.98); color: #fafaf3; transform: translateY(-1px); }

.d-btn-white {
  border-color: rgba(255,255,255,0.24);
  background: #fff;
  color: var(--d-dark-panel);
  padding: 1.25rem 2rem;
  font-size: 0.8rem;
}
.d-btn-white:hover { transform: translateY(-1px); background: #f4ede5; }

/* Shopify default button override */
.button, .shopify-challenge__button, .shopify-payment-button__button, button[type="submit"] {
  font-family: var(--d-font) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  transition: all 260ms ease !important;
}

/* === KICKER / EYEBROW === */
.d-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(28, 25, 23, 0.7);
}
.d-kicker::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: currentColor;
}

/* === HEADER === */
.header-wrapper {
  border-bottom: 1px solid var(--d-ink-12) !important;
  background: rgba(247,243,236,0.8) !important;
  backdrop-filter: blur(20px) !important;
}
.header__heading-logo { max-width: 140px !important; }
.header__menu-item, .header__menu-item span {
  font-family: var(--d-font) !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: rgba(28,25,23,0.65) !important;
}
.header__menu-item:hover span { color: var(--d-ink) !important; }

/* === ANNOUNCEMENT BAR === */
.announcement-bar {
  background: var(--d-dark-panel) !important;
  color: #fff !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

/* Pass card internal text */
.d-pass__card-rhythm { font-size: 1.05rem !important; line-height: 1.6 !important; }
.d-pass__card-price { font-size: 2.8rem !important; }
.d-pass__card-body { font-size: 1.05rem !important; line-height: 1.6 !important; }
.d-pass__card-body p { font-size: 1.05rem !important; }

/* === HERO SECTION === */
.d-hero {
  position: relative;
  min-height: auto;
  overflow: hidden;
  border-bottom: 1px solid var(--d-ink-12);
  padding-top: 1rem;
}
.d-hero__gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(182,27,27,0.08), transparent 26%),
    radial-gradient(circle at 86% 22%, rgba(0,116,128,0.08), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.2), transparent 100%);
}
.d-hero__grid {
  position: relative;
  display: grid;
  gap: 2.5rem;
  padding: 3rem 2rem 4rem;
  max-width: 1380px;
  margin: 0 auto;
}
@media (min-width: 1024px) { .d-hero__grid { grid-template-columns: 0.88fr 1.12fr; align-items: stretch; gap: 3rem; } }

.d-hero__left { display: flex; flex-direction: column; justify-content: space-between; min-height: 24rem; padding: 1rem 0; }
.d-hero__tagline { max-width: 36rem; font-size: 1.4rem; line-height: 1.6; color: rgba(28,25,23,0.85); }
.d-hero__heading {
  margin-top: 2rem;
  font-family: var(--d-font) !important;
  font-size: clamp(2.6rem, 4.5vw, 3.8rem) !important;
  font-weight: 800 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.045em !important;
  color: var(--d-ink) !important;
  max-width: 600px;
}
.d-hero__bottom { display: grid; gap: 1.5rem; border-top: 1px solid var(--d-ink-12); padding-top: 1.5rem; }
@media (min-width: 768px) { .d-hero__bottom { grid-template-columns: 1fr auto; align-items: end; } }
.d-hero__note-label { font-size: 1rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(28,25,23,0.7); font-weight: 700; }
.d-hero__note-text { margin-top: 0.75rem; max-width: 34rem; font-size: 1.3rem; line-height: 1.65; color: rgba(28,25,23,0.8); }
.d-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Hero image frame */
.d-hero__frame {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 32rem;
  overflow: hidden;
  border: 1px solid var(--d-ink-12);
  background: #f3eee6;
  box-shadow: 0 30px 80px rgba(19,16,12,0.08);
}
@media (min-width: 1024px) { .d-hero__frame { min-height: 100%; } }
.d-hero__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.d-hero__frame-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(247,243,236,0.06), rgba(17,14,12,0.2)); }
.d-hero__frame-border { position: absolute; inset: 0; border: 18px solid rgba(247,243,236,0.8); }
@media (max-width: 767px) { .d-hero__frame-border { border-width: 14px; } }

.d-hero__badge {
  position: relative; z-index: 10;
  margin: 1.25rem 1.25rem 1.25rem auto;
  max-width: 19rem;
  border: 1px solid rgba(255,255,255,0.55);
  background: rgba(248,244,238,0.9);
  padding: 1.25rem 1.5rem;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
  backdrop-filter: blur(12px);
}
@media (min-width: 768px) { .d-hero__badge { margin: 2rem; padding: 1.5rem; } }
.d-hero__badge-label { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--d-ink-42); }
.d-hero__badge-price { margin-top: 0.75rem; font-size: 2.3rem; font-weight: 600; line-height: 1; letter-spacing: -0.06em; color: var(--d-ink); }
.d-hero__badge-text { margin-top: 0.75rem; font-size: 0.88rem; line-height: 1.6; color: var(--d-ink-72); }

/* === STORY SECTION (DARK) === */
.d-story { border-bottom: 1px solid var(--d-ink-12); background: var(--d-dark); color: #fff; }
.d-story__grid {
  display: grid; gap: 3rem; max-width: 1380px; margin: 0 auto;
  padding: 4rem 2rem;
}
@media (min-width: 1024px) { .d-story__grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; padding: 5rem 2rem; } }
.d-story__heading {
  font-size: clamp(2.4rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.05em !important;
  color: #fff !important;
}
.d-story__text { margin-top: 1.5rem; max-width: 36rem; font-size: 1.35rem; line-height: 1.65; color: rgba(255,255,255,0.88) !important; }
.d-story__card p { font-size: 1.25rem !important; line-height: 1.6 !important; color: rgba(255,255,255,0.9) !important; }
.d-story__cards { display: grid; gap: 1rem; }
@media (min-width: 768px) { .d-story__cards { grid-template-columns: repeat(3, 1fr); } }
.d-story__card {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  padding: 1.25rem;
  backdrop-filter: blur(4px);
}
.d-story__card-dot { width: 0.5rem; height: 0.5rem; background: var(--d-teal); margin-bottom: 1.5rem; }
.d-story__card p { font-size: 0.88rem; line-height: 1.85; color: rgba(255,255,255,0.78); }

/* === PROCESS SECTION === */
.d-process { border-bottom: 1px solid var(--d-ink-12); background: var(--d-paper); }
.d-process__grid {
  display: grid; gap: 3rem; max-width: 1380px; margin: 0 auto;
  padding: 4rem 2rem;
}
@media (min-width: 1024px) { .d-process__grid { grid-template-columns: 0.82fr 1.18fr; align-items: start; padding: 5rem 2rem; } }
.d-process__heading {
  font-size: clamp(2.4rem, 4vw, 3.2rem) !important;
  font-weight: 800 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.05em !important;
  color: var(--d-ink) !important;
}
.d-process__text { margin-top: 1.5rem; max-width: 34rem; font-size: 1.35rem; line-height: 1.65; color: rgba(28,25,23,0.8); }

.d-ritual { border-top: 1px solid var(--d-ink-12); padding: 1.5rem 0; display: grid; gap: 1rem; }
@media (min-width: 768px) { .d-ritual { grid-template-columns: 110px 1fr; gap: 1.5rem; padding: 2rem 0; } }
.d-ritual__number { font-size: clamp(2.5rem, 4vw, 3.2rem); font-weight: 600; line-height: 1; letter-spacing: -0.06em; color: rgba(28,25,23,0.18); }
.d-ritual__title { font-size: clamp(1.5rem, 2.5vw, 1.8rem) !important; font-weight: 800 !important; line-height: 1 !important; letter-spacing: -0.04em !important; margin-bottom: 0.75rem; color: var(--d-ink) !important; }
.d-ritual__body { max-width: 38rem; font-size: 1.3rem; line-height: 1.65; color: rgba(28,25,23,0.8); }

/* === DRIPPED PASS SECTION === */
.d-pass { border-bottom: 1px solid var(--d-ink-12); background: var(--d-cream); }
.d-pass__grid {
  display: grid; gap: 2.5rem; max-width: 1380px; margin: 0 auto;
  padding: 4rem 2rem;
}
@media (min-width: 1024px) { .d-pass__grid { grid-template-columns: 1.08fr 0.92fr; align-items: center; padding: 5rem 2rem; } }

.d-pass__main {
  position: relative; overflow: hidden;
  border: 1px solid var(--d-ink-12);
  background: linear-gradient(180deg, rgba(255,255,255,0.44), rgba(255,255,255,0.16));
  padding: clamp(2rem, 3vw, 2.5rem);
  box-shadow: 0 24px 60px rgba(25,18,14,0.08);
}
.d-pass__main-glow {
  position: absolute; right: 1.25rem; top: 1.25rem;
  width: 5rem; height: 5rem; border-radius: 50%;
  background: radial-gradient(circle, rgba(179,36,36,0.24), transparent 70%);
  filter: blur(40px);
}
.d-pass__heading {
  font-size: clamp(2.2rem, 4vw, 3rem) !important;
  font-weight: 800 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.05em !important;
  color: var(--d-ink) !important;
}
.d-pass__text { margin-top: 1.25rem; max-width: 38rem; font-size: 1.35rem; line-height: 1.65; color: rgba(28,25,23,0.8); }

.d-pass__card {
  border: 1px solid var(--d-ink-12);
  background: rgba(255,255,255,0.58);
  padding: clamp(2rem, 3vw, 2.5rem);
}
.d-pass__card-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--d-ink-12); }
.d-pass__card-rhythm { font-size: 0.88rem; line-height: 1.85; color: var(--d-ink-72); }
.d-pass__card-price { font-size: 2.5rem; font-weight: 600; line-height: 1; letter-spacing: -0.06em; }
.d-pass__card-body { padding-top: 1.5rem; font-size: 0.88rem; line-height: 1.85; color: rgba(28,25,23,0.74); }
.d-pass__card-body p + p { margin-top: 1rem; }

/* === CTA SECTION === */
.d-cta {
  position: relative; overflow: hidden;
  background: var(--d-dark-panel); color: #fff;
  text-align: center;
  padding: 5rem 2rem;
}
@media (min-width: 768px) { .d-cta { padding: 7rem 2rem; } }
.d-cta__gradient {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(164,31,31,0.28), transparent 26%),
    radial-gradient(circle at 75% 25%, rgba(61,154,159,0.18), transparent 22%);
}
.d-cta__content { position: relative; z-index: 2; max-width: 56rem; margin: 0 auto; }
.d-cta__heading {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem) !important;
  font-weight: 800 !important;
  line-height: 0.93 !important;
  letter-spacing: -0.05em !important;
  color: #fff !important;
}
.d-cta__text { margin: 1.5rem auto 0; max-width: 40rem; font-size: 1.4rem; line-height: 1.65; color: rgba(255,255,255,0.88) !important; }

/* === PRODUCT CARDS === */
.card { border: 1px solid var(--d-ink-12) !important; background: rgba(255,255,255,0.56) !important; border-radius: 0 !important; }
.card__media, .media { border-radius: 0 !important; }
.card__heading { font-family: var(--d-font) !important; font-size: 1rem !important; font-weight: 600 !important; letter-spacing: -0.02em !important; }
.price-item, .price { font-family: var(--d-font) !important; font-size: 0.82rem !important; color: var(--d-ink-72) !important; }

/* === FEATURED COLLECTION === */
.collection { padding: 5rem 0 !important; }
.collection .title-wrapper h2 {
  font-family: var(--d-font) !important;
  font-size: clamp(2rem, 4vw, 3.2rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.05em !important;
}
.collection a.button, .collection .button--tertiary {
  font-family: var(--d-font) !important;
  font-size: 0.72rem !important; letter-spacing: 0.18em !important; text-transform: uppercase !important;
  border: 1px solid var(--d-ink) !important; background: transparent !important; color: var(--d-ink) !important;
  border-radius: 0 !important; padding: 0.9rem 1.5rem !important;
}
.collection a.button:hover, .collection .button--tertiary:hover { background: var(--d-ink) !important; color: var(--d-white) !important; }

/* === FOOTER === */
.footer { background: var(--d-dark) !important; color: rgba(255,255,255,0.4) !important; border-top: none !important; }
.footer a, .footer .footer__heading { color: #fff !important; }
.footer .footer__heading { font-size: 0.68rem !important; letter-spacing: 0.2em !important; text-transform: uppercase !important; font-weight: 700 !important; }
.footer a:hover { color: var(--d-teal) !important; }

/* === ANIMATIONS === */
/* === SHOPIFY OVERRIDES — kill default section chrome + dead space === */
.shopify-section { margin: 0 !important; padding: 0 !important; }
.section-template--*-padding { padding: 0 !important; }
.page-width { max-width: none !important; padding: 0 !important; }
.d-hero .page-width, .d-story .page-width, .d-process .page-width, .d-pass .page-width, .d-cta .page-width { max-width: none !important; }

/* Kill the gaps Shopify injects between sections */
.shopify-section + .shopify-section { margin-top: 0 !important; }
section + section { margin-top: 0 !important; }
.shopify-section:empty { display: none !important; }

/* === HEADER — compact, logo blends with bg === */
.header-wrapper { padding: 0 !important; }
.header { padding: 0.6rem 2rem !important; }
.header__heading-logo-image {
  max-height: 44px !important;
  mix-blend-mode: multiply !important;
  filter: contrast(1.2) !important;
}
/* Make header more compact */
.header__heading { margin: 0 !important; padding: 0 !important; }

/* === FOOTER POLISH === */
.footer .footer-block__heading { margin-bottom: 1rem !important; }
.footer .list-social { gap: 1rem !important; }

@keyframes d-reveal { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }
.d-animate { animation: d-reveal 0.8s ease-out forwards; }
.d-animate-delay-1 { animation-delay: 0.12s; opacity: 0; }
.d-animate-delay-2 { animation-delay: 0.24s; opacity: 0; }
