:root {
  --ink: #1b211e;
  --muted: #68716b;
  --paper: #f2f0e9;
  --line: rgba(27, 33, 30, .16);
  --lime: #d9e87d;
  --sage: #bdc8ae;
  --orange: #e79365;
  --white: #f8f7f2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", "Noto Sans KR", sans-serif; font-size: 15px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.section-shell { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.site-header { width: min(1280px, calc(100% - 48px)); margin: 0 auto; height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px 10px 10px 3px; color: var(--lime); background: var(--ink); font-size: 17px; font-weight: 800; }
.brand-dot { color: var(--orange); }
.nav { display: flex; gap: 33px; margin-left: 100px; color: #626a65; font-size: 13px; font-weight: 700; }
.nav a, .text-link, .footer-links a { transition: color .2s ease; }
.nav a:hover, .text-link:hover, .footer-links a:hover { color: var(--orange); }
.nav-mail { border-bottom: 1px solid var(--ink); padding-bottom: 2px; font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; }
.nav-mail span, .text-link span, .contact-card a span, .footer-links a span:last-child { color: var(--orange); }
.hero { min-height: 660px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 66px 0 110px; }
.eyebrow { margin: 0 0 24px; color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.status-dot, .coming-badge i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(231,147,101,.16); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 31px; font-size: clamp(52px, 7vw, 93px); line-height: .99; letter-spacing: -.085em; font-weight: 800; }
h1 em, h2 em, h3 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.08em; }
.hero-subcopy { max-width: 465px; color: #59635c; }
.hero-subcopy .ko, .hero-subcopy .en { margin-bottom: 8px; }
.hero-subcopy .en, .en { font-size: 14px; letter-spacing: -.02em; }
.ko { font-family: "Noto Sans KR", sans-serif; letter-spacing: -.04em; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 35px; }
.button { display: inline-flex; gap: 22px; align-items: center; padding: 16px 20px; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark span { color: var(--lime); font-size: 16px; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 2px; font-size: 12px; font-weight: 700; }
.hero-art { position: relative; width: min(100%, 555px); height: 487px; justify-self: end; }
.art-orbit { position: absolute; border: 1px solid rgba(27,33,30,.13); border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 380px; height: 560px; right: 22px; top: -30px; }
.orbit-two { width: 255px; height: 410px; right: 92px; top: 35px; border-color: rgba(231,147,101,.5); }
.art-card { position: absolute; border-radius: 2px; box-shadow: 0 24px 50px rgba(27,33,30,.11); }
.art-card-back { width: 265px; height: 360px; right: 27px; top: 47px; background: var(--sage); transform: rotate(12deg); }
.art-card-front { width: 285px; height: 378px; right: 77px; top: 42px; padding: 21px; color: var(--white); background: var(--ink); transform: rotate(-8deg); overflow: hidden; }
.art-card-front:after { position: absolute; content: ""; width: 250px; height: 250px; border: 1px solid rgba(217,232,125,.65); border-radius: 50%; right: -85px; bottom: -25px; }
.art-card-top, .art-card-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .07em; }
.art-lines { position: relative; z-index: 1; margin-top: 122px; }
.art-lines i { display: block; width: 84px; height: 3px; margin-bottom: 10px; background: var(--lime); }
.art-lines i:nth-child(2) { width: 138px; background: var(--white); }
.art-lines i:nth-child(3) { width: 54px; background: var(--orange); }
.art-spark { position: absolute; z-index: 1; right: 26px; top: 130px; color: var(--lime); font-size: 32px; }
.art-card-bottom { position: absolute; right: 21px; bottom: 20px; left: 21px; color: #89928b; }
.art-label { position: absolute; right: 0; bottom: 29px; display: flex; gap: 13px; align-items: flex-start; font-family: "DM Mono", monospace; font-size: 10px; line-height: 1.35; }
.art-label span:first-child { color: var(--orange); font-size: 15px; }
.ticker { padding: 17px 0; overflow: hidden; color: var(--ink); background: var(--lime); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .12em; white-space: nowrap; }
.ticker-track { display: flex; width: max-content; gap: 28px; align-items: center; animation: marquee 25s linear infinite; }
.ticker b { color: var(--orange); font-size: 16px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.about { padding: 150px 0 170px; }
.section-index { color: var(--orange); font-family: "DM Mono", monospace; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.section-index span { margin: 0 7px; color: #9aa29c; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; margin-top: 46px; }
h2 { margin-bottom: 0; font-size: clamp(40px, 5.1vw, 69px); line-height: 1.03; letter-spacing: -.075em; }
h2 span { color: #707970; }
.about-copy { max-width: 500px; padding-top: 8px; color: #5d675f; }
.about-copy > p:first-child { margin-bottom: 9px; }
.principles { display: grid; gap: 0; margin-top: 53px; border-top: 1px solid var(--line); }
.principles > div { display: grid; grid-template-columns: 46px 1fr 1fr; gap: 10px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.principles span { color: var(--orange); font-family: "DM Mono", monospace; font-size: 10px; }
.principles strong { font-size: 13px; color: var(--ink); }
.principles p { margin: 0; font-size: 12px; }
.product { padding: 0 0 170px; }
.product-heading { display: flex; align-items: flex-end; justify-content: space-between; margin: 47px 0 61px; }
.product-heading h2 { font-size: clamp(60px, 9vw, 124px); letter-spacing: -.1em; }
.product-heading h2 span { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.product-intro { max-width: 305px; margin: 0 25px 8px 0; color: #5e665f; font-size: 13px; line-height: 1.8; }
.product-showcase { min-height: 550px; position: relative; display: grid; grid-template-columns: 275px minmax(240px, 1fr) 275px; justify-content: space-between; align-items: center; gap: 55px; padding: 55px 8%; background: #c4cfb9; overflow: hidden; }
.product-showcase:before { content: ""; position: absolute; width: 780px; height: 780px; left: 50%; top: 50%; border: 1px solid rgba(27,33,30,.13); border-radius: 50%; transform: translate(-50%, -50%); }
.app-icon { position: absolute; z-index: 4; top: 31px; left: 50%; width: 65px; height: 65px; display: grid; place-items: center; border-radius: 20px; color: var(--lime); background: var(--ink); box-shadow: 0 12px 22px rgba(27,33,30,.2); transform: translateX(-50%) rotate(-8deg); font-size: 17px; font-weight: 800; }
.app-icon i { position: absolute; top: -10px; right: -7px; color: var(--orange); font-size: 16px; }
.phone { position: relative; z-index: 2; width: 242px; height: 486px; padding: 10px; border: 1px solid rgba(27,33,30,.18); border-radius: 34px; background: var(--ink); box-shadow: 0 25px 45px rgba(27,33,30,.2); }
.phone-left { transform: rotate(-8deg); justify-self: end; }
.phone-right { transform: rotate(8deg); }
.phone-screen { height: 100%; padding: 17px 14px; border-radius: 25px; background: #f6f4ec; overflow: hidden; }
.phone-status { display: flex; justify-content: space-between; margin-bottom: 21px; font-family: "DM Mono", monospace; font-size: 8px; }
.app-header, .dark-top { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 700; }
.app-header b { margin-left: auto; font-weight: 400; color: var(--orange); letter-spacing: 2px; }
.mini-logo { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 6px; color: var(--lime); background: var(--ink); font-size: 9px; }
.welcome { margin-top: 71px; font-size: 24px; line-height: 1.05; letter-spacing: -.08em; font-weight: 700; }
.welcome em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.progress { height: 6px; margin-top: 34px; background: #d8ddd1; }
.progress span { display: block; width: 69%; height: 100%; background: var(--orange); }
.screen-note { margin-top: 10px; font-family: "DM Mono", monospace; font-size: 7px; color: #727b72; }
.screen-note span { float: right; color: var(--orange); font-size: 12px; }
.screen-dark { color: var(--white); background: #29312d; }
.dark-top { justify-content: space-between; color: var(--lime); }
.big-number { margin-top: 99px; color: var(--lime); font-family: Georgia, serif; font-size: 87px; line-height: .8; letter-spacing: -.1em; }
.dark-caption { margin-top: 26px; font-size: 18px; font-weight: 700; line-height: 1.04; letter-spacing: -.07em; }
.dark-caption em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.check-row { margin-top: 30px; padding: 10px 0; border-bottom: 1px solid rgba(248,247,242,.2); color: #bdc7be; font-size: 9px; }
.check-row + .check-row { margin-top: 0; }
.check-row span { margin-right: 8px; color: var(--lime); }
.showcase-copy { position: relative; z-index: 3; color: var(--ink); }
.showcase-number { margin-bottom: 19px; color: var(--orange); font-family: "DM Mono", monospace; font-size: 10px; }
.showcase-copy h3 { margin-bottom: 22px; font-size: 47px; line-height: .97; letter-spacing: -.08em; }
.showcase-copy .en, .showcase-copy .ko { margin-bottom: 12px; color: #505b51; font-size: 12px; }
.coming-badge { display: inline-flex; align-items: center; margin-top: 20px; font-family: "DM Mono", monospace; font-size: 9px; }
.coming-badge i { width: 6px; height: 6px; margin-right: 7px; box-shadow: none; }
.placeholder-note { margin: 14px 0 0; color: #848d83; font-family: "DM Mono", monospace; font-size: 9px; }
.placeholder-note span { margin-left: 12px; }
.contact { padding: 3px 0 155px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 50px; }
.contact h2 { color: var(--ink); font-size: clamp(49px, 6.1vw, 82px); }
.contact-card { align-self: end; max-width: 430px; padding: 28px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.contact-card p { max-width: 340px; margin-bottom: 25px; color: #646d66; font-size: 13px; }
.contact-card a { display: inline-block; margin-bottom: 25px; border-bottom: 1px solid var(--ink); font-family: "DM Mono", monospace; font-size: 14px; }
.contact-rule { height: 1px; margin: 0 0 22px; background: var(--line); }
.contact-card .ko { margin: 0; font-size: 12px; }
.site-footer { color: var(--white); background: var(--ink); }
.footer-top { display: flex; justify-content: space-between; align-items: center; padding-top: 40px; padding-bottom: 37px; border-bottom: 1px solid rgba(248,247,242,.16); }
.footer-links { display: flex; gap: 31px; font-size: 11px; }
.footer-links a span:not(:last-child) { display: block; margin-top: 2px; color: #849088; font-family: "DM Mono", monospace; font-size: 9px; }
.company-info { display: grid; grid-template-columns: .8fr .9fr .9fr 1.6fr 1fr; gap: 24px; padding-top: 42px; padding-bottom: 43px; }
.company-info div { min-width: 0; }
.company-info span { display: block; margin-bottom: 12px; color: #8b958c; font-family: "DM Mono", monospace; font-size: 9px; line-height: 1.45; }
.company-info strong { display: block; color: var(--white); font-size: 11px; font-weight: 500; line-height: 1.6; }
.company-info small { color: #afb7b0; font-size: 9px; font-weight: 400; line-height: 1.6; }
.company-info a { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 17px; padding-bottom: 21px; border-top: 1px solid rgba(248,247,242,.16); color: #859087; font-family: "DM Mono", monospace; font-size: 9px; }
.footer-bottom b { margin-left: 6px; color: var(--orange); }
.reveal { animation: rise .8s ease both; }
.reveal-delay { animation-delay: .15s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .section-shell { width: min(100% - 44px, 680px); }
  .site-header { width: calc(100% - 36px); }
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 70px 0 100px; }
  .hero-art { justify-self: center; margin-top: 10px; transform: scale(.92); transform-origin: top center; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .product-heading { align-items: flex-start; flex-direction: column; gap: 28px; }
  .product-intro { margin: 0; }
  .product-showcase { grid-template-columns: 1fr 1fr; gap: 20px; padding: 90px 4% 50px; }
  .showcase-copy { grid-column: 1 / -1; grid-row: 1; margin: 0 auto 35px; max-width: 400px; text-align: center; }
  .phone-left { grid-column: 1; grid-row: 2; justify-self: end; }
  .phone-right { grid-column: 2; grid-row: 2; justify-self: start; }
  .company-info { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 580px) {
  .section-shell { width: calc(100% - 36px); }
  .site-header { height: 76px; width: calc(100% - 28px); }
  .nav-mail { font-size: 9px; }
  .hero { min-height: 0; padding: 62px 0 74px; }
  h1 { font-size: 56px; }
  .hero-art { width: 100%; height: 390px; transform: scale(.75); transform-origin: top left; margin-bottom: -75px; }
  .about { padding: 98px 0 110px; }
  .product { padding-bottom: 110px; }
  .product-heading h2 { font-size: 74px; }
  .product-showcase { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; padding: 100px 8px 40px; }
  .phone { width: 150px; height: 305px; padding: 6px; border-radius: 23px; }
  .phone-screen { padding: 11px 9px; border-radius: 18px; }
  .phone-status { margin-bottom: 12px; font-size: 6px; }
  .app-header { font-size: 6px; }.mini-logo { width: 14px; height: 14px; font-size: 6px; border-radius: 4px; }
  .welcome { margin-top: 43px; font-size: 15px; }.progress { height: 4px; margin-top: 19px; }.screen-note { font-size: 5px; }
  .dark-top { font-size: 7px; }.big-number { margin-top: 61px; font-size: 55px; }.dark-caption { margin-top: 17px; font-size: 12px; }.check-row { margin-top: 17px; font-size: 6px; }
  .showcase-copy h3 { font-size: 41px; }
  .placeholder-note span { display: block; margin: 5px 0 0; }
  .contact { padding-bottom: 100px; }.contact-grid { gap: 36px; }.contact h2 { font-size: 58px; }
  .footer-top { display: block; padding-top: 31px; }.footer-links { flex-wrap: wrap; gap: 18px 25px; margin-top: 27px; }.company-info { grid-template-columns: 1fr; gap: 22px; padding: 33px 0; }.footer-bottom { gap: 15px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }
