/* =========================================================================
   TALENT — Foundations
   "Aproape fantastic. Original românesc."
   ========================================================================= */



@font-face {
  font-family: "Gotham";
  src: url("../fonts/woff2/Montserrat-Light.woff2") format("woff2"),
       url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/woff2/Montserrat-Bold.woff2") format("woff2"),
       url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/woff2/GothamNarrow-Bold.woff2?v=2") format("woff2"),
       url("../fonts/Gotham_Narrow_Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Gotham Narrow";
  src: url("../fonts/woff2/GothamNarrow-Black.woff2?v=2") format("woff2"),
       url("../fonts/Gotham_Narrow_Black.otf") format("opentype");
  font-weight: 900; font-style: normal; font-display: swap;
}

@font-face {
  font-family: "Besta Baru";
  src: url("../fonts/woff2/BestaBaru.woff2") format("woff2"),
       url("../fonts/Besta_Baru.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}

:root {
  /* ---- Brand primaries ---- */
  --talent-red:        #CD0039;
  --talent-red-press:  #A10029;
  --talent-burgundy:   #56231E;
  --talent-burgundy-soft: #7A3A33;
  --talent-cream:      #FFE5A8;
  --talent-cream-light: #FFEEC6;
  --talent-lime:       #D5E683;
  --talent-lime-light: #E3EEAD;

  /* ---- Aliases ---- */
  --talent-red-deep:   var(--talent-red-press);
  --talent-red-ink:    #6F1116;
  --talent-cream-soft: var(--talent-cream-light);
  --talent-cream-deep: #F0CC76;
  --talent-lime-soft:  var(--talent-lime-light);
  --talent-lime-deep:  #A8B852;
  --talent-espresso:   var(--talent-burgundy);
  --talent-cocoa:      #6E3A2E;
  --talent-cocoa-soft: #8B5444;

  /* ---- Neutrals ---- */
  --ink-1: #2F1612;
  --ink-2: #56231E;
  --ink-3: #7A4F45;
  --ink-4: #A8847A;
  --ink-5: #D6BCB1;
  --paper: var(--talent-cream);
  --paper-pure: #FFF7E6;

  /* ---- Semantic ---- */
  --color-success:   #6E8A2E;
  --color-warning:   #D49A2A;
  --color-danger:    var(--talent-red);
  --color-info:      #3A6E7A;

  /* ---- Surfaces ---- */
  --surface-page:    var(--paper);
  --surface-raised:  var(--talent-cream-light);
  --surface-inverse: var(--talent-burgundy);
  --surface-accent:  var(--talent-red);
  --surface-zest:    var(--talent-lime);

  /* ---- Foreground ---- */
  --fg-1:        var(--ink-1);
  --fg-2:        var(--ink-2);
  --fg-muted:    var(--ink-3);
  --fg-faint:    var(--ink-4);
  --fg-on-red:   var(--talent-cream);
  --fg-on-lime:  var(--talent-burgundy);
  --fg-on-dark:  var(--talent-cream);

  /* ---- Borders ---- */
  --border-hair:  var(--ink-5);
  --border-strong:var(--talent-burgundy);
  --border-frame: 2px solid var(--talent-burgundy);

  /* ---- Type ---- */
  --font-display: "Besta Baru", "Alfa Slab One", "Rockwell", Georgia, serif;
  --font-narrow:  "Gotham Narrow", sans-serif;
  --font-accent:  "Gotham", sans-serif;
  --font-edit:    "Gotham", sans-serif;
  --font-sans:    "Gotham", sans-serif;
  --font-mono:    "Gotham", sans-serif;

  /* ---- Type scale ---- */
  --fs-xs:    12px;
  --fs-sm:    14px;
  --fs-base:  16px;
  --fs-md:    18px;
  --fs-lg:    20px;
  --fs-xl:    24px;
  --fs-2xl:   30px;
  --fs-3xl:   38px;
  --fs-4xl:   48px;
  --fs-5xl:   64px;
  --fs-6xl:   88px;
  --fs-display: 128px;

  --lh-tight:  1.05;
  --lh-snug:   1.2;
  --lh-normal: 1.5;
  --lh-relax:  1.7;

  --ls-tight:  -0.02em;
  --ls-normal:  0;
  --ls-wide:    0.08em;
  --ls-wider:   0.18em;

  /* ---- Spacing ---- */
  --s-0:   0;
  --s-1:   4px;
  --s-2:   8px;
  --s-3:   12px;
  --s-4:   16px;
  --s-5:   20px;
  --s-6:   24px;
  --s-8:   32px;
  --s-10:  40px;
  --s-12:  48px;
  --s-16:  64px;
  --s-20:  80px;
  --s-24:  96px;
  --s-32:  128px;

  /* ---- Radii ---- */
  --r-0:   0;
  --r-1:   2px;
  --r-2:   4px;
  --r-3:   8px;
  --r-pill: 999px;

  /* ---- Shadows ---- */
  --shadow-paper: 0 1px 0 rgba(86, 35, 30, 0.04), 0 2px 6px rgba(86, 35, 30, 0.08);
  --shadow-card:  0 2px 0 rgba(86, 35, 30, 0.06), 0 8px 20px rgba(86, 35, 30, 0.12);
  --shadow-lift:  0 4px 0 rgba(86, 35, 30, 0.08), 0 18px 40px rgba(86, 35, 30, 0.18);
  --shadow-press: inset 0 2px 4px rgba(86, 35, 30, 0.16);
  --shadow-block: 3px 3px 0 var(--talent-espresso);
  --shadow-block-red: 3px 3px 0 var(--talent-red-ink);

  /* ---- Motion ---- */
  --ease-standard: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-bounce:   cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out-soft: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast:    140ms;
  --dur-base:    220ms;
  --dur-slow:    420ms;

  /* ---- Layout ---- */
  --content-max:  1200px;
  --readable-max: 68ch;

  /* ---- Tweakable defaults ---- */
  --hero-speed:          32s;
  --grain-opacity:       0.16;
  --hero-pattern-opacity: 0.07;
}

html, body {
  background: var(--surface-page);
  color: var(--fg-1);
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: var(--lh-normal);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 7vw, var(--fs-6xl));
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  color: var(--fg-1);
  margin: 0 0 var(--s-6);
}
h2, .h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 4vw, var(--fs-4xl));
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-tight);
  margin: 0 0 var(--s-5);
}
h3, .h3 {
  font-family: var(--font-accent);
  font-weight: 400;
  font-size: var(--fs-2xl);
  line-height: var(--lh-snug);
  margin: 0 0 var(--s-4);
}
h4, .h4 {
  font-family: var(--font-narrow);
  font-weight: 700;
  font-size: var(--fs-xl);
  line-height: var(--lh-snug);
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 var(--s-3);
}

