@font-face{font-family:Ahamono;src:url('/assets/ahamono.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Poppins;src:url('/assets/poppins-bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Poppins;src:url('/assets/poppins-semibold.woff2') format('woff2');font-weight:400 600;font-style:normal;font-display:swap}

:root {
  --bg:#080a09; --surface:#111713; --text:#f5f7f2; --muted:#a4aea6;
  --line:#2a332d; --accent:#00f56e; --accent-ink:#00f56e; --button-ink:#07150d;
  --subtle:#15251b; --logo-filter:none;
  --font-mono:Ahamono,monospace; --font-display:Poppins,sans-serif;
  --font-body:'Apple SD Gothic Neo','Noto Sans KR','Malgun Gothic',sans-serif;
  background:var(--bg);color:var(--text);color-scheme:dark;font-family:var(--font-body);
  font-synthesis:none;
}
:root[data-theme='light'] {
  --bg:#f7f8f4; --surface:#eef1e9; --text:#171d19; --muted:#626d64;
  --line:#d3dacf; --accent:#00ce60; --accent-ink:#08753b; --button-ink:#07150d;
  --subtle:#e6f2e5; --logo-filter:invert(1);color-scheme:light;
}
*{box-sizing:border-box}
html{overflow-y:scroll;scroll-behavior:smooth}
body{margin:0;min-width:280px;background:var(--bg)}
h1,h2,h3,p,figure{margin:0}
a{color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit;cursor:pointer}
img{display:block;max-width:100%}
button:focus-visible,a:focus-visible{outline:2px solid var(--accent-ink);outline-offset:6px}
::selection{background:var(--accent);color:var(--button-ink)}
.site-width{width:980px;max-width:calc(100% - 64px);margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.skip-link{position:fixed;left:20px;top:16px;z-index:20;background:var(--accent);color:var(--button-ink);padding:12px;transform:translateY(-200%)}
.skip-link:focus{transform:translateY(0)}
.site-header{min-height:155px;display:flex;align-items:center;gap:38px}
.brand{display:block;flex-shrink:0;width:174px}
.brand img{width:174px;height:27px;filter:var(--logo-filter)}
.site-nav{display:flex;gap:28px;margin-left:auto;font:14px/1 var(--font-mono)}
.site-nav a{padding:13px 0;text-decoration:none;position:relative}
.site-nav a:hover,.site-nav a[aria-current='page']{color:var(--accent-ink)}
.site-nav a[aria-current='page']::after{content:'';position:absolute;bottom:3px;left:0;right:0;height:2px;background:var(--accent-ink)}
.theme-toggle{display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--line);background:transparent;color:var(--text);font:12px/1 var(--font-mono);border-radius:3px}
.theme-toggle:hover{background:var(--surface);border-color:var(--muted)}
.theme-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.theme-moon,:root[data-theme='light'] .theme-sun{display:none}
:root[data-theme='light'] .theme-moon{display:block}
main:focus{outline:none}
.page-hero{padding:61px 0 99px}
.eyebrow,.section-kicker{font:12px/1.5 var(--font-mono);letter-spacing:.07em;color:var(--muted)}
.eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:28px}
.eyebrow::before{content:'';width:6px;height:6px;background:var(--accent);border-radius:50%;flex-shrink:0}
.page-title{font:700 100px/1.07 var(--font-display);letter-spacing:-.045em;margin-left:-5px;text-wrap:balance}
.accent-dot{color:var(--accent-ink)}
.hero-description{margin-top:32px}
.hero-lede{font-size:24px;line-height:1.5;letter-spacing:-.035em;font-weight:600;word-break:keep-all}
.body-copy{max-width:610px;color:var(--muted);font-size:16px;line-height:1.85;letter-spacing:-.02em;word-break:keep-all}
.hero-description .body-copy{margin-top:12px}
.hero-actions{display:flex;align-items:center;gap:30px;margin-top:32px;flex-wrap:wrap}
.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:48px;padding:13px 20px;text-decoration:none;border:1px solid transparent;border-radius:2px;font-size:14px;line-height:1.5;font-weight:600;letter-spacing:-.015em;transition:background-color .15s,border-color .15s,transform .15s}
.button{background:var(--accent);color:var(--button-ink)}
.button:hover{transform:translateY(-2px)}
.button-secondary{border-color:var(--line);background:transparent;color:var(--text)}
.button-secondary:hover{background:var(--surface);border-color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:17px;min-height:44px;padding:9px 0;text-decoration:none;border-bottom:1px solid var(--line);font-size:14px;line-height:1.5;font-weight:500}
.text-link:hover{border-color:var(--accent-ink);color:var(--accent-ink)}
.arrow{font-family:var(--font-mono);font-size:21px;line-height:1;font-weight:400}
.content-section{border-top:1px solid var(--line);padding:72px 0 82px}
.section-kicker{margin-bottom:30px}
.section-title{font-family:var(--font-display),var(--font-body);font-size:40px;font-weight:600;line-height:1.3;letter-spacing:-.045em;word-break:keep-all}
.status-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;line-height:1.4;letter-spacing:.04em;color:var(--accent-ink);padding:6px 9px;background:var(--subtle);border:1px solid var(--line);border-radius:3px}
.status-badge::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--accent-ink)}
.product-spotlight{display:grid;grid-template-columns:360px minmax(0,1fr);gap:48px;align-items:center}
.spotlight-copy .section-kicker{margin-bottom:22px}
.spotlight-copy .section-title{font-size:38px;margin-top:17px;margin-bottom:22px}
.spotlight-copy .hero-lede{font-size:22px}
.spotlight-copy .body-copy{font-size:15px;margin-top:17px}
.spotlight-copy .text-link{margin-top:23px}
.product-visual{min-width:0;margin:0}
.product-visual svg{display:block;width:100%;height:auto;overflow:visible}
.product-visual figcaption{font-size:11px;color:var(--muted);text-align:center;line-height:1.7;word-break:keep-all;margin-top:14px}
.product-hero{padding-bottom:58px}
.product-hero .page-title{font-size:86px;letter-spacing:-.06em}
.product-hero .hero-description{display:grid;grid-template-columns:360px minmax(0,1fr);gap:50px;margin-top:38px}
.product-hero .hero-description .body-copy{margin-top:0}
.product-hero>.status-badge{margin-top:25px}
.product-showcase{padding:36px 24px 52px;margin-bottom:64px;background:var(--surface);border:1px solid var(--line)}
.product-showcase .product-visual{max-width:860px;margin:auto}
.products-page .content-section:has(.workflow-list){display:grid;grid-template-columns:360px minmax(0,1fr);gap:0 50px}
.products-page .content-section:has(.workflow-list)>.section-kicker{grid-column:1 / -1}
.workflow-list{list-style:none;margin:0;padding:0}
.workflow-list li{position:relative;padding:0 0 29px 40px;margin-bottom:27px;border-bottom:1px solid var(--line)}
.workflow-list li:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.principle-number{font:12px/1.5 var(--font-mono);color:var(--accent-ink)}
.workflow-list .principle-number{position:absolute;top:3px;left:0}
.workflow-list h3{font-size:20px;font-weight:600;line-height:1.5;letter-spacing:-.035em;margin-bottom:10px}
.workflow-list p,.principles-list p{font-size:15px;line-height:1.8;letter-spacing:-.015em;word-break:keep-all;color:var(--muted)}
.product-direction .body-copy{margin-top:23px}
.product-direction .button{margin-top:30px}
.about-hero .page-title{font-size:92px}
.principles-list article{display:grid;grid-template-columns:50px 300px minmax(0,1fr);gap:24px;align-items:start;padding:33px 0;border-top:1px solid var(--line)}
.principles-list article:first-child{border-top:0;padding-top:0}
.principles-list article:last-child{padding-bottom:0}
.principles-list .principle-number{padding-top:6px}
.principles-list h2{font-size:22px;line-height:1.5;letter-spacing:-.035em;font-weight:600;word-break:keep-all}
.about-next .body-copy{margin-top:22px}
.about-next .text-link{margin-top:25px}
.contact-hero{min-height:700px;padding-bottom:90px}
.contact-hero .hero-description{margin-top:32px}
.contact-email{display:inline-flex;align-items:center;gap:30px;font:clamp(22px,3.3vw,42px)/1.4 var(--font-mono);text-decoration:none;letter-spacing:-.04em;margin-top:49px;border-bottom:1px solid var(--line);padding-bottom:12px}
.contact-email .arrow{font-size:32px}
.contact-email:hover{color:var(--accent-ink);border-color:var(--accent-ink)}
.contact-actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}
.copy-status{min-height:24px;margin-top:14px;font-size:13px;color:var(--accent-ink)}
.site-footer{border-top:1px solid var(--line);padding:48px 0 30px}
.footer-top{display:grid;grid-template-columns:250px 1fr auto;gap:30px;align-items:start}
.footer-top p{font:12px/1.9 var(--font-mono)}
.footer-top p span{color:var(--muted)}
.footer-email{font:12px/1.9 var(--font-mono);text-decoration:none}
.footer-email span{font-size:18px;margin-left:8px}
.footer-email:hover{color:var(--accent-ink)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:54px;font-size:11px;line-height:1.8;color:var(--muted)}
.footer-bottom>span:first-child{font-family:var(--font-mono)}

