@font-face { font-family: Jakarta; src: url('assets/fonts/PlusJakartaSans-Regular.ttf'); font-weight: 400; }
@font-face { font-family: Jakarta; src: url('assets/fonts/PlusJakartaSans-Medium.ttf'); font-weight: 500; }
@font-face { font-family: Jakarta; src: url('assets/fonts/PlusJakartaSans-SemiBold.ttf'); font-weight: 600; }
@font-face { font-family: Jakarta; src: url('assets/fonts/PlusJakartaSans-Bold.ttf'); font-weight: 700; }
@font-face { font-family: Space; src: url('assets/fonts/SpaceGrotesk-Regular.ttf'); font-weight: 400; }
@font-face { font-family: Space; src: url('assets/fonts/SpaceGrotesk-SemiBold.ttf'); font-weight: 600; }
@font-face { font-family: Space; src: url('assets/fonts/SpaceGrotesk-Bold.ttf'); font-weight: 700; }

:root {
  --accent: #fb2e50;
  --accent-2: #ff6e80;
  --hab-1: #3a2026;
  --hab-2: #251318;
  --hab-3: #170d10;
  --deep: #0f090b;
  --ink: #fff;
  --ink-2: rgba(255,255,255,.66);
  --ink-3: rgba(255,255,255,.40);
  --glass: rgba(255,255,255,.085);
  --glass-strong: rgba(255,255,255,.14);
  --glass-border: rgba(255,255,255,.16);
  --hairline: rgba(255,255,255,.10);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; min-width: 320px; max-width: 100%; background: var(--hab-3); color: var(--ink); font-family: Jakarta, system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }
.hero-copy, .hero-product, .inside-copy, .screen-showcase, .waitlist-pet, .waitlist-copy { min-width: 0; }
.shell { width: min(1180px, calc(100% - 56px)); margin-inline: auto; }
.ambient { position: fixed; pointer-events: none; border-radius: 50%; filter: blur(90px); opacity: .18; z-index: -1; }
.ambient-one { width: 540px; height: 540px; background: var(--accent); top: -290px; right: -100px; }
.ambient-two { width: 430px; height: 430px; background: #ff6a35; top: 520px; left: -270px; opacity: .09; }

.site-header { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 10; }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-family: Space, sans-serif; font-weight: 700; font-size: 22px; letter-spacing: -.04em; width: max-content; }
.brand-blob { width: 24px; height: 24px; display: inline-block; border-radius: 32% 68% 60% 40% / 50% 40% 60% 50%; background: linear-gradient(150deg, var(--accent-2), var(--accent)); box-shadow: 0 0 18px rgba(251,46,80,.6); }
.site-header nav { display: flex; gap: 32px; color: var(--ink-2); font-size: 12px; font-weight: 600; }
.site-header nav a, .mini-cta { transition: color .2s, transform .2s; }
.site-header nav a:hover { color: var(--ink); }
.mini-cta { justify-self: end; color: var(--accent-2); font-size: 12px; font-weight: 700; }
.mini-cta:hover { transform: translateY(-1px); }

