﻿:root {
  --bg: #ffffff;
  --ink: #17191f;
  --muted: #676f7d;
  --line: #e5e8ef;
  --panel: #f6f8fb;
  --dark: #202225;
  --dark-2: #2b2f36;
  --blue: #1f6fff;
  --cyan: #2fc7df;
  --green: #29a372;
  --orange: #f05d2a;
  --shadow: 0 18px 45px rgba(24, 31, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  padding: 0 clamp(20px, 4vw, 64px);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--line);
  box-shadow: 0 10px 24px rgba(24, 31, 42, 0.08);
  backdrop-filter: blur(14px);
}

.product-page .site-header:not(.is-scrolled):not(.is-open) {
  color: #fff;
  background: rgba(13, 19, 32, 0.88);
  border-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.brand {
  position: absolute;
  left: clamp(20px, 4vw, 64px);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  font-size: 18px;
  font-weight: 800;
}

.brand img {
  width: 112px;
  height: auto;
  filter: brightness(0) invert(1);
}

.site-header.is-scrolled .brand img,
.site-header.is-open .brand img {
  filter: none;
}

.brand span {
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.86;
}

.site-nav a:hover {
  opacity: 1;
  color: var(--blue);
}

.site-nav a[aria-current="page"] {
  opacity: 1;
}

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

.nav-main-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-main-link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.7;
}

.nav-submenu {
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  display: grid;
  min-width: 176px;
  padding: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(24, 31, 42, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.nav-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
}

.nav-item:hover .nav-submenu,
.nav-item:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.site-nav .nav-submenu a {
  padding: 10px 12px;
  color: #29313f;
  border-radius: 4px;
  opacity: 1;
  white-space: nowrap;
}

.site-nav .nav-submenu a:hover {
  color: #fff;
  background: var(--blue);
}

.header-utils {
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
}

.utility-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.utility-icon:hover {
  transform: translateY(-1px);
}

.naver-icon span {
  color: #03c75a;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.dantech-icon img {
  width: 22px;
  height: 22px;
}

.language-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.language-select::before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 17px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 24'%3E%3Crect width='36' height='24' fill='%23fff'/%3E%3Cg stroke='%23111' stroke-width='1.1'%3E%3Cpath d='M7 5h5M6.5 7h5M6 9h5M24 15h5M24.5 17h5M25 19h5M25 5h5M25.5 7h5M26 9h5M6 15h5M6.5 17h5M7 19h5'/%3E%3C/g%3E%3Cpath d='M18 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10Z' fill='%23cd2e3a'/%3E%3Cpath d='M13 12a5 5 0 0 0 10 0c-1.5 1.4-3.3 1.4-5 0s-3.5-1.4-5 0Z' fill='%230047a0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
}

.language-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0.9;
}

.language-select select {
  width: 60px;
  height: 32px;
  padding: 0 14px 0 0;
  color: currentColor;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  outline: none;
  cursor: pointer;
}

.is-english .language-select::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 24'%3E%3Crect width='38' height='24' fill='%23fff'/%3E%3Cg fill='%23b22234'%3E%3Crect width='38' height='2' y='0'/%3E%3Crect width='38' height='2' y='4'/%3E%3Crect width='38' height='2' y='8'/%3E%3Crect width='38' height='2' y='12'/%3E%3Crect width='38' height='2' y='16'/%3E%3Crect width='38' height='2' y='20'/%3E%3C/g%3E%3Crect width='16' height='13' fill='%233c3b6e'/%3E%3Cg fill='%23fff'%3E%3Ccircle cx='3' cy='2.5' r='.7'/%3E%3Ccircle cx='7' cy='2.5' r='.7'/%3E%3Ccircle cx='11' cy='2.5' r='.7'/%3E%3Ccircle cx='15' cy='2.5' r='.7'/%3E%3Ccircle cx='5' cy='5' r='.7'/%3E%3Ccircle cx='9' cy='5' r='.7'/%3E%3Ccircle cx='13' cy='5' r='.7'/%3E%3Ccircle cx='3' cy='7.5' r='.7'/%3E%3Ccircle cx='7' cy='7.5' r='.7'/%3E%3Ccircle cx='11' cy='7.5' r='.7'/%3E%3Ccircle cx='15' cy='7.5' r='.7'/%3E%3Ccircle cx='5' cy='10' r='.7'/%3E%3Ccircle cx='9' cy='10' r='.7'/%3E%3Ccircle cx='13' cy='10' r='.7'/%3E%3C/g%3E%3C/svg%3E");
}

.is-english .language-select select {
  width: 70px;
}

.language-select option {
  color: var(--ink);
}

.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;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 82svh;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("assets/hero.png") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 12, 22, 0.86), rgba(8, 12, 22, 0.42) 56%, rgba(8, 12, 22, 0.32)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.24));
}

.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 82svh;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 48px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  width: 100%;
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 1.03;
  font-weight: 900;
  word-break: keep-all;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.12;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.35;
}

.hero-copy {
  width: 100%;
  max-width: 740px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 500;
  word-break: normal;
  overflow-wrap: anywhere;
}

.mobile-break {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 54px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 900;
  line-height: 1;
}

.btn.primary {
  color: #fff;
  background: var(--blue);
}

.btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
}

.btn::after {
  content: "→";
  margin-left: 12px;
  font-weight: 900;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 760px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-stats div {
  padding: 22px 26px 12px 0;
}

.hero-stats dt {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.1;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.section {
  padding: clamp(78px, 9vw, 132px) 0;
}

.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.intro-strip {
  color: #fff;
  background: var(--dark);
  padding: 42px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) 1fr;
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
}

.intro-grid h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 46px);
}

.intro-grid p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.climb-hero {
  --climb-hero-height: min(78svh, 780px);
  position: relative;
  min-height: var(--climb-hero-height);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background: #0d1320;
}

.climb-hero-media {
  position: absolute;
  inset: 0;
}

.climb-hero-media {
  z-index: 0;
  background: #05050a;
}

.climb-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 86svh;
  padding-top: 104px;
  padding-bottom: 56px;
}

.climb-hero-inner > div {
  width: min(720px, 100%);
}

.product-category-grid {
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.9fr));
}

.single-product-grid {
  grid-template-columns: minmax(0, 560px);
}

.company-hero {
  background:
    linear-gradient(135deg, rgba(13, 19, 32, 0.96), rgba(32, 34, 37, 0.82)),
    url("assets/install-school-2.jpg") center / cover no-repeat;
}

.company-page h1,
.company-page h2,
.company-page h3,
.company-page p,
.company-page dd,
.company-page strong {
  overflow-wrap: anywhere;
}

.company-page .product-page-hero p:not(.eyebrow),
.company-page .company-split > div:first-child p:not(.section-kicker),
.company-page .timeline-events p,
.company-page .location-section .contact-grid p {
  word-break: break-all;
  overflow-wrap: anywhere;
}

.company-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  min-height: min(78svh, 820px);
  padding-top: 118px;
  padding-bottom: 64px;
}

.company-fact-panel {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(14, 20, 32, 0.76);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.company-fact-panel strong {
  display: block;
  margin-bottom: 22px;
  color: #fff;
  font-size: 24px;
}

.company-fact-panel dl,
.company-location-card dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.company-fact-panel div,
.company-location-card div {
  display: grid;
  gap: 4px;
}

.company-fact-panel dt,
.company-location-card dt {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.company-fact-panel dd,
.company-location-card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  word-break: keep-all;
}

.company-section {
  scroll-margin-top: 146px;
}

.company-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.company-split > div:first-child p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  word-break: keep-all;
}

.value-card-grid {
  display: grid;
  gap: 14px;
}

.value-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 31, 42, 0.08);
}

.value-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.value-card h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  word-break: keep-all;
}

.company-greeting-visual {
  align-self: center;
  margin: 0;
  background: #fff;
}

.company-greeting-visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.greeting-section .company-split {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
}

.greeting-section .company-split > div {
  text-align: center;
}

.greeting-section .company-split > div p:not(.section-kicker) {
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 700;
  word-break: keep-all;
}

.greeting-section .company-greeting-visual {
  width: 100%;
}

.greeting-section .company-greeting-visual img {
  max-height: 460px;
}

@media (max-width: 920px) {
  .greeting-section .company-split {
    grid-template-columns: 1fr;
  }

  .greeting-section .company-greeting-visual img {
    max-height: 360px;
  }
}

.history-section {
  background: #fff;
}

.history-heading {
  margin-bottom: clamp(42px, 6vw, 78px);
  text-align: center;
}

.history-heading h2 {
  margin-bottom: 22px;
  font-size: clamp(32px, 4.4vw, 58px);
  line-height: 1.12;
}

.company-timeline {
  display: grid;
  gap: 0;
}

.timeline-year {
  display: grid;
  grid-template-columns: minmax(210px, 360px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.timeline-year:last-child {
  border-bottom: 1px solid var(--line);
}

.timeline-year-label {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.timeline-year-label::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-top: 29px;
  background: #cfd5df;
}

.timeline-year time {
  color: var(--ink);
  font-size: clamp(23px, 3vw, 40px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.timeline-events {
  display: grid;
  gap: 12px;
  padding-top: 10px;
}

.timeline-events div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.timeline-events span {
  color: var(--ink);
  font-weight: 900;
}

.timeline-events p {
  margin: 0;
  color: #3c4350;
  font-size: 17px;
  font-weight: 700;
  word-break: keep-all;
}

.cert-block + .cert-block {
  margin-top: 34px;
}

.cert-block h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cert-grid article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(24, 31, 42, 0.07);
}

.cert-grid.compact article {
  min-height: 92px;
}

.cert-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cert-grid strong {
  display: block;
  font-size: 17px;
  line-height: 1.5;
  word-break: keep-all;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.company-map {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 42px rgba(24, 31, 42, 0.08);
}

.company-map iframe {
  display: block;
  width: 100%;
  min-height: 450px;
}

.map-fallback {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  color: #fff;
  border-radius: 4px;
  background: rgba(31, 111, 255, 0.94);
  box-shadow: 0 10px 24px rgba(24, 31, 42, 0.2);
  font-size: 14px;
  font-weight: 900;
}

.location-info-grid {
  margin-top: 0;
}

.location-section .contact-grid p {
  color: var(--muted);
  font-weight: 700;
  word-break: keep-all;
}

.company-location-card {
  padding-top: 6px;
}

.company-location-card dl {
  gap: 24px;
}

.company-location-card div {
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.company-location-card dt {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

.company-location-card dd {
  color: #29313f;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.xr-product-card.is-main-product {
  color: #fff;
  background: #151b27;
  border-color: #151b27;
}

.xr-product-card.is-main-product span {
  color: #89e5f1;
}

.xr-product-card.is-main-product h3,
.xr-product-card.is-main-product p {
  color: #fff;
}

.xr-product-card.is-main-product p {
  color: rgba(255, 255, 255, 0.76);
}

.xr-product-card.is-main-product img {
  background: #0e1420;
  object-fit: cover;
}

.product-page-hero {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(13, 19, 32, 0.98), rgba(25, 33, 45, 0.88)),
    #101722;
}

.product-page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: center;
  min-height: min(82svh, 900px);
  padding-top: 108px;
  padding-bottom: 62px;
}

.product-page-hero-inner > *,
.product-detail-grid > * {
  min-width: 0;
}

.product-page-hero h1 {
  margin-bottom: 24px;
}

.product-page-hero p:not(.eyebrow) {
  width: 100%;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.product-page-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.product-page-visual img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
}

.product-object-visual {
  padding: clamp(20px, 4vw, 42px);
}

.product-object-visual img {
  aspect-ratio: 1.28;
  object-fit: contain;
}

.wide-interface-visual img {
  aspect-ratio: 1.92;
  object-fit: contain;
}

.hardware-hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0;
}

.hardware-hero-visual img {
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.hardware-hero-visual img:first-child {
  aspect-ratio: 0.82;
  object-fit: contain;
  padding: 20px;
}

.hardware-hero-visual img:last-child {
  aspect-ratio: 1.36;
  object-fit: contain;
  padding: 24px;
}

.four-device-visual {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.four-device-visual img,
.four-device-visual img:first-child,
.four-device-visual img:last-child {
  aspect-ratio: 1.24;
  object-fit: contain;
  padding: 20px;
}

.light-product-hero {
  background:
    linear-gradient(135deg, #101722 0%, #1d2633 48%, #f6f8fb 48%, #f6f8fb 100%);
}

.xr-hero {
  position: relative;
  min-height: min(84svh, 980px);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background: #111722;
}

.xr-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11, 16, 26, 0.96), rgba(11, 16, 26, 0.78) 46%, rgba(11, 16, 26, 0.42)),
    linear-gradient(135deg, #172031 0%, #232a33 52%, #f4f7fb 52%, #f4f7fb 100%);
}

.xr-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  min-height: min(84svh, 980px);
  padding-top: 98px;
  padding-bottom: 52px;
}

.xr-hero-copy {
  max-width: 680px;
}

.xr-hero-copy p:not(.eyebrow) {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  word-break: keep-all;
}

.xr-hero-products {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 14px;
  align-items: end;
  min-width: 0;
}

.hero-product {
  display: grid;
  align-content: space-between;
  min-width: 0;
  min-height: 226px;
  margin: 0;
  padding: 16px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
}

.hero-product-large {
  grid-row: span 2;
  min-height: 470px;
}

.hero-product img {
  width: 100%;
  min-width: 0;
  height: 100%;
  max-height: 340px;
  object-fit: contain;
}

.hero-product-large img {
  max-height: 410px;
}

.hero-product figcaption {
  margin-top: 14px;
  color: #151922;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
}

.xr-product-overview {
  background: #fff;
}

.xr-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.xr-product-card {
  display: grid;
  min-width: 0;
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 31, 42, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.xr-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 111, 255, 0.38);
  box-shadow: var(--shadow);
}

.xr-product-card img {
  width: 100%;
  height: 172px;
  margin-bottom: 18px;
  border-radius: 6px;
  object-fit: contain;
  background: var(--panel);
}

.xr-product-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.xr-product-card h3 {
  margin: 18px 0 10px;
  font-size: 25px;
}

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

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}

.product-detail-grid > *,
.xr-product-grid > *,
.xr-process-list > *,
.case-viewer > *,
.case-card-grid > * {
  min-width: 0;
}

.product-detail-grid.reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(0, 0.95fr);
}

