:root {
    --red: #d71920;
    --red-dark: #a90d12;
    --ink: #0a0a0a;
    --paper: #f7f6f3;
    --white: #ffffff;
    --line: rgba(10, 10, 10, .16);
    --muted: #66645f;
    --shell: min(1380px, calc(100vw - 80px));
    --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "Noto Sans SC", "Microsoft YaHei", Helvetica, sans-serif; font-size: 17px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1.4em; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin: 0 0 .55em; letter-spacing: -.05em; line-height: .98; font-weight: 800; }
h1 { font-size: clamp(3.4rem, 7.4vw, 8.5rem); }
h2 { font-size: clamp(2.6rem, 5vw, 6rem); }
h3 { font-size: clamp(1.55rem, 2.3vw, 2.7rem); }
em { color: var(--red); font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 1080px; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 20px; }

.topbar { position: relative; z-index: 51; background: var(--ink); color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.topbar { font-family: "SFMono-Regular", Consolas, monospace; border-bottom: 1px solid rgba(215,25,32,.42); }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.topbar p { margin: 0; }
.topbar a { color: rgba(255,255,255,.78); }
.topbar a:hover { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(10,10,10,.12); background: rgba(247,246,243,.94); backdrop-filter: blur(15px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; margin-right: auto; }
.brand img { width: 154px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(13px, 1.5vw, 26px); }
.primary-nav a { position: relative; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .045em; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -9px; background: var(--red); transition: right .25s var(--ease); }
.primary-nav a:hover::after { right: 0; }
.header-cta { flex: 0 0 auto; background: var(--red); color: var(--white); padding: 13px 17px; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.language-switcher { display: flex; align-items: center; gap: 7px; padding-left: 12px; border-left: 1px solid var(--line); }
.language-switcher a { color: var(--muted); font-size: 11px; font-weight: 800; }
.language-switcher a.active { color: var(--red); }
.menu-toggle { display: none; align-items: center; gap: 11px; min-height: 44px; padding: 0 2px 0 12px; border: 0; background: transparent; color: var(--ink); font: inherit; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.menu-toggle i { position: relative; display: block; width: 31px; height: 31px; border-radius: 50%; background: var(--ink); }
.menu-toggle b { position: absolute; left: 8px; right: 8px; top: 12px; height: 1.5px; background: var(--white); transition: transform .25s var(--ease), top .25s var(--ease); }
.menu-toggle b + b { top: 18px; }
.menu-toggle[aria-expanded="true"] i { background: var(--red); }
.menu-toggle[aria-expanded="true"] b { top: 15px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] b + b { transform: rotate(-45deg); }
.mobile-menu-kicker, .mobile-menu-footer { display: none; }

.market-journey { position: relative; height: 610vh; background: #020202; color: var(--white); }
.market-stage { position: sticky; top: 0; height: 100vh; min-height: 660px; overflow: hidden; isolation: isolate; }
.market-grid, .market-glow { position: absolute; inset: 0; pointer-events: none; }
.market-grid { opacity: .58; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; transform: perspective(800px) rotateX(58deg) scale(1.55); transform-origin: center bottom; }
.market-glow { background: radial-gradient(circle at 50% 48%, rgba(215,25,32,.23), transparent 20%, rgba(215,25,32,.05) 36%, transparent 57%); }
.market-object { position: absolute; z-index: 2; left: 50%; top: 50%; width: min(37vw, 560px); aspect-ratio: .95; transform: translate(-50%,-50%); perspective: 1200px; }
.market-tyre, .tyre-clone { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; transform-origin: 50% 50%; will-change: transform, opacity; }
.market-tyre { z-index: 4; filter: drop-shadow(0 42px 38px rgba(0,0,0,.72)) drop-shadow(0 0 32px rgba(215,25,32,.2)); }
.market-tyre.wire { z-index: 5; opacity: 0; filter: drop-shadow(0 0 25px rgba(215,25,32,.5)); }
.tyre-clones { position: absolute; inset: 0; z-index: 1; }
.tyre-clone { opacity: 0; filter: grayscale(.25) brightness(.64) drop-shadow(0 20px 20px rgba(0,0,0,.6)); }
.market-orbit { position: absolute; z-index: 0; left: 50%; top: 50%; width: 125%; aspect-ratio: 1; border: 1px solid rgba(215,25,32,.3); border-radius: 50%; transform: translate(-50%,-50%) rotateX(68deg); }
.market-orbit::before, .market-orbit::after { content: ""; position: absolute; top: 50%; width: 6px; aspect-ratio: 1; border-radius: 50%; background: var(--red); box-shadow: 0 0 13px var(--red); }
.market-orbit::before { left: -3px; }.market-orbit::after { right: -3px; }
.orbit-b { width: 88%; border-color: rgba(255,255,255,.18); transform: translate(-50%,-50%) rotateY(69deg); }
.market-scan { position: absolute; z-index: 7; left: -15%; right: -15%; top: 12%; height: 1px; opacity: 0; background: linear-gradient(90deg, transparent, var(--red) 38%, var(--white) 50%, var(--red) 62%, transparent); box-shadow: 0 0 20px var(--red); }
.data-cloud { position: absolute; z-index: 8; inset: -20%; pointer-events: none; opacity: 0; }
.data-cloud span { position: absolute; padding: 7px 9px; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.7); color: rgba(255,255,255,.72); font: 8px/1.1 "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; white-space: nowrap; }
.data-cloud span:nth-child(1) { left: 2%; top: 18%; }.data-cloud span:nth-child(2) { right: 0; top: 24%; }.data-cloud span:nth-child(3) { left: -2%; top: 52%; }.data-cloud span:nth-child(4) { right: -4%; top: 58%; }.data-cloud span:nth-child(5) { left: 12%; bottom: 8%; }.data-cloud span:nth-child(6) { right: 8%; bottom: 4%; }
.market-panels { position: relative; z-index: 10; height: 100%; pointer-events: none; }
.market-panel { position: absolute; top: 50%; width: min(36vw, 530px); opacity: 0; transform: translateY(calc(-50% + 45px)); transition: opacity .14s linear; pointer-events: none; }
.market-panel:nth-child(odd) { left: 0; }.market-panel:nth-child(even) { right: 0; }
.market-panel.is-active { pointer-events: auto; }
.market-panel h1, .market-panel h2 { font-size: clamp(3rem, 5.2vw, 6.3rem); }
.market-panel p { max-width: 560px; color: rgba(255,255,255,.7); font-size: clamp(.98rem,1.25vw,1.14rem); }
.market-panel .eyebrow { color: var(--red); }
.chapter-link { display: inline-block; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--red); color: var(--white); font: 11px/1.3 "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.market-progress { position: absolute; z-index: 12; top: 50%; left: 22px; height: 42vh; transform: translateY(-50%); display: grid; grid-template-rows: auto 1fr auto; justify-items: center; gap: 10px; color: rgba(255,255,255,.42); font: 9px/1 "SFMono-Regular", Consolas, monospace; }
.market-progress i { position: relative; width: 1px; height: 100%; background: rgba(255,255,255,.18); }
.market-progress b { position: absolute; inset: 0 0 auto; height: 0; background: var(--red); box-shadow: 0 0 12px var(--red); }
.market-status { position: absolute; z-index: 12; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 20px; padding: 13px 3vw; border-top: 1px solid rgba(255,255,255,.13); background: rgba(0,0,0,.62); color: rgba(255,255,255,.5); font: 9px/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .11em; }

.home-hero { position: relative; min-height: min(790px, calc(100vh - 124px)); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--white); }
.home-hero::before { content: "NETWORK / DEMAND / AI / DATA"; position: absolute; z-index: 2; top: 35px; right: 3vw; padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.65); font: 10px/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .14em; }
.home-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.home-hero-photo, .home-hero-overlay { position: absolute; inset: 0; }
.home-hero-photo { background: url('../images/tyrestore-puchong.webp') 66% center / cover no-repeat; transform: scale(1.01); }
.home-hero-overlay { background: radial-gradient(circle at 72% 52%, rgba(215,25,32,.25), transparent 28%), linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.78) 48%, rgba(0,0,0,.22) 80%), linear-gradient(0deg, rgba(0,0,0,.78), transparent 58%); }
.home-hero-content { position: relative; z-index: 1; padding-block: 94px 62px; }
.home-hero h1 { max-width: 850px; font-size: clamp(3.5rem, 6.6vw, 7.3rem); }
.home-hero .hero-lead { max-width: 720px; }

.clear-intro .section-head { max-width: 860px; }
.section-head > p { max-width: 760px; color: var(--muted); font-size: 1.12rem; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 58px; background: var(--line); }
.audience-card { min-height: 430px; display: flex; flex-direction: column; padding: clamp(28px, 3.2vw, 46px); background: var(--white); }
.audience-card { position: relative; overflow: hidden; transition: color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease); }
.audience-card::after { content: ""; position: absolute; inset: auto -20% -65% 35%; aspect-ratio: 1; border: 1px solid rgba(215,25,32,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(215,25,32,.035), 0 0 0 90px rgba(215,25,32,.02); transition: transform .6s var(--ease); }
.audience-card:hover { z-index: 2; transform: translateY(-8px); background: var(--ink); color: var(--white); }
.audience-card:hover::after { transform: scale(1.25) rotate(18deg); }
.audience-card > * { position: relative; z-index: 1; }
.audience-card:hover p { color: rgba(255,255,255,.67); }
.audience-card > span { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.audience-card h3 { margin-top: 55px; font-size: clamp(1.7rem, 2.5vw, 2.8rem); }
.audience-card > strong { display: block; margin-bottom: 14px; font-size: 1.05rem; line-height: 1.35; }
.audience-card p { color: var(--muted); font-size: 15px; }
.audience-card a { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.market-loop { background: var(--ink); color: var(--white); }
.market-loop { background-image: radial-gradient(circle at 88% 15%, rgba(215,25,32,.22), transparent 24%); }
.market-loop .section-head { max-width: 800px; }
.loop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 58px; background: rgba(255,255,255,.2); }
.loop-grid article { min-height: 290px; padding: 32px; background: var(--ink); }
.loop-grid article { position: relative; overflow: hidden; }
.loop-grid article::after { content: ""; position: absolute; left: 32px; right: 100%; bottom: 0; height: 2px; background: var(--red); transition: right .45s var(--ease); }
.loop-grid article:hover::after { right: 32px; }
.loop-grid span { color: var(--red); font-size: 12px; font-weight: 800; }
.loop-grid h3 { margin-top: 70px; font-size: clamp(1.6rem, 2.3vw, 2.7rem); }
.loop-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 15px; }

.tyre-scroll { --progress: 0; --tyre-x: 14px; --tyre-y: 38px; --tyre-turn: -12deg; --tyre-yaw: -8deg; --grid-shift: -40px; --glow-scale: .86; --scan-position: 15%; --orbit-one: 0deg; --orbit-two: 0deg; position: relative; height: 175vh; background: #050505; color: var(--white); }
.tyre-sticky { position: sticky; top: 0; height: 100vh; min-height: 680px; overflow: hidden; display: flex; align-items: center; }
.tech-grid { position: absolute; inset: 0; opacity: .62; background-image: linear-gradient(rgba(215,25,32,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(215,25,32,.12) 1px, transparent 1px); background-size: 74px 74px; transform: perspective(700px) rotateX(61deg) scale(1.8) translateY(var(--grid-shift)); transform-origin: 50% 100%; }
.tyre-sticky::before { content: ""; position: absolute; width: 60vw; aspect-ratio: 1; right: -11vw; top: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(215,25,32,.2), rgba(215,25,32,.06) 38%, transparent 68%); filter: blur(8px); transform: scale(var(--glow-scale)); }
.tyre-stage { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 4vw; }
.tyre-copy { max-width: 670px; }
.tyre-copy h2 { font-size: clamp(2.8rem, 5.3vw, 6.4rem); }
.tyre-copy > p { max-width: 620px; color: rgba(255,255,255,.67); }
.signal-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.signal-tags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); background: rgba(0,0,0,.35); color: rgba(255,255,255,.78); font: 10px/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.tyre-object { position: relative; display: grid; place-items: center; height: min(76vh, 760px); perspective: 1200px; }
.tyre-object img { position: relative; z-index: 2; width: min(48vw, 650px); max-height: 78vh; object-fit: contain; filter: drop-shadow(0 45px 42px rgba(0,0,0,.72)) drop-shadow(0 0 34px rgba(215,25,32,.2)); transform: translate3d(var(--tyre-x), var(--tyre-y), 0) rotateZ(var(--tyre-turn)) rotateY(var(--tyre-yaw)); will-change: transform; }
.orbit { position: absolute; width: 82%; aspect-ratio: 1; border: 1px solid rgba(215,25,32,.4); border-radius: 50%; transform: rotateX(68deg) rotateZ(var(--orbit-one)); }
.orbit::before, .orbit::after { content: ""; position: absolute; top: 50%; width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--red); box-shadow: 0 0 15px var(--red); }
.orbit::before { left: -4px; }.orbit::after { right: -4px; }
.orbit-two { width: 58%; border-color: rgba(255,255,255,.22); transform: rotateY(67deg) rotateZ(var(--orbit-two)); }
.scan-line { position: absolute; z-index: 3; left: 8%; right: 8%; top: var(--scan-position); height: 1px; background: linear-gradient(90deg, transparent, var(--red), transparent); box-shadow: 0 0 18px var(--red); }
.data-rail { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-around; gap: 30px; padding: 13px 3vw; border-top: 1px solid rgba(255,255,255,.15); background: rgba(0,0,0,.55); color: rgba(255,255,255,.48); font: 9px/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .13em; }

