/*
Theme Name: Madame Ralph
Theme URI: https://madameralph.com
Author: Ralph Rocha
Version: 3.0.0
*/

/* =========================================================
   MADAME RALPH — Design tokens
   ========================================================= */
:root {
  --ink:          #1A1F5C;
  --ink-deep:     #10134A;
  --ink-deeper:   #0A0D38;
  --bone:         #F2ECD9;
  --bone-dim:     rgba(242,236,217,.72);
  --bone-ghost:   rgba(242,236,217,.32);
  --bone-line:    rgba(242,236,217,.18);

  --grass-01:     #2D4E2A;
  --grass-02:     #5D8A3C;
  --grass-03:     #A8C65A;

  --flor-vermelho:#D42E2F;
  --flor-salmao:  #E8876D;
  --flor-mostarda:#E8B94B;
  --flor-lavanda: #B39AD4;
  --flor-azul:    #94B5C8;

  --carne:        #B85770;
  --carne-deep:   #8E3350;

  --accent:       var(--flor-mostarda);

  --marquee-bg:   var(--flor-mostarda);
  --marquee-fg:   var(--ink);

  --type-display: clamp(3.25rem, 11vw, 10rem);
  --type-h1:      clamp(2.25rem, 6.5vw, 4.5rem);
  --type-h2:      clamp(1.75rem, 4.5vw, 3rem);
  --type-h3:      clamp(1.25rem, 2.5vw, 1.75rem);
  --type-body:    1.0625rem;
  --type-small:   0.875rem;
  --type-label:   0.75rem;

  --f-display: "Fraunces", Georgia, serif;
  --f-ui:      "Josefin Sans", system-ui, sans-serif;
  --f-body:    "Newsreader", Georgia, serif;

  --pad-section: clamp(64px, 11vw, 168px);
  --gutter:      clamp(20px, 4vw, 88px);
  --ease:        cubic-bezier(.22,.61,.36,1);

  --grain-opacity: .08;
}

*,*::before,*::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { background: var(--ink); -webkit-font-smoothing: antialiased; }
body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--f-body);
  font-size: var(--type-body);
  line-height: 1.65;
  font-optical-sizing: auto;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

/* =========================================================
   Grain overlay
   ========================================================= */
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 100;
  mix-blend-mode: overlay; opacity: var(--grain-opacity);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.95 0 0 0 0 0.92 0 0 0 0 0.85 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* =========================================================
   Painted underlines
   ========================================================= */
.painted-under {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23D42E2F' stroke-width='3' stroke-linecap='round' fill='none' opacity='.95'/></svg>");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% .35em;
  padding-bottom: .12em;
  transition: background-size .35s var(--ease);
}
.painted-under:hover { background-size: 100% .5em; }
.painted-under--bone {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23F2ECD9' stroke-width='3' stroke-linecap='round' fill='none' opacity='.9'/></svg>");
}
.painted-under--yellow {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23E8B94B' stroke-width='3' stroke-linecap='round' fill='none' opacity='.95'/></svg>");
}

.rule-hand {
  height: 14px; width: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 14' preserveAspectRatio='none'><path d='M2 8 C 80 4 160 12 240 7 S 400 3 480 9 S 640 5 720 8 S 790 6 798 7' stroke='%23F2ECD9' stroke-opacity='.45' stroke-width='1.6' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat; background-size: 100% 100%;
}

/* =========================================================
   Organic clip-paths
   ========================================================= */
