/* ============================================================
   Baptist Healthcare — TULIA  |  AURA Editorial Layer
   Elevated Blush Editorial · motion-craft redesign (home)
   Loads AFTER tulia.css — overrides + new components only.
   ============================================================ */

:root {
  --gold-line: rgba(198, 169, 122, 0.55);
  --ink-90: rgba(46, 37, 64, 0.9);
  --ease-lux: cubic-bezier(0.19, 1, 0.22, 1);
  --edge: clamp(20px, 5vw, 84px);
}

/* ============================================================
   BRAND PALETTE — Soft Lilac (feminine · minimal · premium).
   Hero = lilac 600 (#6E5C93). One soft support tint (#E3D9F1),
   deep aubergine ink (#2E2540), airy pale-lilac base.
   ============================================================ */
:root {
  /* Brand core */
  --navy:       #2E2540;   /* deep ink (was logo navy) */
  --navy-2:     #443768;   /* deep lilac for gradients */
  --red:        #6E5C93;   /* PRIMARY ACCENT = lilac 600 (was logo red) */
  --red-deep:   #5A4A7C;   /* accent hover */

  /* Base — airy pale lilac */
  --ivory:      #F6F3FA;
  --cream:      #EFEAF6;
  --cream-2:    #E6DDF2;

  /* Secondary — soft lilac tints */
  --blush:      #E3D9F1;
  --blush-soft: #ECE5F4;
  --rose:       #8A75B4;
  --rose-deep:  #6E5C93;   /* PRIMARY ACCENT = lilac 600 */
  --rose-ink:   #443768;

  /* Accents */
  --terracotta: #AE9AD0;
  --peach:      #ECE5F4;
  --gold:       #C6A97A;   /* champagne — sparing premium hairlines only */

  /* Ink → aubergine */
  --plum:       #2E2540;
  --charcoal:   #453B57;
  --muted:      #7A6E8B;
  --muted-2:    #A99FB6;

  /* Lines / shadows → cool lilac tint */
  --line:       rgba(46, 37, 64, 0.12);
  --line-2:     rgba(46, 37, 64, 0.07);
  --shadow-sm:  0 4px 14px rgba(110, 92, 147, 0.10);
  --shadow-md:  0 14px 40px rgba(110, 92, 147, 0.14);
  --shadow-lg:  0 30px 70px rgba(110, 92, 147, 0.18);

  /* aura tokens */
  --gold-line:  rgba(198, 169, 122, 0.45);
  --ink-90:     rgba(46, 37, 64, 0.92);
}

/* Primary CTA → logo red, deepening to navy on hover (both brand colours) */
.aura-btn { --bg: var(--red); --fg: #fff; }
.aura-btn::before { background: linear-gradient(120deg, var(--navy), var(--navy-2)); }
.aura-btn--ghost { --fg: var(--navy); border-color: rgba(46, 37, 64, .28); }
.aura-btn--light { --bg: #fff; --fg: var(--red); }

/* Larger logo */
.brand-logo { height: 118px; }
.site-header.scrolled .brand-logo { height: 84px; }
.footer-brand .brand-chip .brand-logo { height: auto; width: 100%; max-height: 120px; object-fit: contain; }
@media (max-width: 980px) {
  .brand-logo { height: 70px; }
  .site-header.scrolled .brand-logo { height: 60px; }
}

/* Kill horizontal drag on mobile — off-canvas drawer / marquees spilling past body.
   clip (not hidden) so it doesn't create a scroll container or break sticky/pins. */
html { overflow-x: clip; }
body { overflow-x: clip; max-width: 100%; }

/* Smooth-scroll base (Lenis) */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* Hide split targets only when JS is running (no FOUC, no lockout if JS fails) */
html.js [data-split] { visibility: hidden; }
html.js [data-hero-fade] { visibility: hidden; }
html.js [data-anim] { will-change: transform, opacity; }
html.js [data-stagger] > * { visibility: hidden; }

/* ---------------- Preloader ---------------- */
.preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--ivory);
  display: grid; place-items: center;
  overflow: hidden;
}
.preloader__inner { text-align: center; }
.preloader__mark {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.9rem, 6.4vw, 3.6rem); color: var(--plum);
  letter-spacing: -0.02em; line-height: 1.02; overflow: hidden; padding-bottom: 4px;
}
.preloader__mark span { display: inline-block; }
.preloader__mark em { font-style: italic; color: var(--rose-deep); }
.preloader__sub {
  margin-top: 14px; font-family: var(--font-body); font-weight: 700;
  font-size: 10.5px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted);
}
.preloader__bar {
  margin: 26px auto 0; width: min(220px, 60vw); height: 2px;
  background: rgba(46, 37, 64,0.12); border-radius: 4px; overflow: hidden;
}
.preloader__bar i { display: block; height: 100%; width: 0%; background: linear-gradient(90deg, var(--rose), var(--gold)); }
.preloader__count { margin-top: 12px; font-family: var(--font-body); font-weight: 700; font-size: 12px; color: var(--rose-deep); letter-spacing: 0.1em; }
.preloader.is-done { pointer-events: none; }

