/* ============================================================
   TOM & CENA — Marketing sensorial · Tema DARK STUDIO
   Preto sofisticado · verde esmeralda + prata
   Tipografia limpa · usa a página inteira
   ============================================================ */

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

:root {
  --bg:        #080A09;
  --bg-elev:   #0E110F;
  --bg-elev-2: #141815;
  --panel:     #11150F12;

  --ink:       #EEF3F0;
  --ink-soft:  rgba(238,243,240,0.60);
  --ink-faint: rgba(238,243,240,0.34);

  --green:     #3FDD8E;
  --green-2:   #5BE9A2;
  --green-deep:#1E9D60;
  --green-soft: rgba(63,221,142,0.13);
  --green-line: rgba(63,221,142,0.28);

  --silver:    #C4CEC9;
  --silver-2:  #88938D;
  --silver-soft: rgba(196,206,201,0.12);

  --line:      rgba(238,243,240,0.10);
  --line-2:    rgba(238,243,240,0.16);

  --display: 'Space Grotesk', system-ui, sans-serif;
  --sans:    'Hanken Grotesk', system-ui, sans-serif;
  --brand:   'Cormorant Garamond', Georgia, serif;

  --wide:    1280px;
  --measure: 760px;
  --media:   1080px;
  --pad: clamp(76px, 11vw, 150px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --shadow:    0 2px 10px rgba(0,0,0,0.4), 0 28px 70px -30px rgba(0,0,0,0.7);
  --shadow-lg: 0 50px 100px -40px rgba(0,0,0,0.8);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
::selection { background: var(--green); color: #04140C; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--wide); margin-inline: auto; padding-inline: clamp(22px, 5vw, 56px); }
.measure { max-width: var(--measure); margin-inline: auto; text-align: center; }
.media { max-width: var(--media); margin-inline: auto; }
.section { position: relative; padding-block: var(--pad); overflow: hidden; }
.center { text-align: center; }

/* ---------- fundos decorativos alternados ---------- */
.deco { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.section > .wrap { position: relative; z-index: 1; }

/* grid de pontos prata */
.deco--dots::before { content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(196,206,201,0.07) 1px, transparent 1.4px);
  background-size: 30px 30px;
  mask-image: radial-gradient(80% 70% at 50% 30%, #000 0%, transparent 80%); }
/* glow verde */
.deco--glow::before { content: ""; position: absolute; inset: 0;
  background: radial-gradient(50% 46% at 50% 8%, var(--green-soft), transparent 64%); }
.deco--glow-b::after { content: ""; position: absolute; inset: 0;
  background: radial-gradient(46% 50% at 84% 100%, rgba(63,221,142,0.10), transparent 64%); }
/* grade de linhas */
.deco--grid::before { content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(70% 70% at 50% 40%, #000, transparent 82%); }
/* ondas sonoras delicadas (despertar desejo) */
.deco--contour::before { content: ""; position: absolute; inset: -10%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='620' viewBox='0 0 1200 620'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 170 Q150 130 300 170 Q450 210 600 170 Q750 130 900 170 Q1050 210 1200 170' stroke='%233FDD8E' stroke-opacity='0.07' stroke-width='1'/%3E%3Cpath d='M0 240 Q150 192 300 240 Q450 288 600 240 Q750 192 900 240 Q1050 288 1200 240' stroke='%23C4CEC9' stroke-opacity='0.05' stroke-width='1'/%3E%3Cpath d='M0 312 Q150 250 300 312 Q450 374 600 312 Q750 250 900 312 Q1050 374 1200 312' stroke='%233FDD8E' stroke-opacity='0.06' stroke-width='1'/%3E%3Cpath d='M0 384 Q150 332 300 384 Q450 436 600 384 Q750 332 900 384 Q1050 436 1200 384' stroke='%23C4CEC9' stroke-opacity='0.045' stroke-width='1'/%3E%3Cpath d='M0 456 Q150 414 300 456 Q450 498 600 456 Q750 414 900 456 Q1050 498 1200 456' stroke='%233FDD8E' stroke-opacity='0.05' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover; background-position: center;
  mask-image: linear-gradient(180deg, transparent, #000 22%, #000 78%, transparent); }
/* anel prata decorativo */
.deco__ring { position: absolute; border-radius: 50%; border: 1px solid var(--line); }
.ring-1 { width: 520px; height: 520px; top: -180px; right: -160px; }
.ring-2 { width: 360px; height: 360px; bottom: -140px; left: -120px; border-color: var(--green-line); opacity: .5; }

/* ---------- eyebrow / títulos ---------- */
.eyebrow { font-family: var(--sans); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--green); display: inline-flex; align-items: center; gap: 0.85em; justify-content: center; }
.eyebrow::before, .eyebrow::after { content: ""; width: 26px; height: 1px; background: var(--green-line); }

.title { font-family: var(--display); font-weight: 600; font-size: clamp(2.2rem, 5.4vw, 4.1rem); line-height: 1.04; letter-spacing: -0.025em; color: var(--ink); margin-top: 0.5em; text-wrap: balance; }
.title em { font-style: normal; color: var(--green); }
.lead { color: var(--ink-soft); font-size: clamp(1.04rem, 1.4vw, 1.2rem); line-height: 1.7; max-width: 56ch; margin: 1.15em auto 0; text-wrap: pretty; }
.lead strong { color: var(--ink); font-weight: 600; }
.kicker { font-family: var(--display); font-weight: 500; font-size: clamp(1.15rem, 2.2vw, 1.6rem); color: var(--green); margin-top: 0.8em; letter-spacing: -0.01em; }
.section-head { margin-bottom: clamp(46px, 7vw, 78px); }

.metal { background: linear-gradient(135deg, #EEF3F0, #97A39D 45%, #EEF3F0 80%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 1000; transition: background .4s var(--ease), border-color .4s var(--ease); border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(8,10,9,0.72); backdrop-filter: blur(16px) saturate(1.2); border-bottom-color: var(--line); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__name { font-family: var(--brand); font-weight: 600; font-size: 1.7rem; letter-spacing: 0.045em; color: var(--ink); line-height: 1; }
.brand__name .amp { color: var(--green); font-style: italic; font-weight: 500; margin: 0 0.06em; }
.nav__links { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 32px); }
.nav__links a.link { font-size: 0.84rem; font-weight: 500; color: var(--ink-soft); transition: color .25s var(--ease); }
.nav__links a.link:hover { color: var(--ink); }

.btn { display: inline-flex; align-items: center; gap: 0.55em; font-weight: 600; font-size: 0.88rem; padding: 0.78em 1.5em; border-radius: 100px; transition: transform .25s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease), color .25s var(--ease), border-color .25s var(--ease); white-space: nowrap; }
.btn svg { width: 18px; height: 18px; }
.btn--green { background: var(--green); color: #04140C; box-shadow: 0 8px 30px -10px var(--green-soft); }
.btn--green:hover { transform: translateY(-2px); background: var(--green-2); box-shadow: 0 14px 40px -10px rgba(63,221,142,0.4); }
.btn--ghost { border: 1px solid var(--line-2); color: var(--ink); }
.btn--ghost:hover { border-color: var(--green); color: var(--green); }
.btn--lg { padding: 0.98em 1.9em; font-size: 0.98rem; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: grid; place-items: center; text-align: center; padding-top: 120px; padding-bottom: 90px; overflow: hidden; }
.hero__inner { position: relative; z-index: 2; }
.hero__pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 18px; border-radius: 100px; background: var(--bg-elev); border: 1px solid var(--green-line); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; color: var(--ink-soft); }
.hero__pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100%{ box-shadow: 0 0 0 0 var(--green-soft);} 50%{ box-shadow: 0 0 0 6px transparent;} }
.hero h1 { font-family: var(--display); font-weight: 600; font-size: clamp(2.7rem, 8vw, 6rem); line-height: 1.0; letter-spacing: -0.035em; color: var(--ink); margin-top: 28px; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--green); }
.hero__sub { font-size: clamp(1.1rem, 1.7vw, 1.36rem); color: var(--ink-soft); max-width: 48ch; margin: 1.4em auto 0; text-wrap: pretty; }
.hero__sub b { color: var(--ink); font-weight: 600; }

/* equalizer decorativo do hero */
.hero__eq { display: flex; align-items: center; justify-content: center; gap: 4px; height: 70px; margin: 3em auto 0; max-width: 640px; width: 100%; }
.hero__eq span { width: 4px; border-radius: 4px; background: linear-gradient(var(--green), var(--green-deep)); height: 22%; opacity: .9; animation: eq 1.3s var(--ease) infinite alternate; }
@keyframes eq { to { height: 100%; } }

.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.64rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ink-faint); }
.hero__scroll i { width: 1px; height: 40px; background: linear-gradient(var(--green), transparent); animation: scrolldot 2s var(--ease) infinite; }
@keyframes scrolldot { 0%,100%{ opacity:.3; transform:scaleY(.6);} 50%{ opacity:1; transform:scaleY(1);} }

/* ============================================================
   QUOTE (momento editorial)
   ============================================================ */
.quote { text-align: center; padding-block: clamp(72px, 12vw, 138px); position: relative; }
.quote__mark { font-family: var(--display); font-size: 3rem; color: var(--green); line-height: 0; display: inline-block; margin-bottom: 0.5em; }
.quote p { font-family: var(--display); font-weight: 600; font-size: clamp(2rem, 5.4vw, 3.6rem); line-height: 1.1; letter-spacing: -0.03em; max-width: 18ch; margin-inline: auto; text-wrap: balance; }
.quote p em { font-style: normal; color: var(--green); }

/* ============================================================
   TRACK — player waveform (sem caixa, largura total)
   ============================================================ */
.tracks { display: flex; flex-direction: column; gap: clamp(36px, 5vw, 56px); max-width: 1000px; margin-inline: auto; }
.track { position: relative; }
.track + .track { padding-top: clamp(36px, 5vw, 56px); border-top: 1px solid var(--line); }

.track__label { display: flex; align-items: center; justify-content: center; gap: 11px; font-size: 0.73rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 18px; }
.track__no { font-family: var(--display); font-size: 1.05rem; font-weight: 600; letter-spacing: 0; color: var(--green); }
.track__label .sep { width: 4px; height: 4px; border-radius: 50%; background: var(--green-line); }

.track__title { display: inline-flex; align-items: center; justify-content: center; gap: 13px; font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2.1rem); letter-spacing: -0.02em; color: var(--ink); margin-bottom: 22px; width: 100%; }
.track__ic { width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; color: var(--green); border: 1px solid var(--green-line); flex-shrink: 0; }
.track__ic svg { width: 23px; height: 23px; }

.track__row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(16px, 3vw, 30px); }

.track__play { width: 60px; height: 60px; border-radius: 50%; background: var(--bg-elev-2); border: 1px solid var(--line-2); color: var(--ink); display: grid; place-items: center; position: relative; flex-shrink: 0; transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease), box-shadow .3s var(--ease); }
.track__play:hover { transform: scale(1.05); border-color: var(--green); }
.track.is-active .track__play { background: var(--green); border-color: var(--green); color: #04140C; box-shadow: 0 0 0 5px var(--green-soft), 0 0 26px -2px rgba(63,221,142,0.5); }
.track__play svg { width: 20px; height: 20px; }
.track__play .i-pause { display: none; }
.track.is-playing .track__play .i-play { display: none; }
.track.is-playing .track__play .i-pause { display: block; }
/* spinner de carregamento */
.track__loader { position: absolute; inset: -1px; border-radius: 50%; border: 2px solid transparent; border-top-color: var(--green); opacity: 0; pointer-events: none; }
.track.is-loading .track__play .i-play, .track.is-loading .track__play .i-pause { opacity: 0; }
.track.is-loading .track__loader { opacity: 1; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.track__wave { display: flex; align-items: center; gap: 2px; height: 54px; cursor: pointer; min-width: 0; }
.track__wave span { flex: 1; min-width: 2px; background: var(--silver-soft); border-radius: 2px; transition: background .12s linear, transform .18s var(--ease); transform-origin: center; }
.track__wave span.played { background: var(--green); }
.track.is-playing .track__wave span.active { transform: scaleY(1.35); background: var(--green-2); box-shadow: 0 0 8px rgba(63,221,142,0.7); }

.track__time { font-variant-numeric: tabular-nums; font-size: 0.85rem; color: var(--ink-soft); flex-shrink: 0; min-width: 4ch; text-align: right; }

/* sazonais */
.tracks--season .track { text-align: center; }

/* ============================================================
   VÍDEO
   ============================================================ */
.video-wrap { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-2); background: var(--bg-elev); aspect-ratio: 16/9; box-shadow: var(--shadow); }
.video-wrap video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-ph { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 28px; width: 100%; cursor: pointer;
  background: radial-gradient(70% 70% at 50% 36%, var(--green-soft), transparent 70%),
    repeating-linear-gradient(135deg, transparent 0 26px, rgba(255,255,255,0.012) 26px 27px), rgba(8,10,9,0.55);
  transition: opacity .4s var(--ease), visibility .4s var(--ease); }
.video-wrap.is-playing .video-ph { opacity: 0; visibility: hidden; pointer-events: none; }
.video-ph .ring { width: 84px; height: 84px; border-radius: 50%; border: 1px solid var(--green-line); background: rgba(63,221,142,0.06); display: grid; place-items: center; margin: 0 auto; color: var(--green); transition: transform .3s var(--ease), background .3s var(--ease); }
.video-wrap:hover .video-ph .ring { transform: scale(1.06); background: rgba(63,221,142,0.12); }
.video-ph .ring svg { width: 26px; height: 26px; }
.video-caption { display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: 760px; margin: clamp(22px,3vw,30px) auto 0; text-align: center; }
.video-caption__txt { color: var(--ink-soft); font-size: clamp(1.05rem,1.6vw,1.28rem); line-height: 1.5; }
.video-caption__tag { display: inline-flex; align-items: center; gap: 7px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green); background: var(--green-soft); border: 1px solid var(--green-line); padding: 6px 13px; border-radius: 100px; }

/* ============================================================
   SLIDER 16:9
   ============================================================ */
.slider { position: relative; max-width: var(--media); margin-inline: auto; }
.slider__frame { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-2); aspect-ratio: 16/9; background: var(--bg-elev); box-shadow: var(--shadow); cursor: grab; }
.slider__frame:active { cursor: grabbing; }
.slider__track { position: absolute; inset: 0; display: flex; transition: transform .85s var(--ease); }
.slide { position: relative; min-width: 100%; height: 100%; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slide__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(20px,3.5vw,38px); background: linear-gradient(transparent, rgba(0,0,0,0.82)); text-align: center; }
.slide__cap h4 { font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem,3.4vw,2.4rem); color: var(--ink); letter-spacing: -0.02em; }
.slide__cap span { color: var(--ink-soft); font-size: 0.86rem; display: block; margin-top: 2px; }
.slide__badge { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 12px; background: var(--green); color: #04140C; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 13px; border-radius: 100px; }
.slider__progress { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: rgba(255,255,255,0.16); z-index: 3; }
.slider__progress i { display: block; height: 100%; width: 0; background: var(--green); }
.slider__controls { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 24px; }
.slider__dots { display: flex; gap: 9px; }
.slider__dots button { width: 8px; height: 8px; border-radius: 50%; background: var(--line-2); transition: all .3s var(--ease); }
.slider__dots button.active { background: var(--green); width: 26px; border-radius: 100px; }
.slider__arrow { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--bg-elev); display: grid; place-items: center; color: var(--ink-soft); transition: all .25s var(--ease); }
.slider__arrow:hover { border-color: var(--green); color: var(--green); }
.slider__arrow svg { width: 18px; height: 18px; }
.slider__hint { text-align: center; font-size: 0.8rem; color: var(--ink-faint); margin-top: 14px; }
.slider__by { text-align: center; font-size: 0.92rem; color: var(--ink-soft); margin-top: 10px; }
.slider__by strong { color: var(--green); font-weight: 600; }
.slider__hint kbd { font-family: var(--sans); font-size: 0.7rem; font-weight: 600; background: var(--bg-elev-2); border: 1px solid var(--line); border-radius: 6px; padding: 2px 7px; color: var(--ink-soft); }

