:root {
  --background: #ffffff;
  --foreground: #0a0a0a;
  --card: #ffffff;
  --secondary: #f5f5f5;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --border: #e5e5e5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, system-ui, sans-serif;
  overflow-x: hidden;
  overflow-x: clip;
}

img,
video {
  display: block;
}

.brand-logo {
  width: auto;
  height: 2.9rem;
  transition: height 0.3s ease, filter 0.3s ease;
}

.footer-logo {
  width: auto;
  height: 4.2rem;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1fr);
}

.footer-brand {
  max-width: 34rem;
}

.footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.header-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.header-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  border-radius: 999px;
  background: #f0a000;
  opacity: 0;
  transform: scaleX(0.45);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-link-button,
.risk-open-button,
.footer-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.header-link-button {
  color: inherit;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  -webkit-appearance: none;
  appearance: none;
}

.mobile-nav-link,
.risk-open-button {
  display: block;
  color: var(--foreground);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration: none;
  color: var(--foreground);
  text-align: left;
}

.footer-link-button {
  color: var(--muted-foreground);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  transition: color 0.35s ease;
}

.footer-link-button:hover {
  color: var(--foreground);
}

.header-link.is-active {
  color: #f0a000;
}

.header-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.mobile-nav-link.is-active {
  color: #f0a000;
  font-weight: 600;
}

.header-cta.is-active {
  border-color: #f0a000;
  background: #f0a000;
  color: #111111;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.04rem;
  line-height: 1;
  text-decoration: none;
}

.header-cta-contact {
  transform: translateX(-0.4rem);
}

.header-menu-icon {
  color: #ffffff;
}

.header-bar {
  border-radius: inherit;
}

#site-header {
  will-change: transform, background-color, box-shadow;
  border-radius: 9999px;
}

#site-header:not(.is-scrolled):not(.menu-open) {
  background: rgba(10, 10, 10, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 36px rgba(10, 10, 10, 0.16);
}

#site-header:not(.is-scrolled):not(.menu-open) .header-link,
#site-header:not(.is-scrolled):not(.menu-open) .header-menu-icon {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
}

#site-header:not(.is-scrolled):not(.menu-open) .header-link:hover,
#site-header:not(.is-scrolled):not(.menu-open) .header-menu-icon:hover {
  color: #ffffff;
}

#site-header:not(.is-scrolled):not(.menu-open) .header-link.is-active {
  color: #f0a000;
}

#site-header:not(.is-scrolled):not(.menu-open) .brand-logo {
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.18));
}

#site-header:not(.is-scrolled):not(.menu-open) .header-cta {
  background: rgba(255, 255, 255, 0.96);
  color: var(--foreground);
  box-shadow: 0 10px 24px rgba(10, 10, 10, 0.14);
}

#site-header:not(.is-scrolled):not(.menu-open) .header-cta.is-active,
#site-header.is-scrolled .header-cta.is-active,
#site-header.menu-open .header-cta.is-active {
  border-color: #f0a000;
  background: #f0a000;
  color: #111111;
}

#site-header:not(.is-scrolled):not(.menu-open) .header-cta:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

#site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.82);
  border: 0;
  border-radius: 9999px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

#site-header.is-scrolled .header-brand,
#site-header.is-scrolled .header-link,
#site-header.is-scrolled .header-menu-icon {
  color: var(--foreground);
}

#site-header.is-scrolled .header-link {
  color: var(--muted-foreground);
}

#site-header.is-scrolled .header-link:hover {
  color: var(--foreground);
}

#site-header.is-scrolled .header-link.is-active {
  color: #f0a000;
}

#site-header.is-scrolled .header-cta {
  background: var(--foreground);
  color: var(--background);
  box-shadow: none;
}

#site-header.is-scrolled .header-cta:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

#site-header.menu-open {
  background: var(--background);
  border: 0;
  border-radius: 0;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}

#site-header.menu-open .header-brand,
#site-header.menu-open .header-menu-icon {
  color: var(--foreground);
}

#site-header.menu-open .header-link.is-active {
  color: #f0a000;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInMedia {
  from {
    opacity: 0;
    transform: scale(1.02);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-letter {
  display: inline-block;
  opacity: 0;
  animation: slideUp 0.8s ease-out forwards;
}

.fade-mask {
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  will-change: opacity, transform;
}

.fade-mask.is-visible {
  opacity: 1;
  transform: scale(1);
}

.hero-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  animation: fadeInMedia 0.9s ease-out both;
}