/* ---------------- Header elevation ---------------- */
.site-header { transition: background .5s var(--ease-lux), box-shadow .5s var(--ease-lux), backdrop-filter .5s; }
.site-header.scrolled {
  background: rgba(246, 243, 250, 0.82);
  backdrop-filter: saturate(1.2) blur(14px);
  -webkit-backdrop-filter: saturate(1.2) blur(14px);
  box-shadow: 0 1px 0 var(--line-2), 0 18px 40px -28px rgba(110, 92, 147,.4);
}

/* Magnetic button wrapper */
.magnetic { display: inline-flex; will-change: transform; }
.magnetic > * { will-change: transform; }

/* ============================================================
   HERO — Three.js 3D bottles + fluid gradient + kinetic type
   ============================================================ */
.aura-hero {
  position: relative;
  min-height: 100svh;
  display: flex; align-items: center;
  padding: clamp(120px, 16vh, 200px) var(--edge) clamp(80px, 12vh, 130px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(120% 100% at 78% 18%, #E7DEF4 0%, rgba(231,222,244,0) 55%),
    radial-gradient(120% 110% at 12% 92%, #EDE6F6 0%, rgba(237,230,246,0) 60%),
    linear-gradient(180deg, var(--ivory), var(--cream));
}
.aura-hero__canvas {
  position: absolute; inset: 0; z-index: -1;
  width: 100%; height: 100%; display: block;
}
/* soft vignette so type stays legible over the 3D */
.aura-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(90% 80% at 30% 45%, rgba(246, 243, 250,.55), rgba(246, 243, 250,0) 60%);
}
.aura-hero__inner { position: relative; max-width: 1320px; margin-inline: auto; width: 100%; }
.aura-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: 12px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--rose-deep);
  padding: 9px 16px; border: 1px solid var(--gold-line); border-radius: 999px;
  background: rgba(255,255,255,0.5); backdrop-filter: blur(6px);
}
.aura-hero__eyebrow .spark { color: var(--gold); }
.aura-hero__title {
  font-family: var(--font-display); color: var(--plum);
  font-size: clamp(3.1rem, 9.2vw, 8.4rem);
  line-height: 0.94; letter-spacing: -0.035em; font-weight: 600;
  margin: 26px 0 0; max-width: 15ch;
}
.aura-hero__title .row { display: block; overflow: hidden; }
.aura-hero__title em { font-style: italic; color: var(--rose-deep); }
.aura-hero__title .thin { font-weight: 400; }
.aura-hero__sub {
  margin-top: 30px; max-width: 46ch; color: var(--ink-90);
  font-size: clamp(1.02rem, 1.4vw, 1.2rem); line-height: 1.7;
}
.aura-hero__cta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; align-items: center; }
.aura-btn {
  --bg: var(--red); --fg: #fff;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 17px 32px; border-radius: 999px;
  font-family: var(--font-body); font-weight: 700; font-size: 14.5px; letter-spacing: .01em;
  background: var(--bg); color: var(--fg); border: 1.5px solid transparent;
  position: relative; overflow: hidden; cursor: pointer;
  transition: color .4s var(--ease-lux), border-color .4s;
}
.aura-btn svg { width: 17px; height: 17px; position: relative; z-index: 1; }
.aura-btn span { position: relative; z-index: 1; }
.aura-btn::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(120deg, var(--navy), var(--navy-2));
  transform: translateY(101%); transition: transform .5s var(--ease-lux);
}
.aura-btn:hover::before { transform: translateY(0); }
.aura-btn--ghost { --bg: transparent; --fg: var(--plum); border-color: rgba(46, 37, 64,.28); }
.aura-btn--ghost:hover { color: #fff; border-color: transparent; }
.aura-btn--light { --bg: #fff; --fg: var(--rose-deep); }

.aura-scroll-cue {
  position: absolute; left: var(--edge); bottom: clamp(24px, 5vh, 46px);
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-weight: 700; font-size: 11px;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted);
}
.aura-scroll-cue .track { position: relative; width: 46px; height: 1px; background: rgba(46, 37, 64,.25); overflow: hidden; }
.aura-scroll-cue .track i { position: absolute; inset: 0; width: 40%; background: var(--rose-deep); animation: cue 1.8s var(--ease-lux) infinite; }
@keyframes cue { 0% { transform: translateX(-120%);} 60%,100% { transform: translateX(300%);} }

/* ============================================================
   Kinetic marquee (velocity-skew)
   ============================================================ */
.kmarquee {
  border-block: 1px solid var(--line); background: var(--ivory);
  padding-block: clamp(18px, 3vw, 30px); overflow: hidden; white-space: nowrap;
}
.kmarquee__inner { display: inline-flex; gap: 0; will-change: transform; }
.kmarquee__inner span {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.6rem, 4vw, 3rem); color: var(--plum);
  padding-inline: clamp(22px, 4vw, 60px); position: relative;
}
.kmarquee__inner span::before { content: "✦"; color: var(--gold); font-style: normal; font-size: .5em; vertical-align: middle; margin-right: clamp(22px,4vw,60px); }

/* ============================================================
   Editorial section heads
   ============================================================ */
