:root {
  --ink: #0b1712;
  --forest: #1c3a13;
  --deep: #06130e;
  --cream: #f6f6f4;
  --sage: #d2d8d0;
  --orange: #e06f3d;
  --muted: #728078;
  --line: rgba(28, 58, 19, 0.17);
  --serif: Georgia, "Songti SC", "STSong", serif;
  --sans:
    Inter, Avenir, "Avenir Next", ui-sans-serif, system-ui, -apple-system,
    "PingFang SC", "Microsoft YaHei", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 18px;
  top: -80px;
  padding: 11px 16px;
  background: white;
  color: var(--forest);
}
.skip-link:focus {
  top: 18px;
}
.topbar {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 84px;
  padding: 0 max(28px, calc((100vw - 1360px) / 2));
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid rgba(246, 246, 244, 0.13);
  color: white;
  transition: 0.35s ease;
}
.topbar::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(6, 19, 14, 0.9);
  backdrop-filter: blur(18px);
  opacity: 0;
  transition: 0.35s ease;
}
.topbar.is-scrolled::before {
  opacity: 1;
}
.logo img,
.footer-logo img {
  display: block;
  width: 132px;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}
.topbar nav {
  margin-left: auto;
  display: flex;
  gap: 30px;
}
.topbar a {
  color: inherit;
  text-decoration: none;
}
.topbar nav a {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.08em;
}
.topbar nav a:hover {
  color: #b9d4b3;
}
.nav-cta {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
}
.nav-cta span {
  margin-left: 8px;
  color: #f19a73;
}
.hero {
  position: relative;
  min-height: 100vh;
  padding: 150px max(28px, calc((100vw - 1360px) / 2)) 84px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(460px, 0.94fr);
  align-items: center;
  gap: 64px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(
      circle at 79% 35%,
      rgba(85, 138, 68, 0.3),
      transparent 25rem
    ),
    radial-gradient(
      circle at 7% 90%,
      rgba(224, 111, 61, 0.12),
      transparent 24rem
    ),
    var(--deep);
}
.kicker,
.section-kicker {
  margin: 0;
  color: #9bb296;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.kicker span {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin-right: 9px;
  vertical-align: middle;
  background: var(--orange);
}
.product-name {
  margin: 28px 0 -12px;
  color: #bdc9bf;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 650;
  letter-spacing: 0.32em;
}
h1 {
  margin: 32px 0 0;
  font-family: var(--serif);
  font-size: clamp(60px, 7vw, 105px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.065em;
}
h1 em {
  color: #b8d4b2;
  font-weight: inherit;
}
.hero-intro {
  max-width: 700px;
  margin: 38px 0 34px;
  color: #b8c6bc;
  font-size: 15px;
  line-height: 1.9;
}
.hero-intro strong {
  color: white;
  font-weight: 650;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.text-link span {
  color: var(--orange);
}
.robot-presence {
  position: relative;
  width: min(100%, 610px);
  aspect-ratio: 0.92;
  justify-self: end;
  transform: perspective(900px) rotateX(var(--field-y, 0deg))
    rotateY(var(--field-x, 0deg));
  transition: transform 0.18s ease-out;
}
.presence-glow {
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(137, 188, 127, 0.18),
    transparent 67%
  );
  filter: blur(12px);
}
.presence-shell {
  position: absolute;
  left: 50%;
  top: 44%;
  border: 1px solid rgba(202, 225, 197, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.presence-shell::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7dfc0;
  box-shadow: 0 0 20px #a9d19e;
}
.shell-a {
  width: 82%;
  height: 82%;
  animation: spin 30s linear infinite;
}
.shell-a::after {
  left: 12%;
  top: 12%;
}
.shell-b {
  width: 58%;
  height: 58%;
  border-style: dashed;
  animation: spin-reverse 24s linear infinite;
}
.shell-b::after {
  right: 5%;
  top: 49%;
  background: var(--orange);
  box-shadow: 0 0 20px var(--orange);
}
.shell-c {
  width: 31%;
  height: 31%;
  animation: spin 17s linear infinite;
}
.shell-c::after {
  left: 4%;
  bottom: 22%;
}
.mind-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 44%;
  width: 124px;
  height: 124px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #4b7242, #143221 68%);
  box-shadow: 0 0 70px rgba(122, 166, 108, 0.25);
  transform: translate(-50%, -50%);
}
.mind-core span {
  font-family: var(--serif);
  font-size: 30px;
}
.mind-core small {
  margin-top: 3px;
  color: #adc0b1;
  font-size: 8px;
  letter-spacing: 0.18em;
}
.body-axis {
  position: absolute;
  left: 50%;
  top: 56%;
  width: 42%;
  height: 35%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 0;
  border-radius: 0 0 46% 46%;
  transform: translateX(-50%);
}
.body-axis i {
  width: 2px;
  height: 72%;
  background: linear-gradient(transparent, rgba(209, 226, 204, 0.45));
}
.body-axis i:nth-child(2) {
  height: 94%;
}
.signal {
  position: absolute;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(6, 19, 14, 0.65);
  color: #aebfb3;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  backdrop-filter: blur(7px);
}
.signal-understand {
  left: 3%;
  top: 18%;
}
.signal-sense {
  right: 4%;
  top: 28%;
}
.signal-remember {
  left: 7%;
  bottom: 25%;
}
.signal-act {
  right: 10%;
  bottom: 13%;
}
.presence-caption {
  position: absolute;
  right: 0;
  top: 5%;
  margin: 0;
  color: #98aa9d;
  font-family: var(--serif);
  font-size: 11px;
  line-height: 1.45;
}
.presence-caption span {
  margin-right: 10px;
  color: var(--orange);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
}
.hero-foot {
  position: absolute;
  left: max(28px, calc((100vw - 1360px) / 2));
  right: max(28px, calc((100vw - 1360px) / 2));
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  color: #687a6f;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.17em;
}
.product-statement {
  padding: 150px max(28px, calc((100vw - 1220px) / 2));
  background: #e4e8e1;
}
.product-statement blockquote {
  max-width: 1120px;
  margin: 40px 0 70px;
  font-family: var(--serif);
  font-size: clamp(39px, 5vw, 67px);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.045em;
}
.product-statement blockquote span {
  color: var(--forest);
}
.statement-note {
  max-width: 700px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
}
.statement-note i {
  height: 1px;
  margin-top: 10px;
  background: var(--orange);
}
.statement-note p {
  margin: 0;
  color: #667269;
  font-size: 14px;
  line-height: 1.85;
}
.half {
  min-height: 780px;
  padding: 120px max(28px, calc((100vw - 1220px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 110px;
}
.mind-section {
  color: white;
  background: var(--deep);
}
.bodie-section {
  background: var(--cream);
}
.part-number {
  margin: 0 0 52px;
  color: #84968a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.half-copy h2,
.together-head h2,
.scenes-head h2,
.life-intro h2,
.first-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.3vw, 75px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.half-copy h2 em,
.first-copy h2 em {
  color: #9fbe98;
  font-weight: inherit;
}
.half-copy > p:not(.part-number) {
  max-width: 520px;
  margin: 30px 0;
  color: #8fa096;
  font-size: 14px;
  line-height: 1.85;
}
.half-copy ul {
  margin: 45px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.half-copy li {
  min-height: 70px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 10px;
}
.bodie-section .part-number {
  color: #6f7d73;
}
.bodie-section .half-copy h2 em {
  color: var(--forest);
}
.bodie-section .half-copy > p:not(.part-number) {
  color: #69746d;
}
.bodie-section .half-copy ul {
  border-color: var(--line);
}
.bodie-section .half-copy li {
  border-color: var(--line);
}
.mind-visual,
.bodie-visual {
  position: relative;
  min-height: 520px;
}
.mind-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.mind-orbit span {
  position: absolute;
  left: 50%;
  top: -8px;
  padding: 2px 8px;
  background: var(--deep);
  color: #789080;
  font-size: 7px;
  letter-spacing: 0.2em;
  transform: translateX(-50%);
}
.mind-orbit-a {
  width: 450px;
  height: 450px;
}
.mind-orbit-b {
  width: 310px;
  height: 310px;
  border-style: dashed;
}
.mind-orbit-c {
  width: 190px;
  height: 190px;
}
.mind-center {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 70px rgba(224, 111, 61, 0.28);
  transform: translate(-50%, -50%);
}
.mind-center strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}
.mind-center small {
  font-size: 7px;
  letter-spacing: 0.2em;
}
.mind-visual > p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #63776a;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
.body-frame {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 310px;
  height: 430px;
  border: 1px solid rgba(28, 58, 19, 0.3);
  border-radius: 48% 48% 32% 32%;
  transform: translate(-50%, -50%);
}
.body-frame::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 19%;
  width: 98px;
  height: 98px;
  border: 1px solid var(--forest);
  border-radius: 50%;
  transform: translateX(-50%);
}
.body-frame b {
  position: absolute;
  left: 50%;
  top: calc(19% + 39px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--orange);
  transform: translateX(-50%);
}
.body-frame i {
  position: absolute;
  width: 1px;
  background: var(--line);
}
.body-frame i:first-child {
  left: 23%;
  top: 42%;
  height: 38%;
}
.body-frame i:nth-child(2) {
  left: 42%;
  top: 42%;
  height: 45%;
}
.body-frame i:nth-child(3) {
  right: 42%;
  top: 42%;
  height: 45%;
}
.body-frame i:nth-child(4) {
  right: 23%;
  top: 42%;
  height: 38%;
}
.body-pulse {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.pulse-a {
  left: 3%;
  top: 20%;
  width: 82px;
  height: 82px;
}
.pulse-b {
  right: 3%;
  bottom: 14%;
  width: 132px;
  height: 132px;
}
.body-label {
  position: absolute;
  color: #718077;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.label-sense {
  left: 2%;
  top: 14%;
}
.label-move {
  right: 2%;
  top: 24%;
}
.label-act {
  right: 3%;
  bottom: 9%;
}
.together {
  padding: 150px max(28px, calc((100vw - 1220px) / 2));
  color: white;
  background: linear-gradient(145deg, #24471b, #0b2415);
}
.together-head {
  text-align: center;
}
.together-head h2 {
  margin: 38px auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.together-head h2 span:first-child {
  color: #c7dac1;
}
.together-head h2 span:last-child {
  color: #fff;
}
.together-head h2 i {
  color: var(--orange);
  font-size: 0.55em;
  font-weight: 400;
}
.together-head > p:last-child {
  margin: 0;
  color: #8fa18f;
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
}
.connection {
  margin: 100px 0 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
}
.connection > div {
  min-height: 155px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
}
.connection > div span {
  color: var(--orange);
  font-size: 8px;
}
.connection > div strong {
  margin: auto 0 5px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}
.connection > div small {
  color: #829586;
  font-size: 7px;
  letter-spacing: 0.14em;
}
.connection > i {
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}
.connection-note {
  max-width: 700px;
  margin: 0 auto;
  color: #8fa193;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
.scenes {
  padding: 145px max(28px, calc((100vw - 1360px) / 2));
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 88% 12%, rgba(90, 136, 77, 0.2), transparent 28rem),
    var(--deep);
}
.scenes-head {
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: end;
  gap: 90px;
}
.scenes-head h2 {
  margin-top: 30px;
}
.scenes-head h2 em {
  color: #b8d4b2;
  font-weight: inherit;
}
.scenes-intro {
  padding-bottom: 4px;
}
.scenes-intro p {
  max-width: 560px;
  margin: 0;
  color: #b4c1b8;
  font-size: 14px;
  line-height: 1.9;
}
.scenes-intro small {
  display: block;
  margin-top: 18px;
  color: #71847a;
  font-size: 9px;
  line-height: 1.6;
}
.scene-stage {
  position: relative;
  width: min(100%, 1120px);
  aspect-ratio: 1672 / 941;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.28);
}
.scene-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #101a16;
}
.scene-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 18%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(3, 11, 7, 0.25));
}
.scene-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}
.scene-media img.is-changing {
  opacity: 0.42;
  transform: scale(0.997);
}
.scene-scale {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(3, 12, 8, 0.68);
  color: rgba(255, 255, 255, 0.76);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  backdrop-filter: blur(10px);
}
.scene-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: white;
  background: rgba(3, 12, 8, 0.62);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}
.scene-arrow-prev {
  left: 18px;
}
.scene-arrow-next {
  right: 18px;
}
.scene-arrow:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(3, 12, 8, 0.82);
  transform: translateY(-50%) scale(1.04);
}
.scene-arrow:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}
.scene-stage figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 148px;
  padding: 48px 34px 28px;
  display: grid;
  grid-template-columns: 76px minmax(220px, 0.72fr) minmax(320px, 1.28fr);
  align-items: center;
  gap: 28px;
  background: linear-gradient(transparent, rgba(2, 10, 6, 0.92) 48%);
}
.scene-stage figcaption > span {
  align-self: start;
  padding-top: 7px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.scene-stage figcaption h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.scene-stage figcaption p {
  max-width: 560px;
  margin: 0;
  color: #a6b5ac;
  font-size: 13px;
  line-height: 1.8;
}
.scene-options {
  width: min(100%, 1120px);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.scene-option {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: white;
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
  cursor: pointer;
  opacity: 0.58;
  transition:
    opacity 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}
.scene-option:hover {
  opacity: 0.86;
  transform: translateY(-2px);
}
.scene-option[aria-pressed="true"] {
  border-color: rgba(224, 111, 61, 0.8);
  background: rgba(255, 255, 255, 0.075);
  opacity: 1;
}
.scene-option:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
  opacity: 1;
}
.scene-option > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  object-fit: cover;
}
.scene-option > span {
  min-height: 54px;
  padding: 12px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.scene-option b {
  color: var(--orange);
  font-size: 8px;
  letter-spacing: 0.1em;
}
.scene-option strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.life {
  padding: 150px max(28px, calc((100vw - 1220px) / 2));
  background: #edede9;
}
.life-intro {
  max-width: 650px;
}
.life-intro > p:last-child {
  margin: 28px 0 70px;
  color: #6c776f;
  font-size: 14px;
}
.life-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.life-card {
  position: relative;
  min-height: 470px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.45);
}
.life-card > span {
  color: #728077;
  font-size: 9px;
  font-weight: 800;
}
.life-card h3 {
  margin: 53px 0 16px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -0.04em;
}
.life-card p {
  margin: 0;
  color: #6d7771;
  font-size: 12px;
  line-height: 1.8;
}
.life-card > i {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 35px;
  height: 130px;
}
.people-art {
  display: flex;
  align-items: end;
  justify-content: space-around;
  border-bottom: 1px solid var(--line);
}
.people-art b {
  width: 45px;
  height: 45px;
  border: 1px solid var(--forest);
  border-radius: 50%;
}
.people-art b:nth-child(2) {
  width: 70px;
  height: 70px;
  background: var(--forest);
}
.memory-art b {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid var(--forest);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.memory-art b:first-child {
  width: 125px;
  height: 125px;
}
.memory-art b:nth-child(2) {
  width: 75px;
  height: 75px;
}
.memory-art b:nth-child(3) {
  width: 25px;
  height: 25px;
  background: var(--orange);
  border: 0;
}
.result-art {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-art::before {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  height: 1px;
  background: var(--forest);
}
.result-art b {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--forest);
  border-radius: 50%;
  background: #edede9;
}
.result-art b:first-child,
.result-art b:last-child {
  background: var(--forest);
}
.finishes {
  min-height: 980px;
  padding: 130px max(28px, calc((100vw - 1360px) / 2));
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 70px;
  overflow: hidden;
  background: #e5e2dc;
}
.finishes-copy {
  position: relative;
  z-index: 1;
}
.finishes-copy h2 {
  margin: 28px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.3vw, 75px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.finishes-copy h2 em {
  color: var(--forest);
  font-weight: inherit;
}
.finishes-intro {
  max-width: 500px;
  margin: 30px 0 36px;
  color: #68736c;
  font-size: 14px;
  line-height: 1.85;
}
.config-label {
  margin: 0 0 12px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #39453f;
}
.config-label span {
  color: var(--orange);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.config-label b {
  font-size: 12px;
  letter-spacing: 0.08em;
}
.config-label small {
  color: #8b948f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.skin-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.skin-option {
  position: relative;
  width: 46px;
  height: 46px;
  padding: 5px;
  border: 1px solid rgba(19, 34, 27, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.52);
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.skin-option span {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--skin-a) 0 49%, var(--skin-b) 51% 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.13);
}
.skin-option:hover {
  transform: translateY(-2px);
}
.skin-option[aria-pressed="true"] {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(28, 58, 19, 0.12);
}
.skin-option:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}
.skin-meta {
  min-height: 116px;
  margin-top: 30px;
  padding-top: 22px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 5px 18px;
  border-top: 1px solid rgba(19, 34, 27, 0.14);
}
.skin-meta > span {
  grid-row: 1 / 3;
  padding-top: 5px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.skin-meta h3 {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: var(--forest);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}
.skin-meta h3 b {
  font-weight: inherit;
}
.skin-meta h3 small {
  color: #747e77;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.skin-meta p {
  margin: 0;
  color: #747e77;
  font-size: 11px;
}
.accessory-picker {
  margin-top: 6px;
  padding-top: 22px;
  border-top: 1px solid rgba(19, 34, 27, 0.14);
}
.accessory-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 8px;
}
.accessory-options[data-visible-count="3"] {
  grid-template-columns: repeat(3, minmax(72px, 1fr));
}
.accessory-options[data-visible-count="2"] {
  grid-template-columns: repeat(2, minmax(72px, 1fr));
}
.accessory-option {
  min-width: 0;
  padding: 5px 5px 8px;
  display: grid;
  gap: 7px;
  border: 1px solid rgba(19, 34, 27, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.44);
  color: #637069;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.accessory-option:hover {
  transform: translateY(-2px);
}
.accessory-option[aria-pressed="true"] {
  border-color: var(--forest);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 0 3px rgba(28, 58, 19, 0.1);
  color: var(--forest);
}
.accessory-option:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}
.accessory-option[hidden] {
  display: none;
}
.accessory-option > b {
  overflow: hidden;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.accessory-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 9px;
  background-color: #cbc6bf;
  background-image: var(--accessory-thumb-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.accessory-option.is-exclusive .accessory-thumb i {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 3px 4px;
  border-radius: 999px;
  background: rgba(87, 46, 59, 0.82);
  color: #fff4f6;
  font-size: 5px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.04em;
}
.accessory-option.is-none .accessory-thumb {
  background:
    radial-gradient(circle at 50% 50%, rgba(242, 166, 74, 0.9) 0 5%, transparent 6%),
    radial-gradient(circle at 50% 50%, transparent 0 20%, rgba(230, 226, 219, 0.72) 21% 23%, transparent 24%),
    linear-gradient(145deg, #242925, #7e827e);
}
.accessory-option.is-none .accessory-thumb i {
  color: rgba(255, 255, 255, 0.82);
  font-size: 7px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.16em;
}
.configuration-summary {
  margin-top: 18px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 12px;
  background: rgba(20, 32, 26, 0.075);
}
.configuration-summary > span {
  color: #7f8983;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}
.configuration-summary p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-size: 11px;
}
.configuration-summary p b,
.configuration-summary p strong {
  font-weight: 800;
}
.configuration-summary p i {
  color: var(--orange);
  font-style: normal;
}
.finishes-note {
  margin-top: 12px;
  display: block;
  color: #8c948f;
  font-size: 9px;
  line-height: 1.6;
}
.skin-stage {
  position: relative;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 1672 / 941;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(19, 34, 27, 0.12);
  border-radius: 30px;
  background: #d9d4cd;
  box-shadow: 0 32px 90px rgba(32, 42, 36, 0.15);
}
.product-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.skin-stage img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}
.configuration-badge {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  z-index: 3;
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(20, 27, 23, 0.66);
  color: rgba(255, 255, 255, 0.86);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  backdrop-filter: blur(12px);
}
.configuration-badge i {
  color: var(--orange);
  font-style: normal;
}
.configuration-badge b {
  font-weight: inherit;
}
.skin-stage img.is-changing {
  opacity: 0.35;
  transform: scale(0.996);
}
.skin-stage figcaption {
  z-index: 3;
  position: absolute;
  left: 24px;
  bottom: 20px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(246, 246, 244, 0.74);
  color: #5f6963;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  backdrop-filter: blur(12px);
}
.first-generation {
  position: relative;
  min-height: 720px;
  padding: 135px max(28px, calc((100vw - 1220px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  overflow: hidden;
  color: white;
  background: var(--deep);
}
.first-copy > p:last-child {
  max-width: 540px;
  margin: 34px 0 0;
  color: #8fa097;
  font-size: 14px;
  line-height: 1.85;
}
.first-mark {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}
.first-mark > div {
  position: absolute;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(99, 149, 82, 0.15);
}
.first-mark > div::before,
.first-mark > div::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.first-mark > div::before {
  width: 230px;
  height: 230px;
}
.first-mark > div::after {
  width: 100px;
  height: 100px;
  background: var(--orange);
  border: 0;
}
.first-mark > div span {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  font-family: var(--serif);
  font-size: 24px;
  transform: translate(-50%, -50%);
}
.first-mark > p {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #75867b;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.18em;
  text-align: center;
}
.first-mark > p i {
  color: var(--orange);
  font-style: normal;
}
.first-generation > a {
  position: absolute;
  right: max(28px, calc((100vw - 1220px) / 2));
  bottom: 45px;
  color: #8fa095;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
}
.first-generation > a span {
  margin-left: 18px;
  color: var(--orange);
}
footer {
  min-height: 210px;
  padding: 48px max(28px, calc((100vw - 1360px) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
  background: #020905;
  color: white;
}
.footer-logo img {
  width: 120px;
}
footer > p {
  margin: 0;
  color: #7f9185;
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
}
footer > div {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
  color: #748278;
  font-size: 9px;
  letter-spacing: 0.1em;
}
footer > div a {
  color: #9cac9f;
  text-decoration: none;
}
.theme-picker {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}
.theme-picker button {
  width: 27px;
  height: 27px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.theme-picker button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
.theme-picker button[aria-pressed="true"] {
  background: rgba(255, 255, 255, 0.14);
}
.swatch {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.14);
}
.swatch-green {
  background: #1c3a13;
}
.swatch-blue {
  background: #071c30;
}

html[data-home-theme="blue"] {
  --forest: #0b3453;
  --deep: #020914;
  --sage: #cbd7df;
  --muted: #6d7d88;
  --line: rgba(45, 96, 132, 0.18);
}
html[data-home-theme="blue"] body {
  background: #f3f5f6;
}
html[data-home-theme="blue"] .topbar::before {
  background: rgba(2, 9, 20, 0.91);
}
html[data-home-theme="blue"] .hero {
  background:
    radial-gradient(circle at 79% 35%, rgba(44, 111, 158, 0.34), transparent 25rem),
    radial-gradient(circle at 7% 90%, rgba(224, 111, 61, 0.11), transparent 24rem), #020914;
}
html[data-home-theme="blue"] .presence-glow {
  background: radial-gradient(circle, rgba(88, 162, 207, 0.2), transparent 67%);
}
html[data-home-theme="blue"] .mind-core {
  background: radial-gradient(circle at 38% 32%, #315f7f, #08243a 68%);
  box-shadow: 0 0 70px rgba(72, 142, 187, 0.25);
}
html[data-home-theme="blue"] .product-statement {
  background: #e4eaee;
}
html[data-home-theme="blue"] .mind-section,
html[data-home-theme="blue"] .first-generation {
  background: #020914;
}
html[data-home-theme="blue"] .mind-orbit span {
  background: #020914;
  color: #7794a8;
}
html[data-home-theme="blue"] .bodie-section {
  background: #f3f5f6;
}
html[data-home-theme="blue"] .together {
  background: linear-gradient(145deg, #0b3554, #03101d);
}
html[data-home-theme="blue"] .together-head h2 span:first-child {
  color: #bbd8e9;
}
html[data-home-theme="blue"] .scenes {
  background:
    radial-gradient(circle at 88% 12%, rgba(44, 111, 158, 0.24), transparent 28rem),
    #020914;
}
html[data-home-theme="blue"] .scenes-head h2 em {
  color: #bbd8e9;
}
html[data-home-theme="blue"] .finishes {
  background: #dfe4e7;
}
html[data-home-theme="blue"] .skin-option[aria-pressed="true"] {
  border-color: #17476b;
  box-shadow: 0 0 0 3px rgba(23, 71, 107, 0.13);
}
html[data-home-theme="blue"] .accessory-option[aria-pressed="true"] {
  border-color: #17476b;
  box-shadow: 0 0 0 3px rgba(23, 71, 107, 0.13);
}
html[data-home-theme="blue"] .life {
  background: #e9eef1;
}
html[data-home-theme="blue"] .result-art b {
  background: #e9eef1;
}
html[data-home-theme="blue"] .result-art b:first-child,
html[data-home-theme="blue"] .result-art b:last-child {
  background: var(--forest);
}
html[data-home-theme="blue"] footer {
  background: #01050b;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin-reverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy {
    padding-top: 30px;
  }
  .robot-presence {
    width: min(100%, 640px);
    justify-self: center;
  }
  .half {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .bodie-section .bodie-visual {
    order: 2;
  }
  .life-grid {
    grid-template-columns: 1fr;
  }
  .scenes-head {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .scene-stage {
    aspect-ratio: auto;
  }
  .scene-media {
    height: auto;
    aspect-ratio: 1672 / 941;
  }
  .scene-stage figcaption {
    position: static;
    min-height: 0;
    padding: 26px 28px 30px;
    grid-template-columns: 64px minmax(0, 0.72fr) minmax(240px, 1.28fr);
    gap: 22px;
    background: transparent;
  }
  .scene-stage figcaption p {
    grid-column: auto;
  }
  .scene-options {
    padding: 3px 3px 14px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .scene-option {
    min-width: 225px;
    flex: 0 0 225px;
    scroll-snap-align: start;
  }
  .life-card {
    min-height: 390px;
  }
  .finishes {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .finishes-copy {
    max-width: 680px;
  }
  .connection {
    grid-template-columns: 1fr;
  }
  .connection > i {
    width: 1px;
    height: 25px;
    justify-self: center;
  }
  .first-generation {
    grid-template-columns: 1fr;
  }
  .topbar nav {
    display: none;
  }
}
@media (max-width: 680px) {
  .topbar {
    height: 72px;
  }
  .logo img {
    width: 110px;
  }
  .nav-cta {
    display: none;
  }
  .theme-picker {
    margin-left: auto;
  }
  .hero {
    padding-top: 120px;
  }
  .hero-intro {
    font-size: 14px;
  }
  .robot-presence {
    margin-top: 20px;
  }
  .presence-caption {
    display: none;
  }
  .product-statement {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-statement blockquote br {
    display: none;
  }
  .statement-note {
    grid-template-columns: 40px 1fr;
  }
  .half,
  .together,
  .scenes,
  .life,
  .finishes,
  .first-generation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .half-copy ul {
    grid-template-columns: 1fr;
  }
  .mind-visual,
  .bodie-visual {
    min-height: 420px;
  }
  .mind-orbit-a {
    width: 330px;
    height: 330px;
  }
  .mind-orbit-b {
    width: 230px;
    height: 230px;
  }
  .mind-orbit-c {
    width: 140px;
    height: 140px;
  }
  .body-frame {
    width: 250px;
    height: 360px;
  }
  .together-head h2 {
    flex-direction: column;
    gap: 12px;
  }
  .connection {
    margin-top: 65px;
  }
  .scenes-head {
    margin-bottom: 46px;
  }
  .scene-stage {
    border-radius: 18px;
  }
  .scene-scale {
    right: 10px;
    bottom: 9px;
    padding: 6px 8px;
    font-size: 7px;
  }
  .scene-arrow {
    width: 38px;
    height: 38px;
  }
  .scene-arrow-prev {
    left: 10px;
  }
  .scene-arrow-next {
    right: 10px;
  }
  .scene-stage figcaption {
    padding: 23px 20px 26px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .scene-stage figcaption > span {
    padding-top: 0;
  }
  .scene-stage figcaption p {
    grid-column: 1;
  }
  .scene-option {
    min-width: 210px;
    flex-basis: 210px;
  }
  .life-card {
    min-height: 420px;
  }
  .skin-options {
    gap: 8px;
  }
  .skin-option {
    width: 42px;
    height: 42px;
  }
  .accessory-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .configuration-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .skin-meta h3 {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .skin-stage {
    max-width: none;
    justify-self: stretch;
    border-radius: 20px;
  }
  .skin-stage figcaption {
    left: 14px;
    bottom: 13px;
  }
  .configuration-badge {
    top: 9px;
    right: 9px;
    max-width: calc(100% - 18px);
    padding: 7px 9px;
    font-size: 7px;
  }
  .first-mark {
    min-height: 390px;
  }
  .first-mark > div {
    width: 320px;
    height: 320px;
  }
  .first-mark > div::before {
    width: 180px;
    height: 180px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  footer > div {
    align-items: start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .presence-shell {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .robot-presence {
    transform: none !important;
  }
  .scene-media img,
  .scene-option,
  .scene-arrow {
    transition: none;
  }
}
