:root{--ink:#121d30;--muted:#586477;--blue:#0753b4;--blue-dark:#073d86;--line:#e1e6ed;--pale:#f4f7fb;--white:#fff;--radius:4px;--font:"Pretendard","Noto Sans KR","Noto Sans CJK KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--font);font-size:14px;line-height:1.65;letter-spacing:-.035em;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:inherit;text-decoration:none}button{border:0;background:none}img{display:block;max-width:100%}h1,h2,h3,p,figure{margin:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #2674d9;outline-offset:4px}button,input,select,textarea,a{outline-offset:4px}::selection{background:#dbeafe;color:#073d86}[hidden]{display:none!important}.container{width:calc(100% - 96px);max-width:1280px;margin-inline:auto}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:-70px;left:20px;padding:12px 20px;background:var(--ink);color:#fff}.skip-link:focus{top:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:17px;min-height:48px;padding:0 25px;border:1px solid transparent;border-radius:3px;font-size:14px;font-weight:700;white-space:nowrap;transition:background .18s,border-color .18s,box-shadow .18s}.button-primary{background:var(--blue);color:white;border-color:var(--blue)}.button-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.button-secondary{background:#fff;border-color:#6e94c8;color:var(--blue)}.button-secondary:hover{background:#eef4fc}.button-plain{border-color:var(--line);background:#fff}.button-plain:hover{border-color:#b3c3d7;background:var(--pale)}.button-small{font-size:13px;min-height:38px;padding:0 18px}.text-link{display:inline-flex;align-items:center;gap:11px;padding:8px 0;color:var(--blue);font-weight:700;font-size:13px;white-space:nowrap}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.text-link .icon{width:16px;height:16px}.eyebrow{color:var(--blue);font-size:12px;font-weight:700;letter-spacing:.055em}
/* Header */
.site-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #edf0f4}.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:baseline;gap:13px;white-space:nowrap}.brand-name{font-size:27px;font-weight:900;letter-spacing:-.07em;color:#102749}.brand-tagline{font-size:11px;color:var(--muted);letter-spacing:-.035em}.main-nav{display:flex;align-items:center;gap:37px;margin-left:auto;margin-right:30px}.main-nav>a,.main-nav>button{font-size:14px;font-weight:700;padding:24px 0;position:relative}.main-nav>a:hover,.main-nav>button:hover{color:var(--blue)}.main-nav>a::after,.main-nav>button::after{content:"";position:absolute;bottom:12px;left:0;right:0;height:2px;background:var(--blue);transform:scaleX(0);transition:transform .15s}.main-nav>a:hover::after,.main-nav>button:hover::after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:22px}.icon-button{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:3px}.icon-button:hover{background:var(--pale);color:var(--blue)}.menu-button{display:none}.mobile-nav{padding:4px 24px 18px;border-top:1px solid var(--line);background:#fff}.mobile-nav>a,.mobile-nav>button{display:block;text-align:left;width:100%;padding:12px 0;font-weight:700}
/* Hero. All product artwork is extracted from the approved design mockup. */
.hero{position:relative;overflow:hidden;background:linear-gradient(116deg,#f8fbff 0%,#fff 48%,#eef4f9 100%);border-bottom:1px solid #edf1f5}.hero::after{content:"";position:absolute;inset:54% -5% 0 54%;background:linear-gradient(170deg,rgba(232,240,248,.24),rgba(220,231,241,.32));clip-path:polygon(17% 0,100% 33%,100% 100%,0 100%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:46% 54%;align-items:center;min-height:450px;position:relative;z-index:1;padding-block:42px 35px}.hero-copy{padding:4px 0 0 13px;position:relative;z-index:2}.hero-copy>.eyebrow{margin-bottom:17px;font-size:12px;letter-spacing:.02em}.hero h1{font-size:clamp(34px,3.2vw,46px);line-height:1.3;letter-spacing:-.065em;font-weight:800}.hero h1 span{color:var(--blue-dark)}.hero-description{margin-top:19px;color:#42516a;font-size:15px;line-height:1.8}.hero-actions{display:flex;gap:12px;margin-top:25px}.hero-actions .button{min-width:149px;min-height:48px}.hero-features{display:flex;align-items:center;flex-wrap:wrap;gap:25px;margin-top:30px;color:#526077;font-size:11px}.hero-features span{display:flex;align-items:center;gap:8px;white-space:nowrap}.hero-features .icon{color:#25466f;width:20px;height:20px}.product-stage{height:376px;position:relative;display:grid;grid-template-columns:1fr 1.12fr 1fr;align-items:end;gap:10px;padding-left:3px;padding-right:8px}.hero-device{position:relative;text-align:center;min-width:0;padding-bottom:22px}.hero-device::before{content:"";position:absolute;bottom:62px;left:10%;right:5%;height:15px;background:rgba(15,35,56,.19);filter:blur(10px);border-radius:50%;z-index:-1}.hero-device img{width:auto;object-fit:contain;margin:0 auto 12px;filter:drop-shadow(3px 7px 4px rgba(18,36,55,.08))}.hero-device.first img{height:269px;max-width:100%;object-fit:contain}.hero-device.main img{height:330px;max-width:112%;margin-left:-7%;width:114%;object-fit:contain}.hero-device.last img{height:191px;max-width:104%;width:104%}.hero-device figcaption strong{display:block;letter-spacing:-.005em;font-size:12px;white-space:nowrap}.hero-device figcaption span{display:block;font-size:11px;color:#647084;margin-top:2px;white-space:nowrap}.stage-note{position:absolute;right:7px;top:6px;z-index:2;color:#2c4669;font-size:15px;line-height:1.6;font-weight:600}.stage-note small{display:block;letter-spacing:.13em;font-size:9px;color:#758297;margin-top:12px;font-weight:500}.concept-note{position:absolute;right:7px;bottom:-2px;color:#687588;font-size:10px;letter-spacing:0}
/* Catalog */
.section{padding-top:37px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:21px}.section-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:22px}.section-heading h2{font-size:28px;line-height:1.4;font-weight:800;letter-spacing:-.055em}.section-heading p{font-size:13px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{position:relative;min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:white;transition:border-color .18s,box-shadow .18s}.product-card:hover{border-color:#a8c3e6;box-shadow:0 5px 20px rgba(22,51,88,.045)}.product-card.selected{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}.card-top{width:100%;padding:18px 16px 13px;min-height:164px;display:grid;grid-template-columns:43% 57%;align-items:center;gap:5px;text-align:left}.card-image{height:133px;display:flex;justify-content:center;align-items:center;padding-right:7px}.card-image img{height:100%;width:100%;object-fit:contain;transition:transform .2s}.product-card:hover .card-image img{transform:translateY(-3px)}.card-model{min-width:0}.card-brand{display:block;font-size:10px;letter-spacing:.045em;color:var(--blue);font-weight:700;margin-bottom:2px}.card-model h3{font-family:var(--font);font-size:22px;letter-spacing:-.045em;line-height:1.2}.card-description{display:block;font-size:11px;line-height:1.65;color:#626d7e;margin-top:7px;word-break:keep-all}.card-specs{margin:0 17px;padding:13px 0 12px;border-top:1px solid #e8edf2;display:grid;gap:4px;font-size:12px}.card-specs>div{display:grid;grid-template-columns:58px 1fr;gap:6px}.card-specs dt{color:#687487}.card-specs dd{margin:0;font-variant-numeric:tabular-nums;white-space:nowrap;color:#485469;letter-spacing:-.025em}.card-footer{border-top:1px solid #edf0f4;padding:0 14px;min-height:43px;display:flex;justify-content:space-between;align-items:center}.card-detail{font-size:12px;font-weight:600;color:#34475f;padding:9px 0;display:flex;align-items:center;gap:5px}.card-detail .icon{width:14px;height:14px}.compare-toggle{display:flex;align-items:center;gap:5px;padding:8px 3px;font-size:11px;color:#5a6c84}.compare-toggle .icon{width:15px;height:15px}.compare-toggle[aria-pressed=true]{color:var(--blue);font-weight:700}.catalog-footnote{font-size:11px;line-height:1.6;color:#738093;margin-top:11px;display:flex;align-items:center;gap:6px}.catalog-footnote .icon{width:13px;height:13px}.catalog-controls{padding:15px;background:#f6f8fb;border:1px solid var(--line);margin-bottom:18px;display:flex;align-items:center;gap:12px}.search-field{display:flex;align-items:center;gap:10px;flex:1;background:#fff;border:1px solid #cbd5e1;padding:0 13px}.search-field input{border:0;background:none;min-width:0;flex:1;height:42px;font-size:14px;outline-offset:1px}.catalog-controls select{min-height:44px;padding:0 30px 0 12px;border:1px solid #cbd5e1;background:#fff;color:#34465e}.catalog-reset{font-size:13px;padding:10px}.catalog-result{font-size:12px;color:var(--muted);white-space:nowrap}.empty-state{border:1px solid var(--line);padding:38px;text-align:center;color:var(--muted)}
/* Comparison */
.comparison-section{padding-top:36px}.comparison-section .section-header{margin-bottom:18px}.compare-options{display:flex;align-items:center;gap:18px;font-size:12px;color:#526077;white-space:nowrap}.check-label{display:flex;align-items:center;gap:6px;cursor:pointer}.check-label input{accent-color:var(--blue);width:14px;height:14px;margin:0}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:3px;scrollbar-color:#c4cede #f7f9fb}.compare-table{width:100%;border-collapse:collapse;text-align:center;table-layout:fixed;font-size:12px;letter-spacing:-.025em;min-width:785px}.compare-table th,.compare-table td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px 12px;line-height:1.6}.compare-table th:last-child,.compare-table td:last-child{border-right:0}.compare-table tr:last-child>*{border-bottom:0}.compare-table thead th{background:#f2f5f9;font-size:14px;color:var(--blue-dark);height:43px}.compare-table thead th:first-child{font-size:12px;color:#263750}.compare-table th:first-child{position:sticky;left:0;z-index:2;width:133px;text-align:left;background:#f7f9fc;color:#34415a;font-weight:600}.compare-table thead th:first-child{z-index:3;background:#f2f5f9}.compare-table td{color:#546176;background:#fff;font-variant-numeric:tabular-nums}.compare-table tbody tr:nth-child(even) td{background:#fbfcfe}.compare-table .table-model{font-size:14px;font-weight:700;color:var(--blue-dark);padding:1px 5px}.compare-table .table-model:hover{text-decoration:underline;text-underline-offset:4px}.table-source{font-size:11px;color:#687a94;display:inline-flex;align-items:center;gap:4px}.table-source .icon{width:12px;height:12px}.table-source:hover{color:var(--blue);text-decoration:underline}.table-note{margin-top:10px;font-size:11px;color:#738093;display:flex;justify-content:space-between;gap:15px}.scroll-hint{display:none}.compare-all{color:var(--blue);padding:0;font-size:11px;text-decoration:underline;text-underline-offset:3px}
/* Service and contact */
.service-section{padding-top:34px;padding-bottom:32px}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-card{padding:22px 18px 21px;border:1px solid var(--line);border-radius:3px;display:flex;gap:16px;text-align:left;transition:border-color .18s,background .18s}.service-card:hover{border-color:#abc5e7;background:#f8fbff}.service-card>.icon{width:34px;height:34px;color:var(--blue);stroke-width:1.65}.service-card h3{font-size:16px;font-weight:700;letter-spacing:-.055em}.service-card p{font-size:12px;color:var(--muted);margin-top:10px;line-height:1.75;word-break:keep-all}.service-card .service-more{display:block;font-size:11px;color:var(--blue);margin-top:10px}.contact-band{display:grid;grid-template-columns:1fr 1fr;min-height:180px;background:var(--blue-dark)}.brand-panel{position:relative;overflow:hidden;color:white;display:flex;justify-content:flex-end;background:#304b6c}.brand-panel>img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;object-position:70% 70%}.brand-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,60,105,.84),rgba(40,83,137,.45) 65%,rgba(40,77,117,.15))}.brand-panel-copy{position:relative;z-index:1;width:640px;max-width:calc(100% - 48px);padding:30px 32px 26px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.brand-panel-copy h2{font-size:21px;line-height:1.55;font-weight:500;letter-spacing:-.04em}.brand-panel-copy .text-link{color:white;font-size:12px;margin-top:5px}.brand-panel-copy small{color:#d4e1ef;font-size:10px;margin-top:4px}.contact-panel{background:linear-gradient(110deg,#084e9d,#07448b);padding:28px 0 27px 32px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.contact-panel h2{font-size:20px;font-weight:700}.contact-panel p{font-size:12px;color:#d3e4fa;margin-top:5px}.contact-actions{display:flex;align-items:center;gap:12px;margin-top:17px;flex-wrap:wrap}.contact-actions .button{min-height:41px;font-size:12px;min-width:153px;background:#fff;color:var(--blue-dark);border-color:#fff}.contact-actions .button.outline-white{background:transparent;color:#fff;border-color:#b1cbee}.contact-actions .button.outline-white:hover{background:rgba(255,255,255,.08)}.contact-actions .button .icon{width:16px;height:16px}.site-footer{padding:25px 0 21px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-brand{display:flex;align-items:baseline;gap:12px}.footer-brand strong{font-size:17px;font-weight:800;letter-spacing:-.06em}.footer-brand span{font-size:11px;color:#7a8596}.footer-links{display:flex;gap:19px;align-items:center;font-size:11px;color:#647085}.footer-links button{padding:6px 0}.footer-links button:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;gap:22px;margin-top:16px;padding-top:14px;border-top:1px solid #edf0f4;color:#7d8796;font-size:10px;line-height:1.8}.copyright{white-space:nowrap;letter-spacing:0}.prototype-badge{color:#536b89;font-weight:700;margin-right:6px}
/* Dialogs and interactions */
.dialog{border:1px solid #d7e0eb;border-radius:6px;padding:0;background:white;color:var(--ink);max-height:calc(100dvh - 48px);max-width:calc(100vw - 36px);width:750px;box-shadow:0 25px 90px rgba(7,22,43,.25);overflow:auto}.dialog::backdrop{background:rgba(12,26,45,.52);backdrop-filter:blur(3px)}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:27px 28px 22px;border-bottom:1px solid var(--line);position:sticky;top:0;background:white;z-index:4}.dialog-head h2{font-size:24px;font-weight:800;line-height:1.4}.dialog-head .eyebrow{margin-bottom:5px;font-size:10px}.dialog-head p{font-size:12px;color:var(--muted);margin-top:8px}.dialog-head .icon-button{flex-shrink:0;margin-top:-5px;margin-right:-6px}.dialog-body{padding:26px 28px 29px}.product-dialog{width:840px}.detail-layout{display:grid;grid-template-columns:250px 1fr;gap:30px}.detail-art{padding:25px 20px 17px;background:#f4f7fb;border:1px solid #e8edf3;align-self:start}.detail-art img{width:100%;height:288px;object-fit:contain;margin:auto}.detail-art figcaption{font-size:10px;color:#708096;margin-top:19px;line-height:1.7;text-align:center}.detail-kicker{font-size:12px;font-weight:700;color:var(--blue);margin-bottom:7px}.detail-content>p{color:#56657a;font-size:14px;margin-bottom:16px}.detail-specs{margin:0 0 15px}.detail-specs>div{display:grid;grid-template-columns:94px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:12px}.detail-specs dt{color:#67778d}.detail-specs dd{margin:0;color:#30425d;font-variant-numeric:tabular-nums}.source-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--blue);text-decoration:underline;text-underline-offset:4px}.source-link .icon{width:14px;height:14px}.detail-actions{margin-top:24px;display:flex;gap:10px;flex-wrap:wrap}.detail-actions .button{min-height:42px;font-size:12px;padding:0 16px}.detail-disclaimer{font-size:11px;color:#728096;line-height:1.8;margin-top:21px}.info-content{font-size:14px;color:#4d5f77;line-height:1.9}.info-content h3{font-size:16px;color:#243958;margin-top:20px;margin-bottom:8px}.info-content p+p{margin-top:13px}.info-content ul{padding-left:20px;margin:12px 0}.info-content li{padding:3px 0}.info-callout{padding:15px 17px;background:#f4f7fc;border-left:3px solid #2f69b5;margin-top:20px;font-size:12px}.info-content .button{margin-top:24px;font-size:13px}.brand-wordmark{font-size:35px;font-weight:800;letter-spacing:.02em;color:#123e79;margin:3px 0 18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 20px}.form-field{display:flex;flex-direction:column;gap:6px;min-width:0}.form-field label,.form-field>span{font-size:12px;font-weight:600;color:#3d4c63}.form-field label small{color:#8893a3;font-weight:400;margin-left:4px}.form-field input,.form-field select,.form-field textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:3px;background:#fff;font-size:13px;line-height:1.65;color:var(--ink);min-width:0}.form-field input::placeholder,.form-field textarea::placeholder{color:#8793a4}.form-field textarea{min-height:108px;resize:vertical}.form-field.full{grid-column:1/-1}.form-hint{font-size:11px;color:#758299;line-height:1.8;margin-top:17px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:19px}.form-actions .button{font-size:13px;min-height:44px}.inquiry-output{padding:20px;margin-top:24px;background:#f5f8fc;border:1px solid #d4e1f0;border-radius:3px}.inquiry-output h3{font-size:15px}.draft-content{font-family:var(--font);white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.85;max-height:290px;overflow:auto;color:#4a5f79;margin:13px 0 17px}.output-actions{display:flex;gap:10px;flex-wrap:wrap}.output-actions .button{min-height:38px;font-size:12px}.compare-dock{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:35;display:flex;align-items:center;gap:21px;max-width:calc(100% - 32px);padding:11px 14px 11px 20px;background:#fff;border:1px solid #bacce3;border-radius:5px;box-shadow:0 10px 38px rgba(20,48,88,.18)}.dock-summary{display:flex;flex-direction:column;min-width:120px}.dock-summary strong{font-size:13px}.dock-summary span{font-size:10px;color:#687a92;white-space:nowrap}.dock-clear{font-size:12px;color:#677b96;white-space:nowrap;padding:9px 0}.compare-dock .button{min-height:39px;font-size:12px;padding:0 17px;gap:10px}.toast{position:fixed;bottom:94px;left:50%;transform:translateX(-50%);z-index:100;max-width:calc(100% - 32px);padding:13px 21px;border-radius:4px;background:#13243d;color:white;box-shadow:0 6px 30px #14263c26;font-size:13px;text-align:center;pointer-events:none}.no-script{padding:15px;text-align:center;background:#f5f8fc;border-bottom:1px solid var(--line)}
@media(min-width:1600px){.hero-inner{min-height:470px}.hero h1{font-size:47px}.card-top{min-height:178px}.card-image{height:142px}}
@media(max-width:1190px){.container{width:calc(100% - 64px)}.brand-tagline{display:none}.main-nav{gap:29px;margin-right:16px}.header-actions{gap:12px}.hero-copy{padding-left:0}.hero-inner{grid-template-columns:45% 55%}.hero h1{font-size:37px}.hero-description{font-size:14px}.hero-features{gap:14px;font-size:10px}.hero-features .icon{width:17px;height:17px}.product-stage{height:336px;gap:2px}.hero-device.first img{height:235px}.hero-device.main img{height:289px}.hero-device.last img{height:171px}.stage-note{font-size:12px;right:-4px;top:1px}.stage-note small{font-size:8px}.hero-device figcaption strong{font-size:11px}.hero-device figcaption span{font-size:10px}.section-heading{gap:17px}.section-heading h2{font-size:25px}.section-heading p{font-size:12px}.product-grid,.service-grid{gap:13px}.card-top{padding:16px 12px 12px;grid-template-columns:42% 58%;min-height:148px}.card-image{height:118px}.card-model h3{font-size:20px}.card-description{font-size:10px}.card-specs{margin:0 12px;font-size:11px}.card-specs>div{grid-template-columns:48px 1fr;gap:3px}.service-card{gap:11px;padding:20px 14px}.service-card>.icon{width:28px;height:28px}.service-card h3{font-size:14px}.service-card p{font-size:11px}.compare-options{font-size:11px;gap:12px}.brand-panel-copy{max-width:calc(100% - 32px)}.contact-panel{padding-left:26px}.compare-table{font-size:11px}.footer-brand span{display:none}}
@media(max-width:920px){.main-nav{gap:24px}.header-inner{height:74px;gap:12px}.brand-name{font-size:25px}.header-actions{gap:8px}.header-actions .icon-button{display:none}.header-actions .button{padding:0 13px;font-size:12px}.hero-inner{min-height:402px;padding-block:27px}.hero h1{font-size:33px}.hero-copy>.eyebrow{font-size:10px;margin-bottom:14px}.hero-description{font-size:13px}.hero-actions{gap:9px;margin-top:21px}.hero-actions .button{min-width:auto;min-height:44px;padding:0 18px;font-size:12px;gap:9px}.hero-features{gap:10px;margin-top:24px;max-width:325px}.hero-features span:last-child{display:none}.product-stage{height:303px;padding-right:0;gap:3px}.hero-device.first img{height:211px}.hero-device.main img{height:257px}.hero-device.last img{height:149px}.hero-device figcaption strong{font-size:10px}.hero-device figcaption span{font-size:9px}.stage-note{font-size:11px}.stage-note small{display:none}.concept-note{font-size:9px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-top{padding:19px;min-height:169px;grid-template-columns:43% 57%}.card-image{height:130px}.card-model h3{font-size:24px}.card-description{font-size:12px}.card-brand{font-size:11px}.card-specs{font-size:12px;margin:0 19px}.card-specs>div{grid-template-columns:69px 1fr}.card-footer{padding:0 18px}.card-detail,.compare-toggle{font-size:12px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{padding:20px;gap:17px}.service-card>.icon{width:32px;height:32px}.service-card h3{font-size:16px}.service-card p{font-size:12px}.section-heading{gap:7px;display:block}.section-heading p{margin-top:7px}.compare-options{flex-direction:column;gap:7px;align-items:flex-start}.scroll-hint{display:inline}.contact-panel p{font-size:11px;max-width:90%}.contact-actions{gap:8px}.contact-actions .button{padding:0 13px;min-width:135px}.footer-bottom{display:block}.copyright{margin-top:7px}.brand-panel-copy h2{font-size:20px}}
@media(max-width:720px){html{scroll-padding-top:85px}.container{width:calc(100% - 40px)}.header-inner{height:68px}.brand-name{font-size:25px}.main-nav{display:none}.header-actions{gap:8px}.header-actions>.button{font-size:11px;min-height:33px;padding:0 13px}.header-actions .icon-button.menu-button{display:grid;width:34px;height:36px}.menu-button .icon{width:22px;height:22px}.hero-inner{grid-template-columns:1fr;padding-top:32px;padding-bottom:18px;min-height:auto}.hero-copy{padding:0 4px}.hero-copy>.eyebrow{font-size:11px;margin-bottom:14px}.hero h1{font-size:39px;line-height:1.3}.hero-description{font-size:14px;margin-top:18px}.hero-description br{display:none}.hero-actions{margin-top:23px}.hero-actions .button{min-height:45px;font-size:13px;padding:0 22px;min-width:140px}.hero-features{font-size:11px;margin-top:23px;gap:19px;max-width:none}.hero-features span:last-child{display:flex}.hero-features .icon{width:18px;height:18px}.product-stage{height:337px;max-width:530px;width:100%;justify-self:center;margin-top:31px;padding-right:5px;padding-left:0;grid-template-columns:1fr 1.1fr 1fr}.hero-device.first img{height:240px}.hero-device.main img{height:291px}.hero-device.last img{height:169px}.hero-device figcaption strong{font-size:11px}.hero-device figcaption span{font-size:10px}.stage-note{font-size:11px;right:5px;top:15px}.stage-note small{display:block;font-size:8px;margin-top:8px;letter-spacing:.06em}.concept-note{right:0;font-size:9px;bottom:-2px}.hero::after{inset:55% -20% 0 8%}.section{padding-top:29px}.section-header{gap:10px;align-items:flex-start;margin-bottom:17px}.section-heading h2{font-size:24px}.section-heading p{font-size:12px;margin-top:7px;line-height:1.7}.section-header>.text-link{font-size:11px;gap:5px;padding-top:7px}.product-grid{gap:12px}.catalog-controls{flex-wrap:wrap;gap:10px;padding:12px}.search-field{flex-basis:100%}.catalog-controls select{flex:1;min-width:0;font-size:12px}.catalog-result{margin-left:auto;font-size:11px}.catalog-footnote{font-size:10px;align-items:flex-start;line-height:1.7}.catalog-footnote .icon{margin-top:2px}.comparison-section{padding-top:28px}.comparison-section .section-header{display:block}.compare-options{margin-top:13px;flex-direction:row;gap:19px;font-size:11px}.compare-table{min-width:760px}.compare-table th:first-child{width:109px}.compare-table th,.compare-table td{padding:8px 10px}.table-note{font-size:10px;display:block}.table-note .scroll-hint{display:block;color:#4e6e99;margin-bottom:3px}.service-section{padding-bottom:26px}.service-grid{gap:12px}.service-card{padding:19px 15px;display:block}.service-card>.icon{width:29px;height:29px;margin-bottom:11px}.service-card h3{font-size:15px}.service-card p{font-size:12px;line-height:1.75;margin-top:8px}.service-card .service-more{font-size:11px;margin-top:9px}.contact-band{grid-template-columns:1fr}.brand-panel{justify-content:flex-start;min-height:159px}.brand-panel-copy{margin-left:24px;max-width:calc(100% - 48px);padding:24px 0}.brand-panel>img{object-position:right 58%}.brand-panel::after{background:linear-gradient(90deg,rgba(29,66,112,.87),rgba(37,76,127,.30))}.brand-panel-copy h2{font-size:21px}.brand-panel-copy small{font-size:9px}.contact-panel{padding:25px 24px 29px}.contact-panel h2{font-size:21px}.contact-panel p{font-size:12px;max-width:none}.contact-actions{width:100%;gap:10px;margin-top:18px}.contact-actions .button{flex:1;font-size:12px;min-height:43px;min-width:0}.footer-top{align-items:flex-start;gap:13px;flex-direction:column}.site-footer{padding-top:24px;padding-bottom:24px}.footer-links{gap:20px;font-size:11px}.footer-bottom{margin-top:12px;padding-top:12px;font-size:10px;line-height:1.85}.dialog{max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.dialog-head{padding:21px 20px 17px}.dialog-head h2{font-size:22px}.dialog-head p{font-size:11px;line-height:1.8}.dialog-body{padding:21px 20px 25px}.detail-layout{grid-template-columns:1fr;gap:21px}.detail-art{display:flex;align-items:center;justify-content:center;gap:22px;padding:20px}.detail-art img{width:135px;height:188px;margin:0}.detail-art figcaption{width:130px;margin:0;text-align:left;font-size:10px}.detail-content>p{font-size:13px}.detail-specs>div{font-size:12px}.form-grid{gap:15px 12px}.form-field input,.form-field select,.form-field textarea{font-size:16px;padding:9px}.form-field label{font-size:11px}.form-field input::placeholder,.form-field textarea::placeholder{font-size:12px}.form-actions .button{flex:1;min-width:0;font-size:12px;padding:0 10px}.compare-dock{bottom:12px;gap:13px;padding:10px 11px 10px 15px;width:auto;max-width:calc(100% - 24px)}.dock-summary{min-width:96px}.dock-summary span{max-width:145px;overflow:hidden;text-overflow:ellipsis}.dock-clear{font-size:11px}.compare-dock .button{font-size:11px;padding:0 12px;min-height:38px}.toast{bottom:90px;font-size:12px;min-width:210px}.info-content{font-size:13px}}
@media(max-width:470px){.hero h1{font-size:35px}.hero-copy{padding-left:0}.hero-description{font-size:13px;max-width:330px}.hero-features{gap:12px;font-size:10px}.hero-features .icon{width:16px;height:16px}.product-stage{height:271px;margin-top:30px;gap:5px}.hero-device.first img{height:184px}.hero-device.main img{height:227px}.hero-device.last img{height:137px}.hero-device figcaption strong{font-size:9px;letter-spacing:-.025em}.hero-device figcaption span{font-size:9px}.hero-device{padding-bottom:23px}.stage-note{font-size:10px;line-height:1.7;right:0;top:5px}.stage-note small{display:none}.concept-note{font-size:8px}.hero-inner{padding-bottom:16px}.card-top{display:flex;flex-direction:column;align-items:stretch;text-align:left;padding:17px 13px 12px;gap:10px}.card-image{height:118px;padding:0;width:100%}.card-image img{width:100%;height:100%}.card-model h3{font-size:21px}.card-brand{font-size:9px;margin-bottom:3px}.card-description{font-size:10px;margin-top:5px}.card-specs{font-size:11px;margin:0 13px;padding:11px 0;gap:4px}.card-specs>div{grid-template-columns:33px 1fr;gap:3px}.card-specs .range-spec{display:none}.card-footer{padding:0 11px;min-height:42px;gap:5px}.card-detail{font-size:10px;gap:2px}.compare-toggle{font-size:10px;gap:3px;padding:8px 0}.compare-toggle .icon,.card-detail .icon{width:12px;height:12px}.section-heading p{font-size:11px;max-width:270px}.section-header>.text-link{font-size:10px}.section-heading h2{font-size:23px}.service-card h3{font-size:14px}.service-card p{font-size:11px}.service-card{padding:17px 13px}.detail-art{gap:17px}.detail-art img{width:112px;height:164px}.detail-art figcaption{font-size:9px}.form-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}.form-field input,.form-field select{min-height:44px}.dock-summary span{max-width:106px}.dock-summary strong{font-size:12px}.compare-dock{gap:12px}.dock-clear{font-size:10px}.footer-links{gap:17px}}
@media(max-width:350px){.container{width:calc(100% - 32px)}.brand-name{font-size:23px}.header-actions{gap:5px}.header-actions>.button{font-size:10px;padding:0 10px}.hero h1{font-size:31px}.hero-actions .button{font-size:12px;min-width:0;padding:0 17px}.hero-features{font-size:9px;gap:10px}.hero-features .icon{width:14px;height:14px}.product-stage{height:242px}.hero-device.first img{height:161px}.hero-device.main img{height:200px}.hero-device.last img{height:118px}.hero-device figcaption strong{font-size:8px}.hero-device figcaption span{font-size:8px}.stage-note{font-size:9px}.section-heading h2{font-size:22px}.service-card h3{font-size:13px}.compare-dock{gap:10px}.dock-summary{min-width:80px}.dock-summary span{max-width:86px}.compare-dock .button{padding:0 10px}.contact-actions .button{padding:0 13px;font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media print{.site-header{position:static}.header-actions,.main-nav,.hero-actions,.card-footer,.compare-options,.service-section,.contact-band,.footer-links,.compare-dock,.toast,.catalog-controls,.dialog{display:none!important}.container{width:100%}.hero-inner{min-height:340px}.hero{print-color-adjust:exact}.hero h1{font-size:31px}.product-stage{transform:scale(.9);transform-origin:center}.product-card,.table-wrap{break-inside:avoid}.product-grid{grid-template-columns:repeat(4,1fr)}.card-top{display:block}.card-image{height:110px}.card-model h3{font-size:17px}.card-specs{font-size:9px}.card-specs>div{display:block}.section-heading h2{font-size:22px}.compare-table{min-width:0;font-size:9px}.compare-table th:first-child{width:90px}.section{padding-top:20px}.site-footer{padding-top:12px}.footer-bottom{font-size:8px}.concept-note,.catalog-footnote{font-size:8px}}
/* Reserve a separate baseline for the concept caption; it never overlaps model labels. */
.product-stage{grid-template-rows:minmax(0,1fr);height:406px;padding-bottom:28px}
.hero-device{padding-bottom:0}
.hero-device::before{bottom:41px}
.concept-note{bottom:0}
@media(max-width:1190px){.product-stage{height:366px}}
@media(max-width:920px){.product-stage{height:333px}}
@media(max-width:720px){.product-stage{height:367px}}
@media(max-width:470px){.product-stage{height:301px}}
@media(max-width:350px){.product-stage{height:272px}}

.hero-description{word-break:keep-all}

/* SNSS content and layout additions. The alcokorea theme above is retained verbatim. */
:root{color-scheme:light}
.brand-name{letter-spacing:-.055em}.brand-tagline{font-size:10px}
.main-nav{gap:27px;margin-right:12px}.main-nav>a{font-size:13px}
.header-actions{gap:12px}.header-actions>.button{font-size:12px}
.hero-features{gap:18px}.hero-features span{font-size:11px}
.product-stage.snss-stage{grid-template-columns:.7fr 1.3fr;height:406px;gap:5px;padding-bottom:0;align-items:end}
.snss-stage .hero-device{padding-bottom:18px}.snss-stage .hero-device::before{bottom:55px}
.art{display:block;width:100%;overflow:hidden;max-width:100%}
.hero-device .al-art{height:270px;max-width:205px;margin:0 auto 15px;mix-blend-mode:multiply}
.hero-device .iblow-art{height:278px;margin:0 auto 7px;mix-blend-mode:multiply}
.snss-stage .hero-device figcaption strong{font-size:13px}.snss-stage .hero-device figcaption span{font-size:11px}
.snss-stage .stage-note{right:12px;top:10px;font-size:14px}.snss-stage .stage-note small{font-size:10px;letter-spacing:.1em}
.trust-line{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-block:18px;border-bottom:1px solid var(--line)}
.trust-items{display:flex;align-items:center;flex-wrap:wrap;gap:28px}.trust-items span{display:flex;gap:9px;align-items:center;font-size:12px;color:#526077}.trust-items .icon{color:var(--blue);width:20px;height:20px}
.trust-line .text-link{font-size:12px}
.product-grid.snss-products{grid-template-columns:repeat(2,minmax(0,1fr))}
.snss-products .card-top{grid-template-columns:40% 60%;gap:0;min-height:220px;padding:24px}
.snss-products .card-image{height:175px;padding:0 22px 0 0}.snss-products .card-image .art{height:100%;mix-blend-mode:multiply}
.snss-products .card-brand{font-size:11px;margin-bottom:8px}.snss-products .card-model h3{font-size:29px}.snss-products .card-description{font-size:13px;max-width:240px;margin-top:12px}
.snss-products .card-specs{margin:0 24px;font-size:12px;padding:16px 0;gap:7px}.snss-products .card-specs>div{grid-template-columns:105px 1fr;gap:10px}.snss-products .card-specs dd{white-space:normal}
.snss-products .card-footer{padding:3px 24px;min-height:48px}.snss-products .card-detail,.snss-products .compare-toggle{font-size:12px}
.product-card .card-top:hover .art{transform:translateY(-3px)}.card-top .art{transition:transform .2s}
.compare-table.snss-compare{min-width:630px;font-size:13px}.snss-compare th:first-child{width:170px}.snss-compare th,.snss-compare td{padding:12px 17px}.snss-compare thead th{font-size:16px;height:52px}
.compare-table tr[hidden]{display:none}.comparison-section{padding-top:34px}
.use-section{padding-top:40px}.use-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.use-card{display:grid;grid-template-columns:43% 57%;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;min-width:0}
.use-photo{min-height:230px;height:100%;width:100%;object-fit:cover}.use-photo.art{height:230px}
.use-copy{padding:24px 22px;align-self:center}.use-copy .eyebrow{font-size:10px;letter-spacing:.07em}.use-copy h3{font-size:19px;font-weight:800;line-height:1.5;margin-top:7px}.use-copy p{font-size:12px;color:var(--muted);line-height:1.85;margin-top:12px}.use-copy .text-link{font-size:11px;margin-top:8px}
.service-section{padding-top:39px}.service-card{color:var(--ink)}.service-card h3{font-size:15px;line-height:1.5}.service-card p{font-size:12px;line-height:1.8}.service-card .service-more{font-size:11px}
.service-models{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:16px;font-size:11px;color:var(--muted)}.service-models strong{color:#34475f;font-weight:600}
.company-section{padding-top:7px}.company-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:center;padding:28px 0 32px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.company-copy h2{font-size:28px;line-height:1.45;letter-spacing:-.055em;margin-top:10px}.company-copy>p{font-size:13px;line-height:1.9;color:var(--muted);margin-top:17px;max-width:510px}.company-copy .text-link{margin-top:12px;font-size:12px}
.certificate-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.certificate{padding:16px;border:1px solid var(--line);border-radius:var(--radius);display:block;transition:border-color .18s;background:#fff}.certificate:hover{border-color:#a8c3e6}.certificate img{height:175px;width:100%;object-fit:contain;background:#f9fafc;padding:8px}.certificate strong{font-size:12px;display:block;margin-top:13px;line-height:1.6}.certificate small{font-size:10px;color:var(--muted);display:block;margin-top:5px}.certificate .text-link{font-size:11px;padding-bottom:0}
.manufacturer-row{padding:18px 0;display:flex;align-items:center;gap:18px;justify-content:space-between;flex-wrap:wrap}.manufacturer-row>span{font-size:12px;color:var(--muted)}.manufacturer-links{display:flex;gap:10px;flex-wrap:wrap}.manufacturer-links a{border:1px solid var(--line);border-radius:3px;padding:7px 10px;font-size:11px;color:#526077}.manufacturer-links a:hover{color:var(--blue);border-color:#a8c3e6}
.resources-section{padding-top:23px;padding-bottom:33px}.resource-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.resource-card{display:flex;align-items:flex-start;gap:15px;border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px;text-align:left;width:100%;background:white}.resource-card:hover{background:#f8fbff;border-color:#abc5e7}.resource-card>.icon{color:var(--blue);width:25px;height:25px;margin-top:2px}.resource-card strong{display:block;font-size:14px;line-height:1.5}.resource-card span{display:block;margin-top:6px;font-size:11px;color:var(--muted)}.resource-card em{display:block;font-size:11px;color:var(--blue);font-style:normal;margin-top:12px}
.faq-section{padding-top:0;padding-bottom:36px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.faq-item{border-bottom:1px solid var(--line);padding:16px 0;align-self:start}.faq-item summary{font-size:13px;font-weight:600;cursor:pointer;list-style:none;display:flex;gap:14px;justify-content:space-between}.faq-item summary::after{content:'+';color:var(--blue);font-size:18px;line-height:1.2;font-weight:400}.faq-item[open] summary::after{content:'−'}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{font-size:12px;line-height:1.9;color:var(--muted);margin-top:12px}.faq-item p a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.brand-panel>svg{position:absolute;inset:0;width:100%;height:100%}.brand-panel-copy h2{font-weight:700}.brand-panel-copy small{max-width:350px}.contact-panel{padding-right:24px}.contact-panel .contact-phone{display:block;font-size:28px;letter-spacing:.02em;font-weight:700;margin:3px 0;color:#fff}.contact-panel .contact-phone:hover{text-decoration:underline;text-underline-offset:5px}.contact-panel h2{font-size:17px}.contact-actions .button{font-size:12px}
.address-strip{display:flex;justify-content:space-between;gap:28px;padding:22px 0;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.85}.address-strip strong{display:block;color:#34475f;margin-bottom:4px;font-size:12px}.address-strip a{color:var(--blue)}.address-strip>div{min-width:0}.footer-links a{padding:6px 0}.footer-links a:hover{color:var(--blue)}.footer-bottom{font-size:11px}.footer-brand strong{font-size:19px}
.product-dialog{width:850px}.detail-art .art{height:255px;width:100%;mix-blend-mode:multiply}.detail-art figcaption{font-size:11px}.detail-kicker{font-size:12px}.detail-content>p{font-size:14px}.detail-specs>div{grid-template-columns:125px 1fr}.detail-actions .button{font-size:12px}.detail-notice{margin-top:20px;padding-top:15px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.85}
.manual-dialog{width:960px}.manual-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.manual-controls label{font-size:12px;color:var(--muted);margin-right:3px}.manual-controls select{flex:1;min-width:120px;max-width:380px;border:1px solid var(--line);padding:9px 12px;background:#fff;font:inherit}.manual-controls .button{min-height:38px;padding:0 12px;font-size:12px}.manual-image{width:100%;height:auto;border:1px solid var(--line)}.manual-meta{font-size:12px;color:var(--muted);margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;gap:14px}.manual-meta a{color:var(--blue);text-decoration:underline}
.inquiry-intro{font-size:13px;color:var(--muted);margin-bottom:20px;line-height:1.9}.inquiry-output{margin-top:20px;border-top:1px solid var(--line);padding-top:20px}.inquiry-output pre{font:12px/1.85 var(--font);white-space:pre-wrap;word-break:break-word;background:var(--pale);border:1px solid var(--line);padding:15px;max-height:260px;overflow:auto}.inquiry-status{font-size:12px;color:var(--blue);margin-top:12px;min-height:20px}.form-field label{font-size:12px}.form-field input,.form-field select,.form-field textarea{font-size:14px}.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.form-actions .button{font-size:13px}.inquiry-email-help{font-size:11px;color:var(--muted);line-height:1.8;margin-top:12px}
.no-script{padding:14px 24px;background:var(--pale);font-size:13px;color:var(--muted)}
@media(max-width:1190px){.brand-tagline{display:none}.main-nav{gap:22px}.hero-features{gap:12px}.product-stage.snss-stage{height:366px}.hero-device .al-art{height:240px}.hero-device .iblow-art{height:248px}.snss-stage .stage-note{font-size:12px}.use-copy{padding:18px}.company-layout{gap:25px}}
@media(max-width:1000px){.main-nav{gap:17px;margin-right:0}.main-nav>a{font-size:12px}.header-inner{gap:16px}.header-actions>.button{font-size:11px;padding:0 13px}.use-card{grid-template-columns:1fr}.use-photo,.use-photo.art{height:200px;min-height:0}.use-copy{padding:20px}.use-copy h3{font-size:18px}.trust-items{gap:15px}.company-layout{grid-template-columns:1fr;gap:24px}.company-copy>p{max-width:none}.certificate img{height:185px}.resource-card{padding:18px 14px;gap:10px}.resource-card strong{font-size:13px}.snss-products .card-model h3{font-size:25px}}
@media(max-width:920px){.product-stage.snss-stage{height:333px}.hero-device .al-art{height:219px}.hero-device .iblow-art{height:223px}.snss-stage .hero-device figcaption strong{font-size:11px}.snss-stage .hero-device figcaption span{font-size:10px}.hero-features{gap:15px}.trust-line{align-items:flex-start}.trust-items{gap:10px}.trust-items span{font-size:11px}.trust-items .icon{width:16px;height:16px}.trust-line .text-link{font-size:11px}.snss-products .card-top{padding:20px;min-height:195px}.snss-products .card-image{height:150px;padding-right:12px}.snss-products .card-specs{margin:0 20px}.snss-products .card-description{font-size:12px}.snss-products .card-model h3{font-size:23px}.snss-products .card-footer{padding-inline:18px}}
@media(max-width:720px){.main-nav{display:none}.brand-name{font-size:24px}.header-actions .button{font-size:11px;padding-inline:12px}.hero-features span:last-child{display:flex}.product-stage.snss-stage{max-width:490px;height:318px;margin-top:25px;grid-template-columns:.75fr 1.25fr}.hero-device .al-art{height:219px}.hero-device .iblow-art{height:223px}.snss-stage .stage-note{font-size:11px;right:8px;top:0}.snss-stage .stage-note small{font-size:9px;margin-top:6px}.snss-stage .hero-device{padding-bottom:8px}.trust-line{padding-block:16px;gap:12px;flex-wrap:wrap}.trust-items{gap:12px 18px}.trust-items span{font-size:11px}.trust-line .text-link{padding:0}.product-grid.snss-products{grid-template-columns:1fr}.snss-products .card-top{grid-template-columns:36% 64%;min-height:182px}.snss-products .card-model h3{font-size:26px}.snss-products .card-description{font-size:13px}.snss-products .card-footer{min-height:47px}.snss-products .card-detail,.snss-products .compare-toggle{font-size:12px}.snss-compare th:first-child{width:142px}.compare-table.snss-compare{min-width:550px;font-size:12px}.snss-compare th,.snss-compare td{padding:10px 13px}.use-section{padding-top:29px}.use-grid{grid-template-columns:1fr}.use-card{grid-template-columns:40% 60%}.use-photo,.use-photo.art{height:230px;min-height:100%}.use-copy h3{font-size:17px}.use-copy p{font-size:12px}.service-section{padding-top:29px}.company-layout{padding:25px 0}.company-copy h2{font-size:25px}.certificate-grid{gap:12px}.certificate{padding:12px}.certificate img{height:145px}.certificate strong{font-size:12px}.manufacturer-row{gap:12px}.resource-grid{grid-template-columns:1fr}.resource-card{padding:19px 18px}.resource-card strong{font-size:15px}.resource-card span,.resource-card em{font-size:12px}.faq-grid{grid-template-columns:1fr}.faq-section .section-header{margin-bottom:5px}.faq-item summary{font-size:13px}.brand-panel-copy h2{font-size:21px}.contact-panel .contact-phone{font-size:30px}.address-strip{flex-direction:column;gap:17px;padding-block:20px}.footer-brand strong{font-size:18px}.footer-bottom{font-size:10px}.detail-art{display:block}.detail-art .art{height:230px}.detail-art figcaption{width:auto;text-align:center;font-size:11px;margin-top:10px}.detail-specs>div{grid-template-columns:105px 1fr}.manual-controls select{font-size:16px}.form-field input,.form-field select,.form-field textarea{font-size:16px}.form-actions .button{flex:1}.inquiry-output pre{font-size:12px}.manual-meta{align-items:flex-start}.dialog-head h2{font-size:20px}}
@media(max-width:470px){.hero h1{font-size:34px}.hero-actions .button{min-width:0;flex:1;padding:0 14px;font-size:12px}.hero-features{gap:12px}.hero-features span{font-size:10px}.hero-features span:last-child{display:none}.product-stage.snss-stage{height:280px;gap:0;margin-top:27px}.hero-device .al-art{height:186px}.hero-device .iblow-art{height:192px}.snss-stage .hero-device figcaption strong{font-size:10px}.snss-stage .hero-device figcaption span{font-size:9px}.snss-stage .stage-note{font-size:10px}.snss-products .card-top{display:grid;grid-template-columns:35% 65%;padding:18px 16px;gap:0;min-height:176px}.snss-products .card-image{height:137px}.snss-products .card-model h3{font-size:23px}.snss-products .card-brand{font-size:10px}.snss-products .card-description{font-size:12px}.snss-products .card-specs{margin-inline:16px;font-size:11px}.snss-products .card-specs>div{grid-template-columns:87px 1fr;gap:8px}.snss-products .card-footer{padding-inline:15px}.snss-products .card-detail,.snss-products .compare-toggle{font-size:11px}.use-card{grid-template-columns:1fr}.use-photo,.use-photo.art{height:220px}.use-copy{padding:20px}.use-copy h3{font-size:20px}.certificate img{height:125px}.certificate strong{font-size:11px}.certificate small{font-size:10px}.service-card h3{font-size:14px}.service-card p{font-size:11px}.trust-items span{font-size:10px}.manual-controls .button{padding-inline:9px;font-size:11px}.manual-controls select{flex-basis:100%;max-width:none}.manual-controls label{display:none}.manual-meta{font-size:11px}.header-inner{gap:7px}.brand-name{font-size:23px}.header-actions{gap:6px}.manufacturer-links{gap:7px}.manufacturer-links a{font-size:10px}}
@media(max-width:350px){.brand-name{font-size:21px}.header-actions>.button{font-size:10px;padding-inline:9px}.hero h1{font-size:31px}.hero-device .al-art{height:165px}.hero-device .iblow-art{height:172px}.product-stage.snss-stage{height:256px}.snss-products .card-model h3{font-size:21px}.certificate-grid{gap:8px}.certificate{padding:8px}}
@media(max-width:350px){.header-actions>.button{display:none}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%;font-size:13px}.snss-stage .hero-device figcaption strong{font-size:9px}.snss-stage .hero-device figcaption span{font-size:8px}.snss-products .card-model h3{overflow-wrap:anywhere}}
@media print{.trust-line,.faq-section,.resources-section,.address-strip{break-inside:avoid}.product-grid.snss-products{grid-template-columns:1fr 1fr}.snss-products .card-top{display:grid}.snss-products .card-image{height:120px}.use-grid{grid-template-columns:1fr 1fr}.company-layout{grid-template-columns:1fr 1fr}.site-header .brand{color:#102749}}

/* TANDAGCH service brand */
.brand{align-items:center;gap:10px}.brand-mark{width:36px;height:36px;flex-shrink:0;color:var(--blue)}.brand-lockup{display:flex;flex-direction:column;gap:4px}.brand-name{letter-spacing:.025em;line-height:1;font-weight:900}.brand .brand-tagline{display:block;font-size:10px;line-height:1.3;letter-spacing:0}.footer-brand strong{letter-spacing:.04em}
@media(max-width:470px){.brand{gap:7px}.brand-mark{width:29px;height:29px}.brand-name{font-size:20px}.brand .brand-tagline{font-size:8px}.brand-lockup{gap:3px}}
@media(max-width:350px){.brand-mark{width:25px;height:25px}.brand-name{font-size:18px}}

/* Contact submission */
.inquiry-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(12,26,45,.52);backdrop-filter:blur(3px)}.inquiry-backdrop[hidden]{display:none}#inquiry-dialog[open]{position:fixed;inset:0;margin:auto;z-index:1001}
.grecaptcha-badge{z-index:1002}
.inquiry-status{overflow-wrap:anywhere}.inquiry-status:empty{display:none}#inquiry-submit:disabled{opacity:.55;cursor:not-allowed}#inquiry-form[aria-busy="true"] input,#inquiry-form[aria-busy="true"] select,#inquiry-form[aria-busy="true"] textarea{opacity:.7}
