:root {
  --bg: #090a0c;
  --bg-soft: #111317;
  --panel: rgba(255, 255, 255, 0.035);
  --panel-strong: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #f2f2ee;
  --muted: #9a9da3;
  --accent: #8e2f23;
  --accent-soft: #d7d9de;
  --accent-deep: #5b1d17;
  --signal: #c44434;
  --radius-xl: 22px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --shell: 1280px;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(142, 47, 35, 0.16), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.05), transparent 18%),
    linear-gradient(180deg, #131418 0%, #08090b 48%, #0e1116 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 54px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 86%);
  opacity: 0.16;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.shell {
  width: min(var(--shell), calc(100% - 40px));
  margin: 0 auto;
}

.site-topbar {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--line);
  background: rgba(12, 13, 16, 0.78);
  backdrop-filter: blur(14px);
}

.site-topbar .shell {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 0;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255, 242, 226, 0.08);
  background: rgba(7, 8, 11, 0.72);
  backdrop-filter: blur(16px);
}

.site-header .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  background: rgba(10, 11, 14, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.brand-mark-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.brand-copy span {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.brand-copy strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.site-nav a,
.footer-links a,
.back-link,
.label,
.legal-meta,
.contact-chip,
.stat-strip-label,
.meta-row span,
.measure-list span,
.process-step small {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav a,
.footer-links a,
.back-link {
  color: var(--muted);
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.back-link:hover,
.back-link:focus-visible,
.inline-link:hover,
.inline-link:focus-visible {
  color: var(--text);
}

.cta-chip,
.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.cta-chip,
.button {
  background: linear-gradient(135deg, #cfcfc9 0%, #9ea3ab 100%);
  border-color: transparent;
  color: #0b0c0f;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.cta-chip:hover,
.button:hover,
.button-secondary:hover,
.cta-chip:focus-visible,
.button:focus-visible,
.button-secondary:focus-visible {
  transform: translateY(-2px);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(142, 47, 35, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero {
  position: relative;
  padding: 24px 0 34px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 22px;
  align-items: stretch;
}

.hero-main,
.hero-side,
.manifesto-card,
.measure-card,
.collection-card,
.process-stage,
.quote-stage,
.contact-stage,
.contact-info,
.cta-panel,
.legal-hero,
.legal-card,
.error-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.05), rgba(255, 248, 239, 0.02));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-main,
.hero-side,
.quote-stage,
.contact-stage,
.contact-info,
.cta-panel,
.legal-hero,
.error-card {
  border-radius: var(--radius-xl);
}

.manifesto-card,
.measure-card,
.collection-card,
.process-stage,
.legal-card {
  border-radius: var(--radius-lg);
}

.hero-main {
  padding: 34px;
}

.hero-main::before,
.hero-side::before,
.quote-stage::before,
.cta-panel::before {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(142, 47, 35, 0.22), transparent 72%);
  pointer-events: none;
}

.eyebrow,
.label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent-soft);
}

.eyebrow {
  margin-bottom: 18px;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before,
.label::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.hero-main h1,
.section-heading h2,
.cta-panel h2,
.legal-hero h1,
.error-card h1,
.quote-stage blockquote {
  font-family: 'League Spartan', sans-serif;
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.hero-main h1 {
  font-size: clamp(2.8rem, 6.8vw, 5.8rem);
  max-width: 9ch;
  text-transform: uppercase;
}

.hero-lead,
.section-heading p,
.manifesto-card p,
.measure-card p,
.collection-copy p,
.process-step p,
.quote-meta,
.contact-copy p,
.contact-item p,
.legal-card p,
.legal-card li,
.error-card p,
.footer-meta {
  color: var(--muted);
  line-height: 1.75;
}

.hero-lead {
  max-width: 38rem;
  margin-top: 18px;
  font-size: 0.96rem;
}

.hero-actions,
.cta-actions,
.error-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.meta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.meta-row span,
.contact-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 242, 226, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
}

.hero-divider {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-top: 24px;
  align-items: end;
}

.stat-block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stat-tile {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.stat-tile strong,
.contact-number strong,
.collection-index,
.error-code {
  display: block;
}

.stat-tile strong {
  font-size: 1.5rem;
}

.stat-tile span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-scroll-note {
  padding: 18px 20px;
  border-left: 1px solid var(--line-strong);
  color: var(--muted);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-side {
  padding: 22px;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 18px;
}

.hero-poster {
  position: relative;
  isolation: isolate;
  border-radius: 16px;
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(142, 47, 35, 0.2), transparent 30%),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(180deg, #181a20 0%, #0e1014 100%);
  padding: 24px;
  min-height: 340px;
}

.hero-poster-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  z-index: 0;
}

.hero-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(165deg, rgba(7, 8, 11, 0.35) 0%, rgba(7, 8, 11, 0.82) 92%);
}

.hero-poster::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 242, 226, 0.08);
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}

.poster-code {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  position: relative;
  z-index: 3;
}

.poster-code span,
.poster-column span,
.collection-copy span,
.contact-item span,
.legal-card h2,
.legal-card ul {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.poster-column {
  position: absolute;
  inset: 76px 18px 24px auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.22);
  font-weight: 700;
}

.poster-word {
  position: relative;
  z-index: 3;
  margin-top: 28px;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.84;
  letter-spacing: -0.03em;
  max-width: 5ch;
  text-transform: uppercase;
}

.poster-grid {
  position: absolute;
  inset: auto 24px 24px 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  z-index: 3;
}

.poster-cell {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 242, 226, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.poster-cell b,
.collection-copy h3,
.process-step h3,
.contact-item strong,
.legal-card h2 {
  display: block;
}

.poster-cell b {
  font-size: 0.92rem;
  margin-top: 6px;
}

.hero-note,
.stat-strip {
  border-radius: 10px;
  border: 1px solid rgba(255, 242, 226, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.hero-note {
  padding: 18px;
}

.hero-note strong,
.manifesto-card h3,
.measure-card h3,
.collection-copy h3,
.process-step h3,
.contact-item strong,
.legal-card h2 {
  margin-bottom: 10px;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
}

.stat-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.stat-strip-visual {
  width: 100%;
  max-width: 120px;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 242, 226, 0.14);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.stat-strip-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  display: block;
}

.stat-strip-label {
  display: block;
  color: var(--muted);
  line-height: 1.3;
  max-width: 100%;
}

.section {
  padding: 30px 0;
}

.section-heading {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: clamp(16px, 3vw, 36px);
  flex-wrap: wrap;
  margin-bottom: 22px;
  max-width: 100%;
}

.section-heading h2 {
  flex: 0 0 auto;
  width: max-content;
  max-width: min(8ch, 100%);
  font-size: clamp(2.1rem, 4.6vw, 3.8rem);
  text-transform: uppercase;
}

.section-heading p {
  flex: 0 1 34rem;
  min-width: 0;
  max-width: 34rem;
  font-size: 0.95rem;
}

#colecao .section-heading h2 {
  max-width: min(32rem, 100%);
  width: min(max-content, 100%);
  line-height: 1.05;
  text-wrap: balance;
}

.manifesto-grid,
.contact-grid,
.legal-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
}

.manifesto-card,
.measure-card,
.quote-stage,
.contact-stage,
.contact-info,
.cta-panel,
.legal-hero,
.legal-card,
.error-card {
  padding: 26px;
}

.measure-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.measure-list li,
.legal-card li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}

.measure-list li::before,
.legal-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.collection-card {
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(142, 47, 35, 0.14), transparent 35%);
}

