/* HandheldJoy — folha de estilos principal */

:root {
  --c-obsidian: #000000;
  --c-carbon: #191919;
  --c-paper: #ffffff;
  --c-mist: #f3f5f9;
  --c-hairline: #e5e7eb;
  --c-fog: #6a6e77;
  --c-ash: #8c9098;
  --c-violet: #4a53ff;
  --c-violet-deep: #3941e6;
  --c-on-dark: #ffffff;
  --c-on-dark-muted: #b9bcc4;

  --font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mark: "Arial Black", "Helvetica Neue", "Segoe UI Black", Impact, sans-serif;

  --shell: 1200px;
  --gutter: clamp(20px, 5vw, 40px);
  --band: clamp(64px, 9vw, 118px);

  --r-card: 24px;
  --r-pill: 300px;
  --r-small: 8px;
  --r-mid: 30px;

  --sp-5: 5px;
  --sp-8: 8px;
  --sp-12: 12px;
  --sp-16: 16px;
  --sp-20: 20px;
  --sp-24: 24px;
  --sp-30: 30px;
  --sp-40: 40px;
  --sp-50: 50px;

  --header-h: 74px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 17px;
  line-height: 1.55;
  color: var(--c-obsidian);
  background: var(--c-paper);
  letter-spacing: -0.2px;
  overflow-x: hidden;
}

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

a { color: inherit; }

h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; }

ul, ol { padding: 0; list-style: none; }

button { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--c-violet);
  outline-offset: 3px;
  border-radius: var(--r-small);
}

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--c-violet);
  color: #fff;
  padding: 12px 20px;
  border-radius: 0 0 var(--r-small) 0;
}
.skip:focus { left: 0; }

/* ---------- estrutura ---------- */

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.band { padding-block: var(--band); }
.band--paper { background: var(--c-paper); color: var(--c-obsidian); }
.band--mist { background: var(--c-mist); color: var(--c-obsidian); }
.band--dark { background: var(--c-obsidian); color: var(--c-on-dark); }
.band--carbon { background: var(--c-carbon); color: var(--c-on-dark); }

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-violet);
  margin-bottom: var(--sp-16);
}
.eyebrow--dark { color: #9aa1ff; }

.band-head { max-width: 760px; margin-bottom: clamp(32px, 5vw, 56px); }

.title-xl {
  font-size: clamp(38px, 6.4vw, 74px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  font-weight: 700;
}

.title-lg {
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.title-md {
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.lede {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.45;
  letter-spacing: -0.3px;
  color: var(--c-fog);
  max-width: 560px;
  margin-top: var(--sp-20);
}
.lede--dark { color: var(--c-on-dark-muted); }

/* ---------- botões ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: var(--r-pill);
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn__icon { width: 16px; height: 16px; flex: none; }

.btn--violet { background: var(--c-violet); color: #fff; }
.btn--violet:hover { background: var(--c-violet-deep); }

.btn--paper { background: var(--c-paper); color: var(--c-obsidian); }
.btn--paper:hover { background: var(--c-mist); }

.btn--ink { background: var(--c-obsidian); color: #fff; }
.btn--ink:hover { background: var(--c-carbon); }

.btn--ghost {
  background: transparent;
  color: var(--c-obsidian);
  border: 1.5px solid var(--c-hairline);
  padding: 13px 26px;
}
.btn--ghost:hover { border-color: var(--c-obsidian); }

.btn--ghost-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .4);
  padding: 13px 26px;
}
.btn--ghost-light:hover { border-color: #fff; }

.btn--sm { padding: 11px 22px; font-size: 13px; }

/* ---------- classificação ---------- */

.rating { display: inline-flex; align-items: center; gap: 9px; }
.rating__stars { position: relative; display: block; width: 88px; height: 16px; flex: none; }
.rating__row { position: absolute; inset: 0; width: 88px; height: 16px; }
.rating__row--track { color: rgba(0, 0, 0, .18); }
.rating__row--fill { color: var(--c-violet); clip-path: inset(0 calc(100% - var(--rating-fill, 100%)) 0 0); }
.rating--light .rating__row--track { color: rgba(255, 255, 255, .3); }
.rating--light .rating__row--fill { color: #fff; }
.rating__value { font-size: 14px; font-weight: 700; letter-spacing: 0; }

/* ---------- 1. cabeçalho ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--c-obsidian);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-header__inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-20);
}

.logo {
  font-family: var(--font-mark);
  font-size: 21px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.logo__accent { color: var(--c-violet); }
.logo--ink { color: var(--c-obsidian); }
.logo--ink .logo__accent { color: var(--c-violet); }

.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }

.site-nav__list { display: flex; align-items: center; gap: clamp(14px, 1.9vw, 26px); }

.site-nav__link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, .82);
  padding: 6px 0;
  transition: color .18s ease;
}
.site-nav__link:hover { color: #fff; }

.site-header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .35);
  border-radius: var(--r-pill);
  cursor: pointer;
}
.site-header__burger svg { width: 20px; height: 20px; }
.site-header__burger-close { display: none; }
.site-header__burger.is-open .site-header__burger-open { display: none; }
.site-header__burger.is-open .site-header__burger-close { display: block; }

/* ---------- 2. herói ---------- */

.hero {
  position: relative;
  background: var(--c-obsidian);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .84) 40%, rgba(0, 0, 0, .38) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .26) 45%, rgba(0, 0, 0, .9) 100%);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
  align-items: end;
  gap: clamp(32px, 5vw, 72px);
  padding-block: clamp(64px, 10vw, 128px) clamp(52px, 7vw, 92px);
}

.hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: var(--r-pill);
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: var(--sp-30);
}
.hero__tag-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--c-violet); flex: none; }

