:root {
  --green: #114e48;
  --green-dark: #0b352f;
  --green-soft: #1d6359;
  --off: #faf7ef;
  --paper: #f3e8d0;
  --paper-2: #e8d3ac;
  --coffee: #6b4f3a;
  --burnt: #c8753d;
  --ink: #1d1d1b;
  --cream: #fff9ea;
  --line: rgba(79, 60, 39, 0.2);
  --line-strong: rgba(79, 60, 39, 0.36);
  --shadow: rgba(55, 37, 18, 0.22);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--green);
  background:
    radial-gradient(
      circle at 10% 4%,
      rgba(255, 255, 255, 0.9),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 18%,
      rgba(200, 117, 61, 0.12),
      transparent 30%
    ),
    linear-gradient(180deg, var(--off), var(--paper) 58%, #ead7b7);
  font-family: "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
}

body::before {
  z-index: -2;
  opacity: 0.54;
  background-image:
    linear-gradient(rgba(71, 54, 32, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 54, 32, 0.036) 1px, transparent 1px);
  background-size: 34px 34px;
}

body::after {
  z-index: -1;
  opacity: 0.1;
  background-image:
    radial-gradient(circle, #3b2a1c 0 0.7px, transparent 0.8px),
    radial-gradient(circle, #3b2a1c 0 0.5px, transparent 0.7px);
  background-position:
    0 0,
    13px 17px;
  background-size:
    19px 23px,
    31px 37px;
}

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

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

section {
  scroll-margin-top: 86px;
}

:focus-visible {
  outline: 2px solid var(--burnt);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  padding: 10px 14px;
  color: var(--cream);
  background: var(--green);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  min-height: 76px;
  padding: 0 clamp(1.2rem, 5.6vw, 7rem);
  border-bottom: 1px solid var(--line);
  background: rgba(250, 247, 239, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 850;
  line-height: 0.82;
  letter-spacing: 0.09em;
}

.brand span {
  font-size: clamp(1.85rem, 2.6vw, 2.65rem);
}

.brand small {
  margin-top: 8px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.38em;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(1.2rem, 3.3vw, 4.5rem);
  font-size: 0.85rem;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  padding: 0.55rem 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.button,
.header-cta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 3px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    background 220ms var(--ease);
}

.button-primary,
.header-cta {
  color: var(--cream);
  background: var(--green);
  box-shadow: 0 18px 34px rgba(17, 78, 72, 0.18);
}

.button-secondary {
  color: var(--green);
  background: rgba(255, 249, 234, 0.38);
}

.button-secondary.light {
  color: var(--cream);
  border-color: rgba(255, 249, 234, 0.6);
}

.club-section .button-secondary.light {
  color: var(--green);
  border-color: rgba(255, 249, 234, 0.9);
  background: rgba(255, 249, 234, 0.88);
}

.button,
.header-cta {
  padding: 0 25px;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(17, 78, 72, 0.24);
}

.button:active,
.header-cta:active {
  transform: scale(0.985);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: 0;
  text-wrap: balance;
}

.eyebrow,
.arc-label {
  margin: 0;
  color: var(--coffee);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.campaign-panel {
  position: relative;
  overflow: hidden;
}

.layer {
  translate: 0 var(--parallax-y, 0);
}

.hero {
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  min-height: calc(100dvh - 118px);
  padding: clamp(2.4rem, 5.2vh, 5.2rem) clamp(1.2rem, 5.6vw, 7rem) 2.25rem;
  border-bottom: 1px solid var(--line-strong);
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(255, 255, 255, 0.68),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      rgba(250, 247, 239, 0.96),
      rgba(243, 232, 208, 0.72)
    );
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(71, 54, 32, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(71, 54, 32, 0.022) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.line-art {
  position: absolute;
  inset: 0 -8vw;
  opacity: 0.34;
  background: url("imagens/capiva-vintage-lineart-bg.png") center bottom / 100%
    auto no-repeat;
  mix-blend-mode: multiply;
}

.hero-copy {
  position: relative;
  z-index: 5;
  display: grid;
  width: min(920px, 100%);
  justify-items: center;
  padding: clamp(1.8rem, 5vh, 4.8rem) 0 clamp(4.2rem, 7vh, 6.4rem);
  text-align: center;
}

.arc-label {
  width: auto;
  margin: 1.2rem 0 1.7rem;
  color: var(--coffee);
  transform: none;
}

h1 {
  max-width: 880px;
  font-size: clamp(3rem, min(5.05vw, 8.3vh), 6.35rem);
  font-weight: 650;
  line-height: 0.92;
  text-transform: uppercase;
}

.headline-line {
  display: block;
}

.headline-em {
  color: var(--green);
  font-style: normal;
  font-weight: 650;
}

.hero-text {
  max-width: 465px;
  margin: 1.7rem 0 1.9rem;
  color: #183f32;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  font-weight: 700;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: clamp(4.8rem, 7vh, 6.6rem);
  z-index: 5;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--coffee);
  font-size: 2rem;
  line-height: 1;
  transform: translateX(-50%);
  transition:
    transform 220ms var(--ease),
    color 220ms var(--ease);
}

.scroll-indicator:hover {
  color: var(--green);
  transform: translateX(-50%) translateY(4px);
}

.hero-stage {
  position: relative;
  z-index: 2;
  min-height: min(720px, 62vw);
  margin-left: clamp(-5rem, -5vw, -2rem);
  isolation: isolate;
}

.hero-stage::before {
  position: absolute;
  inset: 4% -3% 3% 5%;
  z-index: -2;
  border: 1px solid rgba(107, 79, 58, 0.16);
  background:
    linear-gradient(
      135deg,
      rgba(255, 249, 234, 0.58),
      rgba(232, 211, 172, 0.18)
    ),
    radial-gradient(
      circle at 66% 25%,
      rgba(255, 255, 255, 0.7),
      transparent 34%
    );
  box-shadow: inset 0 0 0 1px rgba(255, 249, 234, 0.48);
  content: "";
}

.hero-stage::after {
  position: absolute;
  right: -4%;
  bottom: 2%;
  z-index: -1;
  width: 78%;
  height: 23%;
  border-radius: 50%;
  content: "";
  background: radial-gradient(
    ellipse,
    rgba(55, 37, 18, 0.28),
    rgba(55, 37, 18, 0.08) 45%,
    transparent 72%
  );
  filter: blur(10px);
}

.shirt-card {
  position: absolute;
  margin: 0;
  filter: drop-shadow(0 28px 34px rgba(55, 37, 18, 0.22));
}

.shirt-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shirt-back {
  right: -8%;
  top: -2%;
  z-index: 1;
  width: min(850px, 88%);
  height: min(720px, 62vw);
}

.shirt-front {
  left: 3%;
  bottom: -1%;
  z-index: 2;
  width: min(520px, 50%);
  height: min(560px, 47vw);
  filter: drop-shadow(0 26px 32px rgba(55, 37, 18, 0.2));
}

.hangtag {
  position: absolute;
  right: 8%;
  top: -1%;
  z-index: 4;
  display: grid;
  width: 112px;
  min-height: 162px;
  place-items: center;
  border: 1px solid rgba(107, 79, 58, 0.4);
  color: var(--coffee);
  background: #dec49b;
  box-shadow: 0 18px 28px rgba(66, 45, 24, 0.18);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-7deg);
  transform-origin: top center;
  animation: tagSwing 5s ease-in-out infinite;
}

.hangtag::before {
  position: absolute;
  top: -58px;
  left: 50%;
  width: 1px;
  height: 58px;
  content: "";
  background: rgba(107, 79, 58, 0.55);
}

.hangtag span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hangtag strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 3rem;
  line-height: 0.9;
}

.round-seal,
.club-badge,
.member-badge {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(107, 79, 58, 0.5);
  color: var(--coffee);
  background: rgba(250, 247, 239, 0.68);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.round-seal {
  left: 8%;
  top: 8%;
  z-index: 4;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  font-size: 0.64rem;
}

.club-badge {
  right: 3%;
  bottom: 11%;
  z-index: 4;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  font-size: 0.58rem;
}

.member-badge {
  left: 38%;
  bottom: 6%;
  z-index: 4;
  width: 122px;
  min-height: 54px;
  padding: 0.65rem 0.8rem;
  border-style: dashed;
  font-size: 0.58rem;
  transform: rotate(-6deg);
}

.hero-footer {
  position: absolute;
  right: clamp(1.2rem, 5.6vw, 7rem);
  bottom: 3.25rem;
  left: clamp(1.2rem, 5.6vw, 7rem);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
  color: var(--coffee);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.identity-marquee {
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 249, 234, 0.16);
  color: var(--cream);
  background: var(--green);
  margin-top: -1px;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 42s linear infinite;
}

.marquee-track span {
  flex: 0 0 auto;
  padding: 1.15rem 1.2rem;
  white-space: nowrap;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.product-section,
.collection-section {
  padding: clamp(3rem, 6vw, 6.6rem) clamp(1.4rem, 5vw, 6rem);
  border-bottom: 1px solid var(--line-strong);
}

.product-section {
  background:
    radial-gradient(
      circle at 74% 22%,
      rgba(255, 255, 255, 0.64),
      transparent 24%
    ),
    linear-gradient(180deg, var(--off), rgba(243, 232, 208, 0.78));
}

.section-header {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: clamp(1.2rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: 1.5rem;
}

.product-section .section-header {
  display: block;
  max-width: 1500px;
  margin: 0 auto clamp(2rem, 4vw, 3.2rem);
}

.section-header h2 {
  max-width: 980px;
  font-size: clamp(3rem, min(5vw, 8vh), 6.1rem);
  line-height: 0.88;
}

.product-section .section-header h2 {
  max-width: 1060px;
  font-size: clamp(3.25rem, min(4.85vw, 7.4vh), 6.05rem);
  line-height: 0.84;
}

.product-kicker {
  max-width: min(1500px, 100%);
  margin: 0 auto 0.7rem;
}

.product-editorial {
  display: grid;
  grid-template-columns: minmax(380px, 0.46fr) minmax(700px, 1.36fr);
  gap: clamp(1rem, 1.5vw, 1.4rem);
  align-items: stretch;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}

.product-editorial::before {
  position: absolute;
  right: 18%;
  bottom: -22px;
  z-index: -1;
  width: 54%;
  height: 120px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(ellipse, rgba(73, 48, 24, 0.17), transparent 70%);
  filter: blur(12px);
}

.product-copy,
.detail-collage,
.detail-tile,
.waitlist-form {
  border: 1px solid rgba(79, 60, 39, 0.18);
  background: rgba(255, 249, 234, 0.46);
}

.product-copy {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 3vw, 3.4rem);
  background:
    linear-gradient(rgba(255, 249, 234, 0.7), rgba(243, 232, 208, 0.76)),
    url("imagens/capiva-vintage-lineart-bg.png") left bottom / 520px auto
      no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 249, 234, 0.54);
}

.product-copy::after {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border: 1px solid rgba(107, 79, 58, 0.5);
  border-radius: 50%;
  color: var(--coffee);
  content: "DROP 01";
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
  transform: rotate(-9deg);
}

.product-copy h3 {
  margin-top: 1rem;
  font-size: clamp(2.45rem, 3.35vw, 4.15rem);
  line-height: 0.86;
}

.product-copy p:not(.eyebrow) {
  max-width: 390px;
  margin: 1rem 0 1.15rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.product-tags {
  display: flex;
  max-width: 430px;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin: 1.1rem 0 0;
}

.product-copy .button {
  width: min(100%, 285px);
}

.product-tags span {
  border: 1px solid rgba(107, 79, 58, 0.34);
  padding: 0.48rem 0.58rem;
  color: var(--coffee);
  background: rgba(255, 249, 234, 0.52);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-collage {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: rgba(255, 249, 234, 0.36);
  box-shadow: 0 24px 48px rgba(73, 48, 24, 0.12);
}

.detail-collage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.product-detail-stack {
  display: grid;
  gap: 14px;
}

.detail-tile {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.detail-tile img {
  width: 100%;
  height: 100%;
  min-height: 318px;
  object-fit: cover;
}

.detail-tile figcaption {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  border: 1px solid rgba(255, 249, 234, 0.42);
  padding: 0.68rem 0.7rem;
  color: var(--cream);
  background: rgba(17, 78, 72, 0.8);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.attribute-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.attribute-strip span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1px solid var(--line-strong);
  padding: 0.75rem;
  color: var(--coffee);
  background:
    linear-gradient(rgba(250, 247, 239, 0.72), rgba(232, 211, 172, 0.62)),
    url("imagens/sticks.png");
  background-size:
    auto,
    680px auto;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(73, 48, 24, 0.08);
}

.attribute-strip span:nth-child(2n) {
  transform: rotate(1deg);
}

.attribute-strip span:nth-child(2n + 1) {
  transform: rotate(-1deg);
}

.manifesto-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(500px, 1fr) minmax(
      170px,
      0.3fr
    );
  gap: clamp(1.5rem, 4vw, 5.5rem);
  align-items: center;
  min-height: 720px;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1.2rem, 6vw, 7rem);
  color: var(--cream);
  background:
    radial-gradient(
      circle at 72% 36%,
      rgba(255, 249, 234, 0.12),
      transparent 25%
    ),
    radial-gradient(
      circle at 18% 70%,
      rgba(200, 117, 61, 0.14),
      transparent 30%
    ),
    linear-gradient(135deg, #06251f, var(--green-dark) 48%, var(--green));
}

.manifesto-lineart {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background: url("imagens/capiva-mato-onca-lineart-hero-wide.png") center
    center / cover no-repeat;
  mix-blend-mode: screen;
}

.manifesto-section::before {
  position: absolute;
  inset: 1.5rem;
  border: 1px solid rgba(255, 249, 234, 0.14);
  content: "";
  pointer-events: none;
}

.manifesto-chaos,
.manifesto-copy,
.manifesto-badges {
  position: relative;
  z-index: 1;
}

.manifesto-chaos {
  display: grid;
  min-height: 440px;
  place-items: center;
}

.chaos-note {
  position: absolute;
  height: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  clip-path: none;
  display: block;
  filter: drop-shadow(0 24px 34px rgba(3, 20, 15, 0.34));
  transform-origin: center;
}

.chaos-note-a {
  z-index: 4;
  top: 6%;
  left: 0;
  width: min(285px, 62%);
  rotate: -5deg;
}

.chaos-note-b {
  z-index: 5;
  top: 27%;
  right: -2%;
  width: min(280px, 62%);
  rotate: 4deg;
}

.chaos-note-c {
  z-index: 6;
  left: 0;
  bottom: 24%;
  width: min(236px, 52%);
  rotate: -1deg;
}

.chaos-note-d {
  z-index: 8;
  right: 4%;
  bottom: 9%;
  width: min(220px, 50%);
  rotate: -3deg;
}

.chaos-note-e {
  z-index: 7;
  top: 52%;
  left: 26%;
  width: min(310px, 72%);
  rotate: -2deg;
}

.manifesto-copy h2 span {
  display: block;
}

.manifesto-section .eyebrow,
.club-section .eyebrow {
  color: rgba(255, 249, 234, 0.72);
}

.manifesto-section h2,
.club-section h2,
.waitlist-copy h2,
.final-copy h2 {
  margin-top: 1rem;
  font-size: clamp(3rem, min(5vw, 8vh), 6.1rem);
  line-height: 0.88;
}

.manifesto-section h2 {
  max-width: 980px;
  font-size: clamp(4rem, min(6.6vw, 9.8vh), 7.8rem);
  line-height: 0.84;
}

.manifesto-final {
  max-width: 650px;
  margin: 1.4rem 0 0;
  color: rgba(255, 249, 234, 0.88);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 700;
  line-height: 1.6;
}

.manifesto-link {
  margin-top: 1.7rem;
}

.manifesto-badges {
  display: grid;
  gap: 1.2rem;
  justify-items: center;
}

.manifesto-badge {
  display: grid;
  width: 136px;
  height: 136px;
  place-items: center;
  border: 1px solid rgba(255, 249, 234, 0.48);
  border-radius: 50%;
  color: rgba(255, 249, 234, 0.9);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.badge-mode {
  width: 112px;
  height: 112px;
  transform: rotate(-7deg);
}

.collection-grid {
  display: grid;
  gap: 14px;
}

.collection-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) 1fr 54px;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(79, 60, 39, 0.26);
  padding: clamp(1rem, 2vw, 1.6rem);
  background:
    linear-gradient(
      135deg,
      rgba(255, 249, 234, 0.56),
      rgba(232, 211, 172, 0.72)
    ),
    var(--paper-2);
  box-shadow: 0 18px 34px rgba(70, 45, 21, 0.08);
  transition:
    transform 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.collection-card::before {
  position: absolute;
  inset: 0.75rem;
  border: 1px solid rgba(79, 60, 39, 0.16);
  content: "";
  pointer-events: none;
}

.collection-card::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  width: 76px;
  height: 76px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "CC";
  display: grid;
  place-items: center;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.4rem;
  opacity: 0.22;
}

.collection-card.is-revealed-card {
  color: var(--cream);
  background:
    radial-gradient(
      circle at 12% 28%,
      rgba(255, 249, 234, 0.08),
      transparent 32%
    ),
    var(--green);
}

.collection-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 224px;
  object-fit: contain;
  transition: transform 260ms var(--ease);
}

.collection-card.is-revealed-card img {
  max-height: 250px;
  filter: drop-shadow(0 18px 24px rgba(3, 20, 15, 0.28));
}

.collection-card div {
  position: relative;
  z-index: 1;
}

.collection-card span {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: currentColor;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.75;
}

.collection-card h3 {
  max-width: 720px;
  font-size: clamp(2rem, 3.6vw, 4.3rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.collection-card p {
  max-width: 420px;
  margin: 0.8rem 0 0;
  font-size: 0.95rem;
  font-weight: 800;
}

.collection-card a {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.72;
  transform: translateX(-6px);
  transition:
    opacity 220ms var(--ease),
    transform 220ms var(--ease),
    background 220ms var(--ease);
}

.collection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 48px rgba(70, 45, 21, 0.14);
}

.collection-card:hover img {
  transform: rotate(-2deg) scale(1.04);
}

.collection-card:hover a {
  opacity: 1;
  transform: translateX(0);
  background: rgba(255, 249, 234, 0.14);
}

.club-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  padding: clamp(4rem, 7vw, 7rem) clamp(1.2rem, 6vw, 7rem);
  color: var(--cream);
  background:
    radial-gradient(
      circle at 78% 42%,
      rgba(200, 117, 61, 0.16),
      transparent 28%
    ),
    linear-gradient(90deg, var(--green-dark), var(--green));
}

.club-section::before {
  position: absolute;
  inset: clamp(1rem, 2.5vw, 2rem);
  z-index: 1;
  border: 1px solid rgba(255, 249, 234, 0.14);
  content: "";
  pointer-events: none;
}

.club-copy {
  position: relative;
  z-index: 2;
}

.club-copy::after {
  display: inline-grid;
  width: 168px;
  min-height: 58px;
  place-items: center;
  border: 1px dashed rgba(255, 249, 234, 0.52);
  margin-top: 0.4rem;
  color: rgba(255, 249, 234, 0.84);
  content: "Primeira turma do clube.";
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.club-copy p:not(.eyebrow),
.waitlist-copy p,
.final-copy p {
  max-width: 620px;
  color: inherit;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
}

.club-copy p:not(.eyebrow) {
  color: rgba(255, 249, 234, 0.88);
}

.club-benefits {
  display: grid;
  gap: 0.85rem;
  max-width: 590px;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}

.club-benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.8rem;
  align-items: center;
  font-weight: 800;
}

.club-benefits li::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 249, 234, 0.42);
  border-radius: 4px;
  content: "◇";
}

.membership-card {
  position: relative;
  z-index: 2;
  margin: 0;
  perspective: 1000px;
}

.membership-card img {
  width: min(770px, 100%);
  margin-left: auto;
  filter: drop-shadow(0 42px 52px rgba(3, 20, 15, 0.48));
  transform: rotate(-3deg) rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg));
  transition:
    transform 280ms var(--ease),
    filter 280ms var(--ease);
}