.product-detail-media {
  margin: 0;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.product-detail-media img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: contain;
}

.wide-media img {
  aspect-ratio: 1.4;
}

.product-detail-copy p {
  width: 100%;
  max-width: 100%;
  color: var(--muted);
  font-size: 18px;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.dark-section .product-detail-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 30px 0;
}

.spec-grid article {
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.spec-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.spec-grid strong {
  display: block;
  color: #1a202b;
  font-size: 17px;
  line-height: 1.42;
  word-break: keep-all;
}

.spec-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.count-number {
  display: inline-block;
  margin-right: 3px;
  color: var(--blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.no-break {
  white-space: nowrap;
}

.dark-spec article {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.dark-spec span {
  color: #89e5f1;
}

.dark-spec strong {
  color: #fff;
}

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

.feature-list li {
  position: relative;
  padding-left: 24px;
  color: #343b48;
  font-weight: 800;
}

.dark-section .feature-list li {
  color: rgba(255, 255, 255, 0.84);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.76em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}

.product-shot-stack {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 14px;
  align-items: end;
}

.product-shot-stack img {
  width: 100%;
  aspect-ratio: 1.08;
  border-radius: 8px;
  object-fit: cover;
  background: #10141c;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.product-shot-stack img:first-child {
  grid-row: span 2;
  aspect-ratio: 0.82;
}

.process-section {
  background: var(--panel);
}

.xr-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
  border: 1px solid var(--line);
  background: var(--line);
}

.xr-process-list li {
  min-height: 168px;
  padding: 24px;
  background: #fff;
}

.xr-process-list span {
  display: block;
  margin-bottom: 24px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}

.xr-process-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
}

.xr-process-list p {
  margin: 0;
  color: var(--muted);
}

.content-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.content-card-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.content-card-grid img {
  width: 100%;
  height: 150px;
  margin-bottom: 18px;
  border-radius: 6px;
  object-fit: cover;
  background: #10141c;
}

.content-card-grid span {
  display: block;
  margin-bottom: 12px;
  color: #89e5f1;
  font-size: 13px;
  font-weight: 900;
}

.content-card-grid h3 {
  color: #fff;
}

.content-card-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

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

.hardware-device-grid article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.hardware-device-grid figure {
  display: grid;
  place-items: center;
  min-height: 340px;
  margin: 0;
  padding: 28px;
  background: #fff;
}

.hardware-device-grid img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.hardware-device-grid article > div {
  padding: 28px;
}

.hardware-device-grid span {
  display: block;
  margin-bottom: 12px;
  color: #89e5f1;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hardware-device-grid h3 {
  color: #fff;
  font-size: 28px;
}

.hardware-device-grid p {
  color: rgba(255, 255, 255, 0.74);
}

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

.hardware-role-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.hardware-role-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #89e5f1;
  transform: translateY(-50%);
}

.hardware-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.hardware-flow-grid article {
  min-width: 0;
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.hardware-flow-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}

.hardware-flow-grid strong {
  display: block;
  color: #151a24;
  font-size: 22px;
  font-weight: 900;
}

.hardware-flow-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

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

.software-mode-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.software-mode-card img {
  width: 100%;
  height: 230px;
  margin-bottom: 22px;
  border-radius: 6px;
  object-fit: cover;
  background: #10141c;
}

.software-mode-card h3 {
  color: #fff;
  font-size: 28px;
}

.software-mode-card p {
  color: rgba(255, 255, 255, 0.74);
}

.mode-card-header {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.mode-card-header span {
  color: #89e5f1;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mode-card-header strong {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

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

.mode-program-list li {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
}

.mode-program-list strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
}

.mode-program-list small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
}

.two-column.reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(0, 0.92fr);
}