.ed-section { padding-block: clamp(70px, 11vw, 168px); padding-inline: var(--edge); }
.ed-wrap { max-width: 1320px; margin-inline: auto; }
.ed-head { display: grid; grid-template-columns: auto 1fr; gap: clamp(20px, 4vw, 60px); align-items: end; margin-bottom: clamp(40px, 6vw, 80px); }
.ed-index {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: clamp(1rem, 1.4vw, 1.3rem); color: var(--gold);
  padding-top: 8px; border-top: 1px solid var(--gold-line); min-width: 54px;
}
.ed-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--rose-deep); margin-bottom: 16px;
}
.ed-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--rose); border-radius: 2px; }
.ed-title {
  font-family: var(--font-display); color: var(--plum); font-weight: 600;
  font-size: clamp(2.1rem, 5vw, 4.2rem); line-height: 1.02; letter-spacing: -0.025em; margin: 0;
}
.ed-title em { font-style: italic; color: var(--rose-deep); }
.ed-lead { margin-top: 20px; max-width: 56ch; color: var(--muted); font-size: clamp(1.02rem, 1.35vw, 1.16rem); line-height: 1.7; }
.ed-center { text-align: center; }
.ed-center .ed-head { grid-template-columns: 1fr; justify-items: center; }
.ed-center .ed-lead { margin-inline: auto; }

/* ============================================================
   About — editorial split with parallax frame
   ============================================================ */
.ed-about { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(34px, 6vw, 96px); align-items: center; }
.ed-about__frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }
.ed-about__frame img { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; }
.ed-float {
  position: absolute; left: 20px; bottom: 20px; z-index: 2;
  background: rgba(246, 243, 250,0.9); backdrop-filter: blur(8px);
  border: 1px solid var(--gold-line); border-radius: var(--radius);
  padding: 18px 22px; max-width: 240px; box-shadow: var(--shadow-md);
}
.ed-float .n { font-family: var(--font-display); font-weight: 600; font-size: 2.4rem; color: var(--rose-deep); line-height: 1; display: block; }
.ed-float p { margin: 6px 0 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
.ed-checklist { margin: 30px 0 34px; display: grid; gap: 16px; }
.ed-checklist li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.02rem; color: var(--charcoal); }
.ed-checklist svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--rose-deep); margin-top: 2px; }

/* ============================================================
   Stats
   ============================================================ */
.ed-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 2vw, 30px); }
.ed-stat { position: relative; text-align: center; padding: clamp(18px, 2.6vw, 36px) 16px; }
.ed-stat + .ed-stat::before { content: ""; position: absolute; left: 0; top: 14%; height: 72%; width: 1px; background: linear-gradient(180deg, transparent, var(--gold-line), transparent); }
.ed-stat b { display: inline-flex; align-items: flex-start; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: clamp(3rem, 6vw, 5.4rem); color: var(--plum); line-height: 0.95; letter-spacing: -0.02em; }
.ed-stat b i { font-style: normal; font-size: 0.46em; color: var(--gold); margin-left: 3px; margin-top: 0.16em; }
.ed-stat__label { display: block; margin-top: 12px; font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

/* ============================================================
   Values
   ============================================================ */
.ed-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 26px); }
.ed-value {
  background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius-lg);
  padding: 34px 30px; box-shadow: var(--shadow-sm);
  transition: transform .5s var(--ease-lux), box-shadow .5s var(--ease-lux);
}
.ed-value:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.ed-value .ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; color: var(--rose-deep); background: linear-gradient(150deg, var(--blush-soft), #fff); margin-bottom: 20px; }
.ed-value .ic svg { width: 26px; height: 26px; }
.ed-value h3 { font-size: 1.22rem; margin-bottom: 8px; }
.ed-value p { margin: 0; color: var(--muted); font-size: .97rem; }

/* ============================================================
   Product Showcase — pinned horizontal scroll (signature)
   ============================================================ */
.showcase { position: relative; background: linear-gradient(180deg, var(--cream), var(--cream-2)); }
.showcase__pin { height: 100svh; display: flex; align-items: center; overflow: hidden; }
.showcase__track { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 40px); padding-inline: var(--edge); will-change: transform; }
.showcase__intro { flex: 0 0 clamp(280px, 34vw, 480px); }
.showcase__intro .ed-eyebrow { margin-bottom: 18px; }
.showcase__intro h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.03; letter-spacing: -0.025em; color: var(--plum); margin: 0 0 18px; }
.showcase__intro p { color: var(--muted); max-width: 38ch; margin-bottom: 22px; }
.showcase__hint { display: inline-flex; align-items: center; gap: 10px; font-size: 11.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--rose-deep); }
.showcase__hint svg { width: 26px; height: 26px; }

.pcard {
  flex: 0 0 clamp(260px, 27vw, 360px);
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); border: 1px solid var(--line-2);
  transition: transform .5s var(--ease-lux), box-shadow .5s var(--ease-lux);
}
.pcard:hover { box-shadow: var(--shadow-lg); }
.pcard__media { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--cream); }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-lux); }
.pcard:hover .pcard__media img { transform: scale(1.06); }
.pcard__tag { position: absolute; top: 14px; left: 14px; z-index: 2; font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--plum); background: rgba(246, 243, 250,.9); backdrop-filter: blur(6px); padding: 7px 13px; border-radius: 999px; }
.pcard__body { padding: 24px 24px 26px; }
.pcard__body .cat { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--rose); }
.pcard__body h3 { font-size: 1.28rem; margin: 8px 0 8px; }
.pcard__body p { color: var(--muted); font-size: .95rem; margin: 0 0 16px; }
.pcard__foot { display: flex; align-items: center; justify-content: space-between; }
.pcard__foot .stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; }

