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

:root {
  --ink: #101014;
  --ink-2: #222226;
  --paper: #fff8e7;
  --paper-2: #fffdf5;
  --line: rgba(16, 16, 20, 0.14);
  --muted: #67645d;
  --sun: #ffd43b;
  --acid: #dfff38;
  --blue: #1768ff;
  --tomato: #ff4f32;
  --mint: #2bd6a3;
  --whatsapp: #25d366;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(16, 16, 20, 0.18);
  --font-body: "Manrope", system-ui, sans-serif;
  --font-display: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
}

html {
  scroll-behavior: smooth;
}

[hidden] { display: none !important; }

body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--acid);
  color: var(--ink);
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.section {
  padding: 88px 0;
}

section[id] {
  scroll-margin-top: 96px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.section-heading h2,
.style-lab h2,
.duo h2,
.confidence h2,
.contact h2,
.how h2 {
  font-family: var(--font-display);
  font-size: 4.3rem;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
}

.section-heading p,
.style-lab__copy p,
.duo__copy p,
.confidence__copy p,
.contact__copy p {
  max-width: 620px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.section-kicker::before,
.eyebrow::before {
  content: "";
  width: 28px;
  height: 8px;
  background: var(--tomato);
}

.button,
.nav-cta,
.product-card__buy a,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 20px;
  color: inherit;
  font-family: var(--font-body);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.nav-cta:hover,
.product-card__buy a:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.button--dark,
.nav-cta,
.product-card__buy a {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(16, 16, 20, 0.22);
}

.button--light {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(16, 16, 20, 0.1);
  color: var(--ink);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.button--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--white);
}

.button--whatsapp {
  background: var(--whatsapp);
  color: var(--white);
  box-shadow: 0 12px 34px rgba(37, 211, 102, 0.28);
}

.text-link {
  width: fit-content;
  margin-top: 26px;
  background: var(--acid);
  color: var(--ink);
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 14px 0;
  background: rgba(255, 248, 231, 0.74);
  border-bottom: 1px solid rgba(16, 16, 20, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-nav.is-scrolled {
  background: rgba(255, 253, 245, 0.94);
  box-shadow: 0 12px 28px rgba(16, 16, 20, 0.08);
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 4px 4px 0 var(--ink);
}

.brand__mark img {
  width: 84px;
  max-width: none;
  height: auto;
}

.brand__name {
  font-weight: 900;
  line-height: 1;
}

.brand__name span {
  color: var(--blue);
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(16, 16, 20, 0.08);
  border-radius: 999px;
}

.site-nav__links a {
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav__links a:hover {
  background: var(--white);
}

.nav-cta {
  min-height: 42px;
  padding: 11px 17px;
  font-size: 0.84rem;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 118px 0 70px;
  background:
    linear-gradient(90deg, rgba(255, 248, 231, 0.96), rgba(255, 248, 231, 0.62) 52%, rgba(255, 212, 59, 0.16)),
    var(--sun);
  isolation: isolate;
  --hero-x: 0px;
  --hero-y: 0px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 18px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 28px, var(--paper) 28px 56px, var(--tomato) 56px 84px, var(--blue) 84px 112px);
  z-index: 4;
}

.hero__stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero__stage::before {
  content: "";
  position: absolute;
  top: 84px;
  right: 7%;
  width: 360px;
  height: 360px;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(255, 255, 255, 0.42);
  animation: pulse-dot 4.8s ease-in-out infinite;
}

.hero__stage::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: 64px;
  width: 46%;
  height: 190px;
  background: var(--blue);
  transform: rotate(-8deg);
}

.hero__product {
  position: absolute;
  z-index: 2;
  object-fit: contain;
  filter: drop-shadow(0 36px 34px rgba(16, 16, 20, 0.22));
  animation: product-drift 7s ease-in-out infinite;
}

.hero__product--main {
  width: min(660px, 48%);
  top: calc(22% + var(--hero-y));
  right: calc(-6% + var(--hero-x));
  transform: rotate(-7deg);
}

.hero__product--left {
  width: 320px;
  top: calc(92px - var(--hero-y));
  right: calc(12% - var(--hero-x));
  transform: rotate(9deg);
  animation-delay: -1.8s;
}

.hero__product--right {
  width: 360px;
  right: 17%;
  bottom: 86px;
  transform: rotate(6deg);
  animation-delay: -3.2s;
}

.hero__poster {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 18px;
  border: 2px solid var(--ink);
  background: var(--paper-2);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 0.9;
  text-transform: uppercase;
  box-shadow: 7px 7px 0 var(--ink);
}

.hero__poster--top {
  top: 132px;
  right: 7%;
  background: var(--tomato);
  color: var(--white);
  transform: rotate(4deg);
}

.hero__poster--bottom {
  right: 26%;
  bottom: 72px;
  background: var(--acid);
  transform: rotate(-4deg);
}

.hero__logo-stamp {
  position: absolute;
  z-index: 4;
  width: 170px;
  left: 5%;
  bottom: 74px;
  padding: 8px;
  background: var(--paper-2);
  border: 2px solid var(--ink);
  border-radius: 22px;
  box-shadow: 8px 8px 0 var(--ink);
  transform: rotate(-7deg);
}

.hero__logo-stamp img {
  width: 100%;
}

.hero__note {
  position: absolute;
  z-index: 4;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--ink);
}

.hero__note--one {
  top: 300px;
  right: 20%;
  background: var(--mint);
  transform: rotate(-8deg);
}

.hero__note--two {
  right: 4%;
  bottom: 248px;
  background: var(--paper-2);
  transform: rotate(7deg);
}

.hero__content {
  position: relative;
  z-index: 5;
  max-width: 600px;
}

.hero h1 {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 6.8rem;
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero__lead {
  max-width: 610px;
  margin-top: 22px;
  color: #34312c;
  font-size: 1.08rem;
  font-weight: 650;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero__metrics span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(16, 16, 20, 0.12);
  background: rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  color: #37342f;
  font-size: 0.83rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero__metrics strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

.hero__social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero__social-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  background: rgba(16, 16, 20, 0.08);
  border-radius: 999px;
  color: #3a352e;
  font-size: 0.76rem;
  font-weight: 850;
}

.hero__social-proof span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  background: var(--tomato);
  border-radius: 50%;
  animation: pulse-dot 2.6s ease-in-out infinite;
}

.marquee {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee-roll 28s linear infinite;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0 28px;
  color: var(--paper);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee span:nth-child(3n) {
  color: var(--acid);
}

.marquee span:nth-child(4n) {
  color: var(--tomato);
}

.mood-strip {
  position: relative;
  padding: 22px 0;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.mood-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mood-card {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.mood-card:hover,
.mood-card:focus-visible {
  outline: none;
  transform: translateY(-4px) rotate(-1deg);
  box-shadow: 8px 8px 0 var(--ink);
}

.mood-card span {
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.mood-card strong {
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 0.9;
}

.mood-card--sun {
  background: var(--sun);
}

.mood-card--city {
  background: var(--acid);
}

.mood-card--sport {
  background: var(--blue);
  color: var(--white);
}

.mood-card--gift {
  background: var(--tomato);
  color: var(--white);
}

.style-lab {
  background: var(--paper-2);
}

.style-lab__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.25fr;
  gap: 26px 54px;
  align-items: end;
}

.style-lab__copy {
  grid-column: 2;
}

.style-lab__controls {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.style-tab {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 900;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.style-tab:hover {
  transform: translateY(-2px);
}

.style-tab.is-active {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.lookbook {
  padding-top: 0;
  background: var(--paper-2);
}

.lookbook__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

.look-card {
  min-height: 320px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: space-between;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
}

.look-card--yellow {
  grid-row: span 2;
  background: var(--sun);
}

.look-card--blue {
  background: var(--blue);
  color: var(--white);
}

.look-card--red {
  background: var(--tomato);
  color: var(--white);
}

.look-card img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  padding: 14px;
  mix-blend-mode: multiply;
}

.look-card--blue img,
.look-card--red img {
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.18));
}

.look-card div {
  padding: 20px;
}

.look-card span {
  display: inline-flex;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 2.1rem;
  line-height: 1;
}

.look-card h3 {
  max-width: 420px;
  font-family: var(--font-display);
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.look-card p {
  max-width: 460px;
  margin-top: 12px;
  font-size: 0.96rem;
  font-weight: 750;
}

.collection {
  background: var(--paper);
}

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

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(16, 16, 20, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, opacity 220ms ease, border-color 220ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: -86px auto auto -90px;
  z-index: 1;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: rotate(25deg);
  transition: opacity 180ms ease, transform 420ms ease;
  pointer-events: none;
}

.product-card:hover::before,
.product-card.is-picked::before {
  opacity: 1;
  transform: translate(210px, 92px) rotate(25deg);
}

.product-card > * {
  position: relative;
  z-index: 2;
}

.product-card:hover,
.product-card.is-picked {
  transform: translateY(-6px);
  border-color: rgba(23, 104, 255, 0.5);
  box-shadow: 0 22px 58px rgba(16, 16, 20, 0.14);
}

.product-card.is-dimmed {
  opacity: 0.42;
}

.product-card__flag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 5px 9px;
  background: var(--acid);
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-card__flag--blue {
  background: var(--blue);
  color: var(--white);
}

.product-card__flag--red {
  background: var(--tomato);
  color: var(--white);
}

.product-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1.18 / 1;
  background:
    linear-gradient(135deg, rgba(255, 212, 59, 0.18), rgba(23, 104, 255, 0.08)),
    #f7f6ef;
  text-decoration: none;
}

.product-card:nth-child(3n) .product-card__image {
  background:
    linear-gradient(135deg, rgba(43, 214, 163, 0.16), rgba(255, 79, 50, 0.08)),
    #f7f6ef;
}

.product-card:nth-child(4n) .product-card__image {
  background:
    linear-gradient(135deg, rgba(23, 104, 255, 0.13), rgba(223, 255, 56, 0.2)),
    #f7f6ef;
}

.product-card__image img {
  width: 92%;
  height: 80%;
  object-fit: contain;
  transition: transform 240ms ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.06) rotate(-2deg);
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-card__brand {
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-card h3 {
  margin-top: 3px;
  font-size: 1.15rem;
  line-height: 1.08;
}

.product-card p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.88rem;
}

.product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.product-card__tags span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 4px 8px;
  background: #f2f0e7;
  border-radius: 999px;
  color: #514e48;
  font-size: 0.72rem;
  font-weight: 850;
}

.product-card__buy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.product-card__buy div {
  display: grid;
  gap: 1px;
}

.product-card__buy del {
  color: #8a8578;
  font-size: 0.73rem;
}

.product-card__buy strong {
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1;
}

.product-card__buy a {
  min-height: 38px;
  padding: 10px 12px;
  font-size: 0.78rem;
}

.duo {
  position: relative;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}

.duo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 22px);
  opacity: 0.7;
}

.duo__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px auto;
  gap: 34px;
  align-items: center;
}

