:root {
  --ink: #17130f;
  --ink-2: #231910;
  --paper: #f7f3e9;
  --white: #ffffff;
  --blue: #d74b18;
  --cyan: #ffb525;
  --line: #d8d0c1;
  --muted: #746b60;
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.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; }

.site-header { height: 84px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(255,252,244,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 128px; height: 50px; display: grid; place-items: center; background: white; padding: 4px 7px; border-left: 3px solid var(--cyan); }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-group { color: var(--muted); font: 600 8px/1.2 var(--font-geist-mono); text-transform: uppercase; letter-spacing: .12em; max-width: 62px; }
nav { display: flex; gap: 32px; font-size: 13px; font-weight: 600; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--blue); }
.header-cta { font-size: 13px; font-weight: 700; border-bottom: 2px solid var(--blue); padding: 10px 0; }
.header-cta span { color: var(--blue); margin-left: 6px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.04fr .96fr; background: var(--ink); color: white; position: relative; overflow: hidden; }
.hero:before { content: ""; position: absolute; width: 560px; height: 560px; left: -230px; top: 20px; background: radial-gradient(circle, rgba(255,146,28,.18), transparent 68%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0 50% 0 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.35) 1px,transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000 15%, transparent 95%); }
.hero-copy { padding: 104px 5vw 70px; position: relative; z-index: 2; }
.eyebrow, .kicker { font: 650 11px/1 var(--font-geist-mono); text-transform: uppercase; letter-spacing: .15em; }
.eyebrow { color: #b8c5ce; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; background: var(--cyan); box-shadow: 0 0 15px rgba(60,188,233,.8); }
h1 { max-width: 770px; margin: 30px 0 26px; font-size: clamp(56px, 6.2vw, 96px); line-height: .91; letter-spacing: -.067em; font-weight: 690; }
h1 em { display: block; color: var(--cyan); font-style: normal; }
.hero-intro { max-width: 630px; color: #bdc7cf; font-size: 19px; line-height: 1.62; }
.hero-actions, .enquire-actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 32px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #ee5a20; }
.button-secondary { border: 1px solid #52606c; color: white; }
.hero-proof { display: flex; gap: 28px; margin-top: 62px; padding-top: 25px; border-top: 1px solid #34404b; max-width: 640px; }
.hero-proof div { flex: 1; }
.hero-proof strong { display: block; font-size: 20px; }
.hero-proof span { display: block; color: #82909b; font-size: 11px; margin-top: 5px; }

.hero-visual { min-width: 0; background: #d9dddc; position: relative; display: flex; flex-direction: column; }
.image-frame { position: relative; flex: 1; min-height: 600px; overflow: hidden; }
.image-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.55) contrast(1.06); }
.image-frame:after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,156,24,.28), transparent 42%, rgba(32,16,5,.2)); }
.scan-line { position: absolute; z-index: 2; left: 0; right: 0; height: 1px; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); animation: scan 5s ease-in-out infinite; opacity: .7; }
@keyframes scan { 0%,100% { top: 18%; } 50% { top: 78%; } }
.visual-label { position: absolute; z-index: 3; background: rgba(17,24,32,.88); color: white; padding: 8px 10px; font: 600 9px/1 var(--font-geist-mono); letter-spacing: .12em; }
.label-one { top: 7%; right: 7%; }
.label-two { left: 7%; bottom: 8%; }
.visual-status { height: 90px; padding: 0 5%; display: flex; align-items: center; gap: 14px; color: white; background: var(--blue); }
.pulse { width: 9px; height: 9px; background: #9bf8d5; border-radius: 50%; box-shadow: 0 0 0 7px rgba(155,248,213,.14); }
.visual-status div { flex: 1; }
.visual-status small, .visual-status strong { display: block; }
.visual-status small { opacity: .7; font: 600 8px/1 var(--font-geist-mono); letter-spacing: .14em; }
.visual-status strong { margin-top: 5px; font-size: 13px; }
.status-code { font: 600 10px/1 var(--font-geist-mono); opacity: .65; }

.finder { margin: -1px 5vw 0; padding: 54px 0 50px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: .72fr 1.28fr; column-gap: 7vw; position: relative; }
.finder-heading { display: flex; gap: 24px; }
.section-number { font: 600 10px/1 var(--font-geist-mono); color: var(--blue); padding-top: 3px; }
.kicker { color: var(--blue); margin: 0 0 12px; }
h2 { font-size: clamp(38px, 4.5vw, 66px); line-height: .98; letter-spacing: -.055em; margin: 0; font-weight: 650; }
.finder h2 { font-size: 32px; letter-spacing: -.04em; }
.finder-form { height: 64px; display: flex; align-items: center; background: white; border: 1px solid #c6cdd2; box-shadow: 0 8px 24px rgba(20,35,48,.05); }
.finder-form:focus-within { outline: 2px solid var(--blue); outline-offset: 2px; }
.search-icon { font-size: 27px; color: var(--blue); padding-left: 22px; transform: rotate(-15deg); }
.finder-form input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; padding: 0 18px; background: transparent; font-size: 15px; }
.finder-form button { align-self: stretch; border: 0; background: var(--ink); color: white; padding: 0 22px; font-size: 12px; font-weight: 700; cursor: pointer; }
.finder-form button span { color: var(--cyan); margin-left: 18px; }
.quick-links { grid-column: 2; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; align-items: center; }
.quick-links span { font: 600 9px/1 var(--font-geist-mono); color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.quick-links a { border: 1px solid #ccd2d5; padding: 6px 9px; font: 600 9px/1 var(--font-geist-mono); background: rgba(255,255,255,.5); }
.quick-links a:hover { border-color: var(--blue); color: var(--blue); }

.section { padding: 108px 5vw; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 8vw; }
.section-heading h2 { max-width: 800px; }
.section-lede { color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 430px; margin: 0; }
.repair-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); margin-top: 70px; }
.repair-card { min-height: 340px; padding: 25px 28px 28px 0; border-right: 1px solid var(--line); position: relative; transition: background .25s ease, padding .25s ease; }
.repair-card + .repair-card { padding-left: 28px; }
.repair-card:hover { background: white; padding-right: 28px; }
.card-top { display: flex; justify-content: space-between; font: 600 10px/1 var(--font-geist-mono); color: var(--blue); }
.repair-card h3 { font-size: 28px; letter-spacing: -.035em; margin: 90px 0 15px; }
.repair-card p { color: var(--muted); line-height: 1.65; font-size: 14px; max-width: 390px; }
.repair-card small { position: absolute; bottom: 28px; left: inherit; font: 600 9px/1 var(--font-geist-mono); letter-spacing: .1em; text-transform: uppercase; }

.models { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; color: white; background: linear-gradient(120deg, #1b140e, var(--ink-2)); }
.models-copy p:not(.kicker) { color: #9cabb5; line-height: 1.75; max-width: 580px; margin-top: 28px; }
.text-link { display: inline-block; margin-top: 30px; color: var(--cyan); border-bottom: 1px solid #4a6472; padding-bottom: 8px; font-size: 13px; font-weight: 650; }
.text-link span { margin-left: 24px; }
.model-list { border-top: 1px solid #52606b; }
.model-list div { padding: 26px 0; border-bottom: 1px solid #35434e; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.model-list span { color: #7f909d; font: 600 9px/1 var(--font-geist-mono); text-transform: uppercase; letter-spacing: .12em; }
.model-list strong { font-size: 20px; text-align: right; }
.model-list em { font: 600 8px/1 var(--font-geist-mono); color: #112430; background: var(--cyan); padding: 6px 8px; font-style: normal; text-transform: uppercase; margin-left: 12px; vertical-align: middle; }

.services { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; background: white; }
.service-photo { min-height: 580px; position: relative; overflow: hidden; background: #d9dddc; }
.service-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); filter: saturate(.6) contrast(1.08); }
.service-photo:after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(17,24,32,.2); }
.service-photo > span { position: absolute; z-index: 2; left: 20px; bottom: 20px; background: var(--ink); color: white; padding: 9px 11px; font: 600 9px/1 var(--font-geist-mono); letter-spacing: .13em; }
.service-list { border-top: 1px solid var(--ink); margin-top: 50px; }
.service-list a { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); min-height: 61px; font-size: 15px; font-weight: 620; }
.service-list a:hover { color: var(--blue); }
.service-list span { color: #9aa4aa; font: 600 9px/1 var(--font-geist-mono); }
.service-list b { color: var(--blue); }

.upgrade { display: grid; grid-template-columns: 1.1fr .7fr auto; align-items: end; gap: 6vw; background: linear-gradient(105deg, #bc3513, var(--blue) 56%, #f47a16); color: white; }
.upgrade .kicker { color: #bfeaff; }
.upgrade h2 { font-size: clamp(38px, 4.2vw, 62px); }
.upgrade > p { color: #d3e7ff; line-height: 1.7; margin: 0; }
.button-light { background: white; color: var(--blue); white-space: nowrap; }

.enquire { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; background: #eee7d8; }
.enquire-panel { border-top: 1px solid var(--ink); padding-top: 25px; }
.enquire-panel > p { max-width: 630px; line-height: 1.7; color: #4f5c66; margin: 0; }
.button-secondary.dark { color: var(--ink); border-color: #9ea7ad; }
.enquire-panel small { display: block; color: var(--muted); margin-top: 24px; font-size: 11px; }

footer { padding: 38px 5vw; display: grid; grid-template-columns: .6fr 1fr auto; gap: 5vw; align-items: center; background: var(--ink); color: white; }
.footer-brand .brand-logo { border-left-color: var(--blue); }
.footer-brand .brand-group { color: #9e9285; }
footer p { color: #7f8d97; font-size: 11px; line-height: 1.6; max-width: 560px; }
footer > div { display: flex; gap: 22px; font-size: 11px; }

.support-chat { position: fixed; right: 24px; bottom: 22px; z-index: 50; width: min(390px, calc(100vw - 28px)); font-family: var(--font-geist-sans), Arial, sans-serif; }
.chat-launcher { width: 214px; height: 62px; margin-left: auto; border: 0; display: grid; grid-template-columns: 42px 1fr 22px; gap: 10px; align-items: center; padding: 8px 13px 8px 8px; color: white; background: var(--blue); box-shadow: 0 15px 40px rgba(46,21,8,.25); cursor: pointer; text-align: left; }
.chat-launcher:hover { background: #ef5b1e; }
.chat-face { width: 42px; height: 42px; display: grid; place-items: center; background: var(--cyan); color: #2b1709; font: 800 19px/1 Georgia, serif; }
.chat-launcher > span:nth-child(2) { font-size: 14px; font-weight: 750; }
.chat-launcher small { display: block; margin-bottom: 3px; color: #ffd9c9; font: 600 8px/1 var(--font-geist-mono); text-transform: uppercase; letter-spacing: .12em; }
.chat-launcher b { font-size: 20px; font-weight: 400; }
.chat-window { margin-bottom: 10px; height: min(590px, calc(100vh - 110px)); display: flex; flex-direction: column; background: #fffdf8; border: 1px solid #cdbfae; box-shadow: 0 24px 70px rgba(30,15,5,.28); overflow: hidden; }
.chat-window[hidden] { display: none !important; }
.chat-header { min-height: 72px; padding: 14px 15px 12px; display: flex; align-items: center; color: white; background: var(--ink); }
.chat-header > div { flex: 1; display: grid; grid-template-columns: 12px 1fr; }
.chat-header strong { font-size: 14px; }
.chat-header small { grid-column: 2; color: #a89e92; font-size: 10px; margin-top: 4px; }
.chat-live { width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(255,181,37,.12); }
.chat-header button { width: 42px; height: 42px; border: 0; color: #b9afa4; background: transparent; font-size: 28px; line-height: 1; cursor: pointer; display: grid; place-items: center; }
.chat-header button:hover { color: white; }
.chat-truth-rule { padding: 9px 15px; color: #714120; background: #fff0cf; border-bottom: 1px solid #eedaa9; font: 650 9px/1.3 var(--font-geist-mono); text-transform: uppercase; letter-spacing: .08em; }
.chat-messages { flex: 1; overflow-y: auto; padding: 16px; }
.chat-message { max-width: 88%; margin-bottom: 14px; }
.chat-message p { margin: 0; padding: 12px 13px; background: #eee8de; font-size: 13px; line-height: 1.5; }
.chat-message.user { margin-left: auto; }
.chat-message.user p { background: var(--blue); color: white; }
.truth-note { margin-top: 5px; padding: 9px 10px; border-left: 3px solid #8a8177; color: #655c53; background: white; font-size: 10px; line-height: 1.45; }
.truth-note span { display: block; margin-bottom: 4px; color: #8a8177; font: 700 8px/1 var(--font-geist-mono); letter-spacing: .09em; }
.truth-note.verified { border-left-color: #2e9d68; }
.truth-note.verified span { color: #217c51; }
.truth-note.handoff { border-left-color: var(--cyan); }
.truth-note.handoff span { color: #9a6410; }
.chat-actions { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.chat-actions a { padding: 8px 9px; color: var(--blue); background: white; border: 1px solid #d8cab7; font-size: 10px; font-weight: 700; }
.chat-form { min-height: 60px; margin: 0 12px; display: flex; align-items: center; border-top: 1px solid #d9cec0; }
.chat-form input { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.chat-form button { width: 36px; height: 36px; border: 0; border-radius: 50%; color: white; background: var(--blue); cursor: pointer; }
.chat-form button:disabled { opacity: .35; cursor: default; }
.chat-footnote { margin: 0; padding: 0 12px 10px; color: #958a7e; font: 600 8px/1 var(--font-geist-mono); text-align: center; }

@media (max-width: 1050px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 75px; }
  .hero-visual { min-height: 590px; }
  .finder { grid-template-columns: 1fr; gap: 30px; }
  .quick-links { grid-column: 1; }
  .upgrade { grid-template-columns: 1fr 1fr; }
  .upgrade .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }
  .header-cta { font-size: 0; }
  .header-cta span { font-size: 20px; }
  .hero-copy { padding: 80px 20px 60px; }
  h1 { font-size: 54px; }
  .hero-intro { font-size: 16px; }
  .hero-proof { gap: 12px; }
  .hero-proof strong { font-size: 16px; }
  .hero-visual { min-height: 450px; }
  .image-frame { min-height: 390px; }
  .finder, .section { margin-left: 0; margin-right: 0; padding: 72px 20px; }
  .finder-form { height: auto; flex-wrap: wrap; padding-top: 8px; }
  .finder-form input { height: 54px; }
  .finder-form button { width: 100%; height: 52px; }
  .quick-links { display: none; }
  .section-heading, .models, .services, .upgrade, .enquire { grid-template-columns: 1fr; }
  .section-lede { margin-top: 24px; }
  .repair-grid { grid-template-columns: 1fr; }
  .repair-card { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0 !important; min-height: 300px; }
  .model-list { margin-top: 45px; }
  .service-photo { min-height: 420px; }
  .services-copy { margin-top: 15px; }
  .upgrade .button { grid-column: 1; }
  footer { grid-template-columns: 1fr; padding: 45px 20px; }
  .support-chat { right: 14px; bottom: 14px; }
  .chat-window { height: min(560px, calc(100vh - 90px)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scan-line { animation: none; top: 50%; }
  * { transition: none !important; }
}
