:root {
  --ink: #0a0c0f;
  --ink-soft: #15191d;
  --paper: #f5f1e8;
  --paper-2: #ebe5d8;
  --yellow: #f4c400;
  --yellow-bright: #ffd51a;
  --white: #ffffff;
  --muted: #6d706f;
  --line: rgba(10, 12, 15, .15);
  --container: min(1180px, calc(100% - 40px));
  --shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 16px; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--yellow-bright); outline-offset: 4px; }

.topbar { background: #050607; color: rgba(255,255,255,.7); font-size: .75rem; letter-spacing: .04em; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--yellow); text-decoration: none; font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(10,12,15,.94); color: white; border-bottom: 1px solid rgba(255,255,255,.11); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; color: white; text-decoration: none; min-height: 48px; }
.brand__logo { width: 104px; height: 54px; object-fit: cover; object-position: center; border: 1px solid rgba(244,196,0,.76); box-shadow: 4px 4px 0 rgba(244,196,0,.22); }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav a { color: rgba(255,255,255,.74); text-decoration: none; font-size: .84rem; font-weight: 750; transition: color .2s ease; }
.site-nav a:hover { color: white; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; font-size: .76rem; font-weight: 900; letter-spacing: .075em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--yellow { color: var(--ink); background: var(--yellow); box-shadow: 0 10px 30px rgba(244,196,0,.18); }
.button--yellow:hover { background: var(--yellow-bright); box-shadow: 0 13px 35px rgba(244,196,0,.28); }
.button--ghost { color: white; border-color: rgba(255,255,255,.34); background: rgba(0,0,0,.12); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button--compact { min-height: 44px; padding-inline: 18px; font-size: .68rem; }

.hero { position: relative; isolation: isolate; min-height: calc(100vh - 108px); min-height: calc(100svh - 108px); display: grid; align-items: center; overflow: hidden; color: white; background: var(--ink); }
.hero__media { position: absolute; inset: 0; z-index: -4; background: url("assets/brand/paiva-showroom.jpg") center 45% / cover no-repeat; transform: scale(1.04); }
.hero__veil { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(3,4,5,.96) 0%, rgba(3,4,5,.84) 43%, rgba(3,4,5,.38) 72%, rgba(3,4,5,.72) 100%); }
.hero__accent { position: absolute; width: 56vw; height: 56vw; right: -28vw; bottom: -40vw; z-index: -2; border: 2px solid rgba(244,196,0,.35); border-radius: 50%; box-shadow: 0 0 0 80px rgba(244,196,0,.04), 0 0 0 160px rgba(244,196,0,.025); }
.hero__content { padding-block: 72px 110px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.hero__copy { max-width: 730px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--yellow); font-size: .7rem; line-height: 1.3; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: currentColor; }
.eyebrow--dark { color: #856900; }
.hero h1, .section-heading h2, .trade h2, .location h2 { margin: 0; font-size: clamp(3rem, 7.2vw, 6.6rem); line-height: .87; letter-spacing: -.065em; font-weight: 900; text-transform: uppercase; }
.hero h1 em, .section-heading h2 em, .trade h2 em, .location h2 em { color: var(--yellow); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; }
.hero__lead { max-width: 670px; margin: 26px 0 30px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.6vw, 1.22rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { list-style: none; margin: 38px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.hero__proof li { display: grid; gap: 3px; }
.hero__proof strong { color: var(--yellow); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.hero__proof span { color: rgba(255,255,255,.64); font-size: .76rem; }
.hero-card { position: relative; align-self: stretch; min-height: 530px; display: grid; grid-template-rows: minmax(0, 1fr) auto; border: 1px solid rgba(255,255,255,.18); background: #0f1215; box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: -9px 9px 9px -9px; z-index: -1; border: 1px solid rgba(244,196,0,.55); }
.hero-card__photo { position: relative; min-height: 380px; overflow: hidden; }
.hero-card__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,12,15,.5), transparent 45%); }
.hero-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-card__badge { position: absolute; left: 18px; bottom: 18px; z-index: 1; padding: 8px 11px; background: var(--yellow); color: var(--ink); text-transform: uppercase; font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.hero-card__body { position: relative; padding: 22px 22px 25px 70px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-card__body p { margin: 0; color: rgba(255,255,255,.64); font-size: .84rem; }
.hero-card__body strong { display: block; color: white; margin-bottom: 3px; }
.hero-card__number { position: absolute; left: 20px; top: 21px; color: var(--yellow); font-weight: 900; }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; display: grid; place-items: center; gap: 8px; color: rgba(255,255,255,.54); text-decoration: none; text-transform: uppercase; font-size: .58rem; letter-spacing: .2em; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 26px; background: var(--yellow); animation: cue 1.7s ease-in-out infinite; transform-origin: top; }

.marquee { overflow: hidden; background: var(--yellow); color: var(--ink); border-block: 1px solid var(--ink); }
.marquee__track { width: max-content; display: flex; align-items: center; gap: 34px; padding-block: 15px; font-size: 1rem; font-weight: 950; letter-spacing: .08em; animation: marquee 22s linear infinite; }
.marquee__track i { font-style: normal; }

.section { padding-block: clamp(74px, 10vw, 130px); }
.catalog { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 42px; }
.section-heading h2, .trade h2, .location h2 { font-size: clamp(2.6rem, 5.5vw, 5.2rem); }
.section-heading h2 em, .trade h2 em { color: #a48100; }
.section-heading > p { max-width: 420px; margin: 0 0 6px; color: var(--muted); }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }

.preview-notice { display: flex; align-items: flex-start; gap: 13px; padding: 16px 18px; margin-bottom: 28px; color: #413900; background: #fff3b6; border: 1px solid #e0c536; }
.preview-notice svg { flex: 0 0 23px; width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.preview-notice p { margin: 0; font-size: .82rem; }

.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.filters { display: flex; gap: 8px; overflow-x: auto; padding: 4px 4px 10px; scrollbar-width: thin; }
.filter { min-height: 44px; flex: 0 0 auto; padding: 0 18px; border: 1px solid rgba(10,12,15,.22); background: transparent; color: #3e4243; cursor: pointer; text-transform: uppercase; font-size: .68rem; font-weight: 850; letter-spacing: .09em; }
.filter span { margin-left: 7px; opacity: .55; }
.filter.is-active, .filter:hover { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.catalog-count { flex: 0 0 auto; margin: 0; color: var(--muted); font-size: .8rem; }
.catalog-count strong { color: var(--ink); }
.moto-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.moto-card { min-width: 0; display: grid; grid-template-rows: auto 1fr; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(10,12,15,.065); transition: transform .25s ease, box-shadow .25s ease; }
.moto-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(10,12,15,.12); }
.moto-card__media { position: relative; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: #f8f8f7; border-bottom: 1px solid var(--line); }
.moto-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--yellow), transparent); transform: scaleX(.25); transition: transform .3s ease; }
.moto-card:hover .moto-card__media::after { transform: scaleX(1); }
.moto-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 25px; mix-blend-mode: multiply; }
.moto-card__index, .moto-card__category { position: absolute; z-index: 2; top: 15px; font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.moto-card__index { left: 16px; color: #777; }
.moto-card__category { right: 14px; padding: 7px 9px; background: var(--ink); color: white; text-transform: uppercase; }
.moto-card__body { display: flex; flex-direction: column; padding: 22px; }
.moto-card__brand { margin: 0 0 5px; color: #8c7000; text-transform: uppercase; font-size: .66rem; font-weight: 900; letter-spacing: .15em; }
.moto-card h3 { margin: 0; font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.05; letter-spacing: -.035em; }
.moto-card__meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 17px 0 19px; color: var(--muted); font-size: .7rem; }
.moto-card__meta span + span::before { content: "•"; margin-right: 12px; color: #bbb; }
.moto-card__price { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding-top: 17px; margin-top: auto; border-top: 1px solid var(--line); }
.moto-card__price div { display: grid; gap: 4px; }
.moto-card__price small { color: var(--muted); font-size: .62rem; }
.moto-card__price strong { font-size: 1.38rem; line-height: 1; letter-spacing: -.03em; }
.moto-card__price > span { color: #8c7000; font-size: 1.2rem; }
.moto-card__cta { min-height: 48px; margin-top: 18px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: var(--ink); background: var(--yellow); text-decoration: none; text-transform: uppercase; font-size: .66rem; font-weight: 900; letter-spacing: .07em; }

.trade { color: white; background: var(--ink); overflow: hidden; }
.trade__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.trade__visual { position: relative; min-height: 520px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); background: radial-gradient(circle, rgba(244,196,0,.16), transparent 55%); overflow: hidden; }
.trade__visual::before { content: "PAIVA"; position: absolute; font-size: clamp(5rem, 11vw, 10rem); font-weight: 950; letter-spacing: -.08em; color: rgba(255,255,255,.035); transform: rotate(-8deg); }
.trade__visual strong { position: relative; z-index: 2; max-width: 270px; text-align: center; color: var(--yellow); font-size: clamp(2rem, 4vw, 3.6rem); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.trade__ring { position: absolute; border: 1px solid rgba(244,196,0,.42); border-radius: 50%; animation: pulse 4s ease-in-out infinite alternate; }
.trade__ring--one { width: 320px; height: 320px; }
.trade__ring--two { width: 480px; height: 480px; animation-delay: -1.7s; }
.trade__copy > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.64); }
.check-list { list-style: none; margin: 34px 0; padding: 0; border-top: 1px solid rgba(255,255,255,.13); }
.check-list li { min-height: 56px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.78); }
.check-list span { color: var(--yellow); font-size: .68rem; font-weight: 900; }

.steps { background: var(--paper-2); }
.steps__grid { list-style: none; margin: 50px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.step { min-height: 290px; padding: 34px; background: var(--paper); }
.step + .step { border-left: 1px solid var(--line); }
.step > span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 54px; color: var(--ink); background: var(--yellow); font-size: .72rem; font-weight: 900; }
.step h3 { margin: 0 0 10px; font-size: 1.45rem; letter-spacing: -.035em; }
.step p { margin: 0; color: var(--muted); }

.location { position: relative; isolation: isolate; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: white; background: #0a0c0f; }
.location__image { position: absolute; inset: 0; z-index: -2; background: url("assets/brand/paiva-showroom.jpg") center / cover no-repeat; filter: saturate(.85); }
.location::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,6,7,.97) 0 48%, rgba(5,6,7,.4) 80%, rgba(5,6,7,.66)); }
.location__inner { padding-block: 80px; }
.location__card { max-width: 580px; padding: clamp(28px, 5vw, 55px); background: rgba(10,12,15,.87); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.location h2 em { color: var(--yellow); }
.location address { margin: 28px 0; color: rgba(255,255,255,.68); font-style: normal; }
.location address strong { color: white; font-size: 1.25rem; }
.location__contacts { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-bottom: 28px; }
.location__contacts a { display: grid; gap: 3px; padding: 16px; border: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.location__contacts small { color: var(--yellow); font-size: .6rem; text-transform: uppercase; letter-spacing: .15em; }
.location__contacts strong { font-size: .88rem; }

.site-footer { color: rgba(255,255,255,.62); background: #050607; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer p { margin: 0; font-size: .74rem; }
.site-footer > a, .site-footer__inner > a:last-child { color: var(--yellow); font-size: .72rem; text-decoration: none; }
.brand--footer .brand__logo { width: 96px; height: 50px; }

.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 70; min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 0 16px; color: white; background: #198b45; text-decoration: none; border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.24); font-size: .72rem; font-weight: 850; }
.whatsapp-float svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.72,.28,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes cue { 0%,100% { transform: scaleY(.35); opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes pulse { from { transform: scale(.96); opacity: .45; } to { transform: scale(1.05); opacity: .9; } }

@media (max-width: 980px) {
  .site-nav { display: none; }
  .hero__content { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-card { display: none; }
  .hero__copy { max-width: 790px; }
  .moto-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .trade__grid { grid-template-columns: 1fr; }
  .trade__visual { min-height: 380px; }
  .trade__copy { max-width: 760px; }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1180px); }
  .topbar__inner { min-height: 30px; justify-content: center; }
  .topbar__inner > span { display: none; }
  .site-header__inner { min-height: 66px; }
  .header-cta { display: none; }
  .brand__logo { width: 96px; height: 50px; }
  .hero { min-height: calc(100svh - 96px); align-items: end; }
  .hero__media { background-position: 56% center; }
  .hero__veil { background: linear-gradient(0deg, rgba(3,4,5,.98) 0%, rgba(3,4,5,.88) 54%, rgba(3,4,5,.5) 100%); }
  .hero__content { padding-block: 64px 95px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero__lead { margin-block: 22px 26px; }
  .hero__actions { display: grid; }
  .button { width: 100%; }
  .hero__proof { grid-template-columns: repeat(2,1fr); row-gap: 18px; }
  .scroll-cue { display: none; }
  .section-heading { display: grid; gap: 20px; }
  .section-heading h2, .trade h2, .location h2 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .catalog-toolbar { display: grid; gap: 10px; }
  .filters { margin-inline: -14px; padding-inline: 14px; }
  .catalog-count { padding-left: 2px; }
  .moto-grid { grid-template-columns: 1fr; gap: 18px; }
  .moto-card__media { aspect-ratio: 1.15 / 1; }
  .moto-card__media img { padding: 22px; }
  .trade__visual { min-height: 310px; }
  .trade__ring--one { width: 230px; height: 230px; }
  .trade__ring--two { width: 340px; height: 340px; }
  .steps__grid { grid-template-columns: 1fr; }
  .step { min-height: 230px; }
  .step + .step { border-left: 0; border-top: 1px solid var(--line); }
  .step > span { margin-bottom: 34px; }
  .location { min-height: 680px; }
  .location::after { background: rgba(5,6,7,.8); }
  .location__card { padding: 28px 22px; }
  .location__contacts { grid-template-columns: 1fr; }
  .site-footer__inner { padding-block: 30px 88px; display: grid; justify-items: start; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 52px; padding: 0; justify-content: center; }
}

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