svg.defs { position: absolute; width: 0; height: 0; }
.clip-1 { clip-path: url(#orgshape-1); }
.clip-2 { clip-path: url(#orgshape-2); }
.clip-3 { clip-path: url(#orgshape-3); }
.clip-4 { clip-path: url(#orgshape-4); }

/* Placeholder painted cover */
.cover-ph {
  position: relative; overflow: hidden; isolation: isolate;
  aspect-ratio: 1/1; width: 100%;
  background:
    radial-gradient(120% 80% at 70% 30%, var(--ph-a, var(--flor-mostarda)) 0%, transparent 55%),
    radial-gradient(90% 90% at 20% 80%, var(--ph-b, var(--carne)) 0%, transparent 60%),
    radial-gradient(140% 100% at 50% 120%, var(--ph-c, var(--grass-01)) 0%, transparent 70%),
    linear-gradient(180deg, var(--ink-deep), var(--ink));
  color: var(--bone);
}
.cover-ph::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='280'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0 0.3 0 0 0 .9 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.4'/></svg>");
  mix-blend-mode: multiply; opacity: .45;
}
.cover-ph::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(120% 120% at 50% 50%, transparent 55%, rgba(10,13,56,.55) 100%);
}
.cover-ph__label {
  position: absolute; left: 0; right: 0; bottom: 6%;
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--bone-dim); text-align: center; z-index: 2;
}
.cover-ph__mark {
  position: absolute; inset: 0; display: grid; place-items: center; z-index: 2;
  font-family: var(--f-display); font-style: italic; font-weight: 900;
  font-size: clamp(2.2rem, 7vw, 5.5rem); color: var(--bone);
  line-height: .95; text-align: center; padding: 0 8%;
  letter-spacing: -.01em;
  text-shadow: 0 2px 0 rgba(0,0,0,.12);
}

/* =========================================================
   MARQUEE
   ========================================================= */
.marquee {
  position: sticky; top: 0; z-index: 50;
  background: var(--marquee-bg); color: var(--marquee-fg);
  border-top: 4px solid var(--ink);
  border-bottom: 4px solid var(--ink);
  height: 80px;
  overflow: hidden;
  display: flex; align-items: center;
}
@media (min-width: 900px) {
  .marquee { height: 112px; }
}
.marquee::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'><filter id='p'><feTurbulence type='fractalNoise' baseFrequency='0.35' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.6 0 0 0 0 0.4 0 0 0 0 0.1 0 0 0 .35 0'/></filter><rect width='100%' height='100%' filter='url(%23p)'/></svg>");
  mix-blend-mode: multiply; opacity: .55;
}
.marquee__track {
  display: flex; gap: 0;
  animation: marquee-scroll 50s linear infinite;
  white-space: nowrap; will-change: transform;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
  font-family: var(--f-display); font-weight: 900;
  font-size: clamp(2.25rem, 7vw, 5.5rem);
  line-height: 1; letter-spacing: .01em; text-transform: uppercase;
  padding: 0 0.5em; font-variation-settings: "SOFT" 50, "WONK" 1;
  display: inline-flex; align-items: center; gap: .55em;
}
.marquee__star {
  display: inline-block; width: .6em; height: .6em; flex: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M16 2 L18.5 13.5 L30 16 L18.5 18.5 L16 30 L13.5 18.5 L2 16 L13.5 13.5 Z' fill='%231A1F5C'/></svg>");
  background-repeat: no-repeat; background-size: contain; background-position: center;
}
.marquee.variant-carne .marquee__star {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M16 2 L18.5 13.5 L30 16 L18.5 18.5 L16 30 L13.5 18.5 L2 16 L13.5 13.5 Z' fill='%23F2ECD9'/></svg>");
}
.marquee.variant-lavanda .marquee__star {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M16 2 L18.5 13.5 L30 16 L18.5 18.5 L16 30 L13.5 18.5 L2 16 L13.5 13.5 Z' fill='%231A1F5C'/></svg>");
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marquee--hidden { display: none; }
a.marquee { text-decoration: none; cursor: pointer; }
.marquee.variant-mostarda { --marquee-bg: var(--flor-mostarda); --marquee-fg: var(--ink); }
.marquee.variant-carne    { --marquee-bg: var(--carne);         --marquee-fg: var(--bone); }
.marquee.variant-lavanda  { --marquee-bg: var(--flor-lavanda);  --marquee-fg: var(--ink); }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: sticky; top: 80px; z-index: 40;
  background: var(--ink);
  border-bottom: 1px solid var(--bone-line);
}
@media (min-width: 900px) { .nav { top: 112px; } }
.nav--no-marquee { top: 0 !important; }
.nav__inner {
  max-width: 1440px; margin: 0 auto;
  padding: 18px var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.logo {
  font-family: var(--f-display); font-style: italic; font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2rem); color: var(--bone);
  text-decoration: none; letter-spacing: -.01em;
  font-variation-settings: "SOFT" 60, "WONK" 1;
  line-height: 1;
}
.nav__menu {
  display: none; gap: 28px; list-style: none; margin: 0; padding: 0;
}
@media (min-width: 900px) { .nav__menu { display: flex; } }
.nav__menu a {
  text-decoration: none;
  font-family: var(--f-ui); font-weight: 500; font-size: 12px;
  letter-spacing: .18em; text-transform: uppercase; color: var(--bone);
  padding-bottom: 3px;
  transition: color .3s var(--ease);
}
.nav__menu a:hover { color: var(--accent); }
.nav__menu a.is-active {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23E8B94B' stroke-width='3' stroke-linecap='round' fill='none'/></svg>");
  background-repeat: no-repeat; background-size: 100% 6px;
  background-position: 0 100%;
  padding-bottom: 6px;
}
.nav__burger {
  display: flex; flex-direction: column; gap: 5px; background: none;
  border: 0; padding: 6px; cursor: pointer;
}
.nav__burger span {
  width: 28px; height: 2.5px;
  border-radius: 2px;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 3' preserveAspectRatio='none'><path d='M1 1.5 C 6 0.6 12 2.4 17 1.2 S 24 2 27 1.5' stroke='black' stroke-width='2.6' stroke-linecap='round' fill='none'/></svg>");
  mask-size: 100% 100%; mask-repeat: no-repeat;
  background: var(--bone);
}
@media (min-width: 900px) { .nav__burger { display: none; } }

/* Mobile menu overlay */
.mobile-menu {
  position: fixed; inset: 0; z-index: 60;
  background: var(--ink);
  display: none; flex-direction: column;
  padding: 100px 24px 40px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--f-display); font-weight: 900; font-style: italic;
  font-size: clamp(2.5rem, 9vw, 3.5rem); color: var(--bone);
  text-decoration: none; padding: 10px 0; letter-spacing: -.01em;
  font-variation-settings: "SOFT" 80, "WONK" 1;
}
.mobile-menu a:nth-child(1) { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23E8B94B' stroke-width='3' stroke-linecap='round' fill='none'/></svg>"); background-repeat: no-repeat; background-size: 60% 10px; background-position: 0 88%; }
.mobile-menu a:nth-child(2) { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23D42E2F' stroke-width='3' stroke-linecap='round' fill='none'/></svg>"); background-repeat: no-repeat; background-size: 60% 10px; background-position: 0 88%; }
.mobile-menu a:nth-child(3) { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23B39AD4' stroke-width='3' stroke-linecap='round' fill='none'/></svg>"); background-repeat: no-repeat; background-size: 60% 10px; background-position: 0 88%; }
.mobile-menu a:nth-child(4) { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23E8876D' stroke-width='3' stroke-linecap='round' fill='none'/></svg>"); background-repeat: no-repeat; background-size: 60% 10px; background-position: 0 88%; }
.mobile-menu a:nth-child(5) { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23A8C65A' stroke-width='3' stroke-linecap='round' fill='none'/></svg>"); background-repeat: no-repeat; background-size: 60% 10px; background-position: 0 88%; }
.mobile-menu a:nth-child(6) { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%2394B5C8' stroke-width='3' stroke-linecap='round' fill='none'/></svg>"); background-repeat: no-repeat; background-size: 60% 10px; background-position: 0 88%; }
.mobile-menu__close {
  position: absolute; top: 24px; right: 24px; background: none; border: 0;
  color: var(--bone); font-family: var(--f-ui); font-size: 12px;
  letter-spacing: .2em; text-transform: uppercase; cursor: pointer;
}

/* =========================================================
   Layout utilities
   ========================================================= */
.wrap { max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); }
.container { max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--pad-section) 0; position: relative; }

.section-kicker {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px; margin-bottom: 48px; flex-wrap: wrap;
}
.section-kicker__left { display: flex; flex-direction: column; gap: 8px; }
.section-kicker__pre {
  font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone-dim);
}
.section-kicker__title {
  font-family: var(--f-display); font-weight: 900;
  font-size: var(--type-h2); line-height: .95;
  font-variation-settings: "SOFT" 40, "WONK" 1;
  letter-spacing: -.015em; color: var(--bone); margin: 0;
}
.section-kicker__link {
  font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone); text-decoration: none;
  padding-bottom: 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23F2ECD9' stroke-width='2.5' stroke-linecap='round' fill='none'/></svg>");
  background-repeat: no-repeat; background-size: 100% 4px; background-position: 0 100%;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  padding: clamp(48px, 9vw, 140px) 0 clamp(56px, 10vw, 140px);
  overflow: hidden;
}
.hero__grid {
  display: grid; grid-template-columns: 1fr; gap: 40px;
  position: relative;
}
.hero__eyebrow {
  font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone-dim);
  display: flex; align-items: center; gap: 12px;
}
.hero__eyebrow::before {
  content: ""; display: inline-block; width: 40px; height: 2px;
  background: var(--bone-dim);
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 3' preserveAspectRatio='none'><path d='M1 1.5 C 8 0.5 18 2.2 25 1 S 36 2 39 1.5' stroke='black' stroke-width='2' stroke-linecap='round' fill='none'/></svg>");
  mask-size: 100% 100%;
}
.hero__title {
  font-family: var(--f-display); font-weight: 900; font-style: italic;
  font-size: var(--type-display); line-height: .88;
  letter-spacing: -.025em; color: var(--bone);
  margin: 0 0 clamp(28px, 4vw, 48px);
  font-variation-settings: "SOFT" 80, "WONK" 1;
  transform: rotate(-1.2deg);
  transform-origin: left center;
}
.hero__sub {
  font-family: var(--f-body); font-style: italic; font-weight: 400;
  font-size: clamp(1.125rem, 2vw, 1.5rem); line-height: 1.5;
  color: var(--bone-dim); max-width: 38ch; margin: 0;
}
.hero__ctas {
  display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px;
}

/* Buttons */
.btn {
  font-family: var(--f-ui); font-weight: 500; font-size: 12px;
  letter-spacing: .2em; text-transform: uppercase;
  padding: 16px 28px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 10px;
  cursor: pointer; border: 0; transition: transform .3s var(--ease), background .3s var(--ease);
  position: relative;
}
.btn--primary { background: var(--carne); color: var(--bone); }
.btn--primary:hover { background: var(--carne-deep); transform: translateY(-2px); }
.btn--ghost {
  background: transparent; color: var(--bone);
  border: 2px solid transparent;
  background-image:
    linear-gradient(var(--ink), var(--ink)),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 60' preserveAspectRatio='none'><path d='M4 6 C 40 2 100 10 160 4 S 196 8 196 20 S 190 48 150 54 S 80 58 40 54 S 6 52 4 40 Z' stroke='%23F2ECD9' stroke-width='2.2' fill='none'/></svg>");
  background-origin: border-box; background-clip: padding-box, border-box;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.btn--ghost:hover { transform: translateY(-2px); color: var(--accent); }
.btn__arrow {
  display: inline-block; width: 14px; height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'><path d='M1 5 H 12 M 8 1 L 12 5 L 8 9' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");
  background-size: contain; background-repeat: no-repeat;
}

/* Hero birds */
.hero__bird {
  position: absolute; pointer-events: none; opacity: .9;
}
.hero__bird--tl { top: 6%; right: 8%; width: 90px; transform: rotate(15deg); }
.hero__bird--br { bottom: 8%; left: 4%; width: 70px; transform: rotate(-18deg); }
@media (min-width: 900px) {
  .hero__bird--tl { width: 150px; }
  .hero__bird--br { width: 120px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__title { max-width: 14ch; }
}

/* Hero streaming strip */
.streaming {
  margin-top: clamp(40px, 6vw, 72px);
  padding-top: 28px;
  border-top: 1px solid var(--bone-line);
  display: flex; align-items: center; gap: clamp(20px, 3vw, 48px);
  flex-wrap: wrap;
}
.streaming__label {
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone-dim);
}
.streaming__links { display: flex; flex-wrap: wrap; gap: clamp(14px, 2vw, 28px); align-items: center; }
.streaming__link {
  font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone); text-decoration: none;
  padding-bottom: 4px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23F2ECD9' stroke-width='2' stroke-linecap='round' fill='none' opacity='.4'/></svg>");
  background-repeat: no-repeat; background-size: 100% 4px; background-position: 0 100%;
  transition: background-image .3s var(--ease);
}
.streaming__link:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23D42E2F' stroke-width='3' stroke-linecap='round' fill='none'/></svg>");
}

/* =========================================================
   FEATURED RELEASE
   ========================================================= */
.feature {
  position: relative;
  background: var(--ink-deep);
  padding: var(--pad-section) 0;
}
.feature__grid {
  display: grid; grid-template-columns: 1fr; gap: 40px;
  align-items: center;
}
@media (min-width: 960px) {
  .feature__grid { grid-template-columns: 1.05fr 1fr; gap: 80px; }
}
.feature__cover {
  aspect-ratio: 1/1; width: 100%;
  max-width: 560px; margin: 0 auto;
  position: relative;
}
.feature__stamp {
  position: absolute; bottom: -18px; right: -18px;
  width: 120px; height: 120px; border-radius: 50%;
  background: var(--flor-mostarda); color: var(--ink);
  display: grid; place-items: center; text-align: center;
  font-family: var(--f-ui); font-size: 10px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 600;
  transform: rotate(-8deg);
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
}
.feature__stamp strong {
  display: block; font-family: var(--f-display); font-style: italic;
  font-weight: 900; font-size: 26px; letter-spacing: -.01em;
  margin-top: 2px; text-transform: none;
}
.feature__tag {
  display: inline-block;
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--ink);
  background: var(--flor-salmao); padding: 6px 14px;
  border-radius: 999px; margin-bottom: 20px;
}
.feature__title {
  font-family: var(--f-display); font-weight: 900; font-style: italic;
  font-size: clamp(3rem, 8vw, 6rem); line-height: .9;
  letter-spacing: -.02em; margin: 0 0 16px;
  font-variation-settings: "SOFT" 80, "WONK" 1;
}
.feature__meta {
  font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone-dim);
  margin-bottom: 24px; line-height: 1.8;
}
.feature__desc {
  font-family: var(--f-body); font-size: 1.0625rem; line-height: 1.7;
  max-width: 52ch; color: var(--bone); margin: 0 0 28px;
}
.feature__ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* =========================================================
   DISCOGRAFIA
   ========================================================= */
.disc-grid {
  display: grid; grid-template-columns: 1fr; gap: 48px;
}
@media (min-width: 720px) { .disc-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (min-width: 1100px) { .disc-grid { grid-template-columns: repeat(3, 1fr); } }

.card-release {
  text-decoration: none; color: inherit; display: block;
  transition: transform .4s var(--ease);
}
.card-release:hover { transform: translateY(-6px); }
.card-release__cover {
  aspect-ratio: 1/1; width: 100%;
  position: relative; margin-bottom: 20px;
}
.card-release__tag {
  display: inline-block;
  font-family: var(--f-ui); font-size: 10.5px; letter-spacing: .22em;
  text-transform: uppercase; font-weight: 600;
  padding: 5px 12px; border-radius: 999px;
  margin-bottom: 10px; color: var(--ink);
}
.tag--single { background: var(--flor-salmao); }
.tag--ep     { background: var(--flor-mostarda); }
.tag--clipe  { background: var(--flor-lavanda); }

.card-release__title {
  font-family: var(--f-display); font-weight: 900;
  font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1;
  margin: 0 0 10px; color: var(--bone); letter-spacing: -.01em;
  font-variation-settings: "SOFT" 40, "WONK" 1;
}
.card-release:hover .card-release__title {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23D42E2F' stroke-width='3' stroke-linecap='round' fill='none'/></svg>");
  background-repeat: no-repeat; background-size: 100% 6px; background-position: 0 100%;
  padding-bottom: 4px;
}
.card-release__meta {
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--bone-dim); line-height: 1.7;
}
.card-release__genres {
  display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap;
}
.card-release__genre {
  font-family: var(--f-ui); font-size: 10px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--bone-dim);
  padding: 4px 10px; border: 1px solid var(--bone-line); border-radius: 999px;
}

/* =========================================================
   AGENDA
   ========================================================= */
.agenda-empty {
  text-align: center; padding: clamp(40px, 6vw, 80px) 0;
  max-width: 520px; margin: 0 auto;
}
.agenda-empty__quote {
  font-family: var(--f-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1.25; color: var(--bone); margin: 0 0 20px;
  font-variation-settings: "SOFT" 80, "WONK" 1;
}
.agenda-empty__sub {
  font-family: var(--f-body); font-size: 1.0625rem;
  color: var(--bone-dim); margin: 0;
}

.show-row {
  display: grid; grid-template-columns: 1fr; gap: 16px;
  padding: 28px 0; border-bottom: 1px solid var(--bone-line);
}
@media (min-width: 720px) {
  .show-row { grid-template-columns: 160px 1fr auto; gap: 32px; align-items: center; }
}
.show-row__date {
  font-family: var(--f-display); font-weight: 900; font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2rem); color: var(--bone);
  font-variation-settings: "SOFT" 80, "WONK" 1;
}
.show-row__info h3 {
  font-family: var(--f-ui); font-size: 14px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--bone); margin: 0 0 4px;
}
.show-row__info p {
  font-family: var(--f-body); font-size: 1rem; color: var(--bone-dim); margin: 0;
}

/* =========================================================
   IMPRENSA
   ========================================================= */