.collection-visual {
  position: relative;
  padding: 0;
  border-bottom: 1px solid rgba(255, 242, 226, 0.08);
  overflow: hidden;
}

.collection-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 35%, rgba(9, 10, 12, 0.72) 100%);
}

.collection-photo {
  display: block;
  width: 100%;
  height: clamp(200px, 22vw, 260px);
  object-fit: cover;
  object-position: 50% 0%;
}

.collection-index {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 2;
  font-family: 'League Spartan', sans-serif;
  font-size: 2.8rem;
  line-height: 0.84;
  color: rgba(242, 242, 238, 0.92);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.collection-copy {
  padding: 22px;
}

.collection-copy h3 {
  font-size: 1rem;
}

.collection-copy p {
  margin-top: 10px;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
}

.quote-stage {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
}

.quote-stage .quote-meta {
  margin-top: auto;
}

.quote-stage blockquote {
  font-size: clamp(2rem, 4.8vw, 3.6rem);
  max-width: 10ch;
  text-transform: uppercase;
}

.quote-meta {
  max-width: 30rem;
}

.quote-strip {
  margin: 20px 0 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 242, 226, 0.08);
}

.quote-strip img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.process-stage {
  display: grid;
  gap: 14px;
}

.process-step {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 242, 226, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.process-step strong {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 8px;
  background: rgba(142, 47, 35, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  font-family: 'League Spartan', sans-serif;
  font-size: 1.45rem;
}

.contact-stage,
.contact-info {
  min-height: 0;
}

.contact-number {
  margin-top: 24px;
}

.contact-number strong {
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  line-height: 1.3;
  text-transform: none;
  font-weight: 700;
  word-break: break-word;
}

.contact-number a {
  color: var(--accent-soft);
}

.contact-card-stack {
  display: grid;
  gap: 14px;
}

.contact-item {
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 242, 226, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.cta-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cta-panel h2,
.legal-hero h1,
.error-card h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.8rem);
  max-width: 9ch;
}

.site-footer {
  padding: 32px 0 42px;
}

.site-footer .shell {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-meta {
  margin-top: 18px;
  max-width: 60rem;
}

.legal-page main,
.error-page main {
  padding: 38px 0 50px;
}

.legal-hero,
.error-card {
  margin-bottom: 22px;
}

.legal-card ul {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.error-wrap {
  display: grid;
  place-items: center;
}

.error-card {
  width: min(760px, 100%);
  text-align: center;
}

.error-code {
  margin-bottom: 12px;
  font-family: 'League Spartan', sans-serif;
  font-size: clamp(3.6rem, 10vw, 6rem);
  line-height: 0.84;
  color: var(--accent-soft);
}

.inline-link {
  color: var(--accent-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-layout,
  .manifesto-grid,
  .process-grid,
  .contact-grid,
  .cta-panel,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .collection-photo {
    height: clamp(220px, 46vw, 360px);
  }

  .hero-main,
  .hero-side {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(var(--shell), calc(100% - 28px));
  }

  .site-header .shell,
  .site-topbar .shell {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-main,
  .hero-side,
  .manifesto-card,
  .measure-card,
  .collection-copy,
  .quote-stage,
  .contact-stage,
  .contact-info,
  .cta-panel,
  .legal-hero,
  .legal-card,
  .error-card,
  .process-step {
    padding: 20px;
  }

  .section-heading {
    display: flex;
    width: 100%;
  }

  .section-heading h2 {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }

  .hero-divider,
  .stat-block,
  .poster-grid {
    grid-template-columns: 1fr;
  }

  .stat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
  }

  .stat-strip-visual {
    max-width: min(100px, 28vw);
  }

  .poster-word,
  .quote-stage blockquote,
  .hero-main h1,
  .cta-panel h2,
  .legal-hero h1,
  .error-card h1,
  .contact-number strong {
    max-width: none;
  }

  .hero-main h1 {
    font-size: clamp(2.4rem, 10vw, 3.8rem);
  }

  .poster-word {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .process-step {
    grid-template-columns: 1fr;
  }

  .process-step strong {
    width: 60px;
    height: 60px;
  }
}
