/* Home page layout — 1440px reference clone */
body[data-page="home"] {
  --max: 1220px;
  --header-h: 64px;
  --home-dur: 0.6s;
  --title: #111111;
  --body: #333333;
  --title-size: 44px;
  --body-size: 20px;
  --card-title-size: 22px;
  --card-body-size: 17px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--body);
}

body[data-page="home"] .container {
  width: min(var(--max), calc(100% - 40px));
}

body[data-page="home"] .section {
  padding: 76px 0;
}

body[data-page="home"] .section-head {
  margin-bottom: 42px;
  text-align: center;
}

body[data-page="home"] .section-head .btn {
  margin-left: auto;
  margin-right: auto;
}

body[data-page="home"] .section-head--row {
  text-align: left;
}

body[data-page="home"] .section-head p {
  margin-left: auto;
  margin-right: auto;
}

body[data-page="home"] .section-head h2 {
  font-size: var(--title-size);
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--title);
  letter-spacing: -0.02em;
}

body[data-page="home"] .section-head p {
  font-size: var(--body-size);
  margin-bottom: 20px;
  max-width: 720px;
  color: var(--body);
}

body[data-page="home"] .btn {
  min-height: 42px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-width: 2px;
}

body[data-page="home"] .btn-ghost {
  border-color: #333;
  color: #333;
}

body[data-page="home"] .btn-ghost:hover {
  transform: none;
}

body[data-page="home"] .btn-outline-sm {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  min-height: 34px;
  padding: 0 16px;
}

/* Header — home: overlay on hero (no morph on scroll) */
body[data-page="home"] .site-header,
body[data-page="home"] .site-header.is-scrolled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  box-shadow: none;
  animation: none;
  transition: none;
  color: #fff;
}

body[data-page="home"] .site-header.is-scrolled .main-nav a,
body[data-page="home"] .site-header.is-scrolled .lang-btn,
body[data-page="home"] .site-header.is-scrolled .logo-wordmark strong,
body[data-page="home"] .site-header.is-scrolled .logo-wordmark small,
body[data-page="home"] .site-header.is-scrolled .logo-text strong,
body[data-page="home"] .site-header.is-scrolled .logo-text small {
  color: #fff;
}

body[data-page="home"] .site-header.is-scrolled .icon-btn svg {
  stroke: #fff;
}

body[data-page="home"] .site-header.is-scrolled .menu-toggle i {
  background: #fff;
}

body[data-page="home"] .header-inner {
  width: min(1320px, calc(100% - 48px));
  min-height: 72px;
}

body[data-page="home"] .mega-menu {
  top: calc(100% + 16px);
  left: 0;
  min-width: 248px;
  padding: 10px 0;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 20, 50, 0.16);
}

body[data-page="home"] .mega-menu a {
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.4;
}

body[data-page="home"] .mega-menu a:hover {
  background: #f3f3f3;
  color: #002157;
}

body[data-page="home"] .lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 6px;
  color: #fff;
}

body[data-page="home"] .lang-globe {
  flex-shrink: 0;
}

body[data-page="home"] .search-toggle {
  background: rgba(0, 35, 75, 0.92);
  border-radius: 2px;
  width: 36px;
  height: 36px;
  min-width: 36px;
}

body[data-page="home"] .search-toggle svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

/* Hero — official reference (1440px) */
body[data-page="home"] .hero--ref {
  position: relative;
  min-height: 760px;
  height: 820px;
  overflow: hidden;
  color: #fff;
  margin-top: 0;
}

body[data-page="home"] .hero-swiper,
body[data-page="home"] .hero-swiper .swiper-slide {
  height: 100%;
}

body[data-page="home"] .hero-swiper .swiper-slide {
  position: relative;
}

body[data-page="home"] .hero__bg {
  position: absolute;
  inset: 0;
  background-color: #1a4a7a;
  background-position: center 38%;
  background-size: cover;
  background-repeat: no-repeat;
}

body[data-page="home"] .hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 18, 40, 0.32) 0%,
    rgba(0, 18, 40, 0.08) 42%,
    rgba(0, 0, 0, 0.04) 100%
  );
  z-index: 1;
}

body[data-page="home"] .hero__content {
  position: relative;
  z-index: 2;
  padding-top: 124px;
  padding-bottom: 0;
  text-align: left;
}

body[data-page="home"] .hero__content.container {
  width: min(1320px, calc(100% - 48px));
}

body[data-page="home"] .hero__content h1 {
  margin: 0 0 10px;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: none;
}

body[data-page="home"] .hero__subtitle {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 400;
  opacity: 1;
  line-height: 1.5;
  text-shadow: none;
}

body[data-page="home"] .btn-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 22px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: none;
  text-decoration: none;
  transition: background 0.25s ease;
}

body[data-page="home"] .btn-hero-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: none;
}

body[data-page="home"] .hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  opacity: 1;
  padding: 0;
  display: grid;
  place-items: center;
  transition: color 0.2s ease;
}

body[data-page="home"] .hero-arrow:hover {
  color: #fff;
}

body[data-page="home"] .hero-prev {
  left: 16px;
}

body[data-page="home"] .hero-next {
  right: 16px;
}

body[data-page="home"] .hero-pagination {
  display: none;
}

body[data-page="home"] .hero__visual,
body[data-page="home"] .hero__float-card {
  display: none;
}

/* Product */
body[data-page="home"] .product-section {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 72px;
}

body[data-page="home"] .section-head--product {
  margin-bottom: 36px;
  text-align: center;
}

body[data-page="home"] .section-head--product h2 {
  font-size: var(--title-size);
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  color: var(--title);
}

body[data-page="home"] .section-head--product p {
  margin: 0 auto 20px;
  font-size: var(--body-size);
  font-weight: 400;
  color: var(--body);
  max-width: none;
}