.hero__title {
  font-size: clamp(48px, 11vw, 124px);
  line-height: 0.86;
  letter-spacing: -0.048em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.hero__title-line { display: block; }
.hero__title-line--out {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .55);
}
.hero__title-line--accent { color: var(--c-violet); }

.hero__lede {
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.45;
  color: var(--c-on-dark-muted);
  max-width: 520px;
  margin-top: clamp(24px, 3vw, 36px);
}

.hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-12); margin-top: clamp(28px, 3.5vw, 40px); }

.hero__panel {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--r-card);
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(6px);
  padding: var(--sp-24);
}

.hero__panel-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-on-dark-muted);
  margin-bottom: var(--sp-20);
}

.hero__strip { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: var(--sp-24); }
.hero__strip img {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, .18);
}

.hero__metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-20) var(--sp-12); }
.hero__metric-value { font-size: 32px; line-height: 1; font-weight: 400; letter-spacing: -0.03em; }
.hero__metric-label {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-on-dark-muted);
}

/* ---------- 3. modalidades ---------- */

.sports__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--sp-24);
  margin-bottom: var(--sp-40);
}

.sports__scroller { overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.sports__list { display: flex; align-items: stretch; gap: var(--sp-12); min-width: min-content; }
.sports__list > li { display: flex; flex: none; }

.sports__chip {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: none;
  border: 1.5px solid var(--c-hairline);
  border-radius: var(--r-pill);
  background: var(--c-paper);
  padding: 13px 24px 13px 16px;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease;
}
.sports__chip:hover { border-color: var(--c-obsidian); background: var(--c-mist); }
.sports__chip-icon { width: 22px; height: 22px; flex: none; color: var(--c-violet); }
.sports__chip-name { font-size: 15px; font-weight: 600; letter-spacing: -0.2px; white-space: nowrap; }
.sports__chip-count {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--c-fog);
  border-left: 1px solid var(--c-hairline);
  padding-left: 11px;
}

/* ---------- 4. destaque ---------- */

.spotlight { position: relative; overflow: hidden; }

.spotlight__inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.spotlight__id { display: flex; align-items: center; gap: var(--sp-16); margin-bottom: var(--sp-24); }
.spotlight__id img { width: 66px; height: 66px; border-radius: 18px; flex: none; }
.spotlight__dev { font-size: 14px; color: var(--c-on-dark-muted); margin-top: 5px; }

