@font-face {
  font-family: NotoSansSC;
  src: url("assets/NotoSansSC-VF.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: NotoSerifSC;
  src: url("assets/NotoSerifSC-VF.ttf") format("truetype");
  font-weight: 200 900;
  font-display: swap;
}
:root {
  --paper: #f4f3ee;
  --field: #fffdf8;
  --ink: #1f2927;
  --muted: #69736e;
  --line: #c8c8bd;
  --jade: #718e81;
  --jade-pale: #d9e3dc;
  --cinnabar: #a53a2b;
  --bronze: #8b7658;
  --deep: #15211e;
  --max: 1240px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: NotoSansSC, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  z-index: 20;
}
.site-shell {
  position: relative;
  overflow: hidden;
}
.section-wrap {
  width: min(calc(100% - 80px), var(--max));
  margin: 0 auto;
}
.site-header {
  height: 84px;
  width: min(calc(100% - 80px), var(--max));
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 30;
}
.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}
.brand img {
  width: 86px;
  height: 62px;
  object-fit: contain;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 13px;
}
.site-nav a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-nav a:hover {
  color: var(--ink);
}
.menu-toggle {
  display: none;
  background: var(--ink);
  border: 1px solid var(--ink);
  color: var(--paper);
  font: inherit;
  font-size: 12px;
  line-height: 1;
  padding: 9px 11px;
  border-radius: 3px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: NotoSerifSC, serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}
