:root {
  --ink: #fff;
  --muted: rgba(255, 255, 255, .7);
  --line: rgba(255, 255, 255, .28);
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Noto Sans Mono CJK JP", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #090b0a; }
body { margin: 0; color: var(--ink); background: #090b0a; font-family: var(--mono); font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header { position: fixed; z-index: 20; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(20px, 4vw, 64px); color: #fff; mix-blend-mode: difference; }
.wordmark { font-size: 16px; font-weight: 700; letter-spacing: -.05em; }
nav { display: flex; gap: 28px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
nav a { opacity: .72; transition: opacity .25s ease; }
nav a:hover, nav a:focus-visible { opacity: 1; }

.hero, .product-card, .vision, .profile { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; }
.hero-image, .product-image-wrap, .vision-image-wrap, .profile-image-wrap { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; max-width: none; background: #111; }
.hero-image, .product-image-wrap img, .vision-image-wrap img, .profile-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero::after, .product-card::after, .vision::after, .profile::after { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(4, 7, 6, .12) 10%, rgba(4, 7, 6, .3) 52%, rgba(4, 7, 6, .82) 100%); }
.hero-shade { display: none; }
.hero-copy { position: absolute; left: clamp(20px, 8vw, 128px); bottom: clamp(72px, 13vh, 148px); max-width: 780px; }
.eyebrow { margin: 0 0 22px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--mono); font-weight: 700; letter-spacing: -.07em; line-height: .98; }
h1 { margin-bottom: 24px; font-size: clamp(44px, 7.5vw, 108px); }
h2 { font-size: clamp(38px, 6vw, 82px); }
.hero-description { margin: 0; font-size: clamp(12px, 1.4vw, 17px); letter-spacing: .04em; }
.scroll-cue { position: absolute; right: clamp(20px, 4vw, 64px); bottom: 30px; display: flex; align-items: center; gap: 14px; font-size: 9px; letter-spacing: .12em; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 56px; background: currentColor; opacity: .7; }

.products { position: relative; padding: 0; background: #090b0a; }
.section-heading { position: absolute; z-index: 3; inset: 0 0 auto; display: flex; align-items: start; justify-content: space-between; gap: 30px; margin: 0; padding: 110px clamp(20px, 6vw, 96px) 54px; pointer-events: none; }
.section-heading .eyebrow { margin: 0 0 7px; }
.section-heading h2 { max-width: 680px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
.product-card { display: block; min-height: 92svh; }
.product-image-wrap { overflow: hidden; }
.product-image-wrap img { transition: transform .8s cubic-bezier(.2, .65, .25, 1); }
.product-card:hover img, .product-card:focus-visible img { transform: scale(1.035); }
.product-arrow { position: absolute; z-index: 2; top: 28px; right: 28px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: white; font-size: 18px; background: rgba(0,0,0,.12); backdrop-filter: blur(8px); }
.product-meta { position: absolute; z-index: 2; inset: auto clamp(22px, 4vw, 58px) clamp(30px, 6vh, 64px); display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.product-meta span:first-child { font-size: clamp(28px, 4vw, 54px); font-weight: 700; letter-spacing: -.06em; }
.product-meta span:last-child { color: var(--muted); font-size: 10px; text-align: right; }

.vision, .profile { display: flex; align-items: end; padding: clamp(100px, 14vw, 190px) clamp(20px, 8vw, 128px) clamp(64px, 10vh, 108px); }
.vision-image-wrap img { object-position: center 46%; }
.profile-image-wrap img { object-position: center 62%; }
.vision-copy, .profile-copy { width: min(680px, 100%); max-width: none; }
.vision-copy h2, .profile-copy h2 { margin-bottom: 34px; }
.vision-copy p:not(.eyebrow) { max-width: 590px; margin-bottom: 12px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.vision-copy p:last-child { margin-bottom: 0; }
.profile-list { margin: 0; border-top: 1px solid var(--line); }
.profile-list > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.6; }
.profile-list dt { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.profile-list dd { margin: 0; }
.profile-list a { border-bottom: 1px solid currentColor; }

.site-footer { display: flex; justify-content: space-between; padding: 28px clamp(20px, 4vw, 64px); border-top: 1px solid rgba(255,255,255,.12); color: var(--muted); background: #090b0a; font-size: 9px; letter-spacing: .06em; }

@media (max-width: 680px) {
  .site-header { padding-top: 20px; }
  nav { gap: 14px; font-size: 8px; }
  .hero-copy { bottom: 86px; }
  .scroll-cue { bottom: 24px; }
  .section-heading { display: block; padding-top: 92px; padding-bottom: 40px; }
  .section-heading .eyebrow { margin-bottom: 22px; }
  .section-heading h2 { font-size: 38px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 82svh; }
  .product-image-wrap img { object-position: center; }
  .product-meta { display: block; }
  .product-meta span { display: block; }
  .product-meta span:last-child { margin-top: 8px; text-align: left; }
  .vision, .profile { min-height: 92svh; padding-bottom: 54px; }
  .vision-copy h2, .profile-copy h2 { margin-bottom: 28px; font-size: 42px; }
  .profile-list > div { grid-template-columns: 84px 1fr; }
  .site-footer { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-card img { transition: none; }
}