.spotlight__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--r-card);
  overflow: hidden;
  margin-top: var(--sp-30);
}
.spotlight__spec { background: var(--c-obsidian); padding: 18px 20px; }
.spotlight__spec-key {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--c-ash);
  margin-bottom: 7px;
}
.spotlight__spec-value { font-size: 16px; font-weight: 600; letter-spacing: -0.2px; }

.spotlight__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-16);
}
.spotlight__frame {
  margin: 0;
  border-radius: var(--r-card);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--c-carbon);
}
.spotlight__frame img { width: 100%; height: 100%; object-fit: cover; }
.spotlight__frame--lead { grid-column: 1 / -1; aspect-ratio: 16 / 8; }

.spotlight__actions { display: flex; flex-wrap: wrap; gap: var(--sp-12); margin-top: var(--sp-30); }

/* ---------- 5. catálogo bento ---------- */

.catalog__lead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-radius: var(--r-card);
  overflow: hidden;
  background: var(--c-obsidian);
  color: #fff;
  margin-bottom: var(--sp-16);
}
.catalog__lead-media { position: relative; min-height: 260px; }
.catalog__lead-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.catalog__lead-body { padding: clamp(24px, 3.4vw, 40px); display: flex; flex-direction: column; justify-content: center; }
.catalog__lead-flag {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  background: var(--c-violet);
  border-radius: var(--r-pill);
  padding: 7px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--sp-16);
}
.catalog__lead-text { color: var(--c-on-dark-muted); margin-top: var(--sp-12); max-width: 460px; font-size: 16px; }
.catalog__lead-foot { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-20); margin-top: var(--sp-24); }

.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 196px;
  grid-auto-flow: dense;
  gap: var(--sp-16);
}

.tile {
  position: relative;
  border-radius: var(--r-card);
  overflow: hidden;
  display: flex;
  text-decoration: none;
  isolation: isolate;
}
.tile--w2 { grid-column: span 2; }
.tile--w3 { grid-column: span 3; }
.tile--h2 { grid-row: span 2; }

.tile--media { background: var(--c-carbon); color: #fff; align-items: flex-end; }
.tile__media { position: absolute; inset: 0; z-index: -2; }
.tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.tile--media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, .62) 42%, rgba(0, 0, 0, .94) 100%);
}
.tile--media:hover .tile__media img { transform: scale(1.05); }

.tile__body { display: block; padding: var(--sp-20); width: 100%; }
.tile__sport {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: var(--r-pill);
  padding: 5px 12px;
  margin-bottom: 12px;
}
.tile__name { display: block; font-size: 20px; line-height: 1.08; letter-spacing: -0.025em; font-weight: 700; }
.tile--h2 .tile__name { font-size: clamp(21px, 2vw, 26px); }
.tile__dev { display: block; font-size: 13px; color: rgba(255, 255, 255, .78); margin-top: 5px; }
.tile__foot { display: flex; align-items: center; justify-content: space-between; gap: var(--sp-16); margin-top: var(--sp-12); }
.tile__go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .6);
  flex: none;
  transition: background-color .2s ease, color .2s ease;
}
.tile__go svg { width: 15px; height: 15px; }
.tile--media:hover .tile__go { background: #fff; color: var(--c-obsidian); }

.tile--compact {
  background: var(--c-mist);
  color: var(--c-obsidian);
  border: 1px solid var(--c-hairline);
  align-items: stretch;
  transition: border-color .2s ease, background-color .2s ease;
}
.tile--compact:hover { border-color: var(--c-obsidian); background: #eef1f7; }
.tile--compact .tile__body { display: flex; flex-direction: column; justify-content: space-between; gap: var(--sp-12); }
.tile__icon { width: 46px; height: 46px; border-radius: 13px; }
.tile__head { display: flex; align-items: flex-start; justify-content: space-between; gap: var(--sp-12); }
.tile__sport--ink { border-color: var(--c-hairline); color: var(--c-fog); }
.tile__name--ink { font-size: 18px; }
.tile__dev--ink { color: var(--c-fog); }
.tile__go--ink { border-color: var(--c-hairline); color: var(--c-obsidian); }
.tile--compact:hover .tile__go--ink { background: var(--c-obsidian); color: #fff; }

.catalog__note {
  margin-top: var(--sp-30);
  font-size: 14px;
  color: var(--c-fog);
  max-width: 640px;
}
.catalog__note a { color: var(--c-obsidian); }

/* ---------- 6. novidades (uma por linha) ---------- */

.picks__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding-block: clamp(28px, 4vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.picks__row:last-child { border-bottom: 1px solid rgba(255, 255, 255, .14); }

.picks__index {
  font-family: var(--font-mark);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--c-violet);
  margin-bottom: var(--sp-12);
}
.picks__meta { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-16); margin-top: var(--sp-20); }
.picks__dev { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-ash); }
.picks__text { color: var(--c-on-dark-muted); margin-top: var(--sp-16); font-size: 16px; max-width: 520px; }
.picks__actions { margin-top: var(--sp-24); }

.picks__shot {
  margin: 0;
  border-radius: var(--r-card);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--c-obsidian);
}
.picks__shot img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- 7. modelo editorial ---------- */