.journey-rail { --journey-y: 8%; --journey-spin: 0deg; position: fixed; z-index: 44; top: 145px; right: 18px; bottom: 35px; width: 72px; display: grid; grid-template-rows: auto 1fr auto; justify-items: center; gap: 12px; pointer-events: none; opacity: 0; transform: translateX(25px); transition: opacity .3s, transform .45s var(--ease); }
.journey-rail.is-active { opacity: 1; transform: none; }
.journey-rail.in-core { opacity: 0; transform: translateX(25px); }
.journey-count, .journey-label { color: rgba(10,10,10,.7); font: 9px/1.1 "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; writing-mode: vertical-rl; }
.journey-label { max-height: 120px; overflow: hidden; text-overflow: ellipsis; }
.journey-track { position: relative; width: 1px; height: 100%; background: rgba(10,10,10,.18); }
.journey-track i { position: absolute; inset: 0 0 auto; height: var(--journey-y); background: var(--red); box-shadow: 0 0 12px rgba(215,25,32,.55); }
.journey-track img { position: absolute; z-index: 2; left: 50%; top: var(--journey-y); width: 53px; max-width: none; transform: translate(-50%,-50%) rotate(var(--journey-spin)); filter: drop-shadow(0 9px 9px rgba(0,0,0,.28)); }
.home main, body.home main { overflow: clip; }
.scroll-chapter { perspective: 1400px; }
.scroll-chapter .section-head, .scroll-chapter .story-copy, .scroll-chapter .network-copy, .scroll-chapter .faq-layout, .scroll-chapter .ai-copy, .scroll-chapter .ai-console { transform: translate3d(0, var(--chapter-y, 0), 0) rotateX(var(--chapter-tilt, 0deg)); transform-origin: 50% 50%; will-change: transform; }
.scroll-chapter .story-photo, .scroll-chapter .network-photo { transform: scale(1.06) translate3d(0, var(--photo-y, 0), 0); will-change: transform; }

.ai-engine { position: relative; background: #0a0a0a; color: var(--white); }
.ai-engine::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 46%, rgba(215,25,32,.2), transparent 30%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 42px 42px, 42px 42px; }
.ai-beam { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(transparent, var(--red) 30%, var(--red) 70%, transparent); box-shadow: 0 0 22px rgba(215,25,32,.5); opacity: .7; }
.ai-layout { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(55px, 8vw, 130px); align-items: center; }
.ai-copy h2 { max-width: 720px; font-size: clamp(2.7rem, 4.8vw, 5.8rem); }
.ai-copy > p { max-width: 660px; color: rgba(255,255,255,.68); }
.ai-steps { margin: 34px 0; border-top: 1px solid rgba(255,255,255,.18); }
.ai-steps article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.ai-steps article > span { color: var(--red); font: 10px/1.5 "SFMono-Regular", Consolas, monospace; }
.ai-steps strong { display: block; }
.ai-steps p { margin: 3px 0 0; color: rgba(255,255,255,.58); font-size: 14px; }
.ai-callout { padding-left: 16px; border-left: 3px solid var(--red); color: var(--white) !important; font-weight: 800; }
.ai-console { position: relative; min-height: 590px; padding: 20px; border: 1px solid rgba(255,255,255,.2); background: rgba(8,8,8,.82); box-shadow: 0 35px 90px rgba(0,0,0,.5), 0 0 70px rgba(215,25,32,.09); backdrop-filter: blur(16px); transform-style: preserve-3d; }
.ai-console::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(215,25,32,.16); pointer-events: none; }
.console-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 8px 8px 20px; border-bottom: 1px solid rgba(255,255,255,.14); font: 10px/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .1em; }
.console-top > span { color: var(--white); font-weight: 800; }
.console-top i { height: 1px; background: rgba(255,255,255,.18); }
.console-top small { color: #70ef9d; }
.console-top small::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #70ef9d; box-shadow: 0 0 10px #70ef9d; animation: statusPulse 1.7s ease-in-out infinite; }
.conversation { display: grid; gap: 18px; padding: 44px 18px; }
.message { max-width: 82%; padding: 16px 18px; border: 1px solid rgba(255,255,255,.15); background: #141414; box-shadow: 0 15px 30px rgba(0,0,0,.24); }
.ai-engine.is-in-view .message { animation: messageIn .7s var(--ease) both; }
.ai-engine.is-in-view .message.system { animation-delay: .2s; }
.ai-engine.is-in-view .message.outgoing { animation-delay: .4s; }
.message small { color: var(--red); font: 9px/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .12em; }
.message p { margin: 8px 0 0; font-size: 15px; }
.message.system { margin-left: auto; background: rgba(215,25,32,.1); border-color: rgba(215,25,32,.48); transform: translateZ(34px); }
.message.outgoing { margin-left: 8%; border-color: rgba(112,239,157,.42); transform: translateZ(18px); }
.console-metrics { position: absolute; left: 20px; right: 20px; bottom: 20px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.14); }
.console-metrics span { padding: 18px 8px 5px; color: rgba(255,255,255,.52); font: 9px/1.25 "SFMono-Regular", Consolas, monospace; text-align: center; }
.console-metrics b { display: block; margin-bottom: 8px; color: var(--red); font-size: 18px; }
@keyframes statusPulse { 50% { opacity: .35; transform: scale(.75); } }
@keyframes messageIn { from { opacity: 0; transform: translate3d(0,25px,0) scale(.97); } to { opacity: 1; } }

.photo-story { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 690px; background: var(--white); }
.photo-story.reverse .story-photo { order: 2; }
.story-photo { min-height: 620px; background-position: center; background-size: cover; }
.manufacturer-photo { background-image: url('../images/manufacturer-market.webp'); }
.workshop-photo { background-image: url('../images/workshop-fitment.webp'); }
.fleet-photo { background-image: url('../images/fleet-inspection.webp'); background-position: 58% center; }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(45px, 6.5vw, 105px); }
.story-copy h2 { max-width: 700px; font-size: clamp(2.3rem, 4.1vw, 4.8rem); }
.story-copy > p { max-width: 650px; color: var(--muted); }
.story-copy .button { margin-top: 18px; }
.story-note { padding: 15px 18px; border-left: 4px solid var(--red); background: var(--paper); color: var(--ink) !important; font-weight: 800; }
.fleet-story { background: var(--ink); color: var(--white); }
.fleet-story .story-copy > p { color: rgba(255,255,255,.72); }

.real-network { background: var(--red); color: var(--white); }
.network-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.network-photo img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.04); }
.network-copy h2 { font-size: clamp(2.5rem, 4.4vw, 5.2rem); }
.network-copy p { color: rgba(255,255,255,.85); }
.real-network .eyebrow { color: var(--white); }
.real-network .button-red { background: var(--ink); border-color: var(--ink); }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 130px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 42px 25px 0; cursor: pointer; list-style: none; font-size: clamp(1.15rem, 1.7vw, 1.55rem); font-weight: 800; line-height: 1.25; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 5px; top: 20px; color: var(--red); font-size: 1.8rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { max-width: 700px; padding: 0 35px 24px 0; color: var(--muted); }

.hero { position: relative; min-height: min(850px, calc(100vh - 124px)); display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url('../images/tyrestore-hero.webp') center / cover no-repeat; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.63) 44%, rgba(0,0,0,.08) 77%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-block: 100px 70px; }
.hero h1 { max-width: 1130px; }
.hero-lead { max-width: 820px; font-size: clamp(1.06rem, 1.5vw, 1.35rem); color: rgba(255,255,255,.83); }
.hero-punch { font-size: 1.05rem; }
.hero-punch strong { color: var(--white); }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 24px; color: var(--red); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.chapter-red .eyebrow, .chapter-dark .eyebrow, .final-cta .eyebrow, .belief .eyebrow { color: var(--white); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 54px; padding: 0 20px; border: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .055em; line-height: 1.2; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-red { border-color: var(--red); background: var(--red); color: var(--white); }
.button-red:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { background: transparent; color: var(--white); }
.button-outline { background: transparent; }
.text-link { padding: 14px 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.support-line { margin: 38px 0 0; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 32px 28px; border-left: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 1px solid var(--line); }
.proof-grid strong { display: block; margin-bottom: 7px; color: var(--red); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.proof-grid span { display: block; color: var(--muted); font-size: 14px; line-height: 1.45; }

.partner-trust { position: relative; overflow: hidden; padding-block: clamp(78px, 8vw, 132px); background: #090909; color: var(--white); isolation: isolate; }
.partner-trust::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 88% 0%, rgba(215,25,32,.28), transparent 31%), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 12.5% 100%, 100% 72px; }
.partner-trust::after { content: ""; position: absolute; right: -9vw; bottom: -24vw; z-index: -1; width: 48vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 6vw rgba(255,255,255,.018), 0 0 0 12vw rgba(255,255,255,.012); pointer-events: none; }
.partner-index { position: absolute; top: 18px; right: 3vw; color: rgba(255,255,255,.045); font-size: clamp(8rem, 18vw, 19rem); font-weight: 900; line-height: .8; letter-spacing: -.09em; pointer-events: none; }
.partner-trust-inner { position: relative; }
.partner-trust-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: clamp(38px, 5vw, 68px); }
.partner-trust-head .eyebrow { margin-bottom: 13px; color: rgba(255,255,255,.56); font-size: 10px; }
.partner-trust-head h2 { max-width: 760px; margin: 0; font-size: clamp(3.1rem, 6.4vw, 7.4rem); line-height: .86; letter-spacing: -.065em; }
.partner-signal { display: flex; align-items: center; gap: 11px; padding-bottom: 9px; color: rgba(255,255,255,.62); font: 700 10px/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.partner-signal i { position: relative; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(215,25,32,.14); }
.partner-deck { position: relative; overflow: hidden; border-top: 5px solid var(--red); background: #f4f3ef; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.partner-deck::before { content: ""; position: absolute; top: 0; bottom: 0; left: -18%; z-index: 2; width: 18%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(215,25,32,.09), transparent); transform: skewX(-18deg); }
.partner-deck-meta { display: flex; justify-content: space-between; gap: 30px; padding: 17px 22px 15px; border-bottom: 1px solid rgba(10,10,10,.14); font: 700 9px/1.4 "SFMono-Regular", Consolas, monospace; letter-spacing: .12em; text-transform: uppercase; }
.partner-deck-meta span:last-child { color: #6b6965; text-align: right; }
.partner-logos { counter-reset: partner; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.partner-logo { counter-increment: partner; position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; min-height: 154px; padding: 34px 22px; border-right: 1px solid rgba(10,10,10,.12); transition: background .3s ease; }
.partner-logo:last-child { border-right: 0; }
.partner-logo::after { content: "0" counter(partner); position: absolute; right: 11px; bottom: 9px; color: rgba(10,10,10,.32); font: 700 8px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; }
.partner-logo img { width: auto; max-width: min(100%, 175px); max-height: 48px; object-fit: contain; mix-blend-mode: multiply; filter: saturate(.92) contrast(1.04); transition: transform .3s ease, filter .3s ease; }
.partner-logo:hover { background: #fff; }
.partner-logo:hover img { filter: saturate(1.08) contrast(1.08); transform: translateY(-3px) scale(1.035); }
.partner-goodyear img { width: 112%; max-width: 210px; max-height: 78px; }
.partner-powertrac img { width: 106%; max-width: 205px; max-height: 58px; }
.partner-austone img { width: 102%; max-width: 195px; max-height: 48px; }
@media (prefers-reduced-motion: no-preference) {
    .partner-deck.revealed::before { animation: partner-scan 6.5s ease-in-out infinite 1.2s; }
    .partner-signal i { animation: partner-pulse 2.4s ease-out infinite; }
}
@keyframes partner-scan { 0%, 18% { left: -18%; opacity: 0; } 28% { opacity: 1; } 58% { left: 116%; opacity: .85; } 68%, 100% { left: 116%; opacity: 0; } }
@keyframes partner-pulse { 0% { box-shadow: 0 0 0 0 rgba(215,25,32,.42); } 72%, 100% { box-shadow: 0 0 0 10px rgba(215,25,32,0); } }

.section { position: relative; padding-block: clamp(90px, 11vw, 180px); overflow: hidden; }
.section-tight { padding-top: 20px; }
.chapter-dark { background: var(--ink); color: var(--white); }
.chapter-red { background: var(--red); color: var(--white); }
.chapter-mark { position: absolute; top: -6vw; right: -2vw; color: rgba(255,255,255,.035); font-size: 30vw; font-weight: 900; line-height: .8; letter-spacing: -.1em; pointer-events: none; }
.chapter-mark.light { color: rgba(10,10,10,.04); }
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 10vw, 170px); }
.split-top { align-items: start; }
.sticky-copy { position: sticky; top: 150px; }
.sticky-copy h2 { max-width: 800px; }
.prose-large { font-size: clamp(1.16rem, 1.55vw, 1.45rem); }
.prose-large p { max-width: 760px; }
.rule-list { margin-block: 45px; border-top: 1px solid rgba(255,255,255,.22); }
.rule-list strong { display: block; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1.1; }
.story-transition { padding-block: clamp(90px, 10vw, 150px); background: var(--white); }
.transition-lines p { margin: 0; font-size: clamp(2.4rem, 6.5vw, 7.8rem); font-weight: 800; letter-spacing: -.06em; line-height: .96; }
.transition-lines p:not(.red) { color: #c8c6c0; }
.transition-lines .red { color: var(--red); }
.market-needs { margin: 50px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.market-needs li { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.market-needs strong { color: var(--red); }
.statement { padding-block: 70px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; text-align: center; }
.statement p, .statement strong { display: block; margin: 0; font-size: clamp(2.3rem, 5vw, 6rem); letter-spacing: -.055em; line-height: .98; }
.statement p { color: #a4a29d; }
.statement strong { color: var(--red); }
.chapter-dark .statement strong { color: var(--white); }

.ecosystem h2 { max-width: 980px; }
.engine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: rgba(255,255,255,.28); }
.engine-card { display: flex; flex-direction: column; min-height: 540px; padding: clamp(28px, 3vw, 50px); background: var(--red); }
.engine-card > span { margin-bottom: auto; color: rgba(255,255,255,.6); font-size: 13px; font-weight: 800; }
.engine-card h3, .engine-card h2 { margin-top: 50px; }
.engine-card p { color: rgba(255,255,255,.82); }
.engine-card .card-subtitle { color: var(--white); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.engine-card blockquote { margin: 20px 0 35px; padding-left: 18px; border-left: 3px solid var(--white); font-size: 1.05rem; font-weight: 700; }
.engine-card .button { margin-top: auto; }
.network-statement { margin-top: 80px; padding-top: 50px; border-top: 1px solid rgba(255,255,255,.4); }
.network-statement strong { display: block; font-size: clamp(1.8rem, 3.2vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.network-statement p { margin-top: 25px; font-size: 1.15rem; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.feature-grid.reverse .feature-copy { order: -1; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 7vw, 120px); background: var(--white); }
.feature-copy p { color: var(--muted); }
.feature-visual { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; min-height: 700px; padding: 30px; overflow: hidden; background: var(--ink); color: var(--white); }
.feature-visual::before { content: ""; position: absolute; inset: 0; opacity: .9; background: radial-gradient(circle at 70% 30%, rgba(215,25,32,.55), transparent 32%), repeating-radial-gradient(ellipse at 50% 115%, transparent 0 58px, rgba(255,255,255,.18) 60px 62px); }
.feature-visual span { position: relative; z-index: 1; padding: 8px 11px; border: 1px solid rgba(255,255,255,.35); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.first-second { display: grid; grid-template-columns: 1fr 1fr; margin: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.first-second div { padding: 25px 0; }
.first-second div + div { padding-left: 25px; border-left: 1px solid var(--line); }
.first-second span, .first-second strong { display: block; }
.first-second span { color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.route-list { margin: 35px 0; padding: 0; list-style: none; }
.route-list li { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--line); }
.route-list li:last-child { border-bottom: 1px solid var(--line); }
.route-list li > span { color: var(--red); font-size: 12px; font-weight: 800; }
.route-list strong { display: block; font-size: 1.12rem; }
.route-list p { margin: 3px 0 0; font-size: 14px; }
.route-list-light li { border-color: rgba(255,255,255,.23); }
.route-list-light li > span { color: var(--red); }
.route-list-light p { color: rgba(255,255,255,.7); }

.fleet-count { display: flex; align-items: center; gap: 30px; margin-block: 40px; }
.fleet-count > span { color: var(--red); font-size: clamp(5rem, 10vw, 11rem); line-height: .75; font-weight: 900; letter-spacing: -.1em; }
.fleet-count p { margin: 0; }
.leader-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 70px; background: var(--line); }
.leader-card { padding: clamp(30px, 5vw, 70px); background: var(--white); }
.leader-placeholder { aspect-ratio: 16 / 10; display: grid; place-items: center; margin: calc(clamp(30px, 5vw, 70px) * -1) calc(clamp(30px, 5vw, 70px) * -1) 45px; background: linear-gradient(145deg, #191919, #080808); color: var(--red); font-size: clamp(5rem, 9vw, 11rem); font-weight: 900; letter-spacing: -.12em; }
.leader-card blockquote { margin: 35px 0 0; padding-left: 20px; border-left: 3px solid var(--red); font-weight: 800; }
.center-action { display: flex; justify-content: center; margin-top: 35px; }
.location-track { display: grid; grid-template-columns: 1fr minmax(45px, 110px) 1fr minmax(45px, 110px) 1fr; align-items: center; gap: 20px; margin-top: 90px; }
.location-track article { padding: 35px; border: 1px solid rgba(255,255,255,.42); }
.location-track article > span { text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.location-track h3 { margin-top: 30px; }
.road-line { height: 3px; background: var(--white); position: relative; }
.road-line::before, .road-line::after { content: ""; position: absolute; top: 50%; width: 12px; aspect-ratio: 1; border-radius: 50%; background: var(--white); transform: translateY(-50%); }
.road-line::before { left: 0; }.road-line::after { right: 0; }
.location-statement { max-width: 900px; margin: 70px 0 0; font-size: clamp(1.7rem, 3.4vw, 4rem); line-height: 1.08; font-weight: 800; letter-spacing: -.04em; }
.principle-list { border-top: 1px solid var(--line); }
.principle-list p { margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: clamp(1.4rem, 2.5vw, 3rem); font-weight: 800; letter-spacing: -.04em; }
.chapter-red .principle-list { border-color: rgba(255,255,255,.35); }
.chapter-red .principle-list p { border-color: rgba(255,255,255,.35); }

.final-cta, .belief { padding-block: clamp(100px, 12vw, 190px); background: var(--ink); color: var(--white); }
.final-cta h2, .belief h2 { max-width: 1060px; }
.final-cta > .shell > p:not(.eyebrow):not(.support-line), .belief > .shell > p:not(.eyebrow) { max-width: 850px; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 60px; background: rgba(255,255,255,.25); }
.cta-grid a { display: grid; grid-template-columns: 1fr auto; align-items: end; min-height: 170px; padding: 28px; background: var(--ink); transition: background .2s; }
.cta-grid a:hover { background: var(--red); }
.cta-grid span { grid-column: 1 / -1; align-self: start; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.cta-grid strong { font-size: clamp(1.3rem, 2.2vw, 2.5rem); line-height: 1.04; letter-spacing: -.04em; }
.compact-cta { padding-block: 110px; }

.page-hero { position: relative; display: flex; align-items: flex-end; min-height: 680px; padding-block: 180px 90px; overflow: hidden; background: var(--ink); color: var(--white); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 20%, rgba(215,25,32,.48), transparent 30%), repeating-radial-gradient(ellipse at 92% 120%, transparent 0 75px, rgba(255,255,255,.09) 77px 79px); }
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(3.5rem, 7vw, 7.7rem); }
.page-hero p:not(.eyebrow) { max-width: 800px; color: rgba(255,255,255,.75); font-size: 1.2rem; }
.page-hero-compact { min-height: 510px; }
.section-head { max-width: 1000px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: var(--line); }
.number-card { min-height: 330px; padding: 35px; background: var(--white); }
.number-card > span { display: block; margin-bottom: 70px; color: var(--red); font-size: 12px; font-weight: 800; }
.number-card h2, .number-card h3 { font-size: clamp(1.7rem, 2.7vw, 3.3rem); }
.number-card p { color: var(--muted); }
.red-card { background: var(--red); }
.red-card > span, .red-card p { color: rgba(255,255,255,.75); }
.light-card { background: var(--white); color: var(--ink); }
.light-card > span { color: var(--red); }
.light-card p { color: var(--muted); }
.light-card blockquote { border-color: var(--red); }
.workshop-routes { background: var(--line); }
.leak-list { border-top: 1px solid var(--line); }
.leak-list p { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: clamp(1.4rem, 2.5vw, 3rem); font-weight: 800; letter-spacing: -.04em; }
.leader-grid-full { margin-top: 0; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 14px; top: 20px; bottom: 20px; width: 2px; background: var(--red); }
.timeline article { position: relative; max-width: 900px; margin-left: 80px; padding: 0 0 90px; }
.timeline article::before { content: ""; position: absolute; left: -73px; top: 9px; width: 14px; height: 14px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 8px var(--paper); }
.timeline span { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.timeline h2 { margin-top: 15px; font-size: clamp(2.3rem, 4.2vw, 5rem); }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px 25px; }
.post-card img { width: 100%; object-fit: cover; }
.post-card h2 { font-size: clamp(1.5rem, 2.4vw, 2.7rem); }
.post-card p:not(.eyebrow) { color: var(--muted); }

/* Newsroom: an editorial product, not a generic blog grid. */
.newsroom-hero { min-height: 610px; }
.newsroom-hero::before { background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.15)), radial-gradient(circle at 80% 44%, rgba(215,25,32,.86) 0 2%, transparent 2.4%), repeating-linear-gradient(90deg, transparent 0 92px, rgba(255,255,255,.055) 93px 94px), repeating-linear-gradient(0deg, transparent 0 92px, rgba(255,255,255,.055) 93px 94px); }
.newsroom-policy { border-bottom: 1px solid var(--line); background: var(--white); }
.newsroom-policy-inner { display: grid; grid-template-columns: minmax(220px,.55fr) 1.45fr; gap: 60px; align-items: center; min-height: 124px; }
.newsroom-policy strong { font-size: 1.2rem; letter-spacing: -.025em; }
.newsroom-policy p { max-width: 720px; margin: 0; color: var(--muted); }
.newsroom-feed { background: #f3f3f1; }
.newsroom-grid { gap: 2px; background: var(--line); }
.news-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); }
.news-card-visual { display: block; overflow: hidden; background: var(--ink); }
.news-card-visual img { aspect-ratio: 16 / 10; transition: transform .65s var(--ease); }
.news-card:hover .news-card-visual img { transform: scale(1.025); }
.post-placeholder { position: relative; display: flex; aspect-ratio: 16 / 10; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 24px; background: var(--ink); color: var(--white); }
.post-placeholder::before { content: ""; position: absolute; width: 58%; aspect-ratio: 1; right: -14%; bottom: -38%; border: clamp(24px,4vw,52px) solid var(--red); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.23), inset 0 0 0 1px rgba(255,255,255,.23); }
.post-placeholder::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 46px, rgba(255,255,255,.045) 47px 48px); }
.post-placeholder small, .post-placeholder b { position: relative; z-index: 1; }
.post-placeholder small { color: rgba(255,255,255,.54); font: 700 9px/1.2 "SFMono-Regular",Consolas,monospace; letter-spacing: .14em; }
.post-placeholder b { max-width: 72%; font-size: clamp(1.45rem,2.6vw,2.8rem); line-height: .95; letter-spacing: -.055em; }
.news-card-copy { display: flex; flex: 1; flex-direction: column; padding: clamp(24px,3vw,38px); }
.news-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 0 0 28px !important; color: var(--muted) !important; font: 700 9px/1.35 "SFMono-Regular",Consolas,monospace; letter-spacing: .08em; text-transform: uppercase; }
.news-meta span:first-child { color: var(--red); }
.news-card h2, .news-card h3 { margin-bottom: 18px; font-size: clamp(1.55rem,2.2vw,2.6rem); line-height: 1.02; }
.news-card-copy > p:not(.news-meta) { margin-top: 0; }
.news-read { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.news-read:hover { color: var(--red); }
.post-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; }
.post-card-featured .news-card-visual, .post-card-featured .post-placeholder, .post-card-featured .news-card-visual img { min-height: 500px; height: 100%; }
.post-card-featured .post-placeholder { aspect-ratio: auto; }
.post-card-featured .news-card-copy { padding: clamp(38px,5vw,78px); }
.post-card-featured h2 { font-size: clamp(2.7rem,4.7vw,5.8rem); }

.article-hero { min-height: 720px; padding-bottom: 120px; }
.article-head { max-width: 1160px; }
.article-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 54px; color: rgba(255,255,255,.46); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.article-breadcrumb a:hover { color: var(--white); }
.article-hero h1 { max-width: 1150px; font-size: clamp(3.2rem,6.8vw,7.5rem); }
.article-deck { max-width: 860px !important; margin-top: 28px; font-size: clamp(1.1rem,1.65vw,1.45rem) !important; line-height: 1.5; }
.article-byline { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 44px; color: rgba(255,255,255,.58); font: 700 9px/1.4 "SFMono-Regular",Consolas,monospace; letter-spacing: .08em; text-transform: uppercase; }
.article-image, .article-signal { position: relative; z-index: 2; margin-top: -64px; }
.article-image img { display: block; width: 100%; max-height: 760px; object-fit: cover; }
.article-signal { display: flex; min-height: 380px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(28px,5vw,70px); background: var(--red); color: var(--white); }
.article-signal::before { content: ""; position: absolute; width: min(46vw,620px); aspect-ratio: 1; right: -8%; top: -48%; border: clamp(45px,8vw,110px) solid var(--ink); border-radius: 50%; opacity: .95; }
.article-signal::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 70px, rgba(255,255,255,.1) 71px 72px); }
.article-signal span, .article-signal strong { position: relative; z-index: 1; }
.article-signal span { font: 700 9px/1.2 "SFMono-Regular",Consolas,monospace; letter-spacing: .14em; }
.article-signal strong { max-width: 820px; font-size: clamp(3.1rem,7vw,8rem); line-height: .84; letter-spacing: -.07em; }
.article-body-section { padding-top: clamp(80px,9vw,140px); }
.article-layout { display: grid; grid-template-columns: 120px minmax(0,850px); gap: clamp(50px,8vw,130px); justify-content: center; align-items: start; }
.article-share { position: sticky; top: 135px; display: grid; gap: 14px; color: var(--muted); font: 700 9px/1.2 "SFMono-Regular",Consolas,monospace; letter-spacing: .1em; }
.article-share b { color: var(--ink); font-size: 13px; }
.article-share i { width: 36px; height: 2px; background: var(--red); }
.prose { max-width: 850px; }
.article-prose { font-size: clamp(1.06rem,1.4vw,1.2rem); line-height: 1.78; }
.article-prose > p:first-child { margin-top: 0; font-size: clamp(1.35rem,2.1vw,1.8rem); line-height: 1.46; letter-spacing: -.02em; }
.article-prose h2 { margin: 2.25em 0 .65em; font-size: clamp(2.05rem,3.7vw,4.1rem); line-height: 1.02; }
.article-prose h3 { margin: 2em 0 .55em; font-size: clamp(1.45rem,2.3vw,2.35rem); }
.article-prose li { margin-bottom: .6em; }
.article-prose blockquote { margin: 2.2em 0; padding: 30px 0 30px clamp(24px,4vw,52px); border-left: 5px solid var(--red); font-size: clamp(1.45rem,2.5vw,2.5rem); font-weight: 800; line-height: 1.15; letter-spacing: -.035em; }
.prose a { color: var(--red); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-sources { margin-top: 76px; padding: clamp(28px,5vw,52px); background: var(--ink); color: var(--white); }
.article-sources h2 { margin: 12px 0 28px; font-size: clamp(1.9rem,3.2vw,3.4rem); }
.article-sources ul { margin: 0; padding: 0; list-style: none; }
.article-sources li + li { border-top: 1px solid rgba(255,255,255,.16); }
.article-sources a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; color: rgba(255,255,255,.76); text-decoration: none; }
.article-sources a:hover { color: var(--white); }
.editorial-note { margin-top: 28px; padding: 28px; border: 1px solid var(--line); background: var(--white); }
.editorial-note strong { color: var(--red); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.editorial-note p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.related-news { border-top: 1px solid var(--line); background: #f3f3f1; }
.related-news .section-head { margin-bottom: 52px; }
.related-news .news-card { min-height: 330px; padding: 30px; }
.related-news .news-card h3 { flex: 1; }
.newsroom-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: clamp(50px,7vw,90px); }
.newsroom-pagination .page-numbers { display: grid; min-width: 48px; min-height: 48px; place-items: center; padding: 0 16px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.newsroom-pagination .page-numbers.current, .newsroom-pagination .page-numbers:hover { border-color: var(--red); background: var(--red); color: var(--white); }

.form-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(50px, 9vw, 140px); align-items: start; }
.form-intro { position: sticky; top: 150px; }
.contact-detail { display: grid; gap: 6px; margin-top: 45px; padding-top: 30px; border-top: 1px solid var(--line); }
.business-form { padding: clamp(25px, 4vw, 55px); background: var(--white); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid label > span { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.business-form input, .business-form select, .business-form textarea { width: 100%; min-height: 50px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font: inherit; }
.business-form textarea { padding-top: 12px; resize: vertical; }
.business-form input:focus, .business-form select:focus, .business-form textarea:focus { outline: 2px solid var(--red); outline-offset: 4px; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 12px; margin: 28px 0; font-size: 13px; }
.consent input { width: 18px; min-height: 18px; }
.consent a { color: var(--red); text-decoration: underline; }
.success { margin-bottom: 30px; padding: 24px; border-left: 5px solid var(--red); background: var(--white); }
.success p { margin: 5px 0 0; }
.formidable-wrap .frm_forms { color: var(--ink); }
.formidable-wrap .frm_form_field { margin-bottom: 20px; }
.formidable-wrap label, .formidable-wrap .frm_primary_label { color: var(--ink); font-size: 12px !important; font-weight: 800 !important; letter-spacing: .06em; text-transform: uppercase; }
.formidable-wrap input:not([type="checkbox"]):not([type="radio"]), .formidable-wrap select, .formidable-wrap textarea { width: 100% !important; min-height: 50px !important; border: 0 !important; border-bottom: 1px solid var(--ink) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: var(--ink) !important; font: inherit !important; }
.formidable-wrap button, .formidable-wrap input[type="submit"] { min-height: 54px !important; padding: 0 22px !important; border: 1px solid var(--red) !important; border-radius: 0 !important; background: var(--red) !important; color: var(--white) !important; font-size: 12px !important; font-weight: 800 !important; letter-spacing: .055em !important; text-transform: uppercase !important; }

.site-footer { padding-top: 90px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 50px; padding-bottom: 80px; }
.footer-grid > div:not(.footer-intro) { display: grid; align-content: start; gap: 10px; }
.footer-grid a, .footer-grid p { color: rgba(255,255,255,.68); font-size: 14px; }
.footer-intro { max-width: 520px; }
.footer-intro img { width: 160px; margin-bottom: 30px; filter: grayscale(1) brightness(0) invert(1); }
.footer-intro strong { color: var(--red); }
.footer-label { color: var(--white) !important; font-size: 11px !important; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 26px; border-top: 1px solid rgba(255,255,255,.17); }
.footer-bottom p, .footer-bottom a { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-bottom div { display: flex; gap: 24px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    :root { --shell: min(100% - 48px, 1120px); }
    body.menu-open .site-header { position: fixed; top: 0; left: 0; right: 0; }
    .primary-nav { counter-reset: mobile-nav; position: absolute; top: 100%; left: 0; right: 0; height: calc(100dvh - 86px); min-height: 420px; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px max(24px, calc((100vw - 1120px)/2)) max(30px, env(safe-area-inset-bottom)); overflow: auto; overscroll-behavior: contain; background: var(--ink); color: var(--white); visibility: hidden; opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .24s ease, transform .34s var(--ease), visibility 0s linear .34s; }
    .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; transition-delay: 0s; }
    .primary-nav > a:not(.mobile-menu-cta):not(.mobile-menu-retail) { counter-increment: mobile-nav; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; min-height: 68px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white); font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 800; letter-spacing: -.035em; line-height: 1; text-transform: none; }
    .primary-nav > a:not(.mobile-menu-cta):not(.mobile-menu-retail)::before { content: "0" counter(mobile-nav); color: var(--red); font: 9px/1 "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; }
    .primary-nav > a:not(.mobile-menu-cta):not(.mobile-menu-retail)::after { content: "↗"; position: static; width: auto; height: auto; background: none; color: rgba(255,255,255,.38); font-size: 13px; }
    .mobile-menu-kicker { display: block; margin: 0 0 8px; color: rgba(255,255,255,.46); font: 9px/1.2 "SFMono-Regular", Consolas, monospace; letter-spacing: .14em; text-transform: uppercase; }
    .mobile-menu-footer { display: grid; grid-template-columns: auto minmax(180px, 280px); align-items: center; justify-content: space-between; gap: 22px; margin-top: auto; padding-top: 30px; }
    .mobile-menu-languages { display: flex; gap: 7px; }
    .mobile-menu-languages a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; }
    .mobile-menu-languages a.active { border-color: var(--red); background: var(--red); color: var(--white); }
    .mobile-menu-cta { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 18px; background: var(--red); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
    .mobile-menu-retail { grid-column: 1 / -1; color: rgba(255,255,255,.57); font-size: 11px; }
    .menu-toggle { display: flex; }
    .header-cta { margin-left: 0; }
    .header-inner > .language-switcher { display: none; }
    .proof-grid { grid-template-columns: 1fr 1fr; }
    .proof-grid > div { border-bottom: 1px solid var(--line); }
    .partner-trust-head { align-items: start; flex-direction: column; }
    .partner-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .partner-logo:nth-child(3n) { border-right: 0; }
    .partner-logo:nth-child(-n+3) { border-bottom: 1px solid rgba(10,10,10,.12); }
    .engine-grid, .capability-grid, .loop-grid { grid-template-columns: 1fr 1fr; }
    .posts-grid { grid-template-columns: 1fr 1fr; }
    .tyre-stage { grid-template-columns: 1fr 1fr; }
    .tyre-object img { width: min(52vw, 580px); }
    .journey-rail { right: 7px; width: 55px; }
    .journey-track img { width: 43px; }
    .ai-layout { gap: 48px; }
    .market-object { width: min(42vw, 510px); }
    .market-panel { width: min(39vw, 470px); }
    .post-card-featured { grid-template-columns: 1fr 1fr; }
    .post-card-featured .news-card-visual, .post-card-featured .post-placeholder, .post-card-featured .news-card-visual img { min-height: 430px; }
    .article-layout { grid-template-columns: 90px minmax(0,800px); gap: 55px; }
}

@media (max-width: 760px) {
    :root { --shell: calc(100% - 32px); }
    body { font-size: 16px; }
    h1 { font-size: clamp(3.1rem, 15vw, 5.5rem); }
    h2 { font-size: clamp(2.45rem, 12vw, 4.6rem); }
    .topbar-inner { min-height: auto; padding-block: 9px; }
    .topbar p { display: none; }
    .topbar a { width: 100%; text-align: center; }
    .header-inner { min-height: 72px; }
    .brand img { width: 130px; }
    .header-cta { display: none; }
    .primary-nav { top: 100%; left: 0; right: 0; height: calc(100dvh - 72px); min-height: 360px; padding: 24px 20px max(22px, env(safe-area-inset-bottom)); }
    .primary-nav > a:not(.mobile-menu-cta):not(.mobile-menu-retail) { min-height: 58px; font-size: clamp(1.28rem, 7vw, 1.72rem); }
    .mobile-menu-footer { grid-template-columns: 1fr; gap: 14px; margin-top: 22px; padding-top: 0; }
    .mobile-menu-cta, .mobile-menu-retail { grid-column: auto; }
    .mobile-menu-cta { width: 100%; }
    .market-journey { height: 560vh; }
    .market-stage { min-height: 600px; height: 100svh; }
    .market-grid { background-size: 36px 36px; opacity: .45; }
    .market-object { top: 35%; width: min(76vw, 350px); }
    .market-panel, .market-panel:nth-child(odd), .market-panel:nth-child(even) { left: 16px; right: 16px; top: auto; bottom: 44px; width: auto; padding: 100px 0 18px; transform: translateY(30px); background: linear-gradient(0deg, #020202 0%, rgba(2,2,2,.94) 66%, transparent 100%); }
    .market-panel h1, .market-panel h2 { max-width: 94%; font-size: clamp(2.55rem, 11.5vw, 4.1rem); }
    .market-panel p { max-width: 94%; margin-bottom: 12px; font-size: 14px; line-height: 1.52; }
    .market-panel .eyebrow { margin-bottom: 13px; font-size: 9px; }
    .market-panel .actions { margin-top: 16px; gap: 8px; }
    .market-panel .button { min-height: 45px; padding: 0 14px; font-size: 9px; }
    .market-panel .text-link, .chapter-link { font-size: 9px; }
    .market-progress { left: 7px; height: 30vh; opacity: .75; }
    .market-status { padding: 9px 16px; font-size: 7px; }
    .market-status span:first-child { display: none; }
    .data-cloud { inset: -9%; }
    .data-cloud span { font-size: 6px; padding: 5px 6px; }
    .data-cloud span:nth-child(3), .data-cloud span:nth-child(6) { display: none; }
    .market-orbit { width: 112%; }
    .hero { min-height: 780px; }
    .home-hero { min-height: 720px; }
    .home-hero-photo { background-position: 72% center; }
    .home-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.48)), linear-gradient(0deg, rgba(0,0,0,.82), transparent 60%); }
    .home-hero-content { padding-block: 85px 42px; }
    .home-hero h1 { font-size: clamp(3.15rem, 14vw, 5rem); }
    .hero-media { background-position: 62% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.45)), linear-gradient(0deg, rgba(0,0,0,.8), transparent 50%); }
    .hero-content { padding-block: 100px 45px; }
    .hero-lead { font-size: 1rem; }
    .actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .text-link { align-self: flex-start; }
    .proof-grid { grid-template-columns: 1fr; }
    .proof-grid > div { padding: 22px 0; border-left: 0; }
    .proof-grid > div:last-child { border-right: 0; }
    .partner-trust { padding-block: 76px; }
    .partner-trust-head { gap: 24px; margin-bottom: 38px; }
    .partner-trust-head h2 { font-size: clamp(3.35rem, 16vw, 5.2rem); }
    .partner-index { top: 28px; right: -9px; font-size: 9rem; }
    .partner-signal { padding-bottom: 0; }
    .partner-deck { margin-inline: -8px; }
    .partner-deck-meta { display: block; padding: 14px 16px; }
    .partner-deck-meta span { display: block; }
    .partner-deck-meta span:last-child { margin-top: 5px; text-align: left; }
    .partner-logos { grid-template-columns: 1fr 1fr; }
    .partner-logo { min-height: 112px; padding: 27px 16px; border-bottom: 1px solid rgba(10,10,10,.12); }
    .partner-logo:nth-child(3n) { border-right: 1px solid rgba(10,10,10,.12); }
    .partner-logo:nth-child(2n) { border-right: 0; }
    .partner-logo:nth-last-child(-n+2) { border-bottom: 0; }
    .partner-logo img { max-width: 86%; max-height: 45px; }
    .partner-goodyear img { width: 112%; max-width: 190px; max-height: 70px; }
    .partner-powertrac img { width: 104%; max-width: 185px; }
    .section { padding-block: 90px; }
    .split, .feature-grid, .leader-grid, .form-layout, .footer-grid { grid-template-columns: 1fr; }
    .sticky-copy, .form-intro { position: static; }
    .chapter-mark { font-size: 54vw; }
    .market-needs li { grid-template-columns: 1fr; gap: 3px; }
    .statement { text-align: left; }
    .engine-grid, .capability-grid, .posts-grid, .audience-grid, .loop-grid { grid-template-columns: 1fr; }
    .audience-card { min-height: 360px; }
    .photo-story, .network-layout, .faq-layout { grid-template-columns: 1fr; }
    .photo-story.reverse .story-photo { order: initial; }
    .story-photo { min-height: 430px; }
    .story-copy { padding: 70px 24px; }
    .network-layout { gap: 45px; }
    .tyre-scroll { height: 150vh; }
    .tyre-sticky { min-height: 720px; }
    .tyre-stage { grid-template-columns: 1fr; gap: 15px; padding-top: 80px; }
    .tyre-copy h2 { font-size: clamp(2.55rem, 11vw, 4.2rem); }
    .tyre-copy > p { font-size: 14px; }
    .signal-tags { margin-top: 20px; }
    .signal-tags span { font-size: 8px; }
    .tyre-object { height: 42vh; min-height: 310px; }
    .tyre-object img { width: min(82vw, 430px); max-height: 45vh; }
    .data-rail { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
    .data-rail span:nth-child(n+3) { display: none; }
    .journey-rail { display: none; }
    .ai-layout { grid-template-columns: 1fr; }
    .ai-beam { left: auto; right: 16px; }
    .ai-console { min-height: 520px; padding: 14px; }
    .console-metrics { left: 14px; right: 14px; bottom: 14px; }
    .message { max-width: 92%; }
    .ai-engine .actions { flex-direction: column; align-items: stretch; }
    .engine-card { min-height: 480px; }
    .feature-grid.reverse .feature-copy { order: initial; }
    .feature-copy { padding: 60px 25px; }
    .feature-visual { min-height: 500px; }
    .first-second { grid-template-columns: 1fr; }
    .first-second div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
    .location-track { grid-template-columns: 1fr; }
    .road-line { width: 3px; height: 80px; margin-inline: auto; }
    .road-line::before, .road-line::after { left: 50%; transform: translate(-50%,-50%); }
    .road-line::before { top: 0; }.road-line::after { top: 100%; }
    .cta-grid { grid-template-columns: 1fr; }
    .page-hero { min-height: 610px; padding-top: 130px; }
    .page-hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
    .newsroom-hero { min-height: 580px; }
    .newsroom-policy-inner { grid-template-columns: 1fr; gap: 8px; padding-block: 30px; }
    .newsroom-policy p { font-size: 14px; }
    .newsroom-grid { gap: 1px; }
    .post-card-featured { display: flex; grid-column: auto; }
    .post-card-featured .news-card-visual, .post-card-featured .post-placeholder, .post-card-featured .news-card-visual img { min-height: 0; height: auto; }
    .post-placeholder { aspect-ratio: 16 / 9; padding: 20px; }
    .post-placeholder b { max-width: 68%; }
    .news-card-copy, .post-card-featured .news-card-copy { padding: 25px 21px 28px; }
    .post-card-featured h2, .news-card h2 { font-size: clamp(1.8rem,8vw,2.8rem); }
    .article-hero { min-height: 690px; padding-bottom: 94px; }
    .article-breadcrumb { margin-bottom: 38px; }
    .article-hero h1 { font-size: clamp(3rem,13vw,5.2rem); }
    .article-byline { display: grid; gap: 7px; }
    .article-signal { min-height: 270px; margin-top: -38px; padding: 24px; }
    .article-signal strong { font-size: clamp(2.8rem,15vw,5.3rem); }
    .article-layout { grid-template-columns: 1fr; gap: 35px; }
    .article-share { position: static; display: flex; align-items: center; }
    .article-share i { flex: 1; }
    .article-prose { font-size: 1rem; line-height: 1.72; }
    .article-prose > p:first-child { font-size: 1.28rem; }
    .article-prose h2 { font-size: clamp(2.1rem,10vw,3.25rem); }
    .article-sources { margin-inline: -16px; padding: 30px 22px; }
    .timeline article { margin-left: 52px; }
    .timeline article::before { left: -45px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid label.wide { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
    .reveal { opacity: 1; transform: none; }
    .tyre-object img, .tech-grid, .signal-tags span { transform: none !important; }
    .console-top small::before, .ai-engine .message { animation: none !important; }
    .scroll-chapter .section-head, .scroll-chapter .story-copy, .scroll-chapter .network-copy, .scroll-chapter .faq-layout, .scroll-chapter .ai-copy, .scroll-chapter .ai-console, .scroll-chapter .story-photo, .scroll-chapter .network-photo { transform: none !important; }
    .market-tyre, .tyre-clone, .market-grid, .market-orbit, .market-scan { transition: none !important; }
}