/* ============================================================
   Manifesto (vision/mission scrubbed words)
   ============================================================ */
.ed-manifesto { max-width: 24ch; margin-inline: auto; text-align: center; }
.ed-manifesto p {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.6rem, 3.6vw, 3rem); line-height: 1.28; letter-spacing: -0.02em; color: var(--plum);
}
.ed-manifesto .word { color: var(--plum); }

/* ============================================================
   UBIK partner elevation
   ============================================================ */
.ed-ubik { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px,5vw,80px); align-items: center; background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: clamp(30px, 5vw, 66px); box-shadow: var(--shadow-md); }
.ed-ubik__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ed-ubik__card { background: linear-gradient(160deg, var(--cream), #fff); border: 1px solid var(--line-2); border-radius: var(--radius); padding: 24px 22px; transition: transform .5s var(--ease-lux); }
.ed-ubik__card:hover { transform: translateY(-6px); }
.ed-ubik__card .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: var(--terracotta); background: #fff; box-shadow: var(--shadow-sm); margin-bottom: 14px; }
.ed-ubik__card .ic svg { width: 24px; height: 24px; }
.ed-ubik__card h3 { font-size: 1.1rem; margin-bottom: 6px; }
.ed-ubik__card p { margin: 0; color: var(--muted); font-size: .92rem; }
.ubik-badge { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 16px; }
.ubik-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); }

/* ============================================================
   Testimonials — drag row
   ============================================================ */
.ed-treel { display: flex; gap: clamp(16px, 2vw, 26px); padding-inline: var(--edge); cursor: grab; will-change: transform; }
.ed-treel:active { cursor: grabbing; }
.ed-tcard { flex: 0 0 clamp(280px, 32vw, 400px); background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: 32px 30px; box-shadow: var(--shadow-sm); }
.ed-tcard .stars { color: var(--gold); letter-spacing: 2px; }
.ed-tcard blockquote { margin: 16px 0 20px; font-family: var(--font-display); font-size: 1.16rem; line-height: 1.5; color: var(--plum); }
.ed-tcard .who { display: flex; align-items: center; gap: 12px; }
.ed-tcard .av { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: #fff; background: linear-gradient(150deg, var(--rose-deep), var(--terracotta)); }
.ed-tcard .who b { display: block; font-size: .98rem; }
.ed-tcard .who small { color: var(--muted); }

/* ============================================================
   FAQ elevation
   ============================================================ */
.ed-faq { max-width: 880px; margin-inline: auto; display: grid; gap: 14px; }
.ed-faq__item { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.ed-faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-family: var(--font-display); font-size: 1.14rem; color: var(--plum); }
.ed-faq__q .pm { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.ed-faq__q .pm::before, .ed-faq__q .pm::after { content: ""; position: absolute; background: var(--rose-deep); border-radius: 2px; transition: transform .4s var(--ease-lux); }
.ed-faq__q .pm::before { top: 9px; left: 0; width: 20px; height: 2px; }
.ed-faq__q .pm::after { top: 0; left: 9px; width: 2px; height: 20px; }
.ed-faq__item.open .pm::after { transform: scaleY(0); }
.ed-faq__a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease-lux); }
.ed-faq__a p { margin: 0; padding: 0 26px 24px; color: var(--muted); }

/* ============================================================
   CTA band
   ============================================================ */
.ed-cta { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(50px, 8vw, 110px) var(--edge); text-align: center; color: #fff; background: linear-gradient(150deg, var(--rose-deep), var(--plum)); box-shadow: var(--shadow-lg); }
.ed-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 120% at 80% 0%, rgba(236, 229, 244,.4), transparent 55%); }
.ed-cta__inner { position: relative; }
.ed-cta h2 { font-family: var(--font-display); color: #fff; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.05; letter-spacing: -0.025em; margin: 0; }
.ed-cta p { color: rgba(255,255,255,.85); margin: 18px auto 0; max-width: 52ch; }
.ed-cta__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }

/* ============================================================
   Range — interactive category showcase (Skin/Hair/Face/Lip)
   ============================================================ */
.cats { display: grid; grid-template-columns: minmax(280px, 0.85fr) 1.6fr; gap: clamp(28px, 5vw, 76px); align-items: start; }
.cats__tabs { display: grid; gap: 6px; }
.cat-tab {
  position: relative; display: flex; align-items: baseline; gap: 16px;
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 18px 0; border-top: 1px solid var(--line);
  font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em;
  font-size: clamp(1.9rem, 3.6vw, 3.2rem); color: var(--muted-2);
  transition: color .45s var(--ease-lux), padding-left .45s var(--ease-lux);
}
.cat-tab:last-child { border-bottom: 1px solid var(--line); }
.cat-tab .num { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .1em; color: var(--gold); transition: opacity .4s; }
.cat-tab .cnt { margin-left: auto; font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); align-self: center; }
.cat-tab::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 2px; width: 0; background: linear-gradient(90deg, var(--rose-deep), var(--gold)); transition: width .5s var(--ease-lux); }
.cat-tab:hover { color: var(--rose); padding-left: 10px; }
.cat-tab.active { color: var(--plum); padding-left: 14px; }
.cat-tab.active::after { width: 100%; }
.cat-tab.active .cnt { color: var(--rose-deep); }