.model__inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.model__steps { display: grid; gap: var(--sp-16); }
.model__step {
  background: var(--c-mist);
  border-radius: var(--r-card);
  padding: clamp(22px, 2.6vw, 30px);
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: var(--sp-20);
  align-items: start;
}
.model__step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--c-obsidian);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
}
.model__step-num--violet { background: var(--c-violet); }
.model__step-title { font-size: 20px; font-weight: 700; letter-spacing: -0.4px; }
.model__step-text { color: var(--c-fog); font-size: 16px; margin-top: 8px; }
.model__step-text a { color: var(--c-obsidian); }

/* ---------- 8. porquê confiar ---------- */

.trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-16);
}
.trust__card {
  background: var(--c-paper);
  border: 1px solid var(--c-hairline);
  border-radius: var(--r-card);
  padding: clamp(24px, 2.8vw, 32px);
}
.trust__icon {
  width: 46px;
  height: 46px;
  border-radius: var(--r-pill);
  background: var(--c-obsidian);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp-20);
}
.trust__icon svg { width: 22px; height: 22px; }
.trust__title { font-size: 20px; font-weight: 700; letter-spacing: -0.4px; }
.trust__text { color: var(--c-fog); font-size: 16px; margin-top: var(--sp-12); }

/* ---------- 9. estatísticas ---------- */

.stats { position: relative; overflow: hidden; isolation: isolate; }
.stats__media { position: absolute; inset: 0; z-index: -2; }
.stats__media img { width: 100%; height: 100%; object-fit: cover; }
.stats__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .93) 0%, rgba(0, 0, 0, .88) 55%, rgba(0, 0, 0, .93) 100%);
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sp-30);
  margin-top: clamp(32px, 4vw, 48px);
}
.stats__item { border-top: 1px solid rgba(255, 255, 255, .28); padding-top: var(--sp-20); }
.stats__value { font-size: clamp(38px, 5vw, 58px); line-height: 1; font-weight: 400; letter-spacing: -0.035em; }
.stats__label {
  display: block;
  margin-top: var(--sp-12);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-on-dark-muted);
}

/* ---------- 10. testemunhos ---------- */

.voices__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--sp-16); }
.voices__card {
  background: var(--c-mist);
  border-radius: var(--r-card);
  padding: clamp(24px, 2.8vw, 32px);
  display: flex;
  flex-direction: column;
}
.voices__quote { font-size: 17px; line-height: 1.5; margin-top: var(--sp-20); flex: 1; }
.voices__who { display: flex; align-items: center; gap: var(--sp-12); margin-top: var(--sp-24); }
.voices__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--c-obsidian);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex: none;
}
.voices__name { font-size: 15px; font-weight: 700; }
.voices__role { font-size: 13px; color: var(--c-fog); }

/* ---------- 11. subscrição ---------- */

.join__inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.join__list { margin-top: var(--sp-30); display: grid; gap: var(--sp-12); }
.join__list-item { display: flex; gap: var(--sp-12); align-items: flex-start; color: var(--c-on-dark-muted); font-size: 16px; }
.join__list-item svg { width: 19px; height: 19px; flex: none; color: var(--c-violet); margin-top: 3px; }

.join__card {
  background: var(--c-paper);
  color: var(--c-obsidian);
  border-radius: var(--r-card);
  padding: clamp(26px, 3.2vw, 40px);
}
.form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--sp-16); }
.form__field { display: flex; flex-direction: column; gap: 7px; }
.form__field--wide { grid-column: 1 / -1; }
.form__label { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--c-fog); }
.form__input {
  border: 1.5px solid var(--c-hairline);
  border-radius: var(--r-mid);
  background: var(--c-paper);
  padding: 14px 18px;
  font-family: inherit;
  font-size: 16px;
  color: var(--c-obsidian);
  transition: border-color .18s ease;
  width: 100%;
}
.form__input::placeholder { color: var(--c-ash); }
.form__input:hover { border-color: var(--c-ash); }
.form__input:focus { border-color: var(--c-violet); outline: none; }

.form__consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: var(--sp-12);
  font-size: 14px;
  line-height: 1.45;
  color: var(--c-fog);
}
.form__check { width: 20px; height: 20px; flex: none; margin: 2px 0 0; accent-color: var(--c-violet); }
.form__consent a { color: var(--c-obsidian); }

.form__submit { grid-column: 1 / -1; justify-content: center; margin-top: 4px; }
.form__note { grid-column: 1 / -1; font-size: 13px; color: var(--c-ash); }

.form__success {
  display: none;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: var(--sp-12);
  border: 1.5px solid var(--c-violet);
  border-radius: var(--r-card);
  padding: 18px 20px;
  font-size: 15px;
  color: var(--c-obsidian);
  background: #f2f3ff;
}
.form__success.is-visible { display: flex; }
.form__success svg { width: 20px; height: 20px; flex: none; color: var(--c-violet); margin-top: 2px; }

/* ---------- 12. FAQ ---------- */

.faq__inner { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.faq__list { border-top: 1px solid var(--c-hairline); }
.faq__item { border-bottom: 1px solid var(--c-hairline); }
.faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-20);
  background: none;
  border: 0;
  padding: 24px 0;
  text-align: left;
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 700;
  letter-spacing: -0.4px;
  cursor: pointer;
}
.faq__sign { width: 34px; height: 34px; flex: none; border-radius: 50%; border: 1.5px solid var(--c-hairline); display: flex; align-items: center; justify-content: center; transition: transform .25s ease, background-color .2s ease, color .2s ease; }
.faq__sign svg { width: 15px; height: 15px; }
.faq__item--open .faq__sign { transform: rotate(45deg); background: var(--c-obsidian); color: #fff; border-color: var(--c-obsidian); }
.faq__panel { display: none; padding-bottom: 26px; }
.faq__item--open .faq__panel { display: block; }
.faq__panel p { color: var(--c-fog); font-size: 16px; max-width: 620px; }
.faq__panel p + p { margin-top: var(--sp-12); }
.faq__panel a { color: var(--c-obsidian); }

/* ---------- 13. rodapé ---------- */

.site-footer { background: var(--c-carbon); color: #fff; padding-block: clamp(52px, 7vw, 84px) var(--sp-30); }
.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 2fr));
  gap: clamp(28px, 4vw, 48px);
}
.site-footer__about { color: var(--c-on-dark-muted); font-size: 15px; margin-top: var(--sp-16); max-width: 320px; }
.site-footer__col-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-ash);
  margin-bottom: var(--sp-16);
}
.site-footer__links { display: grid; gap: 11px; }
.site-footer__link { font-size: 15px; color: rgba(255, 255, 255, .85); text-decoration: none; }
.site-footer__link:hover { color: #fff; text-decoration: underline; }
.site-footer__mail { font-size: 15px; color: #fff; }
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-16);
  border-top: 1px solid rgba(255, 255, 255, .16);
  margin-top: clamp(36px, 5vw, 56px);
  padding-top: var(--sp-24);
  font-size: 13px;
  color: var(--c-ash);
}

/* ---------- banner de cookies + topo ---------- */

