.htek-home { background: var(--htek-paper); }
.htek-home a { color: inherit; text-decoration: none; }
.htek-home img { display: block; width: 100%; }
.htek-home button { font: inherit; }

.htek-home-hero {
  position: relative;
  min-height: 720px;
  height: 100svh;
  padding: 0 var(--htek-page) 42px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: url("/mirror-assets/cdn.prod.website-files.com/6842a4de0e3313779670977e/69ae77a43e5e7d9dcd0db241_%25E9%259B%25AA%25E5%259C%25B0%25E5%25B0%258F%25E9%25BE%2599.webp") 50% / cover no-repeat;
  color: #fff;
}
.htek-home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.08),transparent 38%,rgba(0,0,0,.63)); }
.htek-hero-copy { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 40px; animation: htek-hero-in 1s var(--htek-ease) both; }
.htek-hero-title { margin: 0; font-size: clamp(62px, 9vw, 140px); font-weight: 360; line-height: .86; }
.htek-hero-title strong { font-weight: 800; }
.htek-hero-side { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.5); }
.htek-hero-side p { max-width: 390px; margin: 0 0 26px; font-size: 18px; }
.htek-scroll-cue { display: flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.htek-scroll-cue::before { content: ""; width: 46px; height: 1px; background: #fff; }

.htek-paths { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); margin: 0 var(--htek-page); border-bottom: 1px solid var(--htek-line); background: #fff; }
.htek-paths a { min-height: 92px; padding: 24px; display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; border-right: 1px solid var(--htek-line); transition: background-color 220ms ease; }
.htek-paths a:last-child { border-right: 0; }
.htek-paths a:hover { background: var(--htek-soft); }
.htek-paths small { font-size: 12px; }
.htek-paths strong { font-size: 20px; font-weight: 550; }
.htek-paths span { font-size: 24px; }

.htek-prologue { padding: clamp(110px,15vw,230px) var(--htek-page); display: grid; grid-template-columns: .6fr 1.4fr; gap: 9vw; }
.htek-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.htek-prologue h2 { margin: 0; font-size: clamp(52px,7.5vw,112px); font-weight: 390; line-height: .94; }
.htek-prologue p { max-width: 600px; margin: 38px 0 0; color: #444; }

.htek-journey { position: relative; display: grid; grid-template-columns: 52% 48%; background: var(--htek-soft); }
.htek-stage-wrap { min-height: 400vh; }
.htek-stage { position: sticky; top: 0; height: 100vh; padding: calc(92px + 2vw) 12px 18px var(--htek-page); }
.htek-visual { position: relative; height: 100%; overflow: hidden; border-radius: var(--htek-radius); background: #ddd; }
.htek-visual img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); transition: opacity 700ms ease, transform 1100ms var(--htek-ease); }
.htek-visual img.is-active { opacity: 1; transform: scale(1); }
.htek-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 58%,rgba(0,0,0,.42)); }
.htek-stage-meta { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; justify-content: space-between; align-items: end; color: #fff; }
.htek-stage-meta strong { font-size: clamp(28px,4vw,58px); font-weight: 430; line-height: 1; }
.htek-stage-meta span { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.htek-chapters { padding: 0 var(--htek-page) 0 clamp(24px,5vw,72px); }
.htek-chapter { min-height: 720px; height: 100vh; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--htek-line); scroll-margin-top: 0; }
.htek-chapter-top { display: flex; align-items: center; gap: 16px; margin-bottom: 36px; }
.htek-chapter-number { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--htek-ink); border-radius: 50%; font-size: 12px; }
.htek-chapter h2 { max-width: 620px; margin: 0 0 28px; font-size: clamp(48px,6vw,92px); font-weight: 410; line-height: .94; }
.htek-chapter p { max-width: 480px; margin: 0 0 34px; color: #444; }
.htek-button { min-height: 50px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; align-self: flex-start; border-radius: 6px; background: var(--htek-ink); color: #fff !important; font-size: 14px; transition: transform 220ms var(--htek-ease), background-color 220ms ease; }
.htek-button::after { content: "↗"; font-size: 20px; }
.htek-button:hover { transform: translateY(-2px); background: #2a2a2a; }
.htek-progress { position: fixed; z-index: 30; right: 12px; top: 50%; display: flex; flex-direction: column; gap: 8px; opacity: 0; transform: translateY(-50%); transition: opacity 300ms ease; }
.htek-progress.is-visible { opacity: 1; }
.htek-progress button { width: 8px; height: 32px; padding: 0; border: 0; border-radius: 4px; background: #bbb; cursor: pointer; }
.htek-progress button.is-active { background: #111; }

.htek-story { padding: clamp(100px,12vw,180px) var(--htek-page); background: #0a0a0a; color: #fff; }
.htek-story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; min-height: 760px; }
.htek-story-image { overflow: hidden; border-radius: var(--htek-radius); }
.htek-story-image img { height: 100%; object-fit: cover; }
.htek-story-copy { padding: clamp(28px,4vw,64px); display: flex; flex-direction: column; justify-content: space-between; }
.htek-story-copy h2 { margin: 0; font-size: clamp(48px,6vw,90px); font-weight: 390; line-height: .95; }
.htek-story-copy p { max-width: 440px; color: #c9c9c9; }
.htek-character-list { display: flex; flex-wrap: wrap; gap: 8px; }
.htek-character-list span { padding: 9px 13px; border: 1px solid #555; border-radius: 999px; font-size: 13px; }

.htek-manifesto { padding: clamp(110px,14vw,220px) var(--htek-page); display: grid; grid-template-columns: 1.5fr .5fr; gap: 8vw; background: #000; color: #fff; }
.htek-manifesto h2 { margin: 0; font-size: clamp(56px,9vw,138px); font-weight: 350; line-height: .9; }
.htek-manifesto p { max-width: 360px; margin: 0; align-self: end; color: #bbb; }

.htek-products { padding: clamp(100px,12vw,180px) var(--htek-page); }
.htek-products-head { margin-bottom: 50px; display: flex; justify-content: space-between; align-items: end; }
.htek-products-head h2 { margin: 0; font-size: clamp(50px,7vw,98px); font-weight: 400; }
.htek-product-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--htek-line); border-bottom: 1px solid var(--htek-line); }
.htek-product { min-width: 0; padding: 16px; border-right: 1px solid var(--htek-line); }
.htek-product:last-child { border-right: 0; }
.htek-product-image { height: 420px; overflow: hidden; border-radius: 6px; background: var(--htek-soft); }
.htek-product-image img { height: 100%; object-fit: cover; transition: transform 700ms var(--htek-ease); }
.htek-product:hover img { transform: scale(1.03); }
.htek-product-info { padding: 18px 2px 6px; display: flex; justify-content: space-between; align-items: end; }
.htek-product h3 { margin: 0; font-size: 34px; font-weight: 500; }
.htek-product p { margin: 4px 0 0; color: #555; font-size: 14px; }
.htek-product-info > span { font-size: 26px; }

.htek-footer { padding: 70px var(--htek-page) 32px; background: var(--htek-soft); }
.htek-footer-mark { margin: 0 0 70px; font-size: clamp(70px,15vw,220px); font-weight: 350; line-height: .78; }
.htek-footer-line { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--htek-line); font-size: 14px; }

@keyframes htek-hero-in { from { opacity: 0; transform: translateY(5vh); } to { opacity: 1; transform: none; } }

@media (max-width: 800px) {
  .htek-home-hero { min-height: 700px; padding: 0 20px 30px; background-position: 58% 50%; }
  .htek-hero-copy { grid-template-columns: 1fr; gap: 28px; }
  .htek-hero-title { font-size: clamp(58px,18vw,80px); }
  .htek-hero-side { padding-left: 0; border-left: 0; }
  .htek-hero-side p { max-width: 310px; font-size: 16px; }
  .htek-paths { margin: 0 20px; grid-template-columns: 1fr; }
  .htek-paths a { min-height: 72px; padding: 16px 12px; border-right: 0; border-bottom: 1px solid var(--htek-line); }
  .htek-paths a:last-child { border-bottom: 0; }
  .htek-prologue { padding: 92px 20px; grid-template-columns: 1fr; gap: 28px; }
  .htek-prologue p { margin-top: 28px; }
  .htek-journey { display: block; }
  .htek-stage-wrap { min-height: 0; }
  .htek-stage { position: relative; height: 62vh; min-height: 500px; padding: 14px 20px; }
  .htek-chapters { padding: 0 20px; }
  .htek-chapter { height: auto; min-height: 620px; padding: 90px 0; }
  .htek-progress { display: none; }
  .htek-story { padding: 92px 20px; }
  .htek-story-grid { min-height: 0; grid-template-columns: 1fr; }
  .htek-story-image { height: 560px; }
  .htek-story-copy { min-height: 500px; padding: 38px 12px; }
  .htek-manifesto { padding: 96px 20px; grid-template-columns: 1fr; gap: 50px; }
  .htek-products { padding: 92px 20px; }
  .htek-products-head { align-items: start; flex-direction: column; gap: 18px; }
  .htek-product-grid { grid-template-columns: 1fr; }
  .htek-product { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--htek-line); }
  .htek-product:last-child { border-bottom: 0; }
  .htek-product-image { height: 500px; }
  .htek-footer-line { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .htek-hero-copy { animation: none; }
  .htek-visual img { transition: none; }
}
