@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');

/* ================================================================
   EDS 에디슨전자 - style.css (V7)
   - 본문/설명 글씨 크기 전체 상향 (최소 12px, 본문 16px)
   - 제품 사진: 투명 배경 컷아웃 + 부드러운 배경/그림자
   - 삼성바이오로직스 납품 실적 전용 섹션 (.majorRecord)
   ================================================================ */

:root{
  --orange:#f05a28;
  --orange-soft:#ff8c5c;
  --navy:#17293d;
  --navy-deep:#111c27;
  --ink:#1a1c20;
  --text:#3d434b;
  --muted:#6b727b;
  --line:#e3e7ea;
  --soft:#f4f6f7;
  --white:#fff;
  --radius:16px;
  --visual-bg:radial-gradient(120% 90% at 50% 40%,#ffffff 0%,#f0f3f5 62%,#e6eaee 100%);
  --pic-shadow:drop-shadow(0 16px 22px rgba(18,30,42,.18));
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Noto Sans KR',sans-serif;color:var(--ink);font-size:16px;line-height:1.75;word-break:keep-all;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
h1,h2,h3{font-weight:800;color:var(--ink)}
p{margin:0 0 12px}
.wrap{width:min(1180px,calc(100% - 46px));margin:auto}

/* ---------- header ---------- */
header{position:fixed;z-index:100;top:0;left:0;right:0;height:76px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(0,0,0,.07);backdrop-filter:blur(13px)}
.headerin{height:76px;display:flex;align-items:center;justify-content:space-between}
.logo{width:190px;height:56px;display:flex;align-items:center}
.logo img,.flogo img{max-height:48px;width:auto;object-fit:contain}
nav{display:flex;gap:28px}
nav a{font-size:16.5px;font-weight:600;color:#3f464e;padding:6px 0;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
nav a:hover{color:var(--orange);border-bottom-color:var(--orange)}
#menubtn{display:none;border:0;background:none;font-size:24px;cursor:pointer}
nav a.lang{display:inline-flex;align-items:center;gap:6px;margin-left:8px;padding:5px 12px 5px 9px;border:1px solid #d5dade;border-radius:999px;font-size:14px;font-weight:800;letter-spacing:.08em;color:var(--navy);line-height:1.2}
nav a.lang svg{flex:none}
nav a.lang:hover{border-color:var(--orange);color:var(--orange)}

/* ---------- common text ---------- */
.kicker,.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--orange);margin:0 0 6px}
.eyebrow.orange{color:var(--orange-soft)}
h1{font-size:clamp(36px,4vw,56px);line-height:1.22;letter-spacing:-.025em;margin:14px 0 18px}
.hero h1 em,.subhero h1 em{font-style:normal;color:var(--orange)}
.section h2,.subhero h2,.appdev h2,.appgrid h2{font-size:clamp(28px,3.2vw,42px);line-height:1.3;letter-spacing:-.02em;margin:8px 0 14px}
.large{font-size:21px;font-weight:700;color:var(--ink);margin-bottom:10px}
.section p{color:var(--text)}
.two>div:last-child>p:not(.large),.remoteIntro>div:last-child>p:not(.eyebrow),.sectiondesc{font-size:16.5px;line-height:1.85;color:var(--text)}
.sectiondesc{max-width:800px}
.two>div:last-child>a,.remoteIntro>div:last-child>a,.titleRow>a{font-size:15px;font-weight:700;color:var(--navy);display:inline-block;margin-top:6px;border-bottom:2px solid var(--orange);padding-bottom:1px}
.two>div:last-child>a:hover,.remoteIntro>div:last-child>a:hover,.titleRow>a:hover{color:var(--orange)}

/* ---------- buttons ---------- */
.darkbtn,.linebtn{height:54px;padding:0 26px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s}
.darkbtn{background:var(--navy);color:#fff;box-shadow:0 8px 20px rgba(23,41,61,.22)}
.darkbtn b{color:var(--orange-soft);margin-left:14px;font-weight:700}
.darkbtn:hover,.linebtn:hover{transform:translateY(-1px)}
.linebtn{background:#fff;border:1px solid #d5dade;color:var(--ink)}

/* ---------- hero ---------- */
.hero{padding-top:76px;min-height:800px;position:relative;overflow:hidden;background:linear-gradient(130deg,#fff,#f8f9fa 58%,#eef1f2)}
.heroGridBg{position:absolute;inset:76px 0 0;background-image:linear-gradient(rgba(0,0,0,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.028) 1px,transparent 1px);background-size:55px 55px}
.heroGrid{min-height:724px;position:relative;display:grid;grid-template-columns:1.18fr .82fr;gap:30px;align-items:center}
.heroLead{max-width:640px;color:#555c65;font-size:17.5px;line-height:1.9;margin:0}
.heroLead b{color:var(--ink);font-weight:700}
.actions{display:flex;gap:12px;margin-top:32px}
.facts{display:flex;margin-top:48px}
.facts>div{padding:0 26px;border-right:1px solid #d5d9dd}
.facts>div:first-child{padding-left:0}
.facts>div:last-child{border-right:0}
.facts strong{display:block;font-size:19px;font-weight:800;letter-spacing:-.01em}
.facts span{font-size:13px;color:#7c838b}
.heroProduct{height:610px;position:relative}
.heroProduct>img{position:absolute;z-index:4;left:50%;top:50%;width:70%;height:64%;object-fit:contain;transform:translate(-50%,-50%);filter:drop-shadow(0 30px 35px rgba(0,0,0,.22))}
.radar{position:absolute;left:50%;top:50%;border:1px solid rgba(240,90,40,.24);border-radius:50%;transform:translate(-50%,-50%)}
.radar.a{width:230px;height:230px}
.radar.b{width:370px;height:370px}
.radar.c{width:510px;height:510px}
.float{position:absolute;z-index:7;padding:12px 16px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.96);box-shadow:0 13px 32px rgba(0,0,0,.08)}
.float small{display:block;font-size:10.5px;letter-spacing:.1em;color:#9aa0a7;font-weight:800;margin-bottom:2px}
.float b{font-size:14px;font-weight:800;color:var(--ink)}
.f1{right:0;top:150px}
.f2{left:0;bottom:120px}
.f2 b{color:var(--navy)}
.f2 b em{font-style:normal;color:var(--orange)}

/* ---------- strip ---------- */
.warningstrip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff7f3}
.warningstrip .wrap{padding:16px 0;display:flex;gap:18px;align-items:center}
.warningstrip b{font-size:14px;letter-spacing:.08em;color:var(--orange);white-space:nowrap}
.warningstrip span{font-size:15px;color:#5f666e}

/* ---------- sections ---------- */
.section{padding:100px 0}
.soft{background:var(--soft)}
.two,.remoteIntro,.detail,.contactGrid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}
.titleRow{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}
.titleRow h2{margin-bottom:0}

/* ---------- product cards (index) ---------- */
.productGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.prodcard{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .15s,box-shadow .15s}
.prodcard:hover{border-color:#cfd5da;box-shadow:0 14px 30px rgba(20,30,40,.08)}
.prodvisual{height:240px;display:flex;align-items:center;justify-content:center;background:var(--visual-bg);padding:22px}
.prodvisual img{width:100%;height:100%;object-fit:contain;filter:var(--pic-shadow)}
.prodtext{padding:22px 22px 24px}
.prodtext>span,.catcopy>span,.remotecard>span{display:block;font-size:12px;letter-spacing:.1em;color:var(--orange);font-weight:800}
.prodtext h3,.catcopy h3{font-size:19px;line-height:1.4;margin:6px 0 4px}
.prodtext p,.catcopy p{font-size:15px;font-weight:600;color:var(--navy);margin:0}
.prodtext small,.catcopy small{display:block;margin-top:8px;color:var(--muted);font-size:14px;line-height:1.7;min-height:48px}
.prodtext i,.catcopy i{display:inline-block;margin-top:14px;font-style:normal;font-size:13.5px;font-weight:800;color:var(--navy);border-bottom:2px solid var(--orange)}
.freqvisual{width:145px;height:145px;border-radius:50%;background:linear-gradient(145deg,var(--navy),#284765);color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 18px 35px rgba(0,0,0,.18)}
.freqvisual b{font-size:41px;line-height:1}
.freqvisual span{font-size:14px;margin-top:4px}
.freqvisual.small{width:130px;height:130px}
.freqvisual.small b{font-size:36px}

/* ---------- dark technology section ---------- */
.darksec{background:#131e29;color:#fff}
.darksec h2{color:#fff}
.splitFeature{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.darksec.section .splitFeature>div:first-child>p:not(.eyebrow){color:#aab1b9;font-size:16.5px;line-height:1.85}
.freqs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.freqs>div{padding:28px 14px;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius);text-align:center}
.freqs b{font-size:32px;letter-spacing:-.02em}
.freqs>div:first-child b{font-size:28px}
.freqs span{font-size:13px;margin-left:3px}
.freqs small{display:block;color:#8d959e;font-size:12px;margin-top:6px}
.freqs .comm{border-color:rgba(240,90,40,.5)}

/* ---------- remote intro ---------- */
.remoteIntro{align-items:center}
.remoteImage{height:470px;background:var(--visual-bg);border:1px solid var(--line);border-radius:20px;display:flex;align-items:center;justify-content:center;padding:30px}
.remoteImage img{height:100%;width:auto;object-fit:contain;filter:var(--pic-shadow)}

/* ---------- app dev ---------- */
.appdev{background:#eef3f7;padding:90px 0}
.appDevGrid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}
.status{display:inline-block;padding:7px 12px;border-radius:999px;background:#ffebdf;color:#e55321;font-size:12px;font-weight:800;letter-spacing:.08em}
.appDevGrid h2{margin:16px 0 12px}
.appDevGrid p{color:var(--text);font-size:16.5px;line-height:1.85}
.appDevGrid a,.appgrid a{display:inline-block;font-size:15px;font-weight:700;color:var(--navy);border-bottom:2px solid var(--orange)}
.phonepreview{position:relative;margin:auto;width:230px;height:500px;padding:8px;border-radius:35px;background:#0c0e11;overflow:hidden;box-shadow:0 25px 45px rgba(0,0,0,.2)}
.phonepreview img{width:100%;height:100%;object-fit:cover;border-radius:27px;opacity:.76}
.phonepreview>b{white-space:nowrap;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:10px 16px;background:rgba(0,0,0,.72);color:#fff;border-radius:999px;font-size:13px;letter-spacing:.06em}

/* ---------- custom / tech cards ---------- */
.custom4,.tech6,.customGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.custom4>div,.tech6>div,.customGrid>div{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;min-height:190px}
.custom4 b,.tech6 b,.customGrid b{font-size:13px;color:var(--orange);font-weight:800;letter-spacing:.06em}
.custom4 h3,.customGrid h3,.tech6 h3{margin:26px 0 8px;font-size:18px;line-height:1.4}
.custom4 p,.customGrid p,.tech6 p{font-size:14.5px;line-height:1.7;color:var(--muted);margin:0}
.tech6{grid-template-columns:repeat(3,1fr)}
.tech6>div{min-height:150px}

/* ---------- major project (삼성바이오로직스 납품 실적) ---------- */
.majorRecord{position:relative;overflow:hidden;padding:96px 0;background:linear-gradient(135deg,#132538 0%,#17293d 55%,#1e3a54 100%);color:#fff}
.majorRecord::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.13) 1.2px,transparent 1.3px);background-size:22px 22px;mask-image:linear-gradient(90deg,transparent 35%,#000 75%);-webkit-mask-image:linear-gradient(90deg,transparent 35%,#000 75%);opacity:.9}
.majorGrid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.majorRecord h2{font-size:clamp(28px,3.4vw,44px);line-height:1.28;letter-spacing:-.02em;color:#fff;margin:8px 0 16px}
.majorRecord h2 em{font-style:normal;color:var(--orange-soft)}
.majorRecord .majorCopy>p:not(.eyebrow){font-size:17px;line-height:1.85;color:#c6cfd8;max-width:520px;margin:0 0 30px}
.phases{display:flex;align-items:center;gap:0;margin:0;padding:0;list-style:none}
.phases li{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#dfe5eb;min-width:74px}
.phases li i{width:14px;height:14px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(240,90,40,.22);font-style:normal}
.phases li:not(:last-child)::after{content:"";position:absolute;top:6px;left:calc(50% + 12px);width:calc(100% - 24px);height:2px;background:rgba(255,255,255,.28)}
.phases li.live{color:#fff}
.phases li.live i{background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.22);animation:pulse 1.8s ease-out infinite}
.liveTag{display:inline-flex;align-items:center;gap:9px;padding:9px 16px;border-radius:999px;background:rgba(240,90,40,.16);border:1px solid rgba(240,90,40,.5);color:#fff;font-size:15px;font-weight:700;white-space:nowrap}
.liveTag i{width:10px;height:10px;border-radius:50%;background:var(--orange-soft);animation:pulse 1.8s ease-out infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,140,92,.6)}70%{box-shadow:0 0 0 10px rgba(255,140,92,0)}100%{box-shadow:0 0 0 0 rgba(255,140,92,0)}}
.majorStat{text-align:right}
.majorStat .statLabel{display:block;font-size:14px;letter-spacing:.14em;font-weight:800;color:#9fb0c2}
.majorStat strong{display:block;font-size:clamp(72px,9.5vw,136px);font-weight:900;line-height:1;letter-spacing:-.045em;color:#fff;margin:8px 0 10px;font-variant-numeric:tabular-nums}
.majorStat strong em{font-style:normal;color:var(--orange-soft)}
.majorStat strong small{font-size:.32em;font-weight:800;margin-left:6px;color:#fff;letter-spacing:0}
.majorStat .statNote{display:inline-block;font-size:15px;font-weight:600;color:#fff;padding:9px 16px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.06)}

/* ---------- customers ---------- */
.clients,.customersCompany{background:#fff}
.clientsGrid,.customerNames{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.customerNames{margin-top:28px}
.clientCard{padding:30px 32px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.clientCard span{display:block;color:var(--orange);font-size:12px;font-weight:800;letter-spacing:.12em}
.clientCard h3{margin:12px 0 0;font-size:22px;letter-spacing:-.01em}
.customerNames div{padding:30px 24px;border:1px solid var(--line);border-radius:var(--radius);font-size:21px;font-weight:800;text-align:center;letter-spacing:-.01em}
.clientsNote{margin:18px 0 0;font-size:15px;color:var(--muted)}

/* ---------- CTA / footer ---------- */
.cta{text-align:center;padding:100px 0;background:#fff}
.cta p{font-size:15.5px;color:var(--muted);margin-bottom:6px}
.cta h2{font-size:clamp(28px,3.4vw,44px);line-height:1.3;letter-spacing:-.02em;margin:8px 0 28px}
footer{background:#fff;border-top:1px solid var(--line)}
.footerin{display:grid;grid-template-columns:160px 1fr 1.3fr;gap:35px;align-items:center;padding:44px 0 26px}
.flogo{width:150px}
.footerin b{font-size:15px;font-weight:800}
.footerin p{font-size:13.5px;color:#7d838b;margin:4px 0;line-height:1.6}
.faddr{text-align:right}
.copyright{border-top:1px solid #eee;padding:16px 0 26px;color:#9ea3a9;font-size:12.5px;letter-spacing:.06em}

/* ---------- sub pages ---------- */
.subhero{padding:170px 0 92px;background:linear-gradient(130deg,#f8f9fa,#fff)}
.subhero.compact{padding-bottom:70px}
.subhero>div>p:last-child{max-width:760px;color:#5f666e;font-size:17px;line-height:1.85;margin:0}
.subhero.customhero{background:linear-gradient(135deg,#14263a,#0d1721);color:#fff}
.subhero.customhero h1{color:#fff}
.subhero.customhero>div>p:last-child{color:#aab2ba}

.productNote,.docNotice{padding:18px 22px;margin-bottom:28px;background:#fff5f0;border-left:4px solid var(--orange);border-radius:0 10px 10px 0}
.productNote b,.docNotice b{font-size:15px;font-weight:800}
.productNote p,.docNotice p{font-size:14.5px;color:var(--text);margin:3px 0 0}

.catalogGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.catalog{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .15s,box-shadow .15s}
.catalog:hover{border-color:#cfd5da;box-shadow:0 14px 30px rgba(20,30,40,.08)}
.catimg{height:260px;background:var(--visual-bg);display:flex;align-items:center;justify-content:center;padding:24px}
.catimg img{width:100%;height:100%;object-fit:contain;filter:var(--pic-shadow)}
.catcopy{padding:22px}

.assemblyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.assemblyGrid figure{margin:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff}
.assemblyGrid img{width:100%;height:270px;object-fit:contain;background:var(--visual-bg);padding:22px;filter:var(--pic-shadow)}
.assemblyGrid figure.photo img{padding:0;object-fit:cover;filter:none}
.assemblyGrid figure.top img{object-position:top}
.badge{display:inline-block;padding:2px 9px;border-radius:999px;background:#ffebdf;color:#e55321;font-size:12px;font-weight:800;font-style:normal;margin-left:4px;vertical-align:middle;letter-spacing:.02em}
.assemblyGrid figcaption{padding:14px 18px;font-size:14.5px;font-weight:600;color:var(--text);line-height:1.5;border-top:1px solid var(--line)}

.producthero{padding:150px 0 70px;background:#f5f6f7}
.producthero.darkproduct{background:#14202c;color:#fff}
.producthero.darkproduct h1{color:#fff}
.productHeroGrid{min-height:520px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.producthero h1{font-size:clamp(36px,4.4vw,58px);line-height:1.18}
.productHeroGrid>div:first-child>p:not(.kicker){color:#5f666e;font-size:17px;line-height:1.85;margin:0}
.darkproduct .productHeroGrid>div:first-child>p:not(.kicker){color:#aab2ba}
.pillrow{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.pillrow span{padding:8px 14px;border:1px solid #d3d8dc;border-radius:999px;font-size:13.5px;font-weight:600;color:var(--navy);background:#fff}
.darkproduct .pillrow span{border-color:rgba(255,255,255,.2);background:transparent;color:#fff}
.mainpic{height:500px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:var(--visual-bg);border:1px solid var(--line);padding:40px}
.mainpic img{width:100%;height:100%;object-fit:contain;filter:var(--pic-shadow)}
.mainpic.freqonly{background:#0e1720;border-color:rgba(255,255,255,.08)}
.detail>div:first-child h2{font-size:clamp(24px,2.3vw,30px);word-break:break-word}
.spectable{border-top:2px solid var(--ink)}
.spectable>div{display:grid;grid-template-columns:190px 1fr;gap:20px;padding:17px 4px;border-bottom:1px solid var(--line)}
.spectable span{font-size:14px;font-weight:600;color:#7a8189}
.spectable b{font-size:16.5px;font-weight:700;color:var(--ink)}
.noPhoto{text-align:center;padding-top:20px;padding-bottom:20px}
.noPhoto p{font-size:16px;color:var(--text);max-width:640px;margin:auto}
.photo3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.photo3 figure{margin:0;text-align:center;padding:26px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}
.photo3 img{height:260px;width:100%;object-fit:contain;filter:var(--pic-shadow);margin-bottom:14px}
.photo3:has(figure:nth-child(2):last-child){grid-template-columns:repeat(2,1fr)}
.photo3 figcaption{font-size:15px;font-weight:600;color:var(--text)}

/* ---------- remotes page ---------- */
.remoteGrid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.remotecard{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.remotevisual{height:300px;background:var(--visual-bg);padding:22px 20px}
.remotevisual img{width:100%;height:100%;object-fit:contain;filter:var(--pic-shadow)}
.remotecard>span,.remotecard>h3,.remotecard>p,.remotecard>b{margin-left:18px;margin-right:18px}
.remotecard>span{margin-top:18px}
.remotecard h3{font-size:17px;line-height:1.4;margin:6px 0 6px}
.remotecard p{font-size:14.5px;line-height:1.6;color:var(--muted);min-height:46px;margin:0}
.remotecard>b{display:inline-block;margin:10px 0 20px;padding:5px 11px;background:#eef1f3;border-radius:999px;font-size:12.5px;font-weight:700;color:var(--navy)}
.appdevpage{padding:96px 0;background:#14202c;color:#fff}
.appdevpage h2{color:#fff}
.appgrid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.appgrid p{color:#aab2ba;font-size:16.5px;line-height:1.85}
.appgrid p b{color:#fff}
.phones{display:flex;gap:10px;justify-content:center}
.phone{width:145px;height:320px;border:6px solid #080a0d;border-radius:24px;overflow:hidden}
.phone:nth-child(2){transform:translateY(-15px)}
.phone img{width:100%;height:100%;object-fit:cover}

/* ---------- custom page ---------- */
.customGrid{grid-template-columns:repeat(3,1fr)}
.process h2{margin-bottom:30px}
.processrow{display:flex;align-items:center;gap:10px}
.processrow>div{flex:1;padding:20px;background:#fff;border:1px solid var(--line);border-radius:12px}
.processrow b{display:block;color:var(--orange);font-size:13px;font-weight:800}
.processrow span{font-size:15px;font-weight:600;line-height:1.5}
.processrow i{font-style:normal;color:#9aa0a7;font-size:18px}

/* ---------- applications page ---------- */
.caseGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.caseGrid article{padding:38px;border:1px solid var(--line);border-radius:20px;background:#fff}
.caseGrid article>span{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--orange)}
.caseGrid h2{font-size:27px;margin:8px 0 10px;line-height:1.3}
.caseGrid p{font-size:15.5px;line-height:1.75;color:var(--text);margin:0 0 10px}
.caseGrid b{display:block;font-size:13.5px;font-weight:800;color:var(--navy);margin-top:6px}
.caseGrid b+p{color:var(--muted);font-size:15px}
.caseGrid article.highlightCase{grid-column:1/-1;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;background:linear-gradient(135deg,#132538,#1e3a54);color:#fff;border:0;position:relative;overflow:hidden}
.caseGrid article.highlightCase::before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.13) 1.2px,transparent 1.3px);background-size:22px 22px;mask-image:linear-gradient(90deg,transparent 45%,#000 80%);-webkit-mask-image:linear-gradient(90deg,transparent 45%,#000 80%)}
.hcCopy,.hcStat{position:relative}
.caseGrid .hcTag{display:block;font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--orange-soft)}
.caseGrid .highlightCase h2{color:#fff;font-size:clamp(26px,3vw,36px);margin:8px 0 10px}
.caseGrid .highlightCase p{color:#c6cfd8;margin:0;max-width:480px}
.caseGrid .highlightCase strong{display:block;text-align:right;font-size:clamp(46px,6vw,84px);font-weight:900;line-height:1;letter-spacing:-.04em;color:#fff;font-variant-numeric:tabular-nums;margin:0}
.caseGrid .highlightCase strong em{font-style:normal;color:var(--orange-soft)}
.caseGrid .highlightCase strong small{font-size:.34em;font-weight:800;margin-left:6px}
.caseGrid .hcStat{text-align:right}
.caseGrid .hcNote{display:block;text-align:right;margin-top:12px;font-size:14.5px;font-weight:600;color:#c6cfd8;letter-spacing:0}

/* ---------- documents page ---------- */
.docList{border-top:2px solid var(--ink)}
.docList a{display:grid;grid-template-columns:1fr 34px;align-items:center;padding:17px 6px;border-bottom:1px solid var(--line);transition:background .15s}
.docList a:hover{background:#fff7f3}
.docList span{font-size:15.5px;font-weight:500}
.docList b{color:var(--orange);font-size:18px;text-align:right}

/* ---------- contact page ---------- */
.contactTable{border-top:2px solid var(--ink)}
.contactTable>div{display:grid;grid-template-columns:100px 1fr;padding:17px 0;border-bottom:1px solid var(--line);align-items:center}
.contactTable span{font-size:14px;font-weight:600;color:#7a8189}
.contactTable b,.contactTable a{font-size:16.5px;font-weight:700}
.contactTable a:hover{color:var(--orange)}
.inquiry{padding:36px;border-radius:20px;background:var(--soft)}
.inquiry h3{margin:0 0 14px;font-size:20px}
.inquiry ol{margin:0;padding-left:22px}
.inquiry li{font-size:15.5px;padding:8px 0;border-bottom:1px solid #dde1e4;color:var(--text)}
.inquiry .inqhelp{font-size:14.5px;color:var(--muted);margin:0 0 16px}
.inquiry form{display:grid;gap:12px}
.inquiry label{display:block;font-size:14px;font-weight:700;color:var(--text)}
.inquiry input,.inquiry textarea{display:block;width:100%;margin-top:6px;padding:12px 14px;border:1px solid #d5dade;border-radius:10px;background:#fff;font:inherit;font-size:15px;color:var(--ink)}
.inquiry textarea{resize:vertical;min-height:140px}
.inquiry input[type=file]{padding:10px 12px;font-size:14px;cursor:pointer}
.inquiry label small{font-weight:500;color:var(--muted);font-size:12.5px}
.inquiry input:focus,.inquiry textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(240,90,40,.15)}
.inquiry .darkbtn{margin-top:6px;width:100%;border:0;cursor:pointer}
.hidden{display:none}
.formerr{padding:12px 14px;border-radius:10px;background:#fdecec;border:1px solid #f3b4b4;color:#b3261e;font-size:14.5px;font-weight:600;margin:0}
.copybtn{margin-left:8px;padding:3px 10px;border:1px solid #d5dade;border-radius:999px;background:#fff;font:inherit;font-size:12.5px;font-weight:700;color:var(--navy);cursor:pointer;vertical-align:middle}
.copybtn:hover{border-color:var(--orange);color:var(--orange)}

/* ---------- motion / focus ---------- */
.reveal{opacity:0;transform:translateY(14px);transition:.55s}
.reveal.show{opacity:1;transform:none}
a:focus-visible,button:focus-visible{outline:3px solid rgba(240,90,40,.5);outline-offset:3px;border-radius:6px}

/* ---------- responsive ---------- */
@media(max-width:1000px){
  .heroGrid,.two,.splitFeature,.remoteIntro,.appDevGrid,.detail,.productHeroGrid,.appgrid,.contactGrid,.majorGrid,.highlightCase{grid-template-columns:1fr}
  .heroGrid{padding:60px 0}
  .heroProduct{height:520px}
  .productGrid,.catalogGrid{grid-template-columns:1fr 1fr}
  .remoteGrid{grid-template-columns:repeat(3,1fr)}
  .footerin{grid-template-columns:150px 1fr}
  .faddr{grid-column:1/-1;text-align:left}
  .custom4,.tech6{grid-template-columns:1fr 1fr}
  .two,.remoteIntro,.detail,.contactGrid{gap:40px}
  .majorStat,.caseGrid .hcStat,.caseGrid .hcNote{text-align:left}
  .caseGrid article.highlightCase::before{display:none}
  .majorGrid{gap:40px}
}
@media(max-width:760px){
  .wrap{width:min(100% - 30px,1180px)}
  header,.headerin{height:64px}
  .logo{width:150px;height:48px}
  .logo img{max-height:40px}
  #menubtn{display:block}
  nav{display:none;position:absolute;top:64px;left:15px;right:15px;padding:10px;background:#fff;box-shadow:0 17px 40px rgba(0,0,0,.14);border-radius:12px;flex-direction:column;gap:0}
  nav.open{display:flex}
  nav a{padding:12px 10px;font-size:17px;border-bottom:1px solid #f0f2f4}
  nav a:last-child{border-bottom:0}
  nav a.lang{margin:8px 10px 4px;display:inline-flex;width:max-content;border-radius:999px;border:1px solid #d5dade}
  .hero{padding-top:64px;min-height:0}
  br.wide{display:none}
  .hero h1,.subhero h1{font-size:38px}
  .section{padding:76px 0}
  .facts{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 0;margin-top:36px}
  .facts>div{padding:0 10px;text-align:center;border-right:0}
  .facts>div:nth-child(odd){border-right:1px solid #d5d9dd}
  .warningstrip .wrap{flex-direction:column;align-items:flex-start;gap:4px}
  .assemblyGrid{grid-template-columns:1fr 1fr}
  .remoteGrid{grid-template-columns:1fr 1fr}
  .customGrid{grid-template-columns:1fr 1fr}
  .processrow{overflow:auto;padding-bottom:6px}
  .processrow>div{min-width:150px}
  .caseGrid{grid-template-columns:1fr}
  .spectable>div{grid-template-columns:1fr;gap:3px}
  .subhero{padding:130px 0 64px}
  .producthero{padding-top:110px}
  .majorRecord{padding:72px 0}
  .majorRecord::before{mask-image:none;-webkit-mask-image:none;opacity:.35}
  .phases li{min-width:0;flex:1}
  .clientsGrid,.customerNames{grid-template-columns:1fr}
  .freqs{grid-template-columns:1fr 1fr}
  .cta{padding:76px 0}
}
@media(max-width:520px){
  .hero h1,.subhero h1,.producthero h1{font-size:33px}
  .actions{flex-direction:column}
  .darkbtn,.linebtn{width:100%}
  .heroProduct{height:400px}
  .heroProduct>img{width:80%;height:70%}
  .radar.c{width:340px;height:340px}
  .radar.b{width:270px;height:270px}
  .radar.a{width:200px;height:200px}
  .float{padding:10px 12px}
  .float b{font-size:13px}
  .f1{top:110px}
  .f2{bottom:60px}
  .productGrid,.catalogGrid,.assemblyGrid,.remoteGrid,.customGrid,.custom4,.tech6,.photo3{grid-template-columns:1fr}
  .prodvisual{height:260px}
  .catimg{height:300px}
  .remotevisual{height:330px}
  .freqs{grid-template-columns:1fr}
  .titleRow{align-items:flex-start;flex-direction:column;gap:10px}
  .footerin{grid-template-columns:1fr}
  .mainpic{height:340px;padding:26px}
  .phones{overflow:hidden}
  .phone{min-width:130px;height:290px}
  .caseGrid article{padding:28px}
  .majorStat strong{font-size:64px}
  .phases li{font-size:13px}
}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .phases li.live i,.liveTag i{animation:none}
  .darkbtn,.linebtn,.prodcard,.catalog,nav a{transition:none}
}