.cats__stage { position: relative; }
.cat-panel { display: none; }
.cat-panel.active { display: block; }
.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(16px, 2vw, 24px); }
.cat-grid .pcard { flex: initial; }
.cat-cta {
  grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  background: linear-gradient(150deg, var(--rose-deep), var(--terracotta)); color: #fff;
  border-radius: var(--radius-lg); padding: 26px 32px; box-shadow: var(--shadow-md);
}
.cat-cta h3 { color: #fff; font-size: 1.4rem; margin: 0; }
.cat-cta p { color: rgba(255,255,255,.85); margin: 4px 0 0; font-size: .95rem; }

/* ============================================================
   Our Purpose — cinematic full-bleed over imagery
   ============================================================ */
.purpose { position: relative; overflow: hidden; color: #fff; isolation: isolate; }
.purpose__bg { position: absolute; inset: -10% 0; z-index: -2; background-size: cover; background-position: center; will-change: transform; }
.purpose::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(46,37,64,.82), rgba(46, 37, 64,.78) 45%, rgba(46,37,64,.9));
}
.purpose::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(70% 90% at 80% 15%, rgba(227, 217, 241,.28), transparent 60%),
              radial-gradient(60% 80% at 10% 90%, rgba(198, 169, 122,.22), transparent 60%);
}
.purpose__inner { max-width: 1120px; margin-inline: auto; padding: clamp(72px, 9vw, 130px) var(--edge) clamp(56px, 6vw, 84px); }
.purpose .ed-eyebrow { color: var(--peach); }
.purpose .ed-eyebrow::before { background: var(--peach); }
.purpose__statement {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.9rem, 4.6vw, 4.2rem); line-height: 1.18; letter-spacing: -0.02em;
  color: #fff; margin: 22px 0 0; max-width: 20ch;
}
.purpose__statement em { font-style: italic; color: var(--peach); }
.purpose__panels { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); margin-top: clamp(34px, 5vw, 60px); }
.purpose__panel { border-top: 1px solid rgba(255,255,255,.22); padding-top: 24px; }
.purpose__panel .pnum { font-family: var(--font-display); font-style: italic; color: var(--peach); font-size: 1.1rem; }
.purpose__panel h3 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 2rem); margin: 10px 0 12px; }
.purpose__panel p { color: rgba(255,255,255,.82); margin: 0; line-height: 1.7; font-size: 1.02rem; }
.purpose__panel .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); margin-bottom: 16px; }
.purpose__panel .ic svg { width: 24px; height: 24px; }
.purpose__cta { margin-top: clamp(28px, 3.5vw, 44px); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .ed-about, .ed-ubik { grid-template-columns: 1fr; }
  .ed-values, .ed-stats { grid-template-columns: repeat(2, 1fr); }
  .ed-stat:nth-child(2n+1)::before { display: none; }
  .ed-head { grid-template-columns: 1fr; gap: 8px; }
  .ed-index { border-top: none; padding-top: 0; }
  .cats { grid-template-columns: 1fr; gap: 34px; }
  .purpose__panels { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .ed-values { grid-template-columns: 1fr; }
  .ed-ubik__grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .aura-hero__title { font-size: clamp(2.7rem, 13vw, 4rem); }
}

/* ============================================================
   Interior page hero (About / Contact / etc.)
   ============================================================ */
.aura-pagehero {
  position: relative; overflow: hidden; text-align: center;
  padding: clamp(120px, 17vh, 200px) var(--edge) clamp(56px, 8vh, 92px);
  background:
    radial-gradient(120% 90% at 80% 10%, #E7DEF4 0%, rgba(231,222,244,0) 55%),
    radial-gradient(110% 100% at 10% 100%, #EDE6F6 0%, rgba(237,230,246,0) 60%),
    linear-gradient(180deg, var(--ivory), var(--cream));
}
.aura-pagehero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px; justify-content: center;
  font-family: var(--font-body); font-weight: 700; font-size: 12px;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--rose-deep); margin-bottom: 20px;
}
.aura-pagehero__eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--rose); border-radius: 2px; }
.aura-pagehero h1 {
  font-family: var(--font-display); color: var(--plum); font-weight: 600;
  font-size: clamp(2.6rem, 7vw, 5.6rem); line-height: 1.02; letter-spacing: -0.03em; margin: 0 auto; max-width: 16ch;
}
.aura-pagehero h1 em { font-style: italic; color: var(--rose-deep); }
.aura-pagehero .lead { margin: 22px auto 0; max-width: 56ch; color: var(--muted); font-size: clamp(1.02rem, 1.4vw, 1.18rem); }
.aura-crumb { margin-top: 26px; display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 600; color: var(--muted); }
.aura-crumb a { color: var(--rose-deep); }
.aura-crumb .sep { opacity: .5; }

