:root {
  --ink: #10233a;
  --ink-soft: #405570;
  --blue: #0c77ca;
  --blue-bright: #38b7ef;
  --mist: #eaf5fb;
  --line: rgba(16, 35, 58, .14);
  --white: #fff;
  --shadow: 0 30px 70px rgba(19, 71, 110, .12);
  font-family: "Noto Sans TC", "Microsoft JhengHei", Inter, system-ui, sans-serif;
  color: var(--ink);
  background: #f9fcfe;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #f9fcfe; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; color: var(--ink); }
.nav-wrap { width: min(1480px, calc(100% - 64px)); height: 106px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(16, 35, 58, .12); }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .02em; }
.brand-logo { display: block; width: clamp(258px, 22vw, 340px); height: auto; filter: drop-shadow(0 9px 9px rgba(5, 72, 111, .16)); transform-origin: left center; animation: logo-float 5.5s ease-in-out infinite; }
.brand-name { color: #0a72bd; font-size: 1rem; font-weight: 900; letter-spacing: .15em; }
.brand-divider { width: 1px; height: 16px; background: currentColor; opacity: .35; }
.brand-zh { font-size: .78rem; font-weight: 700; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); font-size: .83rem; font-weight: 700; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: min(860px, 100vh); isolation: isolate; overflow: hidden; display: grid; align-items: center; padding: 138px max(32px, calc((100vw - 1480px) / 2)) 72px; background: radial-gradient(circle at 66% 46%, #d7eefb 0, rgba(240, 249, 253, .12) 35%, transparent 57%), linear-gradient(130deg, #fbfdff 0%, #f1f8fc 50%, #fff 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .25; background-image: linear-gradient(rgba(23, 112, 180, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 112, 180, .16) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.hero-content { position: relative; z-index: 3; width: min(470px, 40%); align-self: center; padding: 70px 0 0; }
.kicker, .eyebrow { margin: 0 0 14px; color: #087ac8; font-size: .7rem; font-weight: 900; letter-spacing: .16em; }
.hero h1, .section h2, .closing h2 { margin: 0; font-weight: 900; line-height: 1.15; letter-spacing: -.065em; }
.hero h1 { font-size: clamp(2.55rem, 4.3vw, 5rem); }
.hero-copy { max-width: 405px; margin: 22px 0 31px; color: var(--ink-soft); font-size: .98rem; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; font-size: .82rem; font-weight: 800; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--white); background: var(--ink); box-shadow: 0 12px 22px rgba(16, 35, 58, .18); }
.button-primary:hover { background: #075d9f; box-shadow: 0 15px 30px rgba(8, 119, 200, .24); }
.button-ghost { border-color: rgba(16, 35, 58, .32); background: rgba(255, 255, 255, .58); backdrop-filter: blur(8px); }
.button-light { color: var(--ink); background: var(--white); }
.hero-art { position: absolute; inset: 96px -5vw 0 27vw; z-index: 1; display: grid; align-items: center; pointer-events: none; }
.hero-art img { display: block; width: 100%; height: auto; max-height: 750px; object-fit: contain; object-position: center right; mix-blend-mode: multiply; filter: saturate(1.08) contrast(1.03); animation: art-float 9s ease-in-out infinite; }
.image-shine { position: absolute; inset: 12% 5% 20% 15%; background: linear-gradient(105deg, transparent 34%, rgba(255,255,255,.8) 47%, transparent 58%); transform: translateX(-90%) skewX(-12deg); animation: sweep 8s 1.5s ease-in-out infinite; mix-blend-mode: screen; }
.hero-orbit { position: absolute; border: 1px solid rgba(21, 141, 216, .25); border-radius: 50%; z-index: 0; }
.orbit-one { right: -130px; bottom: -240px; width: 720px; height: 720px; animation: spin 35s linear infinite; }
.orbit-two { right: 21%; top: 17%; width: 280px; height: 280px; border-style: dashed; animation: spin 22s linear infinite reverse; }
.scroll-cue { position: absolute; z-index: 4; left: max(32px, calc((100vw - 1480px) / 2)); bottom: 32px; display: flex; align-items: center; gap: 12px; font-size: .63rem; font-weight: 900; letter-spacing: .16em; }
.scroll-cue span { width: 36px; height: 1px; background: var(--ink); animation: line-pulse 2s ease-in-out infinite; }

.section { width: min(1280px, calc(100% - 64px)); margin: auto; padding: clamp(92px, 11vw, 164px) 0; }
.section h2 { font-size: clamp(2.3rem, 4.5vw, 4.7rem); }
.about { border-top: 1px solid var(--line); }
.section-intro { max-width: 850px; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; margin-top: 80px; align-items: start; }
.about-lead { margin: 0; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 800; line-height: 1.65; letter-spacing: -.04em; }
.about-detail { color: var(--ink-soft); line-height: 1.9; }
.about-detail p { margin-top: 0; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; border-top: 1px solid var(--line); }
.metrics div { padding: 19px 12px 0 0; }
.metrics strong { display: block; color: #087ac8; font-size: 2rem; line-height: 1; letter-spacing: -.06em; }
.metrics span { display: block; margin-top: 10px; font-size: .72rem; font-weight: 700; line-height: 1.5; }

.services { max-width: none; width: 100%; padding-right: max(32px, calc((100vw - 1280px) / 2)); padding-left: max(32px, calc((100vw - 1280px) / 2)); background: #edf7fc; }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 62px; }
.section-heading > p { max-width: 315px; margin: 0 0 7px; color: var(--ink-soft); font-size: .9rem; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(16, 35, 58, .17); border-left: 1px solid rgba(16, 35, 58, .17); }
.service-card { position: relative; min-height: 360px; padding: 28px; overflow: hidden; background: rgba(255,255,255,.52); border-right: 1px solid rgba(16, 35, 58, .17); border-bottom: 1px solid rgba(16, 35, 58, .17); transition: background .35s ease, transform .35s ease; }
.service-card::before { content: ""; position: absolute; right: -55px; bottom: -55px; width: 175px; height: 175px; border: 1px solid rgba(9, 120, 200, .18); border-radius: 50%; transition: transform .5s ease; }
.service-card:hover { z-index: 1; background: #0f6fae; color: #fff; transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(2.4); border-color: rgba(255,255,255,.25); }
.service-number { position: relative; color: #6e8498; font-family: ui-monospace, monospace; font-size: .71rem; }
.service-icon { position: relative; display: grid; width: 52px; height: 52px; margin: 37px 0 29px; place-items: center; color: #087ac8; border: 1px solid rgba(8, 122, 200, .38); border-radius: 50%; font-size: 1.5rem; font-weight: 300; }
.service-card h3 { position: relative; margin: 0; font-size: clamp(1.25rem, 1.7vw, 1.72rem); line-height: 1.35; letter-spacing: -.04em; }
.service-card p { position: relative; max-width: 320px; min-height: 66px; margin: 15px 0 23px; color: var(--ink-soft); font-size: .85rem; line-height: 1.75; }
.service-select { position: relative; display: inline-flex; align-items: center; gap: 15px; padding: 0; color: inherit; border: 0; background: none; font-size: .74rem; font-weight: 900; }
.service-select span { font-size: 1.2rem; font-weight: 400; transition: transform .25s ease; }
.service-select:hover span { transform: rotate(90deg); }
.service-card:hover .service-number, .service-card:hover .service-card p { color: rgba(255,255,255,.75); }
.service-card:hover .service-icon { color: #fff; border-color: rgba(255,255,255,.55); }

.feedback { padding-bottom: 100px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.quote-card { display: flex; flex-direction: column; min-width: 0; min-height: 0; margin: 0; overflow: hidden; color: var(--ink); background: #f0f7fa; border: 1px solid #dcebf1; box-shadow: 0 12px 26px rgba(13, 45, 69, .06); }
.client-visual { display: block; width: 100%; max-width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-bottom: 1px solid #dcebf1; }
.quote-card blockquote { margin: 0; padding: 22px 24px 18px; font-size: clamp(.98rem, 1.2vw, 1.12rem); font-weight: 800; line-height: 1.68; letter-spacing: -.025em; }
.quote-card figcaption { margin: auto 24px 24px; padding-top: 16px; border-top: 1px solid currentColor; opacity: .74; }
.quote-card figcaption span, .quote-card figcaption strong { display: block; font-size: .7rem; }
.quote-card figcaption strong { margin-top: 6px; font-size: .81rem; }

.capability { position: relative; display: grid; grid-template-columns: .77fr 1.23fr; gap: 7vw 9vw; padding-top: 120px; padding-bottom: 124px; }
.capability::before { content: ""; position: absolute; z-index: -1; inset: 0 calc((1280px - 100vw) / 2); background: linear-gradient(135deg, #eef8fc, #dceffa); }
.capability-copy > p:not(.eyebrow) { max-width: 365px; color: var(--ink-soft); line-height: 1.9; }
.capability-copy ul { padding: 0; margin: 30px 0 0; list-style: none; font-size: .84rem; font-weight: 800; }
.capability-copy li { padding: 11px 0; border-bottom: 1px solid var(--line); }
.capability-copy li::before { content: "✦"; margin-right: 10px; color: var(--blue); }
.calculator { padding: 33px; background: #fff; box-shadow: var(--shadow); }
.calculator fieldset { padding: 0; margin: 0; border: 0; }
.calculator legend { margin-bottom: 17px; font-size: .85rem; font-weight: 900; }
.calculator legend em { color: var(--ink-soft); font-size: .68rem; font-style: normal; font-weight: 500; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.check-grid label { display: flex; align-items: center; gap: 10px; min-height: 53px; padding: 0 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 700; cursor: pointer; }
.check-grid input { width: 16px; height: 16px; accent-color: var(--blue); }
.calculator-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 22px; }
.calculator-fields label { display: grid; gap: 8px; font-size: .76rem; font-weight: 800; }
.calculator-fields input, .calculator-fields select { width: 100%; height: 43px; padding: 0 11px; color: var(--ink); border: 1px solid #c5d6e1; border-radius: 0; background: #fff; }
.input-wrap { position: relative; }
.input-wrap small { position: absolute; top: 13px; right: 12px; color: var(--ink-soft); }
.calculator-message { min-height: 1.4em; margin: 15px 0 0; color: #c34031; font-size: .77rem; }
.calculator-submit { width: 100%; margin-top: 7px; }
.calculator-note { margin: 15px 0 0; color: #718294; font-size: .68rem; line-height: 1.6; }
.calculator-result { grid-column: 2; padding: 31px 33px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.calculator-result h3 { margin: 0 0 28px; font-size: 1.55rem; }
.result-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.result-metrics div { padding: 18px 9px 18px 0; }
.result-metrics strong { display: block; color: #6fcdfc; font-size: 2.15rem; line-height: 1; letter-spacing: -.07em; }
.result-metrics span { color: rgba(255,255,255,.76); font-size: .68rem; }
.calculator-result > p:not(.eyebrow) { color: rgba(255,255,255,.86); font-size: .86rem; line-height: 1.8; }
.result-services { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.2); font-size: .72rem !important; }

.contact { display: grid; grid-template-columns: .78fr 1.22fr; gap: 44px 7vw; align-items: start; }
.contact-intro > p:not(.eyebrow) { max-width: 365px; color: var(--ink-soft); line-height: 1.9; }
.contact-intro address { display: grid; gap: 7px; margin: 34px 0 0; color: var(--ink-soft); font-size: .88rem; font-style: normal; line-height: 1.7; }
.contact-intro address strong { margin-bottom: 4px; color: var(--ink); font-size: 1rem; }
.contact-intro address a { width: fit-content; color: #087ac8; font-weight: 800; }
.contact-intro address a:hover { text-decoration: underline; }
.contact-form { padding: 34px; background: #f1f8fc; border: 1px solid #d9eaf2; }
.contact-form-heading { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.contact-form-heading .eyebrow { margin: 0; }
.contact-form-heading > p:last-child { max-width: 210px; margin: 0; color: var(--ink-soft); font-size: .75rem; line-height: 1.6; text-align: right; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; margin-top: 17px; color: var(--ink); font-size: .77rem; font-weight: 800; }
.contact-form label em { color: #087ac8; font-style: normal; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 11px; color: var(--ink); border: 1px solid #bfd1dd; border-radius: 0; background: #fff; font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { min-height: 43px; }
.contact-form textarea { min-height: 124px; resize: vertical; line-height: 1.65; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 0; border-color: #087ac8; box-shadow: 0 0 0 3px rgba(56,183,239,.16); }
.honeypot { position: absolute; width: 1px; height: 1px; margin: -1px !important; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.contact-message { min-height: 1.4em; margin: 14px 0 0; color: #b32f25; font-size: .78rem; font-weight: 700; }
.contact-message.is-success { color: #087451; }
.contact-submit { width: 100%; margin-top: 5px; }
.contact-submit:disabled { cursor: wait; opacity: .7; }
.contact-note { margin: 14px 0 0; color: #718294; font-size: .68rem; line-height: 1.65; }
.map-card { grid-column: 1 / -1; overflow: hidden; border: 1px solid #d9eaf2; background: #fff; }
.map-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 20px; color: var(--ink); border-bottom: 1px solid #d9eaf2; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.map-heading a { color: #087ac8; letter-spacing: 0; }
.map-heading a:hover { text-decoration: underline; }
.map-card iframe { display: block; width: 100%; height: 330px; border: 0; }

.closing { position: relative; min-height: 520px; overflow: hidden; display: grid; place-items: center; padding: 80px 32px; color: #fff; background: #0b2641; text-align: center; }
.closing-grid { position: absolute; inset: -20%; background-image: linear-gradient(rgba(116, 207, 250, .22) 1px, transparent 1px), linear-gradient(90deg, rgba(116, 207, 250, .22) 1px, transparent 1px); background-size: 56px 56px; transform: perspective(450px) rotateX(60deg) scale(1.7); transform-origin: bottom; animation: grid-drift 15s linear infinite; }
.closing-content { position: relative; max-width: 1020px; }
.closing .eyebrow { color: #70d0ff; }
.closing h2 { margin-bottom: 35px; font-size: clamp(2.2rem, 4vw, 4.15rem); }
.site-footer { display: flex; align-items: center; justify-content: space-between; width: min(1280px, calc(100% - 64px)); min-height: 100px; margin: auto; gap: 24px; color: var(--ink-soft); font-size: .68rem; }
.site-footer .brand { color: var(--ink); }
.site-footer .brand-zh { font-size: .68rem; }
.site-footer p { margin: 0; }
.site-footer > a:last-child { color: var(--ink); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.65,.26,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes art-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes sweep { 0%, 53%, 100% { transform: translateX(-90%) skewX(-12deg); } 72% { transform: translateX(110%) skewX(-12deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes line-pulse { 0%,100% { transform: scaleX(.65); transform-origin: left; } 50% { transform: scaleX(1.2); transform-origin: left; } }
@keyframes grid-drift { to { transform: perspective(450px) rotateX(60deg) translateY(56px) scale(1.7); } }
@keyframes logo-float { 0%, 100% { transform: translateY(0) rotateX(0); } 50% { transform: translateY(-2px) rotateX(2deg); } }

@media (max-width: 1180px) {
  .nav-wrap { width: min(100% - 48px, 1480px); }
  .hero { padding-right: 24px; padding-left: 24px; }
  .hero-content { width: min(455px, 45%); }
  .hero-art { right: -10vw; left: 24vw; }
  .section, .site-footer { width: min(100% - 48px, 1280px); }
  .services { padding-right: 24px; padding-left: 24px; }
  .capability { gap: 5vw; }
}

@media (max-width: 1000px) {
  .hero { min-height: 810px; align-items: start; }
  .hero-content { width: min(490px, 56%); }
  .hero-art { inset: 270px -12vw 10px 12vw; align-items: end; }
  .hero-art img { object-position: bottom center; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-grid { grid-template-columns: 1fr 1fr; }
  .quote-card:last-child { grid-column: auto; min-height: 0; }
  .capability { gap: 48px 6vw; }
  .calculator { padding: 28px; }
}

@media (max-width: 820px) {
  .hero { min-height: 760px; }
  .hero-content { width: min(470px, 65%); }
  .hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); }
  .hero-art { inset: 310px -20vw 6px 4vw; }
  .hero-art img { width: 112%; }
  .about-grid { gap: 7vw; }
  .section-heading { align-items: start; }
  .capability { grid-template-columns: .82fr 1.18fr; gap: 34px; }
  .calculator-result { grid-column: 1 / -1; }
  .contact { grid-template-columns: .82fr 1.18fr; gap: 34px; }
}
@media (max-width: 700px) {
  .nav-wrap { width: min(100% - 36px, 1480px); height: 78px; }
  .site-header .brand-logo { width: clamp(215px, 63vw, 280px); }
  .brand-divider { display: none; }
  .brand-zh { display: none; }
  .menu-toggle { display: grid; min-width: 44px; min-height: 44px; place-content: center; gap: 5px; padding: 8px; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; background: var(--ink); }
  .site-nav { position: absolute; top: 78px; right: 18px; left: 18px; display: none; padding: 12px 18px; background: rgba(255,255,255,.97); box-shadow: 0 15px 40px rgba(16,35,58,.15); }
  .site-nav.is-open { display: grid; gap: 15px; }
  .hero { min-height: max(690px, 100svh); padding: 116px 18px 52px; }
  .hero-content { width: 100%; padding-top: 0; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.8rem); }
  .hero-copy { max-width: 330px; font-size: .88rem; }
  .hero-actions { display: grid; width: min(100%, 330px); gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-art { inset: auto -23vw 30px -15vw; height: 370px; align-items: end; }
  .hero-art img { width: 123%; max-height: none; }
  .orbit-one { right: -220px; width: 490px; height: 490px; }
  .orbit-two { display: none; }
  .scroll-cue { left: 18px; bottom: 18px; font-size: .53rem; }
  .section { width: min(100% - 36px, 1280px); padding: 82px 0; }
  .about-grid, .capability { grid-template-columns: 1fr; gap: 42px; margin-top: 50px; }
  .metrics { max-width: 410px; }
  .services { width: 100%; padding: 82px 18px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading > p { margin-top: 18px; }
  .service-grid, .quote-grid { grid-template-columns: minmax(0, 1fr); }
  .service-card { min-height: 305px; }
  .service-icon { margin: 25px 0 20px; }
  .quote-card, .quote-card:last-child { grid-column: auto; min-height: 0; }
  .capability { margin-top: 0; padding-top: 82px; padding-bottom: 82px; }
  .capability::before { inset: 0 -18px; }
  .calculator { padding: 22px; }
  .check-grid, .calculator-fields { grid-template-columns: 1fr; }
  .calculator-result { grid-column: auto; padding: 25px 22px; }
  .contact { grid-template-columns: 1fr; gap: 36px; margin-top: 0; }
  .contact-form { padding: 24px 20px; }
  .map-card { grid-column: auto; }
  .closing { min-height: 470px; padding: 70px 18px; }
  .site-footer { flex-wrap: wrap; width: min(100% - 36px, 1280px); padding: 25px 0; }
  .site-footer p { order: 3; width: 100%; }
}

@media (max-width: 460px) {
  .nav-wrap { width: calc(100% - 32px); }
  .site-header .brand-logo { width: min(66vw, 244px); }
  .brand-name { font-size: .87rem; letter-spacing: .12em; }
  .hero { min-height: max(640px, 100svh); padding: 106px 16px 46px; }
  .hero h1 { font-size: clamp(2.14rem, 11vw, 3.15rem); }
  .hero-copy { margin: 16px 0 23px; font-size: .82rem; line-height: 1.75; }
  .hero-art { right: -38vw; bottom: 35px; left: -28vw; height: 295px; }
  .hero-art img { width: 145%; }
  .scroll-cue { bottom: 14px; left: 16px; }
  .section { width: calc(100% - 32px); padding: 68px 0; }
  .section h2 { font-size: clamp(2.02rem, 10vw, 3rem); }
  .about-lead { font-size: 1.22rem; }
  .metrics strong { font-size: 1.7rem; }
  .metrics span { font-size: .65rem; }
  .services { padding: 68px 16px; }
  .service-card { min-height: 278px; padding: 23px; }
  .service-card p { min-height: 0; font-size: .8rem; }
  .quote-card { min-height: 0; }
  .quote-card blockquote { padding: 20px 20px 16px; }
  .quote-card figcaption { margin: auto 20px 20px; }
  .quote-card blockquote { font-size: 1rem; }
  .capability::before { inset: 0 -16px; }
  .calculator { padding: 20px 16px; }
  .check-grid label { min-height: 48px; padding: 0 9px; font-size: .73rem; }
  .result-metrics strong { font-size: 1.75rem; }
  .calculator-result { padding: 24px 16px; }
  .contact-form { padding: 21px 16px; }
  .contact-form-heading { display: block; }
  .contact-form-heading > p:last-child { margin-top: 9px; text-align: left; }
  .contact-grid { grid-template-columns: 1fr; gap: 0; }
  .map-heading { align-items: start; padding: 14px 16px; }
  .map-card iframe { height: 270px; }
  .closing { min-height: 410px; padding: 58px 16px; }
  .closing h2 { font-size: clamp(1.95rem, 9vw, 2.65rem); }
  .site-footer { width: calc(100% - 32px); }
}

@media (hover: none) {
  .service-card:hover { color: var(--ink); background: rgba(255,255,255,.52); transform: none; box-shadow: none; }
  .service-card:hover::before { transform: none; border-color: rgba(9, 120, 200, .18); }
  .service-card:hover .service-number, .service-card:hover .service-card p { color: var(--ink-soft); }
  .service-card:hover .service-icon { color: #087ac8; border-color: rgba(8, 122, 200, .38); }
  .button:hover { transform: none; }
}

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