@font-face {
  font-family: "Vloglet Sans";
  src: url("./assets/NotoSansJP-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --night: #181719;
  --night-soft: #211f1f;
  --ink: #171617;
  --paper: #efe7dc;
  --paper-deep: #e3d6c8;
  --muted: #aaa19a;
  --muted-dark: #756d67;
  --coral: #d67d4d;
  --line-light: rgba(255, 255, 255, .24);
  --line-dark: rgba(17, 19, 22, .2);
  --sans: "Vloglet Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --gutter: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--night);
  color: #f8f7f3;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px var(--gutter);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  transition: background .35s ease, color .35s ease;
}
.site-header.is-scrolled { background: rgba(16, 19, 23, .9); backdrop-filter: blur(14px); }
.brand { align-items: center; display: flex; font-size: 12px; font-weight: 760; letter-spacing: .16em; gap: 10px; }
.brand-mark { display: flex; gap: 3px; }
.brand-mark i { background: currentColor; border-radius: 50%; display: block; height: 5px; width: 5px; }
.brand-mark i:nth-child(2) { opacity: .55; }
.brand-mark i:nth-child(3) { opacity: .22; }
.menu-toggle { background: transparent; border: 0; cursor: pointer; display: flex; flex-direction: column; gap: 6px; padding: 8px 0 8px 12px; position: relative; z-index: 2; }
.menu-toggle span:not(.sr-only) { background: currentColor; display: block; height: 1px; transition: transform .25s ease, width .25s ease; width: 22px; }
.menu-toggle span:last-child { margin-left: 7px; width: 15px; }
.menu-toggle[aria-expanded="true"] span:not(.sr-only):first-of-type { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:not(.sr-only):last-child { margin-left: 0; transform: translateY(-3.5px) rotate(-45deg); width: 22px; }
.site-nav { background: var(--night); inset: 0; opacity: 0; padding: 100px var(--gutter) 30px; pointer-events: none; position: fixed; transform: translateY(-8%); transition: opacity .35s ease, transform .35s ease; }
.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.site-nav a { border-bottom: 1px solid var(--line-light); display: flex; font-size: 24px; font-weight: 500; justify-content: space-between; letter-spacing: -.03em; padding: 18px 0; }
.site-nav a span { color: var(--coral); }
.site-nav .nav-cta { border: 0; color: var(--coral); font-size: 12px; letter-spacing: .12em; margin-top: 28px; }

.hero { min-height: 100svh; overflow: hidden; padding: 118px var(--gutter) 42px; position: relative; }
.hero-copy { position: relative; text-align: center; z-index: 3; }
.eyebrow, .section-kicker { font-size: 10px; font-weight: 690; letter-spacing: .12em; margin: 0; text-transform: uppercase; }
.eyebrow { align-items: flex-start; display: flex; gap: 9px; }
.eyebrow-stack { display: grid; gap: 3px; }
.eyebrow-main { font-size: 10px; letter-spacing: .1em; line-height: 1.25; }
.eyebrow-sub { color: rgba(255,255,255,.52); font-size: 10px; font-weight: 450; letter-spacing: .02em; line-height: 1.3; text-transform: none; }
.live-dot, .rec-dot { background: var(--coral); border-radius: 50%; display: inline-block; height: 6px; width: 6px; }
.hero-product-line { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .17em; margin: 31px 0 0; }
.hero h1 { font-family: var(--serif); font-size: clamp(54px, 16vw, 96px); font-weight: 400; letter-spacing: -.08em; line-height: .88; margin: 18px auto 24px; max-width: 700px; }
h1 em, h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.08em; }
.hero h1 em { white-space: normal; }
.hero-lede { color: #d8d6d0; font-size: 15px; line-height: 1.9; margin: 0 auto; }
.hero-stage { margin: 30px auto 0; max-width: 470px; position: relative; }
.hero-image-wrap { aspect-ratio: .72; background: #222; overflow: hidden; position: relative; }
.hero-image-wrap img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero-scrim { background: linear-gradient(180deg, rgba(10, 13, 17, .7) 0%, transparent 30%, rgba(10, 13, 17, .2) 65%, rgba(10, 13, 17, .55) 100%); inset: 0; position: absolute; }
.hero-ui { color: #fff; display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; left: 20px; letter-spacing: .12em; position: absolute; right: 20px; text-transform: uppercase; }
.hero-ui-top { top: 22px; }
.hero-ui-bottom { bottom: 26px; }
.hero-ui-bottom span:first-child { align-items: center; display: flex; gap: 7px; }
.hero-ui-bottom span:last-child { font-weight: 500; }
.side-note { bottom: 76px; color: rgba(255,255,255,.64); font-family: var(--serif); font-size: 12px; font-style: italic; line-height: 1.35; margin: 0; position: absolute; right: 20px; text-align: right; }
.hero-index { align-items: center; bottom: 38px; display: flex; font-size: 9px; gap: 8px; left: 20px; letter-spacing: .1em; position: absolute; }
.hero-index i { background: rgba(255,255,255,.7); display: block; height: 1px; width: 34px; }
.scroll-cue { align-items: center; bottom: 22px; display: flex; font-size: 9px; gap: 11px; letter-spacing: .14em; position: absolute; right: var(--gutter); writing-mode: vertical-rl; }
.scroll-cue b { color: var(--coral); font-size: 17px; font-weight: 400; }

.section-light, .section-cream { color: var(--ink); }
.section-light { background: var(--paper); }
.section-cream { background: var(--paper-deep); }
.section-dark, .feature-dark, .download { background: var(--night); }
.section-inner { margin: 0 auto; max-width: 760px; padding: 86px var(--gutter); }
.section-kicker { color: var(--muted-dark); }
.section-dark .section-kicker, .feature-dark .section-kicker, .download .eyebrow { color: #a8aaa8; }
.statement-title, .interface-title, .film-heading h2, .download h2 { font-size: clamp(42px, 12.5vw, 72px); font-weight: 620; letter-spacing: -.075em; line-height: .94; margin: 20px 0 28px; }
.statement-copy { font-size: 15px; line-height: 2; max-width: 300px; }
.statement-rule { align-items: center; display: grid; font-size: 8px; gap: 10px; grid-template-columns: auto 1fr auto; letter-spacing: .1em; margin-top: 78px; opacity: .7; }
.statement-rule i { background: var(--line-dark); height: 1px; }

.feature { padding: 0 var(--gutter) 94px; }
.feature-image { margin: 0 calc(var(--gutter) * -1); overflow: hidden; position: relative; }
.feature-image img { aspect-ratio: .78; height: auto; object-fit: cover; width: 100%; }
.image-label { display: flex; font-size: 9px; font-weight: 650; justify-content: space-between; left: 18px; letter-spacing: .12em; position: absolute; right: 18px; text-transform: uppercase; top: 20px; }
.image-label-light { color: rgba(255,255,255,.85); }
.image-label-dark { color: rgba(17,19,22,.72); }
.timer-chip { align-items: center; background: rgba(16,19,23,.72); bottom: 20px; display: flex; gap: 12px; padding: 10px 13px; position: absolute; right: 18px; }
.timer-chip span { font-family: var(--serif); font-size: 23px; font-style: italic; }
.timer-chip small { font-size: 8px; letter-spacing: .14em; }
.feature-copy { padding-top: 50px; }
.feature-copy h2 { font-size: clamp(39px, 11vw, 64px); font-weight: 620; letter-spacing: -.075em; line-height: .94; margin: 19px 0 22px; }
.feature-copy p:not(.section-kicker) { font-size: 15px; line-height: 1.95; max-width: 300px; }
.text-link { border-bottom: 1px solid currentColor; display: inline-flex; font-size: 10px; font-weight: 700; gap: 16px; letter-spacing: .12em; margin-top: 23px; padding-bottom: 8px; }
.text-link span { color: var(--coral); font-size: 14px; }
.feature-cream { padding-top: 90px; }
.feature-cream .feature-copy { padding-top: 0; }
.look-swatches { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.swatch { align-items: center; border: 1px solid rgba(17,19,22,.22); display: inline-flex; font-size: 10px; gap: 8px; padding: 8px 10px; }
.swatch::before { background: #eee; border-radius: 50%; content: ""; height: 12px; width: 12px; }
.swatch-warm::before { background: linear-gradient(135deg, #d58b44, #8e5138); }
.swatch-vivid::before { background: linear-gradient(135deg, #39a798, #506ab0); }
.swatch-mono::before { background: linear-gradient(135deg, #eee, #444); }
.feature-image-offset { margin-top: 48px; }

.interface { padding-bottom: 82px; }
.interface-title { margin-bottom: 48px; }
.interface-grid { display: grid; gap: 28px; }
.device-card { --card-rotation: -3.6deg; --card-scale: 1; background: #211f1f; border: 1px solid rgba(255,255,255,.22); padding: 12px 12px 14px; transform: translateY(18px) rotate(var(--card-rotation)) scale(var(--card-scale)); transition: opacity .8s ease, transform .95s cubic-bezier(.22,.61,.36,1); }
.device-card.is-visible { transform: translateY(0) rotate(var(--card-rotation)) scale(var(--card-scale)); }
.device-card-lower { --card-rotation: 3.8deg; --card-scale: .9; margin-left: 8%; margin-top: 34px; }
.device-card-save { --card-rotation: -1.4deg; --card-scale: .95; margin-left: 3%; margin-top: 30px; }
.device-card img { margin-top: 11px; width: 100%; }
.device-note { color: #a8aaa8; display: flex; font-size: 8px; gap: 12px; justify-content: space-between; letter-spacing: .1em; }
.device-note b { color: #f0ebe1; font-weight: 650; white-space: nowrap; }
.device-note::after { color: var(--coral); content: "●"; }
.device-caption { color: #d4cbc2; font-size: 12px; line-height: 1.6; margin: 12px 0 0; }
.interface-foot { align-items: end; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; margin-top: 47px; padding-top: 20px; }
.interface-foot p { font-size: 13px; line-height: 1.7; margin: 0; max-width: 200px; }
.interface-foot span { color: #a8aaa8; font-size: 8px; letter-spacing: .1em; text-align: right; }

.film-section { padding-bottom: 90px; }
.film-heading h2 { margin-bottom: 38px; }
.film-frame { background: var(--ink); padding: 9px 9px 12px; }
.film-frame video { aspect-ratio: 886 / 1920; object-fit: cover; width: 100%; }
.film-meta { color: #f0ebe1; display: flex; font-size: 8px; justify-content: space-between; letter-spacing: .13em; padding: 10px 3px 0; }

.download { min-height: 100svh; overflow: hidden; padding: 100px var(--gutter) 22px; position: relative; }
.download-copy { position: relative; z-index: 1; }
.download h2 { margin-top: 24px; }
.download-copy > p:not(.eyebrow) { color: #c4c5c2; font-size: 14px; line-height: 1.9; max-width: 290px; }
.download-button { align-items: center; border: 1px solid rgba(255,255,255,.6); display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .13em; margin-top: 34px; max-width: 280px; padding: 15px 16px; }
.download-button span { color: var(--coral); font-size: 17px; }
.download-orbit { border: 1px solid rgba(255,255,255,.16); border-radius: 50%; height: 350px; position: absolute; right: -155px; top: 280px; width: 350px; }
.download-orbit::before, .download-orbit::after, .download-orbit span { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; inset: 28px; position: absolute; }
.download-orbit::after { inset: 56px; }
.download-orbit span:nth-child(1) { background: var(--coral); border: 0; height: 8px; inset: auto auto 75px 70px; width: 8px; }
.download-orbit span:nth-child(2) { border-color: rgba(255,255,255,.45); height: 5px; inset: 74px auto auto 102px; width: 5px; }
.download-orbit span:nth-child(3) { border-color: rgba(255,255,255,.45); height: 5px; inset: auto 74px 52px auto; width: 5px; }
.site-footer { bottom: 22px; color: #949793; display: grid; font-size: 8px; gap: 7px; grid-template-columns: 1fr 1fr; letter-spacing: .11em; left: var(--gutter); position: absolute; right: var(--gutter); }
.site-footer a { color: #e6e6e1; grid-column: 2; text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.interface .device-card.reveal { transform: translateY(18px) rotate(var(--card-rotation)) scale(var(--card-scale)); transition: opacity .8s ease, transform .95s cubic-bezier(.22,.61,.36,1); }
.interface .device-card.reveal.is-visible { transform: translateY(0) rotate(var(--card-rotation)) scale(var(--card-scale)); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (min-width: 700px) {
  :root { --gutter: 42px; }
  .hero, .section-inner, .feature, .download { margin: 0 auto; max-width: 900px; }
  .hero { padding-top: 150px; }
  .hero-stage { margin-left: 15%; margin-right: 15%; }
  .feature { align-items: center; display: grid; gap: 8%; grid-template-columns: 1fr 1fr; padding-bottom: 120px; }
  .feature-image, .feature-image-offset { margin: 0; }
  .feature-copy { padding-top: 0; }
  .feature-cream { padding-top: 120px; }
  .feature-cream .feature-image { grid-column: 2; grid-row: 1; }
  .feature-cream .feature-copy { grid-column: 1; grid-row: 1; }
  .interface-grid { align-items: start; gap: 12px; grid-template-columns: 1.12fr .84fr 1fr; }
  .device-card { --card-scale: 1.04; }
  .device-card-lower { --card-scale: .84; margin-left: 0; margin-top: 142px; }
  .device-card-save { --card-scale: .92; margin-left: 0; margin-top: 48px; }
  .site-nav { background: transparent; inset: auto; opacity: 1; padding: 0; pointer-events: auto; position: static; transform: none; }
  .site-nav a { border: 0; display: inline-flex; font-size: 10px; gap: 28px; letter-spacing: .1em; padding: 0; }
  .site-nav a:not(.nav-cta) { margin-right: 24px; }
  .site-nav .nav-cta { color: inherit; margin: 0; }
  .menu-toggle { display: none; }
}

:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }
