:root {
  color-scheme: light;
  --ink: #10120f;
  --soft-ink: #41483f;
  --muted: #747b70;
  --paper: #f3f1ea;
  --warm: #fbfaf6;
  --green: #0b432b;
  --green-deep: #061b12;
  --lime: #b8ff3d;
  --red: #d51325;
  --line: rgba(16, 18, 15, 0.14);
  --white-line: rgba(255, 255, 255, 0.2);
  --layout-max: 1760px;
  --font-body: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --font-display: "Noto Serif KR", "Apple SD Gothic Neo", serif;
  --font-english: "Instrument Serif", Georgia, "Times New Roman", serif;
  font-family: var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

#zero-head-up,
#system,
#storepick,
#bridge {
  scroll-margin-top: 96px;
}

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: 3px;
  background: rgba(255, 255, 255, 0.14);
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--lime);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 64px);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.08)),
    rgba(5, 9, 7, 0.18);
  backdrop-filter: blur(14px);
}

.brand {
  width: clamp(138px, 16vw, 220px);
  flex: 0 0 auto;
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(14px, 2.4vw, 34px);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.primary-nav a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
}

.primary-nav a,
.button,
.lineup-item,
.support-link {
  text-decoration: none;
}

.primary-nav a:focus-visible,
.button:focus-visible,
.lineup-item:focus-visible,
.support-link:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 5px;
}

.film-frame {
  position: relative;
  min-height: calc(var(--app-vh, 1vh) * 100);
  overflow: hidden;
  color: white;
  background: var(--green-deep);
}

.hero-image,
.hero-overlay,
.signal-canvas {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
  transform: scale(1.02);
  filter: saturate(1.04) contrast(1.08) brightness(0.92);
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 9, 7, 0.28), rgba(3, 10, 7, 0.36) 36%, rgba(3, 10, 7, 0.84) 66%, rgba(3, 9, 7, 0.96)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.54));
}

.signal-canvas {
  z-index: 2;
  pointer-events: none;
  opacity: 0.9;
  mix-blend-mode: screen;
}

.hero-dashboard {
  position: absolute;
  z-index: 4;
  display: grid;
  top: var(--hero-readout-y, 50%);
  left: var(--hero-readout-x, 0);
  width: max-content;
  max-width: min(220px, calc(100% - 28px));
  pointer-events: none;
  transform: translateY(-100%);
}

.hero-copy {
  position: relative;
  --hero-action-gap: clamp(24px, 3.6vh, 34px);
  --hero-control-gap: clamp(22px, 3.4vh, 42px);
  z-index: 4;
  display: flex;
  min-height: calc(var(--app-vh, 1vh) * 100);
  flex-direction: column;
  justify-content: center;
  width: min(100%, var(--layout-max));
  margin-right: auto;
  margin-left: auto;
  padding: 108px clamp(24px, 5vw, 76px) 72px clamp(420px, 46vw, 760px);
}

.eyebrow,
.section-kicker,
.lineup-label,
.lineup-state,
.film-note span,
.hero-caption span,
.hero-caption small {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(12px, 0.8vw, 14px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  color: var(--lime);
}

.hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(13px, 0.92vw, 15px);
}

.film-story-copy .section-kicker {
  color: var(--green);
}

h1,
h2,
h3,
p,
dt,
dd,
a,
span,
strong,
small {
  overflow-wrap: break-word;
  word-break: keep-all;
  line-break: strict;
}

h1,
h2,
h3,
.hero-korean,
.film-note strong,
.system-stage-copy h3,
.lineup-item h3,
.storepick-copy h2,
.bridge-section h2 {
  text-wrap: balance;
}

p,
.lead,
.button,
.support-link,
.lineup-item p {
  text-wrap: pretty;
}

h1 {
  max-width: 860px;
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 6.4vw, 88px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.hero-copy h1 {
  max-width: 640px;
}

.hero-copy h1 span {
  display: block;
}

h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 5.6vw, 78px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.14;
}

h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.12;
}

.hero-korean {
  max-width: 720px;
  margin: 18px 0 0;
  color: white;
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.28;
}

.hero-product-statement {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 900;
  line-height: 1.42;
}

.lead {
  width: 100%;
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 500;
  line-height: 1.68;
}

.lead-line {
  display: block;
}

.hero-signal-hint {
  --hero-hint-clearance: 0px;
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: clamp(6px, 1.2vh, 14px) 0 0;
  padding: 7px 12px;
  border: 1px solid rgba(184, 255, 61, 0.32);
  border-radius: 999px;
  color: rgba(215, 255, 160, 0.9);
  background: rgba(5, 17, 11, 0.42);
  box-shadow: 0 0 24px rgba(184, 255, 61, 0.1);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  backdrop-filter: blur(10px);
  transform: translateY(var(--hero-hint-clearance));
}

.hero-signal-hint-mark {
  position: relative;
  flex: 0 0 auto;
  width: 30px;
  height: 11px;
  margin-right: 9px;
}

.hero-signal-hint-mark::before,
.hero-signal-hint-mark::after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}

.hero-signal-hint-mark::before {
  right: 7px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(184, 255, 61, 0.9));
  animation: signalHintTrail 1.8s ease-in-out infinite;
}

.hero-signal-hint-mark::after {
  right: 0;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 12px rgba(184, 255, 61, 0.62);
}

.hero-control-stack {
  display: grid;
  width: min(680px, 100%);
  margin-top: var(--hero-action-gap);
  row-gap: var(--hero-control-gap);
  justify-items: start;
}

.hero-motion-slot {
  position: relative;
  display: flex;
  min-height: clamp(54px, 7vh, 76px);
  align-items: center;
  width: 100%;
  overflow: visible;
  pointer-events: none;
}

.hero-lower {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: 100%;
  margin-top: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 1181px) and (max-height: 940px) {
  .hero-copy {
    --hero-control-gap: clamp(18px, 3vh, 30px);
  }

  .hero-signal-hint {
    margin-top: 2px;
  }
}

@media (min-width: 1181px) and (max-height: 860px) {
  .hero-copy {
    --hero-action-gap: 24px;
    --hero-control-gap: clamp(14px, 2.25vh, 22px);
    padding-top: 96px;
    padding-bottom: 132px;
  }

  .hero-copy h1 {
    margin-top: 14px;
    font-size: clamp(46px, 5.8vw, 82px);
    line-height: 1.05;
  }

  .hero-korean,
  .hero-product-statement {
    margin-top: 14px;
  }

  .lead {
    margin-top: 12px;
    line-height: 1.58;
  }
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #07150f;
  background: var(--lime);
  box-shadow: 0 0 34px rgba(184, 255, 61, 0.18);
}

.button.ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.52);
}

.button.dark {
  color: white;
  background: var(--green);
}

.hero-metrics {
  display: none;
  grid-template-columns: 1fr;
  gap: 1px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--white-line);
  background: var(--white-line);
}

.hero-metrics div {
  min-width: 0;
  padding: 9px 14px;
  background: #07120d;
}

.hero-metrics dt,
.hero-metrics dd {
  margin: 0;
}

.hero-metrics dt {
  color: rgba(255, 255, 255, 0.54);
  font-size: 10px;
  font-weight: 900;
}

.hero-metrics dd {
  margin-top: 4px;
  color: white;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.28;
  word-break: keep-all;
}

.hero-caption {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 2px;
  min-width: 0;
  padding: 0 0 9px;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 0 10px rgba(184, 255, 61, 0.28));
}

.hero-caption::before,
.hero-caption::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero-caption::before {
  right: -34px;
  bottom: 7px;
  left: -24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 255, 61, 0.86) 28%, rgba(255, 255, 255, 0.42), transparent);
  box-shadow:
    0 0 10px rgba(184, 255, 61, 0.5),
    0 0 28px rgba(184, 255, 61, 0.18);
  transform: skewX(-18deg);
}

.hero-caption::after {
  right: -18px;
  bottom: -4px;
  width: 88px;
  height: 16px;
  border-bottom: 1px solid rgba(184, 255, 61, 0.38);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(184, 255, 61, 0.18), transparent 70%);
  transform: perspective(120px) rotateX(58deg);
}

.hero-caption span {
  color: rgba(221, 255, 181, 0.78);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(184, 255, 61, 0.32);
}

.hero-caption small {
  display: none;
}

.hero-caption strong {
  color: var(--lime);
  font-family: var(--font-english);
  font-size: clamp(38px, 3.5vw, 58px);
  font-weight: 400;
  line-height: 0.82;
  white-space: nowrap;
  text-shadow:
    0 0 10px rgba(184, 255, 61, 0.68),
    0 0 28px rgba(184, 255, 61, 0.26);
}

.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 3;
  display: grid;
  width: 18px;
  height: 44px;
  place-items: start center;
  transform: translateX(-50%);
}

.scroll-cue::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.36);
}

.scroll-cue span {
  position: relative;
  width: 3px;
  height: 14px;
  margin-top: 2px;
  border-radius: 999px;
  background: var(--lime);
  animation: cue-drop 1.5s ease-in-out infinite;
}

@keyframes cue-drop {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }

  50% {
    transform: translateY(18px);
    opacity: 1;
  }
}

@keyframes signalHintTrail {
  0%,
  100% {
    opacity: 0.45;
    transform: translateY(-50%) scaleX(0.48);
    transform-origin: right center;
  }

  52% {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
  }
}

.film-story-section {
  padding: clamp(78px, 12vw, 150px) clamp(20px, 5vw, 76px);
  background: linear-gradient(180deg, #f8f4ec, #ebe3d4);
}

.film-demo-section {
  padding-top: 0;
  background: #0d140f;
}

.film-story-copy {
  max-width: var(--layout-max);
  margin-right: auto;
  margin-left: auto;
  color: var(--ink);
}

.film-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(260px, 0.32fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
  margin-top: 0;
}

.film-story-grid h2 {
  font-size: clamp(32px, 4.2vw, 60px);
}

.film-story-grid p {
  max-width: 720px;
  color: var(--soft-ink);
  font-size: 17px;
  line-height: 1.78;
}

.film-note {
  padding: 24px;
  color: white;
  background:
    linear-gradient(135deg, rgba(184, 255, 61, 0.12), rgba(213, 19, 37, 0.12)),
    #07150f;
}

.film-note span {
  display: block;
  color: rgba(184, 255, 61, 0.78);
}

.film-note strong {
  display: block;
  margin-top: 12px;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.16;
  word-break: keep-all;
}

.film-note p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.68;
}

.film-reel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.54fr) minmax(320px, 0.46fr);
  align-items: start;
  gap: clamp(26px, 5vw, 72px);
  max-width: var(--layout-max);
  margin-top: clamp(52px, 9vw, 118px);
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(42px, 7vw, 86px);
  color: white;
  background: #0d140f;
  box-shadow: 0 0 0 100vmax #0d140f;
  clip-path: inset(0 -100vmax);
}

.film-visual {
  --film-visual-height: clamp(500px, calc((var(--app-vh, 1vh) * 100) - 112px), 660px);
  --film-visual-sticky-top: max(
    92px,
    calc(((var(--app-vh, 1vh) * 100) - var(--film-visual-height)) / 2)
  );

  position: sticky;
  top: var(--film-visual-sticky-top);
  display: grid;
  height: var(--film-visual-height);
  min-height: 0;
  align-self: start;
  isolation: isolate;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #050907;
}

.film-visual-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.72;
  filter: saturate(1.05) contrast(1.08) brightness(0.72);
}

.film-visual::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 9, 7, 0.08), rgba(5, 9, 7, 0.7)),
    radial-gradient(circle at 52% 56%, rgba(184, 255, 61, 0.2), transparent 36%);
}

.film-visual.is-demo {
  --demo-cycle-duration: 14000ms;
  --demo-cycle-offset: 0ms;
  --cross-x: 88.6%;
  --cross-y: 50%;
  --return-line-x: 11.4%;
  --roll-end-x: 18%;
  --ball-size: 24px;
  --ball-radius: 12px;
  --ball-left: var(--cross-x);
  --ball-top: var(--cross-y);
  --gaze-left: var(--cross-x);
  --gaze-top: var(--cross-y);
  --gaze-size: 34px;
  --path-scale: 0.08;
  --display-glow: 0.28;
  --putter-head-gap: 2px;
  --putter-head-width: 28px;
  --putter-head-origin-x: 14px;
  --putter-head-height: 84px;
  --putter-box-width: 124px;
  --putter-box-height: 148px;
  --putter-shaft-width: 8px;
  --putter-shaft-height: 80px;
  align-content: center;
  padding: clamp(24px, 4vw, 54px);
}

