@font-face {
  font-family: "Michroma";
  src: url("./assets/michroma-regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #050505;
  --bg-soft: #0a0a0a;
  --fg: #f2f3f3;
  --muted: #8b8d90;
  --line: rgba(255, 255, 255, 0.14);
  --line-bright: rgba(255, 255, 255, 0.34);
  --glass: rgba(14, 14, 14, 0.52);
  --mx: 50vw;
  --my: 35vh;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--fg);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial,
    "PingFang SC", "Hiragino Sans GB", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: #050505;
  background: #fff;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.pointer-light {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: radial-gradient(42rem circle at var(--mx) var(--my), rgba(255, 255, 255, 0.075), transparent 58%);
  pointer-events: none;
}

.page-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: 1px;
  background: transparent;
}

.page-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: fixed;
  top: 1.15rem;
  right: clamp(1rem, 3vw, 3rem);
  left: clamp(1rem, 3vw, 3rem);
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.15rem;
  padding: 0.6rem clamp(0.9rem, 1.8vw, 1.4rem);
  border: 1px solid transparent;
  background: rgba(5, 5, 5, 0.06);
  backdrop-filter: blur(6px);
  transition: background 400ms ease, border-color 400ms ease, backdrop-filter 400ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(8, 8, 8, 0.74);
  backdrop-filter: blur(24px) saturate(130%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}

.brand img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: cover;
  transform: scale(1.55);
}

.brand-lockup {
  display: grid;
  gap: 0.16rem;
}

.brand-lockup strong {
  font-family: "Michroma", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.brand-lockup small {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

nav a {
  position: relative;
  padding: 0.75rem 0;
  color: #a9abad;
  font-size: 0.86rem;
  text-decoration: none;
  transition: color 220ms ease;
}

nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.45rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms ease;
}

nav a:hover,
nav a:focus-visible,
nav a.is-active {
  color: #fff;
}

nav a:hover::after,
nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: clamp(7rem, 12vh, 10rem) clamp(1.25rem, 4vw, 4.5rem) 2rem;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 72% 42%, rgba(255, 255, 255, 0.08), transparent 31%),
    linear-gradient(112deg, #030303 0%, #0b0b0b 54%, #050505 100%);
  content: "";
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 65%, var(--bg));
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: clamp(72px, 8vw, 132px) clamp(72px, 8vw, 132px);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 70%);
}

.hero-orbit {
  position: absolute;
  top: 48%;
  right: -17vw;
  z-index: -1;
  width: min(80vw, 78rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: inset 0 0 12rem rgba(255, 255, 255, 0.015);
  transform: translateY(-50%);
}

.hero-orbit::before,
.hero-orbit::after {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: inherit;
  content: "";
}

.hero-orbit::after {
  inset: 22%;
}

.hero-copy {
  position: relative;
  z-index: 4;
  align-self: center;
  width: min(53rem, 66vw);
  margin-top: -10vh;
}

.kicker {
  margin: 0 0 1.5rem;
  color: #a6a8aa;
  font-family: "Michroma", sans-serif;
  font-size: clamp(0.67rem, 0.8vw, 0.78rem);
  letter-spacing: 0.24em;
}

h1 {
  margin: 0;
  font-weight: 400;
}

h1 > span:first-child {
  display: block;
  font-family: "Michroma", sans-serif;
  font-size: clamp(4rem, 10.5vw, 10.2rem);
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.cn-title {
  display: block;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.4rem, 2.3vw, 2.4rem);
  font-weight: 300;
  letter-spacing: 0.52em;
}

.hero-belief {
  margin: 2.25rem 0 0;
  color: #a6a8aa;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 300;
  letter-spacing: 0.12em;
}

.hero-product {
  position: absolute;
  top: 10%;
  right: clamp(4%, 8vw, 11%);
  z-index: 2;
  width: min(29vw, 29rem);
  transform: translate3d(var(--px, 0), var(--py, 0), 0) rotate(1.5deg);
  transform-origin: center;
  transition: transform 180ms ease-out;
  filter: drop-shadow(0 2.5rem 5rem rgba(0, 0, 0, 0.48));
}

.hero-product::after {
  position: absolute;
  right: 1%;
  bottom: -1%;
  left: 1%;
  z-index: -1;
  height: 16%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(42px);
  content: "";
}

.hero-product img {
  width: 100%;
  height: auto;
}

.hero-product-label {
  position: absolute;
  right: -4%;
  bottom: 5%;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--line);
  color: #c5c6c7;
  background: rgba(5, 5, 5, 0.35);
  backdrop-filter: blur(12px);
  font-family: "Michroma", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.hero-slogan {
  position: absolute;
  right: 2vw;
  bottom: 6vh;
  left: 2vw;
  z-index: 3;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: transparent;
  font-family: "Michroma", sans-serif;
  font-size: clamp(2.6rem, 8.2vw, 8rem);
  letter-spacing: -0.055em;
  line-height: 0.82;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.34);
  pointer-events: none;
}