.press-grid {
  display: grid; grid-template-columns: 1fr; gap: 40px;
}
@media (min-width: 900px) { .press-grid { grid-template-columns: 1fr 1fr; gap: 48px 72px; } }

.quote-card {
  position: relative; padding: 48px 0 0 0;
}
.quote-card__marks {
  position: absolute; top: -20px; left: -8px;
  font-family: var(--f-display); font-style: italic; font-weight: 900;
  font-size: clamp(100px, 14vw, 180px);
  color: var(--flor-mostarda); line-height: .7;
  pointer-events: none; user-select: none;
}
.quote-card--review   .quote-card__marks { color: var(--flor-mostarda); }
.quote-card--interview .quote-card__marks { color: var(--flor-salmao); }
.quote-card--mention  .quote-card__marks { color: var(--flor-lavanda); }
.quote-card--playlist .quote-card__marks { color: var(--flor-vermelho); }

.quote-card__text {
  font-family: var(--f-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.25rem, 2.1vw, 1.625rem); line-height: 1.35;
  color: var(--bone); margin: 0 0 28px;
  font-variation-settings: "SOFT" 80, "WONK" 1;
}
.quote-card__outlet {
  font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone); font-weight: 600;
}
.quote-card__meta {
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone-dim);
  margin-top: 4px;
}
.quote-card__link {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 18px; font-family: var(--f-ui); font-size: 11px;
  letter-spacing: .22em; text-transform: uppercase; font-weight: 500;
  color: var(--bone); text-decoration: none;
}
.quote-card__link::after {
  content: ""; width: 16px; height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'><path d='M1 5 H 12 M 8 1 L 12 5 L 8 9' stroke='%23F2ECD9' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");
  background-size: contain; background-repeat: no-repeat;
  transition: transform .3s var(--ease);
}
.quote-card__link:hover::after { transform: translateX(4px); }
.quote-card--review  { border-left: 3px solid var(--flor-mostarda); padding-left: 24px; }
.quote-card--mention { padding-left: 24px; }

/* =========================================================
   BLOG
   ========================================================= */
.blog-list { display: flex; flex-direction: column; gap: 56px; }
.blog-item {
  display: grid; grid-template-columns: 1fr; gap: 18px;
  padding-bottom: 48px; border-bottom: 1px solid var(--bone-line);
  text-decoration: none; color: inherit;
}
@media (min-width: 900px) {
  .blog-item { grid-template-columns: 120px 1fr 240px; gap: 48px; align-items: baseline; }
}
.blog-item__date {
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone-dim);
}
.blog-item__main h3 {
  font-family: var(--f-display); font-weight: 900;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem); line-height: 1.05;
  margin: 0 0 12px; letter-spacing: -.015em; color: var(--bone);
  font-variation-settings: "SOFT" 40, "WONK" 1;
}
.blog-item__main p {
  font-family: var(--f-body); font-size: 1.0625rem; line-height: 1.6;
  margin: 0; color: var(--bone-dim); max-width: 58ch;
}
.blog-item__read {
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone);
  display: inline-flex; align-items: center; gap: 10px;
  justify-self: start;
}
@media (min-width: 900px) { .blog-item__read { justify-self: end; } }
.blog-item__read::after { content: "→"; font-family: var(--f-body); }

