:root {
  --navy: #07233f;
  --navy-2: #0b3156;
  --blue: #087eaa;
  --aqua: #08a6a6;
  --gold: #f6b800;
  --orange: #f35b34;
  --ink: #132535;
  --muted: #5c6c79;
  --line: #dce7ec;
  --soft: #eef8fa;
  --white: #fff;
  --shadow: 0 18px 48px rgba(4, 35, 63, .12);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.7 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; border-radius: 8px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

h1, h2, h3 { margin: 0 0 .6em; color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 6.2vw, 5.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.25em; }
.eyebrow { margin-bottom: 1rem; color: var(--blue); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.narrow { max-width: 790px; }
.center { text-align: center; }

.topbar { color: #dff8ff; background: var(--navy); font-size: .88rem; }
.topbar-inner { display: flex; justify-content: space-between; gap: 18px; padding-block: 8px; }
.topbar a { color: var(--white); font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(7, 35, 63, .08); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 86px; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand span { display: grid; line-height: 1; }
.brand strong { color: var(--navy); font: 700 1.2rem/1 Georgia, serif; }
.brand small { margin-top: 6px; color: var(--blue); font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.site-nav a { position: relative; padding: 30px 0; color: #26445c; font-size: .91rem; font-weight: 750; }
.site-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; color: var(--navy); background: var(--white); font-weight: 800; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 12px 24px; color: var(--navy); background: var(--gold); box-shadow: 0 8px 20px rgba(246, 184, 0, .22); font-weight: 850; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(246, 184, 0, .3); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .9rem; }
.button-light { background: var(--white); box-shadow: none; }
.button-dark { color: var(--white); background: var(--navy); box-shadow: none; }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: var(--white); background: transparent; box-shadow: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 850; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.home-hero { position: relative; overflow: hidden; padding: clamp(52px, 8vw, 110px) 0 70px; background: radial-gradient(circle at 9% 20%, rgba(8,166,166,.12), transparent 27%), linear-gradient(135deg, #f5fbfc 0%, #fff 52%, #e8f7fa 100%); }
.home-hero::after { position: absolute; right: -140px; bottom: -200px; width: 520px; height: 520px; border: 90px solid rgba(8,126,170,.08); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); align-items: center; gap: clamp(40px, 7vw, 90px); }
.hero-copy h1 { max-width: 800px; }
.hero-copy > p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 14px 28px; color: var(--muted); font-size: .92rem; }
.hero-facts span { display: grid; }
.hero-facts strong { color: var(--navy); font-size: 1.03rem; }
.hero-visual { position: relative; min-height: 560px; }
.hero-main { width: 92%; height: 520px; margin-left: auto; border-radius: 44% 10% 42% 12% / 18% 32% 16% 38%; object-fit: cover; box-shadow: var(--shadow); }
.hero-float { position: absolute; bottom: 0; left: 0; width: 35%; height: 235px; border: 9px solid var(--white); border-radius: 28px; object-fit: cover; box-shadow: var(--shadow); }
.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-strip .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip span { padding: 20px; border-right: 1px solid var(--line); color: var(--navy); text-align: center; font-weight: 850; }
.trust-strip span:first-child { border-left: 1px solid var(--line); }

.section { padding: clamp(70px, 8vw, 116px) 0; }
.section-soft { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading h2 { max-width: 740px; margin-bottom: 0; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(38px, 7vw, 86px); }
.rounded-image { width: 100%; max-height: 650px; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.contain-image { padding: 42px; background: var(--white); object-fit: contain; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: #29485e; }
.check-list li::before { position: absolute; top: .4em; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: var(--white); background: var(--aqua); content: "✓"; font-size: .75rem; font-weight: 900; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.tour-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 34px rgba(7,35,63,.07); transition: transform .2s ease, box-shadow .2s ease; }
.tour-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-image { display: block; overflow: hidden; aspect-ratio: 3 / 2; background: #dbeaed; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.tour-card:hover .card-image img { transform: scale(1.035); }
.card-body { padding: 23px; }
.card-body h2 { min-height: 2.2em; font-size: 1.48rem; }
.card-body p { color: var(--muted); font-size: .95rem; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; color: var(--blue); font-size: .74rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }

.mosaic { display: grid; grid-template-columns: .8fr .8fr 1.2fr; gap: 18px; }
.mosaic > img, .mosaic-copy { min-height: 390px; border-radius: var(--radius); }
.mosaic > img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 5vw, 65px); color: var(--white); background: var(--blue); }
.mosaic-copy .eyebrow { color: #c7fbf5; }
.mosaic-copy h2 { color: var(--white); }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 22px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { color: var(--blue); font-weight: 750; }
.page-hero { padding: 55px 0 70px; overflow: hidden; }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.6rem, 5.4vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 1.13rem; }
.page-hero img { width: 100%; height: 380px; border-radius: 70px 20px 70px 20px; object-fit: cover; box-shadow: var(--shadow); }

.tour-hero { padding: 58px 0 78px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.tour-hero-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 58px; }
.tour-hero h1, .tour-hero p { color: var(--white); }
.tour-hero h1 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.tour-hero .eyebrow { color: #82e6df; }
.tour-hero-grid > div > p:not(.eyebrow) { color: #d1e1ec; font-size: 1.1rem; }
.tour-hero img { width: 100%; height: 470px; border-radius: 18px 72px 18px 72px; object-fit: cover; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.tour-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0; }
.tour-meta span { display: grid; align-content: start; min-height: 86px; padding: 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; color: var(--white); font-size: .92rem; font-weight: 750; }
.tour-meta small { margin-bottom: 5px; color: #8ddbd9; font-size: .69rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.content-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 55px; }
.prose h2 { margin-top: 1.5em; font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #3f5668; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.prose .button { color: var(--navy); text-decoration: none; }
.side-card { position: sticky; top: 118px; display: grid; gap: 13px; padding: 28px; border-radius: 20px; color: #d6e8f2; background: var(--navy); }
.side-card h2 { margin-bottom: 0; color: var(--white); font-size: 1.65rem; }
.side-card p { margin: 0; }
.side-card a:not(.text-link) { color: var(--white); font-weight: 800; }
.side-card hr { width: 100%; border: 0; border-top: 1px solid rgba(255,255,255,.18); }
.side-card .text-link { color: #8ce5df; }

.inquiry-form { display: grid; gap: 17px; scroll-margin-top: 120px; padding: clamp(22px, 4vw, 36px); border: 1px solid var(--line); border-radius: var(--radius); background: #f8fcfd; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.inquiry-form label { display: grid; gap: 7px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid #b9cbd4; border-radius: 10px; padding: 12px 13px; color: var(--ink); background: var(--white); }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--blue); outline: 3px solid rgba(8,126,170,.15); }
.inquiry-form .button { justify-self: start; }
.form-note { margin: 0; color: var(--muted); font-size: .82rem; }

.steps { display: grid; gap: 18px; padding: 0; margin: 28px 0 0; counter-reset: steps; list-style: none; }
.steps li { position: relative; display: grid; gap: 4px; min-height: 52px; padding-left: 68px; counter-increment: steps; }
.steps li::before { position: absolute; top: 0; left: 0; display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); content: counter(steps, decimal-leading-zero); font-weight: 900; }
.steps span { color: var(--muted); }
.vehicle-stack { position: relative; min-height: 650px; }
.vehicle-stack img:first-child { width: 75%; height: 590px; margin-left: auto; border-radius: 120px 20px 120px 20px; object-fit: cover; }
.vehicle-stack img:last-child { position: absolute; bottom: 0; left: 0; width: 58%; height: 250px; border: 9px solid var(--white); border-radius: 25px; object-fit: cover; box-shadow: var(--shadow); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.feature-grid article { min-height: 230px; padding: 28px; border-top: 5px solid var(--aqua); border-radius: 15px; background: var(--white); }
.feature-grid article:nth-child(2n) { border-top-color: var(--gold); }
.feature-grid p { color: var(--muted); }

.gallery-grid { display: columns; columns: 3 280px; column-gap: 18px; }
.gallery-item { position: relative; width: 100%; overflow: hidden; margin: 0 0 18px; break-inside: avoid; border: 0; border-radius: 18px; padding: 0; background: #dce8eb; cursor: zoom-in; }
.gallery-item img { width: 100%; height: auto; min-height: 220px; object-fit: cover; }
.gallery-item span { position: absolute; right: 14px; bottom: 14px; border-radius: 999px; padding: 8px 13px; color: var(--white); background: rgba(7,35,63,.85); font-size: .78rem; font-weight: 800; opacity: 0; transition: opacity .2s ease; }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; }
.lightbox { width: min(1000px, calc(100% - 30px)); max-height: 90vh; border: 0; border-radius: 20px; padding: 46px 18px 18px; background: var(--navy); }
.lightbox::backdrop { background: rgba(0, 12, 23, .8); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox button { position: absolute; top: 10px; right: 14px; border: 0; color: var(--white); background: transparent; cursor: pointer; font-weight: 800; }

.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.review-grid article { padding: 32px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgba(7,35,63,.06); }
.review-grid article::before { display: block; margin-bottom: 18px; color: var(--gold); content: "★★★★★"; letter-spacing: .1em; }
.review-grid p { color: var(--navy); font: 1.25rem/1.55 Georgia, serif; }
.review-grid span { color: var(--muted); font-size: .82rem; }
.review-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }

.faq-list { display: grid; max-width: 900px; gap: 14px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.faq-list summary { padding: 22px 54px 22px 22px; color: var(--navy); cursor: pointer; font: 700 1.15rem/1.35 Georgia, serif; }
.faq-list p { padding: 0 22px 22px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 45px; }
.contact-grid h2 { font-size: 2.4rem; }
.contact-cards { display: grid; gap: 14px; }
.contact-cards article { display: grid; gap: 5px; padding: 24px; border-left: 5px solid var(--aqua); border-radius: 14px; background: var(--soft); }
.contact-cards small { color: var(--blue); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-cards a, .contact-cards strong { color: var(--navy); font-size: 1.15rem; font-weight: 850; }
.contact-cards p { margin: 0; color: var(--muted); }
.contact-cards .text-link { color: var(--blue); font-size: .9rem; }

.place-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px; }
.place-card { display: grid; grid-template-columns: 220px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.place-card img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.place-card div { align-self: center; padding: 28px; }
.place-card p { color: var(--muted); }

.post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.post-card img { width: 100%; height: 330px; object-fit: cover; }
.post-card > div { padding: 28px; }
.post-card h2 { font-size: 2rem; }
.post-card p:not(.eyebrow) { color: var(--muted); }
.article { padding: 55px 0 100px; }
.article > header { width: var(--shell); max-width: 1000px; margin: 0 auto 50px; }
.article > header > p:not(.eyebrow) { max-width: 780px; color: var(--muted); font-size: 1.14rem; }
.article > header img { width: 100%; max-height: 600px; margin-top: 36px; border-radius: 26px; object-fit: cover; }
.article-body { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.article-cta { margin-top: 55px; padding: 34px; border-radius: 18px; background: var(--soft); }

.cta-band { padding: 70px 0; color: var(--white); background: linear-gradient(110deg, var(--blue), var(--aqua)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.cta-band h2 { color: var(--white); }
.cta-band .eyebrow { color: #d2fffa; }
.cta-band p { max-width: 700px; margin-bottom: 0; }
.cta-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 12px; }
.site-footer { padding: 70px 0 20px; color: #bcd0de; background: #04192b; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 45px; }
.site-footer h2 { color: var(--white); font: 800 .78rem/1.2 Inter, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid p { max-width: 320px; }
.footer-grid a:hover { color: var(--white); }
.brand-footer strong { color: var(--white); }
.brand-footer small { color: #82e6df; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.footer-bottom > span:last-child { display: flex; gap: 20px; }

.not-found { display: grid; min-height: 65vh; place-items: center; text-align: center; background: var(--soft); }
.not-found h1 { font-size: clamp(4rem, 10vw, 8rem); }

@media (max-width: 1060px) {
  .header-cta { display: none; }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .84rem; }
  .hero-grid, .tour-hero-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .hero-visual { min-height: 500px; }
  .hero-main { height: 455px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .mosaic { grid-template-columns: 1fr 1fr; }
  .mosaic-copy { grid-column: 1 / -1; min-height: 310px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 680px); }
  .topbar-inner span { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { min-height: 76px; }
  .brand img { width: 54px; height: 54px; }
  .menu-button { display: inline-flex; margin-left: auto; }
  .site-nav { position: absolute; top: 76px; right: 15px; left: 15px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 12px; border-radius: 10px; }
  .site-nav a:hover, .site-nav a.active { background: var(--soft); }
  .site-nav a::after { display: none; }
  .hero-grid, .page-hero-grid, .tour-hero-grid, .split, .content-sidebar, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 480px; }
  .hero-main { width: 92%; height: 440px; }
  .hero-float { width: 36%; height: 190px; }
  .trust-strip .shell { grid-template-columns: repeat(2, 1fr); }
  .trust-strip span:nth-child(3) { border-left: 1px solid var(--line); }
  .page-hero img { height: 330px; }
  .tour-hero img { grid-row: 1; height: 380px; }
  .side-card { position: static; }
  .vehicle-stack { min-height: 540px; }
  .vehicle-stack img:first-child { height: 500px; }
  .place-grid, .post-grid { grid-template-columns: 1fr; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); }
  body { line-height: 1.65; }
  h1 { font-size: 2.75rem; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .58rem; }
  .home-hero { padding-top: 45px; }
  .hero-actions, .cta-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .hero-main { width: 100%; height: 340px; border-radius: 60px 15px 60px 15px; }
  .hero-float { bottom: 0; width: 42%; height: 150px; border-width: 6px; }
  .trust-strip .shell { width: 100%; }
  .trust-strip span { padding: 14px 8px; font-size: .78rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .card-grid { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: 1fr; }
  .mosaic > img, .mosaic-copy { min-height: 300px; }
  .mosaic-copy { grid-column: auto; }
  .page-hero { padding-top: 40px; }
  .page-hero img { height: 260px; border-radius: 45px 12px 45px 12px; }
  .tour-hero { padding-top: 35px; }
  .tour-hero img { height: 290px; }
  .tour-meta { grid-template-columns: 1fr; }
  .tour-meta span { min-height: 0; }
  .field-row, .feature-grid, .review-grid { grid-template-columns: 1fr; }
  .vehicle-stack { min-height: 420px; }
  .vehicle-stack img:first-child { width: 88%; height: 390px; }
  .vehicle-stack img:last-child { height: 165px; }
  .place-card { grid-template-columns: 1fr; }
  .place-card img { min-height: 250px; }
  .post-card img { height: 260px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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