:root {
  color-scheme: light;
  --ink: #12202b;
  --ink-soft: #485a64;
  --blue: #1b99cf;
  --blue-deep: #156e98;
  --blue-pale: #edf7fb;
  --yellow: #f8d52b;
  --paper: #f7f9fa;
  --line: #dce5e9;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
::selection { background: var(--yellow); color: var(--ink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
[hidden] { display: none !important; }
.container { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 200; background: var(--yellow); color: var(--ink); padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(18, 32, 43, .08); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 32px rgba(18, 32, 43, .09); }
.header-inner { height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo-crop { position: relative; display: block; width: 100px; height: 60px; overflow: hidden; background: var(--white); }
.brand-logo-crop img { position: absolute; top: -2px; left: 0; display: block; width: 82px; max-width: none; height: auto; }
.brand-symbol { font-size: 31px; line-height: 1; color: var(--blue); transform: rotate(0deg); }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1.05; }
.brand-wordmark strong { font-size: 22px; font-weight: 800; }
.brand-wordmark small { margin-top: 6px; font-family: Bahnschrift, Arial, sans-serif; font-size: 9px; font-weight: 700; color: var(--blue-deep); }
.desktop-nav { display: flex; align-items: center; gap: 29px; margin-left: auto; white-space: nowrap; }
.desktop-nav a { font-size: 14px; font-weight: 700; color: #35454f; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--blue-deep); }
.header-contact { display: inline-flex; align-items: center; justify-content: center; gap: 13px; flex: 0 0 auto; height: 42px; padding: 0 17px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 700; transition: background .2s ease; }
.header-contact:hover { background: var(--blue-deep); }
.header-contact img { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 4px; background: var(--white); }
.menu-toggle img { width: 23px; height: 23px; }
.mobile-nav { display: none; }

.hero { position: relative; height: calc(100svh - 156px); min-height: 590px; max-height: 730px; overflow: hidden; background: #192732 url("assets/team-office.jpg") center 55% / cover no-repeat; color: var(--white); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 21, 33, .96) 0%, rgba(8, 21, 33, .84) 39%, rgba(8, 21, 33, .43) 69%, rgba(8, 21, 33, .15) 100%); }
.hero-inner { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding-top: 76px; padding-bottom: 28px; }
.hero-content { max-width: 690px; margin: auto 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 11px; margin: 0 0 25px; font-size: 13px; font-weight: 700; color: #dceef5; }
.hero-kicker span { display: inline-block; width: 7px; height: 7px; background: var(--yellow); transform: rotate(45deg); }
.hero h1 { margin: 0 0 18px; font-size: 86px; line-height: 1.08; font-weight: 900; }
.hero-statement { margin: 0 0 16px; font-size: 27px; line-height: 1.45; font-weight: 700; }
.hero-description { max-width: 600px; margin: 0; color: #d3e0e5; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button img { width: 18px; height: 18px; }
.button-primary { background: var(--yellow); color: var(--ink); }
.button-primary:hover { background: #ffe457; }
.button-ghost { border-color: rgba(255, 255, 255, .55); color: var(--white); background: rgba(255, 255, 255, .07); }
.button-ghost:hover { background: rgba(255, 255, 255, .15); }
.button-ghost img { filter: brightness(0) invert(1); }
.hero-facts { display: flex; align-items: center; gap: 28px; width: fit-content; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .42); }
.hero-facts > div { display: flex; align-items: baseline; gap: 11px; }
.hero-facts strong { font-family: Bahnschrift, "Microsoft YaHei", sans-serif; font-size: 27px; line-height: 1; }
.hero-facts strong span { color: var(--yellow); }
.hero-facts small { color: #d6e1e5; font-size: 12px; }
.hero-facts-divider { width: 1px; height: 24px; background: rgba(255, 255, 255, .3); }

.intro-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.intro-strip-inner { display: flex; align-items: center; gap: 37px; min-height: 90px; }
.intro-strip-label { font-family: Bahnschrift, Arial, sans-serif; font-size: 12px; font-weight: 800; color: var(--blue-deep); white-space: nowrap; }
.intro-strip p { margin: 0; font-size: 16px; font-weight: 700; }
.intro-strip a { display: flex; align-items: center; justify-content: center; margin-left: auto; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; }
.intro-strip a img { width: 18px; height: 18px; }

.section { padding: 108px 0; scroll-margin-top: 76px; }
.section-kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 21px; color: var(--blue-deep); font-family: Bahnschrift, Arial, sans-serif; font-size: 12px; font-weight: 800; }
.section-kicker::before { content: ""; display: inline-block; width: 24px; height: 2px; background: var(--blue); }
.section-kicker span { color: var(--blue-deep); font-family: "Microsoft YaHei", "PingFang SC", sans-serif; }
.section h2 { margin: 0; font-size: 43px; line-height: 1.35; font-weight: 850; }
.section p { color: var(--ink-soft); }
.section-lead { color: var(--ink) !important; font-size: 18px; font-weight: 700; line-height: 1.85; }

.about-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 95px; align-items: center; }
.about-copy > p:not(.section-kicker) { max-width: 650px; margin: 23px 0 0; font-size: 15px; line-height: 2.05; }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 31px; padding-bottom: 9px; border-bottom: 2px solid var(--blue); color: var(--ink); font-size: 14px; font-weight: 800; }
.text-link img { width: 18px; height: 18px; transition: transform .2s ease; }
.text-link:hover img { transform: translateX(4px); }
.about-visual { border-left: 1px solid var(--line); padding-left: 65px; }
.about-logo { display: block; width: min(100%, 350px); height: auto; mix-blend-mode: multiply; }
.about-visual-bottom { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
.about-number { display: flex; flex-direction: column; }
.about-number strong { font-family: Bahnschrift, Arial, sans-serif; font-size: 74px; line-height: 1; font-weight: 800; }
.about-number strong span { color: var(--blue); }
.about-number > span { margin-top: 5px; color: var(--ink-soft); font-size: 13px; }
.about-place { display: flex; align-items: center; gap: 7px; color: var(--ink-soft); font-size: 13px; white-space: nowrap; }
.about-place img { width: 18px; height: 18px; }

.business-section { background: var(--blue-pale); }
.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 42px; }
.section-topline > p { max-width: 380px; margin: 0 0 5px; font-size: 14px; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 326px; padding: 31px 29px 27px; border: 1px solid #d7e5eb; border-radius: 6px; background: var(--white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--blue); box-shadow: 0 14px 32px rgba(25, 77, 99, .09); }
.service-card-top { display: flex; justify-content: space-between; align-items: start; color: var(--blue-deep); font-size: 13px; font-weight: 800; }
.service-glyph { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 1px solid #cbdde6; color: var(--blue-deep); font-size: 18px; line-height: 1; }
.service-card h3 { margin: 44px 0 14px; font-size: 23px; line-height: 1.4; }
.service-card p { margin: 0; font-size: 14px; line-height: 1.9; }
.service-card-foot { display: flex; gap: 12px; margin-top: auto; padding-top: 21px; color: #667a85; font-size: 12px; font-weight: 700; }
.service-card-foot span { color: var(--blue); }
.service-note { margin: 22px 0 0; text-align: right; font-size: 12px; }

.advantage-section { position: relative; overflow: hidden; background: #12222d; color: var(--white); }
.advantage-section::after { content: ""; position: absolute; right: -110px; bottom: -250px; width: 440px; height: 440px; border: 1px solid rgba(106, 204, 232, .13); transform: rotate(45deg); pointer-events: none; }
.advantage-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.section-kicker-light, .section-kicker-light span { color: #8edcf2; }
.section-kicker-light::before { background: var(--yellow); }
.advantage-section h2 { color: var(--white); }
.advantage-intro { max-width: 440px; margin: 24px 0 0; color: #b7c8d0 !important; font-size: 15px; line-height: 1.95; }
.advantage-list { border-top: 1px solid rgba(255, 255, 255, .22); }
.advantage-item { display: grid; grid-template-columns: 57px 1fr; gap: 16px; padding: 29px 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.advantage-index { color: #8edcf2; font-family: Bahnschrift, Arial, sans-serif; font-size: 14px; font-weight: 800; }
.advantage-item h3 { margin: 0 0 8px; color: var(--white); font-size: 20px; }
.advantage-item p { margin: 0; color: #b7c8d0; font-size: 14px; line-height: 1.8; }

.team-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 106px; align-items: center; }
.team-photo { margin: 0; }
.team-photo img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 4px; }
.team-photo figcaption { display: flex; align-items: center; gap: 11px; margin-top: 13px; color: #687b85; font-size: 12px; }
.team-photo figcaption::before { content: ""; width: 22px; height: 2px; background: var(--blue); }
.team-copy > p:not(.section-kicker) { max-width: 520px; margin: 24px 0 0; font-size: 15px; line-height: 2; }
.team-meta { display: flex; gap: 60px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); }
.team-meta > div { display: flex; align-items: start; gap: 13px; }
.team-meta img { width: 23px; height: 23px; }
.team-meta span { color: #72838c; font-size: 12px; line-height: 1.65; }
.team-meta strong { color: var(--ink); font-size: 17px; }

.process-section { background: var(--paper); }
.process-heading { max-width: 830px; margin-bottom: 48px; }
.process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; padding: 25px 11px 0 0; border-top: 2px solid #d6e1e6; }
.process-list li::before { content: ""; position: absolute; top: -4px; left: 0; width: 6px; height: 6px; background: var(--blue); }
.process-number { color: var(--blue-deep); font-family: Bahnschrift, Arial, sans-serif; font-size: 15px; font-weight: 800; }
.process-list h3 { margin: 22px 0 10px; font-size: 20px; }
.process-list p { margin: 0; font-size: 14px; line-height: 1.85; }

.partner-band { background: var(--yellow); scroll-margin-top: 76px; }
.partner-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 250px; padding-top: 42px; padding-bottom: 42px; }
.partner-label { margin: 0 0 13px; font-family: Bahnschrift, Arial, sans-serif; font-size: 12px; font-weight: 800; }
.partner-band h2 { margin: 0; font-size: 31px; line-height: 1.35; }
.partner-band p:not(.partner-label) { margin: 13px 0 0; font-size: 14px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #2b424e; }
.button-dark img { filter: brightness(0) invert(1); }
.partner-link { flex: 0 0 auto; }

.contact-heading { max-width: 700px; margin-bottom: 43px; }
.contact-heading > p:not(.section-kicker) { margin: 15px 0 0; font-size: 15px; line-height: 1.85; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(0, .87fr); gap: 78px; align-items: start; }
.contact-form-wrap { padding: 38px; border: 1px solid var(--line); border-radius: 6px; background: #fbfcfd; }
.contact-form-wrap h3, .contact-info h3 { margin: 0; font-size: 24px; }
.contact-form-wrap > p { margin: 10px 0 27px; font-size: 13px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 19px; }
.field label { font-size: 13px; font-weight: 700; }
.field label span { color: #c94331; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cddbe1; border-radius: 4px; background: var(--white); color: var(--ink); padding: 12px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { min-height: 47px; }
.field textarea { min-height: 112px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8697a0; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(27, 153, 207, .15); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: #73858e !important; font-size: 12px; text-align: center; }
.form-status { min-height: 22px; margin: 8px 0 0; color: var(--blue-deep) !important; font-size: 12px; text-align: center; }
.contact-info { padding-top: 8px; }
.contact-info-kicker { margin: 0 0 11px; color: var(--blue-deep) !important; font-family: Bahnschrift, Arial, sans-serif; font-size: 12px; font-weight: 800; }
.contact-info h3 { margin-bottom: 34px; }
.contact-method { padding: 21px 0; border-top: 1px solid var(--line); }
.contact-method-label { display: block; margin-bottom: 11px; color: var(--blue-deep); font-family: Bahnschrift, Arial, sans-serif; font-size: 11px; font-weight: 800; }
.contact-method-main { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.contact-method-main strong { font-size: 21px; overflow-wrap: anywhere; }
.contact-email img { width: 18px; height: 18px; flex: 0 0 auto; }
.contact-email:hover strong { color: var(--blue-deep); }
.copy-button { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; min-height: 33px; padding: 0 9px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 700; }
.copy-button:hover { border-color: var(--blue); }
.copy-button img { width: 15px; height: 15px; }
.contact-info-note { margin-top: 26px; font-size: 12px; line-height: 1.8; }

.site-footer { background: #101b23; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 55px; padding-top: 65px; padding-bottom: 61px; }
.footer-brand .brand-symbol { display: inline-block; margin-right: 8px; font-size: 23px; }
.footer-brand strong { font-size: 22px; }
.footer-brand p { max-width: 330px; margin: 18px 0 0; color: #aabac3; font-size: 13px; line-height: 1.85; }
.footer-links { display: flex; flex-direction: column; gap: 13px; align-items: start; }
.footer-links h3 { margin: 0 0 10px; font-size: 15px; }
.footer-links a, .footer-links span { color: #aabac3; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; padding-bottom: 22px; border-top: 1px solid rgba(255, 255, 255, .15); color: #8d9fa9; font-size: 12px; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); box-shadow: 0 6px 24px rgba(18, 32, 43, .17); }
.back-to-top img { width: 20px; height: 20px; }

@media (max-width: 1060px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: 12px; }
  .header-contact { padding: 0 12px; }
  .about-grid, .team-grid { gap: 56px; }
  .advantage-grid { gap: 70px; }
  .contact-grid { gap: 42px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 40px, 1200px); }
  .header-inner { height: 66px; }
  .brand-logo-crop { width: 92px; height: 54px; }
  .brand-logo-crop img { width: 75px; top: -3px; }
  .brand-wordmark strong { font-size: 20px; }
  .desktop-nav, .header-contact { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .mobile-nav { display: flex; flex-direction: column; gap: 0; padding: 6px 20px 16px; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 25px rgba(18, 32, 43, .1); }
  .mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 0 3px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
  .mobile-nav .mobile-contact { margin-top: 10px; padding: 0 13px; border: 0; background: var(--ink); color: var(--white); }
  .mobile-contact img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
  .hero { height: calc(100svh - 130px); min-height: 560px; max-height: 700px; }
  .hero h1 { font-size: 72px; }
  .section { padding: 78px 0; scroll-margin-top: 66px; }
  .about-grid, .team-grid, .advantage-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { display: flex; align-items: center; gap: 32px; border-left: 0; border-top: 1px solid var(--line); padding: 26px 0 0; }
  .about-logo { width: min(43%, 250px); }
  .about-visual-bottom { flex: 1; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:last-child { grid-column: span 2; min-height: 260px; }
  .advantage-grid { gap: 40px; }
  .team-grid { gap: 37px; }
  .team-photo { max-width: 570px; }
  .team-copy { grid-row: 1; }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
  .contact-grid { gap: 38px; }
  .contact-info { padding: 0; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 36px); }
  .brand-symbol { font-size: 26px; }
  .brand-wordmark strong { font-size: 18px; }
  .brand-wordmark small { font-size: 8px; }
  .hero { height: calc(100svh - 122px); min-height: 535px; max-height: 670px; background-position: 57% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(8, 21, 33, .92) 0%, rgba(8, 21, 33, .84) 53%, rgba(8, 21, 33, .36) 100%); }
  .hero-inner { padding-top: 36px; padding-bottom: 23px; }
  .hero-content { margin: auto 0; }
  .hero-kicker { margin-bottom: 17px; font-size: 11px; }
  .hero h1 { margin-bottom: 14px; font-size: 54px; }
  .hero-statement { font-size: 21px; line-height: 1.45; }
  .hero-description { font-size: 14px; line-height: 1.8; }
  .hero-actions { gap: 9px; margin-top: 24px; }
  .hero-actions .button { min-height: 46px; padding: 0 15px; font-size: 12px; gap: 10px; }
  .hero-actions .button img { width: 16px; height: 16px; }
  .hero-facts { gap: 17px; padding-top: 12px; }
  .hero-facts > div { gap: 7px; }
  .hero-facts strong { font-size: 22px; }
  .hero-facts small { font-size: 10px; }
  .intro-strip-inner { gap: 13px; min-height: 74px; }
  .intro-strip-label { display: none; }
  .intro-strip p { font-size: 12px; line-height: 1.55; }
  .intro-strip a { flex: 0 0 33px; width: 33px; height: 33px; }
  .section { padding: 68px 0; }
  .section h2 { font-size: 31px; line-height: 1.4; }
  .section-kicker { margin-bottom: 17px; font-size: 11px; }
  .about-copy > p:not(.section-kicker), .team-copy > p:not(.section-kicker) { font-size: 14px; line-height: 1.9; }
  .section-lead { font-size: 16px !important; }
  .about-visual { gap: 10px; }
  .about-logo { width: 45%; }
  .about-visual-bottom { flex-direction: column; align-items: start; gap: 12px; }
  .about-number strong { font-size: 50px; }
  .about-place { font-size: 11px; }
  .section-topline { display: block; margin-bottom: 25px; }
  .section-topline > p { margin: 15px 0 0; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 265px; padding: 25px; }
  .service-card h3 { margin-top: 28px; font-size: 21px; }
  .service-note { text-align: left; }
  .advantage-grid { gap: 33px; }
  .advantage-item { padding: 23px 0; }
  .advantage-item h3 { font-size: 18px; }
  .team-photo { width: 100%; }
  .team-meta { gap: 30px; }
  .process-heading { margin-bottom: 30px; }
  .process-list { grid-template-columns: 1fr; gap: 23px; }
  .process-list li { padding-top: 18px; }
  .process-list h3 { margin: 11px 0 6px; font-size: 19px; }
  .partner-inner { display: block; min-height: 0; padding-top: 47px; padding-bottom: 48px; }
  .partner-band h2 { font-size: 25px; }
  .partner-link { margin-top: 25px; }
  .contact-heading { margin-bottom: 28px; }
  .contact-form-wrap { padding: 24px 19px; }
  .contact-form-wrap h3, .contact-info h3 { font-size: 21px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-method-main strong { font-size: 18px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 18px; padding-top: 48px; padding-bottom: 43px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { display: block; line-height: 1.9; }
  .footer-bottom span { display: block; }
  .back-to-top { right: 14px; bottom: 14px; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 47px; }
  .hero-statement { font-size: 19px; }
  .hero-actions .button { padding: 0 11px; }
  .contact-method-main strong { font-size: 16px; }
}

@media (max-height: 700px) and (max-width: 560px) {
  .hero { min-height: 505px; }
  .hero-inner { padding-top: 25px; padding-bottom: 18px; }
  .hero-kicker { margin-bottom: 12px; }
  .hero h1 { margin-bottom: 10px; }
  .hero-statement { margin-bottom: 10px; }
  .hero-actions { margin-top: 18px; }
}

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