.film-visual[data-phase="1"] {
  --ball-left: 60%;
  --path-scale: 0.48;
  --display-glow: 0.42;
}

.film-visual[data-phase="2"] {
  --ball-left: var(--roll-end-x);
  --path-scale: 0.88;
  --display-glow: 1;
}

.film-visual[data-phase="3"] {
  --ball-left: var(--cross-x);
  --path-scale: 0.16;
  --display-glow: 0.78;
}

.demo-board {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: minmax(112px, auto) 2px auto;
  gap: 22px;
  width: min(660px, 96%);
}

.demo-copy {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 112px;
  padding-left: 0;
}

.demo-title {
  margin: 0;
  color: var(--lime);
  font-family: var(--font-body);
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 900;
  line-height: 1.28;
  text-transform: none;
}

.demo-copy strong {
  display: block;
  max-width: 520px;
  min-height: var(--demo-note-min-height, 3.54em);
  color: white;
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.18;
}

.demo-note-measure {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  min-height: 0 !important;
  pointer-events: none;
}

.demo-lineup-button {
  width: fit-content;
  min-height: 42px;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 12px;
}

.demo-cycle {
  position: relative;
  overflow: hidden;
  width: min(260px, 56%);
  height: 2px;
  background: rgba(255, 255, 255, 0.16);
}

.demo-cycle i {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--lime), rgba(255, 255, 255, 0.86));
  box-shadow: 0 0 16px rgba(184, 255, 61, 0.68);
  transform: scaleX(0);
  transform-origin: left center;
}

.film-visual.is-autoplaying .demo-cycle i {
  animation: demo-cycle-progress var(--demo-cycle-duration) linear infinite;
}

.demo-mat {
  --ball-size: clamp(15px, 3.65cqw, 24px);
  --ball-radius: calc(var(--ball-size) / 2);
  --gaze-size: clamp(24px, 5.15cqw, 34px);
  --putter-head-gap: clamp(1px, 0.3cqw, 2px);
  --putter-head-width: clamp(18px, 4.25cqw, 28px);
  --putter-head-origin-x: calc(var(--putter-head-width) / 2);
  --putter-head-height: clamp(52px, 12.75cqw, 84px);
  --putter-box-width: clamp(62px, 18.8cqw, 124px);
  --putter-box-height: clamp(92px, 22.45cqw, 148px);
  --putter-shaft-width: clamp(6px, 1.2cqw, 8px);
  --putter-shaft-height: clamp(48px, 12.1cqw, 80px);

  position: relative;
  container-type: inline-size;
  aspect-ratio: 5 / 2.25;
  overflow: hidden;
  border: 1px solid rgba(184, 255, 61, 0.55);
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(255, 255, 255, 0.15) 10.2%, transparent 10.4%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px),
    #236b38;
  background-size: 100% 100%, 12.5% 100%, 100% 50%;
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.42),
    inset 0 0 54px rgba(0, 0, 0, 0.28);
}

.demo-mat::before {
  position: absolute;
  inset: 19% 9%;
  content: "";
  border-top: 2px solid rgba(5, 14, 9, 0.62);
  border-bottom: 2px solid rgba(5, 14, 9, 0.62);
  pointer-events: none;
}

.demo-mat::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(213, 19, 37, 0.88), rgba(213, 19, 37, 0.88)) var(--return-line-x) var(--cross-y) / 3px 78% no-repeat,
    linear-gradient(rgba(213, 19, 37, 0.88), rgba(213, 19, 37, 0.88)) var(--cross-x) var(--cross-y) / 3px 78% no-repeat,
    radial-gradient(circle at 76% 50%, rgba(255, 255, 255, 0.3), transparent 9%),
    radial-gradient(circle at 76% 50%, rgba(184, 255, 61, 0.22), transparent 14%);
  pointer-events: none;
}

.demo-return {
  position: absolute;
  left: 4%;
  top: 19%;
  bottom: 19%;
  width: 7%;
  border: 8px solid rgba(9, 16, 12, 0.72);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  background: rgba(255, 255, 255, 0.08);
}

.demo-device {
  position: absolute;
  right: 10%;
  top: 5%;
  z-index: 4;
  display: grid;
  width: clamp(74px, 16.4cqw, 108px);
  height: clamp(30px, 6.4cqw, 42px);
  place-items: center;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.72);
  background: #222d27;
  font-size: clamp(10px, 1.7cqw, 11px);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.24);
}

.demo-putter {
  position: absolute;
  left: calc(var(--cross-x) + var(--ball-radius) + var(--putter-head-gap));
  top: var(--cross-y);
  z-index: 8;
  width: var(--putter-box-width);
  height: var(--putter-box-height);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
  transform: translate(0, -50%) rotate(-2deg);
  transform-origin: var(--putter-head-origin-x) 50%;
  pointer-events: none;
}

.demo-putter::before {
  position: absolute;
  left: clamp(5px, 1.1cqw, 7px);
  top: calc(50% + 2px);
  width: var(--putter-shaft-width);
  height: var(--putter-shaft-height);
  content: "";
  border-radius: 999px;
  background:
    linear-gradient(180deg, #f5f2e9 0 34%, #b9c0b6 34% 62%, #262c28 62% 78%, #070907 78% 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 0 18px rgba(255, 255, 255, 0.22);
  transform: rotate(25deg);
  transform-origin: top center;
}

.demo-putter::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--putter-head-width);
  height: var(--putter-head-height);
  content: "";
  border-radius: 16px 8px 8px 16px;
  background:
    linear-gradient(180deg, transparent 48%, rgba(255, 255, 255, 0.28) 48% 52%, transparent 52%),
    linear-gradient(90deg, #f3f0e7 0 36%, #9aa39a 36% 58%, #090c0a 58% 100%);
  box-shadow:
    inset -9px 0 0 rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(255, 255, 255, 0.26),
    0 0 18px rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}

