:root {
  --navy: #0d1b3d;
  --ink: #0d1b3d;
  --blue: #245d37;
  --aqua-100: #fbfaf4;
  --aqua-050: #faf8f1;
  --aqua-200: #f3efe4;
  --aqua-400: #c8a23a;
  --aqua-700: #245d37;
  --aqua-900: #1e4d2b;
  --dark-page: #245d37;
  --dark-page-soft: #1e4d2b;
  --brand-gradient: linear-gradient(135deg, #2f6d43 0%, #245d37 52%, #1e4d2b 100%);
  --box-blue: #ffffff;
  --box-blue-dark: #1e4d2b;
  --red: #c8a23a;
  --cyan: #f3efe4;
  --mint: #fbfaf4;
  --gold: #c8a23a;
  --accent-green: #245d37;
  --accent-gold: #c8a23a;
  --paper: #faf8f1;
  --bg: #faf8f1;
  --white: #ffffff;
  --line: rgba(30, 77, 43, 0.16);
  --muted: #667085;
  --shadow: 0 20px 55px rgba(13, 27, 61, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

main {
  flex: 1 0 auto;
}

.product-page {
  background: var(--paper);
}

.home-page {
  background: var(--paper);
}

.home-page .hero {
  background: var(--brand-gradient);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 122px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(250, 248, 241, 0.96);
  border-bottom: 1px solid rgba(30, 77, 43, 0.14);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  color: var(--navy);
  font-size: 2.08rem;
  font-weight: 900;
  line-height: 0.95;
  min-height: 88px;
}

.brand img {
  width: 98px;
  height: auto;
}

.brand-text {
  display: block;
}

.brand-text strong {
  color: #123b7a;
  font-weight: 900;
}

.brand-text em {
  color: #ef3b35;
  font-style: normal;
  font-weight: 900;
}

.brand small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
}

.nav-group {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-trigger,
.header-cta,
.button,
.menu-toggle {
  font: inherit;
}

.nav-trigger,
.nav-direct {
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 12px 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.nav-direct {
  display: inline-flex;
  align-items: center;
}

.nav-trigger::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  padding: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 50;
}

.nav-group.open .dropdown,
.nav-group:hover .dropdown,
.nav-group:focus-within .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown a {
  display: block;
  padding: 10px 12px;
  color: var(--muted);
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
}

.dropdown a:hover,
.dropdown a:focus {
  color: var(--blue);
  background: #edf5ff;
}

.nav-trigger.active,
.nav-direct.active {
  color: var(--blue);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 800;
}

.header-cta {
  color: var(--white);
  background: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: 560px;
  padding: clamp(54px, 7vw, 92px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 75% 36%, rgba(137, 214, 251, 0.24), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(212, 240, 252, 0.12), transparent 24%),
    linear-gradient(135deg, var(--aqua-900) 0%, var(--aqua-700) 58%, var(--aqua-900) 100%);
}

.hero-copy {
  max-width: 880px;
}

.hero-device-stage {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 470px;
}

.hero-device-stage::before {
  content: "";
  position: absolute;
  inset: 10px 0 0;
  background:
    radial-gradient(circle at 48% 44%, rgba(137, 214, 251, 0.32), transparent 36%),
    radial-gradient(circle at 68% 66%, rgba(212, 240, 252, 0.12), transparent 30%),
    radial-gradient(circle at 32% 72%, rgba(255, 255, 255, 0.12), transparent 26%);
  filter: blur(2px);
}

.hero-device-stage img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 30px 36px rgba(0, 0, 0, 0.36));
}

.hero-watch {
  width: min(292px, 52%);
  transform: translate(-94px, -8px) rotate(0deg);
}

.hero-beacon {
  position: absolute !important;
  right: clamp(22px, 4vw, 46px);
  bottom: 28px;
  width: min(172px, 31%);
  transform: rotate(0deg);
}

.hero-device-label {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  color: var(--ink);
  background: rgba(250, 248, 241, 0.92);
  border: 1px solid rgba(200, 162, 58, 0.44);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(13, 27, 61, 0.18);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-watch-label {
  left: calc(50% - 94px);
  bottom: -18px;
  transform: translateX(-50%);
}

.hero-beacon-label {
  right: clamp(16px, 4vw, 48px);
  bottom: -18px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(54px, 8vw, 106px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(137, 214, 251, 0.22), transparent 28%),
    radial-gradient(circle at 20% 90%, rgba(212, 240, 252, 0.12), transparent 26%),
    linear-gradient(135deg, var(--aqua-900) 0%, var(--aqua-700) 58%, var(--aqua-900) 100%);
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(2.8rem, 5.1vw, 4.95rem);
  line-height: 1.08;
}

.page-hero p:not(.eyebrow) {
  max-width: 780px;
  color: #dfe9f6;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
}

.page-hero img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

.text-only-hero {
  grid-template-columns: minmax(0, 1fr);
}

.text-only-hero h1,
.text-only-hero p:not(.eyebrow) {
  max-width: 1040px;
}

.product-parent {
  min-height: calc(100vh - 92px);
  display: grid;
  align-content: center;
}

.product-parent .section-header {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.product-parent .section-header h1 {
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.product-parent-grid {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
}

.product-parent-card {
  position: relative;
  min-height: 245px;
  padding: clamp(28px, 4vw, 42px);
  display: grid;
  align-content: center;
  text-decoration: none;
  color: var(--white);
  border: 1px solid rgba(137, 214, 251, 0.48);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 10%, rgba(212, 240, 252, 0.22), transparent 26%),
    linear-gradient(135deg, rgba(37, 134, 187, 0.96), rgba(29, 114, 159, 0.94));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.product-parent-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, #89d6fb, #02a9f7);
}

.product-parent-card span {
  color: #d4f0fc;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-parent-card h2 {
  margin-top: 12px;
  color: var(--white);
  font-size: clamp(2rem, 3.5vw, 3.3rem);
}

.product-parent-card p {
  margin-top: 14px;
  color: #dfe9f6;
}

.vital-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.82fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 36%, rgba(137, 214, 251, 0.24), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(212, 240, 252, 0.12), transparent 24%),
    linear-gradient(135deg, var(--aqua-900) 0%, var(--aqua-700) 58%, var(--aqua-900) 100%);
}

.vital-hero-asset {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.vital-hero-asset::before {
  content: "";
  position: absolute;
  inset: 8% -6% 2%;
  background:
    radial-gradient(circle at 50% 50%, rgba(137, 214, 251, 0.22), transparent 42%),
    radial-gradient(circle at 50% 76%, rgba(212, 240, 252, 0.12), transparent 38%);
  filter: blur(8px);
}

.vital-hero-asset img {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: 500px;
  object-fit: contain;
  transform: translateX(-10px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, 0.36));
}

.beacon-care-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 34%, rgba(137, 214, 251, 0.22), transparent 31%),
    radial-gradient(circle at 88% 14%, rgba(212, 240, 252, 0.12), transparent 24%),
    linear-gradient(135deg, var(--aqua-900) 0%, var(--aqua-700) 58%, var(--aqua-900) 100%);
}

.beacon-care-hero h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 4.15vw, 4.35rem);
}

.beacon-care-hero-asset {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.1vw, 16px);
  padding: 18px 0;
}

.beacon-care-hero-asset::before {
  content: "";
  position: absolute;
  inset: 4% -10% 0%;
  background:
    radial-gradient(circle at 50% 50%, rgba(137, 214, 251, 0.2), transparent 42%),
    radial-gradient(circle at 50% 74%, rgba(212, 240, 252, 0.11), transparent 38%);
  filter: blur(8px);
}

.beacon-care-watch {
  position: relative;
  z-index: 1;
  width: min(34%, 360px);
  max-height: 620px;
  object-fit: contain;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 32px 36px rgba(0, 0, 0, 0.38));
}

.page-hero .beacon-care-watch {
  width: min(34%, 360px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.beacon-care-watch-gold {
  z-index: 2;
  transform: translateY(8px) scale(1.08);
}

.beacon-care-watch-gray {
  opacity: 1;
  transform: translateY(4px);
}

.beacon-care-watch-black {
  opacity: 1;
  transform: translateY(4px);
}

.product-finish-labels {
  position: absolute;
  z-index: 3;
  bottom: 12px;
  left: 50%;
  width: min(100%, 680px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0 3%;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transform: translateX(-50%);
}

.product-finish-labels span {
  display: block;
  min-width: 0;
  padding: 0 6px;
}

.beacon-care-hero-asset .product-finish-labels {
  width: 100%;
  padding: 0 2%;
}

.vital-hero-asset .product-finish-labels {
  bottom: 4px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow,
.mission-band .eyebrow,
.contact-section .eyebrow {
  color: var(--cyan);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4.3vw, 4.2rem);
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2.05rem, 4vw, 4.1rem);
}

h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
}

.hero-text {
  max-width: 610px;
  color: #dfe9f6;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button.primary {
  color: var(--white);
  background: var(--red);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.36);
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.section-header {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-header p {
  color: var(--muted);
  font-size: 1.12rem;
}

.section-header.narrow {
  max-width: 790px;
}

.compare-band,
.roadmap-band {
  background: var(--white);
}

.intro-band {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: auto;
  padding-top: clamp(46px, 5vw, 68px);
  padding-bottom: clamp(58px, 6vw, 82px);
  background: var(--paper);
}

.section-divider {
  height: 22px;
  background:
    linear-gradient(90deg, transparent, rgba(31, 91, 58, 0.16), rgba(213, 171, 51, 0.2), transparent),
    linear-gradient(180deg, var(--paper), #ffffff);
  border-top: 1px solid rgba(232, 232, 232, 0.9);
  border-bottom: 1px solid rgba(232, 232, 232, 0.9);
}

.mission-band + .section-divider {
  background:
    linear-gradient(90deg, transparent, rgba(41, 177, 253, 0.2), rgba(213, 171, 51, 0.18), transparent),
    linear-gradient(180deg, #0c112a, #ffffff);
  border-top: 0;
}

.prose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.prose-grid p {
  position: relative;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.prose-grid p::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.team-section {
  min-height: calc(100vh - 122px);
  background:
    radial-gradient(circle at 92% 86%, rgba(30, 77, 43, 0.06), transparent 28%),
    var(--paper);
}

.team-heading {
  max-width: 1240px;
  margin: 0 auto 44px;
}

.team-heading h1 {
  max-width: 880px;
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(2.3rem, 4.8vw, 4.2rem);
  line-height: 1.03;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 42px);
  max-width: 1240px;
  margin: 0 auto;
}

.team-card {
  position: relative;
  min-height: 560px;
  padding: clamp(32px, 4vw, 50px);
  border: 1px solid rgba(30, 77, 43, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 58px rgba(13, 27, 61, 0.08);
}

.team-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.team-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.1;
}

.team-role {
  margin: 8px 0 30px;
  color: var(--blue);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  font-weight: 900;
}

.team-card ul {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-card li {
  position: relative;
  padding-left: 26px;
  color: #17233b;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.45;
}

.team-card li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--blue);
}

.team-focus {
  max-width: 1240px;
  margin: 24px auto 0;
  padding: 14px 28px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  font-size: clamp(0.92rem, 1.25vw, 1rem);
  font-weight: 800;
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto 44px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.08fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto 72px;
}

.product-detail.asset-free {
  grid-template-columns: minmax(0, 1fr);
}

.product-detail.asset-free .product-detail-copy {
  max-width: 980px;
}

.product-detail-copy h2 {
  margin: 10px 0 20px;
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  line-height: 0.96;
}

.product-detail-copy p {
  color: var(--muted);
  font-size: 1.12rem;
}

.product-detail-visual {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 500px;
  padding: clamp(28px, 4vw, 56px);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-detail-visual img {
  width: min(100%, 720px);
  max-height: 430px;
  object-fit: contain;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.product-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 900;
}

.product-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  grid-column: 1 / -1;
}

.product-capability-grid article,
.product-audience {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 20px 58px rgba(8, 18, 38, 0.08);
}

.product-capability-grid article::before,
.product-audience::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.product-capability-grid span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.product-capability-grid h3,
.product-audience h3 {
  margin: 10px 0 12px;
}

.product-capability-grid p {
  margin: 0;
  color: var(--muted);
}

.product-audience {
  grid-column: 1 / -1;
  min-height: 0;
}

.product-audience .feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-introduction {
  background: var(--white);
  padding-top: clamp(44px, 5vw, 70px);
  padding-bottom: clamp(44px, 5vw, 70px);
}

.product-page .product-introduction,
.product-page .motion-section,
.product-page .continuous-section {
  background: transparent;
}

.product-page .product-difference,
.product-page .reliability-section,
.product-page .architecture-section,
.product-page .advantage-section {
  background: transparent;
}

.product-page .intro-panel,
.product-page .product-card-grid article,
.product-page .advantage-grid article,
.product-page .motion-grid article,
.product-page .fit-grid article,
.product-page .architecture-map span,
.product-page .rotation-flow article {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(137, 214, 251, 0.1), transparent 38%),
    var(--box-blue);
  border-color: rgba(212, 240, 252, 0.18);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.product-page .section-header h2,
.product-page .intro-panel h2,
.product-page .product-card-grid h3,
.product-page .advantage-grid h3,
.product-page .motion-grid h3,
.product-page .fit-grid h3,
.product-page .architecture-map span,
.product-page .rotation-flow strong {
  color: var(--white);
}

.product-page .section-header p,
.product-page .intro-panel p,
.product-page .product-card-grid p,
.product-page .advantage-grid p,
.product-page .motion-grid p,
.product-page .fit-grid p,
.product-page .rotation-flow span {
  color: rgba(247, 249, 252, 0.82);
}

.product-page .eyebrow,
.product-page .product-card-grid span {
  color: var(--aqua-100);
}

.product-page .motion-icon {
  color: var(--box-blue-dark);
  background: var(--aqua-100);
}

.product-page .flow-arrow {
  color: var(--aqua-100);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
}

.fit-grid article {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(212, 240, 252, 0.18);
  border-radius: 8px;
}

.fit-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.section-note {
  max-width: 920px;
  margin: 28px auto 0;
  color: rgba(247, 249, 252, 0.78);
  font-size: 0.95rem;
  text-align: center;
}

.product-page .section-divider {
  height: 3px;
  background:
    linear-gradient(90deg, rgba(137, 214, 251, 0.12) 0%, rgba(37, 134, 187, 0.95) 50%, rgba(137, 214, 251, 0.12) 100%);
  box-shadow: none;
  border: 0;
}

.packaging-section {
  background: #0b4692;
}

.product-page .packaging-section,
.product-page .product-cta {
  background: #0b4692;
}

.regulatory-disclaimer {
  position: relative;
  overflow: hidden;
  width: min(1180px, calc(100% - 48px));
  margin: 18px auto 72px;
  padding: 28px 32px;
  border: 1px solid rgba(137, 214, 251, 0.28);
  border-radius: 8px;
  background: rgba(7, 31, 66, 0.72);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(0, 8, 32, 0.16);
}

.regulatory-disclaimer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.regulatory-disclaimer h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.regulatory-disclaimer p {
  max-width: 1040px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.65;
}

.concept-packaging-figure {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid rgba(212, 240, 252, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(137, 214, 251, 0.1), transparent 42%),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.concept-packaging-figure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.concept-packaging-figure img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.concept-packaging-figure figcaption {
  margin-top: 14px;
  color: rgba(247, 249, 252, 0.82);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}

.concept-badge {
  position: absolute;
  top: clamp(26px, 3vw, 36px);
  left: clamp(26px, 3vw, 36px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(12, 17, 42, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.packaging-showcase {
  display: grid;
  gap: clamp(42px, 6vw, 76px);
  max-width: 1240px;
  margin: 0 auto;
}

.packaging-showcase article {
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
}

.packaging-copy {
  color: var(--white);
}

.packaging-copy h3 {
  color: var(--white);
  font-size: clamp(1.75rem, 3vw, 3rem);
}

.packaging-copy p:not(.eyebrow) {
  color: rgba(247, 249, 252, 0.82);
  font-size: 1.04rem;
}

.home-page .intro-band,
.home-page .roadmap-band,
.home-page .support-section {
  background: transparent;
}

.home-page .mission-band,
.home-page .contact-section {
  background: var(--dark-page);
}

.home-page .section-divider {
  height: 3px;
  background:
    linear-gradient(90deg, rgba(137, 214, 251, 0.12) 0%, rgba(37, 134, 187, 0.95) 50%, rgba(137, 214, 251, 0.12) 100%);
  box-shadow: none;
  border: 0;
}

.home-page .intro-band,
.home-page .roadmap-band,
.home-page .support-section,
.home-page .contact-section {
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, rgba(137, 214, 251, 0.12), rgba(37, 134, 187, 0.95), rgba(137, 214, 251, 0.12)) 1;
}

.home-page .section-header h1,
.home-page .section-header h2,
.home-page .technology-intro h3,
.home-page .mission-band h1,
.home-page .mission-band h2,
.home-page .contact-section h2 {
  color: var(--white);
}

.home-page .section-header p,
.home-page .prose-grid p,
.home-page .technology-intro p,
.home-page .mission-copy p:not(.eyebrow),
.home-page .mission-points p,
.home-page .support-grid p,
.home-page .contact-section p {
  color: rgba(247, 249, 252, 0.82);
}

.home-page .eyebrow,
.home-page .timeline span,
.home-page .contact-grid span {
  color: var(--aqua-100);
}

.home-page .prose-grid p,
.home-page .tech-card,
.home-page .timeline article,
.home-page .support-grid article,
.home-page .mission-points article,
.home-page .contact-grid article {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(137, 214, 251, 0.1), transparent 38%),
    var(--box-blue);
  border-color: rgba(212, 240, 252, 0.18);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
}

.home-page .prose-grid p {
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(212, 240, 252, 0.18);
  border-radius: 8px;
}

.home-page .tech-card h3,
.home-page .timeline h3,
.home-page .support-grid h3,
.home-page .mission-points strong,
.home-page .contact-grid h3 {
  color: var(--white);
}

.home-page .tech-card p,
.home-page .timeline p,
.home-page .support-grid p,
.home-page .contact-grid a {
  color: rgba(247, 249, 252, 0.84);
}

.home-page .tech-number {
  color: var(--box-blue-dark);
  background: var(--aqua-100);
}

.product-introduction .section-header {
  margin-bottom: 0;
}

.product-introduction .section-header.narrow {
  max-width: 760px;
}

.intro-panel {
  position: relative;
  overflow: hidden;
  max-width: 860px !important;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 18%, rgba(41, 177, 253, 0.1), transparent 28%),
    var(--white);
  box-shadow: 0 18px 48px rgba(8, 18, 38, 0.08);
}

.intro-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.product-introduction h2 {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
}

.product-introduction .section-header p:not(.eyebrow) {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.04rem;
}

.product-difference,
.architecture-section,
.advantage-section {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.motion-section,
.continuous-section {
  background: var(--paper);
}

.product-card-grid,
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.product-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card-grid article,
.advantage-grid article,
.motion-grid article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(8, 18, 38, 0.08);
}

.product-card-grid article::before,
.advantage-grid article::before,
.motion-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.product-card-grid span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.product-card-grid h3,
.advantage-grid h3,
.motion-grid h3 {
  margin: 12px 0;
}

.product-card-grid p,
.advantage-grid p,
.motion-grid p {
  color: var(--muted);
}

.motion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.motion-icon {
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--navy));
  font-weight: 900;
}

.architecture-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.architecture-map span {
  position: relative;
  overflow: hidden;
  display: grid;
  min-height: 118px;
  place-items: center;
  padding: 20px;
  border: 1px solid rgba(0, 148, 217, 0.28);
  border-radius: 8px;
  color: var(--navy);
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 148, 217, 0.14), transparent 34%),
    var(--white);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 18px 42px rgba(8, 18, 38, 0.07);
}

.architecture-map span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.sensor-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto;
}

.sensor-detail-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 12%, rgba(200, 162, 58, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(250, 248, 241, 0.97), var(--white));
  box-shadow: 0 18px 44px rgba(13, 27, 61, 0.09);
}

.sensor-detail-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.sensor-detail-grid h3 {
  margin: 10px 0 14px;
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.2;
}

.sensor-detail-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.sensor-detail-grid article:last-child {
  grid-column: 2 / 3;
}

.signal-detail-grid article:last-child {
  grid-column: auto;
}

.rotation-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}

.rotation-flow article {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(8, 18, 38, 0.08);
}

.rotation-flow article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.rotation-flow strong,
.rotation-flow span {
  display: block;
}

.rotation-flow strong {
  color: var(--navy);
  font-size: 1.4rem;
}

.rotation-flow span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.flow-arrow {
  color: var(--blue);
  font-size: 2.2rem;
  font-weight: 900;
}

.advantage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advantage-grid article:last-child {
  grid-column: span 3;
  min-height: 0;
}

.product-cta {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 18%, rgba(41, 177, 253, 0.26), transparent 26%),
    linear-gradient(135deg, #0c112a 0%, #045b8c 58%, #0c112a 100%);
}

.product-cta > div {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.product-cta h2 {
  color: var(--white);
}

.product-cta .eyebrow {
  color: var(--cyan);
}

.product-cta .hero-actions {
  justify-content: center;
}

.product-feature.reverse {
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.02fr);
}

.product-feature.reverse .product-image {
  order: 2;
}

.product-image {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: clamp(24px, 4vw, 46px);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.dark-product {
  background: linear-gradient(135deg, #07172b, #101b2d);
}

.light-product {
  background: linear-gradient(135deg, #fdfefe, #edf5ff);
}

.product-image img {
  max-height: 360px;
  object-fit: contain;
}

.product-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-weight: 700;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.14);
}

.comparison-table {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1.5fr 1.5fr;
  gap: 24px;
  padding: 22px 24px;
  border-top: 1px solid var(--line);
}

.table-row:first-child {
  border-top: 0;
}

.table-head {
  color: var(--white);
  background: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.table-row span,
.table-row strong {
  min-width: 0;
}

.technology-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.tech-detail .section-header {
  max-width: 1120px;
}

.tech-detail .section-header h1 {
  max-width: 980px;
  margin-inline: auto;
}

.tech-detail-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.technology-intro {
  max-width: 920px;
  margin: -12px auto 38px;
  text-align: center;
}

.technology-intro h3 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.technology-intro p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.tech-card,
.leader-card,
.contact-grid article,
.timeline article,
.mission-points article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.product-image::before,
.comparison-table::before,
.tech-card::before,
.leader-card::before,
.contact-grid article::before,
.timeline article::before,
.mission-points article::before,
.support-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.tech-card {
  padding: 28px;
  min-height: 280px;
}

.tech-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.tech-card h3 {
  font-size: 1.45rem;
}

.tech-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.tech-link-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tech-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(137, 214, 251, 0.42);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.28);
}