.hero-slogan strong {
  color: #f3f4f4;
  font-weight: 400;
  -webkit-text-stroke: 0;
}

.scroll-cue {
  position: absolute;
  bottom: 2rem;
  left: clamp(1.25rem, 4vw, 4.5rem);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #8b8d90;
  font-family: "Michroma", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.scroll-cue i {
  position: relative;
  width: 3rem;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  background: #fff;
  content: "";
  animation: scan 2.4s ease-in-out infinite;
  transform: translateX(-100%);
}

.intro-item {
  opacity: 0;
  animation: enter 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-copy .intro-item:nth-child(1) {
  animation-delay: 160ms;
}

.hero-copy .intro-item:nth-child(2) {
  animation-delay: 280ms;
}

.hero-copy .intro-item:nth-child(3) {
  animation-delay: 430ms;
}

.hero-product.intro-item {
  animation-delay: 520ms;
}

@keyframes enter {
  from {
    opacity: 0;
    translate: 0 1.25rem;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes scan {
  50%,
  100% {
    transform: translateX(100%);
  }
}

.section-shell {
  width: min(100% - clamp(2rem, 8vw, 9rem), 1480px);
  margin-inline: auto;
}

.section-index {
  display: grid;
  grid-template-columns: 4rem auto;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: #707276;
  font-family: "Michroma", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.2em;
}

.philosophy {
  position: relative;
  min-height: 120svh;
  padding-top: clamp(8rem, 16vw, 15rem);
  padding-bottom: clamp(8rem, 14vw, 14rem);
}

.philosophy-copy {
  display: grid;
  margin-top: clamp(5rem, 10vw, 10rem);
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.34fr);
  gap: clamp(3rem, 7vw, 8rem);
}

.statement-title {
  margin: 0;
  font-family: "Michroma", sans-serif;
  font-size: clamp(2.8rem, 6.4vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.statement-title > span {
  display: block;
}

.statement-title .statement-shift {
  margin-top: 0.65em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

.philosophy-cn {
  align-self: end;
  padding-bottom: 0.7rem;
  color: #87898c;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  font-weight: 300;
  line-height: 1.95;
}

.philosophy-cn p {
  margin: 0 0 1rem;
}

.philosophy-cn strong {
  display: block;
  margin-top: 2.2rem;
  color: #e8e9e9;
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.philosophy-signature {
  margin: clamp(7rem, 15vw, 16rem) 0 0;
  color: transparent;
  font-family: "Michroma", sans-serif;
  font-size: clamp(3.6rem, 10.6vw, 11.4rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-align: center;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
}

.featured-product {
  position: relative;
  overflow: clip;
  background: #080808;
}

.product-intro {
  padding-top: clamp(8rem, 14vw, 13rem);
}

.product-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 4rem;
  margin-top: clamp(4rem, 7vw, 7rem);
}

.product-heading h2 {
  margin: 0;
  font-family: "Michroma", sans-serif;
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.product-heading p {
  margin: 1.5rem 0 0;
  color: #d6d7d7;
  font-size: clamp(1rem, 1.55vw, 1.45rem);
  font-weight: 300;
  letter-spacing: 0.04em;
}

.product-heading .product-cn {
  margin-top: 0.65rem;
  color: #77797c;
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.transparent-badge {
  position: relative;
  display: grid;
  min-width: min(100%, 28rem);
  padding: 1.3rem 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.23);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.09), transparent 38%, rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.018);
  backdrop-filter: blur(16px);
  gap: 0.55rem;
}

.transparent-badge::before {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -22%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.23), transparent);
  content: "";
  animation: badgeSweep 5.6s ease-in-out infinite;
  transform: skewX(-18deg);
}

.transparent-badge strong,
.transparent-badge small {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}

.transparent-badge strong {
  font-size: clamp(1.1rem, 2vw, 1.8rem);
}

.transparent-badge small {
  color: #77797c;
  font-size: 0.57rem;
}

.badge-corner {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-color: #fff;
}

.badge-corner--tl {
  top: -1px;
  left: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.badge-corner--tr {
  top: -1px;
  right: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.badge-corner--bl {
  bottom: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.badge-corner--br {
  right: -1px;
  bottom: -1px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.product-stage {
  position: relative;
  min-height: clamp(760px, 100vw, 1250px);
  margin-top: clamp(4rem, 7vw, 8rem);
  overflow: hidden;
  isolation: isolate;
}

.stage-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px);
  background-size: clamp(60px, 7vw, 120px) clamp(60px, 7vw, 120px);
  mask-image: linear-gradient(transparent, #000 18%, #000 82%, transparent);
}

.product-halo {
  position: absolute;
  top: 15%;
  left: 50%;
  z-index: -2;
  width: min(72vw, 72rem);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.008) 52%, transparent 70%);
  transform: translateX(-50%);
}

.product-halo::before,
.product-halo::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: inherit;
  content: "";
}

.product-halo::before {
  inset: 12%;
}

.product-halo::after {
  inset: 28%;
}

.product-device {
  position: absolute;
  top: 11%;
  left: 50%;
  z-index: 1;
  width: min(37vw, 34rem);
  transform: translate3d(calc(-50% + var(--dx, 0px)), var(--dy, 0px), 0) rotate(0.7deg);
  transition: transform 220ms ease-out;
  filter: drop-shadow(0 4rem 6rem rgba(0, 0, 0, 0.58));
}

.product-device picture {
  display: block;
  animation: floatProduct 7s ease-in-out infinite;
}

.callout {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #9a9c9f;
  font-family: "Michroma", sans-serif;
  font-size: clamp(0.58rem, 0.75vw, 0.7rem);
  letter-spacing: 0.14em;
}

.callout::after {
  width: clamp(4rem, 9vw, 10rem);
  height: 1px;
  background: linear-gradient(90deg, var(--line-bright), transparent);
  content: "";
}

.callout span {
  color: #55575a;
}

.callout strong {
  font-weight: 400;
}

.callout--display {
  top: 22%;
  left: 8%;
}

.callout--pcb {
  top: 51%;
  right: 4%;
  flex-direction: row-reverse;
}

.callout--pcb::after {
  background: linear-gradient(270deg, var(--line-bright), transparent);
}

.callout--shell {
  bottom: 22%;
  left: 12%;
}

.product-reveal-copy {
  position: absolute;
  right: 6%;
  bottom: 10%;
  z-index: 3;
  margin: 0;
  text-align: right;
}

.product-reveal-copy span,
.product-reveal-copy strong {
  display: block;
}

.product-reveal-copy span {
  color: #6f7174;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.product-reveal-copy strong {
  margin-top: 0.6rem;
  font-family: "Michroma", sans-serif;
  font-size: clamp(1.4rem, 3.3vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.products {
  padding-top: clamp(8rem, 14vw, 14rem);
  padding-bottom: clamp(8rem, 14vw, 14rem);
}

.products-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-top: clamp(4rem, 7vw, 7rem);
}

.products-header h2 {
  margin: 0;
  font-family: "Michroma", sans-serif;
  font-size: clamp(3.2rem, 8vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.products-header p {
  max-width: 22rem;
  margin: 0;
  color: #77797c;
  font-size: 1rem;
  line-height: 1.65;
}

.product-grid {
  display: grid;
  margin-top: clamp(4rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1.75fr) minmax(16rem, 0.6fr);
  gap: 1rem;
}

.product-card,
.future-slot {
  min-height: 42rem;
  border: 1px solid var(--line);
}

.product-card {
  overflow: hidden;
  background: #090909;
}

.product-card > a {
  display: grid;
  height: 100%;
  text-decoration: none;
  grid-template-rows: 1fr auto;
}

.product-card-visual {
  position: relative;
  display: grid;
  min-height: 42rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.1), transparent 46%),
    #0b0b0b;
  place-items: center;
}

.product-card-visual::before {
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.product-card-visual img {
  position: relative;
  z-index: 1;
  width: min(44%, 25rem);
  max-height: 38rem;
  object-fit: contain;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.card-scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22%;
  z-index: 2;
  width: 12%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.09), transparent);
  opacity: 0;
  transform: skewX(-14deg);
  transition: opacity 300ms ease, left 1.1s ease;
}

.product-card a:hover .product-card-visual img,
.product-card a:focus-visible .product-card-visual img {
  transform: scale(1.025) translateY(-0.25rem);
}

.product-card a:hover .card-scan,
.product-card a:focus-visible .card-scan {
  left: 112%;
  opacity: 1;
}

.product-card-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  min-height: 12rem;
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border-top: 1px solid var(--line);
}

.product-tag {
  color: #77797c;
  font-family: "Michroma", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
}

.product-card h3 {
  margin: 0.8rem 0 0.45rem;
  font-family: "Michroma", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 400;
}

.product-card-meta p {
  margin: 0;
  color: #77797c;
}

.card-link {
  flex: 0 0 auto;
  color: #dfe0e0;
  font-size: 0.88rem;
}

.card-link i {
  display: inline-block;
  margin-left: 0.6rem;
  font-style: normal;
  transition: transform 250ms ease;
}

.product-card a:hover .card-link i,
.product-card a:focus-visible .card-link i {
  transform: translateX(0.35rem);
}

.future-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  overflow: hidden;
  color: #525457;
}

.future-slot::before,
.future-slot::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  content: "";
}

.future-slot::before {
  top: 50%;
  right: -25%;
  left: -25%;
  height: 1px;
  transform: rotate(62deg);
}

.future-slot::after {
  top: 50%;
  right: -25%;
  left: -25%;
  height: 1px;
  transform: rotate(-62deg);
}

.future-slot span {
  font-family: "Michroma", sans-serif;
  font-size: 0.63rem;
  letter-spacing: 0.2em;
}

.future-slot p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

.brand-statement {
  position: relative;
  height: 220vh;
  background: #f0f1f1;
  color: #050505;
}

.statement-field {
  position: sticky;
  top: 0;
  display: grid;
  align-content: center;
  width: 100%;
  height: 100svh;
  padding: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
  isolation: isolate;
}

.statement-field::before {
  position: absolute;
  top: -20%;
  right: -15%;
  z-index: -1;
  width: 58vw;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 50%;
  box-shadow: inset 0 0 8rem rgba(255, 255, 255, 0.85);
  content: "";
}

.statement-meta {
  position: absolute;
  top: clamp(2rem, 5vw, 5rem);
  left: clamp(2rem, 5vw, 5rem);
  margin: 0;
  color: #6e7072;
  font-family: "Michroma", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
}

.statement-layer {
  grid-area: 1 / 1;
  transition: opacity 120ms linear, transform 120ms linear;
}

.statement-layer h2,
.statement-layer p {
  margin: 0;
  font-family: "Michroma", sans-serif;
  font-size: clamp(3.4rem, 9.5vw, 10rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.statement-layer--through {
  opacity: calc(1 - var(--statement-phase, 0));
  transform: translateY(calc(var(--statement-phase, 0) * -3rem));
}

.statement-layer--core {
  opacity: var(--statement-phase, 0);
  transform: translateY(calc((1 - var(--statement-phase, 0)) * 3rem));
}

.statement-layer--core strong {
  color: transparent;
  font-weight: 400;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.52);
}

.statement-caption {
  position: absolute;
  right: clamp(2rem, 5vw, 5rem);
  bottom: clamp(2rem, 5vw, 5rem);
  max-width: 30rem;
  color: #5f6163;
  text-align: right;
}

.statement-caption p {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  line-height: 1.6;
}

.statement-caption strong {
  color: #050505;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.contact {
  min-height: 100svh;
  padding-top: clamp(8rem, 14vw, 14rem);
  padding-bottom: clamp(7rem, 12vw, 12rem);
}

.contact-layout {
  display: grid;
  align-items: end;
  margin-top: clamp(5rem, 10vw, 10rem);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.42fr);
  gap: clamp(4rem, 9vw, 10rem);
}

.contact h2 {
  margin: 0;
  font-family: "Michroma", sans-serif;
  font-size: clamp(2.7rem, 6.5vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.contact h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}

.contact-panel > p {
  margin: 0 0 2rem;
  color: #dfe0e0;
  font-size: 1.1rem;
}

.contact-panel ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.contact-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.2rem;
  border-bottom: 1px solid var(--line);
}

.contact-panel li span {
  font-family: "Michroma", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.contact-panel li em {
  color: #5e6063;
  font-size: 0.62rem;
  font-style: normal;
  letter-spacing: 0.12em;
}

.site-footer {
  display: grid;
  align-items: end;
  min-height: 26rem;
  padding: clamp(3rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  background: #020202;
  grid-template-columns: 1fr auto;
  gap: 3rem;
}

.footer-brand {
  display: grid;
  align-self: start;
  gap: 0.5rem;
}

.footer-brand strong {
  font-family: "Michroma", sans-serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.footer-brand span {
  color: #77797c;
  letter-spacing: 0.25em;
}

.footer-brand p {
  margin: 3rem 0 0;
  color: #d6d7d7;
  font-family: "Michroma", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
}

.site-footer nav {
  align-self: start;
}

.site-footer .copyright {
  margin: 0;
  color: #55575a;
  font-size: 0.72rem;
}

.reveal {
  transition: opacity 900ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(2rem);
}

@keyframes badgeSweep {
  0%,
  60% {
    left: -22%;
  }
  100% {
    left: 120%;
  }
}

@keyframes floatProduct {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.8rem);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 920px;
  }

  .hero-copy {
    align-self: start;
    width: 100%;
    margin-top: 12vh;
  }

  .hero-product {
    top: 28%;
    right: 7%;
    width: min(42vw, 26rem);
  }

  .hero-slogan {
    bottom: 8vh;
    display: block;
    font-size: clamp(3.3rem, 12vw, 6rem);
  }

  .hero-slogan strong {
    display: block;
    text-align: right;
  }

  .philosophy-copy,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .philosophy-cn {
    max-width: 34rem;
  }

  .product-heading {
    align-items: start;
    flex-direction: column;
  }

  .transparent-badge {
    min-width: 0;
    width: min(100%, 30rem);
  }

  .product-stage {
    min-height: 1000px;
  }

  .product-device {
    top: 13%;
    width: min(52vw, 28rem);
  }

  .callout--display {
    top: 18%;
    left: 4%;
  }

  .callout--pcb {
    top: 57%;
  }

  .callout--shell {
    bottom: 22%;
    left: 6%;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .future-slot {
    min-height: 16rem;
  }

  .contact-panel {
    max-width: 36rem;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 0.65rem;
    right: 0.65rem;
    left: 0.65rem;
    min-height: 3.8rem;
  }

  .brand img {
    width: 2rem;
    height: 2rem;
  }

  .brand-lockup small {
    display: none;
  }

  nav {
    gap: 1rem;
  }

  nav a {
    font-size: 0.76rem;
  }

  .hero {
    min-height: 830px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .hero-copy {
    margin-top: 10vh;
  }

  h1 > span:first-child {
    font-size: clamp(3.45rem, 17vw, 5.8rem);
  }

  .cn-title {
    font-size: 1.25rem;
  }

  .hero-product {
    top: 35%;
    right: 12%;
    width: min(66vw, 20rem);
  }

  .hero-slogan {
    right: 1rem;
    bottom: 10vh;
    left: 1rem;
    font-size: clamp(2.75rem, 15vw, 4.7rem);
  }

  .scroll-cue {
    bottom: 1.25rem;
    left: 1rem;
  }

  .section-shell {
    width: min(100% - 2rem, 42rem);
  }

  .section-index {
    grid-template-columns: 2.5rem auto;
  }

  .philosophy {
    min-height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .philosophy-copy {
    margin-top: 4.5rem;
    gap: 3.5rem;
  }

  .statement-title {
    font-size: clamp(2.35rem, 11.5vw, 4rem);
  }

  .philosophy-signature {
    margin-top: 7rem;
    font-size: 14.5vw;
  }

  .product-intro {
    padding-top: 7rem;
  }

  .product-heading {
    margin-top: 4rem;
    gap: 2.8rem;
  }

  .product-heading h2 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }

  .product-stage {
    min-height: 860px;
    margin-top: 2.5rem;
  }

  .product-device {
    top: 16%;
    width: min(72vw, 22rem);
  }

  .callout {
    font-size: 0.53rem;
  }

  .callout::after {
    width: 2.8rem;
  }

  .callout--display {
    top: 17%;
  }

  .callout--pcb {
    top: 56%;
  }

  .callout--shell {
    bottom: 25%;
  }

  .product-reveal-copy {
    right: 1rem;
    bottom: 10%;
  }

  .product-card,
  .future-slot {
    min-height: 0;
  }

  .product-card-visual {
    min-height: 34rem;
  }

  .product-card-meta {
    align-items: start;
    min-height: 14rem;
    flex-direction: column;
  }

  .future-slot {
    min-height: 13rem;
  }

  .statement-field {
    padding: 1rem;
  }

  .statement-meta {
    top: 2rem;
    left: 1rem;
  }

  .statement-layer h2,
  .statement-layer p {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .statement-caption {
    right: 1rem;
    bottom: 2rem;
    left: 1rem;
  }

  .contact {
    min-height: auto;
  }

  .contact-layout {
    margin-top: 4.5rem;
    gap: 5rem;
  }

  .contact h2 {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }

  .site-footer {
    min-height: 31rem;
    padding: 3rem 1rem;
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    align-self: end;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .intro-item {
    opacity: 1;
    animation: none;
  }

  .scroll-cue i::after {
    animation: none;
  }

  .hero-product {
    transition: none;
  }

  .transparent-badge::before,
  .product-device picture {
    animation: none;
  }

  .reveal,
  .js .reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