body[data-page="home"] .btn-product-all,
body[data-page="home"] .btn-product {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 22px;
  border: 2px solid #002b5c;
  border-radius: 999px;
  background: transparent;
  color: #002b5c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

body[data-page="home"] .btn-product-all:hover,
body[data-page="home"] .btn-product:hover {
  background: #002b5c;
  color: #fff;
  transform: none;
}

body[data-page="home"] .product-grid--ref {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

body[data-page="home"] .product-grid--ref .p-card {
  background: #f4f5f7;
  border-radius: 12px;
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 0;
  position: relative;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}

body[data-page="home"] .product-grid--ref .p-card h3 {
  margin: 0;
  font-size: var(--card-title-size);
  font-weight: 600;
  color: var(--title);
  z-index: 1;
}

body[data-page="home"] .product-grid--ref .p-card img {
  flex: none;
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
  object-fit: cover;
  object-position: center;
  margin: 16px auto;
  border-radius: 8px;
  display: block;
}

body[data-page="home"] .product-grid--ref .p-card .btn-product {
  align-self: center;
  margin-top: auto;
  z-index: 1;
}

/* Row 1 — full width */
body[data-page="home"] .product-grid--ref .p-card--lg {
  grid-column: span 3;
  flex-direction: column;
  align-items: center;
  padding: 22px 24px 20px;
}

body[data-page="home"] .product-grid--ref .p-card--lg h3 {
  position: static;
  font-size: var(--card-title-size);
}

body[data-page="home"] .product-grid--ref .p-card--lg img {
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
  margin: 16px auto;
}

body[data-page="home"] .product-grid--ref .p-card--lg .btn-product {
  position: static;
  align-self: center;
}

/* Row 2 — 2/3 + 1/3 */
body[data-page="home"] .product-grid--ref .p-card--wide {
  grid-column: span 2;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 18px;
}

body[data-page="home"] .product-grid--ref .p-card--wide h3 {
  position: static;
  font-size: var(--card-title-size);
}

body[data-page="home"] .product-grid--ref .p-card--wide img {
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
  margin: 16px auto;
}

body[data-page="home"] .product-grid--ref .p-card--wide .btn-product {
  position: static;
  align-self: center;
}

body[data-page="home"] .product-grid--ref .p-card--narrow {
  grid-column: span 1;
  padding: 20px 16px 18px;
}

body[data-page="home"] .product-grid--ref .p-card--narrow h3 {
  font-size: var(--card-title-size);
}

body[data-page="home"] .product-grid--ref .p-card--narrow img {
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
  margin: 16px auto;
}

body[data-page="home"] .product-grid--ref .p-card--narrow .btn-product {
  align-self: center;
}

/* Row 3 — 3 equal centered */
body[data-page="home"] .product-grid--ref .p-card--center {
  grid-column: span 1;
  padding: 20px 16px 18px;
}

body[data-page="home"] .product-grid--ref .p-card--center h3 {
  font-size: var(--card-title-size);
}

body[data-page="home"] .product-grid--ref .p-card--center img {
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
  margin: 16px auto;
}

body[data-page="home"] .product-grid--ref .p-card--center .btn-product {
  align-self: center;
}

body[data-page="home"] .product-grid--ref .p-card:hover img {
  transform: none;
}

/* Applications */
body[data-page="home"] .apps-section {
  background: #f4f4f4;
}

body[data-page="home"] .apps-grid {
  gap: 16px;
}

body[data-page="home"] .app-card {
  min-height: 440px;
  font-size: var(--card-title-size);
  padding: 24px 16px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(rgba(0, 25, 55, 0.52), rgba(0, 25, 55, 0.52)), var(--img);
  transition: filter var(--home-dur) ease;
}

body[data-page="home"] .app-card span {
  max-width: 140px;
  line-height: 1.35;
}

body[data-page="home"] .app-card:hover {
  transform: none;
  filter: brightness(1.06);
}

/* Company */
body[data-page="home"] .company-section {
  background: #fff;
  overflow: hidden;
  padding: 100px 0 92px;
}

body[data-page="home"] .company-section .section-head {
  margin-bottom: 52px;
}

body[data-page="home"] .company-carousel-wrap {
  width: 100%;
  padding: 0 0 8px;
}

body[data-page="home"] .company-swiper {
  overflow: visible;
  padding: 0;
}

body[data-page="home"] .company-swiper .swiper-slide {
  width: min(780px, 80vw);
  height: auto;
}

body[data-page="home"] .company-panel {
  min-height: 0;
  padding: 0;
  justify-content: stretch;
}

body[data-page="home"] .company-panel--split {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 0;
  height: auto;
  aspect-ratio: 2.35 / 1;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(0, 20, 50, 0.12);
}

body[data-page="home"] .company-panel__media {
  flex: 0 0 50%;
  width: 50%;
  min-height: 0;
  align-self: stretch;
  background: #d8dde3;
  overflow: hidden;
}

body[data-page="home"] .company-panel__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

body[data-page="home"] .company-panel__body {
  flex: 1 1 50%;
  width: 50%;
  min-height: 0;
  background: #002157;
  color: #fff;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

body[data-page="home"] .company-panel--navy-only {
  background: #002157;
}

body[data-page="home"] .company-panel--navy-only .company-panel__body {
  flex: 1 1 100%;
  width: 100%;
  min-height: 0;
}

body[data-page="home"] .company-panel__body h3 {
  margin: 0 0 16px;
  font-size: var(--card-title-size);
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}

body[data-page="home"] .company-panel__body p {
  margin: 0;
  font-size: var(--card-body-size);
  line-height: 1.7;
  opacity: 0.92;
  color: #fff;
}

body[data-page="home"] .company-section .slider-nav,
body[data-page="home"] .stories-section .slider-nav {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

body[data-page="home"] .nav-arrow {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  background: transparent;
  color: #5a5a5a;
  font-size: 0;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

body[data-page="home"] .nav-arrow svg {
  display: block;
  flex-shrink: 0;
}

body[data-page="home"] .nav-arrow:hover {
  transform: none;
  background: #002157;
  border-color: #002157;
  color: #fff;
}

body[data-page="home"] .nav-arrow:focus-visible {
  outline: 2px solid #002157;
  outline-offset: 2px;
}

/* Showroom */
body[data-page="home"] .showroom-section {
  background: #fff;
}

body[data-page="home"] .showroom-section .section-head h2 {
  font-size: var(--title-size);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  color: var(--title);
}

body[data-page="home"] .showroom-wrap {
  position: relative;
}

body[data-page="home"] .showroom-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 20, 50, 0.12);
}

body[data-page="home"] .showroom-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 20, 50, 0.55) 0%,
    rgba(0, 20, 50, 0.28) 32%,
    rgba(0, 20, 50, 0.12) 55%,
    transparent 75%
  );
}

body[data-page="home"] .showroom-visual img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

body[data-page="home"] .showroom-wrap .stats-bar {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 0 36px;
}

body[data-page="home"] .stats-bar li {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

body[data-page="home"] .stats-bar span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #fff;
  opacity: 0.95;
}

body[data-page="home"] .stats-bar strong {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body[data-page="home"] .showroom-deco {
  display: none;
}

body[data-page="home"] .play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  animation: none;
  z-index: 3;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

body[data-page="home"] .showroom-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  margin-top: 36px;
  padding-top: 0;
  border-top: 0;
  text-align: left;
}

body[data-page="home"] .showroom-features article {
  position: relative;
  padding: 20px 0 8px;
  border-right: 0;
  cursor: default;
}

body[data-page="home"] .showroom-features article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d0d4da;
}

body[data-page="home"] .showroom-features article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #002157;
  transition: width 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page="home"] .showroom-features article:hover::after {
  width: 100%;
}

body[data-page="home"] .showroom-features article:last-child {
  border-right: 0;
}

body[data-page="home"] .showroom-features h3 {
  font-size: var(--card-title-size);
  font-weight: 700;
  margin: 0 0 10px;
  color: #9a9a9a;
  transition: color 0.45s ease;
}

body[data-page="home"] .showroom-features p {
  font-size: var(--card-body-size);
  color: #b0b0b0;
  margin: 0;
  line-height: 1.55;
  transition: color 0.45s ease;
}

body[data-page="home"] .showroom-features article:hover h3 {
  color: #002157;
}

body[data-page="home"] .showroom-features article:hover p {
  color: #002157;
}

body[data-page="home"] .showroom-features svg {
  display: none;
}

/* Stories — Company와 동일한 split 카드 */
body[data-page="home"] .stories-section {
  background: #f4f4f4;
  overflow: hidden;
  padding: 100px 0 92px;
}

body[data-page="home"] .stories-section .section-head {
  text-align: center;
  margin-bottom: 52px;
}

body[data-page="home"] .btn-read-more {
  display: inline-flex;
  border-radius: 999px;
  border: 2px solid var(--navy);
  border-color: var(--navy);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 40px;
  padding: 0 28px;
  margin-top: 4px;
}

body[data-page="home"] .btn-read-more:hover {
  background: var(--navy);
  color: #fff;
  transform: none;
}

body[data-page="home"] .stories-carousel-wrap {
  width: 100%;
  padding: 0 0 8px;
}

body[data-page="home"] .stories-swiper {
  overflow: visible;
  padding: 0;
}

body[data-page="home"] .stories-swiper .swiper-slide {
  width: min(780px, 80vw);
  height: auto;
}

/* Company와 동일 비율·크기 — 흰색 테마만 오버라이드 */
body[data-page="home"] .stories-swiper .company-panel {
  padding: 0;
  justify-content: stretch;
}

body[data-page="home"] .stories-swiper .company-panel--light {
  background: #fff;
}

body[data-page="home"] .stories-swiper .company-panel--light .company-panel__body {
  background: #fff;
  color: var(--body);
}

body[data-page="home"] .stories-swiper .company-panel--light .company-panel__body h3 {
  color: var(--title);
  font-weight: 600;
}

body[data-page="home"] .stories-swiper .company-panel--light .company-panel__body p {
  color: var(--body);
  opacity: 1;
}