.membership-card:hover img {
  filter: drop-shadow(0 42px 56px rgba(3, 20, 15, 0.5));
}

.waitlist-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(560px, 1.05fr);
  gap: clamp(2rem, 4vw, 5rem);
  align-items: center;
  padding: clamp(4rem, 7vw, 7rem) clamp(1.2rem, 5vw, 6rem);
  border-bottom: 1px solid var(--line-strong);
  background: var(--off);
  background-image: none;
  isolation: isolate;
}

.waitlist-section::before,
.waitlist-section::after {
  display: none;
  background: none;
  content: none;
}

.waitlist-copy,
.waitlist-form {
  background-image: none;
}

.waitlist-copy h2 {
  color: var(--green);
}

.waitlist-form {
  position: relative;
  display: grid;
  gap: clamp(1rem, 1.6vw, 1.45rem);
  overflow: hidden;
  min-height: 460px;
  padding: clamp(2.4rem, 3.8vw, 4rem) clamp(2rem, 4vw, 4rem);
  border: 1px solid rgba(107, 79, 58, 0.42);
  background:
    linear-gradient(
      120deg,
      rgba(255, 249, 234, 0.82),
      rgba(250, 247, 239, 0.72) 48%,
      rgba(243, 232, 208, 0.7)
    ),
    url("imagens/capiva-world-map-form-bg.png") center center / cover no-repeat,
    var(--paper);
  box-shadow:
    inset 0 0 0 10px rgba(255, 249, 234, 0.42),
    inset 0 0 0 12px rgba(107, 79, 58, 0.16),
    0 30px 60px rgba(70, 45, 21, 0.16);
  isolation: isolate;
}