.cookie {
  position: fixed;
  left: var(--sp-16);
  right: var(--sp-16);
  bottom: var(--sp-16);
  z-index: 130;
  display: none;
  gap: var(--sp-20);
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 980px;
  margin-inline: auto;
  background: var(--c-obsidian);
  color: #fff;
  border-radius: var(--r-card);
  padding: 20px 24px;
}
.cookie.is-visible { display: flex; }
.cookie__text { font-size: 14px; color: var(--c-on-dark-muted); max-width: 560px; }
.cookie__text a { color: #fff; }
.cookie__actions { display: flex; gap: var(--sp-12); flex-wrap: wrap; }

.to-top {
  position: fixed;
  right: var(--sp-20);
  bottom: 96px;
  z-index: 120;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  background: var(--c-violet);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top svg { width: 20px; height: 20px; }

/* ---------- páginas legais ---------- */

.legal { padding-block: clamp(48px, 7vw, 88px); }
.legal__head { border-bottom: 1px solid var(--c-hairline); padding-bottom: var(--sp-30); margin-bottom: var(--sp-40); }
.legal__updated { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--c-fog); margin-top: var(--sp-16); }
.legal__back { margin-top: var(--sp-24); }
.legal__body { max-width: 780px; }
.legal__body h2 { font-size: clamp(22px, 2.4vw, 28px); line-height: 1.15; letter-spacing: -0.6px; margin-top: var(--sp-40); }
.legal__body h3 { font-size: 18px; letter-spacing: -0.3px; margin-top: var(--sp-24); }
.legal__body p { color: var(--c-fog); margin-top: var(--sp-12); font-size: 16px; }
.legal__body ul { margin-top: var(--sp-12); display: grid; gap: 9px; }
.legal__body li { color: var(--c-fog); font-size: 16px; padding-left: 20px; position: relative; }
.legal__body li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--c-violet); }
.legal__body a { color: var(--c-obsidian); }
.legal__table { margin-top: var(--sp-20); display: grid; gap: var(--sp-12); }
.legal__row { border: 1px solid var(--c-hairline); border-radius: var(--r-card); padding: 20px 24px; }
.legal__row-title { font-size: 17px; font-weight: 700; }
.legal__row-text { color: var(--c-fog); font-size: 15px; margin-top: 7px; }

/* ---------- adaptação ---------- */

@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .hero__panel { max-width: 520px; }
  .spotlight__inner,
  .model__inner,
  .join__inner,
  .faq__inner { grid-template-columns: minmax(0, 1fr); }
  .site-footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .site-header__burger { display: inline-flex; }
  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--c-obsidian);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding: var(--sp-16) var(--gutter) var(--sp-30);
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
  }
  .site-nav.is-open { display: flex; }
  .site-nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav__link { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); font-size: 15px; }
  .site-nav__cta { margin-top: var(--sp-20); justify-content: center; }

  .catalog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 200px; }
  .tile--w3 { grid-column: span 2; }
  .trust__grid,
  .voices__grid { grid-template-columns: minmax(0, 1fr); }
  .catalog__lead { grid-template-columns: minmax(0, 1fr); }
  .catalog__lead-media { min-height: 220px; aspect-ratio: 16 / 9; }
  .picks__row { grid-template-columns: minmax(0, 1fr); }
  .picks__shot { order: -1; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .catalog__grid { grid-template-columns: minmax(0, 1fr); grid-auto-rows: auto; }
  .tile--w2,
  .tile--w3,
  .tile--h2 { grid-column: span 1; grid-row: span 1; }
  .tile--media { min-height: 250px; }
  .tile--compact { min-height: 190px; }
  .spotlight__gallery { grid-template-columns: minmax(0, 1fr); }
  .spotlight__frame--lead { aspect-ratio: 16 / 9; }
  .spotlight__specs { grid-template-columns: minmax(0, 1fr); }
  .form__grid { grid-template-columns: minmax(0, 1fr); }
  .stats__grid { grid-template-columns: minmax(0, 1fr); gap: var(--sp-20); }
  .site-footer__top { grid-template-columns: minmax(0, 1fr); }
  .hero__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .model__step { grid-template-columns: minmax(0, 1fr); }
  .to-top { bottom: 130px; right: var(--sp-16); }
  .cookie { padding: 18px 20px; }
}

@media (max-width: 380px) {
  .hero__strip img { width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}