.eyebrow, .kicker {
  font-family: var(--font-narrow);
  font-weight: 700;
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: var(--talent-red);
  display: inline-block;
}

.ribbon {
  font-family: var(--font-narrow);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tagline {
  font-family: var(--font-edit);
  font-style: italic;
  font-size: var(--fs-xl);
  letter-spacing: 0.02em;
  color: var(--fg-2);
}

p, .body {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: var(--lh-relax);
  color: var(--fg-2);
  max-width: var(--readable-max);
  margin: 0 0 var(--s-4);
}

.body-lg {
  font-size: var(--fs-md);
  line-height: var(--lh-relax);
}

small, .caption {
  font-size: var(--fs-sm);
  color: var(--fg-muted);
  line-height: var(--lh-normal);
}

.stamp, .ticket {
  font-family: var(--font-mono);
  font-size: var(--fs-xs);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--fg-2);
}

code, kbd, samp, .mono {
  font-family: var(--font-mono);
  font-size: 0.95em;
}

a {
  color: var(--talent-red);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--dur-fast) var(--ease-standard);
}
a:hover { color: var(--talent-red-deep); }

hr {
  border: none;
  border-top: 1px solid var(--border-hair);
  margin: var(--s-8) 0;
}

.divider-tents {
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M2 22 L12 4 L22 22 Z M12 4 L12 22 M2 22 L22 22' fill='none' stroke='%23C8202A' stroke-width='1.5'/></svg>");
  background-repeat: repeat-x;
  background-size: 24px 24px;
  opacity: 0.7;
}

::selection {
  background: var(--talent-red);
  color: var(--talent-cream);
}

/* TALENT — Homepage styles */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body {
  background: var(--paper);
  color: var(--talent-espresso);
  font-family: var(--font-narrow);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h2, h3 { font-family: var(--font-narrow); font-weight: 700; }

h1 em, h2 em, h3 em,
.hero-title em,
.section-title em {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: italic;
  color: var(--talent-red);
}

img { max-width: 100%; display: block; }

/* ---------- PAPER GRAIN OVERLAY ---------- */
.grain-overlay {
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: var(--grain-opacity, 0.16);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='1'/><feColorMatrix values='0 0 0 0 0.16  0 0 0 0 0.10  0 0 0 0 0.07  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
}

/* ---------- THE OUTER POSTER FRAME ---------- */
.page-frame {
  margin: 14px;
  border: 2px solid var(--talent-espresso);
  background: var(--paper);
  position: relative;
  overflow: hidden;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 36px;
  position: sticky; top: 14px;
  z-index: 50;
  background: var(--paper);
  border-bottom: 1px solid var(--ink-5);
}
.nav-left, .nav-right, .nav-center {
  display: flex; align-items: center; gap: 26px;
}
.nav-right { min-width: 168px; justify-content: flex-end; }
.nav-logo {
  width: 168px;
  display: block;
  transition: transform var(--dur-base) var(--ease-bounce);
}
.nav-logo:hover { transform: rotate(-2deg) scale(1.04); }

.nav a {
  font-family: var(--font-narrow);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--talent-espresso);
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  cursor: pointer;
  transition: color var(--dur-fast);
}
.nav a:not(.btn)::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2px;
  background: var(--talent-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--dur-base) var(--ease-out-soft);
}
.nav a:not(.btn):hover { color: var(--talent-red); }
.nav a:not(.btn):hover::after { transform: scaleX(1); }
.nav a.active { color: var(--talent-red); }
.nav a.active::after { transform: scaleX(1); }

.nav-cart { position: relative; }
.nav-cart [data-cart-badge] {
  position: absolute; top: -8px; right: -10px;
  background: var(--talent-red); color: var(--talent-cream);
  font-family: var(--font-mono); font-size: 9px;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; line-height: 1;
  padding: 0; text-align: center;
  pointer-events: none;
}

.cart-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--talent-red); color: var(--talent-cream);
  border: 2px solid var(--talent-espresso);
  padding: 9px 16px;
  box-shadow: 3px 3px 0 var(--talent-espresso);
  font-family: var(--font-narrow); font-weight: 700;
  font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out-soft), box-shadow var(--dur-fast);
}
.cart-pill:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--talent-espresso); }
.cart-pill::after { display: none !important; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: calc(100vh - 130px);
  overflow: hidden;
  background: var(--talent-burgundy);
  isolation: isolate;
}

.hero-video {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-video-strip {
  position: absolute;
  inset: -10% -10% -10% -10%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  animation: hero-pan var(--hero-speed, 32s) linear infinite;
}
.hero-video-tile {
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  filter: brightness(0.78) saturate(1.05) contrast(1.02);
}
.hero-video-tile.t1 { background-image: url('../assets/imagery/bar-cat-milk.webp'); }
.hero-video-tile.t2 { background-image: url('../assets/imagery/chocolate-pieces-yellow.webp'); background-color: #e8c93a; }
.hero-video-tile.t3 { background-image: url('../assets/imagery/bar-strongman-hazelnut.webp'); }
.hero-video-tile.t4 { background-image: url('../assets/imagery/bar-monkey-dark.webp'); }
.hero-video-tile.t5 { background-image: url('../assets/imagery/white-bar-brown.webp'); }
.hero-video-tile.t6 { background-image: url('../assets/imagery/three-bars-fan.webp'); }

@keyframes hero-pan {
  0%   { transform: translate3d(-3%, -2%, 0) scale(1.05); }
  50%  { transform: translate3d(-9%, 1%, 0) scale(1.08); }
  100% { transform: translate3d(-3%, -2%, 0) scale(1.05); }
}

.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(86,35,30,0.55) 0%, rgba(86,35,30,0.85) 65%, rgba(42,26,18,0.92) 100%),
    linear-gradient(180deg, rgba(42,26,18,0.4) 0%, rgba(42,26,18,0.0) 30%, rgba(42,26,18,0.0) 70%, rgba(42,26,18,0.6) 100%);
  z-index: 1;
}

