:root {
  --navy: #002D6A;
  --navy-2: #001F4D;
  --gold: #C49A3A;
  --gold-2: #D7AE4A;
  --paper: #F7F3EA;
  --paper-2: #E8DDC8;
  --white: #FFFFFF;
  --ink: #1C1C1C;
  --muted: #5F5650;
  --line: rgba(0, 45, 106, .12);
  --shadow: 0 26px 70px rgba(0, 45, 106, .14);
  --radius: 14px;
  --radius-card: 18px;
  --radius-panel: 20px;
  --container: 1180px;
  --header: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 12%, rgba(83,103,122,.13), transparent 23rem),
    radial-gradient(circle at 87% 4%, rgba(11,31,51,.08), transparent 24rem),
    var(--paper);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(28px, calc((100vw - var(--container)) / 2));
  background: rgba(247, 243, 234, .92);
  border-bottom: 1px solid rgba(11,31,51,.08);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.topbar.is-scrolled {
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 38px rgba(11,31,51,.09);
}
.brand { display: inline-flex; align-items: center; width: 210px; min-width: 0; }
.brand img { width: 202px; max-height: 48px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; font-weight: 850; font-size: .86rem; text-transform: uppercase; letter-spacing: .015em; color: var(--navy); }
.nav a:not(.nav-whatsapp) { position: relative; padding: 10px 0; }
.nav a:not(.nav-whatsapp)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
  transition: transform .22s ease;
}
.nav a:hover::after { transform: scaleX(1); }
.nav-whatsapp {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 12px 30px rgba(196,154,58,.30);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.nav-whatsapp:hover, .floating-whatsapp:hover { transform: translateY(-2px); filter: brightness(1.03); }
.nav-whatsapp svg, .floating-whatsapp svg, .cta-icon-large svg { width: 22px; height: 22px; fill: currentColor; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: var(--radius); background: #fff; box-shadow: 0 10px 26px rgba(11,31,51,.10); cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--navy); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.editorial-section { width: min(100% - 56px, var(--container)); margin-inline: auto; }
.section-pad { padding: 92px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-size: .82rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-weight: 900;
}
.eyebrow::after { content: ""; width: 56px; height: 1px; background: currentColor; opacity: .72; }

.hero {
  min-height: 680px;
  padding-top: calc(var(--header) + 46px);
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: center;
  gap: 54px;
}
.hero-copy { padding: 20px 0; }
.hero h1 {
  margin: 18px 0 22px;
  max-width: 560px;
  color: var(--navy);
  font-size: clamp(3.3rem, 6vw, 6.2rem);
  line-height: .91;
  letter-spacing: -.065em;
}
.hero h1 strong { color: var(--gold); font-weight: 950; }
.hero p {
  max-width: 420px;
  color: var(--ink);
  line-height: 1.58;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: var(--radius);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: .9rem;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-dark { color: #fff; background: var(--navy); box-shadow: 0 18px 38px rgba(0,45,106,.24); }
.btn-gold { color: #fff; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 18px 38px rgba(196,154,58,.28); }
.btn-outline { color: var(--navy); border: 1px solid var(--navy); background: transparent; }
.btn-icon { width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; display: block; }
.hero-media { position: relative; align-self: stretch; min-height: 560px; display: flex; align-items: stretch; overflow: hidden; }
.hero-media::before {
  content: "";
  position: absolute;
  inset: 18px -18px 18px 8%;
  background: linear-gradient(135deg, rgba(228,225,218,.92), rgba(255,255,255,.76));
  border-radius: var(--radius-panel);
  z-index: -1;
}
.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 62% center;
  border-radius: var(--radius-panel);
  background: #efe8db;
  box-shadow: var(--shadow);
}

.manifest {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 24px max(28px, calc((100vw - var(--container)) / 2));
  color: #fff;
  background: linear-gradient(90deg, var(--navy), #003A86);
  text-align: center;
}
.manifest h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 1.08; letter-spacing: -.045em; }
.manifest h2 span { color: var(--gold-2); display: block; }
.manifest-line { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); min-width: 80px; }

.modelagens { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: center; }
.side-title h2, .quality-copy h2, .about-inner h2, .duo-panel h2, .cta-band h2 {
  margin: 18px 0 16px;
  color: var(--navy);
  font-size: clamp(2.45rem, 4.4vw, 4.6rem);
  line-height: .96;
  letter-spacing: -.055em;
}
.side-title p, .quality-copy p, .about-inner p, .duo-panel p, .cta-band p {
  color: var(--muted);
  line-height: 1.68;
  font-size: 1.04rem;
}
.lookbook { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.fit-card { position: relative; min-height: 420px; overflow: hidden; background: #fff; box-shadow: 0 16px 42px rgba(11,31,51,.09); border-radius: var(--radius-card); }
.fit-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; transition: transform .5s ease; }
.fit-card:hover img { transform: scale(1.035); }
.fit-card div { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; color: #fff; background: linear-gradient(180deg, rgba(11,31,51,.86), rgba(0,29,71,.98)); text-align: center; }
.fit-card strong { display: block; font-size: 1rem; text-transform: uppercase; letter-spacing: .04em; }
.fit-card span { display: block; margin-top: 4px; color: rgba(255,255,255,.78); font-size: .88rem; }

.duo-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.duo-panel { position: relative; min-height: 520px; padding: clamp(36px, 6vw, 74px) max(28px, calc((100vw - var(--container)) / 2)) clamp(36px, 6vw, 74px) max(28px, 6vw); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.duo-panel:nth-child(2) { padding-left: clamp(36px, 6vw, 74px); padding-right: max(28px, calc((100vw - var(--container)) / 2)); }
.duo-light { background: rgba(255,255,255,.74); }
.duo-dark { background: linear-gradient(135deg, #08254f, #0f356a); color: #fff; }
.duo-dark h2, .duo-dark p { color: #fff; }
.duo-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid var(--gold); color: var(--gold); border-radius: 50%; font-weight: 900; }
.duo-panel h2 { max-width: 460px; }
.duo-panel p { max-width: 430px; margin-bottom: 0; }
.duo-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; opacity: .42; }
.duo-light img { object-position: center center; opacity: .16; }
.duo-dark img { opacity: .28; mix-blend-mode: normal; }

.quality { display: grid; grid-template-columns: .8fr 1.2fr; grid-template-areas: "copy gallery" "features features"; gap: 34px 46px; align-items: center; }
.quality-copy { grid-area: copy; }
.quality-gallery { grid-area: gallery; }
.quality-main { width: 100%; aspect-ratio: 16/9; object-fit: cover; box-shadow: var(--shadow); border-radius: var(--radius-card); }
.quality-features { grid-area: features; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.quality-features article { padding: 24px 20px; background: rgba(255,255,255,.72); border: 1px solid rgba(11,31,51,.08); box-shadow: 0 14px 38px rgba(11,31,51,.06); border-radius: var(--radius-card); }
.icon-line { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 16px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 900; }
.quality-features strong { display: block; color: var(--navy); text-transform: uppercase; font-size: .9rem; line-height: 1.25; }
.quality-features p { margin: 8px 0 0; color: var(--muted); line-height: 1.55; font-size: .9rem; }

.about-band { padding: 88px max(28px, calc((100vw - var(--container)) / 2)); background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(228,225,218,.74)); border-block: 1px solid rgba(11,31,51,.08); }
.about-inner { max-width: 920px; margin-inline: auto; text-align: center; }
.about-inner .eyebrow { justify-content: center; }
.about-inner p { max-width: 700px; margin-inline: auto; }

.cta-band { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 42px max(28px, calc((100vw - var(--container)) / 2)); color: #fff; background: radial-gradient(circle at 8% 12%, rgba(196,154,58,.28), transparent 18rem), linear-gradient(90deg, var(--navy), #003A86); }
.cta-band h2 { color: #fff; margin: 0 0 6px; font-size: clamp(2rem, 3.8vw, 3.4rem); }
.cta-band p { margin-bottom: 0; color: rgba(255,255,255,.76); }
.cta-icon-large { width: 86px; height: 86px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: var(--radius-panel); color: var(--gold); }
.cta-icon-large svg { width: 46px; height: 46px; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px; display: grid; place-items: center; color: #fff; background: #25D366; border-radius: 18px; box-shadow: 0 18px 38px rgba(0,0,0,.24); transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
.floating-whatsapp svg { width: 32px; height: 32px; }

.footer { color: #fff; background: #001833; }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .8fr .8fr; gap: 34px; padding: 54px max(28px, calc((100vw - var(--container)) / 2)) 28px; }
.footer-brand img { width: 250px; max-height: 76px; object-fit: contain; background: transparent; padding: 0; filter: drop-shadow(0 4px 14px rgba(255,255,255,.08)); }
.footer-cnpj { margin-top: 10px !important; color: rgba(255,255,255,.92) !important; font-weight: 700; font-size: .94rem; letter-spacing: .01em; }
.footer h3 { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; font-size: .86rem; letter-spacing: .08em; }
.footer p, .footer a { display: block; margin: 0; color: rgba(255,255,255,.72); line-height: 1.86; }
.footer-brand p { max-width: 320px; margin-top: 16px; }
.benefits-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.08); }
.benefits-strip span { display: block; padding: 20px max(18px, 2vw); background: #F7F3EA; color: var(--navy); text-transform: uppercase; font-size: .78rem; line-height: 1.35; }
.benefits-strip strong { display: block; color: #111; margin-top: 3px; }
.credit { margin: 0 !important; padding: 18px 28px 22px; border-top: 1px solid rgba(255,255,255,.08); text-align: center; font-size: .86rem; color: rgba(255,255,255,.48) !important; }
.credit a { display: inline; color: var(--gold); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .72s ease, transform .72s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 1040px) {
  .topbar { padding-inline: 18px; }
  .brand { width: 190px; }
  .brand img { width: 182px; max-height: 42px; }
  .menu-button { display: block; }
  .nav { position: fixed; top: var(--header); left: 12px; right: 12px; display: grid; gap: 2px; padding: 16px; background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .nav a:not(.nav-whatsapp) { padding: 14px; }
  .nav-whatsapp { width: 100%; height: 50px; border-radius: var(--radius); }
  body.menu-open .nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  body.menu-open .menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.menu-open .menu-button span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero, .modelagens, .quality, .footer-main { grid-template-columns: 1fr; }
  .hero { min-height: auto; gap: 30px; }
  .hero-media { min-height: 400px; }
  .quality { grid-template-areas: "copy" "gallery" "features"; }
  .quality-features { grid-template-columns: repeat(2, 1fr); }
  .duo-grid { grid-template-columns: 1fr; }
  .duo-panel, .duo-panel:nth-child(2) { padding: 64px 28px; min-height: 420px; }
  .cta-band { grid-template-columns: 1fr; text-align: left; }
  .benefits-strip { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --header: 68px; }
  .editorial-section { width: min(100% - 24px, var(--container)); }
  .section-pad { padding: 72px 0; }
  .brand { width: 164px; }
  .brand img { width: 158px; max-height: 38px; }
  .hero { padding-top: calc(var(--header) + 28px); }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4.4rem); line-height: .95; }
  .hero-actions { display: grid; }
  .btn { width: 100%; min-height: 54px; }
  .hero-media img { height: 100%; min-height: 360px; max-height: none; object-fit: cover; object-position: 60% center; }
  .manifest { grid-template-columns: 1fr; gap: 14px; padding: 24px 20px; }
  .manifest-line { width: 80px; margin-inline: auto; }
  .lookbook { grid-template-columns: 1fr; }
  .fit-card, .fit-card img { min-height: 360px; }
  .side-title h2, .quality-copy h2, .about-inner h2, .duo-panel h2, .cta-band h2 { font-size: clamp(2.1rem, 11vw, 3.2rem); }
  .quality-features { grid-template-columns: 1fr; }
  .about-band, .cta-band { padding-inline: 22px; }
  .footer-main { grid-template-columns: 1fr; padding-inline: 22px; }
  .benefits-strip { grid-template-columns: 1fr; }
  .floating-whatsapp { width: 56px; height: 56px; right: 16px; bottom: 16px; }
}

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