.landing-page { background: #eef2ee; }
.landing-page::before { display: none; }
.hero-immersive { position: relative; min-height: min(860px, calc(100vh - 10px)); isolation: isolate; overflow: clip; background: #eef2ee; }
.hero-immersive::before { content: ''; position: absolute; inset: 0; z-index: -2; opacity: .38; background-image: linear-gradient(rgba(10,13,12,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(10,13,12,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-immersive::after { content: ''; position: absolute; top: 0; right: 0; width: min(58vw, 940px); height: 100%; z-index: -1; background: url('../images/apex-motor-works-hero.png') right center / cover no-repeat; opacity: .13; filter: grayscale(.35); mask-image: linear-gradient(90deg, transparent, black 32%, black); }
.hero-immersive .hero-grid { position: relative; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #2c3630; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-kicker::before { content: ''; width: 31px; height: 2px; background: var(--signal); box-shadow: 0 0 0 4px rgba(184,242,63,.18); }
.hero-immersive h1 { max-width: 790px; font-size: clamp(48px, 5.15vw, 76px); letter-spacing: 0; }
.hero-immersive h1 em { font-style: normal; color: var(--forest); }
.hero-actions { align-items: center; }
.hero-actions .button-primary { position: relative; overflow: hidden; }
.hero-actions .button-primary::before { content: ''; position: absolute; inset: 1px; border-radius: inherit; background: linear-gradient(110deg, transparent 18%, rgba(255,255,255,.2) 40%, transparent 58%); transform: translateX(-130%); transition: transform .75s ease; }
.hero-actions .button-primary:hover::before { transform: translateX(130%); }
.hero-note { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.hero-note::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--signal); }
.hero-showcase { position: relative; height: 640px; transform: perspective(1400px) rotateY(calc(var(--tilt-x, 0) * .65deg)) rotateX(calc(var(--tilt-y, 0) * -.45deg)); transition: transform .5s ease-out; transform-style: preserve-3d; }
.showcase-photo { position: absolute; inset: 34px 0 36px 13%; overflow: hidden; clip-path: polygon(12% 0, 100% 0, 100% 87%, 82% 100%, 0 100%, 0 14%); background: #101411; box-shadow: 0 42px 90px rgba(15,25,19,.23); }
.showcase-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,13,11,.52), transparent 62%), linear-gradient(0deg, rgba(9,13,11,.48), transparent 44%); }
.showcase-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; transition: transform 1.2s cubic-bezier(.2,.7,.1,1); }
.hero-showcase:hover .showcase-photo img { transform: scale(1.035); }
.showcase-rail { position: absolute; top: 0; right: 0; left: 0; display: flex; justify-content: space-between; align-items: center; padding: 0 0 0 13%; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.showcase-rail span:first-child { padding: 8px 10px; background: var(--ink); }
.showcase-rail span:last-child { color: #54635a; }
.showcase-site { position: absolute; right: 7%; bottom: 0; width: min(84%, 500px); min-height: 265px; padding: 20px 22px; color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(12,18,15,.84); box-shadow: 0 30px 70px rgba(0,0,0,.35); backdrop-filter: blur(20px); transform: translateZ(45px); }
.showcase-site nav { display: flex; justify-content: space-between; color: #b7c4bb; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.showcase-site nav b { color: #fff; }
.showcase-site h2 { max-width: 340px; margin: 46px 0 12px; font-size: clamp(28px, 3vw, 45px); }
.showcase-site p { max-width: 330px; margin: 0; color: #b3beb8; font-size: 12px; line-height: 1.5; }
.showcase-cta { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding: 9px 11px; color: #111612; background: var(--signal); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.showcase-cta::after { content: '↗'; font-size: 13px; }
.showcase-chip { position: absolute; left: 0; bottom: 70px; width: 158px; padding: 15px; color: #fff; background: var(--forest); box-shadow: 0 18px 42px rgba(11,81,52,.26); transform: translateZ(70px); }
.showcase-chip strong { display: block; margin-bottom: 4px; color: var(--signal); font: 800 21px/1 var(--display); }
.showcase-chip span { display: block; color: #d1e2d7; font-size: 10px; line-height: 1.35; }
.hero-scroll-cue { position: absolute; right: max(20px, calc((100vw - var(--max))/2)); bottom: 28px; display: flex; align-items: center; gap: 10px; color: #667069; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-scroll-cue i { position: relative; display: block; width: 40px; height: 1px; overflow: hidden; background: rgba(10,13,12,.18); }
.hero-scroll-cue i::after { content: ''; position: absolute; inset: 0; background: var(--forest); animation: landing-scan 2.4s ease-in-out infinite; }
.landing-page [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.1,1); }
.landing-page [data-reveal].is-visible { opacity: 1; transform: none; }
.landing-page .hero-copy[data-reveal] { transition-delay: .08s; }
.landing-page .hero-showcase[data-reveal] { transition-delay: .22s; }
.transformation-link { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.transformation-link p { margin: 0; color: var(--muted); font-size: 14px; }
.text-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--forest); font-size: 14px; font-weight: 800; text-decoration: none; }
.text-arrow::after { content: '↗'; font-size: 18px; }
.transformation-heading { margin-bottom: 34px; }
.transformation-heading h2 { max-width: 770px; }
.conversion-compare { position: relative; min-height: 580px; overflow: hidden; isolation: isolate; border: 1px solid rgba(10,13,12,.22); border-radius: 10px; background: #0b100d; box-shadow: 0 30px 82px rgba(18,31,25,.18); }
.conversion-screen { position: absolute; inset: 0; overflow: hidden; transition: clip-path 1s cubic-bezier(.2,.75,.12,1), opacity .55s ease; }
.conversion-screen-after { z-index: 1; color: white; background: #0b100d; }
.conversion-screen-before { z-index: 2; color: #332f28; background: #ded8cc; }
.concept-browser-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 16px; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(7,10,8,.74); color: rgba(255,255,255,.7); font-size: 10px; }
.concept-browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.32); }
.concept-browser-bar b { margin-left: 9px; font-size: 10px; font-weight: 700; letter-spacing: .02em; }
.conversion-compare .concept-browser-bar b { opacity: 0; }
.conversion-screen-before .concept-browser-bar { border-color: rgba(51,47,40,.13); background: #f3eee4; color: #6f685e; }
.conversion-screen-before .concept-browser-bar span { background: #b8b1a6; }
.after-site, .before-site { height: calc(100% - 42px); display: flex; flex-direction: column; padding: clamp(22px,4vw,50px); }
.after-site { position: relative; overflow: hidden; background: #0b100d url('../images/apex-motor-works-hero.png') center / cover no-repeat; }
.after-site::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,11,8,.18) 0%, rgba(6,11,8,.42) 44%, rgba(6,11,8,.92) 100%); }
.after-site > * { position: relative; z-index: 1; }
.after-site nav, .before-site nav { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.after-site nav { color: #cbd6d0; }
.after-site nav strong { color: white; }
.before-site nav { padding-bottom: 13px; border-bottom: 1px solid rgba(51,47,40,.17); color: #756d60; font-family: Georgia, serif; font-weight: 600; letter-spacing: 0; text-transform: none; }
.before-site nav strong { color: #553e2d; font-size: 13px; }
.after-site-content, .before-site-content { max-width: 520px; margin: auto 0; }
.after-site-content { width: min(44%, 460px); margin-left: auto; }
.after-site-content small, .before-site-content small { display: block; margin-bottom: 18px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.after-site-content small { color: var(--signal); }
.before-site-content small { color: #947d59; font-family: Georgia, serif; letter-spacing: 0; text-transform: none; }
.after-site-content h3 { max-width: 550px; font-size: clamp(34px,4.5vw,64px); }
.before-site-content h3 { max-width: 430px; margin: 8px 0 16px; font: 700 clamp(30px,3.6vw,48px)/1.08 Georgia,serif; }
.after-site-content p, .before-site-content p { max-width: 440px; margin: 18px 0 0; font-size: 15px; line-height: 1.55; }
.after-site-content p { color: #d5dfd9; }
.before-site-content p { color: #736c62; }
.after-site-action, .before-site-action { display: inline-flex; align-items: center; width: max-content; margin-top: 23px; padding: 12px 15px; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.after-site-action { color: #101611; background: var(--signal); text-transform: uppercase; }
.after-site-action i { margin-left: 10px; font-size: 15px; font-style: normal; }
.before-site-action { color: white; background: #896a45; font-family: Georgia, serif; font-weight: 700; }
.after-site-proof { display: flex; gap: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.23); color: #c7d2cb; font-size: 10px; }
.after-site-proof span { display: grid; gap: 3px; }
.after-site-proof b { color: white; font-size: 15px; }
.before-site-footer { display: flex; gap: 28px; padding-top: 15px; border-top: 1px solid rgba(51,47,40,.17); color: #797064; font-size: 11px; font-family: Georgia, serif; }
.conversion-divider { position: absolute; z-index: 4; top: 0; bottom: 0; left: var(--split); width: 1px; background: rgba(255,255,255,.88); box-shadow: 0 0 0 1px rgba(10,13,12,.2), 0 0 32px rgba(184,242,63,.26); transform: translateX(-50%); transition: left .08s linear; pointer-events: none; }
.conversion-divider::before { content: ''; position: absolute; top: 0; left: -1px; width: 3px; height: 74px; background: var(--signal); opacity: 0; }
.conversion-divider b { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; color: #101611; background: var(--signal); box-shadow: 0 10px 22px rgba(0,0,0,.3); font-size: 17px; transform: translate(-50%,-50%); }
.conversion-slider { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.conversion-slider:focus-visible { outline: 0; }
.conversion-compare:has(.conversion-slider:focus-visible) { outline: 3px solid var(--signal); outline-offset: 5px; }
.conversion-label { position: absolute; z-index: 3; top: 11px; display: flex; align-items: center; gap: 7px; color: white; font-size: 9px; text-transform: uppercase; letter-spacing: .07em; pointer-events: none; }
.conversion-label b { font-size: 10px; }
.conversion-label span { color: #b8c3bd; font-size: 9px; }
.conversion-label-before { left: 20px; color: #3a342d; }
.conversion-label-before span { color: #746c61; }
.conversion-label-after { right: 20px; }
.landing-page [data-reveal="scan"] { opacity: 1; transform: none; transition: none; }
.landing-page [data-reveal="scan"]:not(.is-visible) .conversion-screen-before { clip-path: inset(0 100% 0 0); }
.landing-page [data-reveal="scan"]:not(.is-visible) .conversion-screen-after { clip-path: inset(0 0 0 100%); }
.landing-page [data-reveal="scan"].is-visible .conversion-screen-before { clip-path: inset(0 calc(100% - var(--split)) 0 0); transition-delay: .08s; }
.landing-page [data-reveal="scan"].is-visible .conversion-screen-after { clip-path: inset(0); transition-delay: .2s; }
.landing-page [data-reveal="scan"].is-visible .conversion-divider::before { animation: diagnostic-scan 1.2s cubic-bezier(.2,.7,.1,1) .45s both; }
.conversion-ledger { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 14px; border: 1px solid var(--line); background: var(--line); }
.conversion-ledger article { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 21px; background: var(--paper); transition: opacity .55s ease, transform .6s cubic-bezier(.2,.75,.12,1); }
.conversion-ledger article > span { color: var(--forest); font: 800 12px var(--display); }
.conversion-ledger b { display: block; font: 800 15px var(--display); }
.conversion-ledger p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.landing-page [data-reveal="cascade"] { opacity: 1; transform: none; transition: none; }
.landing-page [data-reveal="cascade"]:not(.is-visible) article { opacity: 0; transform: translateY(20px); }
.landing-page [data-reveal="cascade"].is-visible article:nth-child(2) { transition-delay: .12s; }
.landing-page [data-reveal="cascade"].is-visible article:nth-child(3) { transition-delay: .24s; }
.qe-feature[data-reveal="product"] { transition: opacity .65s ease, transform .75s cubic-bezier(.2,.75,.12,1), border-color .3s; }
.qe-feature[data-reveal="product"] .qe-logo, .qe-feature[data-reveal="product"] .qe-search, .qe-feature[data-reveal="product"] .qe-welcome, .qe-feature[data-reveal="product"] .qe-live, .qe-feature[data-reveal="product"] .qe-thread-grid div { transition: opacity .45s ease, transform .6s cubic-bezier(.2,.75,.12,1); }
.qe-feature[data-reveal="product"]:not(.is-visible) .qe-logo { opacity: 0; transform: translateY(-14px) scale(.9); }
.qe-feature[data-reveal="product"]:not(.is-visible) .qe-search, .qe-feature[data-reveal="product"]:not(.is-visible) .qe-welcome, .qe-feature[data-reveal="product"]:not(.is-visible) .qe-live { opacity: 0; transform: translateY(13px); }
.qe-feature[data-reveal="product"]:not(.is-visible) .qe-thread-grid div { opacity: 0; transform: translateY(16px); }
.qe-feature[data-reveal="product"].is-visible .qe-logo { transition-delay: .16s; }
.qe-feature[data-reveal="product"].is-visible .qe-search { transition-delay: .24s; }
.qe-feature[data-reveal="product"].is-visible .qe-welcome { transition-delay: .32s; }
.qe-feature[data-reveal="product"].is-visible .qe-live { transition-delay: .42s; }
.qe-feature[data-reveal="product"].is-visible .qe-thread-grid div:nth-child(1) { transition-delay: .52s; }
.qe-feature[data-reveal="product"].is-visible .qe-thread-grid div:nth-child(2) { transition-delay: .62s; }
.qe-feature[data-reveal="product"].is-visible .qe-thread-grid div:nth-child(3) { transition-delay: .72s; }
.noexcuses-feature { position: relative; display: grid; grid-template-columns: minmax(0,.82fr) minmax(420px,1.18fr); min-height: 540px; margin-top: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; color: white; background: #080a09; box-shadow: 0 28px 78px rgba(0,0,0,.32); text-decoration: none; transition: border-color .3s ease, transform .35s ease; }
.noexcuses-feature::before { content: ''; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, black, transparent 58%); pointer-events: none; }
.noexcuses-feature:hover { border-color: rgba(184,242,63,.55); transform: translateY(-4px); }
.noexcuses-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,5vw,64px); }
.noexcuses-copy .comparison-tag { width: max-content; background: rgba(255,255,255,.88); }
.noexcuses-kicker { margin: 34px 0 0; color: #a3afa7; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.noexcuses-copy h3 { margin: 8px 0 18px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: clamp(40px,5vw,70px); letter-spacing: -.07em; line-height: .88; }
.noexcuses-copy h3 span { color: white; }
.noexcuses-copy h3 b { color: #f24e58; font-weight: 800; }
.noexcuses-copy > p:not(.noexcuses-kicker) { max-width: 410px; margin: 0; color: #b7c0ba; font-size: 16px; }
.noexcuses-points { display: grid; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; color: #e0e9e2; font-size: 13px; font-weight: 700; }
.noexcuses-points li::before { content: '↗'; margin-right: 9px; color: var(--signal); }
.noexcuses-copy > strong { display: inline-flex; align-items: center; gap: 9px; width: max-content; margin-top: 30px; color: var(--signal); font-size: 13px; }
.noexcuses-copy > strong i { font-size: 17px; font-style: normal; }
.noexcuses-visual { position: relative; min-height: 540px; overflow: hidden; border-left: 1px solid rgba(255,255,255,.12); background: #050605; }
.noexcuses-visual::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #050605, transparent 28%), linear-gradient(0deg, #050605 2%, transparent 28%); pointer-events: none; }
.noexcuses-device { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.24); background: #000; box-shadow: 0 28px 60px rgba(0,0,0,.55); transition: transform .8s cubic-bezier(.2,.75,.12,1), opacity .55s ease; }
.noexcuses-device img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.noexcuses-device-primary { z-index: 2; right: 18%; bottom: -13%; width: min(45%,270px); aspect-ratio: 750 / 1630; }
.noexcuses-device-secondary { z-index: 1; left: 14%; top: 11%; width: min(32%,192px); aspect-ratio: 750 / 1630; opacity: .72; transform: rotate(-8deg); }
.noexcuses-readout { position: absolute; z-index: 3; right: 8%; bottom: 8%; display: grid; gap: 5px; min-width: 194px; padding: 12px 14px; border: 1px solid rgba(57,255,20,.6); color: #e7f1ea; background: rgba(5,8,6,.86); box-shadow: 0 12px 35px rgba(0,0,0,.34); font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.noexcuses-readout span { color: #54ff31; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.noexcuses-readout b { font-size: 13px; letter-spacing: .04em; }
.noexcuses-readout i { display: block; height: 2px; overflow: hidden; background: rgba(57,255,20,.22); }
.noexcuses-readout i::after { content: ''; display: block; width: 40%; height: 100%; background: #54ff31; animation: noexcuses-progress 2.4s ease-in-out infinite; }
.noexcuses-feature[data-reveal="assemble"]:not(.is-visible) .noexcuses-device-primary { opacity: 0; transform: translateY(72px) rotate(7deg); }
.noexcuses-feature[data-reveal="assemble"]:not(.is-visible) .noexcuses-device-secondary { opacity: 0; transform: translate(-40px,38px) rotate(-13deg); }
.noexcuses-feature[data-reveal="assemble"]:not(.is-visible) .noexcuses-readout { opacity: 0; transform: translateX(28px); }
.noexcuses-feature[data-reveal="assemble"].is-visible .noexcuses-device-secondary { transition-delay: .24s; }
.noexcuses-feature[data-reveal="assemble"].is-visible .noexcuses-device-primary { transition-delay: .34s; }
.noexcuses-feature[data-reveal="assemble"].is-visible .noexcuses-readout { transition: opacity .45s ease .72s, transform .6s cubic-bezier(.2,.75,.12,1) .72s; }
@keyframes diagnostic-scan { 0% { opacity: 0; transform: translateY(-74px); } 14% { opacity: 1; } 84% { opacity: 1; } 100% { opacity: 0; transform: translateY(620px); } }
@keyframes noexcuses-progress { 0% { transform: translateX(-110%); } 54%,100% { transform: translateX(260%); } }
@keyframes landing-scan { 0% { transform: translateX(-105%); } 55%,100% { transform: translateX(105%); } }
@media (max-width: 920px) {
  .hero-immersive::after { width: 100%; opacity: .08; }
  .hero-showcase { height: 570px; }
  .showcase-photo { left: 6%; }
  .showcase-rail { padding-left: 6%; }
  .showcase-chip { left: 0; }
  .conversion-compare { min-height: 540px; }
  .noexcuses-feature { grid-template-columns: 1fr; }
  .noexcuses-visual { min-height: 470px; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .noexcuses-device-primary { right: 25%; bottom: -16%; }
  .noexcuses-device-secondary { left: 20%; }
}
@media (max-width: 700px) {
  .hero-immersive { min-height: auto; padding-bottom: 50px; }
  .hero-immersive::after { display: none; }
  .hero-showcase { height: 440px; margin-top: 12px; transform: none; }
  .showcase-photo { inset: 24px 0 54px 6%; clip-path: polygon(8% 0,100% 0,100% 90%,85% 100%,0 100%,0 11%); }
  .showcase-site { right: 0; width: 88%; min-height: 210px; padding: 15px; }
  .showcase-site h2 { margin-top: 34px; font-size: 28px; }
  .showcase-site nav span { display: none; }
  .showcase-chip { display: none; }
  .showcase-rail { font-size: 8px; }
  .hero-scroll-cue { display: none; }
  .transformation-link { align-items: flex-start; flex-direction: column; }
  .transformation-heading { margin-bottom: 24px; }
  .conversion-compare { min-height: 580px; }
  .concept-browser-bar { height: 34px; padding-inline: 10px; }
  .concept-browser-bar b { overflow: hidden; max-width: 178px; text-overflow: ellipsis; white-space: nowrap; }
  .after-site, .before-site { height: calc(100% - 34px); padding: 18px; }
  .after-site nav span, .before-site nav span { display: none; }
  .after-site-content { width: auto; margin-left: 0; }
  .after-site-content h3 { font-size: clamp(30px,10vw,44px); }
  .before-site-content h3 { font-size: clamp(28px,9vw,38px); }
  .after-site-content p, .before-site-content p { font-size: 13px; }
  .after-site-proof { gap: 10px; padding-top: 14px; font-size: 8px; }
  .after-site-proof b { font-size: 12px; }
  .before-site-footer { gap: 14px; font-size: 10px; }
  .conversion-label { top: 9px; gap: 4px; font-size: 8px; }
  .conversion-label b { font-size: 8px; }
  .conversion-label span { font-size: 8px; }
  .conversion-label-before { left: 10px; }
  .conversion-label-after { right: 10px; }
  .conversion-divider b { width: 34px; height: 34px; font-size: 14px; }
  .conversion-ledger { grid-template-columns: 1fr; margin-top: 10px; }
  .conversion-ledger article { padding: 17px; }
  .noexcuses-feature { min-height: 0; margin-top: 16px; }
  .noexcuses-copy { padding: 30px 22px 34px; }
  .noexcuses-kicker { margin-top: 24px; }
  .noexcuses-copy h3 { font-size: 46px; }
  .noexcuses-visual { min-height: 390px; }
  .noexcuses-device-primary { right: 18%; width: 42%; }
  .noexcuses-device-secondary { left: 12%; width: 30%; }
  .noexcuses-readout { right: 5%; bottom: 8%; min-width: 164px; padding: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .landing-page [data-reveal], .conversion-ledger article, .qe-feature[data-reveal="product"] .qe-logo, .qe-feature[data-reveal="product"] .qe-search, .qe-feature[data-reveal="product"] .qe-welcome, .qe-feature[data-reveal="product"] .qe-live, .qe-feature[data-reveal="product"] .qe-thread-grid div, .noexcuses-device, .noexcuses-readout { opacity: 1 !important; transform: none !important; transition: none !important; }
  .landing-page [data-reveal="scan"] .conversion-screen-before { clip-path: inset(0 calc(100% - var(--split)) 0 0) !important; }
  .landing-page [data-reveal="scan"] .conversion-screen-after { clip-path: inset(0) !important; }
  .hero-scroll-cue i::after, .conversion-divider::before, .noexcuses-readout i::after { animation: none; transform: none; }
  .hero-showcase, .showcase-photo img { transition: none; transform: none; }
}