.duo .section-kicker,
.duo .section-kicker::before {
  color: var(--white);
}

.duo .section-kicker::before {
  background: var(--acid);
}

.duo__copy p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
}

.duo__visual {
  position: relative;
  min-height: 210px;
}

.duo__visual img {
  position: absolute;
  width: 270px;
  height: 170px;
  object-fit: contain;
  padding: 10px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 var(--ink);
}

.duo__visual img:first-child {
  top: 0;
  left: 0;
  transform: rotate(-7deg);
}

.duo__visual img:last-child {
  right: 0;
  bottom: 0;
  transform: rotate(6deg);
}

.confidence {
  background: var(--ink);
  color: var(--white);
}

.confidence__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.confidence .section-kicker,
.confidence .section-kicker::before {
  color: var(--white);
}

.confidence .section-kicker::before {
  background: var(--mint);
}

.confidence__copy p {
  color: rgba(255, 255, 255, 0.7);
}

.confidence__list {
  display: grid;
  gap: 14px;
}

.confidence-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.confidence-item span {
  color: var(--acid);
  font-family: var(--font-display);
  font-size: 2.3rem;
  line-height: 1;
}

.confidence-item h3 {
  font-size: 1.02rem;
}

.confidence-item p {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.how {
  background: var(--paper-2);
}

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

.step {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.step span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  background: var(--sun);
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2rem;
}

.step:nth-child(2) span {
  background: var(--acid);
}

.step:nth-child(3) span {
  background: var(--tomato);
  color: var(--white);
}

.step h3 {
  font-size: 1.15rem;
}

.step p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.contact {
  background: var(--tomato);
  color: var(--white);
}

.contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.contact .section-kicker,
.contact .section-kicker::before {
  color: var(--white);
}

.contact .section-kicker::before {
  background: var(--acid);
}

.contact__copy p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 680;
}