/* Sticky in-page subnav */
.aura-subnav { position: sticky; top: 60px; z-index: 40; background: rgba(246, 243, 250,0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-block: 1px solid var(--line-2); }
.aura-subnav__inner { display: flex; gap: 8px; overflow-x: auto; padding: 12px var(--edge); max-width: 1320px; margin-inline: auto; scrollbar-width: none; }
.aura-subnav__inner::-webkit-scrollbar { display: none; }
.aura-subnav a { flex: none; padding: 9px 18px; border-radius: 999px; font-family: var(--font-body); font-weight: 700; font-size: 13px; letter-spacing: .01em; color: var(--charcoal); white-space: nowrap; transition: background .25s, color .25s; }
.aura-subnav a:hover { background: rgba(227, 217, 241,.2); color: var(--rose-deep); }
.aura-subnav a.active { background: var(--rose-deep); color: #fff; }
.aura-section[id] { scroll-margin-top: 130px; }

/* Leadership */
.lead-team { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 3vw, 30px); max-width: 720px; margin: 0 auto clamp(40px, 6vw, 64px); }
.lead-card { text-align: center; }
.lead-card .ph { aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 18px; }
.lead-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.lead-card h3 { font-size: 1.35rem; margin: 0 0 4px; }
.lead-card span { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--rose-deep); }
.bio { max-width: 820px; margin-inline: auto; }
.bio p { color: var(--charcoal); line-height: 1.85; margin: 0 0 1.15em; }
.bio .bio-lead { font-family: var(--font-display); font-size: 1.9em; line-height: 1; color: var(--rose-deep); vertical-align: baseline; letter-spacing: -0.01em; }

/* Vision / Mission — two elegant panels (light) */
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 34px); }
.vm-card { background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: clamp(30px, 4vw, 48px); box-shadow: var(--shadow-sm); transition: transform .5s var(--ease-lux), box-shadow .5s var(--ease-lux); }
.vm-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.vm-card .ic { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: var(--rose-deep); background: linear-gradient(150deg, var(--blush-soft), #fff); margin-bottom: 22px; }
.vm-card .ic svg { width: 28px; height: 28px; }
.vm-card h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); margin: 0 0 14px; }
.vm-card p { margin: 0; color: var(--muted); line-height: 1.75; }

@media (max-width: 760px) {
  .vm-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Products catalog — filter bar + responsive grid
   ============================================================ */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: clamp(32px, 5vw, 54px); }
.filter-pill {
  padding: 11px 22px; border-radius: 999px; cursor: pointer;
  border: 1.5px solid rgba(46, 37, 64, 0.16); background: transparent; color: var(--charcoal);
  font-family: var(--font-body); font-weight: 700; font-size: 13.5px; letter-spacing: .01em;
  transition: background .3s var(--ease-lux), color .3s var(--ease-lux), border-color .3s var(--ease-lux), box-shadow .3s var(--ease-lux), transform .3s var(--ease-lux);
}
.filter-pill:hover { border-color: var(--rose-deep); color: var(--rose-deep); transform: translateY(-2px); }
.filter-pill.active { background: var(--rose-deep); color: #fff; border-color: var(--rose-deep); box-shadow: 0 10px 24px rgba(110, 92, 147, .28); }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 26px); }
.product-grid .pcard { flex: initial; }
.product-empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 40px 0; display: none; }

@media (max-width: 980px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .product-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Mobile navigation — polished drawer / full-screen on phones
   ============================================================ */
.nav-close { display: none; border: 0; cursor: pointer; }
@media (max-width: 980px) {
  .site-header { z-index: 70; }
  .nav-overlay {
    z-index: 62;
    background: rgba(46,37,64, 0.55);
    backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  }
  .nav-links {
    width: min(380px, 86vw);
    padding: 92px 24px 32px;
    z-index: 65;
    background: var(--ivory);
    box-shadow: -30px 0 70px -30px rgba(110, 92, 147, 0.5);
  }
  .nav-links a.nl { font-size: 1.08rem; font-weight: 600; padding: 14px 14px; }
  .nav-links .has-drop > a.nl { font-weight: 700; }
  /* keep the Products sub-menu in-flow inside the drawer (desktop hover-transform must not apply) */
  .nav-links .dropdown { position: static !important; transform: none !important; left: auto !important; right: auto !important; }
  /* dedicated close button inside the panel — always visible & tappable */
  .nav-close {
    display: grid; place-items: center;
    position: absolute; top: 20px; right: 20px; z-index: 3;
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--plum); color: #fff;
  }
  .nav-close svg { width: 20px; height: 20px; }
}
@media (max-width: 560px) {
  /* comfortable slide-in drawer on phones (not full-screen), dimmed backdrop */
  .nav-links { width: min(340px, 84vw); }
}
/* When the menu is open: lock background scroll + hide the chat widget (its z-index is
   maxed, so it would otherwise float over the nav). Keeps the nav clean & on top. */