.demo-display {
  position: absolute;
  right: 18%;
  top: 37%;
  z-index: 7;
  display: grid;
  grid-template-rows: auto 1fr;
  width: clamp(92px, 23.65cqw, 156px);
  height: clamp(52px, 11.8cqw, 78px);
  place-items: center;
  padding: clamp(7px, 1.5cqw, 10px) clamp(8px, 2.1cqw, 14px);
  border: 1px solid rgba(184, 255, 61, 0.7);
  border-radius: clamp(6px, 1.2cqw, 8px);
  background: rgba(2, 12, 8, 0.82);
  box-shadow:
    0 0 calc(24px * var(--display-glow)) rgba(184, 255, 61, 0.75),
    inset 0 0 calc(22px * var(--display-glow)) rgba(184, 255, 61, 0.18);
}

.demo-display small {
  color: rgba(255, 255, 255, 0.54);
  font-size: clamp(9px, 1.5cqw, 10px);
  font-weight: 900;
  text-transform: uppercase;
}

.demo-display strong {
  width: 100%;
  color: var(--lime);
  font-family: var(--font-body);
  font-size: clamp(19px, 5.15cqw, 34px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform-origin: center;
}

.film-visual[data-phase="1"] .demo-display strong,
.film-visual[data-phase="3"] .demo-display strong {
  font-size: clamp(19px, 5.15cqw, 34px);
}

.demo-ball {
  position: absolute;
  left: var(--ball-left);
  top: var(--ball-top);
  z-index: 6;
  width: var(--ball-size);
  height: var(--ball-size);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, white, #d7d9d1 52%, #8d9289);
  box-shadow:
    0 0 22px rgba(255, 255, 255, 0.78),
    0 13px 18px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
  transition: left 420ms ease;
}

.film-visual.is-autoplaying .demo-ball {
  animation: demo-ball-cycle var(--demo-cycle-duration) cubic-bezier(0.58, 0.02, 0.15, 0.98) infinite;
}

.demo-path {
  position: absolute;
  right: calc(100% - var(--cross-x));
  top: var(--cross-y);
  z-index: 3;
  width: calc(var(--cross-x) - var(--roll-end-x));
  height: 3px;
  background: linear-gradient(90deg, rgba(184, 255, 61, 0), rgba(184, 255, 61, 0.92));
  box-shadow: 0 0 18px rgba(184, 255, 61, 0.76);
  transform: translateY(-50%) scaleX(var(--path-scale));
  transform-origin: right center;
  transition: transform 420ms ease;
}

.film-visual.is-autoplaying .demo-path {
  animation: demo-path-cycle var(--demo-cycle-duration) ease-in-out infinite;
}

.film-visual.is-autoplaying .demo-putter {
  animation: demo-putter-cycle var(--demo-cycle-duration) ease-in-out infinite;
}

.film-visual.is-autoplaying .demo-display {
  animation: demo-display-cycle var(--demo-cycle-duration) ease-in-out infinite;
}

.film-visual.is-autoplaying .demo-display strong {
  animation: demo-number-cycle var(--demo-cycle-duration) ease-in-out infinite;
}

.demo-gaze {
  position: absolute;
  inset: 0;
  z-index: 5;
  color: transparent;
  font-size: 0;
  pointer-events: none;
}

.demo-gaze::before {
  position: absolute;
  left: var(--gaze-left);
  top: var(--gaze-top);
  width: var(--gaze-size);
  height: var(--gaze-size);
  border-radius: 50%;
  border: 1px solid rgba(184, 255, 61, 0.72);
  background:
    radial-gradient(circle, rgba(184, 255, 61, 0.95) 0 3px, transparent 3.5px),
    radial-gradient(circle, rgba(184, 255, 61, 0.24) 0 46%, transparent 49%);
  box-shadow:
    0 0 18px rgba(184, 255, 61, 0.7),
    inset 0 0 12px rgba(184, 255, 61, 0.22);
  content: "";
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.demo-gaze::after {
  position: absolute;
  right: 24%;
  left: auto;
  bottom: 8%;
  padding-left: 16px;
  color: white;
  content: "시선 고정 포인트";
  background: radial-gradient(circle at 4px 50%, var(--lime) 0 4px, transparent 4.5px);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.film-visual.is-autoplaying .demo-gaze::before {
  animation: demo-gaze-cycle var(--demo-cycle-duration) ease-in-out infinite;
}

.film-visual.is-autoplaying .demo-cycle i,
.film-visual.is-autoplaying .demo-ball,
.film-visual.is-autoplaying .demo-path,
.film-visual.is-autoplaying .demo-putter,
.film-visual.is-autoplaying .demo-display,
.film-visual.is-autoplaying .demo-display strong,
.film-visual.is-autoplaying .demo-gaze::before {
  animation-delay: var(--demo-cycle-offset);
}

.demo-hole {
  position: absolute;
  left: 17%;
  bottom: 11%;
  z-index: 4;
  color: rgba(5, 14, 9, 0.68);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 18%, rgba(184, 255, 61, 0.22), transparent 54%);
  transform: translateX(-70%);
  animation: signal-sweep 3.6s ease-in-out infinite;
}

@keyframes signal-sweep {
  0%,
  100% {
    transform: translateX(-70%);
    opacity: 0;
  }

  45%,
  55% {
    opacity: 1;
  }

  100% {
    transform: translateX(70%);
  }
}

@keyframes demo-cycle-progress {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes demo-putter-cycle {
  0%,
  12%,
  100% {
    transform: translate(0, -50%) rotate(-2deg);
  }

  18% {
    transform: translate(-18px, -50%) rotate(-2deg);
  }

  24% {
    transform: translate(-4px, -50%) rotate(-2deg);
  }

  27%,
  78% {
    transform: translate(0, -50%) rotate(-2deg);
  }
}

@keyframes demo-ball-cycle {
  0%,
  16% {
    left: var(--cross-x);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  46%,
  72% {
    left: var(--roll-end-x);
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }

  86% {
    left: var(--roll-end-x);
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    left: var(--cross-x);
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes demo-path-cycle {
  0%,
  17% {
    opacity: 0.36;
    transform: translateY(-50%) scaleX(0.08);
  }

  48%,
  72% {
    opacity: 1;
    transform: translateY(-50%) scaleX(0.94);
  }

  86% {
    opacity: 0.72;
    transform: translateY(-50%) scaleX(0.48);
  }

  100% {
    opacity: 0.36;
    transform: translateY(-50%) scaleX(0.08);
  }
}

@keyframes demo-display-cycle {
  0%,
  30%,
  100% {
    border-color: rgba(184, 255, 61, 0.56);
    box-shadow:
      0 0 8px rgba(184, 255, 61, 0.42),
      inset 0 0 8px rgba(184, 255, 61, 0.12);
  }

  46%,
  78% {
    border-color: rgba(184, 255, 61, 0.95);
    box-shadow:
      0 0 34px rgba(184, 255, 61, 0.86),
      inset 0 0 26px rgba(184, 255, 61, 0.24);
  }
}

@keyframes demo-number-cycle {
  0%,
  34%,
  86%,
  100% {
    opacity: 0.72;
    transform: translateY(0) scale(0.96);
    text-shadow: 0 0 12px rgba(184, 255, 61, 0.52);
  }

  46%,
  76% {
    opacity: 1;
    transform: translateY(-1px) scale(1.06);
    text-shadow: 0 0 24px rgba(184, 255, 61, 0.88);
  }
}

@keyframes demo-gaze-cycle {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 16px rgba(184, 255, 61, 0.88);
  }

  46%,
  78% {
    transform: translate(-50%, -50%) scale(1.16);
    box-shadow: 0 0 26px rgba(184, 255, 61, 1);
  }
}

.mat-plane {
  position: relative;
  width: min(560px, 82%);
  aspect-ratio: 5 / 3.2;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transform: perspective(720px) rotateX(58deg) rotateZ(-9deg);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    rgba(18, 50, 31, 0.62);
  background-size: 58px 58px;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(2px);
}

.ball-dot {
  position: absolute;
  left: 44%;
  top: 57%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 26px rgba(255, 255, 255, 0.78);
}

.putter-face {
  position: absolute;
  left: 28%;
  top: 62%;
  width: 128px;
  height: 14px;
  background: #d6d8d0;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.28);
}

.laser-line {
  position: absolute;
  left: 48%;
  top: 60%;
  width: 42%;
  height: 3px;
  transform: rotate(-4deg);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--lime), transparent);
  box-shadow: 0 0 18px rgba(184, 255, 61, 0.8);
}

.projected-number {
  position: absolute;
  left: 58%;
  top: 34%;
  color: var(--lime);
  font-family: var(--font-english);
  font-size: clamp(34px, 6vw, 86px);
  font-weight: 400;
  text-shadow: 0 0 24px rgba(184, 255, 61, 0.76);
}

.film-visual-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 8px;
  justify-items: start;
}

.film-visual-caption span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
}

.film-visual-caption strong {
  color: white;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.24;
}

.film-steps {
  display: grid;
  gap: 18px;
}

.film-step {
  min-height: 172px;
  padding: clamp(24px, 4vw, 44px);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0.58;
  transition: opacity 220ms ease, transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.film-step.is-active {
  border-color: var(--lime);
  background: linear-gradient(90deg, rgba(184, 255, 61, 0.08), transparent 76%);
  opacity: 1;
  transform: translateX(10px);
}

.film-step span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
}

.film-step h3 {
  margin-top: 18px;
  font-size: clamp(30px, 3.4vw, 46px);
}

.film-step p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.system-section {
  position: relative;
  padding: clamp(78px, 12vw, 150px) clamp(20px, 5vw, 76px);
  color: white;
  border-top: 1px solid rgba(184, 255, 61, 0.32);
  background:
    linear-gradient(90deg, rgba(184, 255, 61, 0.2), transparent 34%) top left / 100% 1px no-repeat,
    linear-gradient(180deg, #0d140f, #060806);
}

.system-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
  gap: 30px;
  align-items: start;
  max-width: var(--layout-max);
  margin-right: auto;
  margin-left: auto;
}

.system-copy .eyebrow {
  color: rgba(184, 255, 61, 0.88);
}

.system-copy h2 {
  max-width: 860px;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.16;
}

.system-intent {
  max-width: 360px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.68;
}

.system-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(280px, 0.4fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  max-width: var(--layout-max);
  margin-top: clamp(42px, 7vw, 86px);
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.system-stage-media {
  position: relative;
  align-self: start;
  height: clamp(440px, 42vw, 560px);
  min-height: 0;
  isolation: isolate;
  overflow: hidden;
  background: #050907;
}

.system-stage-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 52% 50%;
  opacity: 0.88;
  transition: opacity 180ms ease, transform 360ms ease;
}

.system-stage-media:hover img {
  transform: scale(1.035);
}

.stage-hotspot {
  position: absolute;
  left: var(--stage-hotspot-x, 50%);
  top: var(--stage-hotspot-y, 50%);
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 18%, var(--lime) 19% 54%, rgba(184, 255, 61, 0) 55%);
  box-shadow:
    0 0 12px rgba(184, 255, 61, 0.62),
    0 0 28px rgba(184, 255, 61, 0.24);
  transform: translate(-50%, -50%);
  transition: left 360ms ease, top 360ms ease;
}

