/* Oddfini: content first. Replace the wordmark independently of these tokens. */
:root {
  color-scheme: light;
  --bg: #f7f7f5;
  --panel: #f0f2f5;
  --ink: #16191f;
  --muted: #586171;
  --line: #dce0e5;
  --accent: #005de8;
  --accent-ink: #ffffff;
  --radius: 8px;
  /* Body 16px; compact copy 14–15px; ordinary headings 24px. */
  --type-small: .875rem;
  --type-secondary: .9375rem;
  --type-body: 1rem;
  --type-lead: 1.25rem;
  --type-heading: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-size: var(--type-body); line-height: 1.65; }
img { max-width: 100%; display: block; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; border-radius: 3px; }
.shell { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 10; padding: 10px 16px; background: var(--accent); color: var(--accent-ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); color: var(--accent-ink); }
.site-header { border-bottom: 0; }
.header-inner { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; min-height: 44px; font-size: var(--type-heading); font-weight: 500; letter-spacing: -.01em; font-variant-ligatures: none; }
.site-nav { display: flex; gap: 30px; align-items: center; font-size: var(--type-secondary); }
.site-nav a { display: inline-flex; justify-content: center; align-items: center; min-width: 44px; min-height: 44px; color: var(--muted); }
.site-nav a:hover, .site-nav a[aria-current] { color: var(--ink); text-decoration: underline; }
.site-nav .language-link { color: var(--ink); border-left: 1px solid var(--line); padding-left: 28px; }
.preview-strip { font-size: var(--type-small); color: var(--muted); background: #eef1f5; border-bottom: 1px solid var(--line); }
.preview-strip .shell { padding-block: 7px; }
.hero { padding: 32px 0 40px; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: var(--type-small); font-weight: 650; letter-spacing: .12em; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); align-items: center; gap: 48px; }
.hero-copy { max-width: 650px; }
.hero-copy > .eyebrow { color: var(--muted); }
.hero-symbol { width: 100%; height: auto; max-height: 360px; object-fit: contain; }
.hero-visual { display: block; min-width: 0; }
.hero .prose h1 { margin: 0 0 28px; font-size: clamp(2.25rem, 4.6vw, 3.625rem); letter-spacing: -.055em; line-height: 1.2; text-wrap: balance; }
.hero .prose p { color: var(--muted); max-width: 650px; margin: 0; font-size: var(--type-body); line-height: 1.9; word-break: keep-all; overflow-wrap: anywhere; }
.hero-side { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 11px 22px; border: 1px solid var(--accent); border-radius: 6px; color: var(--accent-ink); background: var(--accent); font-size: var(--type-body); font-weight: 700; white-space: nowrap; transition: background 140ms ease; }
.button:hover { background: #004bbe; color: var(--accent-ink); }
.button-secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.button-secondary:hover { background: var(--panel); color: var(--ink); }
.text-link, .back-link { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; font-size: var(--type-secondary); }
.text-link { color: var(--muted); }
.section { padding-bottom: 32px; }
.section-heading { display: flex; gap: 24px; justify-content: space-between; align-items: baseline; padding: 24px 0; border-top: 1px solid var(--line); }
.section-heading h2 { margin: 0; font-size: var(--type-heading); font-weight: 600; letter-spacing: -.025em; }
.section-note { color: var(--muted); font-size: var(--type-small); }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 0; }
.product-card { min-width: 0; padding-right: 32px; display: flex; flex-direction: column; }
.product-card:nth-child(even) { border-left: 1px solid var(--line); padding-left: 32px; padding-right: 0; }
.product-card:nth-child(n+3) { padding-top: 30px; border-top: 1px solid var(--line); }
.visual-link:focus-visible { outline-offset: -4px; }
.product-visual { margin: 0; }
.product-visual img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; border-radius: var(--radius); }
.product-visual figcaption { margin-top: 8px; color: var(--muted); font-size: var(--type-small); text-align: left; line-height: 1.5; }
.card-copy { padding: 22px 0 0; display: flex; flex-direction: column; flex: 1; }
.product-card:not(:has(.product-visual)) .card-copy { padding-top: 0; }
.card-top { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; justify-content: space-between; }
.card-top .eyebrow { margin: 0; letter-spacing: .06em; }
.availability { font-size: var(--type-small); color: #424c5a; background: #f1f3f5; border: 1px solid var(--line); padding: 3px 8px; border-radius: 4px; }
.product-card h3 { margin: 16px 0 10px; font-size: var(--type-heading); font-weight: 650; letter-spacing: -.04em; line-height: 1.2; }
.product-card h3 a { display: inline-flex; align-items: center; min-height: 44px; }
.card-description { margin: 0; color: var(--muted); font-size: var(--type-body); line-height: 1.8; word-break: keep-all; overflow-wrap: anywhere; }
.card-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 26px; font-size: var(--type-small); color: var(--muted); }
.product-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--accent); text-decoration: underline; font-size: var(--type-secondary); font-weight: 600; }
.contact-band { display: flex; flex-direction: column; gap: 4px; align-items: start; padding: 32px 0 44px; border-top: 1px solid var(--line); }
.contact-band .eyebrow { margin-bottom: 8px; }
.contact-band h2 { font-size: var(--type-heading); font-weight: 500; margin: 0; word-break: keep-all; }
.contact-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--accent); text-decoration: underline; overflow-wrap: anywhere; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: start; gap: 32px; padding-block: 36px; }
.footer-inner .brand { font-size: var(--type-heading); }
.footer-inner p { color: var(--muted); font-size: var(--type-small); margin: 4px 0 0; }
.footer-links { display: flex; flex-direction: column; align-items: end; font-size: var(--type-small); color: var(--muted); }
.footer-links > div { display: flex; gap: 24px; }
.footer-links a { min-width: 44px; min-height: 44px; display: inline-flex; align-items: center; overflow-wrap: anywhere; }
.page-heading { padding: 64px 0 44px; }
.page-heading h1, .product-heading h1 { margin: 0 0 18px; font-size: clamp(2.375rem, 5vw, 4rem); line-height: 1.15; letter-spacing: -.045em; }
.page-heading > p:last-child { color: var(--muted); max-width: 650px; }
.page-copy { max-width: 740px; padding: 72px 0 100px; min-height: 60vh; }
.prose { color: var(--muted); font-size: var(--type-body); overflow-wrap: anywhere; }
.prose h1, .prose h2, .prose h3 { color: var(--ink); line-height: 1.35; letter-spacing: -.03em; word-break: keep-all; }
.prose h1 { font-size: clamp(2.125rem, 5vw, 3.125rem); margin: 0 0 28px; }
.prose h2 { font-size: var(--type-heading); margin: 40px 0 16px; }
.prose h3 { font-size: var(--type-lead); }
.prose p { margin: 0 0 22px; line-height: 1.9; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { padding: 4px 0; }
.prose a:not(.button) { color: var(--accent); text-decoration: underline; }
.prose strong { color: var(--ink); }
.product-detail { padding: 34px 0 90px; }
.back-link { color: var(--muted); margin-bottom: 32px; }
.product-summary { color: var(--muted); max-width: 720px; font-size: var(--type-lead); line-height: 1.8; word-break: keep-all; overflow-wrap: anywhere; }
.product-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; color: var(--muted); font-size: var(--type-small); margin-bottom: 32px; }
.detail-visual { max-width: 960px; }
.product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: -8px 0 32px; }
.product-actions .button, .product-aside .button { white-space: normal; text-align: center; }
.product-actions[data-store-actions] { align-items: flex-start; gap: 24px 40px; }
.store-option { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-width: 0; }
.store-option-label { color: var(--muted); font-size: var(--type-small); font-weight: 650; }
.store-badge { display: inline-flex; align-items: center; min-height: 48px; }
.store-badge img { height: 44px; width: auto; max-width: none; }
.store-option-note { color: var(--muted); font-size: var(--type-small); line-height: 1.5; }
.store-option .text-link { color: var(--accent); font-weight: 600; }
.product-body { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 80px; padding-top: 44px; }
.product-body .prose h2:first-child { margin-top: 0; }
.product-screenshot { margin-top: 40px; }
.product-detail > .product-screenshot { max-width: 960px; margin-top: 0; }
.product-detail > .product-screenshot--portrait { max-width: 480px; margin-inline: auto; }
.product-screenshot figure { margin: 0; }
.product-screenshot img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 8px; }
.product-screenshot figcaption { margin-top: 12px; font-size: var(--type-small); line-height: 1.7; }
.product-screenshot figcaption a { display: inline-flex; align-items: center; min-height: 44px; }
.product-video { max-width: 960px; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.product-video--portrait { max-width: 480px; margin-inline: auto; }
.product-video-trigger { display: block; position: relative; overflow: hidden; border-radius: 8px; }
.product-video-trigger[hidden] { display: none; }
.product-video-trigger img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.product-video-trigger span { position: absolute; bottom: 16px; left: 16px; display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; border-radius: 6px; background: #16191f; color: #fff; font-size: var(--type-secondary); font-weight: 600; }
.product-video-trigger:hover span { background: var(--accent); }
.product-video-trigger:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.product-video video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: 8px; background: var(--panel); }
.product-video--portrait .product-video-trigger img, .product-video--portrait video { aspect-ratio: auto; object-fit: contain; }
.product-video video[hidden] { display: none; }
.product-video p { margin: 12px 0 0; color: var(--muted); font-size: var(--type-small); line-height: 1.7; }
.product-aside { align-self: start; padding: 24px; border: 1px solid var(--line); border-radius: 8px; }
.product-aside h2 { margin: 0 0 16px; font-size: var(--type-lead); }
.product-aside p { font-size: var(--type-body); color: var(--muted); }
.product-aside .button { width: 100%; }
.product-aside .text-link { display: flex; margin-top: 10px; }
@media (max-width: 900px) {
  .hero-layout { gap: 24px; }
  .hero-side { display: flex; gap: 24px; align-items: center; }
  .product-body { gap: 32px; grid-template-columns: minmax(0,1fr) 240px; }
  .contact-band { flex-direction: column; align-items: start; gap: 12px; }
}
@media (max-width: 680px) {
  .shell { width: calc(100% - 36px); }
  .header-inner { min-height: 76px; gap: 14px; flex-wrap: wrap; padding-block: 12px; }
  .brand { font-size: var(--type-heading); }
  .site-nav { gap: 8px; font-size: var(--type-secondary); }
  .site-nav .language-link { padding-left: 16px; }
  .preview-strip { font-size: var(--type-small); }
  .hero { padding: 44px 0; }
  .hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .hero-symbol { width: min(260px, 75%); justify-self: center; }
  .hero-visual { width: min(260px, 75%); justify-self: center; }
  .hero-visual .hero-symbol { width: 100%; }
  .hero .prose h1 { font-size: clamp(2.25rem, 8.2vw, 3.25rem); }
  .hero .prose p { font-size: var(--type-body); }
  .hero-side { flex-wrap: wrap; gap: 8px 22px; }
  .product-grid { grid-template-columns: 1fr; gap: 24px; }
  .section-heading { gap: 8px; flex-direction: column; padding-block: 20px; }
  .section-note { font-size: var(--type-small); }
  .product-card, .product-card:nth-child(even) { padding: 0; border-left: 0; }
  .product-card:nth-child(n+2) { padding-top: 24px; border-top: 1px solid var(--line); }
  .card-copy { padding: 20px 0 0; }
  .section { padding-bottom: 44px; }
  .contact-band h2 { font-size: var(--type-heading); }
  .footer-inner { flex-direction: column; gap: 16px; padding-block: 24px; }
  .footer-links { align-items: start; }
  .page-copy { padding: 42px 0 64px; }
  .page-heading { padding: 44px 0 28px; }
  .product-body { grid-template-columns: 1fr; gap: 28px; padding-top: 28px; }
  .product-summary { font-size: var(--type-body); }
}
@media (max-width: 380px) {
  .site-nav { width: 100%; justify-content: space-between; gap: 8px; }
  .site-nav .language-link { padding-left: 12px; }
}
/* A brief satin-blue introduction. The hero always moves with the document. */
.home-page .shell { width: min(1448px, calc(100% - 112px)); }
.ribbon-story { padding: 0; }
.ribbon-stage { position: relative; min-height: clamp(450px, 46vw, 560px); display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); align-items: center; gap: 28px; padding: 20px 0 32px; }
.ribbon-story .hero-copy { position: relative; z-index: 1; width: 100%; max-width: 500px; transform: translateY(clamp(0px, calc(10vw - 68px), 40px)); }
.ribbon-story .prose .home-title { margin: 0 0 18px; color: var(--ink); font-size: clamp(3.5rem, 5.8vw, 5.5rem); line-height: .98; letter-spacing: -.055em; font-weight: 800; text-transform: uppercase; text-wrap: initial; }
.home-title .title-line { display: block; }
.home-title .title-accent { color: var(--accent); }
.ribbon-story .prose p { max-width: 390px; margin: 0; color: #323944; font-size: var(--type-body); line-height: 1.6; }
.hero-identity { display: flex; flex-wrap: wrap; gap: 0 14px; align-items: center; margin-top: -4px; color: var(--muted); font-size: var(--type-small); font-weight: 650; letter-spacing: .07em; }
.hero-identity .text-link { color: var(--accent); font-size: var(--type-small); font-weight: 500; letter-spacing: 0; }
.hero-button { margin-top: 0; }
.ribbon-visual { position: relative; width: 100%; aspect-ratio: 4 / 3; pointer-events: none; background: var(--bg); isolation: isolate; }
.ribbon-poster, .ribbon-video { display: block; width: 100%; height: 100%; object-fit: contain; }
.ribbon-video { position: absolute; inset: 0; visibility: hidden; mix-blend-mode: darken; }
/* Encoded video's light matte must not expose a brighter rectangular panel.
   Hide the poster while blending so the moving silhouette cannot double up. */
[data-motion="playing"] .ribbon-poster, [data-motion="frozen"] .ribbon-poster, [data-motion="settled"] .ribbon-poster { opacity: 0; }
[data-motion="playing"] .ribbon-video, [data-motion="frozen"] .ribbon-video, [data-motion="settled"] .ribbon-video { visibility: visible; }
.home-page .section-heading { padding: 10px 0 8px; }
.home-page .product-grid { gap: 0; }
.home-page .product-card { padding-right: 22px; }
.home-page .product-card:nth-child(even) { padding-right: 0; padding-left: 22px; }
.home-page .product-card:nth-child(n+3) { padding-top: 20px; margin-top: 22px; }
.home-page .product-visual figcaption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.home-product-card .card-copy { padding-top: 18px; }
.home-product-card h3 { margin: 0; }
.home-product-card h3 a { min-height: 32px; }
.home-card-type { margin: 0 0 8px; color: var(--accent); font-size: var(--type-small); font-weight: 650; line-height: 1.5; }
.home-product-card .card-description { line-height: 1.45; }
.home-product-card .card-meta { justify-content: flex-start; gap: 8px 12px; padding-top: 14px; }
.home-product-card .card-platforms { min-width: 0; flex: 1; }
.home-product-card .product-link { margin-left: auto; white-space: nowrap; }
.home-more-products { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 18px; align-items: baseline; border-top: 1px solid var(--line); margin-top: 22px; padding-top: 18px; }
.home-more-products .eyebrow { margin: 0; color: var(--muted); }
.home-more-products ul { list-style: none; padding: 0; margin: 0; }
.home-more-products a { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; min-height: 44px; color: var(--ink); text-decoration: none; }
.home-more-products a strong { color: var(--accent); font-size: var(--type-body); text-decoration: underline; text-underline-offset: 3px; }
.home-more-products a span { color: var(--muted); font-size: var(--type-secondary); }
.home-more-products a:hover strong { text-decoration: underline; }
@media (min-width: 681px) and (max-width: 1199px) {
  .ribbon-stage { gap: 20px; }
  .ribbon-story .prose .home-title { font-size: clamp(2.7rem, 5.5vw, 4rem); }
}
@media (max-width: 1000px) {
  .home-product-card .card-meta { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 4px 12px; }
  .home-product-card .product-link { grid-column: 1 / -1; justify-self: start; margin-left: 0; }
}
@media (max-width: 680px) {
  .home-page .shell { width: calc(100% - 36px); }
  .ribbon-stage { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 2px; padding: 30px 0 12px; }
  .ribbon-story .hero-copy { max-width: 500px; transform: none; }
  .ribbon-story .prose .home-title { max-width: 500px; margin-bottom: 18px; font-size: clamp(2.5rem, 10vw, 3.25rem); }
  .ribbon-story .prose p { max-width: 400px; }
  .hero-identity { gap: 0 12px; margin-top: 4px; }
  .hero-button { margin-top: 10px; }
  .ribbon-visual { width: min(100%, 440px); justify-self: center; }
  .home-page .product-card, .home-page .product-card:nth-child(even) { padding-right: 0; padding-left: 0; }
  .home-page .product-card:nth-child(n+2) { padding-top: 24px; margin-top: 22px; }
  .home-more-products { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 380px) {
  /* Keep type and touch targets intact; compact only spacing and artwork. */
  .ribbon-stage { padding: 18px 0 10px; }
  .ribbon-visual { width: 92%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .ribbon-video { display: none; }
  .ribbon-story .ribbon-poster { opacity: 1; }
}