/* =========================================================
   SOBRE
   ========================================================= */
.sobre {
  display: grid; grid-template-columns: 1fr; gap: 32px;
}
@media (min-width: 900px) { .sobre { grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: center; } }
.sobre__img {
  aspect-ratio: 4/5; width: 100%; max-width: 420px;
  position: relative; overflow: hidden;
  --ph-a: var(--flor-lavanda); --ph-b: var(--ink-deep); --ph-c: var(--grass-01);
}
.sobre__img img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block;
}
.sobre__text p {
  font-family: var(--f-body); font-size: 1.1875rem; line-height: 1.7;
  margin: 0 0 22px; max-width: 58ch;
}
.sobre__text p.lead {
  font-family: var(--f-display); font-style: italic; font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.3;
  color: var(--bone);
  font-variation-settings: "SOFT" 80, "WONK" 1;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: var(--ink-deeper);
  padding: clamp(64px, 9vw, 140px) 0 48px;
  margin-top: var(--pad-section);
}
.footer__grid {
  display: grid; grid-template-columns: 1fr; gap: 48px;
}
@media (min-width: 720px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; } }

.footer__brand h4 {
  font-family: var(--f-display); font-style: italic; font-weight: 900;
  font-size: clamp(1.75rem, 3vw, 2.5rem); margin: 0 0 12px;
  font-variation-settings: "SOFT" 80, "WONK" 1;
  letter-spacing: -.01em; color: var(--bone);
}
.footer__brand p {
  font-family: var(--f-body); font-style: italic;
  font-size: 1.0625rem; color: var(--bone-dim); margin: 0; max-width: 34ch;
}
.footer__col h5 {
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone-dim); font-weight: 500;
  margin: 0 0 16px;
}
.footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer__col a {
  font-family: var(--f-ui); font-size: 13px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--bone); text-decoration: none;
}
.footer__col a:hover { color: var(--accent); }
.footer__legal {
  margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--bone-line);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .2em;
  text-transform: uppercase; color: var(--bone-dim);
}

/* =========================================================
   Scroll reveal
   ========================================================= */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation-duration: 120s; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* =========================================================
   Single release page
   ========================================================= */
.release-single {
  padding: var(--pad-section) 0;
}
.release-single__grid {
  display: grid; grid-template-columns: 1fr; gap: 48px;
}
@media (min-width: 960px) {
  .release-single__grid { grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
}
.release-single__cover {
  aspect-ratio: 1/1; width: 100%; max-width: 500px;
}
.release-single__title {
  font-family: var(--f-display); font-weight: 900; font-style: italic;
  font-size: var(--type-h1); line-height: .9; letter-spacing: -.02em;
  color: var(--bone); margin: 0 0 16px;
  font-variation-settings: "SOFT" 80, "WONK" 1;
}
.release-single__meta {
  font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--bone-dim);
  margin-bottom: 28px; line-height: 1.8;
}
.release-single__desc {
  font-family: var(--f-body); font-size: 1.125rem; line-height: 1.7;
  color: var(--bone); margin: 0 0 32px; max-width: 58ch;
}
.release-single__tracks {
  list-style: none; margin: 32px 0 0; padding: 0;
  display: flex; flex-direction: column;
}
.release-single__track {
  display: flex; align-items: baseline; gap: 16px;
  padding: 14px 0; border-bottom: 1px solid var(--bone-line);
  font-family: var(--f-body); font-size: 1.0625rem; color: var(--bone);
}
.release-single__track-num {
  font-family: var(--f-ui); font-size: 11px; letter-spacing: .2em;
  color: var(--bone-dim); min-width: 20px;
}

/* =========================================================
   PAGE HEAD (inner pages)
   ========================================================= */
.page-head { padding: clamp(56px,10vw,128px) 0 clamp(32px,5vw,64px); position: relative; overflow: hidden; }
.page-head__pre { font-family: var(--f-ui); font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--bone-dim); display: block; margin-bottom: 18px; }
.page-head__title { font-family: var(--f-display); font-weight: 900; font-style: italic; font-size: var(--type-display); line-height: .88; letter-spacing: -.025em; color: var(--bone); margin: 0; font-variation-settings: "SOFT" 80,"WONK" 1; }
.page-head__sub { font-family: var(--f-body); font-style: italic; font-size: clamp(1.125rem,2vw,1.5rem); color: var(--bone-dim); max-width: 42ch; margin: 24px 0 0; }

/* =========================================================
   FILTERS + VIEW TOGGLE
   ========================================================= */
.filters { display: flex; gap: clamp(16px,3vw,32px); flex-wrap: wrap; padding: 28px 0 clamp(48px,6vw,80px); align-items: center; border-bottom: 1px solid var(--bone-line); margin-bottom: clamp(48px,6vw,96px); }
.filters__label { font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--bone-dim); }
.filters button { background: none; border: 0; font-family: var(--f-ui); font-weight: 500; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--bone); padding: 6px 2px 8px; cursor: pointer; }
.filters button.is-active { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23E8B94B' stroke-width='3' stroke-linecap='round' fill='none'/></svg>"); background-repeat: no-repeat; background-size: 100% 6px; background-position: 0 100%; }
.disc-count { margin-left: auto; font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--bone-dim); }
.view-toggle { display: flex; border: 1px solid var(--bone-line); }
.view-toggle button { padding: 8px 14px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-family: var(--f-ui); font-weight: 500; color: var(--bone); background: none; border: 0; cursor: pointer; }
.view-toggle button.is-active { background: var(--bone); color: var(--ink); }

/* =========================================================
   DISCOGRAFIA — list view rows
   ========================================================= */
