/* Homepage art direction. One layout system; product themes change only the campaign. */
.home-scene-page {
  --home-paper: #f8f9fa;
  --home-ink: #1b2932;
  --home-muted: #62717b;
  --home-line: #dce2e6;
  --home-blue: #0875ac;
  --home-gutter: 6.5%;
  font-family: var(--site-font);
  color: var(--home-ink);
  background: var(--home-paper);
}
.home-scene-page .small-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--home-muted);
}
.home-scene-page .compact-heading {
  margin-bottom: 40px;
  gap: 28px;
}
.home-scene-page .compact-heading h2 {
  margin: 16px 0 0;
  font-size: clamp(30px, 3.15vw, 46px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.home-scene-page .detail-link {
  font-size: 13px;
  line-height: 1.7;
}
.home-scene-page .detail-link:hover {
  color: var(--home-blue);
}

/* Campaign: full product silhouette, calm space, a consistent reading edge. */
.home-scene-page .scene-hero {
  position: relative;
  isolation: isolate;
  height: 100svh;
  min-height: 740px;
  max-height: 1050px;
  overflow: hidden;
  color: var(--home-ink);
  background: #eef2f5;
}
.showcase-slide {
  isolation: isolate;
  position: absolute;
  inset: 0;
  --accent: #0875ac;
  background: #eef2f5;
}
.showcase-slide[hidden] {
  display: none;
}
.showcase-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, #e7edf2 0%, #f1f5f8 44%, #fff 100%);
  z-index: -1;
}
.showcase-slide[data-theme='care'] {
  background: #f0f2f2;
}
.showcase-slide[data-theme='care']::before {
  background: linear-gradient(110deg, #e9eeef, #fafbfb);
}
.showcase-slide[data-theme='outdoor'] {
  --accent: #d6e7a6;
  color: #f4f6ef;
  background: #24382f;
}
.showcase-slide[data-theme='outdoor']::before {
  background: radial-gradient(ellipse at 78% 42%, #59705d, #293e32 51%, #1d3027);
}

/* Clinical palette trial: chromatic depth without a pale halo or room backdrop. */
.showcase-slide[data-palette='clinical-air'] {
  --accent: #bce5df;
  color: #f7f8f3;
  background: #245a6d;
}
.showcase-slide[data-palette='clinical-air']::before {
  background: radial-gradient(ellipse 85% 90% at 76% 36%, #3b7c8b 0%, #2c667a 42%, #1f5367 100%);
}
.showcase-slide[data-palette='clinical-air'] .showcase-title {
  font-size: clamp(54px, 5.3vw, 80px);
  font-weight: 400;
  line-height: 1.23;
}
.showcase-slide[data-palette='clinical-air'] .showcase-title span {
  font-weight: 450;
  color: #bce5df;
}
.showcase-slide[data-palette='clinical-air'] .scene-eyebrow,
.showcase-slide[data-palette='clinical-air'] .scene-intro {
  color: #e1eeed;
}
.showcase-slide[data-palette='clinical-air'] .scene-cta {
  border-radius: 3px;
  color: #1b4352;
  background: #d7eae3;
  padding-inline: 23px;
}
.showcase-slide[data-palette='clinical-air'] .scene-cta:hover {
  background: #edf6ef;
}
.scene-hero:has([data-palette='clinical-air']:not([hidden])) .showcase-controls {
  border-color: #e0eeee33;
}
.home-scene-page .scene-hero:has([data-palette='clinical-air']:not([hidden])) .hero-switches button,
.scene-hero:has([data-palette='clinical-air']:not([hidden])) .showcase-explore,
.scene-hero:has([data-palette='clinical-air']:not([hidden])) .showcase-arrows button {
  color: #e7f3ef;
}
.home-scene-page
  .scene-hero:has([data-palette='clinical-air']:not([hidden]))
  .hero-switches
  [data-hero-select]::before {
  background: #bce5df;
}
.home-scene-page .scene-hero:has([data-palette='clinical-air']:not([hidden])) .showcase-edge {
  color: #e7f3ef;
}
@media (max-width: 900px) {
  .showcase-slide[data-palette='clinical-air']::before {
    background: radial-gradient(ellipse 110% 65% at 67% 60%, #3b7c8b, #2c667a 48%, #1f5367 100%);
  }
  .showcase-slide[data-palette='clinical-air'] .showcase-title {
    font-size: clamp(42px, 7vw, 60px);
  }
  .showcase-slide[data-palette='clinical-air'] .showcase-art {
    inset-block-start: max(43%, 374px);
  }
}
.showcase-copy {
  position: absolute;
  left: var(--home-gutter);
  top: 24%;
  width: 43%;
  z-index: 2;
  pointer-events: none;
}
.showcase-copy a {
  pointer-events: auto;
}
.scene-eyebrow {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #536672;
  margin: 0 0 30px;
}
.showcase-title {
  font-size: clamp(60px, 6vw, 90px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.045em;
  margin: 0;
}
.showcase-title span {
  display: block;
  color: var(--accent);
  font-weight: 550;
  margin-top: 4px;
}
[data-theme='care'] .showcase-title span {
  font-size: 0.52em;
  line-height: 1.45;
  margin-top: 20px;
  letter-spacing: -0.035em;
}
.scene-intro {
  font-size: 15px;
  line-height: 1.85;
  color: #536672;
  margin: 30px 0 32px;
}
[data-theme='outdoor'] .scene-eyebrow,
[data-theme='outdoor'] .scene-intro {
  color: #d0dccf;
}
.showcase-links {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
}
.scene-cta {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  padding: 14px 22px;
  border-radius: 2px;
  color: white;
  background: var(--accent);
  transition: background 0.2s;
}
.scene-cta:hover {
  background: #075d89;
}
[data-theme='outdoor'] .scene-cta {
  color: #21332a;
}
[data-theme='outdoor'] .scene-cta:hover {
  background: #e6f1cc;
}
.showcase-art {
  position: absolute;
  inset: 13% 5% 13% 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 26px #1223301a);
}
.showcase-controls {
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: var(--home-gutter);
  right: var(--home-gutter);
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #647c8a33;
  padding-top: 12px;
}
.home-scene-page .hero-switches {
  display: flex;
  align-items: center;
  gap: 30px;
}
.home-scene-page .hero-switches button {
  color: #687982;
  min-height: 44px;
  padding: 14px 0;
  font-size: 12px;
}
.home-scene-page .hero-switches [aria-pressed='true'] {
  color: var(--home-blue);
}
.home-scene-page .hero-switches [data-hero-select]::before {
  background: var(--home-blue);
  height: 2px;
}
.showcase-arrows {
  display: flex;
  gap: 12px;
  margin-left: auto;
}
.showcase-arrows button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #415968;
  font: inherit;
  font-size: 22px;
  cursor: pointer;
}
.showcase-explore {
  margin-left: auto;
  font-size: 11px;
  color: #607481;
}
.showcase-explore span {
  margin-left: 30px;
}
.showcase-edge {
  display: none;
}
.scene-hero:has([data-theme='outdoor']:not([hidden])) .showcase-controls {
  border-color: #cfdfc733;
}
.home-scene-page .scene-hero:has([data-theme='outdoor']:not([hidden])) .hero-switches button,
.scene-hero:has([data-theme='outdoor']:not([hidden])) .showcase-explore,
.scene-hero:has([data-theme='outdoor']:not([hidden])) .showcase-arrows button {
  color: #d4dfcf;
}
.home-scene-page
  .scene-hero:has([data-theme='outdoor']:not([hidden]))
  .hero-switches
  [aria-pressed='true'] {
  color: #e6f1cc;
}
.home-scene-page
  .scene-hero:has([data-theme='outdoor']:not([hidden]))
  .hero-switches
  [data-hero-select]::before {
  background: #d6e7a6;
}

/* Product family: medium product portraits and aligned, readable descriptions. */
.home-scene-page .home-products {
  padding: 88px var(--home-gutter) 92px;
  background: var(--home-paper);
}
.home-scene-page .home-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--home-line);
}
.home-scene-page .home-product-grid > a {
  display: block;
  padding: 28px 30px 0;
  background: transparent;
}
.home-scene-page .home-product-grid > a:first-child {
  padding-left: 0;
}
.home-scene-page .home-product-grid > a:last-child {
  padding-right: 0;
}
.home-scene-page .home-product-grid > a + a {
  border-left: 1px solid var(--home-line);
}
.home-scene-page .home-product-art {
  height: 244px;
  padding: 10px 35px 18px;
  background: transparent;
  overflow: visible;
}
.home-scene-page .home-product-grid img {
  transform: none;
}
.home-scene-page .home-product-grid p {
  font-size: 11px;
  color: var(--home-muted);
  margin: 20px 0 10px;
}
.home-scene-page .home-product-grid h3 {
  font-size: 27px;
  font-weight: 500;
  margin: 0 0 10px;
}
.home-scene-page .home-product-grid h3 span {
  font-size: 20px;
  transition: transform 0.25s;
}
.home-scene-page .home-product-grid a:hover h3 span {
  transform: translate(3px, -3px);
}
.home-scene-page .home-product-grid small {
  font-size: 12px;
  color: var(--home-muted);
  line-height: 1.9;
}

/* Engineering chapter: original structure drawing, with film as an intentional action. */
.home-scene-page .home-technology {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 66px 7%;
  padding: 100px var(--home-gutter) 64px;
  background: #16232c;
  color: #f2f5f7;
  overflow: hidden;
}
.home-scene-page .home-technology .small-label {
  color: #93afc0;
}
.home-scene-page .home-technology h2 {
  font-size: clamp(38px, 4.15vw, 62px);
  line-height: 1.27;
  font-weight: 450;
  margin: 28px 0;
  letter-spacing: -0.04em;
}
.home-scene-page .home-technology h2 span {
  color: #93c6e0;
}
.home-scene-page .home-technology p:not(.small-label) {
  color: #b3c2cc;
  max-width: 360px;
  font-size: 14px;
  line-height: 2;
}
.home-scene-page .home-technology .detail-link {
  display: inline-block;
  margin-top: 30px;
  color: #e2edf4;
}
.home-engineering-visual {
  min-width: 0;
}
.home-drive-drawing {
  margin: 0;
}
.home-scene-page .home-drive-drawing img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1600/898;
  object-fit: contain;
  filter: invert(1);
  opacity: 0.87;
}
.home-drive-drawing figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 10px;
  color: #91a7b5;
  padding: 14px 0 22px;
  border-bottom: 1px solid #c1d8e525;
}
.home-drive-drawing figcaption span:last-child {
  font-size: 9px;
  letter-spacing: 0.05em;
}
.home-film-launch {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 22px;
  font-size: 13px;
}
.home-scene-page .home-film-launch img {
  width: 96px;
  height: 54px;
  object-fit: cover;
  border-radius: 2px;
}
.home-film-launch small {
  display: block;
  margin-top: 7px;
  font-size: 11px;
  color: #9caeba;
}
.home-play-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  margin-left: auto;
  border: 1px solid #8095a1;
  border-radius: 50%;
  font-size: 11px;
  padding-left: 2px;
  transition:
    background 0.2s,
    color 0.2s;
}
.home-film-launch:hover .home-play-icon {
  background: #e5f0f6;
  color: #16232c;
}
.home-scene-page .home-technology-topics {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  border-top: 1px solid #c1d8e525;
}
.home-scene-page .home-technology-topics a {
  padding: 25px 0 0;
  border: 0;
}
.home-scene-page .home-technology-topics span {
  font-size: 16px;
  font-weight: 450;
}
.home-scene-page .home-technology-topics small {
  color: #a2b3bf;
  font-size: 11px;
  margin-top: 10px;
}
.home-scene-page .home-technology-topics i {
  color: #9dafba;
}
.home-film-dialog {
  border: 0;
  padding: 22px;
  border-radius: 4px;
}
.home-film-dialog .film-head h2 {
  letter-spacing: 0;
  font-size: 13px;
}

/* The evidence chapters use one paper tone and a shared image/caption alignment. */
.home-scene-page .home-in-life {
  background: var(--home-paper);
  padding: 100px var(--home-gutter) 80px;
}
.home-scene-page .home-life-grid {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.home-scene-page .home-life-grid > a:last-child {
  padding: 0;
  max-width: none;
}
.home-scene-page .home-life-grid figure {
  background: #edf0f2;
}
.home-scene-page .home-life-grid img,
.home-scene-page .home-life-grid > a:last-child img {
  aspect-ratio: 16/10;
  object-fit: cover;
}
.home-scene-page .home-life-grid > a > div {
  padding: 24px 0 0;
}
.home-scene-page .home-life-grid p {
  color: var(--home-muted);
  font-size: 11px;
  margin-bottom: 12px;
}
.home-scene-page .home-life-grid h3 {
  font-size: clamp(20px, 1.85vw, 27px);
  font-weight: 500;
  line-height: 1.5;
}
.home-scene-page .home-life-grid small {
  font-size: 12px;
  color: var(--home-muted);
}
.home-scene-page .news {
  background: var(--home-paper);
  padding: 20px var(--home-gutter) 100px;
}
.home-scene-page .news .compact-heading {
  border-top: 1px solid var(--home-line);
  padding-top: 44px;
}
.home-scene-page .home-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.home-scene-page .news-row {
  border: 0;
  padding: 0;
  grid-template-columns: 120px 1fr;
  gap: 24px;
}
.home-scene-page .news-row > img {
  width: 120px;
  height: 80px;
  object-fit: cover;
}
.home-scene-page .news-row h3 {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.65;
  margin: 8px 0 14px;
}
.home-scene-page .news-row time {
  color: var(--home-muted);
  font-size: 11px;
  letter-spacing: 0.03em;
}
.home-scene-page .news-row span {
  font-size: 11px;
  color: var(--home-muted);
}

/* A clear company portrait closes the story, without a photo-covering gradient. */
.home-scene-page .home-company-closing {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  background: #eaf0f4;
  overflow: hidden;
}
.home-scene-page .home-company-closing > img {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
  object-position: 58% center;
}
.home-scene-page .home-company-closing > div {
  grid-column: 1;
  grid-row: 1;
  padding: 66px 11% 68px 6.5vw;
  width: auto;
}
.home-scene-page .home-company-closing .company-vision-label {
  font-size: 11px;
  color: #657c8b;
  margin-top: 40px;
}
.home-scene-page .home-company-closing h2 {
  font-size: clamp(35px, 3.7vw, 56px);
  font-weight: 400;
  line-height: 1.3;
  margin: 14px 0 26px;
}
.home-company-closing h2 span {
  color: var(--home-blue);
  font-weight: 550;
}
.home-scene-page .home-company-closing p:not(.small-label):not(.company-vision-label) {
  font-size: 14px;
  line-height: 1.95;
  color: #536977;
  max-width: 390px;
}
.home-scene-page .home-company-links {
  gap: 16px 24px;
  margin-top: 25px;
}
.home-scene-page .home-company-links .detail-link {
  margin: 0;
  color: #284f66;
}

/* Hero motion profiles: K keeps its spring-like pose; subtle/balanced stay upright. */
@media (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .home-scene-page .showcase-art[data-product-tilt] img,
  .home-scene-page .home-product-grid [data-product-tilt] img {
    transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg))
      rotate(-8deg);
    transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.25, 1.2);
  }
  .home-scene-page .showcase-art[data-product-tilt]:hover img,
  .home-scene-page .home-product-grid [data-product-tilt]:hover img,
  .home-scene-page [data-product-tilt]:focus-visible img {
    transform: perspective(1100px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg))
      rotate(0deg) translateY(-5px);
  }
  .home-scene-page
    .showcase-art[data-product-tilt]:is(
      [data-product-tilt='subtle'],
      [data-product-tilt='balanced']
    )
    img {
    transform-origin: 50% 85%;
    transform: perspective(1400px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg))
      translate(var(--tilt-shift-x, 0px), var(--tilt-shift-y, 0px));
    transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
  }
  .home-scene-page
    .showcase-art[data-product-tilt]:is(
      [data-product-tilt='subtle'],
      [data-product-tilt='balanced']
    )[data-tilting]
    img {
    transition-duration: 0.18s;
  }
  .showcase-arrows {
    display: none;
  }
  .showcase-edge {
    position: absolute;
    z-index: 5;
    top: calc(50% - 40px);
    width: 48px;
    height: 80px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #435f70;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s;
  }
  .showcase-edge-prev {
    left: 12px;
  }
  .showcase-edge-next {
    right: 12px;
  }
  .showcase-edge > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font:
      300 32px/1 system-ui,
      sans-serif;
  }
  .showcase-edge:hover,
  .showcase-edge:focus-visible {
    opacity: 1;
  }
  .showcase-edge:hover > span,
  .showcase-edge:focus-visible > span {
    background: #ffffff55;
  }
  .scene-hero:has([data-theme='outdoor']:not([hidden])) .showcase-edge {
    color: #dde8d9;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .showcase-slide:not([hidden]) .showcase-copy {
    animation: home-copy-arrive 0.55s ease backwards;
  }
  @keyframes home-copy-arrive {
    from {
      opacity: 0;
      transform: translateY(8px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (min-width: 901px) and (max-height: 780px) {
  .showcase-copy {
    top: 21%;
  }
  .showcase-title {
    font-size: 64px;
  }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .home-scene-page .home-product-art {
    padding-inline: 18px;
    height: 210px;
  }
  .home-scene-page .home-company-closing > div {
    padding-block: 52px;
  }
  .home-scene-page .home-technology {
    gap: 48px 5%;
  }
  .home-film-launch {
    gap: 12px;
  }
}
@media (max-width: 900px) {
  .home-scene-page {
    --home-gutter: 6.2%;
  }
  .home-scene-page .scene-hero {
    min-height: 820px;
    max-height: 1050px;
  }
  .showcase-copy {
    top: 112px;
    width: 87.6%;
  }
  .showcase-title {
    font-size: clamp(44px, 7.5vw, 62px);
  }
  .scene-eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .scene-intro {
    font-size: 13px;
    margin: 20px 0;
  }
  .showcase-links {
    font-size: 12px;
    gap: 22px;
  }
  .scene-cta {
    padding: 12px 18px;
    gap: 25px;
  }
  .showcase-art {
    inset: 43% 12% 13% 12%;
  }
  .showcase-controls {
    bottom: 20px;
    gap: 12px;
    padding-top: 8px;
  }
  .home-scene-page .hero-switches {
    gap: 20px;
  }
  .home-scene-page .hero-switches small {
    display: none;
  }
  .showcase-explore {
    display: none;
  }
  .showcase-arrows {
    gap: 0;
  }
  .home-scene-page .compact-heading {
    align-items: start;
    margin-bottom: 30px;
  }
  .home-scene-page .compact-heading h2 {
    font-size: 32px;
  }
  .home-scene-page .home-products {
    padding-block: 60px;
  }
  .home-scene-page .home-product-grid > a {
    padding: 20px 18px 0;
  }
  .home-scene-page .home-product-art {
    height: 180px;
    padding: 5px 0 15px;
  }
  .home-scene-page .home-product-grid h3 {
    font-size: 24px;
  }
  .home-scene-page .home-technology {
    grid-template-columns: 1fr;
    padding-block: 64px 44px;
    gap: 38px;
  }
  .home-scene-page .home-technology h2 {
    font-size: 44px;
    margin-block: 20px;
  }
  .home-scene-page .home-technology p:not(.small-label) {
    max-width: 540px;
  }
  .home-scene-page .home-technology .detail-link {
    margin-top: 20px;
  }
  .home-scene-page .home-technology-topics {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
  .home-engineering-visual {
    max-width: 620px;
    width: 100%;
  }
  .home-scene-page .home-in-life {
    padding-block: 64px 60px;
  }
  .home-scene-page .home-life-grid {
    gap: 26px;
  }
  .home-scene-page .home-life-grid h3 {
    font-size: 21px;
  }
  .home-scene-page .news {
    padding-top: 0;
    padding-bottom: 64px;
  }
  .home-scene-page .home-news-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-scene-page .home-company-closing {
    grid-template-columns: 1fr;
  }
  .home-scene-page .home-company-closing > div {
    grid-column: 1;
    grid-row: 1;
    padding: 55px var(--home-gutter);
  }
  .home-scene-page .home-company-closing > img {
    grid-column: 1;
    grid-row: 2;
    height: auto;
    min-height: 0;
    aspect-ratio: 16/9;
  }
  .home-scene-page .home-company-closing .company-vision-label {
    margin-top: 28px;
  }
  .home-scene-page .home-company-closing p:not(.small-label):not(.company-vision-label) {
    max-width: 540px;
  }
}
@media (max-width: 600px) {
  .home-scene-page .scene-hero {
    min-height: 810px;
  }
  .showcase-copy {
    top: 106px;
  }
  .showcase-title {
    font-size: 44px;
  }
  .home-scene-page .hero-switches {
    gap: 16px;
  }
  .home-scene-page .hero-switches button {
    font-size: 10px;
  }
  .showcase-arrows button {
    width: 36px;
  }
  .home-scene-page .compact-heading {
    flex-direction: column;
    gap: 20px;
  }
  .home-scene-page .compact-heading h2 {
    font-size: 30px;
  }
  .home-scene-page .home-product-grid {
    grid-template-columns: 1fr;
  }
  .home-scene-page .home-product-grid > a,
  .home-scene-page .home-product-grid > a:first-child,
  .home-scene-page .home-product-grid > a:last-child {
    display: grid;
    grid-template-columns: 118px 1fr;
    padding: 25px 0;
    border: 0;
    border-bottom: 1px solid var(--home-line);
    column-gap: 24px;
  }
  .home-scene-page .home-product-art {
    grid-row: 1/4;
    height: 145px;
    padding: 5px;
  }
  .home-scene-page .home-product-grid p {
    margin: 16px 0 4px;
  }
  .home-scene-page .home-product-grid h3 {
    margin: 4px 0;
  }
  .home-scene-page .home-product-grid small {
    font-size: 11px;
  }
  .home-scene-page .home-technology h2 {
    font-size: 40px;
  }
  .home-drive-drawing figcaption {
    font-size: 10px;
  }
  .home-drive-drawing figcaption span:last-child {
    max-width: 160px;
    text-align: right;
    font-size: 8px;
  }
  .home-scene-page .home-film-launch img {
    width: 76px;
    height: 43px;
  }
  .home-film-launch {
    gap: 12px;
    font-size: 12px;
  }
  .home-play-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .home-scene-page .home-technology-topics {
    gap: 20px;
  }
  .home-scene-page .home-technology-topics span {
    font-size: 14px;
  }
  .home-scene-page .home-life-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .home-scene-page .news-row {
    grid-template-columns: 94px 1fr;
    gap: 18px;
  }
  .home-scene-page .news-row > img {
    width: 94px;
    height: 64px;
  }
  .home-scene-page .news-row h3 {
    font-size: 16px;
  }
  .home-scene-page .home-company-closing h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-scene-page .showcase-art[data-product-tilt] img,
  .home-scene-page .home-product-grid [data-product-tilt] img {
    transform: none !important;
    transition: none;
  }
}

/* Context is a second reading layer: useful scene, kept smaller than the product. */
.showcase-context {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 300px;
  margin-top: 28px;
  color: #d0dccf;
  font-size: 11px;
  line-height: 1.8;
}
.showcase-context img {
  display: block;
  flex: 0 0 112px;
  width: 112px;
  height: 74px;
  object-fit: cover;
  border-radius: 2px;
}
.showcase-context > span {
  max-width: 154px;
}
.showcase-context > span > span {
  display: inline-block;
  margin-left: 8px;
}
.showcase-context:hover {
  color: #f4f6ef;
}
@media (min-width: 901px) and (max-height: 780px) {
  .showcase-context {
    margin-top: 18px;
  }
  .showcase-context img {
    width: 96px;
    height: 64px;
    flex-basis: 96px;
  }
}
@media (max-width: 900px) {
  .showcase-context {
    position: absolute;
    top: 340px;
    left: 0;
    display: block;
    width: 92px;
    margin: 0;
    font-size: 10px;
  }
  .showcase-context img {
    width: 92px;
    height: 64px;
  }
  .showcase-context > span {
    display: block;
    margin-top: 10px;
  }
  .showcase-context > span > span {
    display: none;
  }
  [data-theme='outdoor'] .showcase-art {
    inset: 43% 6% 13% 34%;
  }
}