.copy-block p {
  color: var(--muted);
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.arex-wordmark {
  width: min(420px, 100%);
  margin: 28px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #10141c;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #343b48;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}

.feature-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-figure img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.dark-section {
  color: #fff;
  background: var(--dark);
}

.dark-section .section-kicker {
  color: #89e5f1;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 46px;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.dark-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 74px);
  max-width: none;
  align-items: end;
}

.pill-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pill-grid article {
  min-height: 176px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.pill-grid span {
  display: inline-block;
  margin-bottom: 38px;
  color: #89e5f1;
  font-weight: 900;
}

.pill-grid h3 {
  margin: 0;
  color: #fff;
}

.training-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

.training-list {
  display: grid;
  gap: 10px;
}

.training-list article {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.training-list strong {
  color: #161a22;
  font-size: 17px;
}

.training-list span {
  color: var(--muted);
}

.media-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  position: sticky;
  top: 98px;
}

.media-mosaic img {
  width: 100%;
  aspect-ratio: 1.25;
  border-radius: 8px;
  object-fit: cover;
  background: #10141c;
}

.data-section {
  background: var(--panel);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.metric-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.metric-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-weight: 900;
}

.metric-grid strong {
  font-size: 18px;
}

.screen-stack {
  display: grid;
  gap: 16px;
}

.screen-stack img {
  width: 100%;
  border: 1px solid rgba(24, 31, 42, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.data-flow-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.8fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin-top: 30px;
}

.flow-node,
.flow-database {
  min-width: 0;
  padding: 22px;
  border-radius: 8px;
}

.flow-node {
  border: 1px solid var(--line);
  background: #fff;
}

.flow-node span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.flow-target span {
  color: #2fa4ac;
}

.flow-node strong,
.flow-database strong {
  display: block;
  color: #151a24;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
}

.flow-node p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.flow-database {
  color: #fff;
  background: linear-gradient(145deg, #1f6fff, #2fc7df);
}

.flow-database strong {
  color: #fff;
  text-align: center;
}

.flow-database ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.flow-database li {
  padding: 8px 10px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.pegms-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.pegms-info-grid article,
.pegms-function-grid article {
  min-width: 0;
  padding: 22px;
  border-radius: 8px;
}

.pegms-info-grid article {
  border: 1px solid var(--line);
  background: #fff;
}

.pegms-info-grid span,
.pegms-function-grid span {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 900;
}

.pegms-info-grid span {
  color: var(--blue);
}

.pegms-info-grid strong,
.pegms-function-grid strong {
  display: block;
}

.pegms-info-grid p,
.pegms-function-grid p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.pegms-info-grid p {
  color: var(--muted);
}

.pegms-player-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.pegms-player-copy {
  max-width: 600px;
}

.pegms-player-figure {
  grid-row: span 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 30, 44, 0.12);
  border-radius: 8px;
  background: #101722;
  box-shadow: var(--shadow);
}

.pegms-player-figure img {
  width: 100%;
  aspect-ratio: 1.8;
  object-fit: cover;
  object-position: center;
}

.pegms-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pegms-detail-grid article {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.pegms-detail-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.pegms-detail-grid strong {
  display: block;
  color: #151a24;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
}

.pegms-detail-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.pegms-student-note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.pegms-student-note strong {
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.pegms-student-note p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.compact-top {
  padding-top: 0;
}

.pegms-screen-panel {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.pegms-screen-panel img {
  width: 100%;
  aspect-ratio: 1.8;
  object-fit: cover;
  object-position: center;
}

.pegms-screen-panel figcaption {
  padding: 18px 20px;
  color: var(--muted);
  font-weight: 800;
}

.pegms-function-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pegms-function-grid article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.pegms-function-grid span {
  color: #89e5f1;
}

.pegms-function-grid h3 {
  color: #fff;
}

.pegms-function-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.install-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.install-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.install-grid img {
  width: 100%;
  aspect-ratio: 1.15;
  object-fit: cover;
}

.install-grid div {
  padding: 20px;
}

.install-grid h3 {
  margin-bottom: 8px;
}

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

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 46px 0 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}

.process-list li {
  min-height: 130px;
  padding: 22px;
  background: #fff;
  font-weight: 800;
}

.process-list span {
  display: block;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
}

.cases-section {
  color: #fff;
  background: var(--dark-2);
}

.cases-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.case-gallery figure {
  margin: 0;
}

.case-gallery img {
  width: 100%;
  aspect-ratio: 1.22;
  border-radius: 8px;
  object-fit: cover;
}

.case-gallery figcaption {
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #89e5f1;
  font-weight: 900;
}

.text-link::after {
  content: "→";
  margin-left: 10px;
}

.case-page {
  background: #f5f7fb;
}

.case-header {
  position: sticky;
}

.case-hero {
  padding: 152px 0 72px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(12, 17, 27, 0.92), rgba(12, 17, 27, 0.52)),
    url("assets/hero.png") center / cover no-repeat;
}

.case-hero h1 {
  margin-bottom: 18px;
}

.case-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.case-detail-section {
  padding: 72px 0 112px;
}

.case-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 30px;
}

.case-main-media {
  min-height: 0;
  aspect-ratio: 1056 / 668;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f3f3f3;
  box-shadow: var(--shadow);
}

.case-main-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
  object-fit: cover;
}

.case-main-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.case-main-panel h2 {
  font-size: clamp(34px, 4vw, 54px);
}

.case-meta-list {
  display: grid;
  gap: 1px;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.case-meta-list div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  padding: 18px;
  background: #fff;
}

.case-meta-list dt {
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.case-meta-list dd {
  margin: 0;
  color: #202734;
  font-weight: 900;
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn.dark-ghost {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.case-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.detail-case-card {
  min-width: 0;
}

.detail-case-card button {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.detail-case-card.is-active button {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(31, 111, 255, 0.18);
}

.detail-case-card img {
  order: 1;
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.detail-case-card button::before {
  content: attr(data-label);
  order: 2;
  display: block;
  padding: 18px 18px 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.35;
}

.detail-case-card span,
.detail-case-card strong {
  display: block;
  padding-right: 16px;
  padding-left: 16px;
}

.detail-case-card span {
  order: 3;
  padding-top: 8px;
  color: #161a22;
  font-size: clamp(15px, 1.225vw, 21px);
  font-weight: 900;
  line-height: 1.2;
  word-break: keep-all;
}

.detail-case-card strong {
  display: none;
}

.detail-case-card button::after {
  content: attr(data-date);
  order: 4;
  display: block;
  margin-top: auto;
  padding: 10px 16px 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}

.case-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.case-pagination[hidden] {
  display: none;
}

.case-pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 10px 14px;
  color: #202734;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-weight: 900;
}

.case-pagination button[aria-current="page"] {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.case-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.case-page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.image-modal[hidden] {
  display: none;
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 28px;
}

.image-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 10, 16, 0.78);
}

.image-modal-content {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111722;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.image-modal-content img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #0c111b;
}

.image-modal-content figcaption {
  padding: 16px 20px;
  color: #fff;
  font-weight: 800;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

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

.contact-section {
  padding: clamp(72px, 8vw, 112px) 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(14, 20, 30, 0.92), rgba(14, 20, 30, 0.72)),
    url("assets/install-standard.jpeg") center / cover no-repeat;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 0.56fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: center;
}

.contact-grid p {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.contact-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.contact-card a {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.contact-card .phone {
  color: #89e5f1;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1;
}

.contact-card p {
  margin: 16px 0 0;
  font-size: 15px;
}

.site-footer {
  padding: 44px 0;
  color: rgba(255, 255, 255, 0.74);
  background: #282828;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) 1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.footer-grid > div:last-child {
  justify-self: end;
  text-align: right;
}

.footer-grid > div:first-child p {
  white-space: nowrap;
}

.site-footer img {
  width: 150px;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
}

.site-footer strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
}

.site-footer p {
  margin-bottom: 8px;
}

.floating-quick {
  position: fixed;
  right: clamp(18px, 3vw, 38px);
  top: 50%;
  z-index: 28;
  display: grid;
  justify-items: center;
  width: 94px;
  padding: 16px 10px;
  color: #fff;
  background: #050506;
  border-radius: 999px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
  transform: translateY(-50%);
}

.quick-item {
  display: grid;
  justify-items: center;
  gap: 7px;
  width: 74px;
  min-height: 78px;
  padding: 11px 4px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.quick-item:hover,
.quick-item:focus-visible {
  color: #8eeeff;
}

.quick-item svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-item img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.top-item {
  width: 70px;
  min-height: 70px;
  margin-top: 8px;
  color: #fff;
  border-bottom: 0;
  border-radius: 50%;
  background: #ff3333;
}

.top-item:hover,
.top-item:focus-visible {
  color: #fff;
  background: #e72121;
}

.top-item svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1040px) {
  .site-nav {
    gap: 16px;
    font-size: 14px;
  }

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

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

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

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

  .xr-hero-inner,
  .product-page-hero-inner,
  .company-hero-inner,
  .product-detail-grid,
  .product-detail-grid.reverse {
    grid-template-columns: 1fr;
  }

  .xr-product-grid,
  .product-category-grid,
  .content-card-grid,
  .software-mode-grid,
  .hardware-device-grid,
  .cert-grid,
  .company-split,
  .xr-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .training-layout,
  .two-column,
  .two-column.reverse,
  .pegms-player-layout,
  .contact-grid,
  .case-viewer,
  .data-flow-panel,
  .pegms-function-grid {
    grid-template-columns: 1fr;
  }

  .media-mosaic {
    position: static;
  }
}

@media (max-width: 780px) {
  .site-header {
    height: 66px;
    justify-content: space-between;
    padding: 0 20px;
  }

  .brand {
    position: static;
    gap: 12px;
    font-size: 16px;
  }

  .brand img {
    width: 92px;
  }

  .nav-toggle {
    display: block;
  }

  .header-utils {
    display: none;
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 66px;
    display: grid;
    justify-content: stretch;
    gap: 0;
    margin: 0;
    padding: 10px 20px 22px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    max-height: calc(100svh - 66px);
    overflow-y: auto;
    transform: translateY(-120%);
    transition: transform 0.2s ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-item {
    display: grid;
  }

  .nav-main-link::after {
    display: none;
  }

  .nav-submenu {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0 0 6px 14px;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .nav-submenu::before {
    display: none;
  }

  .nav-item:hover .nav-submenu,
  .nav-item:focus-within .nav-submenu {
    transform: none;
  }

  .site-nav .nav-submenu a {
    padding: 10px 0;
    color: var(--muted);
    border-radius: 0;
    font-size: 13px;
  }

  .site-nav .nav-submenu a:hover {
    color: var(--blue);
    background: transparent;
  }

  .floating-quick {
    right: 10px;
    width: 68px;
    padding: 10px 6px;
  }

  .quick-item {
    width: 56px;
    min-height: 60px;
    gap: 5px;
    font-size: 10px;
  }

  .quick-item svg {
    width: 24px;
    height: 24px;
  }

  .quick-item img {
    width: 24px;
    height: 24px;
  }

  .top-item {
    width: 54px;
    min-height: 54px;
  }

  .hero,
  .hero-inner {
    min-height: 78svh;
  }

  .company-hero-inner {
    min-height: 72svh;
    padding-top: 104px;
    padding-bottom: 40px;
  }

  .company-page .section-inner {
    width: calc(100% - 48px);
    max-width: 1180px;
  }

  .company-split,
  .cert-grid {
    grid-template-columns: 1fr;
  }

  .company-page h1,
  .company-page h2,
  .company-page p,
  .company-page dd,
  .company-page strong {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .company-page .product-page-hero p:not(.eyebrow),
  .company-page .company-split > div:first-child p:not(.section-kicker),
  .company-page .timeline-events p,
  .company-page .location-section .contact-grid p {
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .timeline-year {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0;
  }

  .timeline-year-label::after {
    margin-top: 22px;
  }

  .timeline-events {
    padding-top: 0;
  }

  .timeline-events div {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }

  .timeline-events p {
    font-size: 15px;
  }

  .company-map iframe {
    min-height: 360px;
  }

  .map-fallback {
    right: 12px;
    bottom: 12px;
    min-height: 38px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .company-location-card div {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
  }

  .company-location-card dl {
    gap: 18px;
  }

  .cert-grid article {
    min-height: auto;
  }

  .hero-inner {
    width: calc(100% - 32px);
    max-width: 1180px;
    padding-top: 92px;
    padding-bottom: 34px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 52px);
  }

  h2 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.72;
    max-width: 340px;
    word-break: break-all;
    line-break: anywhere;
  }

  .hero-actions {
    margin-bottom: 34px;
  }

  .climb-hero,
  .climb-hero-inner {
    min-height: auto;
  }

  .climb-hero-inner {
    padding-top: 118px;
    padding-bottom: 48px;
  }

  .product-page-hero p:not(.eyebrow) {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.72;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
    line-break: anywhere;
  }

  .product-page-hero-inner {
    min-height: auto;
    padding-top: 98px;
    padding-bottom: 46px;
  }

  .light-product-hero {
    background: #101722;
  }

  .product-page-visual img {
    aspect-ratio: 1.14;
  }

  .xr-hero {
    min-height: auto;
  }

  .xr-hero-inner {
    min-height: auto;
    padding-top: 98px;
    padding-bottom: 42px;
  }

  .xr-hero-copy p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.72;
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: anywhere;
  }

  .xr-hero-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-product,
  .hero-product-large {
    padding: 12px;
  }

  .hero-product {
    min-height: 158px;
  }

  .hero-product-large {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 254px;
  }

  .hero-product img {
    max-height: 128px;
  }

  .hero-product-large img {
    max-height: 196px;
  }

  .hero-product figcaption {
    margin-top: 10px;
    font-size: 13px;
  }

  .hero-stats,
  .intro-grid,
  .split-heading,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:last-child {
    justify-self: start;
    text-align: left;
  }

  .footer-grid > div:first-child p {
    white-space: normal;
  }

  .hero-stats div {
    padding: 18px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .section-inner {
    width: calc(100% - 32px);
    max-width: 1180px;
  }

  .training-list article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .media-mosaic,
  .metric-grid,
  .pegms-info-grid,
  .pegms-detail-grid,
  .hardware-hero-visual,
  .hardware-flow-grid,
  .pill-grid,
  .install-grid,
  .case-gallery,
  .faq-grid,
  .process-list,
  .xr-product-grid,
  .product-category-grid,
  .content-card-grid,
  .software-mode-grid,
  .hardware-device-grid,
  .spec-grid,
  .xr-process-list,
  .product-shot-stack,
  .case-card-grid {
    grid-template-columns: 1fr;
  }

  .product-detail-media {
    padding: 18px;
  }

  .product-detail-copy p {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
    line-break: anywhere;
  }

  .spec-grid p,
  .software-mode-card p,
  .hardware-device-grid p,
  .hardware-flow-grid p,
  .hardware-role-list li,
  .mode-program-list small,
  .pegms-detail-grid p,
  .pegms-info-grid p,
  .pegms-function-grid p {
    word-break: break-all;
    overflow-wrap: anywhere;
    line-break: anywhere;
  }

  .case-hero p,
  .case-meta-list dd,
  .section-heading p {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: anywhere;
  }

  .case-main-panel h2 {
    overflow-wrap: anywhere;
  }

  .pegms-student-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .process-list li {
    min-height: auto;
  }

  .case-hero {
    padding: 112px 0 54px;
  }

  .case-main-media,
  .case-main-media img {
    min-height: 0;
  }

  .case-meta-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .image-modal {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding: 0 16px;
  }

  .brand {
    gap: 10px;
  }

  .brand img {
    width: 86px;
  }

  .brand span {
    max-width: 155px;
    white-space: normal;
    font-size: 14px;
    line-height: 1.2;
  }

  .mobile-break {
    display: block;
  }
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.55s ease, transform 0.55s ease;
  }

  [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Play DIDIM inspired visual refresh */
:root {
  --bg: #ffffff;
  --ink: #141414;
  --muted: #62666f;
  --line: #e7e7e7;
  --panel: #f3f3f3;
  --dark: #171717;
  --dark-2: #242424;
  --blue: #0a66d8;
  --cyan: #15bfcf;
  --green: #32bf6a;
  --orange: #ff3f4f;
  --yellow: #ffd629;
  --shadow: 0 22px 56px rgba(20, 20, 20, 0.12);
}

body {
  background: #fff;
}

.site-header,
.site-header.is-scrolled,
.site-header.is-open,
.product-page .site-header:not(.is-scrolled):not(.is-open) {
  position: sticky;
  top: 0;
  height: 72px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #eeeeee;
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.brand img,
.site-header.is-scrolled .brand img,
.site-header.is-open .brand img {
  width: 132px;
  filter: none;
}

.brand span {
  font-size: 20px;
  font-weight: 900;
}

.site-nav {
  gap: clamp(24px, 3vw, 54px);
  font-size: 16px;
  font-weight: 900;
}

.site-nav a {
  opacity: 1;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--green);
}

.nav-submenu {
  top: calc(100% + 12px);
  border: 0;
  border-radius: 0;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
}

.site-nav .nav-submenu a:hover {
  color: var(--ink);
  background: #f2f5f0;
}

.header-utils {
  gap: 12px;
}

.utility-icon {
  width: 32px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(20, 20, 20, 0.08);
}

.language-select select {
  color: var(--ink);
}

.section-inner {
  width: min(1200px, calc(100% - 56px));
}

h1 {
  max-width: 840px;
  font-size: clamp(58px, 7vw, 108px);
  line-height: 0.98;
}

h2 {
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.08;
}

.eyebrow,
.section-kicker {
  color: var(--green);
  font-size: 15px;
  letter-spacing: 0;
}

.btn {
  min-height: 48px;
  padding: 13px 28px;
  border-radius: 999px;
}

.btn.primary {
  color: #111;
  background: #fff;
}

.btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.12);
}

.climb-hero {
  min-height: var(--climb-hero-height);
  color: #fff;
  background: #151515;
}

.climb-hero-media img {
  filter: saturate(1.08) contrast(1.04);
}

.climb-hero-inner {
  min-height: var(--climb-hero-height);
  padding-top: clamp(72px, 8vw, 120px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.climb-hero-inner > div {
  width: min(760px, 100%);
}

.hero-stats {
  max-width: 720px;
  border-top-color: rgba(255, 255, 255, 0.42);
}

.hero-stats dd {
  color: rgba(255, 255, 255, 0.78);
}

.intro-strip {
  color: var(--ink);
  background: #fff;
  padding: clamp(82px, 8vw, 128px) 0;
}

.intro-grid {
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(42px, 5vw, 70px);
}

.intro-grid p:last-child {
  color: var(--muted);
  font-size: 19px;
}

.section {
  padding: clamp(84px, 8vw, 130px) 0;
}

.xr-product-overview,
.process-section,
.data-section,
.case-page,
.contact-page {
  background: #f3f3f3;
}

.section-heading {
  margin-bottom: clamp(40px, 5vw, 70px);
}

.section-heading p {
  color: var(--muted);
  font-size: 19px;
}

.split-heading {
  align-items: end;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
}

.xr-product-grid,
.product-category-grid {
  gap: 28px;
}

.xr-product-card,
.xr-product-card.is-main-product,
.value-card,
.cert-grid article,
.metric-grid article,
.pegms-info-grid article,
.pegms-detail-grid article,
.install-grid article,
.faq-grid article,
.flow-node,
.hardware-flow-grid article,
.spec-grid article,
.product-detail-media {
  color: var(--ink);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.xr-product-card {
  min-height: 0;
  padding: 0 0 28px;
  border-bottom: 1px solid #d9d9d9;
}

.xr-product-card:hover {
  transform: translateY(-6px);
  border-color: #d9d9d9;
  box-shadow: 0 22px 48px rgba(20, 20, 20, 0.12);
}

.xr-product-card img,
.xr-product-card.is-main-product img {
  height: 260px;
  margin-bottom: 24px;
  border-radius: 0;
  background: #f7f7f7;
  object-fit: cover;
}

.xr-product-card:not(.is-main-product) img {
  object-fit: contain;
  padding: 26px;
}

.xr-product-card span,
.xr-product-card.is-main-product span,
.cert-grid span,
.metric-grid span,
.pegms-info-grid span,
.pegms-detail-grid span,
.hardware-flow-grid span,
.spec-grid span,
.flow-node span {
  color: var(--orange);
}

.xr-product-card h3,
.xr-product-card p,
.xr-product-card.is-main-product h3,
.xr-product-card.is-main-product p {
  color: var(--ink);
  padding-inline: 2px;
}

.xr-process-list,
.process-list {
  gap: 0;
  border: 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background: transparent;
}

.xr-process-list li,
.process-list li {
  background: transparent;
  border-right: 1px solid #d7d7d7;
}

.xr-process-list li:last-child,
.process-list li:last-child {
  border-right: 0;
}

.xr-process-list span,
.process-list span {
  color: var(--green);
}

.cases-section {
  color: var(--ink);
  background: #fff;
}

.cases-section .section-heading p,
.case-gallery figcaption {
  color: var(--muted);
}

.case-gallery {
  gap: 28px;
}

.case-gallery img {
  border-radius: 0;
  aspect-ratio: 1.3;
}

.text-link {
  color: var(--orange);
}

.contact-section {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    url("assets/install-standard.jpeg") center / cover no-repeat;
}

.contact-grid p {
  color: var(--muted);
}

.contact-card {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 22px 56px rgba(20, 20, 20, 0.12);
  backdrop-filter: none;
}

.contact-card a,
.contact-card .phone {
  color: var(--ink);
}

.contact-card .phone {
  color: var(--orange);
}

.standalone-contact .contact-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  align-items: start;
}

.contact-info-panel > p {
  margin-bottom: 0;
  line-height: 1.75;
}

.contact-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.12);
}

.contact-info-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--green);
  border: 1px solid rgba(50, 191, 106, 0.32);
  border-radius: 50%;
  background: rgba(50, 191, 106, 0.08);
}

.contact-info-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-item h3,
.business-hours-box h3,
.inquiry-form-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.contact-info-item p {
  margin: 7px 0 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.contact-info-item a {
  color: inherit;
}

.business-hours-box {
  margin-top: 18px;
  padding: 22px 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(20, 20, 20, 0.1);
}

.business-hours-box h3 {
  margin-bottom: 14px;
}

.business-hours-box div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-top: 1px solid rgba(20, 20, 20, 0.1);
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.business-hours-box div:first-of-type {
  border-top: 0;
}

.business-hours-box span:last-child {
  color: var(--ink);
  text-align: right;
}

.inquiry-form-card {
  padding: clamp(28px, 4vw, 42px);
}

.inquiry-form-card h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

.inquiry-form-card form {
  display: grid;
  gap: 14px;
}

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

.inquiry-form-card input,
.inquiry-form-card select,
.inquiry-form-card textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  color: var(--ink);
  border: 1px solid #dcdcdc;
  border-radius: 0;
  background: #f8f8f8;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  outline: none;
}

.inquiry-form-card select {
  appearance: none;
  padding-right: 46px;
  background:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%) calc(100% - 22px) 50% / 6px 6px no-repeat,
    linear-gradient(135deg, var(--ink) 50%, transparent 50%) calc(100% - 17px) 50% / 6px 6px no-repeat,
    #f8f8f8;
}

.inquiry-form-card textarea {
  min-height: 150px;
  padding-top: 16px;
  resize: vertical;
}

.inquiry-form-card input::placeholder,
.inquiry-form-card textarea::placeholder {
  color: #777;
}

.inquiry-form-card input:focus,
.inquiry-form-card select:focus,
.inquiry-form-card textarea:focus {
  border-color: var(--green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(50, 191, 106, 0.16);
}

.form-submit {
  min-height: 54px;
  margin-top: 4px;
  color: #111;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.form-submit:hover,
.form-submit:focus-visible {
  transform: translateY(-2px);
  background: #fff06f;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: #181818;
}

.product-page-hero,
.light-product-hero,
.company-hero {
  color: var(--ink);
  background: #fff;
}

.product-page-hero-inner,
.company-hero-inner,
.xr-hero-inner {
  min-height: min(74svh, 780px);
  padding-top: clamp(58px, 7vw, 96px);
  padding-bottom: clamp(58px, 7vw, 96px);
}

.product-page-hero p:not(.eyebrow),
.company-page .product-page-hero p:not(.eyebrow),
.xr-hero-copy p:not(.eyebrow) {
  color: var(--muted);
}

.product-page-hero .btn.primary,
.company-hero .btn.primary,
.xr-hero .btn.primary {
  color: #111;
  background: var(--yellow);
}

.product-page-hero .btn.ghost,
.company-hero .btn.ghost,
.xr-hero .btn.ghost {
  color: #111;
  border-color: #d9d9d9;
  background: #f1f1f1;
}

.product-page-visual,
.hardware-hero-visual img,
.hero-product,
.feature-figure,
.screen-stack img,
.pegms-player-figure,
.pegms-screen-panel,
.company-map {
  border-radius: 0;
  box-shadow: none;
}

.product-page-visual,
.hardware-hero-visual img,
.hero-product {
  border: 1px solid #ececec;
  background: #fafafa;
}

.dark-section {
  color: var(--ink);
  background: #f3f3f3;
}

.dark-section .section-kicker,
.content-card-grid span,
.mode-card-header span,
.hardware-device-grid span,
.pegms-function-grid span,
.dark-spec span {
  color: var(--green);
}

.dark-section .section-heading p,
.dark-section .product-detail-copy p,
.dark-section .feature-list li,
.content-card-grid p,
.software-mode-card p,
.hardware-device-grid p,
.hardware-role-list li,
.pegms-function-grid p {
  color: var(--muted);
}

.content-card-grid article,
.software-mode-card,
.hardware-device-grid article,
.pegms-function-grid article,
.dark-spec article,
.mode-program-list li,
.pill-grid article {
  color: var(--ink);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.content-card-grid h3,
.software-mode-card h3,
.hardware-device-grid h3,
.pegms-function-grid h3,
.dark-spec strong,
.mode-card-header strong,
.mode-program-list strong,
.pill-grid h3 {
  color: var(--ink);
}

.mode-program-list li {
  border-top: 1px solid #e1e1e1;
}

.mode-program-list small {
  color: var(--muted);
}

.hardware-device-grid figure {
  background: #fafafa;
}

.hardware-role-list li::before,
.feature-list li::before,
.check-list li::before {
  background: var(--green);
}

.xr-hero {
  color: var(--ink);
  background: #fff;
}

.xr-hero-bg {
  background: linear-gradient(90deg, #fff 0%, #fff 46%, #f3f3f3 46%, #f3f3f3 100%);
}

.hero-product figcaption {
  color: var(--ink);
}

.case-hero {
  color: #fff;
  background-color: #1b1b29;
  background-image:
    linear-gradient(90deg, rgba(30, 18, 56, 0.72), rgba(30, 18, 56, 0.32)),
    url("assets/overview.png");
  background-position: center, center;
  background-size: cover, contain;
  background-repeat: no-repeat;
}

.case-detail-section,
.case-card-grid-section {
  background: #f3f3f3;
}

.case-main-panel,
.case-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.company-fact-panel {
  border: 0;
  border-radius: 0;
  background: #f3f3f3;
  box-shadow: none;
  backdrop-filter: none;
}

.company-fact-panel strong,
.company-fact-panel dd {
  color: var(--ink);
}

.timeline-year time {
  color: var(--orange);
}

.floating-quick {
  right: clamp(18px, 3vw, 42px);
  width: auto;
  padding: 0;
  gap: 12px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.quick-item {
  width: 72px;
  min-height: 72px;
  padding: 9px 6px;
  color: #fff;
  border: 0;
  border-radius: 50%;
  background: #6d6d6d;
  box-shadow: 0 16px 32px rgba(20, 20, 20, 0.22);
}

.dantech-item {
  color: #111;
  background: #fff;
}

.quick-item:hover,
.quick-item:focus-visible {
  color: #111;
  background: #fff;
}

.dantech-item img {
  padding: 2px;
  border-radius: 50%;
  background: #fff;
}

.top-item {
  color: #fff;
  background: #111;
}

.top-item:hover,
.top-item:focus-visible {
  color: #fff;
  background: var(--blue);
}

@media (max-width: 1040px) {
  .site-header,
  .site-header.is-scrolled,
  .site-header.is-open,
  .product-page .site-header:not(.is-scrolled):not(.is-open) {
    height: 68px;
  }

  .site-nav {
    gap: 18px;
  }

  .standalone-contact .contact-grid {
    grid-template-columns: 1fr;
  }

  .brand img {
    width: 112px;
  }
}

@media (max-width: 780px) {
  .site-header,
  .site-header.is-scrolled,
  .site-header.is-open,
  .product-page .site-header:not(.is-scrolled):not(.is-open) {
    height: 66px;
  }

  .site-nav {
    top: 66px;
  }

  .site-nav a:hover,
  .site-nav .nav-submenu a:hover {
    color: var(--green);
  }

  .section-inner {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .section-inner.climb-hero-inner,
  .section-inner.intro-grid,
  .section-inner.case-hero-inner {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .contact-info-list,
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-info-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .contact-info-icon {
    width: 38px;
    height: 38px;
  }

  .business-hours-box div {
    display: grid;
    gap: 4px;
  }

  .business-hours-box span:last-child {
    text-align: left;
  }

  h1 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1.04;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  h2 {
    font-size: clamp(28px, 7.4vw, 34px);
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .intro-grid h2,
  .section-heading h2 {
    max-width: 100%;
    font-size: clamp(26px, 6.8vw, 32px);
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .intro-grid h2 {
    font-size: 26px;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .mobile-break {
    display: block;
  }

  .intro-grid p:last-child,
  .section-heading p,
  .product-page-hero p:not(.eyebrow),
  .case-hero p {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all !important;
    line-break: anywhere;
  }

  .climb-hero-inner > div,
  .product-page-hero-inner > div,
  .case-hero-inner > *,
  .intro-grid,
  .split-heading,
  .case-viewer,
  .case-main-media,
  .case-main-panel,
  .case-card-grid,
  .detail-case-card,
  .detail-case-card button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .section-inner.intro-grid {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-right: auto;
    margin-left: auto;
  }

  .climb-hero,
  .climb-hero-inner {
    min-height: 76svh;
  }

  .intro-grid,
  .split-heading {
    border-bottom: 0;
    grid-template-columns: 1fr;
  }

  .intro-grid > *,
  .split-heading > *,
  .contact-grid > *,
  .product-detail-grid > * {
    min-width: 0;
  }

  .xr-process-list li,
  .process-list li {
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
  }

  .xr-process-list li:last-child,
  .process-list li:last-child {
    border-bottom: 0;
  }

  .floating-quick {
    right: 10px;
    gap: 8px;
  }

  .quick-item {
    width: 58px;
    min-height: 58px;
    font-size: 9px;
  }

  .top-item {
    width: 56px;
    min-height: 56px;
  }

  .is-english .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    max-width: 260px;
  }

  .is-english .hero-actions .btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .is-english .intro-grid h2,
  .is-english .section-heading h2 {
    width: 18ch !important;
    max-width: calc(100vw - 40px) !important;
    font-size: 26px;
    line-height: 1.12;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .is-english .intro-grid p:last-child,
  .is-english .section-heading p {
    width: 26ch !important;
    max-width: calc(100vw - 40px) !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    hyphens: none;
  }
}

/* Reduce top page titles by about 30% */
.product-page-hero h1,
.xr-hero h1,
.case-hero h1,
.company-hero h1 {
  font-size: clamp(41px, 4.9vw, 76px);
  line-height: 1.04;
}

@media (max-width: 780px) {
  .product-page-hero h1,
  .xr-hero h1,
  .case-hero h1,
  .company-hero h1 {
    font-size: clamp(28px, 8.4vw, 36px);
    line-height: 1.08;
  }
}

.climb-hero-media iframe {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: max(100vw, calc(var(--climb-hero-height) * 16 / 9));
  height: max(calc(var(--climb-hero-height) + 90px), 56.25vw);
  border: 0;
  opacity: 1;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

@media (max-width: 780px) {
  .climb-hero {
    --climb-hero-height: 76svh;
  }

  .climb-hero-media iframe {
    width: max(100vw, calc(var(--climb-hero-height) * 16 / 9));
    height: max(calc(var(--climb-hero-height) + 90px), 56.25vw);
  }
}

.home-page .climb-hero-inner {
  align-items: flex-end;
  padding-bottom: clamp(56px, 8vw, 96px);
}

.home-page .climb-hero-inner > div {
  width: min(760px, 100%);
}

.home-page .hero-actions {
  margin-bottom: 0;
}

.home-page .hero-actions .btn {
  min-width: 160px;
}

@media (max-width: 780px) {
  .home-page .climb-hero-inner {
    align-items: flex-end;
    padding-bottom: 42px;
  }

  .home-page .hero-actions {
    max-width: 220px;
  }
}
/* Main page AREX CLIMB wall type cards */
.wall-type-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.wall-type-gallery article {
  padding: 28px;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.wall-type-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
  margin-bottom: 24px;
}

.wall-type-gallery span {
  display: block;
  margin-bottom: 16px;
  color: var(--green);
  font-weight: 900;
}

.wall-type-gallery h3 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.25;
  letter-spacing: 0;
}

.wall-type-gallery p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 1040px) {
  .wall-type-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .wall-type-gallery {
    grid-template-columns: 1fr;
  }

  .wall-type-gallery article {
    padding: 22px;
  }

  .wall-type-gallery h3 {
    font-size: 24px;
  }

  .wall-type-gallery p {
    font-size: 16px;
  }
}
/* Main page single AREX CLIMB product card */
.single-product-grid {
  grid-template-columns: 1fr;
  max-width: 1120px;
}

.single-product-card,
.xr-product-card.single-product-card,
.xr-product-card.is-main-product.single-product-card {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  overflow: hidden;
  padding: 0;
  border-bottom: 0;
  background: #fff;
}

.single-product-card img,
.xr-product-card.single-product-card img,
.xr-product-card.is-main-product.single-product-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  margin: 0;
  object-fit: cover;
}

.xr-product-card-copy {
  display: grid;
  align-content: center;
  padding: clamp(34px, 5vw, 68px);
}

.single-product-card .xr-product-card-copy h3 {
  margin: 18px 0 18px;
  color: var(--ink);
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1.05;
  white-space: nowrap;
}

.single-product-card .xr-product-card-copy p {
  max-width: 560px;
  color: var(--ink);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.75;
}

.product-feature-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.product-feature-list li {
  position: relative;
  padding-left: 18px;
}

.product-feature-list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.product-card-link {
  width: fit-content;
  padding: 15px 22px;
  color: #111;
  border-radius: 999px;
  background: var(--yellow);
  font-size: 15px;
  font-weight: 900;
}

@media (max-width: 1040px) {
  .single-product-card .xr-product-card-copy h3 {
    white-space: normal;
  }

  .single-product-card,
  .xr-product-card.single-product-card,
  .xr-product-card.is-main-product.single-product-card {
    grid-template-columns: 1fr;
  }

  .single-product-card img,
  .xr-product-card.single-product-card img,
  .xr-product-card.is-main-product.single-product-card img {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .xr-product-card-copy {
    padding: 28px 22px 32px;
  }

  .single-product-card img,
  .xr-product-card.single-product-card img,
  .xr-product-card.is-main-product.single-product-card img {
    min-height: 260px;
  }

  .single-product-card .xr-product-card-copy h3 {
    font-size: 34px;
  }
}
/* Main page content data hardware sections */
.home-content-section {
  background: #f3f3f3;
}

.home-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.home-content-card,
.home-content-stats {
  background: #fff;
}

.home-content-card {
  display: grid;
  overflow: hidden;
}

.home-content-card.is-large {
  grid-row: span 2;
}

.home-content-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  background: #111;
}

.home-content-card.is-large img {
  height: 390px;
}

.home-content-card div {
  padding: clamp(24px, 3vw, 38px);
}

.home-content-card span,
.home-hardware-grid span,
.home-data-list span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-content-card h3,
.home-hardware-grid h3 {
  margin: 14px 0 12px;
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.2;
}

.home-content-card p,
.home-hardware-grid p,
.home-data-list p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.home-content-stats {
  display: grid;
  align-content: center;
  min-height: 270px;
  padding: clamp(28px, 4vw, 46px);
  color: var(--ink);
}

.home-content-stats strong {
  display: block;
  color: var(--orange);
  font-size: clamp(72px, 8vw, 118px);
  line-height: 0.85;
  letter-spacing: 0;
}

.home-content-stats span {
  display: block;
  margin-top: 14px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
}

.home-content-stats p {
  margin: 14px 0 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.home-data-section {
  color: #fff;
  background: #151515;
}

.home-data-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.home-data-copy h2,
.home-data-copy p:not(.section-kicker) {
  color: #fff;
}

.home-data-copy > p:not(.section-kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.75;
}

.home-data-list {
  display: grid;
  gap: 12px;
  margin: 34px 0;
}

.home-data-list article {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.home-data-list strong {
  display: block;
  margin: 8px 0 6px;
  color: #fff;
  font-size: 20px;
}

.home-data-visual {
  margin: 0;
  padding: clamp(18px, 3vw, 28px);
  background: #0f121b;
}

.home-data-visual img {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  object-fit: cover;
}

.home-hardware-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-hardware-grid article {
  display: grid;
  grid-template-rows: 210px auto auto auto;
  padding: 24px;
  background: #fff;
}

.home-hardware-grid img {
  align-self: center;
  justify-self: center;
  width: 100%;
  height: 190px;
  object-fit: contain;
  background: #fff;
}
`r`n
@media (max-width: 1040px) {
  .home-content-grid,
  .home-data-grid {
    grid-template-columns: 1fr;
  }

  .home-content-card.is-large {
    grid-row: auto;
  }

  .home-hardware-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }`r`n}

@media (max-width: 640px) {
  .home-content-card img,
  .home-content-card.is-large img {
    height: 230px;
  }

  .home-hardware-grid {
    grid-template-columns: 1fr;
  }

  .home-hardware-grid article {
    grid-template-rows: 180px auto auto auto;
    padding: 22px;
  }

  .home-hardware-grid img {
    height: 160px;
  }
}
/* PEGMS card grid layout refinement */
.pegms-player-layout .pegms-detail-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.pegms-player-layout .pegms-detail-grid article,
.pegms-student-layout .pegms-info-grid article {
  padding: clamp(24px, 2.6vw, 34px);
  border-radius: 0;
  background: #fff;
}

.pegms-player-layout .pegms-detail-grid strong,
.pegms-student-layout .pegms-info-grid strong {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.35;
}

.pegms-player-layout .pegms-detail-grid p,
.pegms-student-layout .pegms-info-grid p {
  font-size: 16px;
  line-height: 1.75;
}

.pegms-student-layout {
  align-items: start;
}

.pegms-student-layout .pegms-info-grid {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.pegms-student-layout .pegms-screen-panel {
  align-self: start;
}

@media (max-width: 1180px) {
  .pegms-student-layout .pegms-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .pegms-player-layout .pegms-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pegms-player-layout .pegms-detail-grid,
  .pegms-student-layout .pegms-info-grid {
    grid-template-columns: 1fr;
  }
}
/* PEGMS student cards below image adjustment */
.pegms-student-layout .pegms-info-grid {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 34px;
}

.pegms-student-layout .pegms-info-grid strong,
.pegms-student-layout .pegms-info-grid p {
  word-break: keep-all;
  overflow-wrap: normal;
}
/* PEGMS student screen image full fit */
.pegms-student-layout .pegms-screen-panel img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #f7f7f7;
}
/* Main product image full fit */
.single-product-card img[src$="main-product.png"],
.xr-product-card.single-product-card img[src$="main-product.png"],
.xr-product-card.is-main-product.single-product-card img[src$="main-product.png"] {
  object-fit: contain;
  object-position: center;
  background: #fff;
}
/* Home PEGMS stacked visuals */
.home-data-visual {
  display: grid;
  gap: 18px;
}

.home-data-visual img {
  background: #101722;
}
/* PEGMS overview vertical layout */
.pegms-overview-layout {
  display: grid;
  gap: clamp(30px, 4vw, 54px);
}

.pegms-overview-copy {
  max-width: 980px;
}

.pegms-overview-copy p:not(.section-kicker) {
  max-width: 920px;
}

.pegms-overview-main-image,
.pegms-game-result-image {
  margin: 0;
  background: #fff;
}

.pegms-overview-main-image img,
.pegms-game-result-image img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.pegms-overview-main-image {
  padding: clamp(16px, 2vw, 26px);
}

.pegms-overview-main-image img {
  max-height: min(66vh, 720px);
}

.pegms-overview-specs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.pegms-overview-bottom {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}

.pegms-overview-bottom .data-flow-panel {
  margin-top: 0;
}

.pegms-game-result-image {
  display: grid;
  align-items: center;
  padding: clamp(14px, 2vw, 22px);
}

@media (max-width: 1120px) {
  .pegms-overview-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pegms-overview-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pegms-overview-specs {
    grid-template-columns: 1fr;
  }
}
/* Company hero image visual */
.company-hero-inner {
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
}

.company-hero-visual {
  margin: 0;
  background: #fff;
}

.company-hero-visual img {
  display: block;
  width: 100%;
  max-height: min(72vh, 720px);
  object-fit: contain;
}

@media (max-width: 1040px) {
  .company-hero-inner {
    grid-template-columns: 1fr;
  }

  .company-hero-visual img {
    max-height: none;
  }
}


/* Company hero refinement */
.company-hero h1 {
  font-size: clamp(33px, 3.9vw, 61px);
}

.company-hero-visual {
  position: relative;
  overflow: hidden;
}

.company-hero-visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 780px) {
  .company-hero h1 {
    font-size: clamp(22px, 6.7vw, 29px);
  }
}

/* Blue and cyan brand palette cleanup */
:root {
  --blue: #0a66d8;
  --cyan: #18b9e8;
  --green: #0a66d8;
  --orange: #18b9e8;
  --yellow: #0a66d8;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.eyebrow,
.section-kicker,
.timeline-year time,
.wall-type-gallery span,
.product-feature-list li::before,
.company-fact-panel dt,
.contact-info-panel strong,
.contact-info-icon,
.case-meta strong,
.xr-product-card span,
.xr-product-card.is-main-product span,
.product-category-card span,
.home-type-label,
.home-number,
.feature-list li::before,
.hardware-role-list li::before,
.check-list li::before {
  color: var(--blue);
}

.feature-list li::before,
.hardware-role-list li::before,
.check-list li::before,
.product-feature-list li::before {
  background: var(--cyan);
}

.naver-icon span {
  color: var(--blue);
}

.site-nav .nav-submenu a:hover {
  background: #eef7ff;
}

.btn.primary,
.product-card-link,
.submit-button,
.product-page-hero .btn.primary,
.company-hero .btn.primary,
.xr-hero .btn.primary {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.btn.primary:hover,
.btn.primary:focus-visible,
.product-card-link:hover,
.product-card-link:focus-visible,
.submit-button:hover,
.submit-button:focus-visible {
  color: #fff;
  background: #0757bd;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(10, 102, 216, 0.14);
}

.contact-info-icon {
  border-color: rgba(10, 102, 216, 0.28);
  background: rgba(24, 185, 232, 0.1);
}

.floating-quick .quick-item:not(.dantech-item):not(.top-item) {
  color: #fff;
  background: var(--blue);
}

.floating-quick .dantech-item {
  color: #111;
  background: #fff;
}

.floating-quick .top-item {
  color: #fff;
  background: #111;
}

.floating-quick .quick-item:not(.dantech-item):not(.top-item):hover,
.floating-quick .quick-item:not(.dantech-item):not(.top-item):focus-visible {
  color: #fff;
  background: var(--cyan);
}

.floating-quick .dantech-item:hover,
.floating-quick .dantech-item:focus-visible {
  color: var(--blue);
  background: #eef7ff;
}

.floating-quick .top-item:hover,
.floating-quick .top-item:focus-visible {
  color: #fff;
  background: var(--blue);
}

/* Header Naver icon brand color */
.naver-icon span {
  color: #03c75a;
}

/* Header left AREX CLIMB brand mark */
.brand-mark {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  background: var(--blue);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

.site-header.is-scrolled .brand-mark,
.site-header.is-open .brand-mark,
.product-page .site-header:not(.is-scrolled):not(.is-open) .brand-mark {
  color: #fff;
  background: var(--blue);
}

.brand .brand-mark + span {
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 780px) {
  .brand-mark {
    min-height: 28px;
    padding: 0 8px;
    font-size: 12px;
  }

  .brand .brand-mark + span {
    font-size: 14px;
  }
}

/* Header left AREX CLIMB overview image */
.brand img.brand-overview,
.site-header.is-scrolled .brand img.brand-overview,
.site-header.is-open .brand img.brand-overview,
.product-page .site-header:not(.is-scrolled):not(.is-open) .brand img.brand-overview {
  width: auto;
  height: 32px;
  max-width: 172px;
  object-fit: contain;
  filter: none;
}

.brand img.brand-overview + span {
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 780px) {
  .brand img.brand-overview,
  .site-header.is-scrolled .brand img.brand-overview,
  .site-header.is-open .brand img.brand-overview,
  .product-page .site-header:not(.is-scrolled):not(.is-open) .brand img.brand-overview {
    height: 28px;
    max-width: 150px;
  }

  .brand img.brand-overview + span {
    font-size: 14px;
  }
}

/* Hardware hero main product image */
.hardware-main-product-visual img {
  width: 100%;
  height: auto;
  max-height: min(62vh, 620px);
  object-fit: contain;
  object-position: center;
  background: #fff;
}




/* Unify heading kicker labels across all pages */
p.eyebrow,
p.section-kicker,
.section-heading p.section-kicker,
.product-page-hero p.eyebrow,
.company-page .product-page-hero p.eyebrow,
.xr-hero-copy p.eyebrow,
.dark-section .section-kicker,
.home-data-copy p.section-kicker,
.pegms-overview-copy p.section-kicker {
  color: var(--blue);
}

/* Main page contact card direct CTA */
.contact-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: clamp(34px, 5vw, 58px);
  text-align: center;
}

.contact-card-cta .contact-direct-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 210px;
  margin: 0;
  padding: 18px 30px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(10, 102, 216, 0.24);
}

.contact-card-cta .contact-direct-button::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
}

.contact-card-cta .contact-direct-button:hover,
.contact-card-cta .contact-direct-button:focus-visible {
  background: #084fb0;
  transform: translateY(-2px);
}

/* Main page AR contents mode summary */
.home-content-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(18px, 2.4vw, 28px);
}

.home-mode-card {
  grid-template-rows: auto 1fr;
  min-height: 0;
  border: 1px solid #e1e7ef;
  background: #fff;
}

.home-mode-card.is-featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1fr);
  grid-template-rows: auto;
}

.home-mode-card img,
.home-mode-card.is-featured img {
  width: 100%;
  height: 320px;
  min-height: 0;
  object-fit: cover;
  background: #101722;
}

.home-mode-card.is-featured img {
  height: 100%;
  min-height: 320px;
}

.home-mode-card div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: clamp(22px, 2.6vw, 34px);
}

.home-mode-card span {
  color: var(--blue);
}

.home-mode-card h3 {
  margin: 10px 0 10px;
  font-size: clamp(24px, 2.3vw, 34px);
}

.home-mode-card p {
  margin: 0;
  max-width: 640px;
}

.home-mode-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.home-mode-list li {
  padding: 8px 11px;
  border: 1px solid rgba(10, 102, 216, 0.16);
  border-radius: 999px;
  background: rgba(24, 185, 232, 0.08);
  color: #17324f;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.home-content-link {
  justify-self: center;
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  padding: 15px 24px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(10, 102, 216, 0.2);
}

.home-content-link::after {
  content: "→";
}

@media (max-width: 1040px) {
  .home-mode-card.is-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .home-mode-card.is-featured img {
    height: 260px;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .home-mode-card img,
  .home-mode-card.is-featured img {
    height: 210px;
  }

  .home-mode-card div {
    padding: 22px;
  }

  .home-mode-list li {
    font-size: 13px;
  }
}

/* Make main contact CTA blend with the hold background */
.contact-card.contact-card-cta {
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* Main process icons */
.process-title-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.xr-process-list .process-title-line strong {
  margin-bottom: 0;
}

.process-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: #9aa3ad;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

@media (max-width: 640px) {
  .process-icon {
    width: 26px;
    height: 26px;
  }
}

/* Separate AR contents section from the product intro section */
.home-content-section {
  background: #fff;
}

/* Align header overview logo with the adjacent title text */
.brand {
  align-items: center;
}

.brand img.brand-overview,
.site-header.is-scrolled .brand img.brand-overview,
.site-header.is-open .brand img.brand-overview,
.product-page .site-header:not(.is-scrolled):not(.is-open) .brand img.brand-overview {
  transform: translateY(3px);
}

.brand img.brand-overview + span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* Main promotional AREX CLIMB solution section */
.home-solution-section {
  background: #f3f6f9;
}

.home-solution-heading {
  max-width: 980px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.home-solution-heading h2 {
  margin: 0;
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.08;
  letter-spacing: 0;
}

.home-solution-heading p:not(.section-kicker) {
  max-width: 820px;
  margin: 22px 0 0;
  color: #4c5968;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  line-height: 1.7;
}

.solution-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
}

.solution-card {
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dce4ee;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(18, 34, 55, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.solution-card:hover,
.solution-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(10, 102, 216, 0.35);
  box-shadow: 0 24px 54px rgba(10, 102, 216, 0.14);
}

.solution-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.solution-card div {
  padding: clamp(24px, 2.6vw, 34px);
}

.solution-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.solution-card h3 {
  margin: 10px 0 12px;
  color: var(--ink);
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.1;
}

.solution-card p {
  margin: 0;
  color: #526172;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}

@media (max-width: 1040px) {
  .solution-card-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 640px) {
  .solution-card {
    grid-template-columns: 1fr;
    grid-template-rows: 210px auto;
  }

  .home-solution-heading h2 {
    font-size: 38px;
  }
}

/* Unified main-page promotional section system */
.home-page .promo-section {
  padding-block: clamp(76px, 8vw, 124px);
}

.home-page .promo-section:nth-of-type(odd) {
  background: #f3f6f9;
}

.home-page .promo-section:nth-of-type(even) {
  background: #fff;
}

.home-page .promo-section-dark {
  color: #fff;
  background: #101722 !important;
}

.promo-heading {
  max-width: 980px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.promo-heading h2 {
  margin: 0;
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.08;
  letter-spacing: 0;
}

.promo-heading p:not(.section-kicker) {
  max-width: 820px;
  margin: 20px 0 0;
  color: #4d5b6b;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 700;
  line-height: 1.7;
}

.promo-section-dark .promo-heading h2,
.promo-section-dark .promo-heading p:not(.section-kicker) {
  color: #fff;
}

.promo-card-grid {
  display: grid;
  gap: clamp(18px, 2.2vw, 28px);
}

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

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

.promo-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #dce4ee;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(18, 34, 55, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.promo-section-dark .promo-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: #161f2e;
  color: #fff;
  box-shadow: none;
}

.promo-card:hover,
.promo-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(10, 102, 216, 0.38);
  box-shadow: 0 24px 54px rgba(10, 102, 216, 0.14);
}

.promo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.home-solution-section .promo-card:nth-child(2) img {
  background: #f0f0f0;
}

.home-data-section .promo-card:first-child img {
  background: #f0f0f0;
}

.home-data-section .promo-card:nth-child(n + 2) img {
  object-fit: cover;
  background: #101722;
}

.promo-card div {
  padding: clamp(22px, 2.4vw, 32px);
}

.promo-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-card h3 {
  margin: 10px 0 10px;
  color: inherit;
  font-size: clamp(23px, 2.25vw, 34px);
  line-height: 1.15;
}

.promo-card p {
  margin: 0;
  color: #526172;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.62;
}

.promo-section-dark .promo-card p {
  color: rgba(255, 255, 255, 0.76);
}

.promo-process-list {
  margin-top: 0;
  background: #fff;
}

.promo-process-list li {
  background: #fff;
}

@media (max-width: 1180px) {
  .promo-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .promo-grid-3 {
    grid-template-columns: 1fr;
  }

  .promo-card {
    grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 640px) {
  .promo-heading h2 {
    font-size: 36px;
  }

  .promo-grid-4 {
    grid-template-columns: 1fr;
  }

  .promo-card {
    grid-template-columns: 1fr;
    grid-template-rows: 200px auto;
  }
}

/* Main page title scale and five-mode content cards */
.home-page .promo-heading h2 {
  font-size: clamp(25px, 3.5vw, 46px);
}

.home-page .contact-section h2 {
  font-size: clamp(25px, 3.5vw, 46px);
}

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

.mode-summary-grid .promo-card {
  grid-template-rows: 180px 1fr;
}

.mode-summary-grid .promo-card h3 {
  font-size: clamp(22px, 1.9vw, 28px);
}

.mode-summary-grid .promo-card p {
  font-size: 15px;
}

@media (max-width: 1280px) {
  .promo-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .promo-grid-5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .home-page .promo-heading h2,
  .home-page .contact-section h2 {
    font-size: 30px;
  }
}

/* Five-mode content section: horizontal 3 + 2 card layout */
.mode-summary-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
}

.mode-summary-grid .promo-card {
  grid-column: span 2;
  grid-template-columns: minmax(132px, 0.42fr) minmax(0, 1fr);
  grid-template-rows: auto;
  min-height: 230px;
}

.mode-summary-grid .promo-card:nth-child(n + 4) {
  grid-column: span 3;
}

.mode-summary-grid .promo-card img {
  min-height: 100%;
  object-fit: cover;
  background: #101722;
}

.mode-summary-grid .promo-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.mode-summary-grid .promo-card h3 {
  margin: 0 0 16px;
  font-size: clamp(24px, 2vw, 30px);
}

.mode-program-summary {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mode-program-summary li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e9f0;
  color: #344253;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.mode-program-summary li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mode-program-summary span {
  color: #344253;
  font-size: inherit;
  font-weight: 800;
  text-transform: none;
}

.mode-program-summary strong {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 1280px) {
  .mode-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mode-summary-grid .promo-card,
  .mode-summary-grid .promo-card:nth-child(n + 4) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .mode-summary-grid {
    grid-template-columns: 1fr;
  }

  .mode-summary-grid .promo-card {
    grid-template-columns: 1fr;
    grid-template-rows: 190px auto;
  }
}

/* Keep full images visible in five-mode horizontal cards */
.mode-summary-grid .promo-card {
  min-height: 260px;
}

.mode-summary-grid .promo-card img {
  object-fit: contain;
  padding: 12px;
  background: #fff;
}

@media (max-width: 760px) {
  .mode-summary-grid .promo-card {
    grid-template-rows: 220px auto;
  }
}

/* Five-mode cards: image top, text below, compact two-line programs */
.mode-summary-grid .promo-card,
.mode-summary-grid .promo-card:nth-child(n + 4) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 190px auto;
  min-height: 0;
}

.mode-summary-grid .promo-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  padding: 14px;
  background: #fff;
}

.mode-summary-grid .promo-card div {
  display: block;
  padding: 22px 24px 26px;
}

.mode-summary-grid .promo-card h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2vw, 30px);
}

.mode-program-lines {
  display: grid;
  gap: 6px;
  margin: 0;
  color: #344253;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}

.mode-program-lines span {
  display: block;
}

.mode-summary-grid .promo-card:nth-child(n + 4) {
  grid-template-rows: 210px auto;
}

.mode-summary-grid .promo-card:nth-child(n + 4) .mode-program-lines {
  font-size: 16px;
}

@media (max-width: 760px) {
  .mode-summary-grid .promo-card,
  .mode-summary-grid .promo-card:nth-child(n + 4) {
    grid-template-rows: 210px auto;
  }
}

/* Five-mode cards: align program text beside the mode title and enlarge images */
.mode-summary-grid .promo-card,
.mode-summary-grid .promo-card:nth-child(n + 4) {
  grid-template-rows: 230px auto;
}

.mode-summary-grid .promo-card img {
  padding: 6px;
}

.mode-summary-grid .promo-card div {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 8px;
  align-items: start;
  padding: 20px 24px 24px;
}

.mode-summary-grid .promo-card h3 {
  margin: 0;
  white-space: nowrap;
}

.mode-program-lines {
  align-self: center;
  gap: 4px;
  color: var(--blue);
  font-size: 14px;
  line-height: 1.55;
}

.mode-summary-grid .promo-card:nth-child(n + 4) .mode-program-lines {
  font-size: 15px;
}

@media (max-width: 900px) {
  .mode-summary-grid .promo-card div {
    grid-template-columns: 1fr;
  }
}
/* Five-mode cards: equal card width and edge-to-edge images */
@media (min-width: 1281px) {
  .mode-summary-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mode-summary-grid .promo-card,
  .mode-summary-grid .promo-card:nth-child(n + 4) {
    grid-column: span 2;
  }

  .mode-summary-grid .promo-card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .mode-summary-grid .promo-card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

.mode-summary-grid .promo-card,
.mode-summary-grid .promo-card:nth-child(n + 4) {
  grid-template-rows: 230px auto;
}

.mode-summary-grid .promo-card img {
  padding: 0;
  object-fit: cover;
  background: #101722;
}
/* Game and training mode: keep program list below the mode title */
.mode-summary-grid .promo-card:nth-child(4) div,
.mode-summary-grid .promo-card:nth-child(5) div {
  grid-template-columns: 1fr;
  row-gap: 8px;
}

.mode-summary-grid .promo-card:nth-child(4) .mode-program-lines,
.mode-summary-grid .promo-card:nth-child(5) .mode-program-lines {
  align-self: start;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
}

.mode-summary-grid .promo-card:nth-child(4) .mode-program-lines span,
.mode-summary-grid .promo-card:nth-child(5) .mode-program-lines span {
  display: block;
}
/* Wall type cards: equal sizing and edge-to-edge images */
.cases-section .promo-card-grid {
  align-items: stretch;
}

.cases-section .promo-card {
  grid-template-rows: 250px 1fr;
  height: 100%;
  min-height: 430px;
}

.cases-section .promo-card img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: #101722;
}

.cases-section .promo-card div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 22px 24px;
  text-align: center;
}

.cases-section .promo-card h3 {
  margin: 0;
  font-size: clamp(15px, 1.36vw, 20px);
  line-height: 1.18;
  letter-spacing: 0;
}

.cases-section .promo-card p {
  max-width: 240px;
  margin: 12px 0 0;
  color: #536173;
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 700;
  line-height: 1.55;
}

@media (max-width: 1180px) {
  .cases-section .promo-card {
    grid-template-rows: 240px 1fr;
    min-height: 410px;
  }
}

@media (max-width: 640px) {
  .cases-section .promo-card {
    grid-template-rows: 220px auto;
    min-height: 0;
  }

  .cases-section .promo-card div {
    min-height: 150px;
    padding: 18px;
  }
}
/* Main hero promotional AREX CLIMB message */
.home-hero-promo {
  padding: clamp(46px, 6vw, 76px) 0 clamp(52px, 6.5vw, 84px);
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.home-hero-promo-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-hero-promo-logo {
  width: min(520px, 78vw);
  height: auto;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.home-hero-promo h2 {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3.2vw, 48px);
  line-height: 1.18;
  letter-spacing: 0;
}

.home-hero-promo p {
  max-width: 920px;
  margin: 18px 0 0;
  color: #4d5b6b;
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 750;
  line-height: 1.72;
}

@media (max-width: 640px) {
  .home-hero-promo {
    padding: 38px 0 48px;
  }

  .home-hero-promo-logo {
    width: min(320px, 82vw);
    margin-bottom: 22px;
  }

  .home-hero-promo h2 {
    font-size: 25px;
  }

  .home-hero-promo p {
    font-size: 15px;
    line-height: 1.65;
  }
}
/* PEGMS main feature split layout */
.home-data-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(24px, 3.5vw, 48px);
  align-items: stretch;
}

.home-data-feature-visual {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  min-height: 0;
  margin: 0;
  padding: clamp(7px, 0.8vw, 10px) clamp(16px, 1.8vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0b111d;
}

.home-data-feature-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: #0b111d;
}

.home-data-feature-cards {
  display: grid;
  align-self: center;
  gap: clamp(10px, 1vw, 14px);
  height: auto;
}

.home-data-feature-card {
  display: grid;
  align-content: center;
  min-height: 0;
  padding: clamp(14px, 1.5vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #141f2f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-data-feature-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.16;
}

.home-data-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 750;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .home-data-feature {
    grid-template-columns: 1fr;
  }

  .home-data-feature-visual {
    min-height: 0;
  }

  .home-data-feature-visual img {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .home-data-feature-visual {
    padding: 12px;
  }

  .home-data-feature-card {
    min-height: 0;
    padding: 22px;
  }
}

.arex-solution-section {
  background: #fff;
}

.arex-solution-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: stretch;
  column-gap: clamp(28px, 4vw, 64px);
  row-gap: clamp(18px, 2.6vw, 34px);
}

.arex-solution-heading {
  grid-column: 1 / -1;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.arex-solution-heading h2 {
  margin: 0;
}

.arex-solution-heading p:not(.section-kicker) {
  margin-top: 10px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  word-break: keep-all;
}

.arex-solution-visual {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  box-shadow: none;
}

.arex-solution-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.arex-solution-copy {
  display: flex;
  align-items: stretch;
}

.arex-solution-points {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(56px, 5.2vw, 78px);
  width: 100%;
}

.arex-solution-point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 0;
}

.arex-solution-point:nth-child(3) {
  margin-top: clamp(-12px, -0.8vw, -6px);
}

.arex-solution-point p {
  margin: 0;
  color: #2f3b4c;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 750;
  line-height: 1.72;
}

.arex-solution-point .section-kicker {
  width: 100%;
  margin-bottom: 16px;
  color: var(--blue);
}

@media (max-width: 980px) {
  .arex-solution-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .arex-solution-point {
    align-items: flex-start;
    padding: 14px 0;
  }

  .arex-solution-point p {
    font-size: 15px;
  }
}

/* AREX CLIMB content system: balanced media and stats layout */
.arex-content-system .product-detail-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(18px, 2.4vw, 34px);
}

.arex-content-media-stack {
  display: grid;
  min-width: 0;
}

.arex-content-system .product-detail-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(8px, 1vw, 14px);
}

.arex-content-system .product-detail-media img {
  width: 100%;
  max-height: clamp(221px, 21.25vw, 298px);
  aspect-ratio: auto;
  object-fit: contain;
}

.arex-content-system .product-detail-copy {
  display: grid;
  align-content: start;
  padding-top: 0;
}

.arex-content-system .product-detail-copy > p:not(.section-kicker) {
  margin-bottom: 0;
}

.arex-content-system .content-system-list {
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  box-sizing: border-box;
  padding-left: clamp(28px, 2.7vw, 48px);
}

.arex-content-system .content-system-list article {
  min-height: 154px;
  padding: 18px 18px;
}

.arex-content-system .content-system-list span {
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 12px;
}

.arex-content-system .content-system-list strong {
  font-size: 16px;
}

.arex-content-system .content-system-list .count-number {
  font-size: 28px;
}

.arex-content-system .content-system-list p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .arex-content-system .product-detail-grid {
    grid-template-columns: 1fr;
  }

  .arex-content-system .content-system-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .arex-content-system .content-system-list {
    grid-template-columns: 1fr;
  }
}






/* Unified large title scale with main page headings */
.product-page-hero h1,
.company-hero h1,
.case-hero h1,
.xr-hero h1,
.home-hero-promo h2,
.home-page .promo-heading h2,
.home-page .contact-section h2,
.home-solution-heading h2,
.promo-heading h2,
.product-detail-copy > h2,
.section-heading h2,
.history-heading h2,
.company-split h2,
.location-section h2,
.case-main-panel h2,
.contact-section h2 {
  font-size: clamp(25px, 3.5vw, 46px);
  line-height: 1.12;
}

@media (max-width: 640px) {
  .product-page-hero h1,
  .company-hero h1,
  .case-hero h1,
  .xr-hero h1,
  .home-hero-promo h2,
  .home-page .promo-heading h2,
  .home-page .contact-section h2,
  .home-solution-heading h2,
  .promo-heading h2,
  .product-detail-copy > h2,
  .section-heading h2,
  .history-heading h2,
  .company-split h2,
  .location-section h2,
  .case-main-panel h2,
  .contact-section h2 {
    font-size: 30px;
    line-height: 1.14;
  }
}

/* Product configuration hero layout */
.product-page-hero-inner {
  min-height: auto;
  padding-top: clamp(29px, 3.5vw, 48px);
  padding-bottom: clamp(29px, 3.5vw, 48px);
}

.product-config-hero-visual {
  justify-self: start;
  width: min(552px, 100%);
  padding: clamp(18px, 2.4vw, 30px);
  border: 0;
  background: #fff;
}

.product-config-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.arex-page-hero .product-page-hero-inner {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.arex-page-hero {
  background-color: #111827;
  background-image:
    linear-gradient(90deg, rgba(8, 18, 34, 0.78), rgba(8, 18, 34, 0.48)),
    url("assets/company.webp");
  background-position: center top, center top;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.arex-page-hero .product-page-hero-inner > div:first-child {
  width: min(860px, 100%);
}

.arex-page-hero .product-page-hero-inner > div:first-child p:not(.eyebrow) {
  color: #fff;
}

.pegms-page-hero .product-page-hero-inner {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.pegms-page-hero .product-page-hero-inner > div:first-child {
  width: min(860px, 100%);
}

.wall-page-hero {
  background: #fff;
}

.wall-page-hero .product-page-hero-inner {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}

.wall-page-hero .product-page-hero-inner > div:first-child {
  width: min(860px, 100%);
}

.wall-page-hero .product-page-hero-inner > div:first-child p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
}

.wall-lineup-heading {
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wall-lineup-heading p:not(.section-kicker) {
  max-width: 980px;
  margin: 0 auto;
}

.wall-lineup-section {
  background: #fff;
}

.wall-core-section,
.wall-process-section,
.wall-cta-section {
  background: #fff;
}

.wall-lineup-section .section-heading p:not(.section-kicker) {
  color: var(--muted);
}

.wall-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 30px);
}

.wall-stat-grid article {
  position: relative;
  min-width: 0;
  padding: clamp(20px, 2.2vw, 30px) clamp(26px, 3vw, 42px);
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.wall-stat-grid article > * {
  position: relative;
  z-index: 1;
}

.wall-stat-grid .hold-shape-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/hold-shapes-pattern.svg") center / cover no-repeat;
  opacity: 0.44;
}

.wall-stat-grid .hold-shape-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0.52) 100%);
}

.wall-stat-grid span,
.wall-process-list span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.wall-stat-grid strong {
  display: block;
  color: var(--blue);
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.wall-stat-grid small {
  margin-left: 5px;
  color: var(--ink);
  font-size: clamp(16px, 1.5vw, 22px);
}

.wall-stat-grid p,
.wall-process-list p,
.wall-cta-panel p {
  color: var(--muted);
  line-height: 1.7;
  word-break: keep-all;
}

.hold-color-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hold-color-dots i {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--dot-color);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.68), 0 8px 18px rgba(15, 23, 42, 0.14);
}

.wall-lineup-section .content-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
}

.wall-lineup-section .content-card-grid article {
  padding: 0;
  border: 0;
  background: #fff;
}

.wall-lineup-section .content-card-grid img {
  display: block;
  width: 100%;
  height: clamp(220px, 25vw, 340px);
  object-fit: contain;
  background: #fff;
}

.wall-lineup-section .wall-card-copy {
  padding: clamp(20px, 2.4vw, 34px);
  border: 1px solid var(--line);
  background: #fff;
}

.wall-cta-panel h2 {
  margin: 0;
  font-size: clamp(25px, 3.5vw, 46px);
  line-height: 1.12;
}

.wall-cta-panel .section-kicker {
  color: var(--blue);
}

.wall-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wall-process-list li {
  min-width: 0;
  padding: clamp(18px, 2vw, 28px);
  border-right: 1px solid var(--line);
}

.wall-process-list li:last-child {
  border-right: 0;
}

.wall-process-list strong {
  display: block;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
}

.wall-process-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wall-process-title svg {
  flex: 0 0 auto;
  width: clamp(24px, 2.2vw, 32px);
  height: clamp(24px, 2.2vw, 32px);
  fill: none;
  stroke: #8a94a3;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wall-process-list p {
  margin: 10px 0 0;
}

.wall-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding: clamp(34px, 5vw, 70px);
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    url("assets/install-school-1.jpg");
  background-position: center;
  background-size: cover;
}

.wall-cta-panel p:not(.section-kicker) {
  margin: 14px 0 0;
  font-size: 18px;
}

@media (max-width: 760px) {
  .wall-lineup-section .content-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .wall-stat-grid,
  .wall-process-list,
  .wall-cta-panel {
    grid-template-columns: 1fr;
  }

  .wall-process-list li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .wall-process-list li:last-child {
    border-bottom: 0;
  }

  .wall-cta-panel .btn {
    justify-self: start;
  }
}

.arex-logo-title {
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
  line-height: 0;
}

.arex-logo-title img {
  display: block;
  width: clamp(250px, 32vw, 360px);
  height: auto;
}

@media (max-width: 900px) {
  .product-config-hero-visual {
    justify-self: stretch;
    width: min(432px, 100%);
  }
}

/* AREX CLIMB software modes: image-led promotional cards */
.software-modes-section {
  background: #fff;
}

.software-modes-section .section-heading {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 920px;
  margin-inline: auto;
  margin-bottom: clamp(34px, 4vw, 56px);
  text-align: center;
}

.software-modes-section .section-kicker {
  color: var(--blue);
}

.software-modes-section .section-heading p:not(.section-kicker) {
  max-width: 820px;
  margin: 18px auto 0;
  color: #4d5b6b;
}

.software-mode-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.software-mode-card {
  grid-column: span 2;
  display: grid;
  grid-template-rows: 230px auto auto 1fr;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dce4ee;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 34, 55, 0.08);
}

.software-mode-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.software-mode-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.software-mode-card img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  background: #101722;
}