.hero { min-height: 750px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 50px; padding: 44px 0 100px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 21px; color: var(--ink-3); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.eyebrow span { color: var(--accent); font-size: 13px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Space, sans-serif; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(59px, 7.5vw, 98px); line-height: .93; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--accent-2); font-style: normal; }
.hero-lede { max-width: 565px; color: var(--ink-2); font-size: 17px; line-height: 1.7; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.button { border: 1px solid transparent; border-radius: 999px; min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-weight: 700; font-size: 13px; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(180deg, var(--accent-2), var(--accent)); box-shadow: 0 12px 28px -9px rgba(251,46,80,.8), inset 0 1px 0 rgba(255,255,255,.4); }
.button-primary:hover { box-shadow: 0 15px 32px -8px rgba(251,46,80,.9), inset 0 1px 0 rgba(255,255,255,.45); }
.button-ghost { color: var(--ink); background: var(--glass); border-color: var(--glass-border); backdrop-filter: blur(16px); }
.hero-notes { display: flex; gap: 19px; margin-top: 22px; color: var(--ink-3); font-size: 10px; }
.hero-notes span { display: flex; align-items: center; gap: 6px; }
.hero-notes i { width: 4px; height: 4px; background: var(--accent); border-radius: 50%; }

.hero-product { min-height: 680px; position: relative; display: grid; place-items: center; isolation: isolate; overflow: clip; }
.hero-product::before { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(251,46,80,.18), rgba(251,46,80,.035) 52%, transparent 72%); }
.phone { position: relative; overflow: hidden; border: 7px solid rgba(255,255,255,.18); background: #080506; border-radius: 42px; box-shadow: 0 30px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.08); }
.phone::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.16); }
.phone-speaker { position: absolute; top: 9px; left: 50%; width: 58px; height: 15px; transform: translateX(-50%); border-radius: 999px; background: #090607; z-index: 2; }
.phone img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; }
.phone-main { width: 324px; height: 650px; z-index: 2; transform: rotate(3deg); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 12px 15px; background: rgba(48,32,36,.82); border: 1px solid var(--glass-border); border-radius: 18px; box-shadow: 0 18px 45px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-family: Space, sans-serif; font-size: 12px; }
.floating-card small { color: var(--ink-3); font-size: 9px; margin-top: 3px; }
.float-icon { width: 31px; height: 31px; border-radius: 11px; display: grid; place-items: center; background: rgba(251,46,80,.15); color: var(--accent-2); }
.float-xp { right: 2%; top: 23%; }
.float-live { left: 1%; bottom: 23%; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #74cf72; box-shadow: 0 0 0 6px rgba(116,207,114,.13); margin: 0 7px; }
.orbit { position: absolute; width: 540px; height: 285px; border: 1px solid rgba(255,110,128,.17); border-radius: 50%; }
.orbit-a { transform: rotate(33deg); }
.orbit-b { transform: rotate(-35deg); width: 475px; height: 235px; }
.mote { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 18px var(--accent); }
.mote-a { top: 15%; left: 11%; }
.mote-b { right: 13%; bottom: 14%; width: 4px; height: 4px; }

.activity-proof { padding: 40px 0 135px; }
.activity-proof-copy { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.activity-proof-copy .eyebrow { justify-content: center; }
.activity-proof-copy > p:last-child { max-width: 650px; margin-inline: auto; color: var(--ink-2); font-size: 15px; line-height: 1.7; }
.activity-screens { display: grid; grid-template-columns: repeat(2, minmax(0, 390px)); justify-content: center; gap: clamp(34px, 7vw, 92px); align-items: start; }
.activity-device { min-width: 0; margin: 0; }
.activity-device:nth-child(2) { margin-top: 72px; }
.activity-device-label { display: flex; align-items: center; gap: 9px; min-height: 24px; margin: 0 0 13px 18px; color: var(--ink-3); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.activity-device-label > span:not(.live-dot) { color: var(--accent-2); font: 700 11px Space, sans-serif; }
.activity-device-label .live-dot { width: 7px; height: 7px; margin: 0; box-shadow: 0 0 0 5px rgba(116,207,114,.12); }
.activity-window { width: 100%; aspect-ratio: 390 / 844; margin: 0; position: relative; overflow: hidden; border: 7px solid rgba(255,255,255,.16); border-radius: 44px; background: #110b0d; box-shadow: 0 28px 75px rgba(0,0,0,.42), 0 0 0 1px rgba(255,255,255,.07); }
.activity-window::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,.14); }
.activity-window img { width: 100%; height: 100%; display: block; object-fit: cover; }
.activity-device figcaption { padding: 20px 18px 0; }
.activity-device figcaption strong, .activity-device figcaption span { display: block; }
.activity-device figcaption strong { font: 700 17px Space, sans-serif; letter-spacing: -.025em; }
.activity-device figcaption span { margin-top: 6px; color: var(--ink-3); font-size: 11px; line-height: 1.55; }

.loop-section { padding: 120px 0 130px; background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); border-top: 1px solid var(--hairline); }
.section-intro { max-width: 700px; margin-bottom: 52px; }
h2 { margin-bottom: 18px; font-size: clamp(44px, 6vw, 70px); line-height: .98; letter-spacing: -.055em; }
.section-intro > p:last-child, .inside-lede { color: var(--ink-2); font-size: 15px; line-height: 1.7; }
.loop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.loop-card { min-height: 365px; padding: 29px; border: 1px solid var(--glass-border); border-radius: 28px; background: var(--glass); display: flex; flex-direction: column; backdrop-filter: blur(18px); }
.loop-card.card-accent { background: linear-gradient(145deg, rgba(251,46,80,.20), rgba(255,255,255,.07)); box-shadow: 0 20px 60px -30px rgba(251,46,80,.65); }
.loop-number { color: var(--ink-3); font: 600 11px Space, sans-serif; }
.loop-icon { width: 55px; height: 55px; margin-top: auto; margin-bottom: 24px; border-radius: 20px; display: grid; place-items: center; color: var(--accent-2); background: rgba(251,46,80,.12); font: 600 25px Space, sans-serif; }
.loop-card h3 { font-size: 23px; letter-spacing: -.035em; margin-bottom: 12px; }
.loop-card p { color: var(--ink-2); font-size: 13px; line-height: 1.65; margin-bottom: 22px; }
.loop-tag { color: var(--accent-2); font-size: 9px; font-weight: 700; letter-spacing: .13em; }

.inside-section { min-height: 850px; padding: 125px 0; display: grid; grid-template-columns: .94fr 1.06fr; gap: 70px; align-items: center; }
.inside-copy { max-width: 510px; }
.inside-lede { max-width: 430px; margin-bottom: 35px; }
.screen-tabs { display: grid; gap: 9px; }
.screen-tab { width: 100%; padding: 16px 18px; border: 1px solid transparent; border-radius: 18px; background: transparent; color: var(--ink-2); text-align: left; cursor: pointer; transition: background .2s, border .2s, transform .2s; }
.screen-tab:hover { transform: translateX(3px); }
.screen-tab span, .screen-tab small { display: block; }
.screen-tab span { color: var(--ink); font-family: Space, sans-serif; font-size: 15px; font-weight: 700; }
.screen-tab small { margin-top: 4px; color: var(--ink-3); font-size: 10px; }
.screen-tab.is-active { background: var(--glass); border-color: var(--glass-border); }
.screen-tab.is-active span { color: var(--accent-2); }
.screen-showcase { min-height: 660px; position: relative; display: grid; place-items: center; overflow: clip; }
.showcase-glow { position: absolute; width: 490px; height: 490px; border-radius: 50%; background: radial-gradient(circle, rgba(251,46,80,.17), transparent 67%); }
.phone-tour { width: 315px; height: 650px; }
.phone-tour img { transition: opacity .13s, transform .13s; }
.phone-tour img.is-changing { opacity: 0; transform: scale(.985); }

.truth-strip { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: rgba(255,255,255,.025); }
.truth-grid { min-height: 155px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.truth-grid div { display: flex; flex-direction: column; align-items: center; gap: 6px; border-right: 1px solid var(--hairline); }
.truth-grid div:last-child { border: 0; }
.truth-grid strong { color: var(--accent-2); font: 600 36px Space, sans-serif; }
.truth-grid .word-stat { font-size: 21px; letter-spacing: -.02em; }
.truth-grid span { color: var(--ink-3); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.waitlist { padding: 125px 0; }
.waitlist-card { min-height: 550px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; overflow: hidden; border: 1px solid var(--glass-border); border-radius: 38px; background: radial-gradient(70% 100% at 10% 50%, rgba(251,46,80,.16), transparent 72%), var(--glass); box-shadow: 0 30px 90px rgba(0,0,0,.27); }
.waitlist-pet { min-height: 100%; position: relative; display: grid; place-items: center; }
.waitlist-pet img { width: min(330px, 82%); position: relative; z-index: 1; border-radius: 24%; filter: drop-shadow(0 22px 35px rgba(0,0,0,.35)); }
.pet-glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,106,53,.17); filter: blur(35px); }
.waitlist-copy { max-width: 590px; padding: 60px 64px 60px 20px; }
.waitlist-copy > p:not(.eyebrow) { max-width: 510px; color: var(--ink-2); font-size: 14px; line-height: 1.7; }
.waitlist-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 26px; }
.waitlist-form input { min-width: 0; height: 54px; padding: 0 18px; border: 1px solid var(--glass-border); border-radius: 999px; outline: none; background: rgba(255,255,255,.08); color: var(--ink); }
.waitlist-form input::placeholder { color: var(--ink-3); }
.waitlist-form input:focus { border-color: var(--accent-2); box-shadow: 0 0 0 4px rgba(251,46,80,.13); }
.waitlist-form .button:disabled { cursor: wait; opacity: .72; transform: none; box-shadow: none; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note, .form-status { grid-column: 1 / -1; margin: 2px 4px 0; color: var(--ink-3); font-size: 9px; }
.form-status { display: none; color: #ff9bab; line-height: 1.5; }
.form-status.is-visible { display: block; }
.form-status.is-success { color: #9be39a; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-footer { min-height: 120px; border-top: 1px solid var(--hairline); display: flex; align-items: center; gap: 28px; color: var(--ink-3); font-size: 10px; }
.site-footer p { margin: 0; }
.footer-meta { margin-left: auto !important; }

:where(a, button, input):focus-visible { outline: 3px solid rgba(255,110,128,.72); outline-offset: 4px; }

@media (max-width: 1120px) and (min-width: 901px) {
  .shell { width: min(100% - 44px, 1040px); }
  .hero { grid-template-columns: .92fr 1.08fr; gap: 24px; }
  h1 { font-size: clamp(57px, 7vw, 76px); }
  .hero-product { min-height: 620px; }
  .phone-main { width: 290px; height: 590px; }
  .orbit-a { width: 460px; height: 250px; }
  .orbit-b { width: 410px; height: 210px; }
  .float-xp { right: 0; }
  .float-live { left: 0; }
  .inside-section { gap: 38px; }
  .phone-tour { width: 292px; height: 610px; }
  .showcase-glow { width: 430px; height: 430px; }
  .waitlist-copy { padding-right: 42px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding: 70px 0 90px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-notes { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-product { width: 100%; min-height: 650px; }
  .loop-grid { grid-template-columns: 1fr; }
  .activity-screens { grid-template-columns: repeat(2, minmax(0, 330px)); gap: 34px; }
  .loop-card { min-height: 270px; }
  .inside-section { min-height: auto; grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .inside-copy { max-width: 620px; margin-inline: auto; }
  .inside-lede { margin-inline: auto; }
  .screen-showcase { min-height: 660px; }
  .waitlist-card { grid-template-columns: 1fr; }
  .waitlist-pet { min-height: 350px; }
  .waitlist-pet img { width: 240px; }
  .waitlist-copy { padding: 15px 38px 50px; text-align: center; margin-inline: auto; }
  .waitlist-copy .eyebrow { justify-content: center; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 40px, 680px); }
  .activity-proof { padding-bottom: 105px; }
  .activity-screens { grid-template-columns: repeat(2, minmax(0, 285px)); gap: 22px; }
  .activity-device:nth-child(2) { margin-top: 48px; }
  .section-intro { margin-bottom: 38px; }
  .loop-section { padding: 100px 0; }
  .loop-card { min-height: 250px; padding: 26px; }
  .inside-section { padding: 100px 0; }
  .screen-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .screen-tab { min-height: 82px; padding: 13px 12px; text-align: center; }
  .screen-tab:hover { transform: translateY(-2px); }
  .screen-tab span { font-size: 14px; }
  .screen-tab small { font-size: 9px; line-height: 1.4; }
  .waitlist-copy { width: 100%; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 34px, 520px); }
  .site-header { height: 76px; }
  .mini-cta { font-size: 10px; }
  .hero { min-height: auto; padding: 70px 0 65px; }
  h1 { font-size: clamp(53px, 16.5vw, 74px); }
  h2 { font-size: clamp(42px, 13vw, 58px); }
  .hero-lede { font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-notes { flex-wrap: wrap; }
  .hero-product { min-height: 590px; margin-top: 10px; }
  .phone-main { width: 263px; height: 545px; border-radius: 36px; }
  .orbit-a { width: 390px; height: 220px; }
  .orbit-b { width: 345px; height: 180px; }
  .floating-card { max-width: 155px; padding: 9px 11px; }
  .floating-card strong { font-size: 10px; }
  .floating-card small { font-size: 8px; }
  .float-xp { right: 0; }
  .float-live { left: 0; }
  .loop-section { padding: 90px 0; }
  .activity-proof { padding: 10px 0 90px; }
  .activity-proof-copy > p:last-child { font-size: 13px; }
  .activity-screens { grid-template-columns: minmax(0, 300px); gap: 58px; }
  .activity-device:nth-child(2) { margin-top: 0; }
  .activity-window { border-width: 6px; border-radius: 34px; }
  .inside-section { padding: 90px 0; }
  .phone-tour { width: 267px; height: 555px; border-radius: 36px; }
  .screen-showcase { min-height: 570px; }
  .truth-grid { grid-template-columns: 1fr 1fr; padding: 25px 0; gap: 27px 0; }
  .truth-grid div:nth-child(2) { border-right: 0; }
  .truth-grid strong { font-size: 30px; }
  .truth-grid div { min-width: 0; padding-inline: 8px; }
  .truth-grid .word-stat { font-size: 18px; }
  .truth-grid span { font-size: 8px; line-height: 1.45; text-align: center; }
  .waitlist { padding: 85px 0; }
  .waitlist-card { border-radius: 28px; }
  .waitlist-pet { min-height: 300px; }
  .waitlist-pet img { width: 205px; }
  .waitlist-copy { padding: 0 22px 35px; }
  .waitlist-form { display: block; }
  .waitlist-form input, .waitlist-form button { width: 100%; }
  .waitlist-form input { margin-bottom: 10px; }
  .form-note, .form-status { margin-top: 8px; }
  .site-footer { min-height: 160px; display: grid; grid-template-columns: 1fr; align-content: center; gap: 9px; }
  .footer-meta { margin-left: 0 !important; }
}

@media (max-width: 440px) {
  .shell { width: calc(100% - 28px); }
  .site-header { height: 70px; }
  .wordmark { gap: 7px; font-size: 20px; }
  .brand-blob { width: 22px; height: 22px; }
  .mini-cta { max-width: 112px; line-height: 1.25; text-align: right; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(47px, 15.2vw, 63px); }
  h2 { font-size: clamp(37px, 12vw, 50px); }
  .hero-lede { line-height: 1.62; }
  .hero-notes { gap: 10px 14px; }
  .hero-product { min-height: 535px; }
  .hero-product::before { width: 390px; height: 390px; }
  .phone-main { width: 235px; height: 490px; border-width: 6px; border-radius: 33px; }
  .phone-speaker { top: 7px; width: 48px; height: 13px; }
  .orbit-a { width: 335px; height: 184px; }
  .orbit-b { width: 295px; height: 150px; }
  .floating-card { max-width: 137px; gap: 7px; padding: 8px 9px; border-radius: 14px; }
  .float-icon { width: 27px; height: 27px; border-radius: 9px; flex: 0 0 auto; }
  .float-xp { top: 19%; }
  .float-live { bottom: 18%; }
  .activity-proof-copy { margin-bottom: 32px; }
  .activity-screens { grid-template-columns: minmax(0, 300px); gap: 58px; }
  .activity-device:nth-child(2) { margin-top: 0; }
  .activity-device-label { margin-left: 14px; }
  .activity-device figcaption { padding-inline: 14px; }
  .loop-card { min-height: 235px; border-radius: 23px; }
  .screen-tabs { gap: 6px; }
  .screen-tab { min-height: 74px; padding: 11px 7px; border-radius: 15px; }
  .screen-tab small { font-size: 8px; }
  .screen-showcase { min-height: 530px; }
  .showcase-glow { width: 330px; height: 330px; }
  .phone-tour { width: 244px; height: 510px; border-width: 6px; border-radius: 33px; }
  .waitlist-card { border-radius: 24px; }
  .waitlist-pet { min-height: 260px; }
  .waitlist-pet img { width: 176px; }
  .pet-glow { width: 230px; height: 230px; }
  .waitlist-copy { padding-inline: 17px; }
  .button { min-height: 52px; padding-inline: 18px; }
}

@media (max-width: 350px) {
  .shell { width: calc(100% - 22px); }
  .mini-cta { max-width: 92px; font-size: 9px; }
  h1 { font-size: 46px; }
  .hero-product { min-height: 500px; }
  .phone-main { width: 218px; height: 458px; }
  .floating-card { display: none; }
  .screen-tab small { display: none; }
  .screen-tab { min-height: 52px; }
  .phone-tour { width: 228px; height: 478px; }
  .truth-grid .word-stat { font-size: 16px; }
}

@media (hover: none) {
  .button:hover, .mini-cta:hover, .screen-tab:hover { transform: none; }
}

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