.architecture-strip {
  max-width: 1040px;
  margin: 46px auto 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.architecture-strip img {
  width: 100%;
  border-radius: 6px;
}

.mission-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
  color: var(--white);
  background: linear-gradient(135deg, #0c112a 0%, #045b8c 56%, #0c112a 100%);
}

.mission-visual-section {
  padding: 0;
  background: #071f42;
}

.mission-visual-shell {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.mission-visual-shell img {
  width: 100%;
  display: block;
}

.mission-band h2 {
  color: var(--white);
}

.mission-copy p:not(.eyebrow) {
  max-width: 720px;
  color: #dfe9f6;
  font-size: 1.16rem;
}

.mission-points {
  display: grid;
  gap: 16px;
}

.mission-points article {
  padding: 22px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.16);
}

.mission-points strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.mission-points p {
  margin: 0;
  color: #dfe9f6;
}

.leader-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.leader-card,
.contact-grid article {
  padding: 28px;
}

.leader-card p {
  color: var(--muted);
}

.leader-card a,
.contact-grid a {
  display: block;
  color: var(--blue);
  font-weight: 800;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}

.timeline article {
  padding: 28px;
}

.timeline span,
.contact-grid span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.timeline p,
.contact-section p {
  color: var(--muted);
}

.support-section {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}

.support-grid article {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(7, 23, 43, 0.08);
}

.who-serve-section .support-grid article {
  display: flex;
  flex-direction: column;
}

.audience-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.support-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.support-legal-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 2px solid rgba(2, 169, 247, 0.38);
}

.support-legal-action div {
  max-width: 720px;
}

.support-legal-action span {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-legal-action p {
  margin: 0;
  color: #d8e4ef;
  font-size: 0.98rem;
  line-height: 1.6;
}

.investor-section {
  background: var(--paper);
}

.investor-document {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 36px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 14%, rgba(213, 171, 51, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(250, 248, 241, 0.98), var(--white));
  box-shadow: 0 22px 58px rgba(13, 27, 61, 0.11);
}

.investor-document::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.investor-document-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.investor-document-header h2 {
  margin: 0;
  color: var(--navy);
}

.investor-document .button.secondary {
  color: var(--navy);
  border-color: rgba(13, 27, 61, 0.22);
  background: rgba(255, 255, 255, 0.72);
}

.investor-download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 38px rgba(13, 27, 61, 0.08);
}

.investor-download-panel[hidden] {
  display: none;
}

.investor-download-panel p {
  max-width: 680px;
  margin: 0;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.7;
}

.investor-download-panel.is-locked p {
  color: var(--muted);
}

.investor-download-panel .button.is-disabled {
  opacity: 0.48;
  cursor: not-allowed;
  filter: grayscale(0.35);
  pointer-events: none;
}

.investor-request-form {
  margin-top: 8px;
  background:
    radial-gradient(circle at 14% 12%, rgba(200, 162, 58, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(250, 248, 241, 0.97), var(--white));
  box-shadow: 0 16px 38px rgba(13, 27, 61, 0.08);
}

.investor-request-form + .investor-download-panel {
  margin-top: 22px;
}

.investor-document .section-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
  color: var(--white);
  background: var(--navy);
}

.contact-section h2 {
  color: var(--white);
}

.contact-section p {
  color: #d9e4f2;
  font-size: 1.12rem;
}

.contact-form-section {
  display: block;
}

.contact-form-section .specialist-form {
  max-width: 1120px;
  margin: 0 auto;
}

.contact-grid {
  max-width: none;
}

.contact-grid article {
  background: var(--white);
}

.contact-grid h3 {
  margin-top: 10px;
}

.contact-copy {
  max-width: 520px;
}

.contact-direct {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(250, 248, 241, 0.26);
  border-radius: 8px;
  background: rgba(250, 248, 241, 0.1);
}

.contact-direct span {
  display: block;
  margin-bottom: 10px;
  color: var(--aqua-100);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-direct a {
  display: block;
  color: var(--white);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-direct a + a {
  margin-top: 8px;
}

.specialist-form {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(250, 248, 241, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 0%, rgba(250, 248, 241, 0.14), transparent 30%),
    rgba(250, 248, 241, 0.96);
  box-shadow: 0 22px 54px rgba(8, 18, 38, 0.24);
}

.specialist-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.specialist-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 800;
}

.specialist-form input,
.specialist-form select,
.specialist-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(13, 27, 61, 0.18);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.specialist-form textarea {
  min-height: 170px;
  resize: vertical;
}

.specialist-form input:focus,
.specialist-form select:focus,
.specialist-form textarea:focus {
  outline: 3px solid rgba(200, 162, 58, 0.28);
  border-color: var(--accent-green);
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 6px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--blue) !important;
  font-size: 0.92rem !important;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(320px, 1fr);
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  padding: 26px clamp(20px, 5vw, 72px);
  color: #c7d5e8;
  background: #0c112a;
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
}

.footer-link {
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: var(--blue);
}

.footer-divider {
  margin: 0 10px;
  color: #5f7892;
}

.site-footer p:first-of-type {
  justify-self: center;
}

.site-footer p:last-of-type {
  justify-self: end;
  text-align: right;
}

.site-footer p:nth-last-of-type(2) {
  justify-self: end;
  text-align: right;
}

.site-footer .site-version {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid rgba(199, 213, 232, 0.22);
  color: rgba(250, 248, 241, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-self: start;
}

.footer-social span {
  color: #c7d5e8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 9px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.social-link svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.social-link.is-disabled {
  cursor: default;
  pointer-events: none;
}

.social-facebook {
  background: #1877f2;
}

.social-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af 72%, #515bd4);
}

.social-youtube {
  background: #ff0000;
}

.social-linkedin {
  background: #0a66c2;
}

.legal-section {
  background: var(--bg);
}

.review-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto 22px;
  padding: 14px 18px;
  border: 1px solid rgba(239, 59, 53, 0.36);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(90deg, #0a65a8, #ef3b35);
  box-shadow: 0 18px 44px rgba(7, 23, 43, 0.16);
}

.review-notice strong {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.review-notice span {
  font-size: 0.95rem;
}

.legal-panel {
  position: relative;
  overflow: hidden;
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px);
  border-top: 5px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 60px rgba(7, 23, 43, 0.12);
}

.legal-panel.under-review::before {
  content: "UNDER LEGAL REVIEW";
  position: absolute;
  inset: auto auto 42% 50%;
  z-index: 0;
  color: rgba(239, 59, 53, 0.08);
  font-size: clamp(3.4rem, 8vw, 7.2rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-18deg);
  pointer-events: none;
}