.software-mode-card .mode-card-header,
.software-mode-card h3,
.software-mode-card > p,
.software-mode-card .mode-program-list {
  margin-left: clamp(22px, 2vw, 28px);
  margin-right: clamp(22px, 2vw, 28px);
}

.software-mode-card .mode-card-header {
  margin-top: clamp(24px, 2.6vw, 34px);
  margin-bottom: 10px;
}

.software-mode-card .mode-card-header span {
  color: var(--blue);
}

.software-mode-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.18;
}

.software-mode-card > p {
  margin-top: 0;
  margin-bottom: 0;
  color: #4d5b6b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.software-mode-card .mode-program-list {
  gap: 0;
  margin-top: 10px;
  margin-bottom: clamp(22px, 2.4vw, 30px);
  padding: 0;
}

.software-mode-card .mode-program-list li {
  padding: 11px 0;
  border: 0;
  border-top: 1px solid #e3e9f0;
  background: transparent;
}

.software-mode-card .mode-program-list strong {
  color: var(--ink);
  font-size: 14px;
}

.software-mode-card .mode-program-list small {
  color: #647084;
  font-size: 12px;
}

@media (max-width: 1280px) {
  .software-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .software-mode-card,
  .software-mode-card:nth-child(4),
  .software-mode-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .software-mode-grid {
    grid-template-columns: 1fr;
  }

  .software-mode-card {
    grid-template-rows: 210px auto 1fr auto;
  }
}

