:root{--orange:#ff5a00;--black:#0a0a0a;--ink:#111;--muted:#a6a6a6;--white:#f7f7f4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}.nav{position:absolute;z-index:5;top:0;left:0;width:100%;height:88px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff2e}.brand{font:900 1.55rem/1 "Barlow Condensed",sans-serif;letter-spacing:.035em}.brand span{color:var(--orange)}.nav nav{display:flex;gap:2rem;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.nav nav a:hover{color:var(--orange)}.nav-cta,.primary{font:800 .83rem/1 "Barlow Condensed",sans-serif;letter-spacing:.1em;background:var(--orange);padding:1.05rem 1.45rem;transition:.2s}.nav-cta:hover,.primary:hover{background:#fff;color:#111}.menu{display:none;background:transparent;color:white;border:0;font-weight:700}.hero{height:min(900px,100vh);min-height:670px;position:relative;overflow:hidden}.hero>img{position:absolute;inset:0}.shade{position:absolute;inset:0;background:linear-gradient(90deg,#000d 0%,#0006 52%,#0001 75%),linear-gradient(0deg,#000a 0%,transparent 50%)}.hero-copy{position:absolute;z-index:2;left:7vw;top:50%;transform:translateY(-45%)}.eyebrow{margin:0 0 1rem;color:var(--orange);font:800 .83rem/1 "Barlow Condensed",sans-serif;letter-spacing:.22em}.hero h1,.intro h2,.bike h2,.gallery h2,.contact h2{font-family:"Barlow Condensed",sans-serif;font-weight:900;line-height:.82;letter-spacing:-.035em;margin:.1em 0}.hero h1{font-size:clamp(4.3rem,9.8vw,9.2rem)}em{font-style:italic;color:var(--orange)}.lead{font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.6;color:#ddd}.actions{display:flex;align-items:center;gap:2rem;margin-top:2.2rem}.primary{display:inline-block}.text-link{font:700 .8rem "Barlow Condensed";letter-spacing:.12em}.text-link span{color:var(--orange);margin-left:.5rem}.hero-facts{position:absolute;z-index:2;right:4vw;bottom:3.2rem;display:flex;border-top:1px solid #ffffff55}.hero-facts div{padding:1rem 1.7rem;border-right:1px solid #ffffff30;display:flex;flex-direction:column}.hero-facts strong{font:800 2rem "Barlow Condensed"}.hero-facts span{font-size:.65rem;letter-spacing:.14em;color:#ccc}.intro{padding:8rem 8vw;display:grid;grid-template-columns:1.1fr .9fr;gap:10vw;align-items:end;background:#0d0d0d}.intro h2,.bike h2,.gallery h2,.contact h2{font-size:clamp(3.4rem,6.5vw,6.5rem)}.intro-copy>p{color:#bbb;line-height:1.8;font-size:1.03rem}.features{display:flex;gap:1.4rem;flex-wrap:wrap;margin-top:2rem}.features span{border-left:2px solid var(--orange);padding-left:.7rem;font:700 .76rem "Barlow Condensed";letter-spacing:.12em}.bike{display:grid;grid-template-columns:1.25fr .75fr;min-height:690px}.bike-photo{min-height:540px}.bike-card{background:var(--orange);color:#0c0c0c;padding:7rem 5vw;display:flex;flex-direction:column;justify-content:center}.bike-card .eyebrow,.bike-card em{color:#fff}.bike-card>p{line-height:1.7}.price{display:flex;align-items:center;gap:1rem;border-block:1px solid #0003;padding:1.2rem 0;margin:1rem 0}.price strong{font:900 3.8rem "Barlow Condensed"}.price span{font:700 .72rem/1.4 "Barlow Condensed";letter-spacing:.12em}.note{font-size:.78rem;opacity:.7}.primary.dark{align-self:flex-start;background:#111;color:#fff;margin-top:1rem}.primary.dark:hover{background:white;color:#111}.gallery{padding:8rem 6vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:3rem}.section-head>p{max-width:340px;color:#aaa;line-height:1.7}.gallery-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:1rem;height:520px}.gallery-grid figure{position:relative;margin:0;overflow:hidden}.gallery-grid img{transition:transform .5s}.gallery-grid figure:hover img{transform:scale(1.04)}figcaption{position:absolute;bottom:0;left:0;padding:1.5rem;font:800 .75rem "Barlow Condensed";letter-spacing:.14em;background:linear-gradient(0deg,#000b,transparent);width:100%}.contact{text-align:center;padding:9rem 1rem;background:linear-gradient(#000b,#000e),url('assets/trail.jpeg') center/cover}.contact>p:not(.eyebrow){max-width:560px;margin:1.4rem auto 2.4rem;color:#ccc;line-height:1.7}footer{padding:2rem 4vw;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ffffff25;color:#888;font-size:.7rem;letter-spacing:.1em}footer .brand{color:#fff}@media(max-width:800px){.nav{height:72px}.nav nav,.nav-cta{display:none}.menu{display:block}.nav.open{height:auto;min-height:72px;align-items:flex-start;padding-top:26px;padding-bottom:24px;background:#090909;flex-wrap:wrap}.nav.open nav{display:flex;order:3;width:100%;flex-direction:column;padding-top:2rem}.hero{min-height:720px}.hero-copy{left:6vw;right:6vw;top:44%}.hero h1{font-size:clamp(4rem,20vw,6rem)}.lead br{display:none}.actions{align-items:flex-start;flex-direction:column;gap:1.4rem}.hero-facts{left:6vw;right:auto;bottom:2rem}.hero-facts div{padding:.8rem 1rem}.hero-facts strong{font-size:1.5rem}.intro{grid-template-columns:1fr;padding:6rem 6vw;gap:2rem}.bike{grid-template-columns:1fr}.bike-card{padding:5rem 6vw}.gallery{padding:6rem 4vw}.section-head{display:block}.section-head>p{margin-top:1.5rem}.gallery-grid{height:auto;grid-template-columns:1fr 1fr}.gallery-grid figure{height:320px}.gallery-grid .wide{grid-column:1/-1;height:420px}footer{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:520px){.hero-facts{right:4vw}.hero-facts div{padding:.7rem}.hero-facts span{letter-spacing:.06em}.gallery-grid{grid-template-columns:1fr}.gallery-grid .wide{grid-column:auto}.gallery-grid figure,.gallery-grid .wide{height:340px}.features{display:grid}.intro h2,.bike h2,.gallery h2,.contact h2{font-size:3.7rem}}
