/* Rally and tuner-inspired visual system. */
.tuner-site .brand { flex: 0 0 auto; }
.tuner-site .brand-logo { display: block; width: 212px; height: 54px; max-width: none; object-fit: contain; object-position: left center; }
.tuner-site .hero::before { content: none !important; }
.tuner-site .community .tag-blue { color: var(--rally-black) !important; background: var(--rally-gold) !important; }
.tuner-site .about { grid-template-columns: 1.05fr .7fr !important; }
:root {
  --rally-black: #090b10;
  --rally-blue: #123c85;
  --rally-blue-bright: #1e63d6;
  --rally-gold: #d0ae63;
  --rally-white: #f2f3f4;
  --rally-grey: #cdd1d7;
  --tuner-display: "Arial Narrow", "Franklin Gothic Medium", Arial, sans-serif;
  --tuner-mono: Consolas, "Cascadia Mono", monospace;
}

.tuner-site { color: var(--rally-white); background: var(--rally-black); font-family: Arial, Helvetica, sans-serif; }
.tuner-site .announcement { display: none; }
.tuner-site .marquee, .tuner-site .hero-caption, .tuner-site .scroll-hint { display: none; }
.tuner-site .container { width: min(1240px, calc(100% - 64px)); }

.tuner-site .site-header { position: relative; top: auto; min-height: 76px; padding: 0 max(32px, calc((100vw - 1240px) / 2)); color: var(--rally-white); background: var(--rally-black); border-bottom: 1px solid rgba(255,255,255,.17); }
.tuner-site .brand { gap: 10px; font-family: var(--tuner-display); font-size: 15px; font-weight: 700; letter-spacing: .015em; }
.tuner-site .brand strong { font-family: var(--tuner-display); font-size: 17px; font-style: italic; letter-spacing: -.055em; text-transform: uppercase; }
.tuner-site .brand-mark { width: 35px; color: var(--rally-gold); }
.tuner-site .main-nav { gap: 25px; font-family: var(--tuner-mono); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tuner-site .main-nav > a:not(.nav-cta)::after { bottom: -7px; height: 2px; background: var(--rally-gold); }
.tuner-site .nav-cta { padding: 10px 14px; color: var(--rally-black); background: var(--rally-gold); border-color: var(--rally-gold); }
.tuner-site .nav-cta:hover { color: var(--rally-white); background: var(--rally-blue-bright); border-color: var(--rally-blue-bright); }

.tuner-site .hero { min-height: 675px; position: relative; display: block; isolation: isolate; overflow: hidden; color: var(--rally-white); background: var(--rally-black); }
.tuner-site .hero::before { content: "HS"; position: absolute; z-index: -1; top: -120px; left: max(20px, calc((100vw - 1240px) / 2)); color: rgba(255,255,255,.035); font-family: var(--tuner-display); font-size: min(43vw, 600px); font-style: italic; font-weight: 900; letter-spacing: -.15em; line-height: 1; }
.tuner-site .hero-image { top: 0; right: 0; bottom: 0; left: auto; width: 54%; height: 100%; z-index: -2; border: 0; filter: saturate(.88) contrast(1.08) brightness(.82); object-fit: cover; object-position: center; clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%); box-shadow: none; }
.tuner-site .hero-scrim { display: block; z-index: -1; background: linear-gradient(90deg, var(--rally-black) 0%, rgba(9,11,16,.96) 37%, rgba(9,11,16,.45) 64%, rgba(9,11,16,.04) 100%); }
.tuner-site .hero-grid { display: block; z-index: 0; opacity: .12; background-size: 38px 38px; mask-image: linear-gradient(90deg, black, transparent 63%); }
.tuner-site .hero-content { width: min(53%, 650px); min-height: 675px; margin-left: max(32px, calc((100vw - 1240px) / 2)); padding: 134px 0 75px; color: var(--rally-white); }
.tuner-site .eyebrow, .tuner-site .eyebrow.light { color: var(--rally-gold); font-family: var(--tuner-mono); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.tuner-site h1, .tuner-site h2 { font-family: var(--tuner-display); font-weight: 900; letter-spacing: -.075em; line-height: .85; text-transform: uppercase; }
.tuner-site h1 { max-width: 680px; margin-bottom: 30px; font-size: clamp(70px, 10.3vw, 145px); }
.tuner-site h1 em, .tuner-site h2 em { color: var(--rally-blue-bright); font-style: italic; }
.tuner-site .hero-copy { max-width: 395px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.55; }
.tuner-site .button { min-height: 48px; border-radius: 0; font-family: var(--tuner-mono); font-size: 10px; letter-spacing: .08em; }
.tuner-site .button-primary { color: var(--rally-white); background: var(--rally-blue-bright); }.tuner-site .button-primary:hover { color: var(--rally-black); background: var(--rally-gold); }
.tuner-site .button-quiet { color: var(--rally-white); border-color: rgba(255,255,255,.45); }.tuner-site .button-quiet:hover { color: var(--rally-black); background: var(--rally-white); }
.tuner-site .hero-readout { position: absolute; right: max(32px, calc((100vw - 1240px) / 2)); bottom: 35px; display: grid; grid-template-columns: auto auto auto; gap: 12px; align-items: end; padding: 14px 0 0 14px; border-top: 1px solid var(--rally-gold); color: var(--rally-white); }.tuner-site .hero-readout strong { font-family: var(--tuner-display); font-size: 36px; font-style: italic; letter-spacing: -.08em; }.tuner-site .hero-readout span { font-family: var(--tuner-mono); font-size: 8px; letter-spacing: .08em; line-height: 1.5; }.tuner-site .hero-readout i { color: var(--rally-gold); font-size: 22px; font-style: normal; }

.tuner-site .auction-promo { color: var(--rally-white); background: #111721; border-block: 1px solid rgba(255,255,255,.16); }.tuner-site .auction-promo-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 68px; align-items: stretch; padding-block: 70px; }.tuner-site .auction-live { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; }.tuner-site .auction-live span { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #e04f3f; box-shadow: 0 0 0 5px rgba(224,79,63,.12); }.tuner-site .auction-copy h2 { max-width: 760px; margin-bottom: 20px; font-size: clamp(45px, 5.5vw, 76px); }.tuner-site .auction-copy h2 em { color: var(--rally-gold); }.tuner-site .auction-copy > p:not(.eyebrow) { max-width: 640px; margin-bottom: 27px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }.tuner-site .auction-specs { align-self: stretch; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px; background: rgba(255,255,255,.18); }.tuner-site .auction-specs > div { min-height: 116px; display: flex; flex-direction: column; justify-content: flex-end; padding: 19px; background: var(--rally-black); }.tuner-site .auction-specs strong { color: var(--rally-white); font-family: var(--tuner-display); font-size: 42px; font-style: italic; font-weight: 900; letter-spacing: -.08em; line-height: .85; }.tuner-site .auction-specs span { margin-top: 8px; color: var(--rally-gold); font-family: var(--tuner-mono); font-size: 9px; font-weight: 700; letter-spacing: .09em; }.tuner-site .auction-specs p { grid-column: span 2; margin: 0; padding: 20px; color: rgba(255,255,255,.63); background: var(--rally-blue); font-size: 13px; line-height: 1.5; }

.tuner-site .section { padding-block: 104px; }.tuner-site .shop { color: var(--rally-white); background: #10131a; }.tuner-site .split-heading { grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: start; margin-bottom: 36px; }.tuner-site h2 { font-size: clamp(48px, 6vw, 88px); }.tuner-site .section-intro { max-width: 480px; padding-top: 10px; }.tuner-site .section-intro p { color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.65; }.tuner-site .text-link { color: var(--rally-gold); font-family: var(--tuner-mono); font-size: 10px; }
.tuner-site .shop-meta { grid-template-columns: repeat(3, 1fr) 1.5fr; border-color: rgba(255,255,255,.18); }.tuner-site .trust-stat { border-right-color: rgba(255,255,255,.18); }.tuner-site .trust-stat strong { color: var(--rally-gold); font-family: var(--tuner-display); font-size: 35px; font-style: italic; }.tuner-site .trust-stat span, .tuner-site .shop-meta > p { color: rgba(255,255,255,.56); font-family: var(--tuner-mono); font-size: 9px; letter-spacing: .06em; }
.tuner-site .listing-grid { display: block; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }.tuner-site .listing-card { display: block; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .2s; }.tuner-site .listing-card:hover { transform: none; background: rgba(30,99,214,.19); box-shadow: none; }.tuner-site .listing-copy { min-height: 0; display: grid; grid-template-columns: 120px 1fr auto auto; gap: 22px; align-items: center; padding: 20px 15px; }.tuner-site .listing-kicker { display: contents; margin: 0; color: var(--rally-gold); font-family: var(--tuner-mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }.tuner-site .listing-kicker span:last-child { color: rgba(255,255,255,.38); }.tuner-site .listing-copy h3 { margin: 0; font-family: var(--tuner-display); font-size: clamp(20px, 2.2vw, 30px); font-weight: 700; letter-spacing: -.045em; line-height: 1; text-transform: uppercase; }.tuner-site .listing-copy h3 a:hover { color: var(--rally-gold); }.tuner-site .listing-bottom { display: contents; padding: 0; border: 0; }.tuner-site .listing-price { color: var(--rally-white); font-family: var(--tuner-display); font-size: 28px; font-style: italic; }.tuner-site .listing-link { color: var(--rally-gold); font-family: var(--tuner-mono); font-size: 9px; letter-spacing: .06em; text-align: right; text-transform: uppercase; }.tuner-site .listing-link span { display: inline; margin-left: 5px; font-size: 15px; }.tuner-site .center-action { margin-top: 28px; text-align: right; }.tuner-site .button-dark { color: var(--rally-black); background: var(--rally-gold); }.tuner-site .button-dark:hover { color: var(--rally-white); background: var(--rally-blue-bright); }
.tuner-site .buyer-feedback { display: grid; grid-template-columns: .67fr 1.33fr; gap: 36px; margin-top: 52px; padding: 32px 0 0; border-top: 1px solid rgba(255,255,255,.2); }.tuner-site .buyer-feedback-intro h3 { margin: 10px 0 18px; font-family: var(--tuner-display); font-size: clamp(32px, 3.2vw, 48px); font-weight: 800; letter-spacing: -.06em; line-height: .88; text-transform: uppercase; }.tuner-site .buyer-feedback-intro h3 em { color: var(--rally-blue-bright); font-style: italic; }.tuner-site .feedback-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.tuner-site .feedback-card { min-height: 174px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 22px 18px 18px; background: rgba(255,255,255,.045); border-left: 2px solid var(--rally-gold); }.tuner-site .feedback-card:nth-child(2) { border-left-color: var(--rally-blue-bright); }.tuner-site .feedback-card blockquote { margin: 0; color: var(--rally-white); font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 600; line-height: 1.42; }.tuner-site .feedback-card figcaption { margin-top: 18px; color: rgba(255,255,255,.5); font-family: var(--tuner-mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

.tuner-site .services { position: relative; color: var(--rally-black); background: var(--rally-grey); border: 0; overflow: hidden; }.tuner-site .services::before { content: "WORKSHOP"; position: absolute; top: 30px; right: -22px; color: rgba(9,11,16,.045); font-family: var(--tuner-display); font-size: 16vw; font-style: italic; font-weight: 900; line-height: 1; }.tuner-site .services .container { position: relative; }.tuner-site .services .split-heading { grid-template-columns: 1fr .7fr; }.tuner-site .services .section-intro p { color: #565c66; }.tuner-site .service-grid { gap: 10px; background: transparent; }.tuner-site .service-card { min-height: 310px; padding: 25px; overflow: hidden; color: var(--rally-white); background: var(--rally-black); border: 0; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%); }.tuner-site .service-card:nth-child(2), .tuner-site .service-card:nth-child(4) { color: var(--rally-black); background: var(--rally-white); }.tuner-site .service-card:nth-child(5) { background: var(--rally-blue); }.tuner-site .service-card:hover { transform: translateY(-4px); background: var(--rally-blue-bright); box-shadow: 8px 8px 0 rgba(9,11,16,.45); }.tuner-site .service-number { top: 8px; right: 15px; color: rgba(255,255,255,.13); font-family: var(--tuner-display); font-size: 93px; font-style: italic; }.tuner-site .service-card:nth-child(2) .service-number, .tuner-site .service-card:nth-child(4) .service-number { color: rgba(9,11,16,.12); }.tuner-site .service-card h3 { max-width: 235px; margin-top: 22px; font-family: var(--tuner-display); font-size: 31px; font-weight: 800; letter-spacing: -.055em; line-height: .92; text-transform: uppercase; }.tuner-site .service-card p { color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.55; }.tuner-site .service-card:nth-child(2) p, .tuner-site .service-card:nth-child(4) p { color: #5d626a; }.tuner-site .tag { color: var(--rally-black); background: var(--rally-gold); font-family: var(--tuner-mono); font-size: 8px; }.tuner-site .tag-blue { color: var(--rally-blue); background: rgba(30,99,214,.14); }.tuner-site .service-link, .tuner-site .service-card-blue .service-link, .tuner-site .service-card-dark .service-link { color: var(--rally-gold); font-family: var(--tuner-mono); font-size: 9px; }.tuner-site .service-card:nth-child(2) .service-link, .tuner-site .service-card:nth-child(4) .service-link { color: var(--rally-blue); }

.tuner-site .community { color: var(--rally-white); background: var(--rally-blue); }.tuner-site .community::before { display: block; background: linear-gradient(130deg, rgba(9,11,16,.68), transparent 57%), repeating-linear-gradient(90deg, transparent 0 78px, rgba(255,255,255,.05) 79px 80px); }.tuner-site .community-heading > p { color: rgba(255,255,255,.73); }.tuner-site .update-grid { grid-template-columns: .76fr 1.24fr; gap: 0; }.tuner-site .feature-update { min-height: 570px; border: 0; clip-path: polygon(0 0, 100% 0, calc(100% - 46px) 100%, 0 100%); }.tuner-site .feature-overlay { background: linear-gradient(0deg, rgba(9,11,16,.96), transparent 69%); }.tuner-site .feature-copy h3 { font-family: var(--tuner-display); font-size: 40px; font-weight: 800; letter-spacing: -.065em; line-height: .92; text-transform: uppercase; }.tuner-site .feature-copy a { color: var(--rally-gold); font-family: var(--tuner-mono); font-size: 9px; }.tuner-site .updates-list { gap: 0; background: rgba(9,11,16,.34); }.tuner-site .update-card { min-height: 190px; background: transparent; }.tuner-site .update-card:hover { background: rgba(9,11,16,.25); }.tuner-site .update-number, .tuner-site .card-arrow { color: var(--rally-gold); }.tuner-site .update-card h3 { font-family: var(--tuner-display); font-size: 28px; font-weight: 800; letter-spacing: -.055em; line-height: .94; text-transform: uppercase; }.tuner-site .curation-note { color: rgba(255,255,255,.58); font-family: var(--tuner-mono); }.tuner-site .curation-note span { color: var(--rally-gold); }

.tuner-site .developments { color: var(--rally-white); background: #11151e; }.tuner-site .development-layout { gap: 80px; }.tuner-site .development-intro > p:last-of-type { color: rgba(255,255,255,.66); }.tuner-site .development-stamp { background: var(--rally-blue-bright); border-left: 7px solid var(--rally-gold); transform: skewY(-4deg); }.tuner-site .development-stamp span { font-family: var(--tuner-display); font-style: italic; }.tuner-site .development-list { border-top-color: rgba(255,255,255,.26); }.tuner-site .development-item { border-bottom-color: rgba(255,255,255,.26); }.tuner-site .development-item > span, .tuner-site .development-item .eyebrow, .tuner-site .development-item > a { color: var(--rally-gold); }.tuner-site .development-item h3 { font-family: var(--tuner-display); font-size: 31px; font-weight: 800; letter-spacing: -.055em; line-height: .92; text-transform: uppercase; }

.tuner-site .about { min-height: 540px; grid-template-columns: .45fr 1.05fr .7fr; gap: 36px; background: var(--rally-white); color: var(--rally-black); }.tuner-site .about-signpost { display: flex; color: rgba(9,11,16,.055); font-family: var(--tuner-display); font-size: 165px; }.tuner-site .about-copy .lead { font-family: Arial, Helvetica, sans-serif; font-size: 19px; font-weight: 600; }.tuner-site .about-art { min-height: 340px; background: var(--rally-black); }.tuner-site .ring { display: block; border-color: rgba(255,255,255,.12); }.tuner-site .about-art-word { color: var(--rally-gold); font-family: var(--tuner-display); font-size: 80px; font-style: italic; }.tuner-site .about-art p { color: rgba(255,255,255,.65); font-family: var(--tuner-mono); }
.tuner-site .cta-strip { background: var(--rally-blue); }.tuner-site .cta-strip h2 { font-family: var(--tuner-display); font-weight: 900; letter-spacing: -.07em; line-height: .87; text-transform: uppercase; }.tuner-site .cta-strip h2 em { color: var(--rally-gold); }.tuner-site .cta-strip .button-primary { color: var(--rally-black); background: var(--rally-gold); }.tuner-site .site-footer { background: var(--rally-black); }.tuner-site .footer-links a:hover { color: var(--rally-gold); }

@media (max-width: 860px) {
  .tuner-site .main-nav { gap: 14px; font-size: 9px; }.tuner-site .hero-content { width: 56%; margin-left: 25px; }.tuner-site .hero-image { width: 55%; }.tuner-site .hero-readout { right: 24px; }.tuner-site .auction-promo-inner { gap: 34px; }.tuner-site .listing-copy { grid-template-columns: 76px 1fr auto auto; gap: 12px; }.tuner-site .buyer-feedback { grid-template-columns: 1fr; gap: 24px; }.tuner-site .service-grid { grid-template-columns: repeat(2, 1fr); }.tuner-site .community .update-grid { grid-template-columns: .7fr 1.3fr; }.tuner-site .about { grid-template-columns: 1fr 1.3fr; }.tuner-site .about-signpost { display: none; }
}

@media (max-width: 620px) {
  .tuner-site .container { width: min(100% - 34px, 1240px); }.tuner-site .site-header { padding-inline: 17px; }.tuner-site .brand-logo { width: 162px; height: 45px; }.tuner-site .menu-toggle { color: var(--rally-white); border-color: rgba(255,255,255,.5); }.tuner-site .main-nav { background: var(--rally-black); }.tuner-site .hero { min-height: 690px; }.tuner-site .hero-image { width: 100%; clip-path: none; opacity: .46; }.tuner-site .hero-scrim { background: linear-gradient(90deg, rgba(9,11,16,.95), rgba(9,11,16,.62)); }.tuner-site .hero-content { width: auto; min-height: 690px; margin: 0 17px; padding-top: 116px; }.tuner-site h1 { font-size: 78px; }.tuner-site .hero-readout { right: 18px; bottom: 24px; }.tuner-site .hero-readout strong { font-size: 29px; }.tuner-site .auction-promo-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 55px; }.tuner-site .auction-copy h2 { font-size: 50px; }.tuner-site .auction-specs > div { min-height: 100px; }.tuner-site .split-heading, .tuner-site .services .split-heading { grid-template-columns: 1fr; gap: 20px; }.tuner-site .shop-meta { grid-template-columns: 1fr 1fr; }.tuner-site .shop-meta > p { grid-column: span 2; }.tuner-site .listing-copy { grid-template-columns: 1fr auto; gap: 12px; }.tuner-site .listing-kicker span:last-child { text-align: right; }.tuner-site .listing-copy h3 { grid-column: span 2; font-size: 25px; }.tuner-site .listing-bottom { display: contents; }.tuner-site .listing-price { grid-column: 1; }.tuner-site .listing-link { grid-column: 2; }.tuner-site .buyer-feedback { margin-top: 38px; }.tuner-site .feedback-cards { grid-template-columns: 1fr; }.tuner-site .feedback-card { min-height: 0; }.tuner-site .center-action { text-align: left; }.tuner-site .service-grid { grid-template-columns: 1fr; }.tuner-site .community .update-grid { grid-template-columns: 1fr; }.tuner-site .feature-update { min-height: 430px; clip-path: none; }.tuner-site .development-layout, .tuner-site .about { grid-template-columns: 1fr; }.tuner-site .about { gap: 0; padding-block: 70px; }.tuner-site .about-copy { padding-block: 0 45px; }
}