/* AREX CLIMB TV video gallery */
.arex-tv-section {
  background: #fff;
}

.arex-tv-intro {
  max-width: 980px;
  margin: 0 auto clamp(46px, 5vw, 70px);
  text-align: center;
}

.arex-tv-intro h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 3.5vw, 46px);
  line-height: 1.12;
}

.arex-tv-intro p:not(.section-kicker) {
  max-width: 820px;
  margin: 18px auto 0;
  color: #4d5b6b;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 700;
  line-height: 1.7;
}

.tv-mode-block {
  margin-top: clamp(58px, 6vw, 88px);
}

.tv-mode-block:first-of-type {
  margin-top: 0;
}

.tv-mode-heading {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 18px 0 22px;
  margin-bottom: clamp(30px, 4vw, 48px);
  text-align: center;
  border-top: 1px solid #cfd6df;
  border-bottom: 1px solid #cfd6df;
}

.tv-mode-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 500;
  line-height: 1.2;
}

.tv-mode-heading h3 span {
  margin-left: 10px;
  color: #151922;
  font-size: 0.52em;
  font-weight: 500;
  vertical-align: baseline;
}

.tv-mode-heading p {
  margin: 0;
  color: #313b49;
  font-size: 18px;
  font-weight: 800;
}

.tv-mode-heading strong {
  color: var(--blue);
  font-size: 22px;
}