h1 {
  font-size: clamp(40px, 4.15vw, 60px);
  margin: 0 0 32px;
  max-width: 720px;
  white-space: nowrap;
}
h1 span,
h2 span {
  color: var(--jade);
}
h2 {
  font-size: clamp(35px, 4.4vw, 58px);
  margin-bottom: 24px;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 6%;
  min-height: 690px;
  padding: 98px 0 112px;
  align-items: center;
}
.hero-copy {
  padding-left: clamp(0px, 4vw, 55px);
  max-width: 650px;
}
.hero-intro {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.95;
  max-width: 500px;
  margin-bottom: 41px;
}
.hero-signature {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--bronze);
  font-size: 10px;
  letter-spacing: 1.7px;
}
.hero-signature .line {
  width: 48px;
  height: 1px;
  background: var(--bronze);
}
.hero-composition {
  min-height: 490px;
  position: relative;
}
.hero-label {
  position: absolute;
  left: 0;
  top: 5px;
  color: var(--bronze);
  font-size: 11px;
  letter-spacing: 1.4px;
  writing-mode: vertical-rl;
}
.hero-photo {
  width: 78%;
  margin: 0 4% 0 auto;
  background: var(--deep);
  padding: 12px 12px 0;
}
.hero-photo img {
  display: block;
  width: 100%;
  height: 385px;
  object-fit: cover;
  filter: saturate(0.76);
}
.photo-caption {
  height: 39px;
  color: #d9e3dc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
}
.photo-caption span:last-child {
  color: #9ab2a6;
  font-family: monospace;
  letter-spacing: 0.5px;
}
.hero-vertical {
  position: absolute;
  right: -8px;
  bottom: 116px;
  writing-mode: vertical-rl;
  color: var(--bronze);
  font-size: 11px;
  line-height: 2;
  letter-spacing: 2px;
}
.statement {
  border-top: 1px solid var(--line);
  padding: 105px 0 126px;
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 9%;
}
.statement-aside,
.section-meta {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--bronze);
}
.statement-aside {
  padding-top: 9px;
}
.statement-copy {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10%;
  align-items: end;
}
.statement-copy h2 {
  margin: 0;
}
.statement-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
  max-width: 400px;
}
.capture-section {
  background: var(--deep);
  color: var(--paper);
  padding: 119px 0 132px;
}
.capture-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 12%;
  align-items: center;
}
.capture-copy .section-meta {
  color: #a9b8af;
}
.capture-copy h2 {
  margin-top: 27px;
}
.capture-copy h2 span {
  color: #afc8b9;
}
.capture-copy > p {
  color: #c6cfca;
  font-size: 15px;
  line-height: 1.9;
  max-width: 390px;
}
.reel-controls {
  margin-top: 47px;
  border-top: 1px solid #52605a;
}
.reel-control {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  background: transparent;
  color: #a9b8af;
  border: 0;
  border-bottom: 1px solid #52605a;
  padding: 15px 0;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.reel-control span {
  font-family: monospace;
  font-size: 11px;
  color: #76857e;
}
.reel-control.is-active {
  color: var(--paper);
}
.reel-control.is-active span {
  color: #b3cdbd;
}
.reel-control:focus-visible {
  outline: 2px solid #b3cdbd;
  outline-offset: 3px;
}
.reel {
  max-width: 430px;
  justify-self: end;
  width: 100%;
}
.reel-topline {
  display: flex;
  justify-content: space-between;
  color: #b5c4bc;
  font-size: 11px;
  letter-spacing: 1.2px;
  margin-bottom: 13px;
}
.reel-topline span:last-child {
  font-family: monospace;
  color: #6e8178;
}
.reel-stage {
  position: relative;
  background: #101916;
  border: 1px solid #52605a;
  padding: 12px;
  aspect-ratio: 390/844;
  overflow: hidden;
}
.reel-screen {
  position: absolute;
  inset: 12px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0.45s ease;
}
.reel-screen.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.reel-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reel-screen figcaption {
  position: absolute;
  left: 13px;
  bottom: 13px;
  background: var(--deep);
  color: var(--paper);
  font-size: 11px;
  padding: 7px 10px;
}
.reel-progress {
  height: 2px;
  background: #52605a;
  margin-top: 15px;
  overflow: hidden;
}
.reel-progress span {
  display: block;
  height: 100%;
  width: 100%;
  background: #b3cdbd;
  transform-origin: left;
  transform: scaleX(0.3333);
  transition: transform 0.45s ease;
}
.collection-section {
  padding: 125px 0 140px;
}
.collection-heading {
  display: grid;
  grid-template-columns: 0.65fr 1fr 1fr;
  gap: 7%;
  align-items: end;
  margin-bottom: 66px;
}
.collection-heading .section-meta {
  align-self: start;
  padding-top: 11px;
}
.collection-heading h2 {
  margin: 0;
}
.collection-heading p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  max-width: 280px;
}
.product-screens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
  align-items: start;
}
.product-screen {
  margin: 0;
  position: relative;
}
.product-screen img {
  display: block;
  width: 100%;
  aspect-ratio: 390/844;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--field);
}
.product-screen:nth-child(2) {
  margin-top: 52px;
}
.product-screen:nth-child(3) {
  margin-top: 104px;
}
.screen-tag {
  position: absolute;
  z-index: 1;
  top: -16px;
  right: 9px;
  color: var(--bronze);
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
}
.product-screen figcaption {
  border-bottom: 1px solid var(--line);
  padding: 17px 0 15px;
  display: flex;
  justify-content: space-between;
  gap: 13px;
  align-items: baseline;
}
.product-screen strong {
  font-family: NotoSerifSC, serif;
  font-size: 20px;
  font-weight: 500;
}
.product-screen figcaption span {
  font-size: 12px;
  color: var(--muted);
}
.intelligence-section {
  background: #e5ebe6;
  padding: 119px 0 132px;
}
.intelligence-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 11%;
  align-items: center;
}
.intelligence-visual {
  position: relative;
  max-width: 430px;
  padding: 12px;
  background: var(--deep);
}
.intelligence-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 390/844;
  object-fit: cover;
}
.intelligence-visual > span,
.achievement-visual > span {
  position: absolute;
  left: -25px;
  bottom: 28px;
  color: var(--bronze);
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
}
.intelligence-copy h2 {
  margin-top: 27px;
}
.ai-points {
  border-top: 1px solid #adbbb2;
  margin-top: 42px;
}
.ai-points > div {
  padding: 18px 0 21px;
  border-bottom: 1px solid #adbbb2;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 18px;
}
.ai-points b {
  font-family: NotoSerifSC, serif;
  font-size: 21px;
  font-weight: 500;
}
.ai-points p {
  margin: 0;
  color: #53635b;
  font-size: 14px;
  line-height: 1.8;
}
.persona-strip {
  display: block;
  width: 105px;
  height: 72px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #adbbb2;
  margin-top: 25px;
  filter: saturate(0.72);
}
.persona-figure {
  width: 246px;
  margin: 28px 0 0;
  padding: 10px;
  background: var(--deep);
}
.persona-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 390 / 844;
  object-fit: cover;
}
.persona-figure figcaption {
  color: #d9e3dc;
  font-size: 11px;
  padding-top: 9px;
}
.achievement-section {
  padding: 128px 0 143px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13%;
  align-items: center;
}
.achievement-copy h2 {
  margin-top: 27px;
}
.achievement-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  max-width: 430px;
}
.achievement-line {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--line);
  margin-top: 37px;
  padding-top: 16px;
  color: var(--bronze);
  font-size: 11px;
}
.achievement-line span {
  display: block;
  width: 36px;
  height: 1px;
  background: var(--cinnabar);
}
.achievement-visual {
  position: relative;
  max-width: 430px;
  justify-self: end;
  padding: 12px;
  background: var(--deep);
}
.achievement-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 390/844;
  object-fit: cover;
}
.closing {
  text-align: center;
  border-top: 1px solid var(--line);
  padding: 125px 0 129px;
}
.closing > img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  margin-bottom: 28px;
}
.closing h2 {
  margin-bottom: 17px;
}
.closing p {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 1.2px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 26px 0 33px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
}
.footer-brand img {
  width: 86px;
  height: 62px;
}
.footer-brand {
  color: var(--ink);
}
.site-footer p {
  text-align: center;
  margin: 0;
}
.footer-year {
  text-align: right;
  font-family: monospace;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
:focus-visible {
  outline: 3px solid var(--jade);
  outline-offset: 4px;
}
::selection {
  background: var(--jade);
  color: var(--paper);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .reel-screen {
    transition: none;
  }
  .reel-progress span {
    transition: none;
  }
  .site-nav a {
    transition: none;
  }
}
@media (max-width: 900px) {
  .section-wrap,
  .site-header {
    width: min(calc(100% - 40px), var(--max));
  }
  .site-header {
    height: 72px;
  }
  .menu-toggle {
    display: block !important;
    visibility: visible;
    position: fixed;
    right: 16px;
    top: 18px;
    z-index: 100;
    min-width: 48px;
    min-height: 34px;
    cursor: pointer;
  }
  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 12px 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .site-nav.is-open {
    display: flex;
  }
  .site-nav a {
    width: 100%;
    padding: 12px 0;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 58px;
    min-height: 0;
    padding: 82px 0 93px;
  }
  .hero-copy {
    padding-left: 0;
    min-width: 0;
  }
  .hero-composition {
    max-width: 650px;
    width: 100%;
    margin: auto;
  }
  .statement {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 80px 0 95px;
  }
  .statement-copy {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .capture-section {
    padding: 87px 0 100px;
  }
  .capture-grid,
  .intelligence-grid,
  .achievement-section {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .reel {
    justify-self: start;
    max-width: 420px;
  }
  .collection-section {
    padding: 92px 0 104px;
  }
  .collection-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }
  .collection-heading .section-meta {
    padding: 0;
  }
  .product-screens {
    gap: 20px;
  }
  .intelligence-section {
    padding: 88px 0 104px;
  }
  .intelligence-visual,
  .achievement-visual {
    justify-self: start;
    max-width: 390px;
  }
  .achievement-section {
    padding: 95px 0 110px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .site-footer p {
    text-align: left;
  }
  .footer-year {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .section-wrap,
  .site-header {
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 42px;
    line-height: 1.25;
    margin-bottom: 25px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
  }
  h2 {
    font-size: 35px;
  }
  .hero {
    padding-top: 61px;
  }
  .hero-intro {
    font-size: 15px;
    overflow-wrap: anywhere;
  }
  .hero-composition {
    min-height: 370px;
  }
  .hero-photo {
    width: 84%;
    padding: 8px 8px 0;
  }
  .hero-photo img {
    height: 275px;
  }
  .hero-vertical {
    right: -2px;
    bottom: 62px;
  }
  .statement-copy p {
    font-size: 16px;
  }
  .capture-copy > p {
    font-size: 14px;
  }
  .reel-stage {
    padding: 8px;
  }
  .reel-screen {
    inset: 8px;
  }
  .reel-screen figcaption {
    left: 9px;
    bottom: 9px;
    font-size: 10px;
  }
  .product-screens {
    grid-template-columns: 1fr 1fr;
    gap: 24px 13px;
  }
  .product-screen:nth-child(2),
  .product-screen:nth-child(3) {
    margin-top: 0;
  }
  .product-screen:nth-child(3) {
    grid-column: 1 / -1;
    max-width: 58%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-screen figcaption {
    display: block;
    padding-top: 11px;
  }
  .product-screen strong {
    display: block;
    font-size: 18px;
  }
  .product-screen figcaption span {
    display: block;
    margin-top: 3px;
  }
  .screen-tag {
    right: 3px;
  }
  .ai-points > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .intelligence-visual,
  .achievement-visual {
    max-width: 100%;
    padding: 8px;
  }
  .intelligence-visual > span,
  .achievement-visual > span {
    left: -18px;
  }
  .persona-strip {
    width: 95px;
    height: 65px;
  }
  .persona-figure {
    width: min(246px, 72vw);
  }
  .closing {
    padding: 90px 0 96px;
  }
  .closing h2 {
    font-size: 34px;
  }
  .footer-brand img {
    width: 23px;
    height: 23px;
  }
}