.disc-rows { display: none; }
.page-view-list .disc-grid { display: none; }
.page-view-list .disc-rows { display: block; }
.disc-row { display: grid; grid-template-columns: 96px 1fr auto; gap: clamp(16px,3vw,40px); align-items: center; padding: 20px 0; border-bottom: 1px solid var(--bone-line); text-decoration: none; color: inherit; transition: background .3s var(--ease), padding-left .3s var(--ease); }
.disc-row:hover { background: rgba(242,236,217,.03); padding-left: 12px; }
.disc-row__cover { width: 96px; aspect-ratio: 1/1; position: relative; }
.disc-row__main h3 { font-family: var(--f-display); font-weight: 900; font-size: clamp(1.25rem,2.5vw,1.75rem); margin: 0 0 6px; color: var(--bone); letter-spacing: -.01em; font-variation-settings: "SOFT" 40,"WONK" 1; }
.disc-row__meta { font-family: var(--f-ui); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--bone-dim); }
.disc-row__year { font-family: var(--f-display); font-style: italic; font-weight: 900; font-size: clamp(1.5rem,3vw,2.25rem); color: var(--bone-dim); }

/* =========================================================
   DISCOGRAFIA — featured section
   ========================================================= */
.disc-featured { background: var(--ink-deep); padding: clamp(40px,6vw,80px) 0; margin-bottom: clamp(48px,6vw,96px); }
.disc-featured__inner { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 900px) { .disc-featured__inner { grid-template-columns: 1fr 1.1fr; gap: 80px; } }
.disc-featured__cover { aspect-ratio: 1/1; max-width: 460px; width: 100%; margin: 0 auto; }
.disc-featured__mini { font-family: var(--f-ui); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--flor-mostarda); margin-bottom: 14px; }
.disc-featured__title { font-family: var(--f-display); font-style: italic; font-weight: 900; font-size: clamp(2.5rem,7vw,5.5rem); line-height: .9; letter-spacing: -.02em; color: var(--bone); margin: 0 0 16px; font-variation-settings: "SOFT" 80,"WONK" 1; }
.disc-featured__meta { font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--bone-dim); margin-bottom: 24px; line-height: 1.8; }
.disc-featured__desc { font-family: var(--f-body); font-size: 1.0625rem; line-height: 1.7; color: var(--bone-dim); max-width: 52ch; margin: 0 0 28px; }
.disc-featured__ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* =========================================================
   AGENDA — inner page
   ========================================================= */
.agenda-big { padding: clamp(64px,10vw,128px) 0; text-align: center; max-width: 720px; margin: 0 auto; position: relative; }
.agenda-big__quote { font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: clamp(2rem,5vw,3.5rem); line-height: 1.2; color: var(--bone); margin: 0 0 28px; font-variation-settings: "SOFT" 80,"WONK" 1; }
.agenda-big__sub { font-family: var(--f-body); font-size: 1.125rem; color: var(--bone-dim); margin: 0; }
.agenda-big__cta { margin-top: 36px; }
.agenda-hint { margin-top: 64px; padding: 32px; border: 1.5px dashed var(--bone-line); max-width: 480px; margin-left: auto; margin-right: auto; font-family: var(--f-ui); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--bone-dim); line-height: 2; text-align: center; }
.arquivo-title { font-family: var(--f-display); font-weight: 900; font-size: var(--type-h2); color: var(--bone); margin: 0 0 12px; font-variation-settings: "SOFT" 40,"WONK" 1; letter-spacing: -.015em; }
.arquivo-sub { font-family: var(--f-ui); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--bone-dim); margin-bottom: 40px; }
.show-archive { padding: clamp(64px,10vw,120px) 0 clamp(40px,6vw,80px); }

/* SHOW ROW (redesigned for agenda page) */
.show-row { display: grid; grid-template-columns: 90px 1fr auto; gap: clamp(16px,3vw,32px); padding: 24px 0; border-bottom: 1px solid var(--bone-line); align-items: center; opacity: .55; }
.show-row__date { font-family: var(--f-display); font-weight: 900; line-height: .9; color: var(--bone-dim); }
.show-row__date strong { display: block; font-size: clamp(2rem,4vw,3rem); }
.show-row__date span { font-family: var(--f-ui); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.show-row__venue { font-family: var(--f-display); font-weight: 500; font-size: clamp(1.125rem,2vw,1.5rem); color: var(--bone); margin: 0 0 6px; }
.show-row__city { font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--bone-dim); }
.show-row__status { font-family: var(--f-ui); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; background: var(--bone-line); color: var(--bone-dim); }

/* AGENDA SPEC (rider/contacts) */
.agenda-spec { margin: clamp(48px,7vw,96px) 0; padding: clamp(40px,5vw,64px); background: var(--ink-deep); display: grid; gap: 32px; grid-template-columns: 1fr; }
@media (min-width: 900px) { .agenda-spec { grid-template-columns: 280px 1fr; gap: 56px; align-items: start; } }
.agenda-spec h3 { font-family: var(--f-display); font-style: italic; font-weight: 900; font-size: clamp(1.5rem,3vw,2rem); color: var(--bone); margin: 0 0 12px; font-variation-settings: "SOFT" 80,"WONK" 1; }
.agenda-spec p { font-family: var(--f-body); font-size: 1.0625rem; line-height: 1.7; color: var(--bone-dim); margin: 0 0 16px; max-width: 52ch; }
.agenda-spec__way { display: flex; gap: 16px; align-items: baseline; padding: 16px 0; border-top: 1px solid var(--bone-line); }
.agenda-spec__way strong { font-family: var(--f-ui); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--flor-mostarda); min-width: 110px; }
.agenda-spec__way span { font-family: var(--f-body); font-size: 1rem; color: var(--bone); }

/* =========================================================
   IMPRENSA — press feed
   ========================================================= */