.waitlist-form > * {
  position: relative;
  z-index: 2;
}

.waitlist-form::after {
  position: absolute;
  inset: 1rem;
  z-index: 1;
  border: 1px solid rgba(107, 79, 58, 0.28);
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(107, 79, 58, 0.16), rgba(107, 79, 58, 0.16))
      left 1.2rem top 1.2rem / calc(100% - 2.4rem) 1px no-repeat,
    linear-gradient(90deg, rgba(107, 79, 58, 0.13), rgba(107, 79, 58, 0.13))
      left 1.2rem bottom 1.2rem / calc(100% - 2.4rem) 1px no-repeat,
    linear-gradient(
      150deg,
      transparent 49.7%,
      rgba(107, 79, 58, 0.1) 50%,
      transparent 50.3%
    ),
    linear-gradient(
      30deg,
      transparent 49.7%,
      rgba(107, 79, 58, 0.08) 50%,
      transparent 50.3%
    );
  opacity: 0.9;
}

.waitlist-form::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 62px;
  height: 62px;
  border-top: 1px solid rgba(107, 79, 58, 0.18);
  border-left: 1px solid rgba(107, 79, 58, 0.18);
  content: "";
  background: linear-gradient(
    135deg,
    rgba(208, 185, 145, 0.12),
    rgba(255, 249, 234, 0.98) 54%,
    rgba(227, 205, 166, 0.86)
  );
  box-shadow: -10px -10px 22px rgba(70, 45, 21, 0.12);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.waitlist-form-head {
  position: relative;
  display: grid;
  min-height: 126px;
  align-content: end;
  padding: 0 138px 0.4rem 0;
}