.hero-pattern {
  position: absolute; inset: 0;
  background-image: url('../assets/patterns/triangles-cream.svg');
  background-size: 36px 36px;
  opacity: var(--hero-pattern-opacity, 0.07);
  z-index: 2;
  mix-blend-mode: overlay;
}

.hero-content {
  position: relative;
  z-index: 5;
  padding: 80px 64px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 130px);
  color: var(--talent-cream);
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-narrow); font-weight: 700;
  font-size: 13px; letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--talent-cream);
  margin-bottom: 28px;
  opacity: 0.95;
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: ''; display: inline-block;
  width: 28px; height: 1px;
  background: var(--talent-cream); opacity: 0.6;
}

.hero h1,
.hero-title {
  font-family: var(--font-narrow);
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(64px, 9.5vw, 168px);
  line-height: 0.86;
  letter-spacing: -0.02em;
  color: var(--talent-cream);
  margin: 0 0 36px;
  position: relative;
  text-wrap: balance;
}
.hero h1 .accent {
  font-family: inherit;
  font-style: italic;
  font-weight: inherit;
  color: var(--talent-red);
  display: inline-block;
  transform: rotate(-1.5deg);
  position: relative;
}
.hero h1 .accent::after {
  content: '';
  position: absolute;
  left: 4%; right: 4%; bottom: -6px;
  height: 3px;
  background: var(--talent-red);
  opacity: 0.85;
}

.hero-lede {
  font-family: var(--font-edit);
  font-style: italic;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
  color: var(--talent-cream);
  opacity: 0.94;
  max-width: 38ch;
  margin: 0 0 36px;
}

.hero-cta-row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

.hero-side {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-stamp-stack {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
}

.hero-seal-img {
  width: 320px;
  max-width: 100%;
  animation: seal-wobble 6s ease-in-out infinite;
  display: block;
}

@keyframes seal-wobble {
  0%, 100% { transform: rotate(-8deg); }
  50%      { transform: rotate(-4deg); }
}

.hero-marquee {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 6;
  background: var(--talent-cream);
  border-top: 2px solid var(--talent-espresso);
  border-bottom: 2px solid var(--talent-espresso);
  overflow: hidden;
  height: 54px;
  display: flex; align-items: center;
}
.hero-marquee-track {
  display: flex; align-items: center; gap: 38px;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  padding-left: 38px;
  font-family: var(--font-narrow); font-weight: 900;
  font-size: 18px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--talent-burgundy);
}
.hero-marquee-track span { display: inline-block; }
.hero-marquee-track .dot {
  display: inline-block; width: 10px; height: 10px;
  background: var(--talent-red);
  transform: rotate(45deg);
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  font-family: var(--font-narrow); font-weight: 700;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 16px 28px;
  border: 2px solid var(--talent-espresso);
  cursor: pointer;
  box-shadow: 5px 5px 0 var(--talent-espresso);
  transition: transform var(--dur-base) var(--ease-bounce),
              box-shadow var(--dur-base) var(--ease-out-soft);
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--talent-cream); color: var(--talent-espresso);
  text-decoration: none;
  border-radius: 0;
}
.btn.primary { background: var(--talent-red); color: var(--talent-cream); }
.btn.primary { border-color: var(--talent-cream); }
.btn.lime { background: var(--talent-lime); color: var(--talent-burgundy); border-color: var(--talent-burgundy); box-shadow: 5px 5px 0 var(--talent-burgundy); }
.btn.cream { background: var(--talent-cream); color: var(--talent-burgundy); border-color: var(--talent-burgundy); box-shadow: 5px 5px 0 var(--talent-burgundy); }
.btn.dark { background: var(--talent-burgundy); color: var(--talent-cream); border-color: var(--talent-cream); box-shadow: 5px 5px 0 var(--talent-cream); }
.btn:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--talent-espresso); }
.btn.lime:hover, .btn.cream:hover { box-shadow: 7px 7px 0 var(--talent-burgundy); }
.btn.dark:hover { box-shadow: 7px 7px 0 var(--talent-cream); }
.btn:active { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--talent-espresso); }
.btn .arrow { display: inline-block; transition: transform var(--dur-fast); font-family: var(--font-sans); font-size: 16px; line-height: 1; }
.btn:hover .arrow { transform: translateX(4px); }

.btn-ghost {
  background: transparent; border: none; box-shadow: none;
  color: var(--talent-cream); padding: 14px 0;
  border-bottom: 2px solid var(--talent-cream);
  font-family: var(--font-narrow); font-weight: 700;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  cursor: pointer; text-decoration: none;
  transition: color var(--dur-fast), border-color var(--dur-fast);
}
.btn-ghost:hover { color: var(--talent-lime); border-color: var(--talent-lime); }

/* ============================================================
   SECTIONS — generic
   ============================================================ */
.section {
  padding: 110px 64px;
  position: relative;
}
.section.tight { padding: 70px 64px; }

.section-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 72px;
}
.section-head .left { display: flex; flex-direction: column; gap: 0; }
.section-eyebrow {
  font-family: var(--font-narrow); font-weight: 700;
  font-size: 12px; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--talent-red);
  margin-bottom: 18px;
  display: inline-flex; align-items: center; gap: 12px;
}
.section-eyebrow::before {
  content: ''; display: inline-block;
  width: 24px; height: 2px; background: var(--talent-red);
}
.section-head h2 {
  font-family: var(--font-narrow);
  font-size: clamp(42px, 5.6vw, 86px);
  line-height: 0.94;
  letter-spacing: -0.018em;
  margin: 0;
  color: var(--talent-burgundy);
  text-wrap: balance;
}
.section-head .blurb {
  font-family: var(--font-edit); font-style: italic;
  font-size: 19px; line-height: 1.5;
  color: var(--ink-3);
  max-width: 36ch;
  margin: 0;
  align-self: end;
  padding-bottom: 8px;
}

