:root {
  --ink: #102031;
  --ink-2: #1f3347;
  --blue: #0a66c2;
  --blue-dark: #064f99;
  --blue-soft: #eaf4ff;
  --cyan: #54c8e8;
  --cream: #f6f3ed;
  --paper: #ffffff;
  --muted: #627183;
  --line: #dfe5ea;
  --green: #27885f;
  --amber: #a76700;
  --shadow: 0 24px 60px rgba(16, 32, 49, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; padding: 12px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--ink); color: #dbe5ee; font-size: 12px; letter-spacing: .035em; }
.utility-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-status { display: flex; align-items: center; gap: 8px; }
.utility-status i, .live i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #61d38e; box-shadow: 0 0 0 4px rgba(97, 211, 142, .12); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(223,229,234,.9); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { display: grid; grid-template-columns: repeat(4, 6px); align-items: end; gap: 3px; width: 33px; height: 32px; padding: 4px; background: var(--blue); border-radius: 8px; }
.brand-mark span { display: block; background: #fff; border-radius: 5px; }
.brand-mark span:nth-child(1) { height: 8px; }
.brand-mark span:nth-child(2) { height: 14px; }
.brand-mark span:nth-child(3) { height: 20px; }
.brand-mark span:nth-child(4) { height: 24px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 18px; letter-spacing: -.025em; }
.brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .23em; color: var(--muted); font-weight: 800; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.site-nav a { font-size: 13px; font-weight: 700; color: #3b4c5d; transition: color .2s; }
.site-nav a:hover { color: var(--blue); }
.header-cta { padding: 11px 16px; border: 1px solid var(--ink); border-radius: 10px; font-size: 12px; font-weight: 800; white-space: nowrap; transition: all .2s; }
.header-cta:hover { background: var(--ink); color: white; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 4px 0; }

.hero { overflow: hidden; background: linear-gradient(180deg, #f8fbfe 0%, #eef5fb 100%); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; padding-top: 65px; padding-bottom: 65px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; line-height: 1; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; color: var(--blue); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 2px; background: var(--blue); }
.hero h1 { max-width: 720px; margin: 20px 0 22px; font-size: clamp(45px, 5.4vw, 75px); line-height: .98; letter-spacing: -.055em; font-weight: 790; }
.hero-lede { max-width: 660px; margin: 0; color: #526273; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 49px; padding: 0 20px; border-radius: 10px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 10px 25px rgba(10, 102, 194, .22); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { border: 1px solid #bcc9d5; background: white; }
.btn-secondary:hover { border-color: var(--ink); }
.hero-trust { margin-top: 38px; padding-top: 26px; border-top: 1px solid #d6e0e8; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 19px; letter-spacing: -.025em; }
.hero-trust span { margin-top: 4px; color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; min-height: 500px; display: flex; align-items: center; justify-content: center; }
.hero-visual:before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, #dbeeff 0%, #e7f2fb 45%, rgba(231,242,251,0) 72%); }
.signal-orbit { position: absolute; border: 1px solid rgba(10,102,194,.18); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; }
.orbit-two { width: 485px; height: 485px; border-style: dashed; }
.phone { position: absolute; border: 1px solid #1f2c39; background: linear-gradient(145deg, #34485a, #101a24 68%); box-shadow: 0 34px 60px rgba(10,28,45,.28); }
.phone-front { z-index: 3; width: 310px; height: 310px; border-radius: 42px 42px 28px 28px; transform: rotate(-4deg); display: flex; padding: 32px 24px 22px 28px; }
.phone-back { z-index: 1; width: 250px; height: 255px; border-radius: 32px; transform: translate(128px,-54px) rotate(9deg); padding: 35px; opacity: .88; }
.handset { position: relative; width: 57px; height: 230px; flex: 0 0 57px; margin: 13px 14px 0 0; border-radius: 28px; background: linear-gradient(90deg, #0e1720, #405264 52%, #101b25); box-shadow: inset -7px 0 12px rgba(255,255,255,.04), 6px 10px 20px rgba(0,0,0,.22); }
.handset:before, .handset:after { content: ""; position: absolute; left: -6px; width: 69px; height: 58px; border-radius: 25px; background: linear-gradient(145deg,#34485a,#111b25); }
.handset:before { top: -10px; transform: rotate(4deg); }
.handset:after { bottom: -10px; transform: rotate(-4deg); }
.phone-body-content { flex: 1; }
.phone-screen { height: 66px; padding: 12px 13px; border-radius: 7px; background: linear-gradient(180deg,#d8f3ff,#9cd2e8); color: #13344b; box-shadow: inset 0 0 0 2px rgba(15,40,58,.22); }
.phone-screen span, .phone-screen small { display: block; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.phone-screen strong { display: block; margin: 5px 0 3px; font-size: 13px; }
.phone-screen.large { margin-top: 7px; height: 71px; }
.phone-back .phone-screen { height: 56px; }
.softkeys { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 10px 4px; }
.softkeys i { height: 6px; border-radius: 4px; background: #a7b7c4; }
.phone-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 12px 8px 0; }
.phone-grid:before { content: ""; grid-column: 1 / -1; height: 30px; border-radius: 7px; background: linear-gradient(90deg,#667789 0 22%,transparent 22% 38%,#667789 38% 60%,transparent 60% 76%,#667789 76%); opacity: .55; }
.phone-grid:after { content: ""; grid-column: 1 / -1; height: 115px; background: radial-gradient(circle at 16% 10%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 50% 10%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 84% 10%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 16% 37%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 50% 37%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 84% 37%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 16% 65%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 50% 65%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 84% 65%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 16% 92%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 50% 92%,#6c7b89 0 6px,transparent 7px), radial-gradient(circle at 84% 92%,#6c7b89 0 6px,transparent 7px); }
.phone-grid.mini { margin-top: 18px; }
.phone-grid.mini:after { height: 100px; }
.line-chip { position: absolute; z-index: 5; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: #fff; border: 1px solid #cedae5; color: var(--blue); font-size: 11px; font-weight: 900; box-shadow: 0 14px 30px rgba(16,32,49,.12); }
.chip-a { top: 61px; left: 44px; }
.chip-b { top: 100px; right: 38px; }
.chip-c { bottom: 91px; right: 29px; }
.chip-d { bottom: 55px; left: 72px; }
.stock-card { position: absolute; z-index: 6; left: 50%; bottom: 5px; transform: translateX(-50%); width: 315px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; background: rgba(255,255,255,.96); border: 1px solid #dbe4ec; border-radius: 15px; box-shadow: 0 18px 40px rgba(16,32,49,.13); }
.stock-dot { width: 10px; height: 10px; border-radius: 50%; background: #32aa76; box-shadow: 0 0 0 5px #e1f5ec; }
.stock-card div { display: flex; flex-direction: column; }
.stock-card strong { font-size: 12px; }
.stock-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.quick-strip { border-bottom: 1px solid var(--line); background: white; }
.quick-grid { min-height: 90px; display: grid; grid-template-columns: repeat(4,1fr); }
.quick-grid > div { display: flex; align-items: center; gap: 13px; padding: 22px 24px; border-right: 1px solid var(--line); }
.quick-grid > div:first-child { border-left: 1px solid var(--line); }
.quick-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 10px; background: var(--blue-soft); color: var(--blue); font-weight: 900; }
.quick-grid p { margin: 0; display: flex; flex-direction: column; }
.quick-grid strong { font-size: 12px; }
.quick-grid small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.section-heading h2, .support-main h2, .match-copy h2, .cta-band h2 { margin: 13px 0 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading p, .support-main > p, .match-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.section-shop { background: #fff; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { min-height: 330px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .2s, transform .2s, box-shadow .2s; }
.category-card:hover { background: #f8fbfd; box-shadow: var(--shadow); transform: translateY(-4px); position: relative; z-index: 2; }
.category-card.featured { background: #f5faff; }
.category-card.dark { background: var(--ink); color: white; }
.category-card.dark:hover { background: #172c3f; }
.category-top { display: flex; justify-content: space-between; align-items: flex-start; }
.status-pill { display: inline-flex; padding: 6px 8px; border-radius: 6px; background: #e4f5ec; color: #22734f; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.status-pill.limited { background: #fff2dd; color: #9b6209; }
.status-pill.invert { background: rgba(255,255,255,.12); color: white; }
.category-number { color: #bdc8d2; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.category-card h3 { margin: 23px 0 10px; font-size: 21px; letter-spacing: -.025em; }
.category-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.category-card.dark p { color: #aebbc7; }
.card-link { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 12px; font-weight: 850; }
.category-card.dark .card-link { color: #7bd8f1; }
.category-icon { height: 54px; margin-top: 29px; display: flex; align-items: flex-end; gap: 6px; }
.category-icon i { display: block; width: 11px; border-radius: 4px 4px 2px 2px; background: var(--blue); }
.category-icon i:nth-child(1){height:23px}.category-icon i:nth-child(2){height:39px}.category-icon i:nth-child(3){height:29px}.category-icon i:nth-child(4){height:48px}
.console-icon b { display:block; width: 33px; height: 45px; border-radius: 8px; border: 2px solid var(--blue); position: relative; }
.console-icon b:after { content:""; position:absolute; left:6px; right:6px; top:8px; height:8px; background:#a9d6ff; border-radius:2px; box-shadow: 0 13px 0 -2px var(--blue), 0 23px 0 -2px var(--blue); }
.attendant-icon span { width: 96px; height: 49px; border-radius: 9px; border: 2px solid var(--blue); background: repeating-linear-gradient(90deg, transparent 0 10px, #d6ecff 10px 14px); }
.cordless-icon span { width: 24px; height: 52px; border-radius: 10px 10px 6px 6px; background: var(--ink); border: 3px solid #2f91e9; box-shadow: 27px 9px 0 -2px #d8e0e7; }
.legacy-lines { height: 54px; margin-top: 29px; display: flex; flex-direction: column; justify-content: center; gap: 3px; color: #6e8092; font-size: 10px; font-weight: 900; letter-spacing: .2em; }

.match-section { position: relative; overflow: hidden; background: var(--ink); color: white; }
.match-section:after { content:""; position:absolute; width:620px; height:620px; border-radius:50%; border:1px solid rgba(255,255,255,.06); right:-260px; top:-170px; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.match-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: center; }
.kicker.light { color: #7ad2eb; }
.match-copy > p { margin-top: 25px; color: #aebbc8; max-width: 470px; }
.label-card { max-width: 400px; margin-top: 36px; padding: 23px; background: #f5f2e8; color: #17212c; border-radius: 7px; box-shadow: 0 16px 36px rgba(0,0,0,.18); transform: rotate(-1deg); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.label-head { display: flex; justify-content: space-between; margin-bottom: 24px; padding-bottom: 8px; border-bottom: 2px solid #17212c; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.label-card strong { font-size: 30px; }
.label-card p { margin: 9px 0 20px; font-size: 11px; line-height: 1.6; }
.label-card small { font-size: 9px; opacity: .65; }
.steps { border-top: 1px solid #385064; }
.step-card { display: grid; grid-template-columns: 62px 1fr; gap: 26px; padding: 30px 5px; border-bottom: 1px solid #385064; }
.step-no { color: #6dcbe5; font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.step-card h3 { margin: -5px 0 9px; font-size: 21px; }
.step-card p { margin: 0; color: #aebbc8; font-size: 13px; line-height: 1.72; }
.match-cta { min-height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; margin-top: 22px; border: 1px solid #4e718a; border-radius: 10px; color: white; font-size: 13px; font-weight: 800; transition: background .2s; }
.match-cta:hover { background: rgba(255,255,255,.06); }
.match-cta span { color: #7ad2eb; font-size: 20px; }

.inventory-section { background: var(--cream); }
.inventory-heading { margin-bottom: 28px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.filter-btn { padding: 9px 14px; border: 1px solid #cbd3da; background: transparent; border-radius: 999px; color: #4b5967; font-size: 11px; font-weight: 800; cursor: pointer; }
.filter-btn.active, .filter-btn:hover { background: var(--ink); border-color: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { background: white; border: 1px solid #e0e2df; border-radius: 18px; overflow: hidden; box-shadow: 0 12px 30px rgba(16,32,49,.045); transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(16,32,49,.09); }
.product-card.hidden { display: none; }
.product-visual { position: relative; min-height: 205px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg,#edf3f8,#dde8ef); }
.product-visual:after { content:""; position:absolute; width:160px; height:32px; border-radius:50%; background:rgba(21,39,55,.14); filter: blur(10px); bottom:30px; }
.product-panasonic { background: linear-gradient(135deg,#f2f0e9,#e4e1d8); }
.product-yealink { background: linear-gradient(135deg,#e8f3f8,#d2e8f1); }
.product-vtech { background: linear-gradient(135deg,#eef0f2,#dde1e6); }
.product-avaya { background: linear-gradient(135deg,#f0ebee,#e5d9df); }
.product-nortel { background: linear-gradient(135deg,#eceff1,#dce2e5); }
.brand-watermark { position:absolute; right:18px; top:17px; color:rgba(16,32,49,.36); font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.mini-phone { position: relative; z-index:2; width: 116px; height: 118px; border-radius: 17px; background: linear-gradient(145deg,#273846,#0f1820); transform: rotate(-6deg); box-shadow: 0 18px 26px rgba(16,32,49,.22); }
.mini-handset { position:absolute; left:10px; top:10px; width:25px; height:94px; border-radius:14px; background:#0b1117; }
.mini-screen { position:absolute; left:48px; top:20px; width:52px; height:27px; border-radius:3px; background:#bcdce4; }
.mini-screen.blue { background:#62b9e9; }
.mini-phone:after { content:""; position:absolute; left:48px; top:58px; width:52px; height:46px; background: radial-gradient(circle,#637482 0 3px,transparent 4px); background-size:17px 15px; }
.mini-phone.cordless { width:58px; height:130px; border-radius:14px; transform:rotate(-4deg); }
.mini-phone.cordless .mini-handset { inset:0; width:100%; height:100%; border-radius:14px; background:linear-gradient(145deg,#2d3b46,#11191f); }
.mini-phone.cordless .mini-screen { z-index:2; left:10px; top:17px; width:38px; height:31px; }
.mini-phone.cordless:after { z-index:2; left:12px; top:59px; width:35px; height:55px; background-size:12px 14px; }
.legacy-phone { transform:rotate(4deg); border-radius:12px; }
.product-info { padding: 22px 23px 24px; }
.product-type { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-info h3 { margin: 8px 0 12px; font-size: 19px; letter-spacing: -.02em; }
.product-info ul { display:flex; flex-wrap:wrap; gap:7px 14px; margin:0; padding:0; list-style:none; color:var(--muted); font-size:10px; }
.product-info li:before { content:"·"; margin-right:6px; color:#9ba7b1; }
.product-info li:first-child:before { display:none; }
.product-bottom { display:flex; align-items:end; justify-content:space-between; margin-top:28px; padding-top:18px; border-top:1px solid var(--line); }
.product-bottom strong { font-size:22px; letter-spacing:-.03em; }
.stock { font-size:10px; font-weight:800; }
.stock.green { color:var(--green); }
.stock.amber { color:var(--amber); }
.stock.gray { color:#6f7e89; }

.brands-section { padding: 75px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brands-section .kicker { display: flex; justify-content: center; margin-bottom: 36px; }
.brands-grid { display: grid; grid-template-columns: repeat(8,1fr); border-left: 1px solid var(--line); }
.brands-grid div { min-height: 82px; padding: 12px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); text-align:center; }
.brands-grid strong { font-size: 15px; letter-spacing: -.02em; }
.brands-grid small { margin-top: 6px; color: var(--muted); font-size: 9px; }

.support-section { background: #fff; }
.support-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.support-main h2 { max-width: 650px; }
.support-main > p { max-width: 620px; margin-top: 22px; }
.support-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.text-link { color: var(--blue); font-size: 12px; font-weight: 800; }
.hours-card { border: 1px solid var(--line); border-radius: 18px; padding: 28px; box-shadow: var(--shadow); }
.hours-head { display:flex; justify-content:space-between; align-items:center; padding-bottom:20px; margin-bottom:4px; border-bottom:1px solid var(--line); font-size:10px; font-weight:900; letter-spacing:.12em; }
.live { color:var(--green); display:flex; align-items:center; gap:8px; }
.hours-row { display:flex; justify-content:space-between; gap:25px; padding:14px 0; font-size:11px; }
.hours-row span { color:var(--muted); }
.hours-row strong, .hours-row a { font-weight:800; text-align:right; }
.hours-divider { height:1px; margin:6px 0; background:var(--line); }

.cta-band { background: var(--blue); color: white; padding: 70px 0; }
.cta-band-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.cta-band h2 { margin-top:10px; font-size:clamp(32px,4vw,48px); }
.btn-white { background:white; color:var(--ink); white-space:nowrap; }
.btn-white:hover { background:#eff7ff; }

.site-footer { background:#0c1823; color:#d6e0e8; padding:70px 0 26px; }
.footer-grid { display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:60px; }
.brand-footer .brand-copy strong { color:white; }
.brand-footer .brand-copy small { color:#8495a5; }
.footer-brand p { max-width:330px; margin:20px 0 0; color:#8495a5; font-size:12px; line-height:1.7; }
.footer-grid h3 { margin:0 0 18px; color:white; font-size:11px; text-transform:uppercase; letter-spacing:.13em; }
.footer-grid > div:not(:first-child) { display:flex; flex-direction:column; align-items:flex-start; gap:11px; }
.footer-grid a, .footer-grid span { color:#9aabba; font-size:11px; }
.footer-grid a:hover { color:white; }
.footer-bottom { display:grid; grid-template-columns:1fr auto 1fr; gap:25px; align-items:center; margin-top:55px; padding-top:22px; border-top:1px solid #243442; color:#667b8d; font-size:9px; }
.footer-bottom div { display:flex; gap:16px; }
.footer-bottom span:last-child { text-align:right; }

@media (max-width: 980px) {
  .nav-wrap { min-height:70px; }
  .menu-toggle { display:block; }
  .header-cta { display:none; }
  .site-nav { position:absolute; display:none; flex-direction:column; align-items:stretch; gap:0; left:20px; right:20px; top:94px; padding:10px; background:white; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:13px 12px; border-bottom:1px solid #eef1f3; }
  .site-nav a:last-child { border-bottom:0; }
  .hero-grid { grid-template-columns:1fr; gap:20px; min-height:auto; padding-top:75px; }
  .hero-copy { text-align:center; }
  .hero-lede { margin-left:auto; margin-right:auto; }
  .hero-actions { justify-content:center; }
  .hero-trust { max-width:640px; margin-left:auto; margin-right:auto; }
  .hero-visual { min-height:500px; }
  .quick-grid { grid-template-columns:repeat(2,1fr); }
  .quick-grid > div:nth-child(3) { border-left:1px solid var(--line); border-top:1px solid var(--line); }
  .quick-grid > div:nth-child(4) { border-top:1px solid var(--line); }
  .split-heading { grid-template-columns:1fr; gap:20px; }
  .split-heading p { max-width:700px; }
  .category-grid { grid-template-columns:repeat(2,1fr); }
  .match-grid { grid-template-columns:1fr; gap:60px; }
  .match-copy { max-width:700px; }
  .product-grid { grid-template-columns:repeat(2,1fr); }
  .brands-grid { grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); }
  .brands-grid div { border-bottom:1px solid var(--line); }
  .support-grid { grid-template-columns:1fr; gap:50px; }
  .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:2; }
}

@media (max-width: 640px) {
  .container { width:min(100% - 28px,1180px); }
  .utility-inner { justify-content:center; }
  .utility-inner > span:first-child { display:none; }
  .hero-grid { padding-top:56px; padding-bottom:42px; }
  .hero h1 { font-size:48px; }
  .hero-lede { font-size:16px; }
  .hero-actions { flex-direction:column; }
  .hero-actions .btn { width:100%; }
  .hero-trust { grid-template-columns:1fr; text-align:left; gap:12px; }
  .hero-trust div { display:grid; grid-template-columns:90px 1fr; align-items:center; }
  .hero-trust span { margin-top:0; }
  .hero-visual { min-height:390px; transform:scale(.78); margin:-48px -50px -45px; }
  .quick-grid { grid-template-columns:1fr; }
  .quick-grid > div { border-left:1px solid var(--line); border-top:1px solid var(--line); }
  .quick-grid > div:first-child { border-top:0; }
  .section { padding:75px 0; }
  .section-heading h2, .support-main h2, .match-copy h2 { font-size:39px; }
  .category-grid { grid-template-columns:1fr; }
  .category-card { min-height:300px; }
  .match-section:after { display:none; }
  .label-card { max-width:100%; }
  .step-card { grid-template-columns:42px 1fr; gap:12px; }
  .product-grid { grid-template-columns:1fr; }
  .brands-grid { grid-template-columns:repeat(2,1fr); }
  .support-actions { align-items:stretch; flex-direction:column; }
  .support-actions .btn { width:100%; }
  .hours-row { flex-direction:column; gap:5px; }
  .hours-row strong, .hours-row a { text-align:left; }
  .cta-band-inner { flex-direction:column; align-items:flex-start; }
  .btn-white { width:100%; white-space:normal; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:40px 25px; }
  .footer-brand { grid-column:1 / -1; }
  .footer-grid > div:last-child { grid-column:auto; }
  .footer-bottom { grid-template-columns:1fr; }
  .footer-bottom span:last-child { text-align:left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *:before, *:after { transition:none !important; }
}