.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.footer {
  padding: 46px 0;
  background: #08080a;
  color: rgba(255, 255, 255, 0.72);
}

.footer__inner {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}

.brand--footer {
  color: var(--white);
}

.footer p {
  max-width: 720px;
  font-size: 0.86rem;
}

.footer__links {
  display: flex;
  gap: 14px;
}

.footer__links a,
.footer small a {
  color: var(--acid);
  text-decoration: none;
}

.footer small {
  color: rgba(255, 255, 255, 0.42);
}

.wa-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.36);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.wa-float svg {
  width: 29px;
  height: 29px;
}

.wa-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.44);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes product-drift {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -14px;
  }
}

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

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.58;
    transform: scale(0.92);
  }
}

@media (max-width: 1080px) {
  .site-nav__links {
    display: none;
  }

  .hero h1 {
    font-size: 5.4rem;
  }

  .hero__product--main {
    width: 620px;
    right: -190px;
  }

  .hero__product--left {
    right: 28%;
  }

  .hero__poster--bottom {
    right: 18%;
  }

  .hero__logo-stamp {
    display: none;
  }

  .hero__note--one {
    right: 25%;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .duo__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .duo__visual {
    width: min(420px, 100%);
  }

  .duo__inner > .button {
    width: fit-content;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 28px, 700px);
  }

  .section {
    padding: 66px 0;
  }

  .section-heading h2,
  .style-lab h2,
  .duo h2,
  .confidence h2,
  .contact h2,
  .how h2 {
    font-size: 3.2rem;
  }

  .hero {
    min-height: auto;
    padding: 116px 0 64px;
  }

  .hero__stage::before {
    top: 118px;
    right: -48px;
    width: 260px;
    height: 260px;
  }

  .hero__stage::after {
    width: 74%;
    height: 132px;
    right: -70px;
    bottom: 46px;
  }

  .hero__product {
    opacity: 0.36;
  }

  .hero__product--main {
    width: 520px;
    top: 220px;
    right: -240px;
  }

  .hero__product--left {
    width: 290px;
    top: 120px;
    right: -88px;
  }

  .hero__product--right {
    display: none;
  }

  .hero__poster {
    display: none;
  }

  .hero__note,
  .hero__logo-stamp {
    display: none;
  }

  .hero h1 {
    font-size: 4.35rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .style-lab__grid,
  .lookbook__grid,
  .confidence__grid,
  .contact__inner {
    grid-template-columns: 1fr;
  }

  .style-lab__copy,
  .style-lab__controls {
    grid-column: auto;
  }

  .mood-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .look-card--yellow {
    grid-row: auto;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .contact__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-nav {
    padding: 10px 0;
  }

  .brand__mark {
    width: 42px;
    height: 42px;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .brand__mark img {
    width: 70px;
  }

  .brand__name {
    max-width: 126px;
  }

  .nav-cta {
    max-width: 132px;
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.76rem;
  }

  .hero {
    padding-top: 104px;
  }

  .hero h1 {
    font-size: 3.45rem;
  }

  .hero__actions,
  .contact__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button,
  .contact__actions .button,
  .duo__inner > .button {
    width: 100%;
  }

  .hero__metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero__social-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .marquee span {
    min-height: 48px;
    padding: 0 20px;
  }

  .style-lab__controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mood-strip__grid {
    grid-template-columns: 1fr;
  }

  .mood-card {
    min-height: 92px;
  }

  .look-card {
    min-height: 270px;
  }

  .look-card img {
    height: 180px;
  }

  .look-card h3 {
    font-size: 2.65rem;
  }

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

  .product-card__buy {
    align-items: stretch;
    flex-direction: column;
  }

  .product-card__buy a {
    width: 100%;
  }

  .duo__visual {
    min-height: 240px;
  }

  .duo__visual img {
    width: 235px;
  }

  .confidence-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wa-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ============ COTIZADOR ============ */
.cz-hero { padding: 120px 0 24px; background: linear-gradient(90deg, rgba(255,248,231,.96), rgba(255,212,59,.18)); }
.cz-hero h1 { font-family: var(--font-display); font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 400; line-height: .9; text-transform: uppercase; margin: 8px 0 14px; }
.cz-hero__lead { max-width: 640px; color: #34312c; font-size: 1.06rem; font-weight: 600; }
.cz-hero__lead b { color: var(--ink); }

#cz-app { min-height: 40vh; }
.cz-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.cz-method { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; text-align: left;
  padding: 28px; background: var(--white); border: 2px solid var(--ink); border-radius: 22px; cursor: pointer;
  box-shadow: 6px 6px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.cz-method:hover { transform: translate(-2px,-2px); box-shadow: 9px 9px 0 var(--ink); }
.cz-method__ico { font-size: 2rem; }
.cz-method strong { font-size: 1.3rem; }
.cz-method span { color: var(--muted); font-size: .95rem; }

.cz-panel { max-width: 900px; }
.cz-panel h2 { font-family: var(--font-display); font-size: 2.6rem; font-weight: 400; text-transform: uppercase; line-height: .95; margin-bottom: 8px; }
.cz-note { display: inline-block; background: var(--acid); color: var(--ink); font-weight: 700; font-size: .9rem; padding: 8px 14px; border-radius: 999px; border: 2px solid var(--ink); margin-bottom: 18px; }
.cz-cam-wrap { display: flex; justify-content: center; }
#cz-video { width: min(360px, 90%); border-radius: 20px; border: 2px solid var(--ink); background: #000; transform: scaleX(-1); }
.cz-foto-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0 8px; }
.cz-status { color: var(--ink); font-weight: 600; min-height: 22px; }
.cz-back { background: none; border: none; color: var(--blue); font-weight: 800; cursor: pointer; padding: 6px 0; }

.cz-q { font-weight: 800; margin: 20px 0 10px; }
.cz-q span { color: var(--muted); font-weight: 600; }
.cz-opts { display: flex; flex-wrap: wrap; gap: 10px; }
.cz-opts button { padding: 11px 18px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); font-weight: 700; cursor: pointer; transition: background .12s, color .12s; }
.cz-opts button:hover { background: var(--paper-2); }
.cz-opts button.is-on { background: var(--ink); color: var(--white); }
#cz-quiz-go { margin-top: 22px; }
#cz-quiz-go:disabled { opacity: .45; cursor: not-allowed; }

.cz-forma { font-size: 1.15rem; margin-bottom: 18px; }
.cz-forma b { text-transform: capitalize; }
.cz-tip, .cz-card__price s { color: var(--muted); }
.cz-tip { display: block; font-size: .92rem; font-weight: 600; }
.cz-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
.cz-card { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 14px; background: var(--white); border: 2px solid rgba(16,16,20,.14); border-radius: 18px; }
.cz-card--top { border-color: var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.cz-card__flag { position: absolute; top: -11px; left: 12px; background: var(--sun); border: 2px solid var(--ink); border-radius: 999px; font-size: .68rem; font-weight: 800; padding: 3px 9px; text-transform: uppercase; }
.cz-card img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: #f4f4f5; border-radius: 12px; }
.cz-card__brand { color: var(--blue); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.cz-card strong { font-size: 1.02rem; }
.cz-card__price { font-weight: 800; }
.cz-card__price s { font-weight: 500; font-size: .82rem; margin-left: 4px; }
.cz-card__add { margin-top: 6px; padding: 9px 12px; border: 2px solid var(--ink); border-radius: 999px; background: var(--white); font-weight: 800; cursor: pointer; }
.cz-card__add.is-on { background: var(--mint); }

.cz-cotizar { margin-top: 44px; padding: 28px; background: var(--white); border: 2px solid var(--ink); border-radius: 24px; box-shadow: var(--shadow); }
.cz-cotizar h2 { font-size: 2rem; }
.cz-sel { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 18px; min-height: 30px; }
.cz-sel__empty { color: var(--muted); font-weight: 600; }
.cz-chip { display: inline-flex; align-items: center; gap: 8px; background: var(--paper-2); border: 1.5px solid var(--ink); border-radius: 999px; padding: 6px 12px; font-weight: 700; font-size: .9rem; }
.cz-chip button { border: none; background: none; cursor: pointer; font-weight: 800; }
.cz-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin-bottom: 14px; }
.cz-fields input { padding: 13px 15px; border: 2px solid var(--ink); border-radius: 12px; font: inherit; font-weight: 600; background: var(--paper-2); }
.cz-fields input:focus { outline: 3px solid var(--sun); }
#cz-enviar:disabled { opacity: .45; cursor: not-allowed; }
.cz-legal { color: var(--muted); font-size: .82rem; margin-top: 12px; }
.cz-done { text-align: center; padding: 40px 20px; }
.cz-done__ico { font-size: 3rem; }
.cz-done h2 { font-family: var(--font-display); font-size: 2.6rem; font-weight: 400; text-transform: uppercase; margin: 8px 0; }
.cz-done .button { margin: 8px 6px 0; }

/* ============ CHATBOT ============ */
.cbot { position: fixed; left: 20px; bottom: 20px; z-index: 300; font-family: var(--font-body); }
.cbot__toggle { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border: 2px solid var(--ink);
  border-radius: 999px; background: var(--sun); color: var(--ink); font-weight: 800; cursor: pointer; box-shadow: 5px 5px 0 var(--ink); }
.cbot__toggle-ico { font-size: 1.2rem; }
.cbot__panel { position: absolute; left: 0; bottom: 62px; width: min(360px, calc(100vw - 40px)); max-height: 74vh; display: flex; flex-direction: column;
  background: var(--paper-2); border: 2px solid var(--ink); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.cbot__head { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; background: var(--ink); color: var(--white); }
.cbot__title { font-weight: 800; }
.cbot__close { border: none; background: none; color: var(--white); font-size: 1.1rem; cursor: pointer; }
.cbot__body { padding: 14px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }
.cbot__msg { max-width: 88%; padding: 10px 13px; border-radius: 14px; font-size: .92rem; line-height: 1.4; }
.cbot__msg--bot { align-self: flex-start; background: var(--white); border: 1.5px solid rgba(16,16,20,.14); }
.cbot__msg--me { align-self: flex-end; background: var(--ink); color: var(--white); }
.cbot__tip { color: var(--muted); font-size: .82rem; }
.cbot__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cbot__chip { padding: 8px 13px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--white); font-weight: 700; font-size: .86rem; cursor: pointer; }
.cbot__chip:hover { background: var(--sun); }
.cbot__recs { display: flex; flex-direction: column; gap: 8px; }
.cbot__rec { display: flex; align-items: center; gap: 10px; background: var(--white); border: 1.5px solid rgba(16,16,20,.14); border-radius: 14px; padding: 8px; }
.cbot__rec img { width: 64px; height: 48px; object-fit: contain; background: #f4f4f5; border-radius: 8px; }
.cbot__rec-info { display: flex; flex-direction: column; flex: 1; }
.cbot__rec-brand { color: var(--blue); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.cbot__rec-price { font-weight: 800; font-size: .9rem; }
.cbot__rec-cta { background: var(--whatsapp); color: #fff; font-weight: 800; font-size: .8rem; padding: 8px 12px; border-radius: 999px; text-decoration: none; }
.cbot__links { display: flex; flex-wrap: wrap; gap: 8px; }
.cbot__link { background: var(--ink); color: var(--white); font-weight: 800; font-size: .82rem; padding: 9px 13px; border-radius: 999px; text-decoration: none; }
.cbot__restart { align-self: flex-start; background: none; border: none; color: var(--blue); font-weight: 800; cursor: pointer; }

@media (max-width: 560px) {
  .cbot__toggle-txt { display: none; }
  .cbot { left: 14px; bottom: 14px; }
  .wa-float { right: 14px; }
}