.press-feed { max-width: 940px; margin: 0 auto; padding: clamp(40px,6vw,80px) 0; display: flex; flex-direction: column; gap: clamp(48px,6vw,96px); }
.press-row { display: grid; grid-template-columns: 1fr; gap: 16px; padding: clamp(32px,4vw,56px) 0; border-top: 1px solid var(--bone-line); position: relative; }
.press-row--right { text-align: right; }
.press-row__type { font-family: var(--f-ui); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--bone-dim); display: flex; align-items: center; gap: 10px; }
.press-row--right .press-row__type { justify-content: flex-end; }
.press-row__type::before { content: ""; width: 28px; height: 2px; background: var(--flor-mostarda); flex-shrink: 0; }
.press-row--interview .press-row__type::before { background: var(--flor-salmao); }
.press-row--mention .press-row__type::before { background: var(--flor-lavanda); }
.press-row--playlist .press-row__type::before { background: var(--flor-vermelho); }
.press-row--right .press-row__type::before { order: 2; }
.press-row__marks { position: absolute; top: -24px; left: -8px; font-family: var(--f-display); font-style: italic; font-weight: 900; font-size: clamp(120px,15vw,200px); color: var(--flor-mostarda); line-height: .7; pointer-events: none; user-select: none; opacity: .7; }
.press-row--right .press-row__marks { left: auto; right: -8px; }
.press-row--interview .press-row__marks { color: var(--flor-salmao); }
.press-row--mention .press-row__marks { color: var(--flor-lavanda); }
.press-row--playlist .press-row__marks { color: var(--flor-vermelho); }
.press-row__quote { font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: clamp(1.5rem,3vw,2.25rem); line-height: 1.3; color: var(--bone); margin: 0 0 24px; font-variation-settings: "SOFT" 80,"WONK" 1; max-width: 60ch; }
.press-row--right .press-row__quote { margin-left: auto; }
.press-row__footer { display: flex; flex-wrap: wrap; gap: 24px; align-items: baseline; font-family: var(--f-ui); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--bone-dim); }
.press-row--right .press-row__footer { justify-content: flex-end; }
.press-row__outlet { color: var(--bone); font-weight: 600; font-size: 12px; }
.press-row__read { color: var(--bone); text-decoration: none; padding-bottom: 3px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23F2ECD9' stroke-width='2' stroke-linecap='round' fill='none' opacity='.4'/></svg>"); background-repeat: no-repeat; background-size: 100% 4px; background-position: 0 100%; }
.press-row__read:hover { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23D42E2F' stroke-width='3' stroke-linecap='round' fill='none'/></svg>"); }

/* =========================================================
   BLOG ARCHIVE
   ========================================================= */
.blog-archive { padding: clamp(32px,4vw,64px) 0 0; }
.blog-card { display: grid; grid-template-columns: 1fr; gap: 20px; padding: clamp(40px,5vw,72px) 0; border-bottom: 1px solid var(--bone-line); text-decoration: none; color: inherit; transition: transform .4s var(--ease); }
.blog-card:hover { transform: translateY(-4px); }
@media (min-width: 900px) {
  .blog-card { grid-template-columns: 180px 1fr; gap: 56px; align-items: baseline; }
  .blog-card--flip { grid-template-columns: 1fr 180px; }
  .blog-card--flip .blog-card__meta { order: 2; text-align: right; }
  .blog-card--flip .blog-card__main { order: 1; }
}
.blog-card__meta { display: flex; flex-direction: column; gap: 10px; }
.blog-card__date { font-family: var(--f-ui); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--bone-dim); }
.blog-card__issue { font-family: var(--f-display); font-style: italic; font-weight: 900; font-size: clamp(3rem,6vw,4.5rem); color: var(--flor-mostarda); line-height: .8; font-variation-settings: "SOFT" 80,"WONK" 1; }
.blog-card--flip .blog-card__issue { color: var(--flor-salmao); }
.blog-card__title { font-family: var(--f-display); font-weight: 900; font-size: clamp(2rem,5vw,3.5rem); line-height: 1.02; margin: 0 0 20px; color: var(--bone); letter-spacing: -.02em; font-variation-settings: "SOFT" 40,"WONK" 1; }
.blog-card__sub { font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: clamp(1.125rem,1.8vw,1.375rem); line-height: 1.4; color: var(--bone); margin: 0 0 20px; max-width: 60ch; font-variation-settings: "SOFT" 80,"WONK" 1; }
.blog-card__excerpt { font-family: var(--f-body); font-size: 1.0625rem; line-height: 1.65; color: var(--bone-dim); margin: 0 0 24px; max-width: 62ch; }
.blog-card__read { font-family: var(--f-ui); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--bone); display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23D42E2F' stroke-width='2.5' stroke-linecap='round' fill='none'/></svg>"); background-repeat: no-repeat; background-size: 100% 5px; background-position: 0 100%; }
.blog-band { background: var(--bone); color: var(--ink); padding: clamp(56px,8vw,112px) 0; }
.blog-band .blog-card { border-color: rgba(26,31,92,.12); }
.blog-band .blog-card__title, .blog-band .blog-card__sub, .blog-band .blog-card__read { color: var(--ink); }
.blog-band .blog-card__date, .blog-band .blog-card__excerpt { color: rgba(26,31,92,.65); }
.blog-band .blog-card__issue { color: var(--carne); }
.blog-band .blog-card--flip .blog-card__issue { color: var(--grass-02); }
.blog-band .blog-card__read { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 10' preserveAspectRatio='none'><path d='M2 6 C 30 2 60 9 92 5 S 150 2 180 7 S 215 4 218 6' stroke='%23B85770' stroke-width='2.5' stroke-linecap='round' fill='none'/></svg>"); }

/* =========================================================
   Cover art clip-path fix
   clip-path uses clipPathUnits="objectBoundingBox" — the shape
   scales to the element's bounding box. If the img inside has
   portrait natural dimensions, the bounding box becomes portrait
   and the organic shape distorts. Fix: pin the clip wrapper to
   fill the square parent absolutely, then object-fit:cover the img.
   ========================================================= */

/* ── Cover art fix ──────────────────────────────────────────
   aspect-ratio:1/1 sets a preferred height but doesn't create a
   "definite" height for in-flow percentage resolution. A portrait
   img with height:100% falls back to height:auto (its natural tall
   size), which stretches the container and makes clip-path treat a
   portrait bounding box — producing portrait ovals, not blobs.
   Fix: position img absolutely so it's out of flow; the container
   then sizes purely from aspect-ratio (always square).
   ─────────────────────────────────────────────────────────── */
.card-release__cover,
.disc-featured__cover,
.disc-row__cover { overflow: hidden; position: relative; }

/* Out-of-flow fill — img no longer pushes the container height */
.card-release__cover img,
.disc-featured__cover img,
.disc-row__cover img,
.hero__feat-cover img,
.release-single__cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Cover placeholder: same treatment */
.card-release__cover .cover-ph,
.disc-featured__cover .cover-ph,
.disc-row__cover .cover-ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}

/* Feature cover: .feature__stamp sits at bottom:-18px right:-18px
   outside the container, so overflow:hidden would clip it.
   Position the img absolutely to fill the square instead. */
.feature__cover > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================================================
   SINGLE RELEASE PAGE  (single-mr_release.php)
   ========================================================= */

/* ── Hero ─────────────────────────────────────────────── */
.release-hero {
  padding: clamp(48px,8vw,96px) 0 clamp(40px,6vw,72px);
}
.release-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px,5vw,64px);
  align-items: start;
}
@media (min-width: 860px) {
  .release-hero__inner { grid-template-columns: minmax(240px,380px) 1fr; align-items: center; }
}