.stage-hotspot::before,
.stage-hotspot::after,
.stage-hotspot i {
  position: absolute;
  inset: 50%;
  content: "";
  transform-origin: center;
  pointer-events: none;
}

.stage-hotspot::before {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 255, 61, 0.2) 0 8%, rgba(184, 255, 61, 0.1) 30%, rgba(184, 255, 61, 0) 66%);
  filter: blur(2px);
  transform: translate(-50%, -50%) scale(0.62);
  animation: stage-hotspot-glow 2.2s ease-out infinite;
}

.stage-hotspot::after {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0 14%, rgba(184, 255, 61, 0.1) 28%, rgba(184, 255, 61, 0) 68%);
  transform: translate(-50%, -50%) scale(0.56);
  animation: stage-hotspot-breathe 2.2s ease-in-out infinite;
}

.stage-hotspot i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 255, 61, 0.12), rgba(184, 255, 61, 0) 68%);
  transform: translate(-50%, -50%) scale(0.68);
  animation: stage-hotspot-soft-pulse 2.2s ease-in-out infinite;
}

@keyframes stage-hotspot-glow {
  0% {
    opacity: 0.82;
    transform: translate(-50%, -50%) scale(0.54);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.18);
  }
}

@keyframes stage-hotspot-breathe {
  0%,
  100% {
    opacity: 0.34;
    transform: translate(-50%, -50%) scale(0.56);
  }

  50% {
    opacity: 0.66;
    transform: translate(-50%, -50%) scale(0.88);
  }
}

