:root {
  --paper: #f4f0e8;
  --paper-deep: #e9e3d8;
  --ink: #171714;
  --muted: #68665f;
  --orange: #f05a28;
  --orange-dark: #d94817;
  --lime: #d7f44a;
  --line: rgba(23, 23, 20, .15);
  --radius: 10px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-160%); background: #fff; border-radius: 6px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(244,240,232,.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; line-height: 1.05; letter-spacing: .11em; text-transform: uppercase; }
.brand strong { font-size: 13px; }
.brand-mark { width: 37px; height: 37px; position: relative; display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 3px; padding: 7px; background: var(--ink); border-radius: 4px; transform: rotate(-2deg); }
.brand-mark i { display: block; background: var(--orange); }
.brand-mark i:nth-child(1) { height: 50%; }.brand-mark i:nth-child(2) { height: 100%; }.brand-mark i:nth-child(3) { height: 72%; }
.main-nav { display: flex; gap: 30px; margin-left: auto; font-size: 13px; font-weight: 700; }
.main-nav a, .footer nav a { position: relative; }
.main-nav a::after, .footer nav a::after { content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .footer nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid var(--orange); border-radius: 5px; background: var(--orange); color: #fff; font-weight: 800; font-size: 13px; letter-spacing: .02em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); }
.button span { font-size: 18px; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(4px); }

.hero { padding-top: 84px; min-height: 780px; overflow: hidden; background-image: linear-gradient(rgba(23,23,20,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,20,.035) 1px, transparent 1px); background-size: 58px 58px; }
.hero-grid { min-height: 635px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 58px; padding-block: 65px 55px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: var(--orange); }
h1, h2 { font-family: "Arial Black", Arial, sans-serif; text-transform: uppercase; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6vw, 84px); }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 610px; margin: 29px 0 31px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-facts { display: flex; gap: 32px; margin: 50px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-facts li { display: flex; align-items: flex-start; gap: 10px; }
.hero-facts strong { color: var(--orange); font-family: "Arial Black", Arial, sans-serif; font-size: 26px; line-height: 1; }
.hero-facts span { color: var(--muted); font-size: 11px; line-height: 1.45; }

.hero-visual { height: 480px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: var(--orange); box-shadow: inset 0 0 0 58px rgba(255,255,255,.08); }
.computer-case { z-index: 2; width: 260px; height: 340px; padding: 17px; border: 4px solid var(--ink); border-radius: 12px; background: #ddd7cc; box-shadow: 18px 22px 0 rgba(23,23,20,.18); transform: rotate(3deg); }
.case-top { height: 44px; display: flex; gap: 7px; align-items: center; border-bottom: 3px solid var(--ink); }
.case-top span { width: 9px; height: 9px; border: 2px solid var(--ink); border-radius: 50%; }.case-top span:first-child { background: var(--lime); }
.case-panel { height: 255px; position: relative; overflow: hidden; margin-top: 12px; border: 3px solid var(--ink); background: #bcb7ad; }
.fan { position: absolute; top: 24px; left: 22px; width: 100px; height: 100px; border: 9px solid var(--ink); border-radius: 50%; box-shadow: inset 0 0 0 7px #bcb7ad, inset 0 0 0 10px var(--ink); }
.fan::before, .fan::after, .fan i { content: ""; position: absolute; inset: 37px -5px; background: var(--ink); border-radius: 100%; transform: rotate(60deg); }
.fan::after { transform: rotate(-60deg); }.fan i { transform: rotate(0deg); }
.board-lines { position: absolute; right: 17px; top: 27px; display: grid; gap: 12px; }.board-lines i { width: 60px; height: 6px; background: var(--ink); }.board-lines i:nth-child(2) { width: 40px; background: var(--orange); }.board-lines i:nth-child(3) { width: 52px; }.board-lines i:nth-child(4) { width: 34px; background: var(--lime); }
.status-dot { position: absolute; bottom: 24px; right: 25px; width: 18px; height: 18px; border: 4px solid var(--ink); border-radius: 50%; background: var(--lime); }
.diagnostic-card { position: absolute; z-index: 3; right: -2px; bottom: 55px; width: 205px; padding: 17px 18px; border: 3px solid var(--ink); background: var(--lime); box-shadow: 8px 8px 0 var(--ink); transform: rotate(-4deg); }
.diagnostic-card span { font-size: 9px; font-weight: 800; letter-spacing: .14em; }.diagnostic-card strong { display: block; margin-top: 4px; font-size: 13px; }
.signal { height: 22px; display: flex; align-items: end; gap: 4px; margin-top: 12px; }.signal i { width: 6px; background: var(--ink); }.signal i:nth-child(1){height:25%}.signal i:nth-child(2){height:80%}.signal i:nth-child(3){height:45%}.signal i:nth-child(4){height:100%}.signal i:nth-child(5){height:60%}
.visual-label { position: absolute; z-index: 4; padding: 7px 10px; background: var(--ink); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .12em; }.label-top { top: 38px; left: 25px; transform: rotate(-5deg); }.label-bottom { bottom: 30px; left: 20px; transform: rotate(2deg); }
.ticker { width: 105%; margin-left: -2%; overflow: hidden; transform: rotate(-1.5deg); background: var(--ink); color: #fff; }
.ticker div { width: max-content; padding: 14px 0; font-family: "Arial Black", Arial, sans-serif; font-size: 13px; letter-spacing: .13em; white-space: nowrap; animation: ticker 24s linear infinite; }.ticker span { color: var(--orange); margin: 0 18px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 52px; }.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 63px); }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; }.split-heading > p { max-width: 430px; margin: 0 0 7px; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 370px; padding: 29px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .22s, background .22s; }
.service-card:hover { transform: translateY(-7px); background: #fffaf1; }
.service-card-accent { background: var(--orange); color: #fff; }.service-card-accent:hover { background: var(--orange-dark); }
.service-number { display: inline-block; padding: 5px 8px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 800; }
.service-card h3 { margin: 68px 0 16px; font-family: "Arial Black", Arial, sans-serif; font-size: 18px; line-height: 1.2; }.service-card p { min-height: 73px; color: var(--muted); font-size: 13px; line-height: 1.6; }.service-card-accent p { color: rgba(255,255,255,.78); }
.service-card ul { margin: 23px 0 0; padding: 18px 0 0; border-top: 1px solid currentColor; list-style: none; }.service-card li { position: relative; margin: 7px 0; padding-left: 14px; font-size: 11px; }.service-card li::before { content: "+"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }.service-card-accent li::before { color: var(--lime); }

.brands-section { background: var(--ink); color: #fff; }
.brands-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }.eyebrow-light { color: rgba(255,255,255,.58); }
.search-wrap { max-width: 510px; justify-self: end; width: 100%; }.search-wrap label { display: block; margin-bottom: 10px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.search-field { min-height: 58px; display: flex; align-items: center; gap: 13px; padding: 0 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 5px; background: rgba(255,255,255,.06); }
.search-field > span { width: 14px; height: 14px; position: relative; border: 2px solid var(--orange); border-radius: 50%; }.search-field > span::after { content: ""; position: absolute; width: 7px; height: 2px; right: -6px; bottom: -3px; background: var(--orange); transform: rotate(45deg); }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: #fff; }.search-field input::placeholder { color: rgba(255,255,255,.42); }.search-field:focus-within { border-color: var(--orange); }
.search-field kbd { padding: 4px 6px; border: 1px solid rgba(255,255,255,.2); border-radius: 3px; color: rgba(255,255,255,.45); font-size: 10px; }
.brands-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); }
.brand-card { min-height: 278px; padding: 24px; background: var(--ink); transition: background .22s, color .22s; }.brand-card:hover { background: var(--orange); }.brand-card[hidden] { display: none; }
.brand-card-head { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.18); }.brand-index { color: var(--orange); font-size: 10px; font-weight: 800; }.brand-card:hover .brand-index { color: var(--lime); }.brand-card h3 { margin: 0; font-family: "Arial Black", Arial, sans-serif; font-size: 22px; }.arrow { font-size: 17px; transition: transform .2s; }.brand-card:hover .arrow { transform: rotate(45deg); }
.brand-card ul { margin: 20px 0 0; padding: 0; list-style: none; }.brand-card li { position: relative; margin: 9px 0; padding-left: 17px; color: rgba(255,255,255,.62); font-size: 12px; }.brand-card li::before { content: ""; width: 5px; height: 5px; position: absolute; left: 0; top: 6px; background: var(--orange); }.brand-card:hover li { color: #fff; }.brand-card:hover li::before { background: var(--lime); }
.no-results { padding: 30px; border: 1px solid var(--orange); color: rgba(255,255,255,.75); }
.custom-build-note { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-top: 26px; padding: 23px 26px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); }.custom-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 25px; }.custom-build-note strong { font-size: 14px; }.custom-build-note p { margin: 4px 0 0; color: rgba(255,255,255,.5); font-size: 12px; }.text-link-light { border-color: rgba(255,255,255,.4); }

.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.process-list li { min-height: 245px; padding: 22px 24px; border-right: 1px solid var(--line); }.process-list li:last-child { border-right: 0; }.process-list > li > span { color: var(--orange); font-family: "Arial Black", Arial, sans-serif; font-size: 12px; }.process-list div { margin-top: 83px; }.process-list h3 { margin: 0 0 13px; font-family: "Arial Black", Arial, sans-serif; font-size: 18px; }.process-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.faq { background: var(--paper-deep); }.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }.faq-intro h2 { margin: 0; font-size: clamp(38px, 5vw, 63px); }.faq-intro > p:last-child { max-width: 330px; margin-top: 25px; color: var(--muted); line-height: 1.65; }
.accordion { border-top: 1px solid var(--ink); }.accordion details { border-bottom: 1px solid var(--line); }.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 3px; cursor: pointer; font-weight: 800; list-style: none; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { width: 18px; height: 18px; position: relative; flex: none; }.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: var(--orange); transition: transform .2s; }.accordion summary span::after { transform: rotate(90deg); }.accordion details[open] summary span::after { transform: rotate(0); }.accordion details p { max-width: 650px; margin: -4px 35px 24px 3px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.closing { padding: 100px 0; background: var(--orange); color: #fff; text-align: center; }.closing-inner { display: flex; flex-direction: column; align-items: center; }.closing h2 { margin: 0; font-size: clamp(45px, 7vw, 88px); }.closing h2 em { color: var(--lime); }.closing p:not(.eyebrow) { max-width: 550px; margin: 25px auto 30px; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.6; }.button-invert { border-color: var(--ink); background: var(--ink); }.button-invert:hover { background: #000; }
.footer { padding: 55px 0 32px; background: var(--ink); color: #fff; }.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 50px; align-items: start; }.brand-footer .brand-mark { background: #fff; }.footer-grid > p { max-width: 360px; margin: 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.7; }.footer nav { display: grid; gap: 12px; justify-items: start; font-size: 12px; font-weight: 700; }.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 980px) {
  .header-cta { display: none; }.hero-grid { grid-template-columns: 1fr; padding-top: 95px; }.hero-visual { height: 430px; }.hero { min-height: 0; }.service-grid { grid-template-columns: repeat(2,1fr); }.brands-grid { grid-template-columns: repeat(2,1fr); }.process-list { grid-template-columns: repeat(2,1fr); }.faq-grid { gap: 50px; }.main-nav { margin-left: auto; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { background: rgba(244,240,232,.95); }.header-inner { min-height: 70px; }.menu-button { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; margin-left: auto; padding: 10px; border: 1px solid var(--line); background: transparent; }.menu-button > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }.menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; display: none; padding: 30px 20px 40px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; font-family: "Arial Black", Arial, sans-serif; font-size: 20px; }.main-nav.open { display: flex; }
  .hero { padding-top: 70px; }.hero-grid { padding-block: 55px 35px; gap: 22px; }.hero-lead { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero-facts { gap: 13px; justify-content: space-between; }.hero-facts li { display: block; }.hero-facts strong { display: block; margin-bottom: 5px; font-size: 21px; }.hero-facts span { font-size: 9px; }
  .hero-visual { height: 390px; transform: scale(.88); margin-inline: -20px; }.hero-visual::before { width: 340px; height: 340px; }.computer-case { width: 220px; height: 300px; }.case-panel { height: 218px; }.diagnostic-card { right: 0; }.label-top { left: 0; }.label-bottom { left: 0; }
  .section { padding: 78px 0; }.split-heading, .brands-heading, .faq-grid { grid-template-columns: 1fr; gap: 28px; }.section-heading { margin-bottom: 35px; }.split-heading > p { margin: 0; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 315px; }.service-card h3 { margin-top: 45px; }.service-card p { min-height: 0; }
  .search-wrap { justify-self: start; }.search-field kbd { display: none; }.brands-grid { grid-template-columns: 1fr; }.brand-card { min-height: 245px; }.custom-build-note { grid-template-columns: auto 1fr; }.custom-build-note .text-link { grid-column: 1 / -1; justify-self: start; }
  .process-list { grid-template-columns: 1fr; }.process-list li { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }.process-list div { margin-top: 50px; }.faq-grid { gap: 45px; }.closing { padding: 75px 0; }.footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-meta { display: grid; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