/* Cover blob — same square-lock as cards */
.release-hero__cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
}
.release-hero__cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.release-hero__cover .cover-ph {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}

/* Type badge */
.release-hero__type {
  display: inline-block;
  font-family: var(--f-ui);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
  background: var(--bone-ghost);
  color: var(--bone-dim);
}
.release-hero__type.type-ep     { background: rgba(93,138,60,.25);  color: var(--grass-03); }
.release-hero__type.type-single { background: rgba(148,181,200,.2); color: var(--flor-azul); }
.release-hero__type.type-clipe  { background: rgba(212,46,47,.2);   color: var(--flor-vermelho); }
.release-hero__type.type-album  { background: rgba(179,154,212,.2); color: var(--flor-lavanda); }

.release-hero__title {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2rem,6vw,4rem);
  line-height: 1.0;
  letter-spacing: -.02em;
  color: var(--bone);
  margin: 0 0 10px;
  font-variation-settings: "SOFT" 40,"WONK" 1;
}
.release-hero__meta {
  font-family: var(--f-ui);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 14px;
}
.release-hero__parent,
.release-hero__mix {
  font-family: var(--f-body);
  font-size: var(--type-small);
  color: var(--bone-dim);
  margin: 0 0 10px;
}
.release-hero__parent em { font-style: italic; color: var(--bone); }

.release-hero__genres {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 24px;
}

.release-hero__streams {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.release-stream-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.release-stream-link {
  font-family: var(--f-ui);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bone-dim);
  text-decoration: none;
  transition: color .2s;
}
.release-stream-link:hover { color: var(--bone); }

/* ── Embeds ───────────────────────────────────────────── */
.release-embed-wrap {
  padding: clamp(24px,4vw,40px) 0;
  border-top: 1px solid var(--bone-line);
}
.release-spotify-embed {
  display: block;
  width: 100%;
  border: none;
  border-radius: 12px;
}
.release-yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.release-yt-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ── Section label ────────────────────────────────────── */
.release-section-label {
  display: block;
  font-family: var(--f-ui);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 20px;
}

/* ── Faixas (EP/Álbum) ────────────────────────────────── */
.release-tracks-section {
  padding: clamp(32px,5vw,56px) 0;
  border-top: 1px solid var(--bone-line);
}
.release-track-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.release-track-item {
  border-bottom: 1px solid var(--bone-line);
  padding: 14px 0;
}
.release-track-item:last-child { border-bottom: none; }

.release-track-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}
.release-track-num {
  font-family: var(--f-ui);
  font-size: 11px;
  color: var(--bone-dim);
  min-width: 20px;
  flex-shrink: 0;
}
.release-track-name {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--bone);
  flex: 1;
}
.release-track-isrc {
  font-family: var(--f-ui);
  font-size: 10px;
  letter-spacing: .1em;
  color: var(--bone-ghost);
  flex-shrink: 0;
}

.release-track-credits-list {
  list-style: none;
  margin: 0 0 8px 32px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
}
.release-track-credits-list li {
  font-family: var(--f-body);
  font-size: var(--type-small);
  color: var(--bone-dim);
}
.cred-role {
  font-family: var(--f-ui);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-right: 4px;
}
.cred-name { color: var(--bone); }

.release-track-lyrics {
  margin: 10px 0 0 32px;
  font-family: var(--f-body);
  font-size: var(--type-small);
  line-height: 1.7;
  color: var(--bone-dim);
  white-space: pre-wrap;
}

/* ── Letra (single) ───────────────────────────────────── */
.release-lyrics-section {
  padding: clamp(32px,5vw,56px) 0;
  border-top: 1px solid var(--bone-line);
}
.release-lyrics-body {
  font-family: var(--f-body);
  font-size: clamp(1rem,1.6vw,1.125rem);
  line-height: 1.85;
  color: var(--bone-dim);
  max-width: 56ch;
  white-space: pre-wrap;
}

/* ── Imprensa ─────────────────────────────────────────── */
.release-press-section {
  padding: clamp(32px,5vw,56px) 0;
  border-top: 1px solid var(--bone-line);
}
.release-press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
  gap: 20px;
}
.release-press-card {
  background: rgba(242,236,217,.06);
  border: 1px solid var(--bone-line);
  border-radius: 8px;
  padding: 20px;
}
.release-press-card__outlet {
  font-family: var(--f-ui);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 10px;
}
.release-press-card__quote {
  font-family: var(--f-body);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--bone);
  margin-bottom: 10px;
}
.release-press-card__date {
  font-family: var(--f-ui);
  font-size: 11px;
  color: var(--bone-dim);
}

/* ── Paginação ────────────────────────────────────────── */
.release-pagination {
  padding: clamp(32px,5vw,56px) 0;
  border-top: 1px solid var(--bone-line);
}
.release-pagination__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.release-pagination__link {
  font-family: var(--f-ui);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bone-dim);
  text-decoration: none;
  transition: color .2s;
}
.release-pagination__link:hover { color: var(--bone); }