.legal-panel > * {
  position: relative;
  z-index: 1;
}

.legal-panel h2 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 1.38rem;
}

.legal-panel h2:first-child {
  margin-top: 0;
}

.legal-panel p,
.legal-panel li {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.legal-panel ul {
  margin: 0 0 22px;
  padding-left: 22px;
}

.legal-panel a {
  color: var(--blue);
  font-weight: 800;
}

.terms-page .legal-section {
  background: var(--bg);
}

.terms-page .legal-panel {
  border-top-color: var(--blue);
  background:
    radial-gradient(circle at 18% 12%, rgba(2, 169, 247, 0.24), transparent 36%),
    linear-gradient(135deg, #01303f 0%, #02577a 52%, #01303f 100%);
}

.terms-page .legal-panel h2,
.terms-page .legal-panel p,
.terms-page .legal-panel li {
  color: var(--white);
}

.terms-page .legal-panel a {
  color: #89d6fb;
}

/* Ivy Academy inspired palette refresh for BeaconGuard. */
.dropdown a:hover,
.dropdown a:focus {
  color: var(--blue);
  background: var(--aqua-100);
}

.hero,
.home-page .hero,
.page-hero,
.vital-hero,
.beacon-care-hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(200, 162, 58, 0.2), transparent 30%),
    radial-gradient(circle at 20% 86%, rgba(250, 248, 241, 0.12), transparent 28%),
    var(--brand-gradient);
}

.hero-text,
.page-hero p:not(.eyebrow),
.mission-copy p:not(.eyebrow),
.mission-points p,
.contact-section p,
.product-cta p,
.packaging-copy p:not(.eyebrow) {
  color: rgba(250, 248, 241, 0.84);
}

.button.primary {
  color: var(--ink);
  background: var(--gold);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(250, 248, 241, 0.42);
}

.header-cta {
  background: var(--blue);
}

.home-page .intro-band,
.home-page .roadmap-band,
.home-page .support-section,
.product-page .product-introduction,
.product-page .motion-section,
.product-page .continuous-section,
.product-page .product-difference,
.product-page .reliability-section,
.product-page .architecture-section,
.product-page .advantage-section,
.support-section,
.compare-band,
.roadmap-band,
.legal-section,
.terms-page .legal-section {
  background: var(--paper);
}

.home-page .mission-band,
.home-page .contact-section,
.mission-band,
.contact-section,
.product-page .packaging-section,
.product-page .product-cta,
.packaging-section,
.product-cta {
  background:
    radial-gradient(circle at 84% 12%, rgba(200, 162, 58, 0.18), transparent 26%),
    var(--brand-gradient);
}

.mission-visual-section {
  background: var(--paper);
}

.section-divider,
.home-page .section-divider,
.product-page .section-divider {
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, rgba(30, 77, 43, 0.72) 36%, rgba(200, 162, 58, 0.78) 64%, transparent 100%);
  border: 0;
}

.mission-band + .section-divider {
  background: linear-gradient(90deg, transparent 0%, rgba(30, 77, 43, 0.72) 36%, rgba(200, 162, 58, 0.78) 64%, transparent 100%);
}

.home-page .intro-band,
.home-page .roadmap-band,
.home-page .support-section,
.home-page .contact-section {
  border-top: 0;
  border-image: none;
}

.home-page .section-header h1,
.home-page .section-header h2,
.home-page .technology-intro h3,
.product-page .section-header h2,
.product-page .intro-panel h2,
.product-page .product-card-grid h3,
.product-page .advantage-grid h3,
.product-page .motion-grid h3,
.product-page .fit-grid h3,
.product-page .architecture-map span,
.product-page .rotation-flow strong {
  color: var(--navy);
}

.home-page .mission-band h1,
.home-page .mission-band h2,
.home-page .contact-section h2,
.product-page .packaging-section .section-header h2,
.product-page .product-cta h2,
.product-cta h2,
.packaging-section h2,
.packaging-copy h3 {
  color: var(--white);
}

.home-page .section-header p,
.home-page .technology-intro p,
.product-page .section-header p,
.product-page .intro-panel p,
.product-page .product-card-grid p,
.product-page .advantage-grid p,
.product-page .motion-grid p,
.product-page .fit-grid p,
.product-page .rotation-flow span {
  color: var(--muted);
}

.home-page .prose-grid p,
.home-page .tech-card,
.home-page .timeline article,
.home-page .support-grid article,
.home-page .mission-points article,
.home-page .contact-grid article,
.product-parent-card,
.product-page .intro-panel,
.product-page .product-card-grid article,
.product-page .advantage-grid article,
.product-page .motion-grid article,
.product-page .fit-grid article,
.product-page .architecture-map span,
.product-page .rotation-flow article,
.regulatory-disclaimer,
.legal-panel {
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 12%, rgba(200, 162, 58, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(250, 248, 241, 0.97), var(--white));
  border-color: var(--line);
  box-shadow: 0 18px 44px rgba(13, 27, 61, 0.09);
}