html:has(body.nav-open) { overflow: hidden; }
body.nav-open .tc-launch,
body.nav-open .tc-teaser,
body.nav-open .tc-panel { display: none !important; }

/* ============================================================
   Reduced motion — everything visible & still
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html.js [data-split], html.js [data-hero-fade], html.js [data-anim],
  html.js [data-stagger] > * { visibility: visible !important; opacity: 1 !important; transform: none !important; }
  .aura-scroll-cue .track i, .kmarquee__inner { animation: none !important; }
  * { scroll-behavior: auto !important; }
}

/* ================= STORY TIMELINE (about) ================= */
.bh-tl { list-style: none; margin: 26px 0 0; padding: 0; position: relative; }
.bh-tl::before { content: ""; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 1px; background: var(--line); }
.bh-tl__item { position: relative; padding: 0 0 26px 32px; }
.bh-tl__item:last-child { padding-bottom: 0; }
.bh-tl__item::before {
  content: ""; position: absolute; left: 2px; top: 7px; width: 9px; height: 9px;
  border-radius: 50%; background: var(--rose-deep); box-shadow: 0 0 0 4px var(--ivory);
}
.bh-tl__year {
  display: block; font-family: var(--font-display); font-size: 1.1rem;
  color: var(--rose-deep); line-height: 1; margin-bottom: 5px; letter-spacing: .01em;
}
.bh-tl__item h3 { font-size: 1.04rem; margin: 0 0 4px; color: var(--plum); line-height: 1.25; }
.bh-tl__item p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.6; }
@media (max-width: 720px) {
  .bh-tl__item { padding-left: 28px; padding-bottom: 22px; }
  .bh-tl__item p { font-size: .93rem; }
}

/* ================= BIO EXTERNAL LINK CARD (about) ================= */
.bio-link {
  margin-top: 30px; padding: 22px 26px; border-radius: 18px;
  background: var(--white); border: 1px solid var(--line);
  border-left: 3px solid var(--rose-deep); box-shadow: var(--shadow-sm);
}
.bio-link__eyebrow {
  display: block; font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--rose-deep); font-weight: 700; margin-bottom: 8px;
}
.bio-link h3 { font-size: 1.16rem; margin: 0 0 6px; color: var(--plum); }
.bio-link p { margin: 0 0 12px; color: var(--muted); font-size: .96rem; line-height: 1.6; }
.bio-link .link-arrow svg { width: 16px; height: 16px; }
@media (max-width: 720px) { .bio-link { padding: 20px; } }

/* ================= TULIA BRAND TAGLINE ================= */
.tulia-tagline {
  display: block; font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: .34em; text-transform: uppercase;
  color: var(--rose-deep); margin-top: 10px;
}
.tulia-tagline--center { text-align: center; }
.tulia-tagline--sm { font-size: 10px; letter-spacing: .28em; margin-top: 6px; }
@media (max-width: 600px) { .tulia-tagline { letter-spacing: .24em; font-size: 10px; } }

/* ================= BRAND MARKS (TULIA / UBIK artwork) ================= */
.brand-mark { display: block; height: auto; max-width: 100%; }
.brand-mark--hero { width: clamp(230px, 34vw, 380px); margin: 6px auto 14px; }
.brand-mark--range { width: clamp(190px, 24vw, 280px); margin: 10px 0 16px; }
.brand-mark--ubik { width: clamp(170px, 22vw, 250px); margin: 2px 0 6px; }
@media (max-width: 600px) {
  .brand-mark--hero { width: 220px; }
  .brand-mark--range, .brand-mark--ubik { width: 175px; }
}

/* ================= INTERNSHIP CTA ================= */
.intern {
  background: linear-gradient(150deg, var(--white), var(--blush-soft));
  border: 1px solid var(--line); border-radius: var(--radius-lg, 26px);
  box-shadow: var(--shadow-md); padding: clamp(28px, 4.5vw, 56px);
  display: grid; grid-template-columns: 1.25fr .9fr; gap: clamp(24px, 4vw, 56px); align-items: center;
}
.intern__title { font-family: var(--font-display); color: var(--plum); margin: 12px 0 14px;
  font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.14; }