.tv-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}

.tv-dual-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.tv-dual-mode-item {
  min-width: 0;
}

.tv-dual-mode-item .tv-mode-heading {
  margin-bottom: clamp(26px, 3vw, 38px);
}

.tv-video-grid.tv-video-grid-single {
  grid-template-columns: minmax(0, 340px);
  justify-content: center;
}

.tv-video-card {
  min-width: 0;
}

.tv-video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #dce4ee;
  background: #080d16;
  object-fit: cover;
}

.tv-video-card h4 {
  margin: 14px 0 26px;
  color: var(--ink);
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 800;
  line-height: 1.25;
}

.tv-video-card p {
  margin: 0;
  color: #2f3b4c;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.65;
  word-break: keep-all;
}

.tv-video-card p span {
  display: block;
  margin-bottom: 4px;
  color: #17b8c9;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .tv-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .tv-dual-mode-grid {
    grid-template-columns: 1fr;
    gap: clamp(42px, 8vw, 64px);
  }
}

@media (max-width: 640px) {
  .tv-video-grid {
    grid-template-columns: 1fr;
  }

  .tv-mode-heading h3 span {
    display: block;
    margin: 6px 0 0;
  }

  .tv-video-card h4 {
    margin-bottom: 14px;
  }
}

/* Center major page and section title blocks */
.home-hero-promo-inner,
.promo-heading,
.section-heading,
.home-solution-heading,
.arex-tv-intro,
.product-page-hero-inner > div:first-child,
.company-hero-inner > div:first-child,
.case-hero-inner,
.contact-section .contact-grid > div:first-child,
.product-detail-copy,
.home-data-copy,
.pegms-overview-copy,
.pegms-player-copy {
  text-align: center;
}

