body.home main { padding: 0; }
body.home main > .wrap { width: 100%; max-width: none; }
.showcase-hero { position: relative; isolation: isolate; height: min(700px, calc(100svh - 300px)); overflow: hidden; background: #05080d; }
.hero-image { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.hero-inner { position: relative; isolation: isolate; width: min(calc(100% - 4rem), var(--container)); margin-inline: auto; padding-top: 3rem; text-align: center; text-shadow: 0 2px 4px rgba(0,0,0,.8); }
/* Follow the copy height so the image stays dark behind every translated line. */
.hero-inner::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: -6rem; left: 50%; width: 100vw; transform: translateX(-50%); background: linear-gradient(to bottom, rgba(0,0,0,.72) 0%, rgba(0,0,0,.68) calc(100% - 6rem), transparent 100%); pointer-events: none; }
.hero-inner .kicker { margin: 0 0 .45rem; font-size: .875rem; font-weight: 600; color: #fff; }
.hero-inner h1 { margin: 0 0 .6rem; font-size: 4rem; line-height: 1.1; font-weight: 600; color: #fff; }
.hero-inner p { max-width: 40rem; margin: 0 auto; font-size: 1.25rem; font-weight: 500; line-height: 1.6; color: #fff; text-wrap: balance; }
.hero-actions { justify-content: center; display: flex; gap: .75rem; margin-top: 1.25rem; flex-wrap: wrap; text-shadow: none; }
.button { min-height: 46px; padding: .6rem 1.4rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ember); border-radius: 3px; background: var(--ember); color: #0b0d10; font-size: .91rem; font-weight: 600; text-decoration: none; }
.button:hover { background: #a0f0f2; border-color: #a0f0f2; }
.button-secondary { background: #111418; border-color: #fff; color: #fff; }
.button-secondary:hover { background: #fff; color: #0b0d10; border-color: #fff; }
.hero-caption { position: absolute; right: 1.5rem; bottom: 1.1rem; margin: 0; padding: .2rem .55rem; font-size: .72rem; line-height: 1.5; color: #fff; background: rgba(0,0,0,.72); }
.home-jump { position: sticky; top: 0; z-index: 10; display: flex; justify-content: center; gap: 3rem; min-height: 64px; padding-inline: 1.25rem; background: #111418; border-bottom: 1px solid var(--line); }
.home-jump a { color: var(--dim); display: flex; align-items: center; padding: 1rem .2rem; font-size: .87rem; font-weight: 500; text-decoration: none; border-bottom: 2px solid transparent; white-space: nowrap; }
.home-jump a:hover, .home-jump a[aria-current="location"] { color: var(--text); border-bottom-color: var(--ember); }
.home-section { width: min(calc(100% - 4rem), var(--container)); margin-inline: auto; padding-block: 5rem; scroll-margin-top: 1rem; }
.home-section + .home-section { border-top: 1px solid var(--line-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.section-heading > div { max-width: 45rem; }
.section-links { display: flex; align-items: center; justify-content: end; gap: 1.1rem; flex-wrap: wrap; }
.section-heading .kicker { color: var(--ember); font-size: .82rem; margin-bottom: .45rem; }
.section-heading h2 { font-size: 2.15rem; margin: 0; line-height: 1.25; }
.section-heading p { color: var(--muted); font-size: .97rem; margin: .8rem 0 0; max-width: 43rem; }
.section-link { flex: none; color: var(--text); font-size: .9rem; padding-bottom: .2rem; text-decoration: none; border-bottom: 1px solid var(--ember); }
.section-link:hover { color: var(--ember); }
.lighting-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2.5rem 1.5rem; }
.lighting-card { min-width: 0; display: block; color: var(--text); text-decoration: none; }
.lighting-card figure { margin: 0; }
.lighting-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 4px; background: var(--wall); transition: filter .2s ease; }
.lighting-card:hover img { filter: brightness(1.1); }
.lighting-card h3 { margin: 1rem 0 .45rem; font-size: 1.2rem; }
.lighting-card:hover h3 { color: var(--ember); }
.lighting-card p { color: var(--muted); margin: 0; font-size: .9rem; line-height: 1.55; }
.image-note { font-size: .76rem; line-height: 1.5; color: var(--muted); margin: 1.5rem 0 0; }
.home-section .loops { margin: 0; gap: 1.5rem; }
.home-section .loops img { border-radius: 4px; }
.home-section .loops figcaption { color: var(--dim); margin-top: 1rem; font-size: .88rem; }
.home-section .loops figcaption span { color: var(--muted); margin-left: .6rem; font-size: .8rem; }
.motion-toggle { display: none; }
.motion-toggle[data-ready] { display: inline-grid; }
.motion-toggle .motion-play { display: none; }
.motion-toggle[aria-pressed="true"] .motion-play { display: block; }
.motion-toggle[aria-pressed="true"] .motion-pause { display: none; }
.home-section .icon-grid { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1.5rem; padding-block: 1.5rem 3rem; margin: 0; }
.home-section .icon-grid > a { padding: 1.25rem 0; border-top: 1px solid var(--line); }
.home-section .icon-grid img { width: 58px; height: 58px; margin-bottom: 1rem; }
.home-section .icon-grid strong { font-size: 1rem; }
.home-section .icon-grid span { font-size: .85rem; margin-top: .3rem; }
.platform-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); list-style: none; padding: 0; gap: 1.5rem; margin: 1.5rem 0 0; }
.platform-list > li { margin: 0; }
.platform-list a { display: block; text-decoration: none; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.platform-list b { display: block; font-size: 1.2rem; color: var(--text); margin-bottom: .6rem; }
.platform-list span { display: block; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.platform-list a:hover b { color: var(--ember); }
.home-section > h3 { margin-top: 0; }
.home-section > p { color: var(--dim); max-width: 53rem; }
.home-section .pick.plain { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 3rem; margin: 0; }
.home-section .pick.plain li { border-bottom: 0; }
.home-section .pick.plain a { padding: 1.35rem 0; min-height: 130px; align-content: start; }
.home-section .pick.plain b { font-size: 1.06rem; }
.home-section .pick.plain span { margin-top: .55rem; color: var(--muted); font-size: .9rem; }
.guide-more { display: flex; flex-wrap: wrap; gap: .7rem 1.75rem; border-top: 1px solid var(--line); padding-top: 1.5rem; margin-top: 1.5rem; font-size: .85rem; }
.guide-more a { color: var(--dim); }
.home-about { background: #171a1e; padding-block: 3.25rem; }
.home-about-inner { width: min(calc(100% - 4rem), var(--container)); margin-inline: auto; }
.home-about h2 { font-size: 1.6rem; margin: 0 0 1rem; }
.home-about p { color: var(--dim); max-width: 56rem; font-size: .95rem; }
.home-about p:last-child { margin-bottom: 0; }
.home-about .hero-actions { justify-content: flex-start; gap: 1.5rem; }
@media (min-width: 1800px) {
  .hero-image { object-position: center 54%; }
}
@media (max-width: 1000px) {
  .showcase-hero { height: min(720px, calc(100svh - 220px)); }
  .hero-image { object-position: center center; }
  .hero-inner { padding-top: 2.5rem; }
  .hero-inner h1 { font-size: 3.4rem; }
  .home-section { padding-block: 3.5rem; }
  .section-heading h2 { font-size: 1.8rem; }
  .lighting-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .platform-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .showcase-hero { height: min(670px, calc(100svh - 220px)); }
  .hero-image { object-position: 50% 100%; }
  .hero-inner { padding-top: 2rem; width: calc(100% - 2.5rem); }
  .hero-inner .kicker { font-size: .8rem; }
  .hero-inner h1 { font-size: 2.5rem; }
  .hero-inner p { font-size: 1rem; max-width: 22rem; }
  .hero-actions { margin-top: 1rem; gap: .6rem; }
  .button { font-size: .82rem; min-height: 44px; padding: .6rem 1rem; }
  .hero-caption { right: .75rem; bottom: .65rem; font-size: .63rem; }
  .home-jump { gap: 1.5rem; min-height: 55px; justify-content: flex-start; overflow-x: auto; }
  .home-jump a { font-size: .79rem; padding: .85rem 0; }
  .home-section, .home-about-inner { width: calc(100% - 2.5rem); }
  .home-section { padding-block: 2.75rem; }
  .section-heading { gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap; align-items: center; }
  .section-heading > div { flex: 1 1 200px; }
  .section-links { justify-content: start; }
  .section-heading h2 { font-size: 1.6rem; }
  .section-heading .kicker { font-size: .75rem; }
  .section-heading p { font-size: .9rem; }
  .section-link { font-size: .81rem; }
  .lighting-grid { gap: 1.75rem 1rem; }
  .lighting-card img { aspect-ratio: 1 / 1; }
  .lighting-card h3 { font-size: 1.02rem; line-height: 1.35; margin-top: .7rem; }
  .lighting-card p { font-size: .8rem; }
  .home-section .loops { grid-template-columns: 1fr; gap: 1.75rem; }
  .home-section .icon-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem 1rem; padding-bottom: 2rem; }
  .home-section .icon-grid > a:last-child { grid-column: 1 / -1; }
  .platform-list { gap: 1.5rem 1rem; }
  .platform-list b { font-size: 1.05rem; }
  .platform-list span { font-size: .84rem; }
  .home-section .pick.plain { grid-template-columns: 1fr; }
  .home-section .pick.plain a { min-height: 0; padding-block: 1.2rem; }
  .guide-more { gap: .75rem; flex-direction: column; }
  .home-about { padding-block: 2.5rem; }
}
@media (max-width: 360px) {
  .hero-inner h1 { font-size: 2.2rem; }
  .home-jump { gap: 1rem; }
}
@media (max-height: 650px) and (min-width: 600px) {
  .showcase-hero { height: calc(100svh - 190px); }
  .hero-inner { padding-top: .75rem; }
  .hero-inner .kicker { display: none; }
  .hero-inner h1 { font-size: 2.2rem; }
  .hero-inner p { font-size: .9rem; }
  .hero-actions { margin-top: .7rem; }
  .home-section#lighting { padding-top: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  .lighting-card img { transition: none; }
}