/* ============================================================
   ENCARTES (empilhados)
   ============================================================ */
.plate { max-width: 600px; margin: 0 auto; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-2); background: var(--bg-elev); box-shadow: var(--shadow-lg); position: relative; }
.plate img { width: 100%; height: auto; }
.plate__tag { position: absolute; top: 16px; left: 16px; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); background: rgba(8,10,9,0.66); backdrop-filter: blur(6px); border: 1px solid var(--line); padding: 7px 13px; border-radius: 100px; }
.plate__zoom { position: absolute; bottom: 16px; right: 16px; width: 40px; height: 40px; border-radius: 50%; background: rgba(8,10,9,0.7); border: 1px solid var(--green-line); display: grid; place-items: center; color: var(--green); cursor: zoom-in; opacity: 0; transform: translateY(6px); transition: all .3s var(--ease); }
.plate:hover .plate__zoom { opacity: 1; transform: none; }
.plate__zoom svg { width: 17px; height: 17px; }
.plate-block { margin-bottom: clamp(56px, 9vw, 100px); }
.plate-block:last-child { margin-bottom: 0; }
.plate-msg { text-align: center; max-width: 56ch; margin: clamp(38px,6vw,58px) auto 0; }
.plate-msg h3 { font-family: var(--display); font-weight: 600; font-size: clamp(1.6rem,3.2vw,2.3rem); color: var(--ink); line-height: 1.12; letter-spacing: -0.02em; }
.plate-msg p { color: var(--ink-soft); margin-top: 0.7em; font-size: 1.04rem; }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 5000; background: rgba(0,0,0,0.9); backdrop-filter: blur(10px); display: grid; place-items: center; padding: 4vw; opacity: 0; pointer-events: none; transition: opacity .35s var(--ease); }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: 90vw; max-height: 88vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lightbox__close { position: absolute; top: 22px; right: 26px; width: 46px; height: 46px; border-radius: 50%; background: var(--bg-elev-2); border: 1px solid var(--line); color: var(--ink); display: grid; place-items: center; }
.lightbox__close:hover { color: var(--green); border-color: var(--green); }