.intern__title em { font-style: italic; color: var(--rose-deep); }
.intern__points { list-style: none; margin: 20px 0 26px; padding: 0; display: grid; gap: 10px; }
.intern__points li { display: flex; align-items: flex-start; gap: 10px; color: var(--plum); font-size: .97rem; }
.intern__points svg { width: 19px; height: 19px; flex: none; margin-top: 1px; color: var(--rose-deep); }
.intern__badges { display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
.intern__badge { background: var(--white); border: 1px solid var(--line); border-radius: 18px;
  padding: 20px 22px; box-shadow: var(--shadow-sm); text-align: center; }
.intern__badge b { display: block; font-family: var(--font-display); color: var(--rose-deep);
  font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.1; white-space: nowrap; }
.intern__badge span { display: block; margin-top: 6px; font-size: 13px; color: var(--muted); }
@media (max-width: 860px) {
  .intern { grid-template-columns: 1fr; }
  .intern__badges { flex-direction: row; }
  .intern__badge { flex: 1; padding: 16px 12px; }
}

/* ================= COOKIE CONSENT BANNER ================= */
.cc { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  transform: translateY(110%); transition: transform .38s cubic-bezier(.22,1,.36,1);
  padding: 0 clamp(12px, 3vw, 28px) clamp(12px, 3vw, 26px); }
.cc.is-open { transform: translateY(0); }
.cc__inner { max-width: 1180px; margin: 0 auto; background: var(--plum); color: rgba(255,255,255,.86);
  border-radius: 20px; box-shadow: 0 24px 70px rgba(20,14,32,.45);
  padding: clamp(20px, 2.6vw, 28px) clamp(20px, 3vw, 34px);
  display: grid; grid-template-columns: 1fr auto; gap: clamp(18px, 3vw, 40px); align-items: center; }
.cc__title { font-family: var(--font-display); color: #fff; font-size: 1.16rem; margin: 0 0 6px; }
.cc__text { margin: 0; font-size: 14px; line-height: 1.62; max-width: 74ch; }
.cc__text a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cc__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cc__btn { font-family: var(--font-body); font-weight: 700; font-size: 13.5px; cursor: pointer;
  padding: 12px 20px; border-radius: 999px; border: 1.5px solid transparent;
  background: #fff; color: var(--plum); transition: background .25s, color .25s, border-color .25s; white-space: nowrap; }
.cc__btn:hover { background: var(--blush); }
.cc__btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.34); }
.cc__btn--ghost:hover { background: rgba(255,255,255,.12); }
.cc__prefs { margin-top: 16px; display: grid; gap: 10px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 14px; }
.cc__prefs[hidden] { display: none; }
.cc__row { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; font-size: 13.5px; }
.cc__row b { display: block; color: #fff; font-weight: 700; }
.cc__row i { display: block; font-style: normal; color: rgba(255,255,255,.66); font-size: 12.5px; margin-top: 2px; }
.cc__row input { width: 20px; height: 20px; accent-color: var(--rose); flex: none; margin-top: 2px; }
@media (max-width: 860px) {
  .cc__inner { grid-template-columns: 1fr; }
  .cc__actions { justify-content: stretch; }
  .cc__btn { flex: 1 1 auto; }
}

/* ---- consent-gated embeds (Google Maps) ---- */
.consent-embed { position: relative; min-height: 420px; border-radius: var(--radius-lg, 26px); overflow: hidden;
  background: linear-gradient(150deg, var(--cream), var(--blush-soft)); display: grid; place-items: center; }
.consent-embed iframe { display: none; width: 100%; height: 420px; border: 0; }
.consent-embed.is-loaded iframe { display: block; }
.consent-embed.is-loaded .consent-embed__note { display: none; }
.consent-embed__note { text-align: center; padding: 32px 26px; max-width: 46ch; }
.consent-embed__note h3 { font-size: 1.06rem; margin: 0 0 8px; color: var(--plum); }
.consent-embed__note p { margin: 0 0 16px; font-size: .93rem; color: var(--muted); line-height: 1.6; }

/* ================= LEGAL / POLICY PAGES ================= */
.legal { max-width: 80ch; margin: 0 auto; }
.legal h2 { font-size: clamp(1.28rem, 2.2vw, 1.62rem); margin: 44px 0 12px; color: var(--plum); }
.legal h2:first-of-type { margin-top: 0; }
.legal h3 { font-size: 1.04rem; margin: 26px 0 8px; color: var(--plum); }
.legal p, .legal li { color: var(--muted); font-size: .985rem; line-height: 1.75; }
.legal p { margin: 0 0 14px; }
.legal ul { margin: 0 0 16px; padding-left: 20px; }
.legal li { margin-bottom: 7px; }
.legal a { color: var(--rose-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal strong { color: var(--plum); }
.legal__updated { display: inline-block; font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--rose-deep); font-weight: 700; margin-bottom: 26px; }
.legal__table { width: 100%; border-collapse: collapse; margin: 0 0 20px; font-size: .93rem; }
.legal__table th, .legal__table td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal__table th { color: var(--plum); font-weight: 700; background: var(--cream); }
.legal__table td { color: var(--muted); }
.legal__scroll { overflow-x: auto; }
.legal__box { background: var(--white); border: 1px solid var(--line); border-left: 3px solid var(--rose-deep);
  border-radius: 16px; padding: 20px 24px; margin: 0 0 22px; box-shadow: var(--shadow-sm); }
.legal__box p:last-child { margin-bottom: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; }
.footer-legal a, .footer-legal button { font-size: 13px; color: rgba(255,255,255,.66);
  background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--font-body); }
.footer-legal a:hover, .footer-legal button:hover { color: #fff; text-decoration: underline; }

/* ================= COMING SOON BADGE ================= */
.soon-badge {
  display: inline-block; margin: 10px 0 4px;
  padding: 7px 16px; border-radius: 999px;
  background: var(--blush); color: var(--rose-ink);
  font-family: var(--font-body); font-size: 12px; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
}
.pcard--soon .pcard__media::after {
  content: "Coming soon"; position: absolute; left: 14px; top: 14px; z-index: 3;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(255,255,255,.94); color: var(--rose-ink);
  font-family: var(--font-body); font-size: 11px; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
}