@keyframes stage-hotspot-soft-pulse {
  0%,
  100% {
    opacity: 0.26;
    transform: translate(-50%, -50%) scale(0.68);
  }

  50% {
    opacity: 0.54;
    transform: translate(-50%, -50%) scale(1);
  }
}

.system-stage-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: min(100%, 560px);
  padding: clamp(30px, 5vw, 70px) 0;
}

.system-stage-copy h3 {
  max-width: 13ch;
  min-height: 2.24em;
  margin-top: 18px;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.12;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.system-stage-copy p:not(.eyebrow) {
  max-width: 34ch;
  min-height: calc(2 * 1.74em);
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.74;
  overflow-wrap: normal;
  text-wrap: pretty;
  word-break: keep-all;
}

.stage-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(440px, 100%);
  margin: 28px 0 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.14);
}

.stage-data div {
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.stage-data dt,
.stage-data dd {
  margin: 0;
}

.stage-data dt {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 900;
}

.stage-data dd {
  margin-top: 8px;
  color: var(--lime);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.24;
}

.stage-button {
  width: fit-content;
  margin-top: 28px;
  color: #07150f;
  background: var(--lime);
}

.product-carousel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 14px;
  align-items: center;
  max-width: calc((360px * 3) + (14px * 4) + (48px * 2));
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
}

.lineup-control {
  display: grid;
  width: 48px;
  height: 64px;
  place-items: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  font: 400 40px/1 var(--font-english);
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.lineup-control:hover,
.lineup-control:focus-visible {
  color: var(--lime);
  border-color: rgba(184, 255, 61, 0.52);
  background: rgba(184, 255, 61, 0.08);
}

.product-lineup {
  display: flex;
  gap: 14px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.lineup-item {
  display: flex;
  flex: 0 0 min(360px, calc((100% - 28px) / 3));
  min-height: 430px;
  flex-direction: column;
  padding: 28px;
  color: white;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
  cursor: pointer;
  font: inherit;
  scroll-snap-align: start;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.lineup-item:hover,
.lineup-item.is-active {
  border-color: rgba(184, 255, 61, 0.42);
  background:
    linear-gradient(180deg, rgba(184, 255, 61, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 0 0 1px rgba(184, 255, 61, 0.16);
}

.lineup-media {
  display: block;
  flex: 0 0 auto;
  height: clamp(150px, 12vw, 190px);
  margin: -12px -12px 22px;
  overflow: hidden;
  background: #050907;
}

.lineup-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 280ms ease, filter 280ms ease;
  filter: saturate(1.03) contrast(1.05);
}

.lineup-item:hover .lineup-media img,
.lineup-item.is-active .lineup-media img {
  transform: scale(1.08);
  filter: saturate(1.18) contrast(1.1);
}

.lineup-number {
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
}

.lineup-label {
  margin-top: 8px;
  color: rgba(184, 255, 61, 0.72);
}

.lineup-item h3 {
  min-height: 2.28em;
  margin-top: 14px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.14;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.lineup-item p:not(.lineup-label) {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: normal;
  word-break: keep-all;
}

.lineup-state {
  margin-top: auto;
  padding-top: 22px;
  color: rgba(184, 255, 61, 0.88);
}

.lineup-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: var(--layout-max);
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
}

.lineup-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.lineup-dot.is-active {
  border-color: var(--lime);
  background: var(--lime);
  box-shadow: 0 0 16px rgba(184, 255, 61, 0.54);
}

.cinema-band {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  max-width: var(--layout-max);
  min-height: 720px;
  margin-right: auto;
  margin-left: auto;
  color: white;
  background: #080b09;
  box-shadow: 0 0 0 100vmax #080b09;
  clip-path: inset(0 -100vmax);
}

.cinema-band img {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 560px;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1.08) contrast(1.08);
}

.cinema-band > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 94px);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 0% 100%, rgba(184, 255, 61, 0.16), transparent 34%),
    #080b09;
}

.cinema-band .eyebrow {
  color: var(--lime);
}

.cinema-band p:not(.eyebrow),
.storepick-copy p:not(.eyebrow):not(.section-kicker),
.bridge-section p:not(.eyebrow),
.site-footer p {
  color: var(--soft-ink);
  font-size: 17px;
  line-height: 1.78;
}

.cinema-band h2,
.storepick-copy h2 {
  font-size: clamp(34px, 4vw, 60px);
}

.cinema-band p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.storepick-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: clamp(24px, 6vw, 92px);
  max-width: var(--layout-max);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(74px, 11vw, 150px) clamp(20px, 5vw, 76px);
  background:
    linear-gradient(180deg, #f9f5ec, #efe7d8);
  box-shadow: 0 0 0 100vmax #f4ecdf;
  clip-path: inset(0 -100vmax);
}

.storepick-media {
  position: relative;
  height: clamp(420px, 40vw, 560px);
  min-height: 0;
  overflow: hidden;
  background: #080b09;
}

.storepick-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 70% 50%;
}

.storepick-section .eyebrow,
.storepick-section .section-kicker,
.bridge-section .eyebrow {
  color: var(--green);
}

.storepick-copy h2 {
  max-width: 21ch;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: keep-all;
}

.storepick-copy h2 span {
  display: block;
}

.storepick-copy p:not(.eyebrow):not(.section-kicker) {
  max-width: 42ch;
  overflow-wrap: normal;
  text-wrap: pretty;
  word-break: keep-all;
}

.bridge-section {
  max-width: var(--layout-max);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(72px, 10vw, 130px) clamp(20px, 5vw, 76px);
  background:
    linear-gradient(180deg, #fff, #f5f0e7);
  box-shadow: 0 0 0 100vmax #faf7f0;
  clip-path: inset(0 -100vmax);
}

.bridge-section h2 {
  max-width: 1040px;
  font-size: clamp(34px, 3.9vw, 56px);
}

.support-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.support-link {
  min-height: 118px;
  padding: 24px;
  color: var(--ink);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-weight: 900;
  transition: background 160ms ease, color 160ms ease;
}

.support-link:hover {
  color: white;
  background: var(--green);
}

.bridge-store-button {
  display: flex;
  width: fit-content;
  margin: 28px auto 0;
}

.site-footer {
  padding: 28px clamp(20px, 5vw, 76px);
  background: #0d140f;
}

.site-footer p {
  max-width: var(--layout-max);
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 9, 7, 0.24), rgba(3, 9, 7, 0.16) 36%, rgba(3, 9, 7, 0.91)),
      linear-gradient(90deg, rgba(3, 9, 7, 0.48), transparent 62%);
  }

  .hero-image {
    object-position: 42% 52%;
  }

  .hero-copy {
    width: min(760px, 100%);
    --hero-action-gap: clamp(24px, 4vh, 36px);
    --hero-control-gap: clamp(20px, 3vh, 34px);
    margin-left: 0;
    justify-content: flex-end;
    padding: clamp(150px, 18vh, 190px) clamp(24px, 5vw, 76px) 72px clamp(24px, 4.5vw, 56px);
  }

  .hero-copy h1 {
    max-width: min(640px, 100%);
    font-size: clamp(42px, 7.2vw, 70px);
  }

  .hero-korean {
    max-width: 640px;
    font-size: clamp(20px, 3vw, 28px);
  }

  .hero-product-statement {
    max-width: 640px;
  }

  .lead {
    max-width: 620px;
    font-size: clamp(16px, 2.4vw, 20px);
  }

  .hero-lower {
    grid-template-columns: minmax(250px, 1fr) auto;
  }

  .product-carousel {
    max-width: calc((360px * 2) + (14px * 3) + (48px * 2));
  }

  .lineup-item {
    flex-basis: min(360px, calc((100% - 14px) / 2));
  }
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .primary-nav {
    justify-content: flex-start;
    font-size: 13px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 9, 7, 0.24), rgba(3, 9, 7, 0.16) 38%, rgba(3, 9, 7, 0.92)),
      linear-gradient(90deg, rgba(3, 9, 7, 0.46), transparent 58%);
  }

  .hero-image {
    object-position: 42% 52%;
  }

  .hero-copy {
    width: min(760px, 100%);
    margin-left: 0;
    justify-content: flex-end;
    padding: 190px clamp(24px, 5vw, 76px) 72px clamp(24px, 4vw, 56px);
  }

  .hero-lower {
    grid-template-columns: minmax(230px, 1fr) auto;
  }

  .film-story-grid,
  .film-reel,
  .system-copy,
  .system-stage,
  .cinema-band,
  .storepick-section {
    grid-template-columns: 1fr;
  }

  .film-story-section {
    background:
      linear-gradient(180deg, #f8f4ec, #ebe3d4 43%, #0d140f 43%, #0d140f);
  }

  .film-visual {
    position: relative;
    top: auto;
    min-height: 460px;
  }

  .film-step {
    min-height: 220px;
  }

  .film-step.is-active {
    transform: none;
  }

  .system-stage-copy {
    padding: 0 0 36px;
  }

  .cinema-band img {
    min-height: 420px;
  }

  .cinema-band > div {
    border-left: 0;
  }

  .storepick-media {
    min-height: 380px;
  }

  .support-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 641px) and (max-width: 1180px) {
  .hero-copy {
    justify-content: center;
    padding-top: clamp(120px, 12vh, 150px);
    padding-bottom: clamp(44px, 6vh, 64px);
  }

  .hero-dashboard {
    transform: translateY(-100%);
  }

  .hero-lower {
    margin-top: var(--hero-action-gap);
  }
}