/* ============================================================
   FEATURES / RESULTADO
   ============================================================ */
.feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 900px; margin: clamp(40px,6vw,56px) auto 0; }
.feature-list li { list-style: none; display: flex; align-items: center; gap: 13px; padding: 17px 20px; background: var(--bg-elev); border: 1px solid var(--line); border-radius: 12px; font-weight: 500; text-align: left; flex: 0 1 260px; }
.feature-list .check { width: 26px; height: 26px; border-radius: 50%; background: var(--green); display: grid; place-items: center; flex-shrink: 0; }
.feature-list .check svg { width: 14px; height: 14px; color: #04140C; }

.outcomes { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(28px,4vw,52px); max-width: 1000px; margin: 0 auto; }
.outcome { text-align: center; flex: 0 1 210px; }
.outcome .oc-ic { width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 14px; border: 1px solid var(--green-line); background: rgba(63,221,142,0.05); display: grid; place-items: center; color: var(--green); }
.outcome .oc-ic svg { width: 26px; height: 26px; }
.outcome h4 { font-family: var(--display); font-weight: 600; font-size: 1.45rem; color: var(--ink); letter-spacing: -0.02em; }
.outcome p { color: var(--ink-soft); font-size: 0.96rem; margin-top: 6px; }

.creed { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 16px; max-width: 760px; margin: clamp(40px,6vw,56px) auto 0; }
.creed span { font-family: var(--display); font-weight: 500; font-size: clamp(1.1rem,2.2vw,1.5rem); color: var(--silver); letter-spacing: -0.01em; }
.creed span:not(:last-child)::after { content: "·"; color: var(--green); margin-left: 16px; }

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta { text-align: center; position: relative; padding-block: clamp(80px, 13vw, 152px); }
.cta h2 { font-family: var(--display); font-weight: 600; font-size: clamp(2.4rem, 6.4vw, 4.8rem); line-height: 1.02; letter-spacing: -0.035em; color: var(--ink); margin-top: 18px; text-wrap: balance; }
.cta h2 em { font-style: normal; color: var(--green); }
.cta p { color: var(--ink-soft); max-width: 46ch; margin: 1.2em auto 0; font-size: 1.1rem; }
.cta__line { font-size: clamp(1.15rem,1.9vw,1.4rem); line-height: 1.5; color: var(--ink-soft); }
.cta__line-2 { color: var(--green); font-weight: 600; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 2.4em; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #050605; border-top: 1px solid var(--line); padding: 60px 0 50px; text-align: center; }
.footer .brand { justify-content: center; }
.footer__meta { color: var(--ink-faint); font-size: 0.86rem; margin-top: 14px; line-height: 1.8; }
.footer__contact { margin-top: 24px; display: flex; justify-content: center; }

/* ============================================================
   REVEAL
   ============================================================ */
.gsap-ready .reveal { opacity: 0; }
.no-gsap .reveal { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 720px) {
  /* nav */
  .nav__links .link { display: none; }
  .brand__name { font-size: 1.4rem; }

  /* hero - fix overflow elements */
  .hero { padding-top: 90px; padding-bottom: 60px; }
  .hero h1 { font-size: clamp(2rem, 9vw, 3.5rem); width: 100%; }
  .hero__sub { font-size: 1rem; width: 100%; max-width: 100%; }
  .hero__eq { max-width: 100%; gap: 2px; height: 54px; }

  /* rings - reduce size on mobile */
  .ring-1 { width: 300px; height: 300px; top: -100px; right: -100px; }
  .ring-2 { width: 220px; height: 220px; bottom: -80px; left: -80px; }

  /* audio tracks */
  .track__row { grid-template-columns: auto 1fr; grid-template-areas: "play wave" "time time"; gap: 16px; }
  .track__time { grid-area: time; text-align: left; padding-left: 76px; }
  .track__play { width: 54px; height: 54px; }
  .track__wave { height: 46px; }

  /* general spacing */
  .section { padding-block: clamp(48px, 10vw, 76px); }
}

@media (max-width: 480px) {
  /* extra small phones */
  .wrap { padding-inline: 18px; }
  .hero { padding-top: 80px; }
  .hero h1 { font-size: clamp(1.9rem, 11vw, 2.8rem); }
  .hero__eq { gap: 2px; height: 44px; }
  .btn { font-size: 0.82rem; padding: 0.7em 1.2em; }
}
