:root {
  --ink: #071a33;
  --ink-2: #102942;
  --teal: #089b87;
  --teal-dark: #087866;
  --sage: #eaf5f0;
  --sage-2: #dfeee8;
  --paper: #ffffff;
  --mist: #f4f7f6;
  --copper: #a5572e;
  --warm: #f4ede7;
  --muted: #5f6c79;
  --line: #dbe4e1;
  --max: 1400px;
  --header: 78px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(7,26,51,.08);
  backdrop-filter: blur(18px);
}
.nav-shell { max-width: var(--max); height: 100%; margin: auto; padding: 0 28px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: 170px; }
.brand img { width: 120px; height: auto; }
.brand span { color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-left: auto; font-size: 14px; font-weight: 650; color: #344558; }
.desktop-nav > a, .nav-dropdown-trigger { transition: color .2s ease; }
.desktop-nav > a:hover, .nav-dropdown-trigger:hover { color: var(--teal); }
.nav-dropdown { position: relative; height: var(--header); display: flex; align-items: center; }
.nav-dropdown-trigger { display: flex; align-items: center; gap: 5px; height: 100%; border: 0; background: none; color: inherit; cursor: pointer; }
.nav-dropdown-trigger svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.nav-dropdown:hover .nav-dropdown-trigger svg, .nav-dropdown:focus-within .nav-dropdown-trigger svg { transform: rotate(180deg); }
.mega-menu, .trust-menu {
  position: absolute; top: calc(100% - 1px); left: -22px; width: 360px; padding: 14px;
  background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(7,26,51,.16);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease;
}
.nav-dropdown:hover .mega-menu, .nav-dropdown:focus-within .mega-menu,
.nav-dropdown:hover .trust-menu, .nav-dropdown:focus-within .trust-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-menu a { display: flex; flex-direction: column; gap: 3px; padding: 11px 13px; border-left: 3px solid transparent; }
.mega-menu a:hover { background: var(--mist); border-left-color: var(--teal); }
.mega-menu b { font-size: 14px; }
.mega-menu small { color: #8b97a3; font-size: 11px; }
.mega-menu .mega-feature { background: rgba(8,155,135,.055); margin-bottom: 3px; border-left-color: var(--teal); }
.mega-menu .mega-feature.vital { background: rgba(165,87,46,.055); border-left-color: var(--copper); }
.mega-divider { height: 1px; margin: 10px 0; background: var(--line); }
.trust-menu { width: 260px; }
.trust-menu a { display: block; padding: 12px 13px; color: #344558; font-size: 13px; }
.trust-menu a:hover { color: var(--teal); background: var(--mist); }
.nav-actions { display: flex; align-items: center; gap: 14px; margin-left: 12px; }
.language-picker { position: relative; }
.language { display: inline-flex; align-items: center; gap: 4px; padding: 12px 2px; border: 0; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.language svg { width: 12px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.language-menu { position: absolute; top: calc(100% + 8px); right: 0; display: grid; width: 210px; max-height: 430px; padding: 9px; overflow-y: auto; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 55px rgba(7,26,51,.14); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.language-picker:hover .language-menu, .language-picker:focus-within .language-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.language-menu a { padding: 9px 10px; color: #51606e; font-size: 12px; }
.language-menu a:hover, .language-menu a[aria-current="page"] { color: var(--teal-dark); background: var(--mist); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 760; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-teal { color: white; background: var(--teal); }
.button-teal:hover { background: var(--teal-dark); }
.button-outline { color: var(--ink); background: rgba(255,255,255,.86); border-color: var(--teal); }
.button-light { color: var(--ink); background: white; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.mobile-menu { position: absolute; inset: var(--header) 0 auto; padding: 18px 22px 26px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 45px rgba(7,26,51,.12); }
.mobile-menu > a, .mobile-menu summary { display: block; padding: 13px 4px; font-weight: 700; border-bottom: 1px solid var(--line); cursor: pointer; }
.mobile-product-links { display: grid; gap: 3px; padding: 8px 0 12px 12px; }
.mobile-product-links a { display: flex; flex-direction: column; gap: 3px; padding: 10px; border-left: 3px solid var(--line); }
.mobile-product-links .featured { border-left-color: var(--teal); background: rgba(8,155,135,.055); }
.mobile-product-links .featured.vital { border-left-color: var(--copper); background: rgba(165,87,46,.055); }
.mobile-product-links small { color: var(--muted); }
.trust-links a { padding: 9px 10px; }
.mobile-menu .mobile-cta { margin-top: 14px; color: white; text-align: center; background: var(--ink); border-bottom: 0; }
.mobile-languages { display: flex; flex-wrap: wrap; gap: 7px; padding: 16px 4px 2px; }
.mobile-languages a { min-width: 42px; padding: 7px 8px; text-align: center; background: var(--mist); border: 1px solid var(--line); font-size: 11px; font-weight: 800; }
.mobile-languages a[aria-current="page"] { color: white; background: var(--teal-dark); border-color: var(--teal-dark); }

.hero { position: relative; background: #f7f8f7; overflow: hidden; }
.hero-slides { position: relative; aspect-ratio: 1242 / 488; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .7s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; z-index: 1; }
.hero-slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.scheme-slide > img { object-fit: cover; background: #fff; }
.scheme-copy { position: absolute; z-index: 3; top: 50%; left: max(5vw, calc((100vw - var(--max))/2 + 28px)); width: min(620px, 43vw); transform: translateY(-50%); color: var(--ink); }
.scheme-copy h1 { max-width: 610px; margin: 0 0 22px; font-size: clamp(44px, 4.85vw, 74px); font-weight: 780; line-height: .98; letter-spacing: -.055em; }
.scheme-copy p { max-width: 520px; margin: 0 0 30px; color: #53606d; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.55; }
.scheme-copy > div { display: flex; flex-wrap: wrap; gap: 14px; }
.scheme-copy .button { min-height: 48px; padding: 0 24px; }
.scheme-copy .button svg { width: 17px; height: 17px; margin-left: 10px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.9) 33%, rgba(255,255,255,.22) 65%, rgba(255,255,255,.04) 100%); }
.hero-copy { position: absolute; z-index: 2; top: 50%; left: max(5vw, calc((100vw - var(--max))/2 + 28px)); width: min(590px, 46vw); transform: translateY(-50%); }
.hero-brandline, .section-index { margin: 0 0 18px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy h2 { margin: 0 0 20px; max-width: 600px; font-family: Georgia, "Songti SC", serif; font-size: clamp(42px, 5.2vw, 76px); font-weight: 650; line-height: .98; letter-spacing: -.045em; }
.hero-copy p:not(.hero-brandline) { max-width: 560px; margin: 0 0 28px; color: #48586a; font-size: clamp(15px, 1.25vw, 20px); line-height: 1.7; }
.hero-controls { position: absolute; z-index: 10; right: max(30px, calc((100vw - var(--max))/2 + 28px)); bottom: 22px; display: flex; gap: 8px; }
.slide-dot { position: relative; width: 48px; height: 4px; padding: 0; overflow: hidden; border: 0; background: rgba(7,26,51,.2); cursor: pointer; }
.slide-dot span { position: absolute; inset: 0; width: 0; background: var(--teal); }
.slide-dot.is-active span { width: 100%; animation: slide-progress var(--duration, 4000ms) linear forwards; }
@keyframes slide-progress { from { width: 0; } to { width: 100%; } }

.promise-strip { display: flex; align-items: center; justify-content: center; gap: 30px; min-height: 106px; padding: 20px 30px; background: var(--mist); border-bottom: 1px solid var(--line); }
.promise-strip p { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(17px, 1.5vw, 23px); font-weight: 650; }
.promise-strip span { width: 42px; height: 1px; background: var(--teal); }

.care-section, .quality-section, .resources-section { padding: 110px max(28px, calc((100vw - var(--max))/2 + 28px)); }
.section-heading { margin-bottom: 62px; }
.split-heading { display: grid; grid-template-columns: 1.1fr .8fr; gap: 9%; align-items: end; }
.split-heading h2, .centered-heading h2, .partner-copy h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(38px, 4.2vw, 66px); line-height: 1.08; letter-spacing: -.04em; }
.split-heading > p, .centered-heading > p:not(.section-index) { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.species-labels { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 18px; }
.species-labels span { color: var(--teal-dark); font-size: clamp(34px, 5vw, 72px); font-weight: 800; letter-spacing: -.05em; }
.species-labels span:nth-child(2) { padding-left: 24px; border-left: 1px solid var(--line); }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.35vw, 22px); }
.platform-card { position: relative; min-height: 620px; overflow: hidden; background: var(--sage); }
.platform-card.vital { background: var(--warm); }
.platform-copy { position: relative; z-index: 2; min-height: 205px; padding: 34px 28px 26px; background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(255,255,255,.9) 80%, rgba(255,255,255,0)); }
.platform-copy p { margin: 0 0 14px; color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.platform-card.vital .platform-copy p, .platform-card.vital .platform-copy h3, .platform-card.vital .platform-copy b { color: var(--copper); }
.platform-copy h3 { margin: 0 0 6px; color: var(--teal-dark); font-family: Georgia, serif; font-size: clamp(31px, 3vw, 46px); }
.platform-copy span { display: block; color: var(--ink-2); font-size: 14px; }
.platform-copy b { display: block; margin-top: 24px; color: var(--teal-dark); font-size: 13px; }
.platform-card img { position: absolute; inset: 170px 0 0; width: 100%; height: calc(100% - 170px); object-fit: cover; filter: saturate(.86) contrast(.98); transition: transform .6s ease; }
.platform-card:nth-child(1) img { object-position: 54% center; }
.platform-card:nth-child(2) img { object-position: 70% center; }
.platform-card:nth-child(3) img { object-position: 48% center; }
.platform-card:nth-child(4) img { object-position: 66% center; }
.platform-card:hover img { transform: scale(1.035); }

.logic-section { display: grid; grid-template-columns: .88fr 1.12fr; min-width: 0; min-height: 700px; overflow: hidden; background: var(--mist); }
.logic-copy { min-width: 0; align-self: center; padding: 86px max(40px, calc((100vw - var(--max))/2 + 28px)); padding-right: 7vw; }
.logic-copy h2 { margin: 0 0 28px; font-family: Georgia, "Songti SC", serif; font-size: clamp(52px, 5.8vw, 84px); line-height: .98; letter-spacing: -.05em; }
.logic-copy > p:not(.section-index) { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.logic-section > img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.workflow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 44px 0 28px; padding: 0; list-style: none; }
.workflow li { position: relative; padding-top: 18px; border-top: 1px solid var(--teal); }
.workflow li:not(:last-child)::after { content: "→"; position: absolute; right: 5px; top: 16px; color: var(--teal); }
.workflow span { display: block; margin-bottom: 17px; color: var(--teal); font-size: 12px; font-weight: 800; }
.workflow b, .workflow small { display: block; }
.workflow small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.disclaimer { color: #82909c; }

.quality-section { background: #fff; }
.centered-heading { max-width: 830px; margin-left: auto; margin-right: auto; text-align: center; }
.centered-heading h2 { margin-bottom: 22px; }
.quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.quality-grid article { min-width: 0; }
.quality-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sage); }
.quality-photo::after { content: ""; position: absolute; inset: 0; background: rgba(8,155,135,.11); mix-blend-mode: color; pointer-events: none; }
.quality-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(.94) brightness(1.04); transition: .5s ease; }
.quality-grid article:nth-child(3) img, .quality-grid article:nth-child(4) img { object-position: center 30%; }
.quality-grid article:hover img { transform: scale(1.03); filter: saturate(.82) contrast(.98); }
.quality-grid article > p { margin: 22px 0 10px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.quality-grid h3 { margin: 0 0 8px; font-size: 21px; }
.quality-grid article > span { color: var(--muted); font-size: 13px; line-height: 1.7; }

.partner-section { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 560px; padding: 90px max(28px, calc((100vw - var(--max))/2 + 28px)); background: var(--sage); gap: 8%; align-items: center; }
.partner-copy h2 { margin-bottom: 20px; }
.partner-copy > p:not(.section-index) { margin: 0 0 30px; color: var(--muted); line-height: 1.8; }
.market-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.market-card { position: relative; display: flex; min-width: 0; min-height: 78px; align-items: center; gap: 10px; padding: 12px; overflow: hidden; color: var(--ink-2); background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(248,253,251,.84)); border: 1px solid rgba(8,155,135,.18); border-radius: 12px; box-shadow: 0 10px 28px rgba(20,66,61,.06); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.market-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--teal), #83d8c6); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.market-card:hover { transform: translateY(-3px); border-color: rgba(8,155,135,.42); box-shadow: 0 16px 34px rgba(20,66,61,.11); }
.market-card:hover::before { transform: scaleX(1); }
.market-flag { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(8,155,135,.12); border-radius: 50%; background: rgba(231,246,241,.8); box-shadow: inset 0 0 0 4px rgba(255,255,255,.62); font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif; font-size: 23px; line-height: 1; }
.market-name { min-width: 0; font-size: 13px; font-weight: 750; line-height: 1.25; white-space: nowrap; }

.resources-section { background: white; }
.split-heading.compact { margin-bottom: 44px; }
.text-link { justify-self: end; color: var(--teal-dark); font-weight: 750; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.resource-grid article { border: 1px solid var(--line); background: #fff; }
.resource-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(.8); }
.resource-grid article:nth-child(3) img { object-position: center 30%; }
.resource-grid article > div { padding: 24px; }
.resource-grid p { margin: 0 0 10px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.resource-grid h3 { min-height: 58px; margin: 0 0 18px; font-family: Georgia, "Songti SC", serif; font-size: 23px; line-height: 1.3; }
.resource-grid a { color: var(--teal-dark); font-size: 13px; font-weight: 750; }

.contact-section { position: relative; display: grid; align-items: center; min-height: 520px; overflow: hidden; }
.contact-section > img, .contact-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-section > img { object-fit: cover; object-position: 62% center; }
.contact-overlay { background: linear-gradient(90deg, rgba(7,26,51,.98), rgba(7,26,51,.84) 42%, rgba(7,26,51,.08) 75%); }
.contact-copy { position: relative; z-index: 2; max-width: 620px; margin-left: max(28px, calc((100vw - var(--max))/2 + 28px)); color: #fff; }
.contact-copy > p { margin: 0 0 16px; color: #6fd8c4; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.contact-copy h2 { margin: 0 0 18px; font-family: Georgia, "Songti SC", serif; font-size: clamp(42px, 5vw, 70px); line-height: 1.05; }
.contact-copy span { display: block; max-width: 530px; margin-bottom: 28px; color: rgba(255,255,255,.76); line-height: 1.7; }

.site-footer { position: relative; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; padding: 70px max(28px, calc((100vw - var(--max))/2 + 28px)) 145px; color: rgba(255,255,255,.75); background: var(--ink); font-size: 13px; }
.footer-brand img { width: 150px; margin-bottom: 16px; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.site-footer b { margin-bottom: 6px; color: white; }
.site-footer a:hover { color: white; }
.site-footer > .compliance-records { position: absolute; left: max(28px, calc((100vw - var(--max))/2 + 28px)); right: max(28px, calc((100vw - var(--max))/2 + 28px)); bottom: 62px; display: flex; flex-flow: row wrap; align-items: center; gap: 8px 12px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.58); font-size: 11px; }
.compliance-records a { display: inline-flex; align-items: center; gap: 6px; }
.compliance-records img { width: 14px; height: 14px; object-fit: contain; opacity: .82; }
.compliance-separator { color: rgba(255,255,255,.3); }
.copyright { position: absolute; left: max(28px, calc((100vw - var(--max))/2 + 28px)); bottom: 30px; margin: 0; color: rgba(255,255,255,.45); font-size: 11px; }

@media (max-width: 1100px) {
  .market-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .desktop-nav { gap: 12px; font-size: 12px; }
  .nav-actions .button { display: none; }
  .platform-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .platform-card { min-height: 590px; }
  .species-labels { display: none; }
  .quality-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 22px; }
}

@media (max-width: 1180px) {
  .desktop-nav, .language-picker, .nav-actions .button { display: none; }
  .menu-toggle { display: block; }
}

@media (max-width: 780px) {
  .market-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .market-card { min-height: 68px; padding: 10px 12px; gap: 9px; }
  .market-flag { flex-basis: 36px; width: 36px; height: 36px; font-size: 21px; }
  .market-name { font-size: 12px; }
  :root { --header: 68px; }
  .nav-shell { padding: 0 18px; }
  .brand { min-width: 0; }
  .brand img { width: 108px; }
  .brand span, .desktop-nav, .language-picker { display: none; }
  .nav-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .hero-slides { min-height: 650px; aspect-ratio: auto; }
  .scheme-slide > img { object-fit: cover; object-position: 68% center; filter: brightness(.78); }
  .scheme-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,26,51,.02), rgba(7,26,51,.8)); }
  .scheme-copy { top: auto; left: 24px; right: 24px; bottom: 62px; width: auto; transform: none; color: white; }
  .scheme-copy h1 { max-width: 520px; margin: 0 0 14px; font-family: Georgia, serif; font-size: 42px; font-weight: 700; line-height: 1.02; letter-spacing: -.035em; }
  .scheme-copy p { margin: 0 0 22px; color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.5; }
  .scheme-copy > div { gap: 10px; }
  .scheme-copy .button { min-height: 44px; padding: 0 18px; }
  .hero-copy { left: 24px; right: 24px; width: auto; }
  .hero-copy h2 { font-size: 48px; }
  .hero-controls { right: 20px; bottom: 20px; }
  .slide-dot { width: 26px; }
  .promise-strip { flex-direction: column; gap: 13px; text-align: center; }
  .promise-strip span { width: 1px; height: 20px; }
  .care-section, .quality-section, .resources-section { padding: 76px 22px; }
  .split-heading { grid-template-columns: 1fr; gap: 26px; }
  .platform-grid { grid-template-columns: 1fr; gap: 20px; }
  .platform-card { min-height: 540px; }
  .logic-section { grid-template-columns: 1fr; }
  .logic-copy { padding: 76px 22px; }
  .logic-section > img { height: 440px; }
  .quality-grid { grid-template-columns: 1fr; gap: 40px; }
  .partner-section { grid-template-columns: 1fr; padding: 76px 22px; gap: 46px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-grid h3 { min-height: 0; }
  .contact-section { min-height: 620px; }
  .contact-section > img { object-position: 66% center; }
  .contact-overlay { background: linear-gradient(180deg, rgba(7,26,51,.2), rgba(7,26,51,.95)); }
  .contact-copy { align-self: end; margin: 0; padding: 0 22px 62px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding: 60px 22px 155px; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer > .compliance-records { left: 22px; right: 22px; bottom: 62px; }
  .copyright { left: 22px; right: 22px; }
}

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