@media (min-width: 900px) and (max-width: 1180px) and (max-height: 820px) {
  .hero-copy {
    --hero-action-gap: 18px;
    --hero-control-gap: 16px;
    padding-top: 100px;
    padding-bottom: 32px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 6vw, 60px);
    line-height: 1.06;
  }

  .hero-korean {
    margin-top: 12px;
    font-size: clamp(18px, 2.6vw, 24px);
  }

  .hero-product-statement {
    margin-top: 10px;
    font-size: clamp(15px, 1.8vw, 18px);
  }

  .lead {
    margin-top: 10px;
    font-size: clamp(15px, 1.9vw, 17px);
    line-height: 1.5;
  }

  .hero-lower {
    margin-top: 0;
  }

  .hero-motion-slot {
    min-height: 50px;
  }

  .hero-signal-hint {
    padding: 6px 10px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: center;
  }

  .brand {
    width: 150px;
  }

  .primary-nav {
    width: 100%;
    justify-content: center;
    gap: 12px;
    font-size: 12px;
    text-align: center;
  }

  .hero-copy {
    width: 100%;
    max-width: 100vw;
    --hero-action-gap: clamp(22px, 4.5vh, 34px);
    --hero-control-gap: clamp(20px, 3vh, 28px);
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    padding-top: clamp(128px, 15vh, 156px);
    padding-right: 20px;
    padding-bottom: clamp(42px, 7vh, 64px);
    padding-left: 20px;
  }

  .hero-copy > * {
    max-width: 100%;
  }

  .hero-image {
    height: calc(var(--app-vh, 1vh) * 100);
    object-position: 36% 52%;
    transform: scale(1);
  }

  h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.4vw, 40px);
    line-height: 1.12;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-korean {
    font-size: clamp(18px, 5.2vw, 23px);
  }

  .hero-product-statement {
    max-width: min(350px, 100%);
    margin-top: 14px;
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.42;
  }

  .lead {
    max-width: min(350px, 100%);
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.56;
    line-break: strict;
    overflow-wrap: break-word !important;
    word-break: keep-all !important;
  }

  .hero-signal-hint {
    padding: 7px 10px;
    font-size: 12px;
  }

  .hero-signal-hint-mark {
    width: 26px;
    margin-right: 8px;
  }

  .hero-control-stack {
    width: 100%;
  }

  .hero-motion-slot {
    min-height: clamp(48px, 6vh, 58px);
  }

  .hero-dashboard {
    transform: translateY(-100%);
  }

  .hero-lower {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin-top: 0;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
    align-self: flex-start;
    width: max-content;
    max-width: 100%;
    gap: 8px;
  }

  .hero-actions .button {
    width: auto;
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .hero-dashboard {
    grid-template-columns: 1fr;
    width: max-content;
    max-width: 150px;
    border: 0;
    background: transparent;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-caption {
    width: 100%;
    gap: 4px;
    padding: 12px 14px;
    border-top-color: rgba(184, 255, 61, 0.34);
    background:
      linear-gradient(135deg, rgba(184, 255, 61, 0.055), rgba(255, 255, 255, 0.025)),
      #050907;
  }

  .hero-metrics div {
    background: #050907;
  }

  .hero-caption span,
  .hero-caption small {
    font-size: 10px;
  }

  .hero-caption strong {
    font-size: 34px;
  }

  .scroll-cue {
    display: none;
  }

  .film-story-section {
    padding: 56px 16px 68px;
    background: linear-gradient(180deg, #f8f4ec, #ebe3d4);
  }

  .film-demo-section {
    padding-top: 0;
    background: #0d140f;
  }

  .film-story-grid {
    gap: 22px;
    margin-top: 0;
  }

  .film-story-grid h2 {
    font-size: clamp(30px, 8.6vw, 36px);
    line-height: 1.15;
  }

  .film-story-grid p {
    font-size: 15px;
    line-height: 1.72;
  }

  .film-note {
    padding: 20px;
  }

  .film-note strong {
    margin-top: 10px;
    font-size: clamp(28px, 8.8vw, 36px);
    line-height: 1.15;
  }

  .film-note p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.62;
  }

  .film-reel {
    gap: 22px;
    margin-top: 42px;
    padding-top: 34px;
  }

  .film-visual {
    min-height: 0;
  }

  .mat-plane {
    width: 92%;
  }

  .film-visual.is-demo {
    --cross-x: 86%;
    --return-line-x: 12%;
    --roll-end-x: 18%;
    --ball-size: 15px;
    --ball-radius: 7.5px;
    --gaze-size: 24px;
    --putter-head-gap: 1px;
    --putter-head-width: 18px;
    --putter-head-origin-x: 9px;
    --putter-head-height: 52px;
    --putter-box-width: 62px;
    --putter-box-height: 92px;
    --putter-shaft-width: 6px;
    --putter-shaft-height: 48px;
    align-content: start;
    height: auto;
    min-height: 0;
    justify-items: stretch;
    padding: 20px 14px 22px;
  }

  .demo-board {
    grid-template-rows: minmax(148px, auto) 2px auto;
    width: 100%;
    gap: 12px;
  }

  .demo-copy {
    min-height: 0;
    gap: 8px;
    padding-left: 0;
  }

  .demo-title {
    font-size: 15px;
  }

  .demo-copy strong {
    min-height: 3.42em;
    font-size: clamp(19px, 5.7vw, 22px);
    line-height: 1.14;
  }

  .demo-cycle {
    width: 48%;
  }

  .demo-mat {
    aspect-ratio: 5 / 2.25;
  }

  .demo-return {
    border-width: 6px;
  }

  .demo-device {
    right: 10%;
    top: 7%;
    width: clamp(74px, 24%, 88px);
    min-width: 0;
    min-height: 0;
    height: 30px;
    font-size: 10px;
  }

  .demo-display {
    right: 28%;
    top: 34%;
    width: clamp(92px, 30%, 108px);
    height: clamp(52px, 35%, 60px);
    padding: 7px 8px;
    border-radius: 6px;
  }

  .demo-display small {
    font-size: 9px;
  }

  .demo-display strong,
  .film-visual[data-phase="1"] .demo-display strong,
  .film-visual[data-phase="3"] .demo-display strong {
    font-size: clamp(19px, 5.2vw, 22px);
  }

  .demo-putter {
    width: var(--putter-box-width);
    height: var(--putter-box-height);
  }

  .demo-putter::before {
    left: 5px;
    width: var(--putter-shaft-width);
    height: var(--putter-shaft-height);
  }

  .demo-putter::after {
    width: var(--putter-head-width);
    height: var(--putter-head-height);
  }

  .demo-gaze {
    inset: 0;
  }

  .demo-gaze::after {
    right: auto;
    left: 55%;
    bottom: 5%;
    padding-left: 13px;
    font-size: 10px;
  }

  .demo-hole {
    left: 16%;
    bottom: 10%;
    font-size: 10px;
  }

  .film-visual-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    gap: 8px;
    margin-top: 24px;
    padding: 0;
  }

  .film-visual-caption span {
    font-size: 11px;
  }

  .film-visual-caption strong {
    font-size: clamp(20px, 6.2vw, 24px);
    line-height: 1.24;
  }

  .film-steps {
    gap: 0;
  }

  .film-step {
    min-height: 0;
    padding: 25px 18px 30px;
  }

  .film-step h3 {
    margin-top: 14px;
    font-size: clamp(30px, 8.6vw, 36px);
  }

  .film-step p {
    font-size: 15px;
    line-height: 1.66;
  }

  .system-stage-media {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .stage-data,
  .support-links {
    grid-template-columns: 1fr;
  }

  .product-carousel {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 10px;
  }

  .lineup-control {
    width: 40px;
    height: 56px;
    font-size: 34px;
  }

  .lineup-item {
    flex-basis: 100%;
    min-height: 390px;
  }
}

@media (max-width: 640px) {
  .hero-dashboard {
    width: max-content;
    max-width: 150px;
    border: 0;
    background: transparent;
  }

  .hero-caption {
    width: auto;
    min-height: 0;
    padding: 0 0 9px;
    border: 0;
    background: transparent;
    filter: drop-shadow(0 0 10px rgba(184, 255, 61, 0.28));
  }

  .hero-caption::before {
    right: -22px;
    left: -18px;
  }

  .hero-caption span {
    font-size: 9px;
  }

  .hero-caption strong {
    font-size: 32px;
  }
}

@media (max-width: 430px) {
  .hero-lower {
    margin-top: var(--hero-action-gap);
  }

  .hero-caption strong {
    font-size: 30px;
  }
}