/* Contact */
body[data-page="home"] .contact-section {
  background: #fff;
}

body[data-page="home"] .contact-grid {
  gap: 16px;
}

body[data-page="home"] .contact-card {
  min-height: 180px;
  border-radius: 12px;
  border: 1px solid #222;
  font-size: var(--card-title-size);
  font-weight: 600;
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 24px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  color: var(--title);
  background: #fff;
  transition: color 0.35s ease, border-color 0.35s ease;
}

body[data-page="home"] .contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #002157;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page="home"] .contact-card__arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 400;
  color: var(--title);
  transition: color 0.35s ease;
}

body[data-page="home"] .contact-card:hover {
  transform: none;
  box-shadow: none;
  background: #fff;
  border-color: #002157;
  color: #fff;
}

body[data-page="home"] .contact-card:hover::before {
  transform: scaleY(1);
}

body[data-page="home"] .contact-card:hover .contact-card__arrow {
  color: #fff;
}

/* News */
body[data-page="home"] .news-section {
  background: #fff;
}

body[data-page="home"] .news-layout {
  grid-template-columns: 1fr;
  gap: 0;
}

body[data-page="home"] .news-layout > h2 {
  font-size: var(--title-size);
  margin-bottom: 0;
  color: var(--title);
}

body[data-page="home"] .news-header h2 {
  font-size: var(--title-size);
  margin: 0;
  color: var(--title);
}

body[data-page="home"] .news-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

body[data-page="home"] .news-tabs button {
  font-size: 18px;
  padding: 10px 0;
}

body[data-page="home"] .news-list li a {
  grid-template-columns: 96px 80px 1fr 32px;
  gap: 18px;
  padding: 18px 0;
}

body[data-page="home"] .news-list img {
  width: 96px;
  height: 68px;
}

body[data-page="home"] .news-date strong {
  font-size: 36px;
}

body[data-page="home"] .news-date span {
  font-size: 13px;
}

body[data-page="home"] .news-list p {
  font-size: 18px;
}

body[data-page="home"] .news-arrow {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 16px;
}

body[data-page="home"] .news-list a:hover {
  transform: none;
}

/* Footer */
body[data-page="home"] .site-footer {
  padding-top: 52px;
}

body[data-page="home"] .footer-intro__title {
  font-size: 46px;
}

body[data-page="home"] .footer-intro__subtitle {
  font-size: 28px;
}

body[data-page="home"] .footer-grid {
  gap: 24px 28px;
}

body[data-page="home"] .footer-grid h4 span {
  font-size: 13px;
  padding: 3px 8px;
}

body[data-page="home"] .footer-grid a,
body[data-page="home"] .footer-brand p {
  font-size: 14px;
}

body[data-page="home"] .footer-talk {
  font-size: 20px;
}

body[data-page="home"] .footer-bar {
  font-size: 12px;
}

/* Reveal — minimal */
body[data-page="home"] .reveal,
body[data-page="home"] .reveal-left,
body[data-page="home"] .reveal-right,
body[data-page="home"] .reveal-scale {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--home-dur) ease, transform var(--home-dur) ease;
}

body[data-page="home"] .reveal-left {
  transform: translateX(-20px);
}

body[data-page="home"] .reveal-right {
  transform: translateX(20px);
}

body[data-page="home"] .reveal-scale {
  transform: scale(0.98);
}

body[data-page="home"] .reveal.is-in,
body[data-page="home"] .reveal-left.is-in,
body[data-page="home"] .reveal-right.is-in,
body[data-page="home"] .reveal-scale.is-in {
  opacity: 1;
  transform: none;
}

body[data-page="home"] .reveal-delay-1 { transition-delay: 0.08s; }
body[data-page="home"] .reveal-delay-2 { transition-delay: 0.16s; }
body[data-page="home"] .reveal-delay-3 { transition-delay: 0.24s; }

