:root {
  --bg: #0d0c0a;
  --bg-2: #17150f;
  --card: #1c1a15;
  --cream: #f3ecdc;
  --muted: #b7ac97;
  --blue: #3b6ef0;
  --red: #e0362a;
  --green: #1f8f5f;
  --line: rgba(243, 236, 220, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.brutal-clone {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: 'Segoe UI', system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.wrap3 { max-width: 1360px; margin: 0 auto; padding: 0 32px; }
.display {
  font-family: Impact, 'Arial Narrow Bold', 'Haettenschweiler', 'Segoe UI', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.txt-outline { color: transparent; -webkit-text-stroke: 2px var(--cream); }
.txt-fill { color: var(--cream); }

/* Reveal */
.reveal3 { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal3.visible { opacity: 1; transform: translateY(0); }

/* Hover lift */
.lift-card { transition: transform .35s ease, box-shadow .35s ease; }
.lift-card:hover { transform: translateY(-8px) scale(1.015); box-shadow: 0 24px 40px rgba(0,0,0,0.4); }

/* Buttons */
.btn3 { display: inline-flex; align-items: center; gap: 10px; padding: 15px 26px; border-radius: 999px; font-weight: 800; font-size: 0.92rem; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn3:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,0.35); }
.btn3-cream { background: var(--cream); color: #14120e; }
.btn3-outline { border-color: rgba(243,236,220,0.5); color: var(--cream); }
.btn3-dark { background: #100f0c; border-color: var(--line); color: var(--cream); }

/* Cart-style micro interaction button */
.btn-reserve { min-width: 190px; justify-content: center; }
.btn-reserve[data-state="loading"] { background: #2a2820; color: var(--muted); }
.btn-reserve[data-state="done"] { background: var(--green); color: #06140d; }

/* Header */
.header3 { position: fixed; top: 44px; left: 0; right: 0; z-index: 60; padding: 20px 32px; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-full, .nav-compact { display: flex; align-items: center; gap: 26px; transition: opacity .35s ease; }
.nav-compact { position: absolute; top: 20px; right: 32px; opacity: 0; pointer-events: none; }
.header3.is-compact .nav-full { opacity: 0; pointer-events: none; }
.header3.is-compact .nav-compact { opacity: 1; pointer-events: auto; }
.brand3 { font-size: 1.15rem; font-weight: 900; letter-spacing: 0.06em; }
.nav-full a:not(.btn3) { font-size: 0.86rem; font-weight: 700; letter-spacing: 0.02em; }
.nav-full a:not(.btn3):hover { color: var(--blue); }
.icon-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; }
.icon-btn svg { width: 17px; height: 17px; }

/* Hero */
.hero3 { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 140px 32px 60px; }
.hero3 h1 { font-size: clamp(2.6rem, 6.4vw, 5.2rem); line-height: 1.02; margin: 0 0 6px; text-align: center; }
.hero-sub3 { text-align: center; color: var(--muted); max-width: 620px; margin: 22px auto 0; font-size: 1.02rem; }

/* Showcase carousel */
.showcase-wrap { display: flex; align-items: center; gap: 24px; margin-top: 60px; }
.showcase-arrow { flex-shrink: 0; width: 62px; height: 62px; border-radius: 50%; background: var(--cream); color: #14120e; display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; transition: transform .25s ease; }
.showcase-arrow:hover { transform: scale(1.08); }
.showcase-arrow svg { width: 20px; height: 20px; }
.showcase-card { flex: 1; position: relative; border-top: 1px dashed var(--line); border-bottom: 1px dashed var(--line); padding: 20px 0 50px; overflow: hidden; }
.showcase-label { display: flex; justify-content: space-between; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.05em; padding-bottom: 18px; }
.showcase-stage { position: relative; min-height: 340px; display: flex; align-items: center; justify-content: center; }
.showcase-blob { position: absolute; width: min(320px, 72vw); height: min(320px, 72vw); border-radius: 50%; background: var(--blue); opacity: 0.9; transition: background .4s ease; }
.showcase-car { position: relative; width: min(70%, 480px); color: #100f0c; transition: color .4s ease; }
.showcase-price { position: relative; margin-top: 18px; text-align: center; font-size: 1.3rem; font-weight: 800; }

/* Section headers */
.section3 { padding: 110px 0; }
.section3.tight { padding: 70px 0; }
.eyebrow3 { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.78rem; color: var(--muted); margin-bottom: 14px; text-align: center; }
.big-heading { font-size: clamp(2.8rem, 9vw, 7rem); text-align: center; margin: 0; line-height: 0.96; }

/* Stacking cards */
.stack-section { position: relative; padding-top: 40px; }
.stack-bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.stack-bg .float-icon { position: absolute; color: rgba(243,236,220,0.16); }
.stack-card-wrap { position: relative; min-height: 100vh; }
.stack-card { position: sticky; top: 110px; background: var(--card); border: 1px solid var(--line); border-radius: 4px; margin: 0 auto; max-width: 760px; box-shadow: 0 30px 60px rgba(0,0,0,0.45); }
.stack-card-wrap.w1 .stack-card { z-index: 1; }
.stack-card-wrap.w2 .stack-card { z-index: 2; }
.stack-card-wrap.w3 .stack-card { z-index: 3; }
.stack-card-wrap.w4 .stack-card { z-index: 4; }
.stack-card-head { background: var(--cream); color: #14120e; padding: 20px 30px; display: flex; justify-content: space-between; font-weight: 800; font-size: 1.15rem; }
.stack-card-body { padding: 50px 40px; text-align: center; }
.stack-card-body .icon-circle { width: 84px; height: 84px; border-radius: 50%; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; }
.stack-card-body .icon-circle svg { width: 34px; height: 34px; color: var(--cream); }
.stack-card-body p { font-size: 1.15rem; color: var(--muted); max-width: 480px; margin: 0 auto; }

/* Ride grid */
.ride-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.ride-tile { position: relative; min-height: 460px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 30px; border: 1px dashed rgba(0,0,0,0.25); overflow: hidden; }
.ride-tile.c1 { background: var(--blue); }
.ride-tile.c2 { background: var(--red); }
.ride-tile.c3 { background: var(--green); }
.ride-tile h3 { position: absolute; top: 24px; left: 0; right: 0; text-align: center; font-size: clamp(1.3rem, 2.6vw, 1.8rem); margin: 0; color: #0d0c0a; padding: 0 16px; }
.ride-tile .ride-car { width: 78%; color: #0d0c0a; opacity: 0.92; }

/* Numbered features */
.numbered-feature { position: relative; display: flex; align-items: center; padding: 90px 0; gap: 40px; }
.numbered-feature .num-outline { font-size: clamp(4rem, 12vw, 9rem); flex-shrink: 0; }
.numbered-feature .feature-copy { flex: 1; text-align: center; }
.tag-pill { display: inline-flex; align-items: center; gap: 10px; background: var(--cream); color: #14120e; padding: 12px 22px; border-radius: 8px; font-weight: 800; font-size: 1rem; border: 1px dashed rgba(0,0,0,0.35); }
.feature-copy p { margin-top: 26px; font-size: 1.2rem; color: var(--muted); max-width: 560px; margin-left: auto; margin-right: auto; }
.wavy-divider { width: 100%; height: 30px; color: var(--line); }
.wavy-divider svg { width: 100%; height: 100%; }

/* Bundle / finance section */
.bundle-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 24px; align-items: stretch; }
.bundle-photo { border-radius: 6px; min-height: 460px; background: linear-gradient(155deg, #2a2116, #0e0d0a); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.bundle-photo .ride-car { width: 68%; color: var(--cream); opacity: 0.9; }
.bundle-panel { background: var(--card); border: 1px dashed var(--line); border-radius: 6px; padding: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.bundle-panel h2 { margin: 0 0 6px; font-size: clamp(2rem, 4vw, 3rem); }
.bundle-panel .sub { color: var(--muted); margin-bottom: 26px; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.85rem; }
.term-toggle { display: flex; gap: 12px; margin-bottom: 30px; }
.term-toggle button { padding: 12px 22px; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-weight: 700; cursor: pointer; transition: all .25s ease; }
.term-toggle button.active { border-color: var(--cream); color: var(--cream); }

/* Reviews marquee */
.marquee-outer { overflow: hidden; padding: 40px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 20px; width: max-content; animation: marqueeScroll 34s linear infinite; }
.marquee-outer:hover .marquee-track { animation-play-state: paused; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.review-card { width: 320px; flex-shrink: 0; background: repeating-linear-gradient(135deg, #1c1a15, #1c1a15 10px, #211f19 10px, #211f19 20px); border: 1px solid var(--line); border-radius: 4px; padding: 30px; }
.review-card .quote-mark { font-size: 2.4rem; color: var(--muted); line-height: 1; margin-bottom: 14px; }
.review-card h4 { font-size: 1.15rem; margin: 0 0 14px; line-height: 1.25; }
.review-card p { color: var(--muted); font-size: 0.95rem; margin: 0; }
.review-tag { display: inline-block; background: var(--cream); color: #14120e; padding: 6px 16px; border-radius: 999px; font-size: 0.8rem; font-weight: 800; margin-bottom: 16px; }

/* Footer */
.footer3 { background: var(--bg-2); border-top: 1px solid var(--line); padding: 80px 0 0; }
.footer-top3 { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; padding-bottom: 50px; }
.footer-brand3 img, .footer-brand3 .mark { font-weight: 900; font-size: 1.3rem; margin-bottom: 10px; }
.footer-brand3 p { color: var(--muted); max-width: 260px; font-size: 0.92rem; }
.footer-cols3 { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col3 h4 { text-transform: uppercase; font-size: 0.76rem; letter-spacing: 0.14em; color: var(--muted); margin: 0 0 14px; }
.footer-col3 a { display: block; margin-bottom: 10px; font-size: 0.95rem; }
.footer-col3 a:hover { color: var(--blue); }
.newsletter3 { max-width: 620px; padding-bottom: 40px; }
.newsletter3 h3 { font-size: 1.4rem; margin: 0 0 18px; }
.newsletter3 form { display: flex; gap: 10px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.newsletter3 input { flex: 1; background: none; border: none; color: var(--cream); font-size: 1rem; padding: 8px 0; outline: none; }
.newsletter3 input::placeholder { color: var(--muted); }
.newsletter3 button { background: none; border: none; color: var(--blue); font-weight: 800; cursor: pointer; }
.footer-bottom3 { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 22px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.85rem; }

@media (max-width: 980px) {
  .ride-grid { grid-template-columns: 1fr; }
  .bundle-grid { grid-template-columns: 1fr; }
  .numbered-feature { flex-direction: column; text-align: center; gap: 20px; }
}
@media (max-width: 700px) {
  .nav-full a:not(.btn3) { display: none; }
  .showcase-wrap { gap: 16px; flex-wrap: wrap; justify-content: center; }
  .showcase-card { flex: 1 1 100%; order: 1; }
  .showcase-arrow { width: 46px; height: 46px; order: 2; }
  .footer-top3 { flex-direction: column; }
}