.hero-mark-logo {
  width: min(34rem, 62vw);
  max-width: 100%;
  height: auto;
  filter: none;
}

[data-scene="products"] .about-stage-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.36);
  box-shadow: none;
}

#technology .technology-card-copy {
  max-width: 80%;
}

#strategies .strategy-card-copy {
  max-width: 80%;
}

#strategies .strategy-card-body {
  padding-bottom: 2rem;
}

#awards .awards-trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--border);
}

#awards .awards-trust-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 13.5rem;
  padding: 2rem 1.75rem;
  background: var(--background);
}

#awards .awards-trust-eyebrow {
  margin: 0 0 0.85rem;
  color: var(--muted-foreground);
  font-size: 0.8rem;
  letter-spacing: 0.28em;
}

#awards .awards-trust-title {
  margin: 0;
  color: var(--foreground);
  font-size: 1.45rem;
  line-height: 1.18;
  font-weight: 500;
}

#awards .awards-trust-copy {
  margin: 1rem 0 0;
  max-width: 22rem;
  color: var(--muted-foreground);
  font-size: 0.95rem;
  line-height: 1.6;
}

#accessories .accessory-card-media {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}

#accessories .accessory-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

#accessories .accessory-card-link img {
  position: relative;
  z-index: 0;
}

#accessories .accessory-card-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.06) 20%, rgba(10, 10, 10, 0.82) 100%);
}

#accessories .accessory-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1.1rem;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

#accessories .accessory-card-title {
  max-width: 85%;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.25;
}

#accessories .accessory-card-description {
  max-width: 86%;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

#accessories .accessory-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.85rem;
  line-height: 1;
}

#contact .contact-summary {
  display: grid;
  gap: 1.5rem;
  justify-items: center;
  text-align: center;
}

#contact .contact-eyebrow {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 1.125rem;
  letter-spacing: 0.28em;
}

#contact .contact-title {
  margin: 0;
  max-width: 11em;
  color: var(--foreground);
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.04em;
}

#contact .contact-copy {
  margin: 0;
  max-width: 44rem;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.8;
}

#contact .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
  justify-content: center;
}

#contact .contact-primary,
#contact .contact-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid var(--foreground);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.35s ease, background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease, opacity 0.35s ease;
}

#contact .contact-primary {
  background: var(--foreground);
  color: var(--background);
}

#contact .contact-secondary {
  border-color: var(--border);
  background: transparent;
  color: var(--foreground);
}

#contact .contact-primary:hover,
#contact .contact-secondary:hover {
  transform: translateY(-1px);
}

#contact .contact-primary:hover {
  opacity: 0.88;
}

#contact .contact-secondary:hover {
  border-color: var(--foreground);
  background: rgba(10, 10, 10, 0.04);
}

#contact .contact-primary:focus-visible,
#contact .contact-secondary:focus-visible {
  outline: 2px solid rgba(10, 10, 10, 0.24);
  outline-offset: 2px;
}

#contact .contact-note {
  margin: 0;
  max-width: 34rem;
  text-align: center;
  color: var(--muted-foreground);
  font-size: 0.84rem;
  line-height: 1.7;
}

#contact .contact-video-stage {
  position: relative;
  background: #0a0a0a;
  isolation: isolate;
}

#contact .contact-video-stage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contact .contact-video-overlay {
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.12) 18%, rgba(10, 10, 10, 0.68) 100%);
}

#contact .contact-video-copy {
  z-index: 2;
  width: min(100%, 48rem);
}

#contact .contact-video-eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  letter-spacing: 0.3em;
}

#contact .contact-video-title {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.85rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.03em;
}

[data-hero-word] {
  padding-bottom: 1.75rem;
}

[data-gallery-track] {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
  touch-action: pan-y;
}

[data-hero-left],
[data-hero-right],
[data-hero-center],
[data-tech-left],
[data-tech-right],
[data-tech-center],
[data-product-alpine],
[data-product-forest] {
  will-change: transform, width, height, opacity;
  backface-visibility: hidden;
}

[data-tech-word] {
  transition: opacity 0.1s linear, filter 0.1s linear;
}

