:root{--primary: #4c5de6;--primary-active: #3d4bcc;--accent-2: #a9b4ff;--ink: #23262e;--body: #23262e;--muted: #868c99;--muted-soft: #aab0bc;--hairline: #eef0f4;--canvas: #ffffff;--surface-soft: #f7f8fb;--surface-card: #ffffff;--surface-elevated: #f4f5fa;--on-primary: #ffffff;--accent-text: #4c5de6;--glass-bg: rgba(255, 255, 255, .6);--rounded-md: 8px;--rounded-lg: 12px;--section: 96px}[data-theme=dark]{--ink: #ffffff;--body: #c9cdd6;--muted: #868c99;--muted-soft: #6a6f7b;--hairline: #2a2d35;--canvas: #14161c;--surface-soft: #1a1d24;--surface-card: #1c1f27;--surface-elevated: #262a33;--accent-text: #a9b4ff;--glass-bg: rgba(20, 22, 28, .55)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--canvas);color:var(--body);font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;transition:background .2s ease,color .2s ease}html{scroll-behavior:smooth;scroll-padding-top:96px}.top-nav{position:sticky;top:12px;z-index:20;height:64px;display:flex;align-items:center;gap:2rem;background:var(--glass-bg);-webkit-backdrop-filter:blur(14px) saturate(1.6);backdrop-filter:blur(14px) saturate(1.6);border:1px solid var(--hairline);border-radius:9999px;box-shadow:0 8px 24px #23262e14;margin-top:12px;padding:0 1.75rem}.nav-brand{color:var(--ink);font-weight:700;font-size:1.05rem;letter-spacing:-.02em;text-decoration:none}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--body);font-size:14px;font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--ink)}.nav-right{margin-left:auto;display:flex;align-items:center;gap:.75rem}.nav-cta{padding:8px 16px}@media(max-width:768px){.nav-links{display:none}}.theme-toggle{position:relative;width:60px;height:30px;flex-shrink:0;border-radius:9999px;border:1px solid var(--hairline);background:var(--surface-elevated);cursor:pointer;padding:0;transition:background .25s ease}.toggle-icon{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;color:var(--muted);transition:color .25s ease}.toggle-icon--sun{left:8px}.toggle-icon--moon{right:8px}.toggle-icon--sun{color:var(--accent-text)}[data-theme=dark] .toggle-icon--sun{color:var(--muted)}[data-theme=dark] .toggle-icon--moon{color:var(--accent-text)}.toggle-knob{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background:var(--canvas);border:1px solid var(--hairline);box-shadow:0 1px 3px #23262e26;transition:transform .25s ease}[data-theme=dark] .toggle-knob{transform:translate(30px)}#app{max-width:1280px;margin:0 auto;padding:0 1.5rem}h1,h2,h3{color:var(--ink)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.float{animation:float 4.5s ease-in-out infinite}.float--delay{animation-delay:1.4s}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.float,.marquee-track{animation:none}}.marquee{overflow:hidden;white-space:nowrap;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);padding:.9rem 0;margin:0 -1.5rem}.marquee-track{display:inline-block;animation:marquee 32s linear infinite}.marquee-track span{display:inline-block;color:var(--muted);font-weight:700;font-size:1.05rem;letter-spacing:.02em}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{text-align:center;padding:var(--section) 0}.hero-img{width:clamp(130px,26vw,180px);margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.05;letter-spacing:-.035em}.hero-korean{color:var(--ink);font-size:1.15rem;font-weight:600;margin-top:.75rem}.tagline{color:var(--muted);margin-top:.75rem;font-size:1rem}.gromo-hero{position:relative}.hero-char{position:absolute;width:clamp(90px,12vw,170px);pointer-events:none;will-change:transform}.hero-char img{width:100%;height:auto}.hero-char--left{left:4%;top:30%}.hero-char--right{right:4%;top:12%}@media(max-width:767px){.hero-char{display:none}}[data-theme=dark] .hero-char img,[data-theme=dark] .hero-img:not(.hero-img--app),[data-theme=dark] .cta-chars img{filter:drop-shadow(0 0 8px rgba(255,255,255,.3)) drop-shadow(0 0 24px rgba(169,180,255,.45))}.hero-char:before{content:"";position:absolute;top:-35%;right:-35%;bottom:-35%;left:-35%;border-radius:50%;background:radial-gradient(circle,rgba(169,180,255,.4) 0%,rgba(76,93,230,.15) 45%,transparent 72%);opacity:0;z-index:-1;transition:opacity .4s ease}[data-theme=dark] .hero-char:before{opacity:1;animation:halo-pulse 4.5s ease-in-out infinite}@keyframes halo-pulse{0%,to{transform:scale(1);opacity:.65}50%{transform:scale(1.12);opacity:1}}[data-theme=dark] .avatar{box-shadow:0 0 24px #a9b4ff47}@media(prefers-reduced-motion:reduce){.hero-char:before{animation:none}}.hero-img--app{border-radius:22%;border:1px solid var(--hairline);aspect-ratio:1;object-fit:cover}.hero-actions{margin-top:2rem;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero-actions+.store-badges{margin-top:1rem}.btn-primary{background:var(--primary);color:var(--on-primary);font-size:14px;font-weight:600;padding:12px 20px;border-radius:var(--rounded-md);text-decoration:none;display:inline-block}.btn-primary:active{background:var(--primary-active)}.btn-secondary{background:var(--surface-card);color:var(--ink);font-size:14px;font-weight:600;padding:12px 20px;border-radius:var(--rounded-md);text-decoration:none;display:inline-block}.store-badges{margin-top:2rem;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.store-badges img{height:48px;display:block;border-radius:9px}.stats{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap;margin-top:3.5rem}.stat{text-align:center}.stat-number{color:var(--accent-text);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1;letter-spacing:-.025em}.stat-label{color:var(--muted);font-size:13px;font-weight:500;margin-top:.5rem}.section{padding:calc(var(--section) / 2) 0}.section-head{text-align:center;margin-bottom:2.5rem}.section-label{display:inline-block;color:var(--accent-text);font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.75rem}.section-head h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.025em}.section-lead{color:var(--muted);text-align:center;max-width:640px;margin:2rem auto 0;font-size:15px;line-height:1.8}.difference-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center;max-width:1080px;margin:0 auto}.difference-img img{width:100%;height:auto;border-radius:var(--rounded-lg);border:1px solid var(--hairline)}.difference-copy h2{font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:.75rem 0 1rem}.difference-copy p{color:var(--body);font-size:15px;line-height:1.8}@media(max-width:767px){.difference-split{grid-template-columns:1fr}}.feature-rows{display:grid;gap:clamp(3rem,7vw,5.5rem);max-width:1080px;margin:0 auto}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.feature-row--reverse .feature-shot{order:2}.feature-shot{background:var(--surface-soft);border:1px solid var(--hairline);border-radius:24px;padding:clamp(1.5rem,3vw,2.5rem);display:grid;place-items:center}.feature-shot img{width:min(260px,100%);height:500px;object-fit:cover;object-position:top center;border-radius:24px;border:1px solid var(--hairline);box-shadow:0 16px 40px #23262e1f}.feature-step{color:var(--accent-text);font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.feature-copy h3{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;letter-spacing:-.02em;line-height:1.25;margin:.75rem 0 1rem}.feature-copy p{color:var(--body);font-size:15px;line-height:1.8}.tier-badges{display:flex;gap:.75rem;margin-top:1.5rem}.tier-badges img{width:52px;height:52px;object-fit:contain}@media(max-width:767px){.feature-row{grid-template-columns:1fr}.feature-row--reverse .feature-shot{order:0}.feature-shot img{height:420px}}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.value-card{background:var(--surface-card);border:1px solid var(--hairline);border-radius:var(--rounded-lg);padding:2rem}.value-card.is-visible,.member-card.is-visible,.product-card.is-visible{transition:transform .25s ease,box-shadow .25s ease,opacity .7s ease}.value-card.is-visible:hover,.member-card.is-visible:hover,.product-card.is-visible:hover{transform:translateY(-6px);box-shadow:0 14px 32px #23262e17}.value-img-wrap{height:150px;display:grid;place-items:center;background:var(--surface-elevated);border-radius:var(--rounded-md);padding:.75rem;margin-bottom:1.5rem}.value-img-wrap img{max-height:126px;max-width:100%;object-fit:contain}.value-card h3{font-size:18px;font-weight:600;margin-bottom:.5rem}.value-card p{color:var(--body);font-size:14px}.history-list{list-style:none;max-width:560px;margin:0 auto}.history-row{display:flex;gap:2rem;padding:1.25rem .5rem;border-bottom:1px solid var(--hairline);align-items:baseline}.history-row:last-child{border-bottom:none}.history-date{color:var(--accent-text);font-weight:700;font-size:1.15rem;letter-spacing:-.02em;min-width:6.5rem}.history-event{color:var(--body)}.culture-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;max-width:1080px;margin:0 auto}.culture-item{background:var(--surface-card);border:1px solid var(--hairline);border-radius:var(--rounded-lg);padding:2.5rem 2rem;box-shadow:0 12px 32px #23262e14,0 2px 6px #23262e0a}[data-theme=dark] .culture-item{box-shadow:0 12px 32px #00000073,0 2px 6px #0000004d}.culture-keyword{color:var(--ink);font-size:clamp(1.5rem,2.5vw,1.9rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.25rem}.culture-item h3{font-size:1.1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.75rem}.culture-item p{color:var(--body);font-size:14px;line-height:1.8}.member-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.member-card{background:var(--surface-card);border:1px solid var(--hairline);border-radius:var(--rounded-lg);padding:2rem;text-align:center}.avatar{width:88px;height:88px;margin:0 auto 1.25rem;border-radius:50%;object-fit:contain;background:var(--surface-elevated);padding:8px;display:block}.avatar-fallback{display:grid;place-items:center;font-size:1.75rem;font-weight:700;background:var(--surface-elevated);color:var(--accent-text)}.member-card h3{font-size:18px;font-weight:600}.role{color:var(--accent-text);font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin:.5rem 0 .75rem}.bio{color:var(--muted);font-size:14px}.links{margin-top:1.25rem;display:flex;gap:.5rem;justify-content:center}.links a{color:var(--body);text-decoration:none;font-size:13px;font-weight:500;background:var(--surface-elevated);padding:4px 12px;border-radius:9999px}.links a:hover{color:var(--accent-text)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,460px));justify-content:center;gap:1rem}.product-card{background:var(--surface-card);border:1px solid var(--hairline);border-radius:var(--rounded-lg);padding:2rem;display:flex;align-items:center;gap:1.25rem}.product-icon{width:88px;height:88px;flex-shrink:0;border-radius:22%;object-fit:cover;border:1px solid var(--hairline);background:var(--surface-elevated)}.product-info h3{font-size:18px;font-weight:600}.product-desc{color:var(--body);font-size:14px;margin-top:.25rem}.product-status{display:inline-block;margin-top:.75rem;color:var(--accent-text);background:var(--surface-elevated);font-size:12px;font-weight:600;padding:4px 12px;border-radius:9999px}.cta-band{background:var(--primary);color:var(--on-primary);border-radius:var(--rounded-lg);padding:clamp(2.5rem,6vw,4rem);text-align:center;margin:calc(var(--section) / 2) 0}.cta-chars{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.cta-chars img{width:76px;height:76px;object-fit:contain;background:#fff3;border-radius:50%;padding:10px}.cta-band h2{color:var(--on-primary);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;letter-spacing:-.025em;line-height:1.15}.cta-band p{margin-top:.75rem;font-size:15px}.btn-dark{background:#fff;color:#4c5de6;font-size:14px;font-weight:600;padding:12px 20px;border-radius:var(--rounded-md);text-decoration:none;display:inline-block;margin-top:1.5rem}.page{max-width:720px;margin:0 auto;padding:3.5rem 0 5rem;min-height:55vh}.page-breadcrumb{color:var(--muted);font-size:13px;margin-bottom:1.5rem}.page-breadcrumb a{color:var(--muted);text-decoration:none}.page-breadcrumb a:hover{color:var(--accent-text)}.page h1{font-size:clamp(1.9rem,5vw,2.75rem);font-weight:700;line-height:1.15;letter-spacing:-.025em}.page-lead{color:var(--muted);margin-top:.75rem;font-size:1.05rem}.page-body{margin-top:2.5rem}.page-body h2{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin:2.25rem 0 .75rem}.page-body h3{font-size:1.05rem;font-weight:600;margin:1.5rem 0 .5rem}.page-body p,.page-body li{color:var(--body);font-size:15px;line-height:1.8}.page-body p{margin:.5rem 0}.page-body ul,.page-body ol{padding-left:1.25rem;margin:.5rem 0}.page-body a{color:var(--accent-text)}.page-body table{width:100%;border-collapse:collapse;font-size:14px;margin:1rem 0}.page-body th,.page-body td{border:1px solid var(--hairline);padding:.6rem .9rem;text-align:left;color:var(--body)}.page-body th{color:var(--ink);background:var(--surface-soft)}.page-note{background:var(--surface-soft);border:1px solid var(--hairline);border-radius:var(--rounded-md);padding:1rem 1.25rem;color:var(--muted);font-size:14px;margin:1.25rem 0}.page .store-badges{justify-content:flex-start;margin-top:2.5rem}.footer{border-top:1px solid var(--hairline);padding:4rem 0 3rem;color:var(--muted);font-size:14px}.footer-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.footer-col h4{color:var(--muted);font-size:13px;font-weight:500;margin-bottom:1.25rem}.footer-col ul{list-style:none;display:grid;gap:1rem}.footer-col a{color:var(--ink);font-size:15px;text-decoration:none}.footer-col a:hover{color:var(--accent-text)}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;border-top:1px solid var(--hairline);padding-top:2rem}.footer-socials{display:flex;gap:.75rem}.social-btn{width:44px;height:44px;border-radius:50%;background:var(--surface-elevated);color:var(--ink);display:grid;place-items:center;text-decoration:none}.social-btn:hover{color:var(--accent-text)}.social-btn svg{display:block}.footer-meta{display:flex;align-items:center;gap:1.25rem}.footer-logo-wrap{display:grid;width:114px;flex-shrink:0}.footer-logo{grid-area:1 / 1;width:100%;height:auto;transition:opacity .2s ease}.footer-logo--dark{opacity:0;filter:drop-shadow(0 0 5px rgba(169,180,255,.85)) drop-shadow(0 0 14px rgba(76,93,230,.5))}[data-theme=dark] .footer-logo--light{opacity:0}[data-theme=dark] .footer-logo--dark{opacity:1}.footer-copy{font-size:13px;color:var(--muted-soft)}@media(min-width:768px)and (max-width:1024px){:root{--section: 72px}.value-grid,.member-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.value-card,.member-card,.product-card{padding:1.5rem}.stats{gap:2.5rem}}@media(max-width:767px){:root{--section: 48px}#app{padding:0 1rem}.top-nav{top:8px;margin-top:8px;padding:0 1.25rem;gap:1rem}.nav-cta{padding:8px 12px}.hero{padding:3.5rem 0}.stats{gap:1.75rem;margin-top:2.5rem}.value-grid,.member-grid{grid-template-columns:1fr}.value-card,.member-card,.product-card{padding:1.5rem}.value-img-wrap{height:130px}.history-row{gap:1rem;padding:1rem .25rem}.history-date{font-size:1rem;min-width:5.25rem}.section-head{margin-bottom:1.75rem}.cta-band{margin:2rem 0 3rem}.footer{padding:2.5rem 0}.footer-nav{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem;margin-bottom:2rem}.culture-item{padding:1.75rem 1.5rem}}