.product-parent-card::before,
.home-page .prose-grid p::before,
.tech-card::before,
.leader-card::before,
.contact-grid article::before,
.timeline article::before,
.mission-points article::before,
.support-grid article::before,
.product-card-grid article::before,
.advantage-grid article::before,
.motion-grid article::before,
.fit-grid article::before,
.intro-panel::before,
.architecture-map span::before,
.rotation-flow article::before,
.concept-packaging-figure::before {
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.home-page .tech-card h3,
.home-page .timeline h3,
.home-page .support-grid h3,
.home-page .mission-points strong,
.home-page .contact-grid h3,
.product-parent-card h2,
.product-parent-card span,
.regulatory-disclaimer h2,
.legal-panel h2,
.leader-card a,
.contact-grid a {
  color: var(--blue);
}

.home-page .tech-card p,
.home-page .timeline p,
.home-page .support-grid p,
.home-page .contact-grid a,
.home-page .prose-grid p,
.home-page .mission-points p,
.product-parent-card p,
.regulatory-disclaimer p,
.legal-panel p,
.legal-panel li {
  color: var(--muted);
}

.home-page .eyebrow,
.home-page .timeline span,
.home-page .contact-grid span,
.product-page .eyebrow,
.product-page .product-card-grid span {
  color: var(--blue);
}

.hero .eyebrow,
.mission-band .eyebrow,
.contact-section .eyebrow,
.product-cta .eyebrow,
.packaging-section .eyebrow,
.product-page .packaging-section .eyebrow,
.product-page .page-hero .eyebrow {
  color: var(--aqua-100);
}

.tech-number,
.home-page .tech-number,
.motion-icon,
.home-page .motion-icon,
.audience-number {
  color: var(--ink);
  background: var(--gold);
}

.flow-arrow {
  color: var(--gold);
}

.concept-packaging-figure {
  background:
    radial-gradient(circle at 18% 14%, rgba(200, 162, 58, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.06);
  border-color: rgba(250, 248, 241, 0.22);
}

.concept-packaging-figure figcaption,
.section-note {
  color: rgba(250, 248, 241, 0.82);
}

.product-page .packaging-section .section-header p {
  color: rgba(250, 248, 241, 0.86);
}

.products-index-page .product-parent {
  background:
    radial-gradient(circle at 18% 16%, rgba(200, 162, 58, 0.18), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(250, 248, 241, 0.1), transparent 28%),
    var(--brand-gradient);
}

.products-index-page .product-parent .section-header h1 {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(13, 27, 61, 0.28);
}

.products-index-page .product-parent .section-header .eyebrow {
  color: rgba(250, 248, 241, 0.92);
}

.products-index-page .product-parent .section-header p:not(.eyebrow) {
  color: rgba(250, 248, 241, 0.86);
}

.products-index-page .product-parent-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 0;
  background:
    linear-gradient(90deg, var(--accent-green), var(--accent-gold)) top left / 100% 5px no-repeat,
    radial-gradient(circle at 14% 12%, rgba(200, 162, 58, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(250, 248, 241, 0.97), var(--white));
  box-shadow: 0 18px 44px rgba(13, 27, 61, 0.09);
}

.products-index-page .product-parent-card::before {
  display: none;
}

.support-legal-action {
  border-top-color: rgba(200, 162, 58, 0.42);
}

.support-page .support-status-section {
  background: var(--paper);
}

.support-page .support-status-grid article {
  min-height: 260px;
}

.support-page .support-status-note {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.support-page .support-status-note span {
  color: var(--accent-green);
}

.support-page .support-status-note p {
  color: var(--muted);
}

.support-page .contact-form-section {
  background: var(--paper);
}

.support-page .contact-form-section .eyebrow {
  color: var(--accent-green);
  background: rgba(30, 77, 43, 0.12);
}

.support-page .contact-form-section h2 {
  color: var(--navy);
}

.support-page .contact-form-section p {
  color: var(--muted);
}

.review-notice {
  color: var(--ink);
  border-color: rgba(200, 162, 58, 0.36);
  background: linear-gradient(90deg, var(--aqua-100), #fff7dc);
}

.terms-page .legal-panel {
  border-top-color: var(--gold);
  background:
    radial-gradient(circle at 18% 12%, rgba(200, 162, 58, 0.12), transparent 36%),
    var(--brand-gradient);
}

.terms-page .legal-panel a {
  color: var(--gold);
}

.site-footer {
  color: rgba(250, 248, 241, 0.78);
  background: var(--navy);
}

.footer-social span {
  color: rgba(250, 248, 241, 0.72);
}

.footer-link:hover,
.footer-link:focus-visible {
  color: var(--gold);
}

.packaging-page {
  background: var(--paper);
}

.packaging-page .page-hero.text-only-hero {
  color: var(--navy);
  background:
    radial-gradient(circle at 16% 14%, rgba(200, 162, 58, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(250, 248, 241, 0.98), var(--white));
}

.packaging-page .page-hero .eyebrow {
  color: var(--accent-green);
}

.packaging-page .page-hero h1 {
  color: var(--navy);
}

.packaging-page .page-hero p:not(.eyebrow) {
  color: var(--muted);
}

.packaging-page .section-divider {
  height: 5px;
  border: 0;
  background: linear-gradient(90deg, rgba(30, 77, 43, 0.92) 0%, rgba(200, 162, 58, 0.94) 50%, rgba(30, 77, 43, 0.92) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.58),
    0 -1px 0 rgba(13, 27, 61, 0.08);
}

.packaging-page .packaging-section {
  color: var(--white);
  background:
    radial-gradient(circle at 84% 12%, rgba(200, 162, 58, 0.18), transparent 26%),
    var(--brand-gradient);
}

.packaging-page .packaging-section .section-header .eyebrow,
.packaging-page .packaging-copy .eyebrow {
  color: rgba(250, 248, 241, 0.92);
}

.packaging-page .packaging-section .section-header h2,
.packaging-page .packaging-copy h3 {
  color: var(--white);
}

.packaging-page .packaging-section .section-header p,
.packaging-page .packaging-copy p:not(.eyebrow),
.packaging-page .concept-packaging-figure figcaption,
.packaging-page .section-note {
  color: rgba(250, 248, 241, 0.84);
}

.packaging-page .product-cta {
  color: var(--navy);
  background:
    radial-gradient(circle at 18% 14%, rgba(200, 162, 58, 0.1), transparent 28%),
    linear-gradient(135deg, rgba(250, 248, 241, 0.98), var(--white));
}

.packaging-page .product-cta .eyebrow {
  color: var(--accent-green);
}

.packaging-page .product-cta h2 {
  color: var(--navy);
}

.packaging-page .product-cta .button.secondary {
  color: var(--navy);
  border-color: rgba(13, 27, 61, 0.28);
}

.packaging-page .disclaimer-band {
  padding-top: clamp(50px, 6vw, 78px);
  padding-bottom: clamp(56px, 7vw, 92px);
  background:
    radial-gradient(circle at 84% 4%, rgba(200, 162, 58, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(250, 248, 241, 0.98), var(--white));
}

.packaging-page .regulatory-disclaimer {
  position: relative;
  overflow: hidden;
  margin: 18px auto 0;
  padding: 32px 34px 34px;
  border: 1px solid var(--line);
  border-top: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 162, 58, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(250, 248, 241, 0.98), var(--white));
  color: var(--ink);
  box-shadow: 0 22px 58px rgba(13, 27, 61, 0.1);
}

.packaging-page .regulatory-disclaimer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-gold));
}

.packaging-page .regulatory-disclaimer h2 {
  color: var(--accent-green);
}

.packaging-page .regulatory-disclaimer p {
  color: var(--muted);
}

@media (max-width: 1080px) {
  .site-header {
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .page-hero,
  .vital-hero,
  .beacon-care-hero,
  .product-detail,
  .product-feature,
  .product-feature.reverse,
  .mission-band,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-device-stage {
    min-height: 390px;
  }

  .beacon-care-hero-asset {
    min-height: 430px;
    gap: 6px;
  }

  .beacon-care-watch {
    width: min(38%, 300px);
  }

  .beacon-care-watch-gray {
    transform: translateY(4px);
  }

  .beacon-care-watch-black {
    transform: translateY(4px);
  }

  .hero-watch {
    width: min(272px, 50%);
    transform: translate(-44px, -4px) rotate(0deg);
  }

  .hero-watch-label {
    left: calc(50% - 44px);
    bottom: -12px;
  }

  .hero-beacon-label {
    right: clamp(42px, 9vw, 112px);
    bottom: -12px;
  }

  .product-feature.reverse .product-image {
    order: 0;
  }

  .technology-grid,
  .product-capability-grid,
  .product-card-grid,
  .product-card-grid.three,
  .packaging-showcase article,
  .product-parent-grid,
  .advantage-grid,
  .fit-grid,
  .timeline,
  .prose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sensor-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sensor-detail-grid article:last-child {
    grid-column: 1 / -1;
  }

  .table-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 96px;
    justify-content: space-between;
  }

  .brand img {
    width: 72px;
  }

  .brand {
    font-size: 1.42rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 96px;
    right: 14px;
    left: 14px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .main-nav {
    display: block;
  }

  .nav-trigger,
  .nav-direct {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }

  .dropdown {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 8px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-group.open .dropdown {
    display: block;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .intro-band {
    min-height: auto;
  }

  .signal-card {
    min-height: 430px;
  }

  .product-orbit {
    grid-template-columns: 1fr;
  }

  .leader-grid,
  .contact-grid,
  .form-row,
  .support-grid,
  .team-grid,
  .technology-grid,
  .product-capability-grid,
  .product-audience .feature-list,
  .product-card-grid,
  .product-card-grid.three,
  .packaging-showcase article,
  .motion-grid,
  .fit-grid,
  .sensor-detail-grid,
  .architecture-map,
  .advantage-grid,
  .prose-grid {
    grid-template-columns: 1fr;
  }

  .rotation-flow {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .advantage-grid article:last-child {
    grid-column: auto;
  }

  .sensor-detail-grid article:last-child {
    grid-column: auto;
  }

  .comparison-table {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .table-row {
    grid-template-columns: 1fr;
    margin-bottom: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }

  .table-head {
    display: none;
  }

  .site-footer {
    display: block;
  }

  .footer-social {
    margin-bottom: 14px;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
  }

  .social-links {
    flex-wrap: wrap;
  }

  .site-footer p + p {
    margin-top: 10px;
  }

  .site-footer p:first-of-type,
  .site-footer p:last-of-type,
  .site-footer p:nth-last-of-type(2) {
    text-align: left;
  }

  .site-footer .site-version {
    margin-top: 16px;
    text-align: center;
  }

  .support-legal-action {
    display: block;
  }

  .support-legal-action .button {
    margin-top: 18px;
  }

  .investor-document-header {
    display: block;
  }

  .investor-document-header .button {
    margin-top: 16px;
  }

  .investor-download-panel {
    display: block;
  }

  .investor-download-panel .button {
    margin-top: 16px;
  }

  .team-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  h1 {
    font-size: 2.22rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-device-stage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(230px, auto) auto;
    column-gap: 18px;
    row-gap: 14px;
    align-items: end;
    min-height: 300px;
    padding: 0 8px;
  }

  .hero-watch {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    width: min(100%, 176px);
    max-height: 230px;
    object-fit: contain;
    transform: none;
  }

  .hero-beacon {
    position: relative !important;
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    right: auto;
    bottom: auto;
    width: min(100%, 176px);
    max-height: 230px;
    object-fit: contain;
  }

  .hero-device-label {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .hero-watch-label {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    left: auto;
    bottom: auto;
    transform: none;
  }

  .hero-beacon-label {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
    right: auto;
    bottom: auto;
  }

  .beacon-care-hero-asset {
    min-height: 340px;
    gap: 4px;
  }

  .beacon-care-watch {
    width: min(38%, 205px);
  }

  .beacon-care-watch-gold {
    transform: translateY(8px) scale(1.02);
  }

  .beacon-care-watch-gray {
    transform: translateY(4px);
  }

  .beacon-care-watch-black {
    transform: translateY(4px);
  }

  .product-finish-labels {
    bottom: 2px;
    width: 100%;
    gap: 0;
    padding: 0 1%;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1.2;
  }

  .product-finish-labels span {
    padding: 0 3px;
  }

  .vital-hero-asset .product-finish-labels {
    bottom: 0;
  }

  .product-image {
    min-height: 310px;
  }

  .product-detail-visual {
    min-height: 330px;
    padding: 24px;
  }

  .product-detail-copy h2 {
    font-size: 2.32rem;
  }

  .product-tags span {
    width: 100%;
    justify-content: center;
  }
}