@media(min-width:1200px){
  .home-hero{position:relative;min-height:638px;padding-bottom:88px}
  .home-hero .hero-description{position:absolute;left:580px;top:200px;margin:0;max-width:380px}
  .home-hero .hero-lede{font-size:22px}
  .home-hero .hero-actions{margin-top:43px}
}
@media(max-width:1000px){
  .site-header{gap:28px}
  .site-nav{gap:22px}
  .page-title{font-size:90px}
  .product-hero .page-title{font-size:78px}
  .product-spotlight{grid-template-columns:320px minmax(0,1fr);gap:32px}
  .product-hero .hero-description,.products-page .content-section:has(.workflow-list){grid-template-columns:300px minmax(0,1fr);gap:30px}
  .principles-list article{grid-template-columns:32px 245px minmax(0,1fr);gap:20px}
  .footer-top{grid-template-columns:210px 1fr auto;gap:20px}
}
@media(max-width:760px){
  .site-width{max-width:calc(100% - 40px)}
  .site-header{min-height:140px;display:grid;grid-template-columns:1fr auto;gap:18px 20px;padding:30px 0 20px}
  .brand,.brand img{width:155px;height:auto}
  .theme-toggle{grid-column:2;grid-row:1;justify-self:end;padding:9px 11px}
  .site-nav{grid-row:2;grid-column:1 / -1;margin:0;gap:28px;justify-content:flex-start;font-size:13px}
  .site-nav a{padding:10px 0}
  .page-hero{padding:40px 0 64px}
  .eyebrow{font-size:10px;letter-spacing:.04em;margin-bottom:24px}
  .page-title,.about-hero .page-title{font-size:clamp(48px,11.2vw,79px);line-height:1.1;letter-spacing:-.045em;margin-left:-2px;text-wrap:initial}
  .product-hero .page-title{font-size:clamp(36px,8.8vw,67px);letter-spacing:-.055em;white-space:nowrap}
  .contact-hero .page-title{font-size:clamp(48px,11.5vw,79px)}
  .hero-lede{font-size:21px}
  .body-copy{font-size:15px;line-height:1.85}
  .hero-description{margin-top:28px}
  .hero-actions{gap:15px 26px;margin-top:28px}
  .button,.button-secondary{font-size:13px;gap:20px;padding:12px 16px}
  .text-link{font-size:13px}
  .content-section{padding:44px 0 55px}
  .section-title{font-size:30px}
  .product-spotlight{display:flex;flex-direction:column;gap:32px;align-items:stretch}
  .spotlight-copy .section-title{font-size:36px;margin-bottom:20px}
  .spotlight-copy .body-copy{max-width:500px}
  .product-visual figcaption{font-size:10px;margin-top:8px}
  .product-hero .hero-description,.products-page .content-section:has(.workflow-list){display:block}
  .product-hero .hero-description .body-copy{margin-top:18px}
  .product-showcase{padding:20px 12px 23px;margin-bottom:42px}
  .workflow-list{margin-top:33px}
  .product-direction .body-copy{margin-top:20px}
  .principles-list article{grid-template-columns:28px 1fr;gap:12px 14px;padding:28px 0}
  .principles-list p{grid-column:2}
  .principles-list h2{font-size:20px}
  .contact-hero{min-height:650px}
  .contact-email{font-size:clamp(18px,5.5vw,36px);gap:16px;margin-top:35px}
  .contact-email .arrow{font-size:24px}
  .contact-actions{gap:10px;margin-top:25px}
  .site-footer{padding:36px 0 25px}
  .footer-top{grid-template-columns:1fr;gap:23px}
  .footer-top p{font-size:11px}
  .footer-email{font-size:12px}
  .footer-bottom{flex-direction:column;gap:7px;margin-top:33px}
}
@media(max-width:380px){
  .site-nav{gap:24px}
  .hero-actions{align-items:flex-start;flex-direction:column}
  .desktop-break{display:none}
  .product-hero .page-title{font-size:8.8vw}
  .contact-actions{flex-direction:column;align-items:flex-start}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