.form-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
  margin: 0 0 2rem;
  color: var(--coffee);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.form-kicker::before {
  content: "✦";
  color: var(--coffee);
  font-size: 0.82rem;
}

.form-kicker span {
  padding-left: 0.9rem;
  border-left: 1px solid rgba(107, 79, 58, 0.34);
}

.waitlist-form h3 {
  margin: 0;
  color: var(--green);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.8rem, 3.2vw, 3.35rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.waitlist-form-head > p:last-child {
  margin: 0.8rem 0 0;
  color: var(--coffee);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.4;
}

.form-stamp {
  position: absolute;
  top: 0.2rem;
  right: 0.5rem;
  display: grid;
  width: clamp(82px, 8vw, 112px);
  height: clamp(82px, 8vw, 112px);
  place-items: center;
  border: 1px solid rgba(107, 79, 58, 0.54);
  border-radius: 50%;
  color: var(--coffee);
  background: rgba(250, 247, 239, 0.36);
  text-align: center;
  text-transform: uppercase;
}

.form-stamp::before,
.form-stamp::after {
  position: absolute;
  right: -58px;
  width: 50px;
  height: 1px;
  content: "";
  background: rgba(107, 79, 58, 0.42);
  box-shadow:
    0 8px rgba(107, 79, 58, 0.3),
    0 16px rgba(107, 79, 58, 0.22);
}

.form-stamp::after {
  width: 42px;
  transform: translateY(24px);
}

.form-stamp span {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.form-stamp strong {
  display: block;
  margin-top: -1.15rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 500;
  line-height: 1;
}

.waitlist-form label {
  display: grid;
  gap: 0.7rem;
  color: var(--coffee);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.waitlist-form input {
  min-height: 64px;
  border: 1px solid rgba(107, 79, 58, 0.42);
  border-radius: 0;
  padding: 0 1.25rem;
  color: var(--coffee);
  background: rgba(255, 249, 234, 0.52);
  font: inherit;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.08rem;
  font-weight: 500;
}

.waitlist-form input::placeholder {
  color: rgba(107, 79, 58, 0.52);
}

.waitlist-form .button {
  min-height: 66px;
  margin-top: 0.4rem;
  box-shadow: 0 18px 28px rgba(3, 20, 15, 0.18);
  font-size: 0.86rem;
  letter-spacing: 0.18em;
}

.form-footer {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.form-footer p {
  margin: 0;
  color: var(--coffee);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
}

/* .form-footer p::before {
  content: "☕";
  margin-right: 0.55rem;
} */

.form-footer span {
  border: 1px solid rgba(107, 79, 58, 0.34);
  padding: 0.58rem 1rem;
  color: var(--coffee);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 1fr);
  align-items: center;
  overflow: hidden;
  padding: clamp(4.6rem, 7vw, 7.4rem) clamp(1.2rem, 6vw, 7rem)
    clamp(4.8rem, 7vw, 7rem);
  background:
    linear-gradient(rgba(243, 232, 208, 0.72), rgba(243, 232, 208, 0.72)),
    url("imagens/Generated image 1.png") center bottom / cover no-repeat,
    var(--paper);
}

.final-lineart {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background: url("imagens/Generated image 1.png") center bottom / cover
    no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.final-copy {
  position: relative;
  z-index: 1;
}

.final-copy h2 {
  max-width: 930px;
  color: var(--green);
}

.final-copy .button {
  margin-top: 1.4rem;
}

.footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  padding: 2.3rem clamp(1.2rem, 6vw, 7rem) 2.8rem;
  color: var(--cream);
  background: var(--green);
}

.footer-brand strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.45rem;
  line-height: 0.8;
  letter-spacing: 0.08em;
}

.footer-brand span {
  display: block;
  margin: 0.5rem 0 1rem;
  font-weight: 800;
  letter-spacing: 0.32em;
}

.footer h3 {
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer a,
.footer p {
  display: block;
  margin: 0.48rem 0;
  color: rgba(255, 249, 234, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.js .reveal,
.js .reveal-scale,
.js .reveal-stamp {
  opacity: 0;
  transition:
    opacity 720ms var(--ease),
    transform 720ms var(--ease);
}

.js .reveal {
  transform: translateY(28px);
}

.js .reveal-scale {
  transform: translateY(30px) scale(0.96);
}

.js .reveal-stamp {
  transform: scale(0.9) rotate(-2deg);
}

.js .is-visible,
.js .is-visible .reveal,
.js .is-visible .reveal-scale,
.js .is-visible .reveal-stamp,
.js .reveal.is-visible,
.js .reveal-scale.is-visible,
.js .reveal-stamp.is-visible {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 110ms;
}

.delay-2 {
  transition-delay: 210ms;
}

.delay-3 {
  transition-delay: 310ms;
}

.delay-4 {
  transition-delay: 410ms;
}

.delay-5 {
  transition-delay: 510ms;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes tagSwing {
  0%,
  100% {
    transform: rotate(-7deg) translateY(0);
  }
  50% {
    transform: rotate(-4deg) translateY(5px);
  }
}

@keyframes paperFloat {
  0%,
  100% {
    translate: 0 var(--parallax-y, 0);
  }
  50% {
    translate: 0 calc(var(--parallax-y, 0px) - 8px);
  }
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .product-editorial,
  .manifesto-section,
  .club-section,
  .waitlist-section,
  .final-cta,
  .footer,
  .section-header {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: calc(100dvh - 104px);
  }

  .hero-stage {
    min-height: 650px;
    margin-left: 0;
  }

  .product-copy {
    min-height: auto;
  }

  .product-detail-stack {
    grid-template-columns: 1fr 1fr;
  }

  .attribute-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .collection-card {
    grid-template-columns: 200px 1fr 48px;
  }

  .membership-card img {
    margin: 0 auto;
  }

  .manifesto-section {
    gap: 2rem;
  }

  .manifesto-chaos {
    order: 2;
    min-height: 240px;
  }

  .manifesto-copy {
    order: 1;
  }

  .manifesto-badges {
    order: 3;
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 66px;
    padding: 0 1rem;
  }

  .brand span {
    font-size: 1.54rem;
  }

  .brand small {
    font-size: 0.6rem;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.61rem;
  }

  .hero {
    padding: 2.1rem 1rem 1.4rem;
  }

  .chaos-note,
  .hero-footer {
    display: none;
  }

  .line-art {
    display: block;
    opacity: 0.28;
    background-size: 980px auto;
    background-position: center bottom;
  }

  h1 {
    font-size: clamp(2.15rem, 9.8vw, 3.05rem);
    line-height: 0.98;
  }

  .hero-text {
    margin: 1.15rem 0 1.35rem;
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-copy {
    padding: 3.2rem 0 5.9rem;
  }

  .arc-label {
    margin: 1rem 0 1.35rem;
    font-size: 0.6rem;
  }

  .scroll-indicator {
    bottom: 4.3rem;
  }

  .hero-stage {
    min-height: 520px;
    margin-top: 1rem;
  }

  .hero-stage::before {
    inset: 1% -3% 5%;
  }

  .shirt-back {
    top: 1%;
    right: -30%;
    width: 124%;
    height: 460px;
  }

  .shirt-front {
    bottom: 8px;
    left: -16%;
    width: 66%;
    height: 330px;
  }

  .hangtag {
    right: 5%;
    top: 2%;
    width: 74px;
    min-height: 104px;
  }

  .hangtag strong {
    font-size: 1.8rem;
  }

  .round-seal {
    left: 0;
    top: 5%;
    width: 74px;
    height: 74px;
    font-size: 0.48rem;
  }

  .club-badge,
  .member-badge {
    display: none;
  }

  .marquee-track span {
    padding: 0.9rem 0.8rem;
    font-size: 0.65rem;
  }

  .product-section,
  .collection-section,
  .manifesto-section,
  .club-section,
  .waitlist-section,
  .final-cta {
    padding: 2.5rem 1rem;
  }

  .section-header h2,
  .product-copy h3,
  .manifesto-section h2,
  .club-section h2,
  .waitlist-copy h2,
  .final-copy h2 {
    font-size: clamp(2.45rem, 12.5vw, 3.85rem);
  }

  .detail-collage img {
    min-height: 390px;
  }

  .product-detail-stack,
  .attribute-strip {
    grid-template-columns: 1fr;
  }

  .detail-tile img {
    min-height: 320px;
  }

  .manifesto-section::before {
    inset: 0.8rem;
  }

  .manifesto-section {
    padding-top: 4rem;
  }

  .manifesto-section h2 {
    font-size: clamp(3rem, 13vw, 4.1rem);
    line-height: 0.86;
  }

  .manifesto-final {
    font-size: 0.98rem;
  }

  .manifesto-chaos {
    min-height: 300px;
  }

  .chaos-note-a {
    top: 5%;
    left: 2%;
    width: min(220px, 58%);
  }

  .chaos-note-b {
    top: 20%;
    right: 0;
    width: min(220px, 58%);
  }

  .chaos-note-c {
    bottom: 30%;
    left: 4%;
    width: min(170px, 46%);
  }

  .chaos-note-d {
    right: 2%;
    bottom: 4%;
    width: min(170px, 46%);
  }

  .chaos-note-e {
    top: 47%;
    left: 18%;
    width: min(245px, 68%);
  }

  .manifesto-badges {
    grid-template-columns: 1fr 1fr;
  }

  .manifesto-badge {
    width: 104px;
    height: 104px;
    font-size: 0.54rem;
  }

  .collection-card {
    grid-template-columns: 1fr;
    min-height: 205px;
  }

  .collection-card img {
    max-height: 190px;
  }

  .collection-card a {
    grid-column: 1;
  }

  .collection-card h3 {
    font-size: clamp(1.65rem, 8vw, 2.4rem);
  }

  .membership-card img {
    transform: none;
  }

  .waitlist-form {
    min-height: auto;
    padding: 2rem 1.25rem;
  }

  .waitlist-form-head {
    min-height: auto;
    padding-right: 0;
    padding-top: 4.6rem;
  }

  .form-kicker {
    gap: 0.5rem;
    margin-bottom: 1.2rem;
    font-size: 0.58rem;
  }

  .form-stamp {
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
  }

  .form-stamp::before,
  .form-stamp::after {
    display: none;
  }

  .form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-footer span {
    width: 100%;
    text-align: center;
  }

  .final-cta {
    padding-bottom: 2.5rem;
  }

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

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

  .reveal,
  .reveal-scale,
  .reveal-stamp {
    opacity: 1;
    transform: none;
  }
}