/* ============================================================
   FEATURED PRODUCTS
   ============================================================ */
.featured {
  background: var(--paper);
  position: relative;
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 2px solid var(--talent-burgundy);
  border-bottom: 2px solid var(--talent-burgundy);
}
.feat-card {
  display: flex;
  text-decoration: none;
  color: inherit;
  position: relative;
  aspect-ratio: 3/4.6;
  border-right: 2px solid var(--talent-burgundy);
  overflow: hidden;
  cursor: pointer;
  transition: flex var(--dur-slow) var(--ease-out-soft);
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  isolation: isolate;
}
.feat-card:last-child { border-right: none; }

.feat-card .swatch {
  position: absolute; inset: 0; z-index: 0;
  transition: transform var(--dur-slow) var(--ease-out-soft), filter var(--dur-slow);
}
.feat-card.milk      .swatch { background: #F2C63A; }
.feat-card.hazelnut  .swatch { background: #C4572A; }
.feat-card.white     .swatch { background: #56231E; }
.feat-card.dark      .swatch { background: #8BAA40; }
.feat-card.pearls    .swatch { background: #B8D44E; }

.feat-card .bar {
  position: absolute;
  top: 8%; left: 50%;
  width: 75%;
  max-height: 68%;
  object-fit: contain;
  object-position: center;
  transform: translateX(-50%) rotate(-3deg);
  z-index: 2;
  transition: transform var(--dur-slow) var(--ease-bounce);
}
.feat-card.white .bar {
  top: 4%;
  width: 90%;
  max-height: 75%;
}
.feat-card.pearls .bar {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  width: 88%;
  max-height: 82%;
}
.feat-card:hover .swatch {
  transform: scale(1.06);
}
.feat-card:hover .bar {
  transform: translateX(-50%) rotate(-3deg) scale(1.09);
}
.feat-card.pearls:hover .bar {
  transform: translate(-50%, -50%) rotate(-3deg) scale(1.09);
}

.feat-card .swatch::after {
  content: '';
  display: block;
  position: absolute;
  inset: 10px;
  border: 1.5px solid rgba(255,255,255,0.55);
  pointer-events: none;
  z-index: 1;
}

.feat-card .meta {
  position: relative; z-index: 3;
  background: var(--paper);
  color: var(--ink-1);
  padding: 14px 18px 16px;
  border-top: 2px solid var(--talent-burgundy);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feat-card .name {
  font-family: var(--font-narrow);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--talent-burgundy);
}
.feat-card .arrow-btn {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border: 2px solid currentColor;
  display: grid; place-items: center;
  font-size: 18px;
  transition: transform var(--dur-fast), background var(--dur-fast), color var(--dur-fast);
}
.feat-card:hover .arrow-btn { background: var(--talent-burgundy); border-color: var(--talent-burgundy); }
.feat-card:hover .arrow-btn::before { color: var(--talent-cream); }
.feat-card .arrow-btn::before {
  content: '→';
  display: block; transition: color var(--dur-fast), transform var(--dur-fast);
}
.feat-card:hover .arrow-btn::before { transform: translateX(2px); }

.feat-card .badge {
  position: absolute;
  top: 22px; left: 22px;
  z-index: 3;
  background: var(--talent-red);
  color: var(--talent-cream);
  font-family: var(--font-narrow); font-weight: 900;
  font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid var(--talent-cream);
  transform: rotate(-4deg);
  box-shadow: 2px 2px 0 var(--talent-burgundy);
}
.feat-card .badge.lime {
  background: var(--talent-lime); color: var(--talent-burgundy);
  border-color: var(--talent-burgundy);
  box-shadow: 2px 2px 0 var(--talent-burgundy);
}

.feat-card .wm {
  display: none;
  position: absolute;
  left: -8%; bottom: 16%;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(80px, 14vw, 200px);
  line-height: 0.8;
  color: rgba(255,229,168,0.06);
  letter-spacing: -0.04em;
  pointer-events: none;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  white-space: nowrap;
  user-select: none;
}

/* ============================================================
   STORY TEASER
   ============================================================ */
.story {
  background: var(--talent-red);
  color: var(--talent-cream);
  padding: 130px 64px;
  position: relative;
  overflow: hidden;
}
.story::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 22px;
  background: url('../assets/ornaments/tents-row.svg') repeat-x;
  background-size: 30px 22px;
  filter: brightness(0) saturate(100%) invert(94%) sepia(28%) saturate(354%) hue-rotate(351deg) brightness(105%);
  transform: translateY(-1px);
}
.story::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 22px;
  background: url('../assets/ornaments/tents-row.svg') repeat-x;
  background-size: 30px 22px;
  filter: brightness(0) saturate(100%) invert(94%) sepia(28%) saturate(354%) hue-rotate(351deg) brightness(105%);
  transform: scaleY(-1);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: var(--content-max);
  margin: 0 auto;
  position: relative;
}
.story-eyebrow {
  font-family: var(--font-narrow); font-weight: 700;
  font-size: 12px; letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--talent-cream); opacity: 0.85;
  margin-bottom: 20px;
}
.story h2 {
  font-family: var(--font-narrow);
  font-size: clamp(48px, 6.8vw, 110px);
  line-height: 0.9;
  margin: 0 0 36px;
  color: var(--talent-cream);
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.story h2 em {
  color: var(--talent-lime);
  display: inline-block;
  transform: rotate(-2deg);
}
.story .pull {
  font-family: var(--font-edit); font-style: italic;
  font-size: 22px; line-height: 1.55;
  margin: 0 0 32px;
  max-width: 38ch;
  color: var(--talent-cream);
  opacity: 0.95;
}
.story .meta {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 36px;
}

.story-card {
  position: relative;
  aspect-ratio: 3/4;
  background: var(--talent-cream);
  border: 2px solid var(--talent-burgundy);
  background-image: url('../assets/imagery/four-bars-fan.webp');
  background-size: cover;
  background-position: center;
  box-shadow: 12px 12px 0 var(--talent-burgundy);
  transform: rotate(2deg);
  transition: transform var(--dur-slow) var(--ease-out-soft);
}
.story-card:hover { transform: rotate(0deg) translateY(-6px); }
.story-card .ticket {
  position: absolute;
  bottom: -22px; left: -22px;
  background: var(--talent-lime);
  color: var(--talent-burgundy);
  border: 2px solid var(--talent-burgundy);
  font-family: var(--font-narrow); font-weight: 900;
  font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 14px 18px 12px;
  text-align: center;
  transform: rotate(-6deg);
  box-shadow: 4px 4px 0 var(--talent-burgundy);
}
.story-card .ticket small {
  display: block; font-family: var(--font-mono); font-weight: 400;
  font-size: 10px; letter-spacing: 0.22em; opacity: 0.85;
  margin-bottom: 4px;
}

.story-bignum {
  position: absolute;
  top: 8%; right: -5%;
  font-family: var(--font-display);
  font-size: clamp(140px, 22vw, 360px);
  line-height: 0.85;
  color: rgba(255, 229, 168, 0.10);
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* ============================================================
   THE WORLD
   ============================================================ */
.world {
  background: var(--talent-cream);
  padding: 120px 64px 0;
  position: relative;
  background-image: url('../assets/patterns/triangles-cream.svg');
  background-size: 22px 22px;
}

.world-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 60px;
}
.world-cell {
  position: relative;
  text-align: center;
  padding: 32px 20px 80px;
  cursor: pointer;
}
.world-cell::after {
  content: '';
  position: absolute;
  top: 24px; bottom: 24px; right: 0;
  width: 1px;
  background: var(--ink-5);
}
.world-cell:last-child::after { display: none; }

.world-cell .num {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--talent-red);
  margin-bottom: 16px;
}
.world-cell .character {
  width: 80%;
  aspect-ratio: 3/4;
  margin: 0 auto 24px;
  background-size: 88% auto;
  background-repeat: no-repeat;
  background-position: center 60%;
  border: 1.5px solid rgba(0,0,0,0.08);
  transition: transform var(--dur-slow) var(--ease-bounce);
}
.world-cell:hover .character { transform: rotate(-3deg) scale(1.04) translateY(-6px); }
.world-cell.c1 .character { background-image: url('../assets/imagery/bar-milk-clear.webp');     background-color: #F2C63A; }
.world-cell.c2 .character { background-image: url('../assets/imagery/bar-hazelnut-clear.webp'); background-color: #C4572A; }
.world-cell.c3 .character { background-image: url('../assets/imagery/bar-white-clear.webp');    background-color: #56231E; }
.world-cell.c4 .character { background-image: url('../assets/imagery/bar-dark-clear.webp');     background-color: #8BAA40; }

.world-cell h4 {
  font-family: var(--font-narrow);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 8px;
  color: var(--talent-burgundy);
  text-transform: none;
  letter-spacing: -0.01em;
}
.world-cell p {
  font-family: var(--font-edit); font-style: italic;
  font-size: 15px; line-height: 1.4;
  color: var(--ink-3);
  max-width: 22ch;
  margin: 0 auto;
}

.tents-row {
  height: 56px;
  background: url('../assets/ornaments/tents-row.svg') repeat-x;
  background-size: 56px 56px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(28%) saturate(2400%) hue-rotate(338deg) brightness(95%);
  margin-top: 40px;
  opacity: 0.85;
}

/* ============================================================
   CIRCUS ILLUSTRATIONS
   ============================================================ */
.circus-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.circus-duo img {
  width: 100%;
  display: block;
}

/* ============================================================
   PROMISE
   ============================================================ */
.promise {
  background: var(--talent-burgundy);
  color: var(--talent-cream);
  padding: 140px 64px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.promise-quote {
  font-family: var(--font-narrow);
  font-weight: 700;
  font-size: clamp(38px, 5.4vw, 78px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  max-width: 22ch;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-wrap: balance;
}
.promise-quote em {
  font-family: inherit; font-style: italic;
  color: var(--talent-lime);
  font-weight: inherit;
}
.promise-attr {
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-top: 38px;
  opacity: 0.8;
  position: relative;
  z-index: 2;
}
.promise-quote-mark {
  font-family: var(--font-display);
  font-size: clamp(220px, 32vw, 540px);
  position: absolute;
  top: -8%; left: 50%;
  transform: translateX(-50%);
  color: var(--talent-red);
  opacity: 0.18;
  line-height: 0.7;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

/* ============================================================
   NEWSLETTER
   ============================================================ */
.newsletter {
  background: var(--talent-lime);
  padding: 90px 64px;
  border-top: 2px solid var(--talent-burgundy);
  border-bottom: 2px solid var(--talent-burgundy);
  position: relative;
}
.newsletter-inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.newsletter h3 {
  font-family: var(--font-narrow);
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1;
  margin: 0 0 16px;
  color: var(--talent-burgundy);
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.newsletter p {
  font-family: var(--font-edit); font-style: italic;
  font-size: 18px; line-height: 1.5;
  color: var(--talent-burgundy);
  margin: 0;
  max-width: 36ch;
}
.newsletter form {
  display: flex; gap: 0;
  border: 2px solid var(--talent-burgundy);
  background: var(--talent-cream);
  box-shadow: 5px 5px 0 var(--talent-burgundy);
}
.newsletter input {
  flex: 1;
  border: none; background: transparent;
  padding: 18px 22px;
  font-family: var(--font-sans);
  font-size: 16px;
  color: var(--talent-burgundy);
  outline: none;
}
.newsletter input::placeholder {
  color: var(--ink-3);
  font-family: var(--font-edit); font-style: italic;
}
.newsletter button {
  border: none;
  background: var(--talent-red);
  color: var(--talent-cream);
  border-left: 2px solid var(--talent-burgundy);
  padding: 0 28px;
  font-family: var(--font-narrow); font-weight: 700;
  font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--dur-fast);
}
.newsletter button:hover { background: var(--talent-red-press); }

/* ============================================================
   FOOTER
   ============================================================ */
.foot {
  background: var(--talent-burgundy);
  color: var(--talent-cream);
  padding: 80px 64px 32px;
  position: relative;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
  max-width: var(--content-max);
  margin-left: auto; margin-right: auto;
}
.foot h5 {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--talent-cream); opacity: 0.7;
  margin: 0 0 18px;
}
.foot a {
  display: block; padding: 5px 0;
  color: var(--talent-cream); opacity: 0.85;
  text-decoration: none; font-size: 14px;
  font-family: var(--font-narrow);
  transition: opacity var(--dur-fast), color var(--dur-fast), transform var(--dur-fast);
}
.foot a:hover { opacity: 1; color: var(--talent-lime); transform: translateX(3px); }
.foot .wm {
  font-family: var(--font-edit); font-style: italic;
  font-size: 17px; opacity: 0.85;
  max-width: 32ch; margin: 16px 0 0;
  line-height: 1.5;
}
.foot-logo { width: 200px; }
.foot-bot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255,229,168,0.18);
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase;
  opacity: 0.7;
  max-width: var(--content-max);
  margin: 0 auto;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-card:nth-child(2n) { border-right: none; }
  .feat-card:nth-child(1), .feat-card:nth-child(2), .feat-card:nth-child(3), .feat-card:nth-child(4) { border-bottom: 2px solid var(--talent-burgundy); }
  .world-row { grid-template-columns: repeat(2, 1fr); }
  .world-cell:nth-child(2)::after { display: none; }
  .world-cell:nth-child(1), .world-cell:nth-child(2) { border-bottom: 1px solid var(--ink-5); }
}

@media (max-width: 760px) {
  .circus-duo { grid-template-columns: 1fr; }
  .nav { padding: 14px 18px; flex-wrap: wrap; gap: 12px; }
  .nav-center { display: none; }
  .nav-logo { width: 130px; }
  .hero-content { grid-template-columns: 1fr; padding: 56px 24px 100px; gap: 32px; }
  .hero-side { order: -1; }
  .hero-seal-img { width: 220px; }
  .section { padding: 64px 24px; }
  .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .featured-grid { grid-template-columns: 1fr; }
  .feat-card { border-right: none; border-bottom: 2px solid var(--talent-burgundy); aspect-ratio: 4/4.6; }
  .feat-card:last-child { border-bottom: none; }
  .story { padding: 80px 24px; }
  .story-grid { grid-template-columns: 1fr; gap: 48px; }
  .story-card { transform: none; }
  .world { padding: 72px 24px 0; }
  .world-row { grid-template-columns: 1fr; }
  .world-cell::after { display: none; }
  .promise { padding: 80px 24px; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 32px; }
  .newsletter { padding: 56px 24px; }
  .foot { padding: 56px 24px 24px; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .foot-bot { flex-direction: column; gap: 12px; align-items: flex-start; }
}

@media (max-width: 760px) {
  .hero-video-strip { animation: none; transform: scale(1.1) translate(-5%, -3%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-video-strip, .hero-marquee-track, .hero-seal-img { animation: none !important; }
}




/* ============================================================
   INTRO PANELS
   ============================================================ */
#intro-panels {
  position: fixed; inset: 0;
  z-index: 500;
  overflow: hidden;
}
.intro-panel {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.intro-panel.p2 { z-index: 2; background: var(--talent-red); }

.ip-corner {
  position: absolute; bottom: 52px; left: 56px;
  z-index: 4;
}
.ip-eyebrow {
  display: block;
  font-family: var(--font-narrow); font-weight: 700;
  font-size: 11px; letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--talent-lime); margin-bottom: 0;
}
.ip-illustration {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.55; pointer-events: none; z-index: 0;
}
.ip-label {
  font-family: var(--font-narrow); font-weight: 900;
  font-size: clamp(72px, 13vw, 210px);
  line-height: 0.87; letter-spacing: -0.025em;
  color: var(--talent-cream);
  position: relative; z-index: 2;
  text-align: center; pointer-events: none;
}
.ip-label .char { display: inline-block; }
.ip-skip {
  position: absolute; bottom: 44px; right: 52px; z-index: 10;
  background: transparent; cursor: pointer;
  border: 2px solid rgba(255,229,168,0.45); color: var(--talent-cream);
  font-family: var(--font-narrow); font-weight: 700;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  padding: 10px 20px;
  transition: background var(--dur-fast), color var(--dur-fast), border-color var(--dur-fast);
}
.ip-skip:hover { background: var(--talent-cream); color: var(--talent-burgundy); border-color: var(--talent-cream); }

/* ============================================================
   PAGE TRANSITION OVERLAY
   ============================================================ */
#page-overlay {
  position: fixed; inset: 0;
  background: var(--talent-cream);
  z-index: 9998;
  pointer-events: none;
  visibility: hidden;          /* hidden by default — shown only on exit */
  display: flex; align-items: center; justify-content: center;
}
#page-overlay.active {
  visibility: visible;
  pointer-events: all;
}
#page-overlay img {
  width: 200px; opacity: 0;
  transition: opacity 0.22s 0.18s;
}
#page-overlay.show-logo img { opacity: 1; }

/* ============================================================
   NAV SCROLL SHADOW
   ============================================================ */
.nav.scrolled { box-shadow: 0 6px 32px rgba(42,26,18,0.10); }

/* ============================================================
   UTILITY TYPE SIZES
   ============================================================ */
.text-xs   { font-size: 11px; }
.text-sm   { font-size: 13px; }
.text-base { font-size: 16px; }
.text-md   { font-size: 18px; }
.text-lg   { font-size: 20px; }
.text-xl   { font-size: 24px; }
.text-2xl  { font-size: 30px; }
.text-3xl  { font-size: 38px; }

/* GPU layer pentru carduri */
.feat-card {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ================================================================
   TALENT — Mobile optimizations
   Only @media (max-width: 768px) — zero desktop styles touched.
   ================================================================ */

@media (max-width: 768px) {

  /* ── Global ────────────────────────────────────────────── */
  * { -webkit-tap-highlight-color: transparent; }
  img { max-width: 100%; height: auto; }

  /* ── Intro panels — ascunse pe mobil ───────────────────── */
  #intro-panels { display: none !important; }

  /* ── Newsletter ─────────────────────────────────────────── */
  .newsletter { overflow: hidden; }
  .newsletter form {
    flex-direction: column;
    box-shadow: 3px 3px 0 var(--talent-burgundy);
    width: 100%; box-sizing: border-box;
  }
  .newsletter input { border-bottom: 2px solid var(--talent-burgundy); }
  .newsletter button { border-left: none; border-top: 2px solid var(--talent-burgundy); width: 100%; justify-content: center; }

  .page-frame {
    margin: 0;
    border-left: none;
    border-right: none;
  }

  /* ── Nav ───────────────────────────────────────────────── */
  .nav { top: 0; }
  .nav-right { min-width: 0; }
  .nav-right a:not(.cart-pill) { display: none; }

  /* Hamburger button — injected by mobile.js */
  .mob-burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    min-height: 44px;
    min-width: 44px;
    align-items: center;
    justify-content: center;
  }
  .mob-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--talent-espresso);
    border-radius: 1px;
    transition: transform 0.28s var(--ease-out-soft), opacity 0.2s, transform 0.28s;
    pointer-events: none;
  }
  .mob-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mob-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .mob-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Fullscreen menu overlay — injected by mobile.js */
  .mob-menu {
    position: fixed;
    inset: 0;
    background: var(--talent-burgundy);
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    visibility: hidden;
    pointer-events: none;
  }
  .mob-menu a {
    font-family: var(--font-narrow);
    font-weight: 400;
    font-size: clamp(32px, 9vw, 48px);
    line-height: 1.1;
    color: var(--talent-cream);
    text-decoration: none;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 8px 24px;
    min-height: 44px;
    display: flex;
    align-items: center;
    opacity: 0;
  }
  .mob-menu-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: 2px solid rgba(255, 229, 168, 0.35);
    color: var(--talent-cream);
    font-family: var(--font-narrow);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 10px 18px;
    cursor: pointer;
    min-height: 44px;
    transition: background var(--dur-fast), border-color var(--dur-fast);
  }
  .mob-menu-close:hover {
    background: rgba(255, 229, 168, 0.12);
    border-color: rgba(255, 229, 168, 0.6);
  }
  .mob-menu-stamp {
    position: absolute;
    bottom: 32px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--talent-cream);
    opacity: 0.4;
    text-align: center;
  }
  .mob-menu-cart {
    margin-top: 24px;
    background: var(--talent-red);
    color: var(--talent-cream);
    border: 2px solid rgba(255, 229, 168, 0.4);
    font-family: var(--font-narrow);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 14px 28px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    opacity: 0;
  }

  /* ── Featured cards — horizontal scroll ────────────────── */
  .section.featured { padding-left: 0; padding-right: 0; }
  .featured .section-head { padding: 0 20px; }
  .featured-grid {
    display: flex !important;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 0;
    padding: 0 20px 4px;
    border-top: 2px solid var(--talent-burgundy);
    border-bottom: 2px solid var(--talent-burgundy);
  }
  .featured-grid::-webkit-scrollbar { display: none; }
  .feat-card {
    flex: 0 0 78vw !important;
    min-width: 240px;
    max-width: 78vw !important;
    height: 75vw !important;
    aspect-ratio: unset !important;
    scroll-snap-align: start;
    border-right: 2px solid var(--talent-burgundy) !important;
    border-bottom: none !important;
  }
  .feat-card:last-child { border-right: none !important; }

  /* ── Hero ──────────────────────────────────────────────── */
  .hero-video-strip {
    animation: none !important;
    transform: scale(1.1) translate(-5%, -3%) !important;
  }

  /* ── Hero — mobile simplified ──────────────────────────── */
  .hero { min-height: 100svh; }
  .hero-overlay { opacity: 0.62 !important; }
  .hero-side { display: none !important; }
  .hero-cta-row {
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .hero-cta-row .btn.primary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero a[href="#story"] { display: none !important; }

  /* ── Typography caps ───────────────────────────────────── */
  .hero h1           { font-size: clamp(40px, 10vw, 52px) !important; }
  .page-head h1      { font-size: clamp(38px, 9vw, 52px)  !important; }
  .about-hero h1     { font-size: clamp(38px, 9vw, 52px)  !important; }
  .pd-info h1        { font-size: clamp(34px, 9vw, 50px)  !important; }
  .section-head h2   { font-size: clamp(26px, 7vw, 36px)  !important; }
  .story h2          { font-size: clamp(28px, 8vw, 44px)  !important; }
  .promise-quote     { font-size: clamp(22px, 6.5vw, 34px) !important; }
  .cta-strip h2      { font-size: clamp(26px, 7vw, 38px)  !important; }
  .newsletter h3     { font-size: clamp(24px, 6.5vw, 34px) !important; }
  .origins-text h3   { font-size: clamp(24px, 6.5vw, 34px) !important; }
  .pd-price          { font-size: 40px !important; }

  /* Large decorative */
  .story-bignum      { font-size: clamp(80px, 24vw, 140px)  !important; right: -8%; }
  .promise-quote-mark{ font-size: clamp(120px, 38vw, 220px) !important; }
  .about-hero-bignum { font-size: clamp(100px, 32vw, 180px) !important; }
  .ip-label          { font-size: clamp(52px, 14vw, 80px)   !important; }

/* ── Cards dots indicator ──────────────────────────────── */
  .cards-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 12px 0 4px;
  }
  .cards-dots .dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--talent-burgundy);
    opacity: 0.25;
    transition: opacity 0.2s;
  }
  .cards-dots .dot.active { opacity: 1; }

  /* ── Touch targets ─────────────────────────────────────── */
  .btn, .btn-ghost, .cart-pill { min-height: 44px; }
  .chip, .sort-select          { min-height: 44px; }
  .pd-tab { min-height: 44px; display: inline-flex; align-items: center; }
  .qty button { min-height: 48px; width: 48px; }
  .nav a { min-height: 44px; display: inline-flex; align-items: center; }

  /* ── About card — remove rotation ─────────────────────── */
  .about-card { transform: none; }

  /* ── Numbers — 2 cols on mobile ────────────────────────── */
  .numbers-grid                       { grid-template-columns: 1fr 1fr !important; }
  .numbers-cell:nth-child(even)       { border-right: none; }
  .numbers-cell:nth-child(odd)        { border-right: 1px solid var(--talent-burgundy); }
  .numbers-cell:nth-last-child(-n+2)  { border-bottom: none; }

  /* ── Product CTA ───────────────────────────────────────── */
  .pd-cta-row              { flex-direction: column; gap: 12px; }
  .pd-cta-row .btn         { width: 100%; justify-content: center; }

  /* ── Shop cards at 2-col ──────────────────────────────────── */
  .shop-card .info { padding: 14px 14px 14px !important; gap: 4px !important; }
  .shop-card .info h3 { font-size: 18px !important; line-height: 1.05 !important; }
  .shop-card .info p { display: none !important; }
  .shop-card .info .row { margin-top: 8px !important; padding-top: 8px !important; justify-content: space-between !important; align-items: center !important; flex-direction: row-reverse !important; }
  .shop-card .info .row .price { font-size: 20px !important; }
  .shop-card .info .row span:first-child { font-size: 13px !important; opacity: 0.45; }
  .shop-card .badge { font-size: 8px !important; padding: 3px 7px !important; }
  .shop-card { box-shadow: 3px 3px 0 var(--talent-burgundy) !important; }

  /* ── Sezonier secret — forțează centrare ─────────────────── */
  .shop-card[data-variant="secret"] .photo > div { width: 100% !important; box-sizing: border-box; }

  /* ── pd-recommend horizontal scroll ──────────────────────── */
  .pd-recommend-row {
    flex-direction: row !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 0 !important;
    padding: 4px 20px 12px !important;
  }
  .pd-recommend-row::-webkit-scrollbar { display: none; }
  .pd-recommend-row .shop-card {
    flex: 0 0 72vw !important;
    min-width: 200px;
    max-width: 320px;
    scroll-snap-align: start;
    border-right: 2px solid var(--talent-burgundy) !important;
  }
  .pd-recommend-row .shop-card:last-child { border-right: none !important; }

  /* ── Sticky add-to-cart bar ───────────────────────────────── */
  .mob-sticky-cta {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--paper);
    border-top: 2px solid var(--talent-burgundy);
    padding: 12px 20px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    display: flex; align-items: center; gap: 14px;
    z-index: 150;
    transform: translateY(110%);
    transition: transform 280ms ease;
    box-shadow: 0 -6px 28px rgba(42, 26, 18, 0.14);
  }
  .mob-sticky-cta.visible { transform: translateY(0); }
  .mob-sticky-info { flex: 1; display: flex; flex-direction: column; gap: 1px; min-width: 0; }
  .mob-sticky-name {
    font-family: var(--font-narrow); font-weight: 700;
    font-size: 13px; color: var(--ink-2); line-height: 1.1;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .mob-sticky-price {
    font-family: var(--font-narrow); font-weight: 900;
    font-size: 22px; color: var(--talent-burgundy); line-height: 1;
  }
  .mob-sticky-btn { flex-shrink: 0; font-size: 11px !important; padding: 12px 18px !important; white-space: nowrap; }

  /* ── Footer accordion ─────────────────────────────────────── */
  .foot-grid { display: flex !important; flex-direction: column !important; gap: 0 !important; }
  .foot-section-toggle {
    width: 100%; background: none; border: none; border-bottom: 1px solid rgba(255, 229, 168, 0.18);
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 0; cursor: pointer;
    font-family: var(--font-narrow); font-weight: 700; font-size: 13px;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--talent-cream); text-align: left;
  }
  .foot-section-toggle::after { content: '+'; font-size: 18px; opacity: 0.55; flex-shrink: 0; margin-left: 8px; }
  .foot-section-toggle.open::after { content: '−'; }
  .foot-section-links {
    display: flex; flex-direction: column; gap: 2px;
    overflow: hidden; max-height: 0;
    transition: max-height 320ms ease, padding-bottom 320ms ease;
    padding-bottom: 0;
  }
  .foot-section-links.open { max-height: 400px; padding-bottom: 16px; }
  .foot-section-links a { padding: 5px 0 !important; font-size: 14px !important; opacity: 0.8; }

  /* ── Informații produse — revert la grid static pe mobil ── */
  .info-arrow { display: none !important; }
  .info-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow-x: visible !important;
    scroll-snap-type: none !important;
  }
  .info-card {
    min-width: unset !important;
    flex-shrink: unset !important;
    scroll-snap-align: none !important;
  }

  /* ── GSAP: force elements always visible ───────────────────
     animations.js sets opacity:0 / y:50 as initial state via
     inline styles. CSS !important overrides inline styles.   */
  h2, h3,
  .feat-card, .shop-card,
  .world-cell,
  .promise-quote,
  .section-eyebrow, .pd-eyebrow,
  .story .pull, .section-head .blurb, .pd-tagline,
  .origins-row,
  .story-bignum {
    opacity: 1 !important;
  }
  h2, h3,
  .shop-card, .world-cell,
  .promise-quote,
  .section-eyebrow, .pd-eyebrow,
  .story .pull, .section-head .blurb, .pd-tagline,
  .origins-row {
    transform: none !important;
  }
  /* feat-card keeps translateZ(0) for GPU compositing */
  .feat-card { transform: translateZ(0) !important; }

  /* Fix: comma-below diacritics (ș ț) overlap next line when heading wraps at tight line-height */
  .hero h1,
  .section-head h2,
  .story h2,
  .page-head h1,
  .pd-info h1,
  .shop-card .info h3,
  .about-hero h1,
  .origins-text h3,
  .cta-strip h2,
  .shop-secret-title {
    line-height: 1.1;
  }

}