[data-reveal-paragraph] .reveal-word {
  color: #e4e4e7;
  transition: color 0.15s linear;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.rounded-3xl {
  border-radius: 5px;
}

body.risk-modal-open {
  overflow: hidden;
}

.risk-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(10, 10, 10, 0.56);
}

.risk-modal.hidden {
  display: none;
}

.risk-modal-dialog {
  width: min(100%, 58rem);
}

.risk-modal-panel {
  display: flex;
  max-height: calc(100vh - 2rem);
  flex-direction: column;
  background: #ffffff;
  color: var(--foreground);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(10, 10, 10, 0.22);
}

.risk-modal-header {
  padding: 2.5rem 2rem 0;
}

.risk-modal-title {
  margin: 0;
  text-align: center;
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.risk-modal-scroll {
  margin: 1.75rem 2rem 0;
  padding-right: 1rem;
  padding-bottom: 1.75rem;
  overflow-y: auto;
  max-height: min(56vh, 32rem);
  border-bottom: 1px solid #d4d4d8;
}

.risk-modal-scroll p,
.risk-modal-scroll li {
  margin: 0;
  font-size: 1rem;
  line-height: 1.95;
  color: #18181b;
}

.risk-modal-scroll p + p,
.risk-modal-scroll p + ol,
.risk-modal-scroll p + ul,
.risk-modal-scroll ol + h3,
.risk-modal-scroll ul + h3,
.risk-modal-scroll h3 + ul,
.risk-modal-scroll h3 + ol {
  margin-top: 1.2rem;
}

.risk-modal-scroll ol,
.risk-modal-scroll ul {
  margin: 0;
  padding-left: 1.5rem;
}

.risk-modal-scroll li + li {
  margin-top: 0.55rem;
}

.risk-modal-scroll h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
}

.risk-modal-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1.75rem 2rem 2rem;
}

.risk-modal-accept {
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  cursor: pointer;
}

.risk-modal-accept-shell {
  display: inline-flex;
  padding: 0.28rem;
  border: 2px solid #111111;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.risk-modal-accept-core {
  display: inline-flex;
  min-width: 8.75rem;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  padding: 0 1.8rem;
  border: 2px solid #111111;
  border-radius: 999px;
  background: #ffffff;
  font-size: 1rem;
  line-height: 1;
}

