@font-face{font-family:"Pretendard Variable";font-style:normal;font-weight:45 920;font-display:swap;src:url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@main/packages/pretendard/dist/web/variable/woff2/PretendardVariable.woff2") format("woff2-variations");}

:root{
  --navy:#071827;
  --navy-2:#0b2236;
  --blue:#1179b9;
  --blue-2:#0d8fd3;
  --cyan:#29b3d3;
  --ink:#0f1720;
  --muted:#63707b;
  --line:#dbe2e8;
  --soft:#f3f6f8;
  --white:#ffffff;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 48px),var(--max));margin:0 auto}

/* Header and navigation */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid rgba(7,24,39,.08)}
.header-inner{height:58px;display:flex;align-items:center;gap:34px}
.brand{font-size:21px;letter-spacing:.28em;font-weight:700}
.desktop-nav{display:flex;gap:38px;margin-left:auto;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.desktop-nav a{position:relative;padding:20px 0}
.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:12px;height:2px;background:var(--blue);transition:.25s}
.desktop-nav a:hover::after,.nav-active::after{right:0}
.nav-active{color:var(--blue)}
.header-actions{display:flex;align-items:center;gap:17px}
.lang-switch{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;font-size:12px;letter-spacing:.08em;cursor:pointer}
.lang-switch span{color:#aaa}
.lang-switch b{color:var(--blue)}
.menu-toggle{display:none;width:36px;height:36px;padding:7px;border:0;background:transparent;cursor:pointer}
.menu-toggle span{display:block;height:2px;margin:5px 0;background:var(--ink)}
.mobile-nav{display:none}

/* Shared controls and typography */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid transparent;font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;transition:.2s}
.btn-small{min-height:36px;padding:0 18px;font-size:12px}
.btn-primary{background:var(--navy);color:#fff}
.header-actions .btn-primary{background:#061a31}
.btn-primary:hover{background:var(--blue)}
.btn-ghost{border-color:#9ba7b0}
.btn-ghost:hover{border-color:var(--navy);background:var(--navy);color:#fff}
.btn-light{background:#fff;color:var(--navy)}
.btn-light:hover{background:#dfeef7}
.eyebrow{margin:0 0 22px;color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.lead{max-width:670px;margin:30px 0;color:#4a5965;font-size:20px}
.cta-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}
.section{padding:90px 0}
.section-heading{margin-bottom:54px}
.section-heading.split{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:80px}
.section-heading h2,.company-section h2,.contact-section h2{margin:0;font-size:clamp(38px,4vw,58px);line-height:1.05;letter-spacing:-.04em}
.section-heading p{margin:0 0 7px;color:var(--muted);font-size:18px}

/* Homepage hero */
.home-hero{min-height:555px;display:flex;align-items:center;padding:0;position:relative;isolation:isolate;overflow:visible;background:url("images/hero_bg_full.webp") center center / cover no-repeat}
.home-hero-layout{min-height:555px;display:grid;grid-template-columns:.79fr 1.21fr;align-items:center;gap:10px;padding-bottom:26px}
.home-hero .home-hero-content{position:relative;z-index:5;align-self:center;padding-top:4px}
.home-hero-kicker{margin-bottom:18px;color:#0e58ae;font-size:13px;letter-spacing:.14em}
.locale-ko .home-hero-kicker{font-size:17px;line-height:1.2;font-weight:600;letter-spacing:.10em}
.home-hero .home-hero-content h1{max-width:510px;margin:0;color:#061b34;font-size:clamp(48px,4.25vw,66px);line-height:1.02;letter-spacing:-.045em}
.locale-ko .home-hero .home-hero-content h1{max-width:540px;font-family:"Pretendard Variable",Pretendard,"Malgun Gothic","맑은 고딕",sans-serif;font-size:clamp(44px,3.35vw,50px);font-weight:780;font-synthesis:none;line-height:1.06;letter-spacing:-.05em}
.locale-en .home-hero .home-hero-content{max-width:590px}
.locale-en .home-hero .home-hero-content h1{max-width:590px;font-size:clamp(44px,3.6vw,54px);line-height:1;letter-spacing:-.045em}
.home-hero .lead{max-width:520px;margin:18px 0 19px;color:#526678;font-size:15px;line-height:1.62}
.locale-ko .home-hero .lead{max-width:520px;margin:16px 0 18px;font-size:15px;line-height:1.72;letter-spacing:-.015em}
.locale-en .home-hero .lead{max-width:555px;margin:16px 0 18px;font-size:15px;line-height:1.58}
.hero-mobile-br{display:none}
.hero-mobile-space{display:none}
.home-hero .cta-row{gap:14px}
.locale-en .home-hero .cta-row{gap:12px}
.home-hero .btn{min-height:46px;padding:0 20px;font-size:12px}
.home-hero .btn-primary{background:#0b5db7}
.home-hero .btn-ghost{border-color:#427bc0;background:rgba(255,255,255,.35);color:#0b5db7}
.home-hero-visual{position:relative;height:500px;min-width:0;display:flex;align-items:flex-end;justify-content:center;padding-bottom:29px;overflow:visible;visibility:hidden;pointer-events:none}
.home-hero .home-hero-content::before{content:"";position:absolute;z-index:-1;left:-42px;top:-28px;width:calc(100% + 42px);height:430px;background:linear-gradient(90deg,rgba(247,251,253,.88) 0%,rgba(247,251,253,.72) 68%,rgba(247,251,253,0) 100%);pointer-events:none}

/* Homepage KPI */
.home-stats{position:relative;z-index:8;width:min(calc(100% - 48px),1360px);margin:-26px auto 16px;padding:18px 0 8px;border:0;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(18,54,76,.12)}
.home-stats .container{width:100%;max-width:none;padding:0 28px}
.home-stats .stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}
.home-stats .stat-item{min-width:0;min-height:82px;display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;justify-content:stretch;column-gap:14px;padding:8px 16px;border-right:1px solid #dde7ed}
.home-stats .stat-item:last-child{border-right:0}
.home-stats .stat-photo{width:92px;height:76px;display:flex;align-items:center;justify-content:center;justify-self:start;margin:0;overflow:hidden;border-radius:8px;background:#fff}
.home-stats .stat-photo img{display:block;width:92px;height:76px;margin:0;object-fit:cover;object-position:50% 50%;border-radius:8px}
.home-stats .stat-copy{min-width:0;justify-self:start;text-align:left}
.home-stats .stat-copy strong{display:block;color:#071c35;font-size:28px;line-height:1;letter-spacing:-.02em;white-space:nowrap}
.home-stats .stat-copy span{display:block;margin-top:7px;color:#63758a;font-size:11px;line-height:1.35;letter-spacing:.055em;text-transform:uppercase}
.home-stats .stat-note{margin-top:4px;padding-left:28px;color:#798a96;font-size:10px}
.home-stats .stat-row-note{display:none}

/* Homepage solutions */
.solution-showcase.solution-showcase-layout{padding:0;background:#f4f8fb}
.solution-showcase-layout .solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:#d5e1e9;border:1px solid #d5e1e9;border-radius:0;overflow:visible}
.solution-showcase-layout .solution-card{min-height:510px;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;position:relative;padding:0;overflow:hidden;color:#fff;border:0;border-radius:0;box-shadow:none;background:linear-gradient(150deg,#08243a 0%,#0c436a 100%)}
.solution-showcase-layout .solution-card:nth-child(2){background:linear-gradient(150deg,#0b2c48 0%,#14557f 100%)}
.solution-showcase-layout .solution-card:nth-child(3){background:linear-gradient(150deg,#092a44 0%,#104c74 100%)}
.solution-showcase-layout .solution-card-header{position:relative;z-index:3;min-height:150px;padding:26px 28px 0}
.solution-showcase-layout .solution-card-header>div{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.solution-showcase-layout .solution-index{color:#d8e9f4;font-size:12px;font-weight:700}
.solution-showcase-layout .solution-category{color:#fff;font-size:11px;font-weight:700;letter-spacing:.05em}
.solution-showcase-layout h3{max-width:none;margin:0;color:#fff;font-size:27px;line-height:1.12;letter-spacing:-.025em}
.solution-showcase-layout p{max-width:310px;margin:12px 0 0;color:#e6f0f6;font-size:14px;line-height:1.55}
.solution-showcase-layout .solution-media{position:relative;z-index:1;min-height:235px;display:flex;align-items:center;justify-content:center;padding:14px 24px}
.solution-showcase-layout .solution-media img{display:block;width:100%;height:230px;margin:0 auto;object-fit:contain;object-position:center center;filter:drop-shadow(0 18px 14px rgba(0,0,0,.25))}
.solution-showcase-layout .solution-card-footer{position:relative;z-index:4;margin-top:0;padding:0 28px 26px}
.solution-showcase-layout .solution-specs{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px}
.solution-showcase-layout .solution-specs span{display:inline-block;padding:6px 9px;color:#fff;font-size:11px;font-weight:700;border:1px solid rgba(159,207,235,.48);border-radius:14px;background:rgba(3,24,39,.20)}
.solution-showcase-layout .solution-link{position:static;min-width:128px;height:38px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0 18px;color:#fff;font-size:12px;font-weight:700;text-transform:none;border:1px solid #48a9df;background:rgba(4,27,43,.26)}
.solution-showcase-layout .solution-link:hover{color:#fff;background:rgba(24,113,168,.42)}

/* Applications band */
.application-band{padding:0 0 80px;background:#f5f8fa}
.application-band-inner{display:grid;grid-template-columns:1.15fr repeat(5,1fr) 1fr;align-items:stretch;background:#fff;border:1px solid var(--line);box-shadow:0 10px 32px rgba(7,24,39,.055)}
.application-summary,.application-item,.application-link{padding:22px;border-right:1px solid var(--line)}
.application-summary h3{margin:0 0 6px;font-size:18px}
.application-summary p{margin:0;color:var(--muted);font-size:13px}
.application-item{min-width:0;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px}
.application-icon{width:40px;height:40px;flex:0 0 40px;fill:none;stroke:var(--blue);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.application-item-copy{min-width:0;display:flex;flex-direction:column}
.application-item strong{font-size:14px;line-height:1.25}
.application-item span{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.3}
.application-link{display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:13px;font-weight:700;border-right:0}

/* Homepage content */
#technology{padding-top:85px;background:#fff}
#solutions,#products,#applications,#technology{scroll-margin-top:90px}
.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.tech-card{min-height:350px;display:flex;flex-direction:column;padding:34px 32px 38px;border-right:1px solid var(--line)}
.tech-card:first-child{padding-left:0}
.tech-card:last-child{border-right:0}
.index{color:#99a5af;font-size:12px}
.mini{margin:56px 0 10px;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.15em}
.tech-card h3{margin:0 0 18px;font-size:27px;line-height:1.12}
.tech-card>p:not(.mini){margin:0;color:var(--muted)}
/* Technology cards: one consistent product-link pattern across all three pillars */
.tech-card .tech-product-links{position:static;display:flex;flex-direction:column;gap:0;width:100%;margin-top:auto;padding-top:24px}
.tech-card .tech-product-links a{position:static;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;width:100%;padding:11px 0;color:var(--blue);font-size:13px;font-weight:700;line-height:1.25;border-top:1px solid var(--line)}
.tech-card .tech-product-links a:last-child{border-bottom:1px solid var(--line)}
.tech-card .tech-product-links a strong{min-width:0;color:var(--navy);font-size:14px;font-weight:700}
.tech-card .tech-product-links a span{justify-self:end;white-space:nowrap;color:var(--blue);font-weight:700;transition:transform .18s ease}
.tech-card .tech-product-links a:hover span{transform:translateX(3px)}
.products-section{background:#f7fafc}
.products-section .section-heading p{max-width:550px}
.download-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.download-grid a{min-height:210px;display:flex;flex-direction:column;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.2s}
.download-grid a:hover{background:var(--navy);color:#fff}
.download-grid b{margin-top:40px;font-size:20px}
.download-grid span{margin-top:10px;color:var(--muted);font-size:12px}
.download-grid a:hover span{color:#aab9c4}
.download-grid em{margin-top:auto;color:var(--blue);font-size:12px;font-style:normal;font-weight:700;text-transform:uppercase}
.download-grid a:hover em{color:#69c8ee}
.company-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px}
.company-grid>div:last-child{padding-top:50px;color:#43515c;font-size:18px}
.about-home-links{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:26px}
.contact-section{padding:95px 0;background:var(--blue);color:#fff}
.contact-section .eyebrow{color:#dff5ff}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:70px}
.contact-section p:not(.eyebrow){color:#d9eef8;font-size:18px}
.contact-actions{display:flex;flex-direction:column;align-items:flex-end;gap:18px}
.contact-mail{font-size:18px}

/* Footer */
.footer{padding:62px 0 22px;background:#06131f;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:60px}
.footer-brand{margin-bottom:18px}
.footer p,.footer span{color:#8294a2;font-size:13px}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px;font-size:13px}
.footer-grid strong{margin-bottom:6px}
.footer-grid a{color:#a8bbc9}
.footer-bottom{margin-top:50px;padding-top:20px;color:#6d7f8d;font-size:11px;border-top:1px solid rgba(255,255,255,.12)}

/* Product and contact detail pages */
.product-hero{padding:110px 0 85px;background:linear-gradient(180deg,#fff,#f5f8fa)}
.product-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}
.product-hero h1,.contact-page h1{margin:0;font-size:clamp(50px,5vw,72px);line-height:1.02;letter-spacing:-.05em}
.product-hero-image{height:560px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line)}
.product-hero-image img{width:100%;height:100%;padding:34px;object-fit:contain}
.product-kpis{padding:30px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.kpi-row{display:grid;grid-template-columns:repeat(4,1fr)}
.kpi-row>div{padding:12px 28px;border-right:1px solid var(--line)}
.kpi-row>div:first-child{padding-left:0}
.kpi-row>div:last-child{border-right:0}
.kpi-row strong{display:block;font-size:29px}
.kpi-row span{color:var(--muted);font-size:11px;letter-spacing:.09em;text-transform:uppercase}
.product-content{padding:100px 0}
.product-content.alt{background:#f5f8fa}
.two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}
.two-col h2{margin:0;font-size:46px;line-height:1.08;letter-spacing:-.04em}
.spec-list{border-top:1px solid var(--line)}
.spec-list>div{display:grid;grid-template-columns:210px 1fr;gap:25px;padding:18px 0;border-bottom:1px solid var(--line)}
.spec-list b{font-size:15px}
.spec-list span{color:var(--muted)}
.contact-page{padding:110px 0;background:#f5f8fa}
.contact-page-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:100px}
.contact-direct{display:flex;flex-direction:column;gap:8px;margin-top:55px}
.contact-direct b{font-size:22px}
.contact-direct span{color:var(--muted)}
.rfq-form{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:34px;background:#fff;border:1px solid var(--line)}
.rfq-form label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.rfq-form input,.rfq-form select,.rfq-form textarea{width:100%;padding:13px 14px;border:1px solid #bdc9d1;background:#fff;font:inherit;font-size:14px;letter-spacing:0;text-transform:none}
.rfq-form textarea{resize:vertical}
.rfq-form .wide{grid-column:1/-1}
.rfq-form button:disabled{opacity:.65;cursor:not-allowed}

/* About page */
.about-hero{padding:120px 0 100px;background:radial-gradient(circle at 76% 38%,rgba(41,145,210,.13),transparent 30%),linear-gradient(180deg,#fff 0%,#f5f9fc 100%)}
.about-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:100px}
.about-hero h1{margin:0;font-size:clamp(54px,5vw,76px);line-height:1.02;letter-spacing:-.05em}
.locale-ko .about-hero h1{font-size:clamp(52px,4.5vw,70px);line-height:1.08;letter-spacing:-.055em}
.about-lead{max-width:700px;margin:30px 0 34px;color:#465865;font-size:20px;line-height:1.8}
.locale-ko .about-lead{line-height:1.9}
.about-summary-card{min-height:430px;display:flex;flex-direction:column;justify-content:center;padding:48px;background:linear-gradient(150deg,#071827,#0f4267);color:#fff;box-shadow:0 30px 70px rgba(7,24,39,.16)}
.about-summary-card span{margin-top:28px;color:#6ed0f3;font-size:10px;font-weight:700;letter-spacing:.15em}
.about-summary-card span:first-child{margin-top:0}
.about-summary-card strong{margin-top:7px;font-size:25px;line-height:1.25}
.about-section{padding:105px 0}
.about-two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:110px}
.about-two-col h2,.about-section>div>h2{margin:0;font-size:46px;line-height:1.12;letter-spacing:-.04em}
.locale-ko .about-two-col h2,.locale-ko .about-section>div>h2{line-height:1.25}
.about-description{color:#455663;font-size:18px;line-height:1.85}
.about-dark{background:linear-gradient(145deg,#071827,#0c3553);color:#fff}
.about-dark .eyebrow{color:#66c7ec}
.about-dark>div>h2{margin-bottom:48px}
.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.18)}
.business-grid article{min-height:360px;display:flex;flex-direction:column;padding:38px;background:rgba(7,30,48,.72)}
.business-grid article>span{color:#66c7ec;font-size:12px}
.business-grid h3{margin:55px 0 18px;font-size:27px}
.business-grid p{color:#c7d7e2;line-height:1.8}
.business-grid a{margin-top:auto;color:#72cbed;font-weight:700}
.business-grid .business-links{margin-top:auto;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.business-grid .business-links a{margin-top:0}
.about-bullets{margin:0;padding-left:22px}
.about-bullets li{margin-bottom:15px}
.core-values{background:#f5f8fa}
.core-values>div>h2{margin-bottom:44px}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.values-grid article{min-height:300px;padding:36px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.values-grid article>span{display:block;margin-bottom:55px;color:var(--blue);font-size:34px}
.values-grid h3{margin:0 0 14px;font-size:24px}
.values-grid p{color:var(--muted);line-height:1.7}

/* Korean locale */
.locale-ko{word-break:keep-all}
.locale-ko .desktop-nav{gap:38px;font-family:"Malgun Gothic","맑은 고딕","Apple SD Gothic Neo",sans-serif;font-size:15px;font-weight:700;letter-spacing:0;text-transform:none;font-synthesis:none}
.locale-ko .desktop-nav a{text-transform:none}
.locale-ko .header-actions .btn,.locale-ko .lang-switch{font-family:"Malgun Gothic","맑은 고딕","Apple SD Gothic Neo",sans-serif;font-synthesis:none}
.locale-ko .header-actions .btn{padding-left:20px;padding-right:20px;font-size:14px}
.locale-ko .lang-switch{font-size:14px}
.locale-ko .lead{font-size:20px;line-height:1.9}
.locale-ko .section-heading p{line-height:1.75}
.locale-ko .solution-card h3{font-size:25px;line-height:1.25}
.locale-ko .solution-card p{font-size:15px;line-height:1.72}
.locale-ko .application-summary h3,.locale-ko .application-item strong{font-size:16px}
.locale-ko .application-item span{font-size:11px}

/* Accessibility */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(17,121,185,.32);outline-offset:2px}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto;transition:none;animation:none}
}

/* Desktop solution cards */
@media(min-width:1001px){
  .solution-showcase-layout.solution-four .solution-grid{grid-template-columns:repeat(4,minmax(0,1fr));width:min(calc(100% - 48px),1360px);max-width:1360px}
  .solution-showcase-layout.solution-four .solution-card{min-height:550px}
  .solution-showcase-layout.solution-four .solution-card:nth-child(4){background:linear-gradient(150deg,#092a44 0%,#104c74 100%)}
  .solution-showcase-layout.solution-four .solution-card-header{min-height:162px;padding:24px 22px 0}
  .solution-showcase-layout.solution-four h3{font-size:23px;line-height:1.12;letter-spacing:-.03em}
  .locale-ko .solution-showcase-layout.solution-four h3{font-size:22px;line-height:1.22}
  .solution-showcase-layout.solution-four p{max-width:none;font-size:13px;line-height:1.55}
  .locale-ko .solution-showcase-layout.solution-four p{font-size:13px;line-height:1.68}
  .solution-showcase-layout.solution-four .solution-media{width:100%;height:270px;min-height:270px;margin:0;padding:0;overflow:hidden}
  .solution-showcase-layout.solution-four .solution-media img{position:static;width:100%;height:230px;max-width:100%;max-height:230px;margin:0;padding:0;object-fit:contain;object-position:50% 50%}
  .solution-showcase-layout.solution-four .solution-card-footer{padding:0 22px 24px}
  .solution-showcase-layout.solution-four .solution-specs{gap:5px;margin-bottom:16px}
  .solution-showcase-layout.solution-four .solution-specs span{padding:5px 7px;font-size:10px}
  .solution-showcase-layout.solution-four .solution-link{min-width:116px;height:36px;padding:0 14px}
}
@media(max-width:1350px) and (min-width:1001px){
  .locale-en .home-hero .home-hero-content h1{max-width:555px;font-size:46px}
}
@media(max-width:1180px) and (min-width:1001px){
  .solution-showcase-layout.solution-four h3{font-size:21px}
  .locale-ko .solution-showcase-layout.solution-four h3{font-size:20px}
  .solution-showcase-layout.solution-four p{font-size:12px}
}

/* Tablet */
@media(max-width:1000px){
  .desktop-nav{display:none}
  .menu-toggle{display:block}
  .lang-switch{display:inline-flex}
  .mobile-nav.open{display:flex;flex-direction:column;gap:18px;padding:18px 24px 26px;background:#fff;border-top:1px solid var(--line)}

  .home-hero{min-height:auto;background:url("images/hero_bg_full.webp") center center / cover no-repeat}
  .home-hero-layout{min-height:auto;grid-template-columns:1fr;padding:60px 0 28px}
  .home-hero-visual{display:none}
  .home-hero .home-hero-content h1{max-width:720px}
  .home-hero .home-hero-content::before{left:-20px;top:-18px;width:100%;height:100%}
  .locale-en .home-hero .home-hero-content{max-width:none}
  .locale-en .home-hero .home-hero-content h1{max-width:680px;font-size:clamp(42px,7vw,54px)}
  .locale-en .home-hero .home-hero-content::before{width:calc(100% + 36px);height:calc(100% + 34px)}

  .section-heading.split,.company-grid,.contact-grid{grid-template-columns:1fr;gap:48px}
  .tech-grid{grid-template-columns:1fr}
  .tech-card{min-height:280px;padding-left:0;border-right:0;border-bottom:1px solid var(--line)}
  .tech-card .tech-product-links{width:100%}

  .application-item{min-height:92px}
  .application-icon{width:34px;height:34px;flex-basis:34px}
  .application-band-inner{grid-template-columns:1fr 1fr 1fr}
  .application-summary{grid-column:1/-1;border-bottom:1px solid var(--line)}
  .application-link{grid-column:1/-1;border-top:1px solid var(--line)}

  .solution-showcase-layout.solution-four .solution-grid{grid-template-columns:1fr 1fr}
  .solution-showcase-layout.solution-four .solution-card{min-height:520px;border-right:0;border-bottom:1px solid rgba(255,255,255,.3)}
  .solution-showcase-layout h3,.solution-showcase-layout p{max-width:none}

  .download-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}

  .product-hero-grid,.two-col,.contact-page-grid{grid-template-columns:1fr;gap:50px}
  .product-hero-image{height:460px}

  .about-hero-grid,.about-two-col{grid-template-columns:1fr;gap:50px}
  .business-grid,.values-grid{grid-template-columns:1fr}
}

/* Mobile KPI */
@media(max-width:900px){
  .home-stats .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-stats .stat-item{width:auto;min-width:0;grid-template-columns:76px minmax(0,1fr);column-gap:8px;padding:12px 8px}
  .home-stats .stat-item:nth-child(2){border-right:0}
  .home-stats .stat-item:nth-last-child(2){border-top:1px solid #dde7ed}
  .home-stats .stat-item:last-child{border-right:0;border-top:1px solid #dde7ed}
  .home-stats .stat-row-note{grid-column:1/-1;display:block;padding:5px 8px 7px;color:#798a96;font-size:10px;line-height:1.35;border-top:1px solid #eef3f6}
  .home-stats>.stat-note{display:none}
  .home-stats .stat-photo{width:76px;height:76px}
  .home-stats .stat-photo img{width:76px;height:76px}
  .home-stats .stat-copy{width:100%;min-width:0;overflow:visible}
  .home-stats .stat-copy strong{font-size:16px;line-height:1.05;letter-spacing:-.035em;white-space:nowrap}
  .home-stats .stat-copy span{font-size:11px;line-height:1.35;white-space:normal;word-break:keep-all;overflow-wrap:normal}
}

/* Small mobile */
@media(max-width:640px){
.hero-desktop-br{display:none}
.hero-mobile-br{display:inline}
.hero-mobile-space{display:inline}
.header-actions{margin-left:auto;display:flex;align-items:center;gap:16px}
.lang-switch{display:inline-flex;align-items:center;white-space:nowrap}
.menu-toggle{margin-left:0}
.locale-ko .home-hero .home-hero-content::before{top:-18px;bottom:auto;height:calc(100% + 36px)}
.locale-ko .home-hero .home-hero-content h1{max-width:100%;font-size:clamp(36px,9.6vw,40px);line-height:1.08;letter-spacing:-.045em}
.locale-ko .home-hero .lead{max-width:100%;font-size:15px;line-height:1.62;letter-spacing:-.01em}
.locale-ko .home-hero .cta-row{flex-direction:column;align-items:flex-start;flex-wrap:nowrap;gap:12px}
.locale-ko .home-hero .cta-row .btn-primary{width:168px}
.locale-ko .home-hero .cta-row .btn-ghost{width:150px}
.container{width:min(calc(100% - 34px),var(--max))}
.header-actions .btn-small{display:none}

.locale-ko .home-hero-kicker{font-size:15px}
.home-hero .lead{font-size:14px}

.home-stats{width:calc(100% - 24px);border-radius:12px}
.home-stats .container{padding:0 10px}
.home-stats .stat-note{padding-left:12px;padding-right:12px}

/* Narrow-screen KPI fit: preserve the 2x2 card while giving English labels enough width. */
.home-stats .stat-item{grid-template-columns:70px minmax(0,1fr);column-gap:6px;padding-left:6px;padding-right:6px}
.home-stats .stat-photo{width:70px;height:70px}
.home-stats .stat-photo img{width:70px;height:70px}
.locale-en .home-stats .stat-copy span{font-size:10px;line-height:1.25;letter-spacing:.015em}

/* Product KPI grid: use the same inner alignment in all four cells. */
.kpi-row>div{min-width:0;padding:12px 28px}
.kpi-row>div:first-child{padding-left:28px}
.kpi-row strong{min-height:2.1em;display:flex;align-items:flex-start;line-height:1.05}
.kpi-row span{display:block;margin-top:6px}

.solution-showcase-layout.solution-four .solution-grid{grid-template-columns:1fr}
.solution-showcase-layout .solution-card-header{padding:24px 22px 0}
.solution-showcase-layout .solution-card-footer{padding:0 22px 22px}
.solution-showcase-layout h3{font-size:24px}
.solution-showcase-layout p{font-size:13px}

.section-heading{margin-bottom:38px}
.section-heading h2,.company-section h2,.contact-section h2{font-size:38px}
.tech-card{min-height:285px}
.mini{margin-top:42px}

.application-band-inner{grid-template-columns:1fr 1fr}
.application-summary,.application-link{grid-column:1/-1}
.application-item{min-height:84px;gap:12px}
.application-icon{width:32px;height:32px;flex-basis:32px}

.download-grid{grid-template-columns:1fr}
.contact-section{padding:75px 0}
.contact-actions{align-items:flex-start}
.footer-grid{grid-template-columns:1fr;gap:32px}

.product-hero{padding:75px 0 55px}
.product-hero h1,.contact-page h1{font-size:42px}
.product-hero-image{height:360px}
.kpi-row{grid-template-columns:1fr 1fr}
.kpi-row>div:nth-child(2){border-right:0}
.kpi-row>div:nth-child(n+3){border-top:1px solid var(--line)}
.spec-list>div{grid-template-columns:1fr;gap:5px}
.rfq-form{grid-template-columns:1fr;padding:22px}
.rfq-form .wide{grid-column:auto}

.about-hero{padding:75px 0 60px}
.about-hero h1,.locale-ko .about-hero h1{font-size:42px}
.about-summary-card{min-height:330px;padding:30px}
.about-section{padding:75px 0}
.about-two-col h2,.about-section>div>h2{font-size:36px}
}
