:root {
  color: #14202c;
  background: #eef2f5;
  font-family: "PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --navy-1000: #020812;
  --navy-980: #030b16;
  --navy-950: #06111f;
  --navy-920: #081827;
  --navy-900: #0b1d2e;
  --navy-850: #10283d;
  --navy-800: #16344d;
  --red-700: #ad0e1b;
  --red-650: #c31321;
  --red-600: #d81d2b;
  --red-500: #ec3a46;
  --ink-950: #101a24;
  --ink-900: #182530;
  --ink-750: #3d4c58;
  --ink-650: #586875;
  --ink-500: #5f6c75;
  --paper: #f1f4f6;
  --paper-warm: #f6f3ee;
  --white: #ffffff;
  --line: #dfe5e9;
  --line-strong: #cbd5dc;
  --line-dark: rgba(255, 255, 255, 0.13);
  --shadow-sm: 0 12px 30px rgba(13, 31, 48, 0.08);
  --shadow-md: 0 24px 60px rgba(2, 14, 28, 0.15);
  --shadow-dark: 0 28px 70px rgba(0, 0, 0, 0.35);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --page: min(1360px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink-900); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { border: 0; }
figure, p, h1, h2, h3, h4, ul, ol, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
.page-width { width: var(--page); margin-inline: auto; }
.section-white { background: var(--white); }
.section-muted { background: var(--paper); }
.section-warm { background: var(--paper-warm); }
.section-dark { background: var(--navy-950); color: var(--white); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 16px; }
:where(a, button):focus-visible { outline: 3px solid var(--red-500); outline-offset: 3px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 108px; color: #fff; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,8,18,.92), rgba(2,8,18,.48) 68%, transparent); pointer-events: none; }
.site-header.is-scrolled { background: rgba(3,11,22,.95); border-color: rgba(255,255,255,.08); box-shadow: 0 12px 30px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.site-header.is-scrolled::before { opacity: 0; }
.header-inner { position: relative; width: min(1800px, calc(100vw - 48px)); height: 100%; display: grid; grid-template-columns: minmax(290px, 1fr) auto minmax(260px, 1fr); align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 94px; height: 48px; object-fit: contain; object-position: center; flex: 0 0 auto; }
.brand span { display: grid; min-width: 0; line-height: 1.15; }
.brand strong { font-size: 18px; letter-spacing: .08em; color: #fff; }
.brand small { margin-top: 4px; max-width: 210px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff; font-size: 11px; }
.site-header .brand { gap: 14px; }
.site-header .brand img { width: 112px; height: 58px; }
.site-header .brand strong { font-size: 22px; }
.site-header .brand small { margin-top: 5px; max-width: 240px; color: #fff; font-size: 13px; font-weight: 600; text-shadow: 0 1px 5px rgba(0,0,0,.42); }
.desktop-nav { display: flex; align-items: center; gap: 22px; }
.desktop-nav a { position: relative; padding-block: 41px 37px; font-size: 1.25rem; color: rgba(255,255,255,.86); white-space: nowrap; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 26px; width: 0; height: 2px; background: var(--red-500); transform: translateX(-50%); transition: width .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.desktop-nav a.is-active::after { width: 24px; }
.header-phone { justify-self: end; display: flex; align-items: center; gap: 10px; color: #fff; }
.header-phone svg { width: 26px; height: 26px; color: var(--red-500); }
.header-phone span { display: grid; line-height: 1.15; }
.header-phone small { color: rgba(255,255,255,.7); font-size: 13px; }
.header-phone strong { margin-top: 4px; font-size: 21px; letter-spacing: .04em; }
.menu-button { display: none; justify-self: end; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }
.menu-scrim { position: fixed; inset: 0; z-index: 180; background: rgba(0,0,0,.6); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.menu-scrim.is-open { opacity: 1; visibility: visible; }
.mobile-drawer { position: fixed; z-index: 190; top: 0; right: 0; width: min(390px, 88vw); height: 100dvh; padding: 24px; background: var(--navy-980); color: #fff; transform: translateX(105%); transition: transform .25s ease; box-shadow: -30px 0 80px rgba(0,0,0,.42); }
.mobile-drawer.is-open { transform: translateX(0); }
.drawer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line-dark); }
.drawer-close { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; }
.mobile-drawer nav { display: grid; margin-top: 24px; }
.mobile-drawer nav a { padding: 16px 4px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 17px; color: rgba(255,255,255,.8); }
.mobile-drawer nav a.is-active { color: #fff; }
.drawer-contact { margin-top: 32px; padding: 22px; border: 1px solid var(--line-dark); border-radius: var(--radius-md); background: rgba(255,255,255,.04); }
.drawer-contact span, .drawer-contact p { color: rgba(255,255,255,.58); font-size: 12px; }
.drawer-contact a { display: block; margin: 7px 0; color: #fff; font-size: 24px; font-weight: 700; }

/* Shared typography */
.kicker { color: var(--red-600); font-size: 11px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.section-header { max-width: 720px; }
.section-header.is-center { margin-inline: auto; text-align: center; }
.section-header h2 { margin-top: 12px; color: var(--ink-950); font-size: clamp(1.875rem, calc(1.35rem + 1.2vw), 3rem); line-height: 1.17; letter-spacing: -.035em; }
.section-header > p:last-child { margin-top: 16px; color: var(--ink-650); font-size: 15px; line-height: 1.85; }
.section-header.is-dark h2 { color: #fff; }
.section-header.is-dark > p:last-child { color: rgba(255,255,255,.61); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border-radius: 8px; font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red-600); color: #fff; box-shadow: 0 12px 30px rgba(216,29,43,.25); }
.button-primary:hover { background: var(--red-500); }
.button-ghost { border: 1px solid rgba(255,255,255,.45); color: #fff; background: rgba(2,9,20,.25); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-dark { background: var(--navy-900); color: #fff; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-900); font-size: 13px; font-weight: 700; }
.arrow-link svg { transition: transform .2s ease; }
.arrow-link:hover svg { transform: translateX(4px); }

/* Home hero */
.home-hero { position: relative; min-height: 620px; overflow: hidden; color: #fff; background: var(--navy-1000); }
.home-hero::before { content: ""; position: absolute; inset: 0; background: url("/assets/site/hero-alphard.webp") center 66% / cover no-repeat; filter: brightness(.62) saturate(.86); }
.home-hero-image { position: absolute; top: 0; right: 0; bottom: 0; left: auto; width: 72%; height: 100%; object-fit: cover; object-position: center 66%; -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.65) 12%, #000 28%); mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.65) 12%, #000 28%); }
.home-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,8,18,.94) 0%, rgba(3,10,21,.82) 31%, rgba(3,10,21,.34) 57%, rgba(3,10,21,.1) 76%), linear-gradient(180deg, rgba(2,8,18,.3), transparent 34%, rgba(2,8,18,.55)); }
.home-hero-content { position: relative; z-index: 1; min-height: 620px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 94px; padding-bottom: 70px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; font-size: 13px; letter-spacing: .18em; color: rgba(255,255,255,.76); }
.hero-kicker span { display: block; width: 34px; height: 2px; background: var(--red-500); }
.home-hero h1 { margin-top: 23px; max-width: 680px; font-size: clamp(2.5rem, calc(1.7rem + 1.8vw), 3.5rem); line-height: 1.1; letter-spacing: -.05em; text-wrap: balance; }
.home-hero-content > p:not(.hero-kicker) { max-width: 615px; margin-top: 28px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.85; }
.home-hero .button-row { margin-top: 36px; }
.stats-wrap { position: relative; z-index: 4; margin-top: -58px; }
.stats-band { min-height: 118px; display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; background: rgba(7,23,38,.96); color: #fff; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; box-shadow: var(--shadow-dark); backdrop-filter: blur(16px); }
.stats-band article { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 16px; text-align: center; }
.stats-band article:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 25%; bottom: 25%; width: 1px; background: rgba(255,255,255,.12); }
.stats-band strong { font-size: clamp(1.875rem, calc(1.45rem + 1vw), 2.9375rem); line-height: 1; letter-spacing: -.04em; }
.stats-band span { margin-top: 11px; color: rgba(255,255,255,.65); font-size: 12px; }

/* Services */
.services-section { padding: 132px 0 116px; }
.service-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 14px 35px rgba(17,34,49,.06); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.service-image { display: block; aspect-ratio: 1.42 / 1; overflow: hidden; background: #dfe4e7; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-body { padding: 22px 21px 24px; }
.service-meta { min-height: 26px; display: flex; align-items: center; gap: 9px; color: var(--ink-500); font-size: 11px; }
.service-meta > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(216,29,43,.09); color: var(--red-600); }
.service-body h3 { margin-top: 17px; font-size: 20px; color: var(--ink-950); }
.service-body p { margin-top: 12px; min-height: 78px; color: var(--ink-650); font-size: 13px; line-height: 1.75; }
.service-body .arrow-link { margin-top: 18px; }

/* Fleet home */
.fleet-home { position: relative; overflow: hidden; padding: 112px 0 122px; }
.fleet-home::before { content: ""; position: absolute; right: -180px; top: -220px; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.035); border-radius: 50%; box-shadow: 0 0 0 120px rgba(255,255,255,.012), 0 0 0 240px rgba(255,255,255,.008); }
.fleet-tabs { position: relative; z-index: 1; margin-top: 42px; display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--line-dark); border-radius: 12px; background: rgba(255,255,255,.035); overflow: hidden; }
.fleet-tabs button { min-height: 60px; display: flex; align-items: center; justify-content: center; gap: 9px; background: transparent; color: rgba(255,255,255,.62); cursor: pointer; border-right: 1px solid rgba(255,255,255,.08); transition: background .2s ease, color .2s ease; }
.fleet-tabs button:last-child { border-right: 0; }
.fleet-tabs button.is-active { background: rgba(255,255,255,.08); color: #fff; box-shadow: inset 0 -3px 0 var(--red-500); }
.fleet-panel { position: relative; z-index: 1; margin-top: 17px; min-height: 455px; display: grid; grid-template-columns: .84fr 1.5fr; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 14px; background: #071827; box-shadow: var(--shadow-dark); }
.fleet-copy { padding: 56px 50px; display: flex; flex-direction: column; justify-content: center; }
.fleet-copy h3 { margin-top: 13px; font-size: clamp(2rem, calc(1.5rem + 1.2vw), 3rem); line-height: 1.14; letter-spacing: -.035em; }
.fleet-copy > p:not(.kicker) { margin-top: 18px; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.85; }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.pill-list span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.74); font-size: 11px; }
.pill-list.dark-text span { border-color: var(--line-strong); color: var(--ink-750); background: #fff; }
.fleet-copy ul { display: flex; flex-wrap: wrap; gap: 14px 20px; margin-top: 22px; color: rgba(255,255,255,.68); font-size: 12px; }
.fleet-copy li { display: flex; align-items: center; gap: 7px; }
.fleet-copy li svg { color: var(--red-500); }
.fleet-copy .arrow-link { margin-top: 27px; color: #fff; }
.fleet-panel figure { min-height: 455px; overflow: hidden; }
.fleet-panel figure img { width: 100%; height: 100%; object-fit: cover; }

/* Strengths, qualifications, process */
.strength-section { padding: 112px 0; }
.strength-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strength-grid article { position: relative; padding: 36px 30px 38px; }
.strength-grid article:not(:last-child)::after { content: ""; position: absolute; top: 32px; bottom: 32px; right: 0; width: 1px; background: var(--line); }
.strength-grid > article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: #fff; color: var(--red-600); box-shadow: var(--shadow-sm); }
.strength-grid h3 { margin-top: 24px; font-size: 19px; color: var(--ink-950); }
.strength-grid p { margin-top: 12px; color: var(--ink-650); font-size: 13px; line-height: 1.75; }
.qualification-section { padding: 110px 0 120px; }
.qualification-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.qualification-grid { margin-top: 46px; display: grid; grid-template-columns: 1fr 1.25fr .82fr; gap: 16px; }
.qualification-grid article { min-height: 236px; display: grid; grid-template-columns: 44% 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow-sm); }
.qualification-grid article figure { min-height: 236px; display: grid; place-items: center; padding: 18px; background: #f4f1eb; overflow: hidden; }
.qualification-grid article figure img { max-width: 100%; max-height: 190px; object-fit: contain; }
.qualification-grid article > div { align-self: center; padding: 24px 22px; }
.qualification-grid h3 { color: var(--ink-950); font-size: 18px; line-height: 1.35; }
.qualification-grid p { margin-top: 12px; color: var(--ink-650); font-size: 12px; line-height: 1.65; }
.qualification-grid.is-full { grid-template-columns: repeat(3,1fr); }
.qualification-grid.is-full article { display: block; }
.qualification-grid.is-full article figure { height: 320px; }
.qualification-grid.is-full article > div { padding: 25px 26px 30px; }
.process-section { padding: 112px 0 120px; }
.process-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-sm); overflow: hidden; }
.process-grid article { position: relative; padding: 34px 28px 36px; }
.process-grid article:not(:last-child)::after { content: ""; position: absolute; top: 28px; right: 0; bottom: 28px; width: 1px; background: var(--line); }
.process-number { position: absolute; top: 21px; right: 24px; color: #c9d1d7; font-size: 18px; font-weight: 700; }
.process-grid article > div { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy-900); }
.process-grid h3 { margin-top: 22px; color: var(--ink-950); font-size: 17px; }
.process-grid p { margin-top: 10px; color: var(--ink-650); font-size: 12px; line-height: 1.7; }

/* Client / contact CTA */
.client-section { padding: 108px 0; }
.client-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.industry-tags { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 9px; }
.industry-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: rgba(255,255,255,.63); font-size: 11px; }
.client-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid var(--line-dark); border-radius: 13px; overflow: hidden; }
.client-grid article { min-height: 155px; padding: 28px; background: rgba(255,255,255,.025); }
.client-grid article:nth-child(odd) { border-right: 1px solid var(--line-dark); }
.client-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
.client-grid span { color: var(--red-500); font-size: 10px; letter-spacing: .14em; }
.client-grid h3 { margin-top: 14px; font-size: 17px; }
.client-grid p { margin-top: 10px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.65; }
.contact-cta { padding: 58px 0; background: var(--navy-900); color: #fff; border-top: 1px solid rgba(255,255,255,.08); }
.contact-cta > div { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-cta h2 { margin-top: 9px; font-size: clamp(1.5625rem, calc(1.25rem + .8vw), 2.375rem); letter-spacing: -.03em; }
.contact-cta > div > div:first-child > p:last-child { margin-top: 10px; color: rgba(255,255,255,.58); font-size: 13px; }
.contact-cta-actions { display: flex; align-items: center; gap: 14px; }
.contact-cta-actions > a { min-height: 58px; display: flex; align-items: center; gap: 12px; padding: 0 22px; border-radius: 8px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.04); }
.contact-cta-actions > a:first-child svg { color: var(--red-500); }
.contact-cta-actions span { display: grid; }
.contact-cta-actions small { color: rgba(255,255,255,.56); font-size: 10px; }
.contact-cta-actions strong { margin-top: 4px; font-size: 18px; }
.contact-cta-actions .wechat-cta { background: var(--red-600); border-color: var(--red-600); font-weight: 700; }

/* Shared page hero */
.page-hero { position: relative; min-height: 620px; overflow: hidden; color: #fff; background: var(--navy-1000); }
.page-hero > .page-hero-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.62) saturate(.86); }
.page-hero > .page-hero-image { position: absolute; top: 0; right: 0; bottom: 0; left: auto; width: 72%; height: 100%; object-fit: cover; -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.65) 12%, #000 28%); mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.65) 12%, #000 28%); }
.page-hero.is-wedding > .page-hero-image { left: auto; right: 0; width: 64%; object-position: center 60% !important; }
.page-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,8,18,.95) 0%, rgba(3,10,21,.78) 40%, rgba(3,10,21,.18) 72%), linear-gradient(180deg, rgba(2,8,18,.28), transparent 50%, rgba(2,8,18,.48)); }
.page-hero-content { position: relative; z-index: 1; min-height: 620px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 94px; padding-bottom: 60px; }
.page-hero h1 { margin-top: 18px; max-width: 770px; font-size: clamp(2.5rem, calc(1.7rem + 1.8vw), 3.5rem); line-height: 1.1; letter-spacing: -.05em; }
.page-hero-content > p:not(.kicker) { max-width: 660px; margin-top: 22px; color: rgba(255,255,255,.69); font-size: 16px; line-height: 1.85; }
.hero-tags { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-tags span { padding: 7px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); background: rgba(2,8,18,.24); color: rgba(255,255,255,.76); font-size: 11px; backdrop-filter: blur(8px); }
.page-hero .button-row { margin-top: 30px; }

/* Business page */
.business-fleet-section { padding: 108px 0; }
.business-fleet-layout { display: block; }
.model-cards { margin-top: 36px; display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.model-cards article { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); }
.model-media { position: relative; width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: #dfe5e9; }
.model-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.model-media-backdrop { object-fit: cover; filter: blur(22px) brightness(.42) saturate(.8); transform: scale(1.1); }
.model-media-foreground { object-fit: cover; object-position: center; }
.model-cards strong, .model-cards span { display: block; padding-inline: 13px; }
.model-cards strong { margin-top: 17px; color: var(--ink-950); font-size: 18px; }
.model-cards span { padding-top: 8px; padding-bottom: 19px; color: var(--ink-650); font-size: 12px; line-height: 1.45; }

/* Cross border */
.cross-service { padding: 108px 0; }
.cross-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.cross-grid article { padding: 34px 31px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow-sm); }
.cross-grid article > div { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: rgba(216,29,43,.08); color: var(--red-600); }
.cross-grid h3 { margin-top: 27px; color: var(--ink-950); font-size: 21px; }
.cross-grid p { margin-top: 13px; color: var(--ink-650); font-size: 13px; line-height: 1.8; }
.cross-highlight { padding: 110px 0; }
.cross-highlight-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.cross-highlight figure { height: 560px; overflow: hidden; border-radius: 15px; box-shadow: var(--shadow-dark); }
.cross-highlight figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 68%; }
.check-list { display: grid; gap: 12px; margin-top: 27px; }
.check-list li { display: flex; align-items: center; gap: 10px; color: var(--ink-650); font-size: 13px; }
.check-list li svg { color: var(--red-600); }
.check-list.light li { color: rgba(255,255,255,.7); }
.prep-section { padding: 104px 0; }
.prep-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.prep-layout ol { display: grid; gap: 10px; }
.prep-layout li { display: flex; align-items: center; gap: 20px; min-height: 64px; padding: 0 20px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink-750); font-size: 13px; }
.prep-layout li span { color: var(--red-600); font-weight: 800; }

/* Wedding */
.wedding-brand-section { padding: 110px 0; }
.wedding-brand-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.wedding-brand-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.wedding-brand-grid figure { height: 385px; overflow: hidden; background: #e6e8ea; }
.wedding-brand-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.wedding-brand-grid article:nth-child(2) figure img { object-position: center 88%; }
.wedding-brand-grid h3 { padding: 24px 24px 0; color: var(--ink-950); font-size: 22px; }
.wedding-brand-grid p { padding: 11px 24px 27px; color: var(--ink-650); font-size: 13px; line-height: 1.7; }
.wedding-gallery { padding: 108px 0 118px; }
.wedding-gallery-grid { margin-top: 42px; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2,305px); gap: 12px; }
.wedding-gallery-grid figure { overflow: hidden; border-radius: 12px; }
.wedding-gallery-grid figure.wide { grid-row: 1 / 3; }
.wedding-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.wedding-gallery-grid .wide img { object-position: center 55%; }
.wedding-gallery-grid .scene-fleet img { object-position: center 65%; }

/* Fleet page */
.fleet-anchor-nav { position: sticky; top: 107px; z-index: 50; background: rgba(3,11,22,.96); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(14px); }
.fleet-anchor-nav > div { display: grid; grid-template-columns: repeat(5,1fr); }
.fleet-anchor-nav a { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 9px; color: rgba(255,255,255,.68); font-size: 13px; border-right: 1px solid rgba(255,255,255,.08); }
.fleet-anchor-nav a:last-child { border-right: 0; }
.fleet-anchor-nav a:hover { color: #fff; background: rgba(255,255,255,.05); }
.fleet-detail-section { scroll-margin-top: 150px; padding: 110px 0; }
.fleet-detail-layout { display: grid; grid-template-columns: .72fr 1.28fr; grid-template-areas: "copy main" "gallery gallery"; gap: 30px 48px; align-items: center; }
.fleet-detail-layout.is-reverse { grid-template-columns: 1.28fr .72fr; grid-template-areas: "main copy" "gallery gallery"; }
.fleet-detail-copy { grid-area: copy; }
.fleet-detail-copy h2 { margin-top: 14px; color: var(--ink-950); font-size: clamp(1.9375rem, calc(1.45rem + 1.2vw), 3rem); line-height: 1.15; letter-spacing: -.035em; }
.fleet-detail-copy > p:not(.kicker) { margin-top: 18px; color: var(--ink-650); font-size: 14px; line-height: 1.85; }
.fleet-detail-copy .button { margin-top: 28px; }
.fleet-detail-main { grid-area: main; height: 500px; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow-md); background: #dfe4e7; }
.fleet-detail-main img { width: 100%; height: 100%; object-fit: cover; }
.fleet-dual-media, .fleet-mini-gallery, .fleet-model-gallery { grid-area: gallery; display: grid; gap: 14px; }
.fleet-dual-media { grid-template-columns: repeat(2,1fr); }
.fleet-dual-media img { width: 100%; height: 460px; object-fit: contain; object-position: center; border-radius: 12px; background: #e8edf0; box-shadow: var(--shadow-sm); }
.fleet-mini-gallery { grid-template-columns: repeat(2,1fr); }
.fleet-mini-gallery img { width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: cover; object-position: center; border-radius: 12px; background: var(--navy-1000); box-shadow: var(--shadow-sm); }
.fleet-model-gallery { grid-template-columns: repeat(3,1fr); }
.fleet-model-gallery article { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.fleet-model-gallery .model-media { background: #dfe5e9; }
.fleet-model-gallery span { display: block; padding: 14px 16px; font-weight: 700; color: var(--ink-900); }

/* About */
.about-intro { padding: 110px 0; }
.about-intro-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.about-copy { display: grid; gap: 18px; }
.about-copy p { color: var(--ink-650); font-size: 15px; line-height: 2; }
.team-section { padding: 108px 0; }
.team-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.team-layout figure { height: 530px; overflow: hidden; border-radius: 14px; box-shadow: var(--shadow-dark); }
.team-layout figure img { width: 100%; height: 100%; object-fit: cover; }
.about-qualification-section { padding: 110px 0; }
.honor-section { padding: 108px 0; }
.honor-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.honor-list { margin-top: 34px; display: grid; gap: 14px; }
.honor-list li { display: flex; align-items: center; gap: 11px; color: var(--ink-650); font-size: 13px; }
.honor-list svg { color: var(--red-600); }
.honor-layout figure { height: 520px; overflow: hidden; border-radius: 14px; background: var(--navy-950); box-shadow: var(--shadow-md); }
.honor-layout figure img { width: 100%; height: 100%; object-fit: contain; padding: 28px; }

/* Contact */
.contact-page { padding: 110px 0; }
.contact-page-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; }
.contact-main-card, .contact-qr-card { border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.contact-main-card { padding: 52px; }
.contact-main-card h2 { margin-top: 13px; font-size: 32px; color: var(--ink-950); }
.contact-big-phone { display: inline-block; margin-top: 17px; color: var(--red-600); font-size: clamp(2.1875rem, calc(1.75rem + 1.2vw), 3.4375rem); font-weight: 800; letter-spacing: -.03em; }
.contact-main-card > p:not(.kicker) { margin-top: 12px; color: var(--ink-650); font-size: 14px; }
.contact-main-card dl { margin-top: 36px; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 28px; }
.contact-main-card dl > div { padding: 20px 0; border-top: 1px solid var(--line); }
.contact-main-card dt { display: flex; align-items: center; gap: 9px; color: var(--ink-500); font-size: 11px; }
.contact-main-card dd { margin-top: 10px; color: var(--ink-900); font-size: 13px; line-height: 1.6; }
.contact-main-card .button-row { margin-top: 30px; }
.contact-qr-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; text-align: center; }
.contact-qr-card > div { width: min(300px, 100%); aspect-ratio: 1; padding: 10px; border-radius: 12px; background: #fff; border: 1px solid var(--line); }
.contact-qr-card img { width: 100%; height: 100%; object-fit: contain; }
.contact-qr-card figcaption { display: grid; margin-top: 24px; }
.contact-qr-card strong { color: var(--ink-950); font-size: 19px; }
.contact-qr-card span { margin-top: 8px; color: var(--ink-500); font-size: 11px; }

/* Privacy */
.legal-page { min-height: 80vh; padding: 160px 0 110px; background: #fff; }
.legal-layout { max-width: 860px; }
.legal-layout header { padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-layout h1 { margin-top: 13px; font-size: 48px; color: var(--ink-950); }
.legal-layout header > p:last-child { margin-top: 12px; color: var(--ink-500); font-size: 13px; }
.legal-layout article { padding-top: 30px; }
.legal-layout h2 { margin-top: 30px; color: var(--ink-950); font-size: 21px; }
.legal-layout p { margin-top: 11px; color: var(--ink-650); font-size: 14px; line-height: 1.9; }

/* Footer */
.site-footer { background: var(--navy-1000); color: #fff; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { padding: 68px 0 54px; display: grid; grid-template-columns: 1.2fr .9fr 1fr 190px; gap: 55px; }
.footer-brand .brand { align-items: flex-start; }
.footer-brand .brand img { width: 98px; height: 48px; }
.footer-brand p { max-width: 350px; margin-top: 24px; color: rgba(255,255,255,.49); font-size: 12px; line-height: 1.85; }
.footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 34px; }
.footer-links section { display: grid; align-content: start; gap: 12px; }
.footer-links h3, .footer-contact h3 { margin-bottom: 8px; font-size: 13px; color: #fff; }
.footer-links a { color: rgba(255,255,255,.5); font-size: 11px; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; align-content: start; gap: 16px; }
.footer-contact > a, .footer-contact > div { display: flex; align-items: flex-start; gap: 11px; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.65; }
.footer-contact svg { flex: 0 0 auto; margin-top: 2px; color: var(--red-500); }
.footer-contact strong { color: #fff; font-size: 14px; }
.footer-qr { justify-self: end; text-align: center; }
.footer-qr img { width: 150px; height: 150px; object-fit: contain; padding: 7px; border-radius: 8px; background: #fff; }
.footer-qr figcaption { margin-top: 10px; color: rgba(255,255,255,.48); font-size: 10px; }
.footer-bottom { min-height: 60px; display: flex; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.5); font-size: 10px; }
.footer-bottom > a:first-of-type { margin-left: auto; }
.mobile-actions { display: none; }

@media (min-width: 1600px) {
  :root { --page: min(1560px, calc(100vw - 80px)); }
  html { scroll-padding-top: 120px; }
  .site-header { height: 116px; }
  .header-inner { grid-template-columns: minmax(330px, 1fr) auto minmax(280px, 1fr); gap: 28px; }
  .site-header .brand img { width: 132px; height: 68px; }
  .site-header .brand strong { font-size: 25px; }
  .site-header .brand small { max-width: 270px; font-size: 14px; }
  .desktop-nav { gap: 28px; }
  .desktop-nav a { padding-block: 45px 41px; font-size: 1.375rem; }
  .desktop-nav a::after { bottom: 28px; }
  .header-phone svg { width: 28px; height: 28px; }
  .header-phone small { font-size: 14px; }
  .header-phone strong { font-size: 24px; }
  .home-hero-content, .page-hero-content { padding-top: 116px; }
  .fleet-anchor-nav { top: 115px; }
}

@media (min-width: 1161px) and (max-width: 1320px) {
  html { scroll-padding-top: 98px; }
  .site-header { height: 94px; }
  .header-inner { width: var(--page); grid-template-columns: 180px minmax(0, 1fr) 180px; gap: 14px; }
  .site-header .brand { gap: 12px; }
  .site-header .brand img { width: 94px; height: 48px; }
  .site-header .brand strong { font-size: 18px; }
  .site-header .brand small { display: none; }
  .desktop-nav { gap: 16px; }
  .desktop-nav a { padding-block: 35px 31px; font-size: 1rem; }
  .desktop-nav a::after { bottom: 22px; }
  .header-phone { gap: 8px; }
  .header-phone svg { width: 21px; height: 21px; }
  .header-phone small { font-size: 10px; }
  .header-phone strong { font-size: 16px; }
  .fleet-anchor-nav { top: 93px; }
}

@media (min-width: 921px) {
  .home-hero h1 { max-width: none; white-space: nowrap; text-wrap: nowrap; }
  .home-hero h1 br { display: none; }
}

/* Responsive */
@media (max-width: 1160px) {
  :root { --page: min(1080px, calc(100vw - 40px)); }
  html { scroll-padding-top: 92px; }
  .site-header { height: 90px; }
  .header-inner { grid-template-columns: 150px minmax(0,1fr) 155px; gap: 12px; }
  .site-header .brand img { width: 86px; height: 44px; }
  .desktop-nav { justify-content: center; gap: 14px; }
  .desktop-nav a { font-size: .9375rem; }
  .brand span { display: none; }
  .header-phone { gap: 8px; }
  .header-phone svg { width: 20px; height: 20px; }
  .header-phone small { font-size: 10px; }
  .header-phone strong { font-size: 15px; }
  .fleet-anchor-nav { top: 89px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-body p { min-height: auto; }
  .qualification-grid { grid-template-columns: 1fr; }
  .qualification-grid article { grid-template-columns: 35% 1fr; }
  .footer-grid { grid-template-columns: 1.1fr .9fr 1fr; }
  .footer-qr { grid-column: 3; justify-self: start; }
}

@media (max-width: 920px) {
  :root { --page: min(820px, calc(100vw - 32px)); }
  .site-header { height: 74px; }
  .header-inner { grid-template-columns: 1fr auto auto; }
  .desktop-nav { display: none; }
  .header-phone { margin-right: 4px; }
  .menu-button { display: grid; }
  .home-hero, .home-hero-content { min-height: 720px; }
  .home-hero-content { padding-top: 74px; }
  .home-hero-overlay { background: linear-gradient(90deg, rgba(2,8,18,.92), rgba(2,8,18,.58) 60%, rgba(2,8,18,.2)), linear-gradient(180deg, transparent 40%, rgba(2,8,18,.7)); }
  .stats-wrap { margin-top: -42px; }
  .stats-band { grid-template-columns: repeat(2,1fr); }
  .stats-band article:nth-child(2)::after { display: none; }
  .stats-band article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .fleet-tabs { grid-template-columns: repeat(5, minmax(145px,1fr)); overflow-x: auto; }
  .fleet-tabs button { padding-inline: 15px; }
  .fleet-panel { grid-template-columns: 1fr; }
  .fleet-copy { padding: 42px 36px; }
  .fleet-panel figure { min-height: 390px; }
  .strength-grid { grid-template-columns: repeat(2,1fr); }
  .strength-grid article:nth-child(2)::after { display: none; }
  .strength-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid article:nth-child(2)::after { display: none; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .client-layout { grid-template-columns: 1fr; gap: 50px; }
  .contact-cta > div { align-items: flex-start; flex-direction: column; }
  .home-hero-image, .page-hero > .page-hero-image, .page-hero.is-wedding > .page-hero-image { top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 64%; object-fit: cover; object-position: center !important; -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%); }
  .page-hero { min-height: 580px; }
  .page-hero-content { min-height: 580px; padding-top: 74px; }
  .cross-highlight-layout, .prep-layout, .about-intro-layout, .team-layout, .honor-layout { grid-template-columns: 1fr; gap: 48px; }
  .cross-highlight figure, .team-layout figure, .honor-layout figure { height: 480px; }
  .cross-grid { grid-template-columns: 1fr; }
  .wedding-brand-grid { grid-template-columns: 1fr; }
  .wedding-brand-grid figure { height: 440px; }
  .fleet-anchor-nav { top: 73px; overflow-x: auto; }
  .fleet-anchor-nav > div { width: max-content; min-width: 100%; grid-template-columns: repeat(5,160px); }
  .fleet-detail-layout, .fleet-detail-layout.is-reverse { grid-template-columns: 1fr; grid-template-areas: "copy" "main" "gallery"; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-qr { grid-column: auto; justify-self: start; }
}

@media (max-width: 620px) {
  :root { --page: calc(100vw - 28px); }
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 64px; }
  .site-header { height: 66px; }
  .header-inner { gap: 9px; }
  .site-header .brand img { width: 66px; height: 35px; }
  .header-phone { gap: 7px; }
  .header-phone small { font-size: 8px; }
  .header-phone strong { font-size: 12px; }
  .header-phone svg { width: 17px; height: 17px; }
  .menu-button { width: 38px; height: 38px; }
  .home-hero, .home-hero-content { min-height: 690px; }
  .home-hero-image { height: 48%; object-fit: contain; object-position: center top; }
  .home-hero-overlay { background: linear-gradient(180deg, rgba(2,8,18,.47) 0%, rgba(2,8,18,.68) 38%, rgba(2,8,18,.96) 78%); }
  .home-hero-content { justify-content: flex-end; padding-top: 90px; padding-bottom: 90px; }
  .hero-kicker { font-size: 11px; }
  .home-hero h1 { margin-top: 17px; font-size: 2.5rem; line-height: 1.12; }
  .home-hero-content > p:not(.hero-kicker) { margin-top: 18px; font-size: 14px; line-height: 1.75; }
  .home-hero .button-row { margin-top: 25px; }
  .button { min-height: 45px; padding: 0 17px; font-size: 12px; }
  .stats-wrap { margin-top: -34px; }
  .stats-band { min-height: 0; }
  .stats-band article { padding: 19px 9px; }
  .stats-band strong { font-size: 28px; }
  .stats-band span { margin-top: 8px; font-size: 10px; }
  .section-header h2 { font-size: 30px; }
  .section-header > p:last-child { margin-top: 12px; font-size: 13px; line-height: 1.75; }
  .services-section, .fleet-home, .strength-section, .qualification-section, .process-section, .client-section,
  .business-fleet-section, .cross-service, .cross-highlight, .prep-section,
  .wedding-brand-section, .wedding-gallery, .fleet-detail-section, .about-intro,
  .team-section, .about-qualification-section, .honor-section, .contact-page { padding-top: 78px; padding-bottom: 78px; }
  .service-grid { margin-top: 35px; grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 42% 58%; }
  .service-image { height: 100%; aspect-ratio: auto; }
  .service-body { padding: 18px 16px; }
  .service-body h3 { margin-top: 12px; font-size: 17px; }
  .service-body p { margin-top: 8px; font-size: 11px; line-height: 1.65; }
  .service-body .arrow-link { margin-top: 12px; }
  .service-meta { font-size: 9px; }
  .fleet-home { padding-bottom: 82px; }
  .fleet-tabs { margin-top: 30px; grid-template-columns: repeat(5,130px); }
  .fleet-tabs button { min-height: 52px; font-size: 11px; }
  .fleet-panel { margin-top: 12px; }
  .fleet-copy { padding: 30px 22px; }
  .fleet-copy h3 { font-size: 29px; }
  .fleet-copy > p:not(.kicker) { font-size: 12px; }
  .fleet-panel figure { min-height: 270px; }
  .strength-grid { margin-top: 35px; grid-template-columns: 1fr; }
  .strength-grid article { padding: 27px 22px; border-bottom: 1px solid var(--line); }
  .strength-grid article::after { display: none !important; }
  .qualification-heading { align-items: flex-start; flex-direction: column; }
  .qualification-grid, .qualification-grid.is-full { margin-top: 34px; grid-template-columns: 1fr; }
  .qualification-grid article { min-height: 0; grid-template-columns: 40% 1fr; }
  .qualification-grid article figure { min-height: 190px; height: auto; }
  .qualification-grid.is-full article figure { height: 260px; }
  .process-grid { margin-top: 34px; grid-template-columns: 1fr; }
  .process-grid article { padding: 26px 22px; border-bottom: 1px solid var(--line); }
  .process-grid article::after { display: none !important; }
  .client-grid { grid-template-columns: 1fr; }
  .client-grid article { min-height: 125px; border-right: 0 !important; border-bottom: 1px solid var(--line-dark); }
  .contact-cta { padding: 44px 0; }
  .contact-cta h2 { font-size: 27px; }
  .contact-cta-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .contact-cta-actions > a { justify-content: center; }
  .page-hero { min-height: 620px; }
  .page-hero > .page-hero-image, .page-hero.is-wedding > .page-hero-image { top: 0; right: 0; bottom: auto; left: 0; width: 100%; height: 48%; object-fit: contain; object-position: center top !important; }
  .page-hero-shade { background: linear-gradient(180deg, rgba(2,8,18,.42), rgba(2,8,18,.6) 38%, rgba(2,8,18,.95) 78%); }
  .page-hero-content { min-height: 620px; justify-content: flex-end; padding-top: 75px; padding-bottom: 54px; }
  .page-hero h1 { font-size: 2.5rem; }
  .page-hero-content > p:not(.kicker) { margin-top: 16px; font-size: 13px; }
  .hero-tags { margin-top: 18px; }
  .page-hero .button-row { margin-top: 24px; }
  .cross-highlight figure, .team-layout figure, .honor-layout figure { height: 360px; }
  .model-cards { grid-template-columns: 1fr; }
  .model-media { aspect-ratio: 4 / 3; }
  .wedding-brand-grid figure { height: 360px; }
  .wedding-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 190px; }
  .wedding-gallery-grid figure.wide { grid-column: 1 / 3; grid-row: auto; }
  .fleet-anchor-nav { top: 65px; }
  .fleet-anchor-nav > div { grid-template-columns: repeat(5,135px); }
  .fleet-anchor-nav a { min-height: 56px; font-size: 11px; }
  .fleet-detail-main { height: 330px; }
  .fleet-dual-media, .fleet-mini-gallery, .fleet-model-gallery { grid-template-columns: 1fr; }
  .fleet-dual-media img { height: 360px; }
  .fleet-mini-gallery img { height: auto; }
  .about-intro-layout, .team-layout, .honor-layout { gap: 35px; }
  .contact-main-card { padding: 30px 23px; }
  .contact-main-card dl { grid-template-columns: 1fr; }
  .contact-qr-card { padding: 28px 22px; }
  .legal-page { padding-top: 120px; }
  .legal-layout h1 { font-size: 38px; }
  .footer-grid { padding: 50px 0 35px; grid-template-columns: 1fr; gap: 38px; }
  .footer-links { grid-template-columns: repeat(2,1fr); }
  .footer-qr { justify-self: start; }
  .footer-bottom { min-height: 80px; flex-wrap: wrap; align-content: center; gap: 12px 20px; }
  .footer-bottom > a:first-of-type { margin-left: 0; }
  .mobile-actions { position: fixed; z-index: 95; inset: auto 0 0; height: 64px; display: grid; grid-template-columns: repeat(2,1fr); background: rgba(3,11,22,.97); border-top: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-size: 13px; font-weight: 700; }
  .mobile-actions a:first-child { background: var(--red-600); }
}

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