.risk-modal-decline {
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 1rem;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.45rem;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.risk-modal-accept:hover .risk-modal-accept-shell,
.risk-modal-accept:focus-visible .risk-modal-accept-shell,
.risk-modal-decline:hover,
.risk-modal-decline:focus-visible {
  transform: translateY(-1px);
}

.risk-modal-accept:focus-visible,
.risk-modal-decline:focus-visible {
  outline: none;
}

.risk-modal-scroll::-webkit-scrollbar {
  width: 8px;
}

.risk-modal-scroll::-webkit-scrollbar-thumb {
  background: rgba(161, 161, 170, 0.8);
  border-radius: 999px;
}

.risk-modal-scroll::-webkit-scrollbar-track {
  background: transparent;
}

@media (max-width: 767px) {
  .rounded-3xl {
    border-radius: 5px;
  }

  #site-header {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, background-color 0.25s ease, box-shadow 0.25s ease;
  }

  #site-header.is-scrolled {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
      rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
      rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
      rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
      rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
      rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  }

  #site-header > div:first-child {
    min-height: 4.5rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.125rem;
    padding-right: 1rem;
  }

  #site-header.menu-open {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  #site-header.menu-open > div:first-child {
    min-height: 4.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.125rem;
    padding-right: 1rem;
  }

  .brand-logo {
    height: 2.5rem;
  }

  .risk-modal {
    padding: 0.75rem;
  }

  .risk-modal-panel {
    max-height: calc(100vh - 1.5rem);
  }

  .risk-modal-header {
    padding: 1.75rem 1.25rem 0;
  }

  .risk-modal-scroll {
    margin: 1.25rem 1.25rem 0;
    max-height: min(58vh, 30rem);
    padding-right: 0.6rem;
    padding-bottom: 1.25rem;
  }

  .risk-modal-scroll p,
  .risk-modal-scroll li {
    font-size: 0.95rem;
    line-height: 1.82;
  }

  .risk-modal-actions {
    padding: 1.4rem 1.25rem 1.5rem;
  }

  #site-header.menu-open .mobile-menu-panel {
    width: 100%;
    border-radius: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.25rem;
  }

  #site-header.menu-open .mobile-menu-cta {
    border-radius: 0;
  }

  [data-hero-grid],
  [data-tech-grid] {
    gap: 0;
    padding: 0;
  }

  [data-hero-center],
  [data-tech-center] {
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: 1;
  }

  [data-hero-word] {
    align-items: center;
    padding-bottom: 0;
  }

  .hero-mark {
    padding: 0;
  }

  .hero-mark-logo {
    width: min(16.5rem, 70vw);
  }

  #hero > div:last-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    position: relative;
    z-index: 10;
    background: var(--background);
  }

  #hero > div:last-child p {
    max-width: 18rem;
    font-size: 1.55rem;
    line-height: 1.35;
  }

  [data-reveal-paragraph] {
    font-size: 1.45rem;
    line-height: 1.35;
    max-width: 100%;
  }

  [data-scene="tech"] > div:last-child {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }

  #accessories > div:first-child {
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
  }

  #accessories > div:first-child h2 {
    font-size: 1.9rem;
    line-height: 1.08;
  }

  #accessories .pb-24 {
    padding-bottom: 3.5rem;
  }

  #awards .awards-trust-card {
    min-height: auto;
    padding: 1.5rem 1.25rem;
  }

  #awards .awards-trust-title {
    font-size: 1.2rem;
  }

  #awards .awards-trust-copy {
    max-width: 100%;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  #accessories .accessory-card-media {
    aspect-ratio: 4 / 3;
  }

  #accessories .accessory-card-overlay {
    padding: 0.9rem;
  }

  #accessories .accessories-entry-grid > article {
    min-width: 0;
  }

  #accessories .accessory-card-title {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.3;
  }

  #accessories .accessory-card-description {
    max-width: 100%;
    font-size: 0.82rem;
    line-height: 1.4;
  }

  #accessories .accessory-card-cta {
    display: none;
  }

  #technology > div:first-child {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  #technology > div:first-child h2 {
    font-size: 1.85rem;
    line-height: 1.1;
  }

  #contact > div:first-child {
    padding-top: 4.75rem;
    padding-bottom: 4rem;
  }

  #contact .contact-summary {
    gap: 1.25rem;
  }

  #contact .contact-title {
    max-width: none;
    font-size: 2rem;
    line-height: 1.1;
  }

  #contact .contact-copy {
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.72;
  }

  #contact .contact-actions {
    flex-direction: column;
    align-items: center;
  }

  #contact .contact-primary,
  #contact .contact-secondary {
    width: min(100%, 18rem);
  }

  #contact .contact-video-copy {
    width: calc(100% - 3rem);
  }

  #contact .contact-video-title {
    font-size: 1.95rem;
    line-height: 1.12;
  }

  #strategies .strategy-card-body {
    padding-bottom: 1.5rem;
  }

  [data-tech-center] h2 {
    font-size: clamp(2.2rem, 10vw, 3.7rem);
    line-height: 1.05;
  }
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }

  .footer-bottom-meta {
    flex-direction: row;
  }

  #awards .awards-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #contact .contact-summary {
    gap: 1.75rem;
  }

  #accessories .accessory-card-overlay {
    padding: 1.35rem;
  }

  #accessories .accessory-card-title {
    font-size: 1.25rem;
  }

  #accessories .accessory-card-description {
    font-size: 0.92rem;
  }

  #accessories .accessory-card-cta {
    visibility: hidden;
    opacity: 0;
    transform: translateY(0.6rem);
    transition: opacity 0.35s ease, transform 0.35s ease, background-color 0.35s ease, visibility 0.35s ease;
  }

  #accessories .group:hover .accessory-card-overlay {
    transform: translateY(-0.35rem);
  }

  #accessories .accessory-card-link:hover .accessory-card-overlay {
    transform: translateY(-0.35rem);
  }

  #accessories .group:hover .accessory-card-cta {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  #accessories .accessory-card-link:hover .accessory-card-cta {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  #accessories .group:hover .accessory-card-cta {
    background: rgba(255, 255, 255, 0.22);
  }

  #accessories .accessory-card-link:hover .accessory-card-cta {
    background: rgba(255, 255, 255, 0.22);
  }
}

@media (min-width: 1200px) {
  #awards .awards-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