/* Responsive */
@media (max-width: 1100px) {
  body[data-page="home"] .product-grid--ref .p-card--lg,
  body[data-page="home"] .product-grid--ref .p-card--wide,
  body[data-page="home"] .product-grid--ref .p-card--narrow,
  body[data-page="home"] .product-grid--ref .p-card--center,
  body[data-page="home"] .product-grid--ref .p-card {
    grid-column: span 3;
  }

  body[data-page="home"] .product-grid--ref .p-card--lg,
  body[data-page="home"] .product-grid--ref .p-card--wide {
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }

  body[data-page="home"] .product-grid--ref .p-card--lg h3,
  body[data-page="home"] .product-grid--ref .p-card--wide h3,
  body[data-page="home"] .product-grid--ref .p-card--lg .btn-product,
  body[data-page="home"] .product-grid--ref .p-card--wide .btn-product {
    position: static;
  }

  body[data-page="home"] .product-grid--ref .p-card img,
  body[data-page="home"] .product-grid--ref .p-card--lg img,
  body[data-page="home"] .product-grid--ref .p-card--wide img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    margin: 16px auto;
  }

  body[data-page="home"] .product-grid--ref {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .stories-swiper .company-panel--split {
    flex-direction: column;
    aspect-ratio: auto;
    min-height: auto;
  }

  body[data-page="home"] .stories-swiper .company-panel__media {
    flex: none;
    width: 100%;
    min-height: 220px;
  }

  body[data-page="home"] .stories-swiper .company-panel__media img {
    width: 100%;
    min-height: 220px;
  }

  body[data-page="home"] .stories-swiper .company-panel__body {
    width: 100%;
    min-height: auto;
  }

  body[data-page="home"] .stories-swiper .swiper-slide {
    width: min(92vw, 640px);
  }

  body[data-page="home"] .company-panel--split {
    flex-direction: column;
    aspect-ratio: auto;
    min-height: auto;
  }

  body[data-page="home"] .company-panel__media {
    flex: none;
    width: 100%;
    min-height: 220px;
  }

  body[data-page="home"] .company-panel--navy-only .company-panel__body {
    min-height: 280px;
  }

  body[data-page="home"] .company-swiper .swiper-slide {
    width: min(92vw, 640px);
  }

  body[data-page="home"] .apps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-page="home"] .showroom-features {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body[data-page="home"] .showroom-features article {
    border-right: 0;
    border-bottom: 0;
    padding: 18px 0 4px;
  }

  body[data-page="home"] .showroom-features article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  body[data-page="home"] .section {
    padding: 48px 0;
  }

  body[data-page="home"] .hero--ref {
    min-height: 560px;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 680px;
  }

  body[data-page="home"] .hero__content {
    padding-top: 96px;
  }

  body[data-page="home"] .hero__content h1 {
    font-size: clamp(28px, 7vw, 48px);
  }

  body[data-page="home"] .hero__subtitle {
    font-size: 16px;
    margin-bottom: 18px;
  }

  body[data-page="home"] .hero-arrow {
    display: none;
  }

  body[data-page="home"] .main-nav {
    display: none;
  }

  body[data-page="home"] .section-head--product h2 {
    font-size: 32px;
  }

  body[data-page="home"] .product-grid--ref,
  body[data-page="home"] .product-grid--ref .p-card,
  body[data-page="home"] .product-grid--ref .p-card--lg,
  body[data-page="home"] .product-grid--ref .p-card--wide,
  body[data-page="home"] .product-grid--ref .p-card--narrow,
  body[data-page="home"] .product-grid--ref .p-card--center {
    grid-template-columns: 1fr;
    grid-column: span 1;
  }

  body[data-page="home"] .apps-grid,
  body[data-page="home"] .contact-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .app-card {
    min-height: 320px;
  }

  body[data-page="home"] .showroom-visual img {
    height: 360px;
  }

  body[data-page="home"] .stats-bar strong {
    font-size: 28px;
  }

  body[data-page="home"] .news-list li a {
    grid-template-columns: 72px 1fr 28px;
  }

  body[data-page="home"] .news-date {
    display: none;
  }

}
