:root {
  --ink: #05080b;
  --ink-soft: #171c22;
  --paper: #f4f5f7;
  --white: #ffffff;
  --lime: #ff1616;
  --lime-dark: #c90000;
  --blue: #02a6ff;
  --mint: #dff3ff;
  --line: #d7dce1;
  --muted: #68727c;
  --orange: #ff1616;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(17, 23, 19, 0.14);
  --font-display: "Barlow Condensed", "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 40px)); 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: 999; top: 12px; left: 12px; transform: translateY(-140%); background: var(--lime); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; inset-inline: 0; color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(5,8,11,.95); box-shadow: 0 8px 30px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; letter-spacing: -.04em; font-size: 19px; }
.brand-monogram { width:34px; height:34px; display:grid; place-items:center; border:1px solid #27303a; border-radius:8px; background:linear-gradient(145deg,#111820,#030506); color:white; font:800 11px var(--font-display); transform:skew(-5deg); }
.brand-wordmark { display:flex; align-items:baseline; font:italic 800 23px/1 var(--font-display); letter-spacing:-.035em; }
.brand-wordmark b { color:#ff1616; }
.brand-wordmark em { color:#02a6ff; font-style:italic; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: var(--lime); }
.brand-mark .spark { fill: var(--ink); }
.desktop-nav { display: flex; gap: 29px; margin-left: 45px; }
.desktop-nav a { color: #d5dce2; font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.nav-actions { display:flex; align-items:center; gap:10px; }
.cart-button { position:relative; width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); border-radius:50%; background:rgba(255,255,255,.06); color:white; cursor:pointer; transition:.2s; }
.cart-button:hover { border-color:var(--lime); color:var(--lime); }
.cart-button svg { width:20px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.cart-count { position:absolute; right:-4px; top:-4px; min-width:18px; height:18px; padding:0 4px; display:grid; place-items:center; border-radius:999px; background:var(--blue); color:white; border:2px solid var(--ink); font-size:8px; font-weight:800; }
.shop-badge { position:absolute; right:-9px; top:-4px; min-width:29px; height:18px; padding:0 5px; display:grid; place-items:center; border-radius:999px; background:var(--blue); color:white; border:2px solid var(--ink); font-size:6px; font-weight:800; letter-spacing:.08em; }
.button { border:0; border-radius:999px; background:var(--lime); color:white; padding:14px 21px; display:inline-flex; justify-content:center; align-items:center; gap:9px; font-weight:700; cursor:pointer; transition:transform .2s,background .2s,box-shadow .2s; }
.button:hover { transform:translateY(-2px); background:#ff3434; box-shadow:0 10px 25px rgba(255,22,22,.25); }
.button:active { transform: translateY(0); }
.button-small { padding: 11px 18px; font-size: 14px; }
.button-large { padding: 17px 24px; }
.button-large svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #29332d; box-shadow: 0 10px 25px rgba(17,23,19,.15); }
.button-light { background: white; color: var(--ink); }
.button-full { width: 100%; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; background: white; margin: 5px auto; transition: transform .2s; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: var(--ink); color: white; padding: 155px 0 86px; }
.hero::before { content:""; position:absolute; inset:0; opacity:.13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, transparent, #000 25%, transparent); }
.hero::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(115deg,rgba(255,22,22,.07),transparent 36%,rgba(2,166,255,.08)); }
.hero-glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; right: -240px; top: 10px; background: radial-gradient(circle at 38% 45%,rgba(2,166,255,.22),rgba(255,22,22,.07) 42%,transparent 70%); filter: blur(22px); }
.hero-grid { position: relative; z-index:1; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 55px; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; display: flex; align-items: center; gap: 9px; color: #d7ddd9; }
.eyebrow span { width: 22px; height: 3px; background: var(--lime); border-radius: 3px; }
.eyebrow.dark { color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); }
h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(54px, 6.3vw, 88px); line-height: .91; letter-spacing: -.045em; font-style:italic; text-transform:uppercase; }
h1 em { font-style: inherit; color: var(--lime); }
.hero-lede { max-width: 540px; color: #b9c2bc; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid #5b655f; padding-bottom: 5px; }
.text-link span { color: var(--lime); margin-left: 5px; }
.trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 55px; color: #8e9a93; font-size: 12px; }
.trust-row strong { color: white; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #56615a; }
.hero-visual { position: relative; min-width: 0; }
.brand-hero-card { position:relative; min-height:430px; overflow:hidden; border:1px solid #26313b; border-radius:32px; background:#030507; box-shadow:0 40px 90px rgba(0,0,0,.38); transform:rotate(1deg); }
.brand-hero-card::after { display:none; }
.brand-hero-card picture,.shop-portal-art picture { display:block; width:100%; height:100%; }
.brand-hero-card img { width:100%; height:100%; min-height:430px; display:block; object-fit:contain; object-position:center; background:#000; transform:none; }
.car-card { position: relative; min-height: 430px; display: grid; place-items: center; background: linear-gradient(145deg, #28342d, #17201b); border: 1px solid rgba(255,255,255,.09); border-radius: 36px; transform: rotate(2deg); box-shadow: 0 40px 90px rgba(0,0,0,.32); overflow: hidden; }
.car-card::after { content:""; position:absolute; width: 150px; height: 150%; left: 30%; top: -30%; transform: rotate(25deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent); }
.car-art { width: 112%; margin-left: -6%; transform: rotate(-2deg) translateY(20px); }
.car-art svg { width: 100%; }
.fresh-badge { position: absolute; left: 24px; bottom: 23px; z-index: 2; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.94); color: var(--ink); padding: 10px 17px 10px 10px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.2); transform: rotate(-2deg); }
.fresh-badge .check-icon { width: 36px; height: 36px; border-radius: 50%; display:grid; place-items:center; background:linear-gradient(135deg,var(--lime),var(--blue)); color:white; font-weight:800; }
.fresh-badge span:last-child { display: grid; }
.fresh-badge small { font-size: 10px; color: var(--muted); }
.fresh-badge strong { font-size: 13px; }
.shine { position:absolute; z-index:4; color: var(--lime); text-shadow: 0 0 18px rgba(217,255,67,.8); animation: twinkle 2.3s ease-in-out infinite; }
.shine-one { font-size: 35px; right: 28px; top: -20px; }
.shine-two { font-size: 19px; right: 2px; top: 31px; animation-delay: .5s; }
@keyframes twinkle { 50% { opacity:.4; transform: scale(.75) rotate(20deg); } }

.section { padding: 105px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .shop-heading h2, .process h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); line-height: 1.7; }
.vehicle-toggle { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.vehicle-toggle > span { color: var(--muted); font-size: 13px; font-weight: 600; }
.category-tabs { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-bottom:22px; }
.category-tabs button { min-height:76px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; gap:4px; padding:14px 18px; border:1px solid var(--line); border-radius:16px; background:white; color:var(--ink); cursor:pointer; transition:.2s; }
.category-tabs button span { color:var(--blue); font:800 9px var(--font-display); letter-spacing:.14em; }
.category-tabs button b { font:800 20px var(--font-display); }
.category-tabs button:hover { transform:translateY(-2px); border-color:#aeb8c2; }
.category-tabs button.active { border-color:var(--ink); background:var(--ink); color:white; box-shadow:0 12px 30px rgba(5,8,11,.16); }
.segmented { display: flex; background: #e6e8e4; padding: 4px; border-radius: 999px; }
.segmented button { border: 0; background: transparent; padding: 8px 14px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 700; cursor: pointer; }
.segmented button.active { background: white; color: var(--ink); box-shadow: 0 3px 10px rgba(0,0,0,.08); }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 15px; }
.service-card { position: relative; display:flex; flex-direction:column; min-height: 430px; padding: 25px; background: white; border: 1px solid transparent; border-radius: var(--radius); box-shadow: 0 8px 30px rgba(17,23,19,.05); transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #cbd1cc; }
.service-card.popular { background: var(--ink); color: white; }
.popular-tag { position: absolute; right: 17px; top: 17px; background: var(--lime); color: var(--ink); border-radius: 999px; padding: 6px 9px; font-size: 9px; font-weight: 800; text-transform:uppercase; letter-spacing:.1em; }
.service-icon { width: 45px; height: 45px; display:grid; place-items:center; background: var(--mint); border-radius: 14px; font-size: 21px; margin-bottom: 24px; }
.popular .service-icon { background: #2b3730; }
.service-card h3 { margin-bottom: 8px; font-size: 21px; letter-spacing: -.03em; }
.service-card .duration { color: var(--muted); font-size: 12px; margin-bottom: 23px; }
.popular .duration { color: #aab3ad; }
.service-card ul { list-style:none; padding:0; margin:0 0 24px; display:grid; gap:10px; color:#58625c; font-size:13px; line-height:1.4; }
.popular ul { color: #c2c9c4; }
.service-card li::before { content:"✓"; color:#73911d; font-weight:800; margin-right:8px; }
.popular li::before { color: var(--lime); }
.service-bottom { margin-top:auto; display:flex; align-items:end; justify-content:space-between; }
.price { display:grid; }
.price small { color:var(--muted); font-size:10px; }
.popular .price small { color:#8e9992; }
.price strong { font-family:var(--font-display); font-size:31px; letter-spacing:-.05em; }
.service-card .price strong { font-size:clamp(23px,2.2vw,31px); }
.book-card { width:40px; height:40px; padding:0; border-radius:50%; border:1px solid #d8ddd9; background:transparent; display:grid; place-items:center; cursor:pointer; transition:.2s; font-size:18px; }
.book-card:hover { background:var(--lime); border-color:var(--lime); transform:translateX(2px); }
.popular .book-card { border-color:#506057; color:white; }
.addons { display:flex; align-items:center; gap:16px; padding:18px 22px; margin-top:17px; background:#e8ebe7; border-radius:17px; }
.addons > span { font-size:12px; font-weight:700; }
.addons > div { display:flex; flex-wrap:wrap; gap:8px; }
.addon-pill { border:1px solid #d2d7d2; background:rgba(255,255,255,.7); border-radius:999px; padding:8px 12px; font-size:11px; cursor:pointer; }
.addon-pill strong { margin-left:4px; }
.addon-pill:hover { border-color:#98a198; background:white; }

.shop { background:#070a0d; color:white; }
.shop-heading { display:flex; align-items:end; justify-content:space-between; gap:50px; margin-bottom:45px; }
.shop .eyebrow.dark { color:#8fd8ff; }
.shop-heading > div:first-child > p:last-child { max-width:600px; margin:19px 0 0; color:#a8b3bd; line-height:1.7; }
.shop-promise { flex-shrink:0; display:flex; align-items:center; gap:12px; padding:13px 17px; border:1px solid #27313a; border-radius:16px; background:#11171d; }
.shop-promise > span { width:39px; height:39px; display:grid; place-items:center; border-radius:11px; background:linear-gradient(135deg,var(--lime),var(--blue)); color:white; font:800 11px var(--font-display); }
.shop-promise > div { display:grid; }
.shop-promise strong { font-size:11px; }
.shop-promise small { color:#8f9aa4; font-size:9px; }
.shop-portal { display:grid; grid-template-columns:1.2fr .8fr; min-height:430px; overflow:hidden; border:1px solid #27313a; border-radius:28px; background:#11171d; box-shadow:0 28px 80px rgba(0,0,0,.3); }
.shop-portal-art { position:relative; min-height:430px; overflow:hidden; background:radial-gradient(circle at 24% 25%,rgba(255,22,22,.3),transparent 38%),radial-gradient(circle at 80% 72%,rgba(2,166,255,.32),transparent 43%),linear-gradient(145deg,#070a0d,#151b22); }
.shop-portal-art::before { display:none; }
.shop-portal-art img { width:100%; height:100%; min-height:430px; display:block; object-fit:cover; object-position:center; }
.portal-bottle { position:absolute; left:50%; top:50%; width:122px; height:220px; display:flex; flex-direction:column; align-items:center; justify-content:center; border-radius:17px 17px 25px 25px; background:linear-gradient(90deg,#11161b,#35414b 52%,#0a0e12); box-shadow:0 30px 50px rgba(0,0,0,.45); color:white; }
.portal-bottle::before { content:""; position:absolute; width:66px; height:31px; top:-24px; border-radius:8px 8px 3px 3px; background:#080b0e; }
.portal-bottle b { width:96px; padding:29px 0 2px; border-radius:8px 8px 0 0; text-align:center; font:italic 800 34px var(--font-display); }
.portal-bottle em { width:96px; padding:0 0 29px; border-radius:0 0 8px 8px; text-align:center; font-style:normal; font-size:9px; font-weight:800; letter-spacing:.25em; }
.portal-bottle-red { transform:translate(-86%,-44%) rotate(-9deg); z-index:2; }
.portal-bottle-blue { transform:translate(-8%,-57%) rotate(8deg) scale(.9); }
.portal-bottle-red b,.portal-bottle-red em { background:#ff1616; }
.portal-bottle-blue b,.portal-bottle-blue em { background:#02a6ff; }
.shop-portal-content { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:55px; }
.store-status { display:inline-flex; align-items:center; gap:8px; margin-bottom:18px; color:#9ccfeb; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.15em; }
.store-status i { width:8px; height:8px; border-radius:50%; background:#35d779; box-shadow:0 0 0 4px rgba(53,215,121,.13); }
.shop-portal h3 { margin-bottom:13px; font-size:clamp(34px,4vw,54px); line-height:.98; letter-spacing:-.045em; }
.shop-portal-content > p { max-width:530px; margin-bottom:25px; color:#a8b3bd; line-height:1.7; }
.shop-benefits { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:30px; }
.shop-benefits span { padding:8px 11px; border:1px solid #2d3944; border-radius:999px; color:#c7d0d7; font-size:9px; }
.shop-url { margin-top:12px; color:#75818b; font-size:9px; }

.process { color:white; background:var(--ink); }
.process-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:130px; align-items:start; }
.process-intro > p:not(.eyebrow) { max-width:440px; margin:25px 0 32px; color:#aeb8b1; line-height:1.7; }
.steps { list-style:none; padding:0; margin:0; }
.steps li { display:flex; gap:28px; padding:30px 0; border-top:1px solid #334039; }
.steps li:last-child { border-bottom:1px solid #334039; }
.steps > li > span { color:var(--lime); font:700 12px var(--font-display); }
.steps h3 { font-size:20px; margin:0 0 8px; }
.steps p { color:#929e96; margin:0; font-size:14px; }

.reviews { background:#eef0ec; }
.rating-lockup { display:flex; align-items:center; gap:13px; }
.rating-lockup > strong { font:800 43px var(--font-display); letter-spacing:-.06em; }
.rating-lockup > span { display:grid; color:#e0a321; font-size:13px; letter-spacing:2px; }
.rating-lockup small { color:var(--muted); letter-spacing:0; margin-top:3px; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); align-items:center; gap:16px; }
.review-card { padding:28px; background:white; border-radius:var(--radius); box-shadow:0 8px 28px rgba(17,23,19,.05); }
.review-card.featured { padding-block:39px; }
.stars { color:#e0a321; font-size:12px; letter-spacing:2px; }
.review-card blockquote { margin:20px 0 27px; font-size:15px; line-height:1.7; }
.review-card footer { display:flex; align-items:center; gap:11px; }
.review-card footer > span { width:38px; height:38px; display:grid; place-items:center; background:var(--mint); border-radius:50%; font-weight:800; font-size:11px; }
.review-card footer div { display:grid; }
.review-card footer strong { font-size:12px; }
.review-card footer small { color:var(--muted); font-size:10px; }

.final-cta { background:var(--lime); padding:75px 0; }
.final-cta .container { display:flex; justify-content:space-between; align-items:center; gap:40px; }
.final-cta .eyebrow { color:rgba(255,255,255,.76); }
.final-cta .eyebrow span { background:var(--ink); }
.final-cta h2 { max-width:720px; }
.final-cta .button { background:var(--ink); color:white; flex-shrink:0; }

.site-footer { background:#030507; color:#98a3ad; padding:67px 0 25px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:80px; }
.site-footer .brand { color:white; }
.footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; gap:12px; font-size:13px; }
.footer-grid > div:first-child p { max-width:330px; line-height:1.6; }
.footer-grid strong { color:white; font-size:12px; margin-bottom:5px; }
.footer-grid a:not(.brand):hover, .footer-link:hover { color:var(--lime); }
.footer-link { border:0; background:transparent; padding:0; color:var(--lime); cursor:pointer; font-weight:600; }
.footer-bottom { display:flex; justify-content:space-between; border-top:1px solid #253029; margin-top:55px; padding-top:22px; font-size:10px; }

.chat-launcher { position:fixed; z-index:80; right:24px; bottom:24px; width:58px; height:58px; display:grid; place-items:center; border:0; border-radius:50%; background:var(--blue); box-shadow:0 12px 35px rgba(2,166,255,.3); cursor:pointer; transition:transform .2s; }
.chat-launcher:hover { transform:scale(1.06); }
.chat-launcher svg { width:25px; fill:none; stroke:white; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.chat-close-icon { display:none; }
.chat-launcher.active .chat-open-icon { display:none; }
.chat-launcher.active .chat-close-icon { display:block; }
.chat-dot { position:absolute; right:1px; top:1px; width:13px; height:13px; border-radius:50%; background:#ff684e; border:3px solid var(--paper); }
.chat-panel { position:fixed; z-index:79; right:24px; bottom:94px; width:min(380px,calc(100vw - 32px)); height:530px; max-height:calc(100vh - 125px); display:flex; flex-direction:column; background:white; border:1px solid #e0e4e0; border-radius:22px; box-shadow:0 24px 80px rgba(17,23,19,.25); opacity:0; visibility:hidden; transform:translateY(15px) scale(.97); transform-origin:bottom right; transition:.25s; overflow:hidden; }
.chat-panel.active { opacity:1; visibility:visible; transform:none; }
.chat-panel > header { display:flex; align-items:center; gap:11px; padding:17px 18px; background:var(--ink); color:white; }
.chat-avatar { position:relative; width:39px; height:39px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,var(--lime),var(--blue)); color:white; font-weight:800; font-size:11px; }
.chat-avatar span { position:absolute; right:0; bottom:0; width:10px; height:10px; background:#4dcc76; border:2px solid var(--ink); border-radius:50%; }
.chat-panel header > div:nth-child(2) { display:grid; }
.chat-panel header strong { font-size:13px; }
.chat-panel header small { display:flex; align-items:center; gap:5px; color:#aab4ad; font-size:10px; }
.chat-panel header small i { width:5px; height:5px; background:#4dcc76; border-radius:50%; }
.chat-panel-close { margin-left:auto; border:0; background:transparent; color:#c3cbc6; font-size:26px; cursor:pointer; }
.chat-messages { flex:1; overflow:auto; padding:18px; display:flex; flex-direction:column; gap:12px; background:#f7f8f5; }
.message { max-width:84%; padding:11px 13px; border-radius:15px; font-size:12px; line-height:1.5; animation:message-in .2s ease; }
.message.bot { align-self:flex-start; background:white; border:1px solid #e4e8e4; border-bottom-left-radius:4px; }
.message.user { align-self:flex-end; background:var(--ink); color:white; border-bottom-right-radius:4px; }
.message small { display:block; margin-top:4px; opacity:.55; font-size:8px; }
@keyframes message-in { from { opacity:0; transform:translateY(5px); } }
.typing { display:flex; gap:4px; padding:12px 14px; }
.typing i { width:5px; height:5px; background:#909992; border-radius:50%; animation:typing 1s infinite; }
.typing i:nth-child(2) { animation-delay:.15s; }.typing i:nth-child(3){animation-delay:.3s;}
@keyframes typing { 50% { transform:translateY(-3px); } }
.quick-replies { display:flex; flex-wrap:wrap; gap:7px; padding:10px 12px; max-height:92px; overflow:auto; border-top:1px solid #e6e9e6; background:#fff; }
.quick-replies button { white-space:nowrap; border:1px solid #ced5cf; background:white; border-radius:999px; padding:7px 10px; font-size:9px; font-weight:700; cursor:pointer; }
.chat-form { display:flex; gap:8px; padding:11px; border-top:1px solid #e6e9e6; }
.chat-form input { flex:1; min-width:0; border:0; outline:0; padding:8px; font-size:12px; }
.chat-form button { width:36px; height:36px; display:grid; place-items:center; border:0; border-radius:50%; background:var(--lime); cursor:pointer; }
.chat-form svg { width:17px; fill:none; stroke:var(--ink); stroke-width:1.8; stroke-linejoin:round; }

.booking-dialog { width:100%; max-width:none; height:100%; max-height:none; margin:0; padding:0; border:0; background:rgba(17,23,19,.5); backdrop-filter:blur(8px); }
.booking-dialog[open] { display:grid; place-items:center; animation:dialog-fade .2s; }
.booking-dialog::backdrop { background:rgba(17,23,19,.5); }
@keyframes dialog-fade { from { opacity:0; } }
.booking-shell { position:relative; width:min(720px,calc(100% - 32px)); max-height:calc(100vh - 32px); display:flex; flex-direction:column; background:var(--paper); border-radius:26px; box-shadow:var(--shadow); overflow:hidden; }
.dialog-close { position:absolute; z-index:2; right:18px; top:15px; width:35px; height:35px; border:0; border-radius:50%; background:#e5e8e4; font-size:22px; cursor:pointer; }
.booking-progress { display:grid; grid-template-columns:repeat(3,1fr); gap:6px; padding:28px 70px 0 28px; }
.booking-progress span { height:4px; border-radius:4px; background:#d8ddd9; }
.booking-progress span.active { background:var(--lime-dark); }
.booking-content { overflow-y:auto; min-height:500px; }
.booking-step { display:none; padding:29px 42px 35px; }
.booking-step.active { display:block; animation:step-in .25s ease; }
@keyframes step-in { from { opacity:0; transform:translateX(7px); } }
.step-count { margin-bottom:8px; text-transform:uppercase; letter-spacing:.14em; color:#7e897f; font-size:9px; font-weight:800; }
.booking-step h2 { margin-bottom:9px; font-size:32px; letter-spacing:-.05em; }
.step-help { margin-bottom:26px; color:var(--muted); font-size:13px; }
.booking-options { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:25px; }
.booking-category-tabs { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin:18px 0; }
.booking-category-tabs button { display:grid; place-items:center; gap:3px; min-height:62px; padding:8px; border:1px solid #d8ddd9; border-radius:13px; background:white; cursor:pointer; }
.booking-category-tabs button span { color:var(--blue); font:800 8px var(--font-display); letter-spacing:.12em; }
.booking-category-tabs button b { font:800 14px var(--font-display); }
.booking-category-tabs button.active { border-color:var(--ink); background:var(--ink); color:white; box-shadow:inset 0 0 0 1px var(--ink); }
.booking-option { display:flex; align-items:center; gap:12px; text-align:left; border:1px solid #d8ddd9; background:white; padding:13px; border-radius:14px; cursor:pointer; }
.booking-option.active { border-color:var(--ink); box-shadow:inset 0 0 0 1px var(--ink); }
.booking-option > span { width:35px; height:35px; display:grid; place-items:center; border-radius:10px; background:var(--mint); }
.booking-option div { display:grid; }
.booking-option strong { font-size:12px; }
.booking-option small { color:var(--muted); font-size:10px; }
.booking-option b { margin-left:auto; font:800 14px var(--font-display); }
.field-label, #bookingForm label > span { display:block; margin:16px 0 7px; color:#4f5a53; font-size:10px; font-weight:700; }
#bookingForm label > span em { font-style:normal; color:#9aa29d; font-weight:400; }
.booking-vehicles { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.booking-vehicles button { border:1px solid #d5dad6; background:white; padding:12px 8px; border-radius:12px; font-size:11px; font-weight:700; cursor:pointer; }
.booking-vehicles button.active { border-color:var(--ink); background:var(--ink); color:white; }
.form-input { width:100%; border:1px solid #d6dbd7; background:white; border-radius:11px; padding:13px 14px; outline:0; font-size:12px; resize:vertical; transition:border .2s,box-shadow .2s; }
.form-input:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(2,166,255,.18); }
.form-input.invalid { border-color:#dc5a49; }
.time-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.time-grid button { border:1px solid #d6dbd7; background:white; padding:13px 8px; border-radius:11px; font-size:11px; font-weight:700; cursor:pointer; }
.time-grid button.active { background:var(--ink); color:white; border-color:var(--ink); }
.two-fields { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.booking-footer { min-height:82px; display:flex; align-items:center; gap:20px; border-top:1px solid #dce0dc; padding:14px 28px; background:white; }
.booking-footer[hidden] { display:none !important; }
.back-button { border:0; background:transparent; color:var(--muted); font-weight:700; cursor:pointer; padding:10px; }
.booking-total { display:grid; margin-left:auto; text-align:right; }
.booking-total small { color:var(--muted); font-size:9px; }
.booking-total strong { font:800 20px var(--font-display); letter-spacing:-.04em; }
.confirmation { text-align:center; padding-top:55px; }
.success-icon { width:68px; height:68px; display:grid; place-items:center; margin:0 auto 18px; border-radius:50%; background:linear-gradient(135deg,var(--lime),var(--blue)); color:white; font-size:27px; font-weight:800; }
.confirmation > p:not(.step-count) { max-width:420px; margin-inline:auto; color:var(--muted); font-size:13px; }
.confirmation-card { max-width:430px; margin:25px auto; padding:18px; display:grid; gap:9px; text-align:left; background:white; border:1px solid #dce0dc; border-radius:14px; }
.confirmation-card div { display:flex; justify-content:space-between; gap:15px; font-size:11px; }
.confirmation-card span { color:var(--muted); }
.confirmation-card strong { text-align:right; }
.confirmation .button { max-width:430px; margin:auto; }
.confirmation-actions { max-width:430px; display:grid; gap:9px; margin:0 auto; }
.confirmation-actions .button { max-width:none; }
.toast { position:fixed; z-index:100; left:50%; bottom:24px; transform:translate(-50%,30px); opacity:0; background:var(--ink); color:white; padding:12px 18px; border-radius:999px; box-shadow:var(--shadow); font-size:12px; pointer-events:none; transition:.25s; }
.toast.active { opacity:1; transform:translate(-50%,0); }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .6s ease,transform .6s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .desktop-nav { display:none; }
  .hero { min-height:auto; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { max-width:720px; }
  .hero-visual { width:min(680px,100%); margin:auto; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .process-grid { gap:70px; }
}

@media (max-width: 700px) {
  .container { width:min(100% - 30px,1180px); }
  .nav-wrap { height:68px; }
  .nav-actions { gap:7px; }
  .nav-book { display:none; }
  .menu-button { display:block; }
  .mobile-nav { position:absolute; inset:68px 12px auto; padding:18px; background:#10161c; border:1px solid #29333d; border-radius:17px; box-shadow:0 20px 45px rgba(0,0,0,.25); flex-direction:column; gap:8px; }
  .mobile-nav.active { display:flex; }
  .mobile-nav a { padding:10px; color:#d7ded9; font-size:14px; }
  .mobile-nav .button { margin-top:7px; }
  .mobile-cart-link { display:flex; justify-content:space-between; border:0; border-top:1px solid #3a473f; background:transparent; color:white; padding:13px 10px 6px; font-size:13px; font-weight:700; cursor:pointer; }
  .mobile-cart-link span { color:var(--lime); font-size:10px; }
  .hero { padding:118px 0 65px; }
  .hero-grid { gap:45px; }
  h1 { font-size:clamp(49px,15vw,72px); }
  .hero-lede { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; }
  .hero-actions .button { width:100%; }
  .trust-row { margin-top:38px; gap:10px; font-size:10px; }
  .car-card,.brand-hero-card { min-height:280px; border-radius:24px; }
  .brand-hero-card img { min-height:280px; }
  .fresh-badge { left:14px; bottom:14px; }
  .section { padding:75px 0; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:20px; margin-bottom:35px; }
  .section-heading h2,.shop-heading h2,.process h2,.final-cta h2 { font-size:40px; }
  .vehicle-toggle { align-items:flex-start; flex-direction:column; }
  .category-tabs { grid-template-columns:1fr 1fr; }
  .category-tabs button { min-height:68px; }
  .segmented { width:100%; }
  .segmented button { flex:1; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:0; }
  .addons { align-items:flex-start; flex-direction:column; }
  .shop-heading { align-items:flex-start; flex-direction:column; gap:24px; margin-bottom:30px; }
  .shop-promise { width:100%; }
  .shop-portal { grid-template-columns:1fr; }
  .shop-portal-art { min-height:0; aspect-ratio:3/2; }
  .shop-portal-art img { min-height:0; }
  .shop-portal-content { padding:34px 24px 38px; }
  .shop-portal-content .button { width:100%; }
  .process-grid { grid-template-columns:1fr; gap:55px; }
  .review-grid { grid-template-columns:1fr; }
  .review-card.featured { padding-block:28px; }
  .final-cta .container { align-items:flex-start; flex-direction:column; }
  .final-cta .button { width:100%; }
  .footer-grid { grid-template-columns:1fr; gap:35px; }
  .footer-bottom { align-items:flex-start; flex-direction:column; gap:7px; }
  .chat-launcher { right:16px; bottom:16px; }
  .chat-panel { right:16px; bottom:84px; height:min(520px,calc(100vh - 105px)); }
  .fulfillment-options { grid-template-columns:1fr; }
  .order-summary { position:static; }
  .order-success-view { padding:75px 20px 40px; }
  .order-success-view h2 { font-size:32px; }
  .booking-shell { width:100%; height:100%; max-height:none; border-radius:0; }
  .booking-content { flex:1; min-height:0; }
  .booking-step { padding:27px 20px; }
  .booking-options { grid-template-columns:1fr; }
  .booking-category-tabs { grid-template-columns:1fr 1fr; }
  .booking-option { padding:10px 12px; }
  .booking-footer { min-height:76px; padding:11px 14px; gap:8px; }
  .booking-footer .button { padding:12px 16px; }
  .two-fields { grid-template-columns:1fr; gap:0; }
  .time-grid { grid-template-columns:1fr 1fr; }
  .booking-progress { padding-left:20px; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}


/* Conversion, SEO, and trust sections added in the improved package */
.section-sm { padding: 38px 0; }
.proof-strip { background:#05080b; color:white; }
.proof-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.proof-grid > div { min-height:118px; display:flex; flex-direction:column; justify-content:center; gap:8px; padding:22px; border:1px solid #26313b; border-radius:18px; background:linear-gradient(145deg,#0b1117,#121922); }
.proof-grid strong { font:800 22px var(--font-display); letter-spacing:-.04em; }
.proof-grid span { color:#aab4be; font-size:13px; line-height:1.55; }
.packages { background:#f7f8fa; }
.package-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.package-card { min-height:285px; display:flex; flex-direction:column; align-items:flex-start; padding:30px; border:1px solid var(--line); border-radius:var(--radius); background:white; box-shadow:0 8px 28px rgba(17,23,19,.05); }
.package-card.featured { background:#05080b; color:white; border-color:#26313b; box-shadow:0 22px 55px rgba(5,8,11,.2); }
.package-card > span { color:var(--lime); font-size:10px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.package-card h3 { margin:12px 0 10px; font-size:32px; letter-spacing:-.05em; }
.package-card p { color:var(--muted); line-height:1.65; }
.package-card.featured p { color:#aeb8c2; }
.package-card .button { margin-top:auto; }
.results { background:#eef0ec; }
.results-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:45px; align-items:center; }
.results-copy p:not(.eyebrow) { color:var(--muted); line-height:1.7; }
.check-list { display:grid; gap:10px; margin:25px 0 0; padding:0; list-style:none; }
.check-list li { display:flex; gap:10px; align-items:center; color:#394149; font-size:14px; font-weight:700; }
.check-list li::before { content:"✓"; width:23px; height:23px; display:grid; place-items:center; border-radius:50%; background:var(--blue); color:white; font-size:11px; }
.before-after { min-height:390px; display:grid; grid-template-columns:1fr 1fr; overflow:hidden; border-radius:30px; border:1px solid #d0d6d1; box-shadow:var(--shadow); }
.before-panel,.after-panel { position:relative; display:flex; flex-direction:column; justify-content:end; padding:28px; color:white; isolation:isolate; }
.before-panel { background:radial-gradient(circle at 20% 20%,rgba(128,82,34,.55),transparent 34%),linear-gradient(145deg,#33261c,#17110d); }
.after-panel { background:radial-gradient(circle at 70% 22%,rgba(2,166,255,.45),transparent 34%),linear-gradient(145deg,#071017,#101b25); }
.before-panel::before,.after-panel::before { content:""; position:absolute; inset:0; opacity:.28; background-image:linear-gradient(135deg,rgba(255,255,255,.4) 0 1px,transparent 1px 12px); z-index:-1; }
.before-after span { width:max-content; padding:7px 10px; margin-bottom:9px; border-radius:999px; background:rgba(255,255,255,.14); font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }
.before-after b { max-width:220px; font:800 32px var(--font-display); line-height:1; letter-spacing:-.05em; }
.maintenance { background:white; }
.maintenance-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.maintenance-card { padding:28px; border-radius:var(--radius); background:#f4f5f7; border:1px solid var(--line); }
.maintenance-card h3 { margin-bottom:10px; font-size:28px; letter-spacing:-.05em; }
.maintenance-card p { color:var(--muted); line-height:1.65; }
.maintenance-card ul { display:grid; gap:9px; margin:20px 0 0; padding-left:18px; color:#3d4853; font-size:13px; line-height:1.45; }
.section-cta { display:flex; align-items:center; gap:24px; margin-top:28px; }
.dark-link { color:var(--ink); border-bottom-color:#cbd2d8; }
.areas { background:#f7f8fa; }
.areas-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:40px; align-items:center; }
.areas-copy p:not(.eyebrow) { color:var(--muted); line-height:1.7; }
.area-list { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.area-list a { padding:18px 20px; border-radius:16px; background:white; border:1px solid var(--line); font-weight:800; transition:.2s; }
.area-list a:hover { transform:translateY(-2px); border-color:var(--blue); color:#006fae; box-shadow:0 10px 28px rgba(17,23,19,.08); }
.product-list { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:24px; }
.product-list article { padding:18px; border:1px solid #28333d; border-radius:16px; background:#111820; color:white; }
.product-list strong { display:block; margin-bottom:7px; font:800 20px var(--font-display); letter-spacing:-.04em; }
.product-list span { color:#aab4be; font-size:12px; line-height:1.5; }
.trust-cards .review-card h3 { margin:14px 0 8px; font-size:25px; letter-spacing:-.04em; }
.trust-cards .review-card p { color:var(--muted); font-size:14px; line-height:1.65; }
.inline-action { display:inline-flex; margin-top:10px; padding:0; border:0; background:transparent; color:#006fae; font-weight:800; cursor:pointer; }
.inline-button { font:inherit; }
.form-consent { margin:13px 0 0; color:#7c858e; font-size:10px; line-height:1.55; }
.booking-footer .button:disabled { opacity:.55; cursor:progress; transform:none; }
.location-page { background:#f4f5f7; color:#05080b; }
.location-hero { padding:140px 0 72px; background:#05080b; color:white; }
.location-hero h1 { max-width:860px; }
.location-content { padding:70px 0; }
.location-content .content-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:36px; align-items:start; }
.location-card { padding:28px; border-radius:22px; background:white; border:1px solid var(--line); box-shadow:0 8px 30px rgba(17,23,19,.05); }
.location-card h2 { font-size:36px; letter-spacing:-.05em; }
.location-card p,.location-card li { color:var(--muted); line-height:1.7; }
.location-card ul { padding-left:20px; }
.location-aside { position:sticky; top:100px; display:grid; gap:14px; }
.location-aside a { width:100%; }
.policy-page { padding:130px 0 70px; }
.policy-page article { max-width:850px; padding:34px; border-radius:24px; background:white; border:1px solid var(--line); box-shadow:0 8px 30px rgba(17,23,19,.05); }
.policy-page h1 { color:var(--ink); font-style:normal; text-transform:none; }
.policy-page p,.policy-page li { color:var(--muted); line-height:1.75; }

@media (max-width: 900px) {
  .proof-grid,.package-grid,.maintenance-grid,.product-list { grid-template-columns:1fr; }
  .results-grid,.areas-grid,.location-content .content-grid { grid-template-columns:1fr; }
  .before-after { min-height:320px; }
  .area-list { grid-template-columns:1fr; }
  .section-cta { align-items:flex-start; flex-direction:column; }
  .location-aside { position:static; }
}


/* Results gallery additions */
.results-preview-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.job-card { overflow:hidden; display:flex; flex-direction:column; min-height:100%; border:1px solid var(--line); border-radius:var(--radius); background:white; box-shadow:0 12px 34px rgba(17,23,19,.08); }
.job-card img { width:100%; aspect-ratio: 1.38 / 1; display:block; object-fit:cover; background:#05080b; }
.job-card > div { padding:22px; }
.job-card span, .comparison-card span { color:var(--lime); font-size:10px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.job-card h3 { margin:8px 0 8px; font-size:28px; line-height:1; letter-spacing:-.05em; }
.job-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.65; }
.inline-button { border:0; background:transparent; cursor:pointer; display:inline-flex; align-items:center; }
.page-hero { position:relative; overflow:hidden; background:var(--ink); color:white; padding:155px 0 90px; }
.page-hero::before { content:""; position:absolute; inset:0; opacity:.12; background-image:linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size:56px 56px; }
.page-hero::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(115deg,rgba(255,22,22,.10),transparent 38%,rgba(2,166,255,.12)); }
.page-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:.95fr 1.05fr; gap:55px; align-items:center; }
.page-hero h1 { max-width:650px; }
.gallery-hero-stack { position:relative; min-height:430px; }
.gallery-hero-stack img { position:absolute; width:78%; max-width:520px; aspect-ratio:1.4/1; object-fit:cover; border:1px solid #26313b; border-radius:30px; box-shadow:0 40px 90px rgba(0,0,0,.38); background:#030507; }
.gallery-hero-stack img:first-child { right:0; top:0; transform:rotate(3deg); }
.gallery-hero-stack img:last-child { left:0; bottom:0; transform:rotate(-5deg); }
.gallery-section { background:#f7f8fa; }
.gallery-section.alt { background:#eef0ec; }
.gallery-grid-wide { grid-template-columns:repeat(3,1fr); }
.gallery-grid-four { grid-template-columns:repeat(4,1fr); }
.gallery-tabs { display:flex; flex-wrap:wrap; gap:10px; margin:-8px 0 28px; }
.gallery-tabs a { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:10px 15px; border:1px solid var(--line); border-radius:999px; background:white; color:var(--ink); font-weight:800; font-size:13px; text-decoration:none; box-shadow:0 8px 22px rgba(17,23,19,.06); }
.gallery-tabs a:hover, .gallery-tabs a:focus-visible { border-color:var(--red); color:var(--red); transform:translateY(-1px); }
.card-action { display:inline-flex; margin-top:14px; color:var(--red); font-weight:900; font-size:13px; text-decoration:none; }
.card-action:hover, .card-action:focus-visible { text-decoration:underline; }

.comparison-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.comparison-card { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:white; box-shadow:0 12px 34px rgba(17,23,19,.08); }
.comparison-card > div:last-child { padding:24px; }
.comparison-card h3 { margin:8px 0 8px; font-size:30px; line-height:1; letter-spacing:-.05em; }
.comparison-card p { margin:0; color:var(--muted); line-height:1.65; }
.comparison-images { display:grid; grid-template-columns:1fr 1fr; }
.comparison-images figure { position:relative; margin:0; min-height:260px; overflow:hidden; background:#05080b; }
.comparison-images img { width:100%; height:100%; min-height:260px; display:block; object-fit:cover; }
.comparison-images figcaption { position:absolute; left:12px; bottom:12px; padding:7px 11px; border-radius:999px; background:rgba(5,8,11,.78); color:white; font-size:10px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.category-gallery-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.category-gallery-grid .job-card h3 { font-size:24px; }
.gallery-category-section { margin-top:36px; padding-top:18px; scroll-margin-top:105px; }
.category-heading-row { display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:10px; }
.category-heading-row h3 { margin:6px 0 0; font-size:38px; line-height:.95; letter-spacing:-.06em; }
.category-lead { max-width:780px; margin:0 0 18px; color:var(--muted); line-height:1.7; }
.gallery-photo-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.gallery-photo-card { overflow:hidden; margin:0; border:1px solid var(--line); border-radius:24px; background:white; box-shadow:0 12px 34px rgba(17,23,19,.08); }
.gallery-photo-card img { width:100%; aspect-ratio:1.18/1; display:block; object-fit:cover; background:#05080b; }
.gallery-photo-card figcaption { padding:12px 14px 14px; color:var(--muted); font-size:12px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }

.gallery-subgroup {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(17,23,19,.10);
}
.gallery-subgroup:first-of-type {
  margin-top: 22px;
}
.gallery-subgroup-heading {
  max-width: 850px;
  margin-bottom: 14px;
}
.gallery-subgroup-heading h4 {
  margin: 0 0 6px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: .96;
  letter-spacing: -.05em;
  font-family: var(--font-display);
}
.gallery-subgroup-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.photo-instructions { background:white; }
.instruction-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:34px; align-items:start; }
.instruction-grid h2 { margin:0 0 16px; font-size:clamp(38px,4vw,58px); line-height:1.05; letter-spacing:-.055em; }
.instruction-grid p { color:var(--muted); line-height:1.75; }
.instruction-card { display:grid; gap:10px; padding:24px; border:1px solid var(--line); border-radius:var(--radius); background:#f4f5f7; }
.instruction-card strong { font:800 24px var(--font-display); letter-spacing:-.04em; }
.instruction-card code { display:block; padding:11px 12px; border-radius:10px; background:#05080b; color:#dbeeff; font-size:12px; white-space:normal; overflow-wrap:anywhere; }

@media (max-width: 980px) {
  .results-preview-grid,.comparison-grid,.category-gallery-grid,.page-hero-grid,.instruction-grid,.gallery-grid-four { grid-template-columns:1fr; }
  .gallery-photo-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .category-heading-row { align-items:flex-start; flex-direction:column; }
  .category-gallery-grid { grid-template-columns:repeat(2,1fr); }
  .gallery-hero-stack { min-height:360px; }
}

@media (max-width: 700px) {
  .results-preview-grid,.category-gallery-grid,.gallery-grid-wide,.gallery-grid-four { grid-template-columns:1fr; }
  .gallery-photo-grid { grid-template-columns:1fr; }
  .category-heading-row h3 { font-size:31px; }
  .page-hero { padding:120px 0 70px; }
  .gallery-hero-stack { min-height:260px; }
  .gallery-hero-stack img { width:86%; border-radius:22px; }
  .comparison-images figure,.comparison-images img { min-height:190px; }
}


/* Category gallery tabs: only one photo group is visible at a time. */
.gallery-tabs a.active,
.gallery-tabs a[aria-current="true"] {
  border-color: var(--red);
  color: var(--red);
  background: #fff5f5;
  box-shadow: 0 12px 28px rgba(231, 26, 31, .12);
}
.gallery-tab-note {
  margin: -12px 0 26px;
  color: var(--muted);
  line-height: 1.65;
}
.gallery-tab-note strong { color: var(--ink); }
.gallery-category-section[data-gallery-panel] { display: none; }
.gallery-category-section[data-gallery-panel].active { display: block; }


/* Clean results gallery layout */
.gallery-photo-card figcaption { display: none; }
.gallery-hero .container { position: relative; z-index: 1; }
.gallery-category-section { margin-top: 24px; }
.gallery-subgroup { margin-top: 24px; padding-top: 20px; }
.gallery-subgroup-heading { margin-bottom: 12px; }
.gallery-subgroup-heading h4 { margin-bottom: 0; }
.gallery-photo-card img { aspect-ratio: 1.18 / 1; }

/* SEO content blocks */
.seo-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.seo-link-grid a{display:block;padding:22px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 30px rgba(17,23,19,.05);text-decoration:none;color:var(--ink)}.seo-link-grid a strong{display:block;font-size:20px;margin-bottom:8px}.seo-link-grid a span{display:block;color:var(--muted);line-height:1.55}.seo-link-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.seo-link-grid.compact a{padding:14px;border-radius:16px}.seo-link-grid.compact a strong{font-size:16px;margin:0}.faq-grid,.faq-list{display:grid;gap:14px}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-list{max-width:980px;margin:0 auto}.faq-list.mini{max-width:none}.faq-grid details,.faq-list details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 8px 30px rgba(17,23,19,.05)}.faq-grid summary,.faq-list summary{cursor:pointer;font-weight:800;color:var(--ink);font-family:Manrope,system-ui,sans-serif}.faq-grid p,.faq-list p{margin:12px 0 0;color:var(--muted);line-height:1.7}@media (max-width:820px){.seo-link-grid,.faq-grid{grid-template-columns:1fr}.seo-link-grid.compact{grid-template-columns:1fr}}


/* Blog section */
.page-hero { position:relative; overflow:hidden; background:var(--ink); color:white; padding:150px 0 86px; }
.page-hero::before { content:""; position:absolute; inset:0; opacity:.12; background-image:linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size:56px 56px; mask-image:linear-gradient(to bottom, transparent, #000 25%, transparent); }
.page-hero .container { position:relative; z-index:1; }
.page-hero h1 { max-width:820px; }
.page-hero p:not(.eyebrow) { max-width:760px; color:#b9c2bc; font-size:18px; line-height:1.7; }
.blog-preview { background:#fff; }
.blog-preview-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.blog-preview-card { padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:#f4f5f7; box-shadow:0 8px 28px rgba(17,23,19,.05); }
.blog-preview-card span, .blog-article span { color:var(--lime); font-size:10px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.blog-preview-card h3 { margin:10px 0 8px; font-size:30px; letter-spacing:-.05em; line-height:1; }
.blog-preview-card p, .blog-article p, .blog-toc a { color:var(--muted); line-height:1.65; }
.blog-layout { display:grid; grid-template-columns:280px 1fr; gap:32px; align-items:start; }
.blog-toc { position:sticky; top:105px; display:flex; flex-direction:column; gap:10px; padding:24px; border:1px solid var(--line); border-radius:var(--radius); background:white; box-shadow:0 8px 28px rgba(17,23,19,.05); }
.blog-toc strong { font-family:var(--font-display); font-size:25px; letter-spacing:-.04em; }
.blog-toc a { padding:10px 0; border-top:1px solid #eef0ec; font-size:13px; font-weight:800; }
.blog-toc a:hover { color:var(--lime); }
.blog-article-stack { display:grid; gap:18px; }
.blog-article { padding:34px; border:1px solid var(--line); border-radius:var(--radius); background:white; box-shadow:0 8px 28px rgba(17,23,19,.05); scroll-margin-top:100px; }
.blog-article h2 { margin:10px 0 12px; font-size:42px; line-height:1; letter-spacing:-.055em; }
.blog-tags { display:flex; flex-wrap:wrap; gap:9px; margin-top:22px; }
.blog-tags a { display:inline-flex; padding:9px 12px; border:1px solid #dce0dc; border-radius:999px; background:#f4f5f7; color:#3d4853; font-size:12px; font-weight:800; }
.blog-tags a:hover { border-color:var(--lime); color:var(--lime); }
@media (max-width: 900px) { .blog-layout { grid-template-columns:1fr; } .blog-toc { position:static; } .blog-preview-grid { grid-template-columns:1fr; } }

/* Compact blog cleanup */
.blog-preview-compact{padding-top:64px;padding-bottom:64px}.compact-heading{margin-bottom:20px}.compact-heading h2{font-size:clamp(34px,5vw,58px)}.compact-heading p{max-width:520px}.compact-blog-grid{gap:12px}.blog-preview-compact .blog-preview-card{padding:18px;border-radius:18px}.blog-preview-compact .blog-preview-card h3{font-size:22px;line-height:1.05;letter-spacing:-.035em;margin:8px 0 6px}.blog-preview-compact .blog-preview-card p{font-size:14px;line-height:1.5;margin-bottom:10px}.compact-cta{margin-top:18px}.blog-hero-compact{padding:118px 0 54px}.blog-hero-compact h1{max-width:740px}.blog-hero-compact p:not(.eyebrow){max-width:680px;font-size:16px;line-height:1.55}.blog-section-compact{padding-top:58px}.blog-topic-strip{position:static;display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:14px;border-radius:18px;margin-bottom:18px}.blog-topic-strip strong{font-size:15px;margin-right:4px}.blog-topic-strip a{border:1px solid #e0e4e0;border-radius:999px;padding:8px 11px;font-size:12px;line-height:1;background:#f7f8f6}.blog-topic-strip a:hover{background:#eef4e4;border-color:var(--lime)}.blog-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.blog-card{display:grid;grid-template-columns:132px 1fr;gap:16px;padding:16px;border-radius:20px;align-items:start}.blog-card .blog-article-image{width:132px;height:132px;aspect-ratio:1/1;object-fit:cover;border-radius:16px;margin:0}.blog-card-body{min-width:0}.blog-card h2{font-size:24px;line-height:1.04;letter-spacing:-.035em;margin:6px 0 8px}.blog-card .blog-excerpt{font-size:14px;line-height:1.5;margin:0 0 10px}.blog-read-more{margin-top:8px}.blog-read-more summary{cursor:pointer;font-weight:900;color:var(--ink);font-family:Manrope,system-ui,sans-serif;display:inline-flex;align-items:center;border:1px solid #dce0dc;border-radius:999px;padding:8px 12px;background:#f4f5f7}.blog-read-more summary:hover{border-color:var(--lime);color:var(--lime)}.blog-full-text{margin-top:12px}.blog-full-text p{font-size:14px;line-height:1.6}.blog-card .blog-tags{margin-top:12px}.blog-card .blog-tags a{font-size:11px;padding:7px 9px}@media (max-width:900px){.blog-card-grid{grid-template-columns:1fr}.blog-card{grid-template-columns:108px 1fr}.blog-card .blog-article-image{width:108px;height:108px}.blog-card h2{font-size:21px}.blog-hero-compact{padding:106px 0 44px}.blog-preview-compact{padding-top:48px;padding-bottom:48px}}@media (max-width:560px){.blog-card{grid-template-columns:1fr}.blog-card .blog-article-image{width:100%;height:auto;aspect-ratio:1.7/1}.blog-topic-strip{overflow-x:auto;flex-wrap:nowrap}.blog-topic-strip a{white-space:nowrap}.blog-preview-compact .blog-preview-card{padding:16px}.blog-preview-compact .blog-preview-card h3{font-size:20px}}

/* Blog spacing cleanup - tighten gap between blog title area and posts */
.blog-hero-compact {
  padding-bottom: 28px;
}
.blog-section-compact {
  padding-top: 24px;
}
.blog-section-compact .compact-heading {
  margin-bottom: 10px;
  gap: 16px;
}
.blog-section-compact .compact-heading h2 {
  margin-bottom: 0;
}
.blog-section-compact .compact-heading > p {
  line-height: 1.4;
}
.blog-topic-strip {
  margin-bottom: 12px;
}
@media (max-width:900px){
  .blog-hero-compact { padding-bottom: 22px; }
  .blog-section-compact { padding-top: 18px; }
  .blog-section-compact .compact-heading { margin-bottom: 8px; }
}