.promo-heading,
.section-heading,
.home-solution-heading,
.arex-tv-intro,
.product-detail-copy,
.home-data-copy,
.pegms-overview-copy,
.pegms-player-copy {
  margin-left: auto;
  margin-right: auto;
}

.promo-heading p:not(.section-kicker),
.section-heading p,
.home-solution-heading p:not(.section-kicker),
.arex-tv-intro p:not(.section-kicker),
.home-hero-promo-inner p,
.product-page-hero-inner > div:first-child p,
.company-hero-inner > div:first-child p,
.case-hero-inner p,
.contact-section .contact-grid > div:first-child p,
.product-detail-copy p,
.home-data-copy p:not(.section-kicker),
.pegms-overview-copy p:not(.section-kicker),
.pegms-player-copy p:not(.section-kicker) {
  margin-left: auto;
  margin-right: auto;
}

.split-heading {
  grid-template-columns: 1fr;
  max-width: 980px;
  text-align: center;
}

.split-heading > div {
  margin-left: auto;
  margin-right: auto;
}

.case-hero h1,
.standalone-contact #contact-title {
  max-width: none;
  white-space: nowrap;
}

/* Separator between top hero and first content section */
.company-page .product-page-hero + .section,
.arex-page .product-page-hero + .section,
.pegms-page-hero + .section,
.product-page-hero[aria-labelledby="wall-title"] + .section {
  border-top: 1px solid var(--line);
}

/* Company certificates: consistent outlined cards */
.cert-section .split-heading {
  gap: clamp(12px, 1.5vw, 20px);
}

.cert-section .cert-grid {
  grid-auto-rows: 1fr;
  gap: 16px;
}

.cert-section .cert-grid article {
  display: flex;
  min-height: 148px;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  border: 1px solid #d8e0ea;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.cert-section .cert-grid span {
  color: var(--blue);
}

/* PEGMS redesigned page flow */
.pegms-intro-section,
.pegms-muscle-section,
.pegms-operation-section {
  background: #fff;
}

.pegms-page-hero + .pegms-muscle-section {
  border-top: 1px solid var(--line);
}

.pegms-promo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, max-content);
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
}

.pegms-promo-copy {
  grid-column: 1 / -1;
  min-width: 0;
}

.pegms-promo-copy,
.pegms-section-heading {
  text-align: center;
}

.pegms-promo-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(25px, 3.5vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  word-break: keep-all;
}

.pegms-promo-lead {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  word-break: keep-all;
}

.pegms-promo-visual {
  align-self: stretch;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pegms-promo-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
}

.pegms-promo-cards {
  width: min(100%, 640px);
  max-width: 640px;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.8vw, 20px);
}

.pegms-promo-cards article,
.pegms-operation-steps article {
  min-width: 0;
  border: 1px solid var(--line);
  background: #fff;
}

.pegms-promo-cards article {
  width: 100%;
  max-width: 100%;
  padding: clamp(12px, 1.2vw, 16px) clamp(14px, 1.4vw, 18px);
}

.pegms-operation-steps article {
  padding: clamp(24px, 2.7vw, 36px);
}

.pegms-promo-cards span,
.pegms-operation-steps span {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pegms-promo-cards span {
  margin-bottom: 6px;
}

.pegms-promo-cards h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 900;
  line-height: 1.25;
}

.pegms-promo-cards p,
.pegms-operation-steps p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  word-break: keep-all;
}

.pegms-promo-cards p {
  margin-top: 6px;
  line-height: 1.45;
}

.pegms-section-heading {
  max-width: 980px;
  margin: 0 auto clamp(34px, 4.5vw, 62px);
}

.pegms-muscle-layout {
  display: grid;
  gap: clamp(24px, 4vw, 54px);
}

.pegms-muscle-section .pegms-section-heading {
  margin-bottom: clamp(20px, 2.7vw, 38px);
}

.pegms-muscle-section .pegms-muscle-layout {
  gap: clamp(18px, 2.8vw, 36px);
}

.pegms-muscle-figure {
  width: 100%;
  margin: 0 auto;
}

.pegms-muscle-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  align-items: stretch;
}

.pegms-muscle-media .pegms-muscle-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.pegms-muscle-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.pegms-muscle-media .pegms-muscle-figure img {
  max-height: 430px;
}

.pegms-muscle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
}

.pegms-muscle-grid article {
  padding: clamp(22px, 2.4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
}

.pegms-operation-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
}

.pegms-operation-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
}

.pegms-operation-steps strong {
  display: block;
  color: var(--ink);
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 900;
  line-height: 1.25;
}

.pegms-operation-screen {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.pegms-operation-screen img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.pegms-operation-screen figcaption {
  padding: 18px 22px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .pegms-promo-layout,
  .pegms-operation-layout {
    grid-template-columns: 1fr;
  }

  .pegms-promo-cards,
  .pegms-promo-cards article {
    width: 100%;
    max-width: none;
  }

  .pegms-operation-steps,
  .pegms-muscle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pegms-operation-steps,
  .pegms-promo-cards,
  .pegms-muscle-grid {
    grid-template-columns: 1fr;
  }

  .pegms-muscle-media {
    grid-template-columns: 1fr;
  }

}

/* Reduce vertical spacing between company and product-category sections */
.company-page .section,
body.product-page:not(.company-page) .section {
  padding-top: clamp(50px, 4.8vw, 78px);
  padding-bottom: clamp(50px, 4.8vw, 78px);
}

.company-page .company-hero {
  background: #fff;
}

.company-page .company-hero-inner {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  min-height: auto;
  padding-top: clamp(29px, 3.5vw, 48px);
  padding-bottom: clamp(29px, 3.5vw, 48px);
  text-align: center;
}

.company-page .company-hero-inner > div:first-child {
  width: min(860px, 100%);
}

.press-page {
  background: #f5f7fb;
}

.press-page .press-hero {
  background-image:
    linear-gradient(90deg, rgba(30, 18, 56, 0.72), rgba(30, 18, 56, 0.32)),
    url("assets/nes.png");
  background-position: center, center 15%;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.press-list-section {
  padding: 76px 0 112px;
  background: #fff;
}

.press-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.8vw, 34px);
}

.press-card {
  min-width: 0;
}

.press-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  color: inherit;
}

.press-card figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eef2f8;
  box-shadow: 0 16px 34px rgba(24, 31, 42, 0.1);
}

.press-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.press-card a:hover img,
.press-card a:focus-visible img {
  transform: scale(1.035);
}

.press-card-body {
  padding-top: 20px;
}

.press-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(16px, 1.32vw, 21px);
  font-weight: 900;
  line-height: 1.35;
  word-break: keep-all;
}

.press-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.press-card p span::before {
  content: "·";
  margin-right: 8px;
}

.press-pagination {
  margin-top: 46px;
}

@media (max-width: 1040px) {
  .press-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .press-card-grid {
    grid-template-columns: 1fr;
  }
}
