/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--green:#12823f;--green-dark:#075b2d;--lime:#78bd2a;--ink:#10221a;--muted:#66736c;--cream:#f7f9f5;--line:#dfe8e2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{color:var(--ink);background:#fff;margin:0;font-family:Pretendard,Noto Sans KR,Apple SD Gothic Neo,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:50;background:#fffffff5;align-items:center;height:88px;padding:0 clamp(24px,5vw,76px);display:flex;position:sticky;top:0}.brand{white-space:nowrap;align-items:center;gap:10px;display:flex}.brand-mark{align-items:center;gap:3px;display:flex}.brand-mark i{background:#78bd2a;border-radius:5px 5px 3px 3px;width:13px;height:30px;transform:skewY(-10deg)}.brand-mark i:nth-child(2){background:#35a853}.brand-mark i:nth-child(3){background:#008a5a}.brand>span:nth-child(2){line-height:1;display:grid}.brand b{letter-spacing:.02em;font-size:24px}.brand small{color:#0b8b4b;letter-spacing:.06em;font-size:9px;font-weight:800}.brand strong{margin-left:5px;font-size:22px}.header nav{gap:clamp(20px,3vw,48px);margin:auto;font-weight:700;display:flex}.header nav a{padding:33px 0;position:relative}.header nav a:after{content:"";background:var(--green);width:0;height:2px;transition:all .2s;position:absolute;bottom:21px;left:0}.header nav a:hover:after{width:100%}.header-cta{border:2px solid var(--green);color:var(--green-dark);border-radius:9px;padding:13px 23px;font-weight:800}.menu-button{display:none}.hero{background:linear-gradient(110deg,#fff 0% 48%,#eef7ef 48%,#e7f3ec 100%);grid-template-columns:50% 50%;min-height:calc(100vh - 88px);max-height:880px;display:grid;overflow:hidden}.hero-copy{z-index:2;padding:clamp(80px,9vh,130px) 5vw 60px}.eyebrow,.section-heading>p,.remote>div>p,.product-feature>div>p,form>p{color:var(--green);letter-spacing:.11em;font-weight:800}.eyebrow:after{content:"";background:var(--green);width:44px;height:3px;margin-top:20px;display:block}.hero h1{letter-spacing:-.055em;margin:35px 0 24px;font-size:clamp(48px,5vw,78px);line-height:1.15}.hero h1 em{color:var(--green-dark);font-style:normal}.hero-lead{color:#526159;font-size:clamp(18px,1.45vw,23px);line-height:1.7}.hero-actions{gap:14px;margin:34px 0;display:flex}.button{border-radius:10px;justify-content:space-between;align-items:center;min-width:212px;padding:18px 22px;font-size:18px;font-weight:800;transition:all .2s;display:flex}.button span{font-size:28px}.button.primary{background:var(--green);color:#fff;box-shadow:0 12px 30px #12823f3b}.button.inquiry{color:#fff;background:#ef7b20;border:2px solid #ef7b20;box-shadow:0 12px 30px #ef7b2047}.button:hover{filter:brightness(.94);transform:translateY(-3px)}.proof-row{color:#345443;gap:0;font-weight:700;display:flex}.proof-row span{border-right:1px solid #cbd9cf;padding:0 18px}.proof-row span:first-child{padding-left:0}.proof-row span:last-child{border:0}.hero-visual{place-items:center;display:grid;position:relative;overflow:hidden}.hero-visual:before{content:"";background:radial-gradient(circle at 55% 44%,#fff 0%,#ffffff80 31%,#0000 64%);position:absolute;inset:0}.hero-visual img{object-fit:contain;z-index:2;mix-blend-mode:multiply;filter:drop-shadow(0 24px 30px #00321429);width:auto;height:82%;position:relative}.orbit{border:1px solid #12823f33;border-radius:50%;width:72%;height:34%;position:absolute;transform:rotate(-13deg)}.orbit-two{width:84%;height:44%;transform:rotate(18deg)}.hero-label{z-index:3;border-left:4px solid var(--green);background:#fff;padding:14px 18px;display:grid;position:absolute;bottom:10%;right:6%;box-shadow:0 12px 32px #0d321d1f}.hero-label span{color:var(--muted);margin-top:3px;font-size:12px}.section{padding:110px clamp(24px,7vw,110px)}.section-heading{max-width:760px;margin-bottom:50px}.section-heading>p{margin:0 0 16px;font-size:13px}.section-heading h2{letter-spacing:-.045em;margin:0 0 18px;font-size:clamp(34px,4vw,54px)}.section-heading>span{color:var(--muted);font-size:18px;line-height:1.7}.intro-grid{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.intro-grid>img{object-fit:cover;border-radius:4px;width:100%;height:480px}.intro-copy>p{color:#435149;font-size:19px;line-height:1.9}.stats{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:15px;margin-top:44px;padding-top:30px;display:grid}.stats div{display:grid}.stats strong{color:var(--green);font-size:30px}.stats span{color:var(--muted);margin-top:7px;font-size:13px}.technology{color:#fff;background:#0d2b1c}.section-heading.light>p{color:#8dd456}.section-heading.light>span{color:#b7c8be}.tech-grid{border-top:1px solid #ffffff2e;border-bottom:1px solid #ffffff2e;grid-template-columns:repeat(4,1fr);display:grid}.tech-grid article{border-right:1px solid #ffffff2e;padding:36px 28px 42px}.tech-grid article:last-child{border:0}.tech-grid b{color:#8dd456}.tech-grid h3{margin:25px 0 14px;font-size:23px}.tech-grid p{color:#b7c8be;margin:0;line-height:1.75}.product-feature{color:var(--ink);background:#fff;grid-template-columns:48% 52%;min-height:520px;margin-top:70px;display:grid}.product-feature>img{object-fit:contain;background:#f4f6f4;width:100%;height:520px}.product-feature>div{padding:58px}.product-feature h3{margin:8px 0 25px;font-size:38px}.product-feature ul{color:#54615a;padding-left:20px;line-height:2}.product-feature a{background:var(--green);color:#fff;border-radius:8px;margin-top:18px;padding:16px 22px;font-weight:800;display:inline-block}.project-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.project-grid figure{background:#fff;margin:0;overflow:hidden}.project-grid img{object-fit:cover;width:100%;height:360px;transition:all .45s}.project-grid figure:hover img{transform:scale(1.035)}.project-grid figcaption{gap:7px;padding:22px;display:grid}.project-grid figcaption b{font-size:20px}.project-grid figcaption span{color:var(--muted)}.patent-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.patent-grid a{border:1px solid var(--line);background:#fff;padding:18px;transition:all .2s;display:grid}.patent-grid a:hover{transform:translateY(-4px);box-shadow:0 15px 30px #133e241a}.patent-grid img{object-fit:contain;background:#f8faf8;width:100%;height:210px}.patent-grid span{color:var(--green);margin:16px 0 7px;font-size:12px;font-weight:800}.patent-grid b{line-height:1.45}.patent-grid small{color:var(--muted);margin-top:12px}.remote{background:#dff0e3;grid-template-columns:40% 60%;align-items:center;display:grid}.remote h2{letter-spacing:-.05em;margin:15px 0 20px;font-size:clamp(38px,4vw,58px)}.remote>div>span{color:#506059;max-width:480px;font-size:18px;line-height:1.8;display:block}.remote-images{justify-content:flex-end;gap:18px;display:flex}.remote-images img{object-fit:cover;width:48%;height:300px;box-shadow:0 18px 35px #10341f24}.contact-grid{border:1px solid var(--line);grid-template-columns:42% 58%;display:grid}.contact-card{background:#f4f8f4;padding:50px}.contact-card h3{margin:0 0 25px;font-size:30px}.contact-card dl{margin:0}.contact-card dl div{border-bottom:1px solid #d6e1d8;grid-template-columns:140px 1fr;padding:14px 0;display:grid}.contact-card dt{color:var(--muted)}.contact-card dd{margin:0;font-weight:700;line-height:1.6}.contact-card dd a{color:var(--green-dark)}.notice{color:var(--muted);margin-top:25px;font-size:13px}form{background:#fff;padding:50px}form>h3{margin:7px 0 28px;font-size:28px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}label{gap:8px;margin-bottom:16px;font-size:14px;font-weight:700;display:grid}input,textarea{width:100%;font:inherit;border:1px solid #cedbd2;border-radius:5px;outline:none;padding:14px 15px}input:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #12823f1a}form button{color:#fff;cursor:pointer;background:#ef7b20;border:0;border-radius:7px;width:100%;padding:18px;font-size:18px;font-weight:800;box-shadow:0 10px 24px #ef7b203b}form>small{color:var(--muted);text-align:center;margin-top:12px;display:block}footer{color:#a9b9af;background:#0a1f14;gap:12px;padding:55px clamp(24px,7vw,110px);display:grid}.footer-brand{color:#fff;width:max-content;margin-bottom:10px}footer p{margin:0;font-size:13px}.footer-brand .brand-mark i{width:10px;height:24px}.footer-brand b{font-size:20px}@media (width<=980px){.header{height:72px;padding:0 20px}.brand strong{font-size:18px}.brand b{font-size:19px}.header nav{background:#fff;flex-direction:column;gap:0;padding:20px;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 12px 30px #0000001a}.header nav.open{display:flex}.header nav a{padding:13px}.header-cta{display:none}.menu-button{background:0 0;border:0;margin-left:auto;font-size:25px;display:block}.hero{grid-template-columns:1fr;max-height:none}.hero-copy{padding:70px 24px 35px}.hero-visual{min-height:480px}.hero-visual img{height:430px}.proof-row{flex-wrap:wrap;gap:12px}.proof-row span{border:0;padding:0}.intro-grid,.product-feature,.remote,.contact-grid{grid-template-columns:1fr}.tech-grid{grid-template-columns:1fr 1fr}.patent-grid{grid-template-columns:repeat(2,1fr)}.remote-images{margin-top:30px}.project-grid{grid-template-columns:1fr}.project-grid img{height:420px}}@media (width<=600px){.brand strong{display:none}.hero h1{font-size:44px}.hero-actions{display:grid}.button{width:100%}.desktop{display:none}.section{padding:75px 20px}.stats,.tech-grid{grid-template-columns:1fr}.tech-grid article{border-bottom:1px solid #ffffff2e;border-right:0}.product-feature>div,form,.contact-card{padding:30px 22px}.patent-grid{grid-template-columns:1fr 1fr}.patent-grid img{height:150px}.remote-images{display:grid}.remote-images img{width:100%;height:230px}.form-row{grid-template-columns:1fr}.contact-card dl div{grid-template-columns:1fr;gap:5px}.project-grid img{height:300px}}.hero-visual img{object-fit:cover;object-position:center 38%;mix-blend-mode:normal;filter:saturate(.94)contrast(1.03);drop-shadow:none;width:100%;height:100%}@media (width<=980px){.hero-visual img{object-fit:cover;width:100%;height:500px}}.hero{color:#fff;background:#07111f;grid-template-columns:45% 55%}.hero h1{font-size:clamp(52px,5vw,80px)}.hero h1 em{color:#fff;letter-spacing:-.04em;margin-top:18px;font-size:.54em;line-height:1.35;display:block}.hero h1.hero-search-title{letter-spacing:-.05em;margin:30px 0 24px;font-size:clamp(40px,4.15vw,64px);line-height:1.18}.hero h1.hero-search-title em{color:#fff;margin-top:8px;font-size:.9em;line-height:1.2}.hero .eyebrow{color:#b7e21f;display:table}.hero .eyebrow:after{background:#b7e21f;width:100%}.hero .hero-lead{color:#c5d0dc}.hero .button.primary{color:#07111f;background:#b7e21f;box-shadow:0 12px 30px #b7e21f33}.hero .button.inquiry{color:#d9f56f;box-shadow:none;background:0 0;border-color:#b7e21f}.hero .proof-row{color:#cbd5df}.hero .proof-row span{border-color:#465363}.hero-visual:before{z-index:3;pointer-events:none;background:linear-gradient(90deg,#07111f 0%,#07111f99 12%,#0000 40%)}.hero-visual img{object-position:center center;filter:none}@media (width<=980px){.hero{grid-template-columns:1fr}.hero-copy,.hero-visual{background:#07111f}.hero-visual img{height:auto;min-height:420px}.hero-visual:before{background:linear-gradient(#07111f 0%,#0000 30%)}}@media (width<=600px){.hero h1.hero-search-title{letter-spacing:-.045em;font-size:38px}.hero h1.hero-search-title em{font-size:.92em}}@media (width>=981px){.header nav{gap:clamp(28px,3.2vw,54px);font-size:18px;transform:translate(clamp(30px,5vw,90px))}}.hero-actions .button{font-size:20px;font-weight:900;line-height:1.3}.hero-actions .button span{font-size:30px;line-height:1}@media (width>=1400px){.header nav{transform:translate(clamp(150px,10vw,190px))}}.project-grid{scrollbar-color:#12823f #e1e9e3;scrollbar-width:thin;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-height:760px;padding-right:8px;overflow-y:auto}.project-grid img{height:245px}.project-grid::-webkit-scrollbar{width:9px}.project-grid::-webkit-scrollbar-track{background:#e1e9e3;border-radius:10px}.project-grid::-webkit-scrollbar-thumb{background:#12823f;border-radius:10px}@media (width<=980px){.project-grid{grid-template-columns:repeat(2,1fr);max-height:720px}.project-grid img{height:230px}}@media (width<=600px){.project-grid{grid-template-columns:1fr;max-height:680px}}.hero{background:#07111f;grid-template-columns:48% 52%}.hero-visual{background:#07111f;padding:28px 34px 34px 14px}.hero-visual:before{z-index:3;background:linear-gradient(90deg,#07111f 0%,#07111f7a 9%,#0000 24%),linear-gradient(#07111f 0%,#0000 8% 88%,#07111f 100%);border:0;inset:28px 34px 34px 14px}.hero-visual img{object-fit:cover;object-position:center center;width:100%;height:100%;box-shadow:none;border:0}@media (width<=980px){.hero{grid-template-columns:1fr}.hero-visual{min-height:400px;padding:0 20px 28px}.hero-visual:before{background:linear-gradient(#07111f 0%,#0000 25%);inset:0 20px 28px}.hero-visual img{height:420px;min-height:0}}@media (width>=981px){html,body{height:100%}main{scroll-snap-type:y proximity;height:100vh;overflow-y:auto}.header{flex:0 0 88px}.hero,.section{scroll-snap-align:start;height:calc(100vh - 88px);min-height:650px;max-height:none;scroll-margin-top:88px}.section{flex-direction:column;justify-content:center;padding:clamp(32px,4.5vh,58px) clamp(36px,6vw,96px);display:flex;overflow:hidden}.section-heading{max-width:850px;margin-bottom:clamp(20px,3vh,34px)}.section-heading>p{margin-bottom:10px}.section-heading h2{margin-bottom:10px;font-size:clamp(32px,3.3vw,48px)}.section-heading>span{font-size:16px;line-height:1.5}.intro-grid{gap:clamp(35px,5vw,70px)}.intro-grid>img{height:clamp(300px,45vh,430px)}.intro-copy>p{margin:0 0 14px;font-size:clamp(15px,1.1vw,18px);line-height:1.7}.stats{margin-top:25px;padding-top:20px}.stats strong{font-size:26px}.technology .section-heading{margin-bottom:18px}.tech-grid article{padding:18px 22px 20px}.tech-grid h3{margin:10px 0 8px;font-size:19px}.tech-grid p{font-size:13px;line-height:1.5}.product-feature{grid-template-columns:38% 62%;height:clamp(250px,33vh,310px);min-height:0;margin-top:20px}.product-feature>img{object-fit:contain;height:100%}.product-feature>div{flex-direction:column;justify-content:center;padding:22px 30px;display:flex}.product-feature h3{margin:5px 0 10px;font-size:28px}.product-feature ul{grid-template-columns:1fr 1fr;gap:2px 28px;margin:5px 0;padding-left:18px;font-size:14px;line-height:1.55;display:grid}.product-feature a{align-self:flex-start;margin-top:10px;padding:11px 16px;font-size:14px}.projects .project-grid{grid-template-columns:repeat(3,1fr);max-height:none;padding:0;overflow:visible}.projects .project-grid img{height:clamp(230px,36vh,340px)}.projects .project-grid figcaption{padding:16px 18px}.project-pager{justify-content:center;align-items:center;gap:18px;margin-top:18px;display:flex}.project-pager button{color:var(--green-dark);cursor:pointer;background:#fff;border:1px solid #b8c9bd;border-radius:999px;padding:9px 18px;font-weight:800}.project-pager button:disabled{opacity:.35;cursor:default}.project-pager span{color:var(--muted);font-weight:800}.patents .section-heading{margin-bottom:22px}.patent-grid{grid-template-columns:repeat(7,1fr);gap:10px}.patent-grid a{padding:10px}.patent-grid img{height:clamp(150px,24vh,220px)}.patent-grid span{margin:9px 0 5px;font-size:10px}.patent-grid b{font-size:12px;line-height:1.35}.patent-grid small{margin-top:7px;font-size:10px}.remote{grid-template-columns:38% 62%;gap:40px;display:grid}.remote h2{font-size:clamp(36px,3.5vw,52px)}.remote-images img{height:clamp(280px,44vh,410px)}.contact .section-heading{margin-bottom:18px}.contact-grid{max-height:calc(100vh - 230px)}.contact-card,form{padding:clamp(22px,3vh,36px)}.contact-card h3{margin-bottom:14px;font-size:25px}.contact-card dl div{padding:8px 0}.notice{margin-top:12px}form>h3{margin:4px 0 14px;font-size:23px}label{gap:5px;margin-bottom:9px}input,textarea{padding:9px 11px}textarea{resize:none;height:76px}form button{padding:12px}footer{scroll-snap-align:end;gap:5px;padding:22px clamp(36px,6vw,96px)}}.remote-panel-frame{background:#edf4ef;place-items:center;width:48%;height:300px;display:grid;overflow:hidden;box-shadow:0 18px 35px #10341f24}.remote-panel-frame img{object-fit:contain;width:100%;height:100%;box-shadow:none;transform:rotate(90deg)scale(.76)}@media (width>=981px){.remote-panel-frame{height:clamp(280px,44vh,410px)}}@media (width<=600px){.remote-panel-frame{width:100%;height:300px}}@media (width>=981px){.technology.section{justify-content:flex-start;padding-top:26px;padding-bottom:26px}.technology .section-heading{margin-bottom:12px}.technology .section-heading>p{margin-bottom:6px}.technology .section-heading h2{margin-bottom:6px;font-size:clamp(30px,2.8vw,42px)}.technology .section-heading>span{font-size:14px}.technology .tech-grid{flex:none}.technology .tech-grid article{padding:12px 18px 14px}.technology .tech-grid h3{margin:6px 0 5px;font-size:17px}.technology .tech-grid p{font-size:12px;line-height:1.4}.technology .product-feature{flex:0 0 clamp(220px,28vh,260px);height:clamp(220px,28vh,260px);margin-top:14px}.technology .product-feature>div{padding:12px 24px;overflow:hidden}.technology .product-feature>div>p{margin:0 0 2px;font-size:12px}.technology .product-feature h3{margin:2px 0 5px;font-size:23px}.technology .product-feature ul{gap:0 22px;margin:2px 0;padding-left:16px;font-size:12px;line-height:1.35}.technology .product-feature a{margin-top:6px;padding:8px 13px;font-size:12px}}.view-screen{animation:.28s viewIn}@keyframes viewIn{0%{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:none}}@media (width>=981px){main{scroll-snap-type:none;overflow:hidden}.view-screen{height:calc(100vh - 88px);min-height:0}.view-scroll{scrollbar-color:#12823f #dce7df;scrollbar-width:thin;height:calc(100vh - 88px);overflow-y:auto}.view-scroll .section{height:auto;min-height:calc(100vh - 88px);overflow:visible}.projects.view-screen,.patents.view-screen{justify-content:flex-start;padding-top:30px;padding-bottom:28px}.projects .section-heading,.patents .section-heading{margin-bottom:18px}.projects .project-grid{grid-template-columns:repeat(3,1fr);max-height:calc(100vh - 270px);padding-right:9px;overflow-y:auto}.projects .project-grid img{height:220px}.certificate-scroll{scrollbar-color:#12823f #e1e9e3;scrollbar-width:thin;max-height:calc(100vh - 275px);padding:0 10px 30px 0;overflow-y:auto}.certificate-scroll h3{color:var(--green-dark);margin:8px 0 14px;font-size:24px}.certificate-scroll h3:not(:first-child){border-top:2px solid var(--line);margin-top:36px;padding-top:24px}.certificate-grid{grid-template-columns:repeat(3,1fr);gap:18px}.certificate-grid a{padding:16px}.certificate-grid img{height:290px}.certificate-grid b{font-size:15px}.certificate-grid small{font-size:12px}.design-grid{grid-template-columns:repeat(2,minmax(280px,420px))}}.model-lineup{background:#b7e21f14;border:1px solid #b7e21f59;align-items:center;gap:10px;margin:0 0 14px;padding:12px 16px;display:flex}.model-lineup b{color:#b7e21f;margin-right:8px}.model-lineup span{color:#07111f;white-space:nowrap;background:#b7e21f;border-radius:5px;padding:8px 16px;font-size:18px;font-weight:900}.model-lineup small{color:#c8d5cc;margin-left:auto}@media (width>=981px){.view-scroll .technology.section,.view-scroll .technology .product-feature>div{overflow:visible}}@media (width<=980px){.model-lineup{flex-wrap:wrap}.model-lineup small{width:100%;margin-left:0}}@media (width>=981px){.intro-grid{grid-template-columns:1fr 1fr}.intro-grid>img{object-fit:contain;background:#eef4f0;justify-self:center;width:auto;max-width:100%;height:clamp(460px,60vh,560px)}}@media (width<=980px){.intro-grid>img{object-fit:contain;background:#eef4f0;height:auto;max-height:620px}}@media (width>=981px){.view-scroll .technology .product-feature{background:#fff;flex:0 0 390px;grid-template-columns:42% 58%;height:390px;min-height:390px;display:grid;overflow:hidden}.view-scroll .technology .product-feature>img{object-fit:contain;background:#f4f6f4;width:100%;height:390px}.view-scroll .technology .product-feature>div{color:#10221a;background:#fff;flex-direction:column;justify-content:center;height:390px;padding:38px 42px;display:flex;overflow:hidden}.view-scroll .technology .product-feature>div>p{color:#12823f;margin:0 0 8px;font-size:13px;font-weight:900}.view-scroll .technology .product-feature h3{color:#10221a;margin:0 0 18px;font-size:30px}.view-scroll .technology .product-feature ul{color:#344b40;grid-template-columns:1fr 1fr;gap:10px 30px;margin:0;padding-left:20px;font-size:15px;line-height:1.55;display:grid}.view-scroll .technology .product-feature a{color:#fff;background:#12823f;align-self:flex-start;margin-top:20px;padding:12px 18px;font-size:14px}}.about-image-stage{background:#dce7e2;border-radius:22px;place-items:center;width:100%;height:100%;min-height:420px;display:grid;position:relative;overflow:hidden}.about-image-stage:before{display:none}.about-image-stage img{object-fit:contain;object-position:center center;filter:none;border-radius:0;width:auto;max-width:none;height:100%;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@media (width>=981px){.intro-grid{grid-template-columns:1fr 1fr}.about-image-stage{height:clamp(560px,64vh,620px);overflow:hidden}.about-image-stage img{height:100%;top:0;bottom:0}}@media (width<=980px){.about-image-stage{height:540px}}.technology .section-heading{max-width:none}.technology .model-lineup{background:0 0;border:1px solid #ffffff29;border-left:0;border-right:0;gap:8px;padding:15px 0}.technology .model-lineup b{letter-spacing:.08em;font-size:14px}.technology .model-lineup span{color:#d6ef79;background:0 0;border:1px solid #b7e21f8c;border-radius:999px;padding:7px 15px;font-size:16px}.technology .model-lineup small{color:#aebfb5}.technology .tech-grid{border:0;gap:10px;margin-top:12px}.technology .tech-grid article{background:#ffffff0e;border:0;border-radius:10px}.technology .tech-grid h3{color:#fff}.technology .tech-grid p{color:#c4d1c9}.technology .product-feature{background:#edf3ef;border-radius:16px;box-shadow:0 20px 50px #00000029}@media (width>=981px){.view-scroll .technology.section{padding:34px clamp(38px,5.5vw,90px) 44px}.technology .section-heading{margin-bottom:16px}.technology .section-heading h2{margin-bottom:8px;font-size:clamp(32px,3vw,46px)}.technology .section-heading>span{font-size:15px}.technology .tech-grid article{padding:16px 18px 17px}.technology .tech-grid h3{margin:7px 0 6px;font-size:18px}.technology .tech-grid p{font-size:13px;line-height:1.5}.view-scroll .technology .product-feature{grid-template-columns:45% 55%;height:400px;min-height:400px;margin-top:18px}.view-scroll .technology .product-feature>img{object-fit:contain;height:400px;padding:18px}.view-scroll .technology .product-feature>div{height:400px;padding:42px 48px}.view-scroll .technology .product-feature h3{margin-bottom:20px;font-size:32px}.view-scroll .technology .product-feature ul{gap:12px 30px;font-size:15px}}@media (width<=980px){.technology .tech-grid{gap:10px}.technology .product-feature{overflow:hidden}.technology .product-feature>img{padding:16px}}.projects.view-screen{scrollbar-color:#12823f #e1e9e3;scrollbar-width:thin;justify-content:flex-start;overflow-y:auto}.projects .project-grid{align-items:start;max-height:none;padding-right:0;overflow:visible}.projects .project-grid figure{flex-direction:column;height:auto;display:flex}.projects .project-grid .project-image-button img{object-fit:cover;height:260px}.projects .project-grid figcaption{gap:8px;min-height:112px;padding:18px 20px 22px;display:grid}.projects .project-grid figcaption b{color:#10221a;font-size:19px;display:block}.projects .project-grid figcaption span{color:#66736c;white-space:normal;font-size:15px;line-height:1.6;display:block;overflow:visible}@media (width>=981px){.projects.view-screen{height:calc(100vh - 88px);padding-top:42px;padding-bottom:70px}.projects .project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px}}@media (width<=980px){.projects.view-screen{height:auto;min-height:calc(100vh - 72px);overflow:visible}.projects .project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.projects .project-grid .project-image-button img{height:240px}}@media (width<=600px){.projects .project-grid{grid-template-columns:1fr}.projects .project-grid .project-image-button img{height:280px}}.project-image-button{cursor:zoom-in;background:#e8eeea;border:0;width:100%;padding:0;display:block;position:relative;overflow:hidden}.project-image-button img{width:100%}.project-image-button span{color:#fff;opacity:0;background:#062316cc;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;transition:all .2s;position:absolute;bottom:12px;right:12px;transform:translateY(5px)}.project-image-button:hover span{opacity:1;transform:none}.image-lightbox{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#03100ae6;place-items:center;padding:30px;display:grid;position:fixed;inset:0}.lightbox-content{color:#fff;justify-items:center;gap:14px;max-width:94vw;max-height:92vh;display:grid}.lightbox-content img{object-fit:contain;width:auto;max-width:94vw;height:auto;max-height:82vh;box-shadow:0 20px 60px #00000073}.lightbox-content strong{font-size:18px}.lightbox-close{z-index:1001;color:#fff;cursor:pointer;background:#00000059;border:1px solid #ffffff80;border-radius:50%;width:48px;height:48px;font-size:34px;line-height:1;position:fixed;top:18px;right:25px}@media (width<=600px){.image-lightbox{padding:16px}.project-image-button span{opacity:1;transform:none}}.brochure{text-align:center;background:linear-gradient(135deg,#f7faf7 0%,#e4f0e8 100%);position:relative;overflow:hidden}.brochure:before,.brochure:after{content:"";border:1px solid #12823f21;border-radius:50%;width:520px;height:520px;position:absolute}.brochure:before{top:-330px;left:-260px}.brochure:after{bottom:-360px;right:-280px}.brochure-inner{z-index:1;max-width:850px;margin:auto;position:relative}.brochure-inner>p{color:var(--green);letter-spacing:.12em;margin:0 0 16px;font-size:13px;font-weight:800}.brochure-inner h2{letter-spacing:-.045em;margin:0 0 16px;font-size:clamp(36px,4vw,54px)}.brochure-inner>span{color:var(--muted);font-size:18px;line-height:1.7;display:block}.brochure-button{text-align:left;color:#fff;background:linear-gradient(110deg,var(--green-dark),var(--green));border-radius:15px;grid-template-columns:64px 1fr 36px;align-items:center;gap:18px;max-width:560px;margin:42px auto 0;padding:25px 28px;transition:all .22s;display:grid;box-shadow:0 16px 36px #075b2d40}.brochure-button:hover{transform:translateY(-4px);box-shadow:0 20px 42px #075b2d4d}.brochure-icon{background:#ffffff26;border-radius:12px;place-items:center;width:64px;height:64px;font-size:35px;display:grid}.brochure-button>span:nth-child(2){gap:6px;display:grid}.brochure-button b{font-size:23px}.brochure-button small{color:#d5eee0;font-size:13px}.brochure-button strong{font-size:32px;font-weight:400}@media (width<=600px){.brochure-button{grid-template-columns:52px 1fr 25px;gap:12px;padding:20px 18px}.brochure-icon{width:52px;height:52px;font-size:28px}.brochure-button b{font-size:19px}.brochure-button small{font-size:11px}}:root{--logo-lime:#78bd2a;--logo-green:#35a853;--logo-deep:#008a5a;--navy:#07111f;--forest:#0b3b27;--sage:#e8f1e9;--mint:#dceee4}.header{background:linear-gradient(90deg,#fffffffa,#f6fbf7fa);border-bottom-color:#cfdfd4}.intro .section-heading>p{color:#08764c}.intro .section-heading h2{color:#0b2c21}.about-image-stage{box-shadow:0 22px 50px #09412729}.technology .tech-grid article{background:#e8f7ec13}.technology .product-feature{background:#eef5ef}.technology .product-feature>img{background:#dfeae2}.technology .product-feature>div{background:linear-gradient(135deg,#f6faf6,#e8f2ea)}.projects .section-heading>p{color:#137340}.project-grid figure{border:1px solid #d2dfd5;border-radius:10px;box-shadow:0 12px 30px #0f412714}.project-grid figcaption{background:#fbfdf9;align-content:start;min-height:100px;padding:16px 22px 28px;overflow:visible}.project-grid figcaption b{line-height:1.4}.project-grid figcaption span{padding-bottom:2px;line-height:1.55;display:block}@media (width>=981px){.projects .project-grid{row-gap:24px}.projects .project-grid figcaption{min-height:104px;padding:12px 18px 30px}}.patents .section-heading>p,.certificate-scroll h3{color:#08764c}.patent-grid a{background:#ffffffe6;border-color:#cbdccf;border-radius:10px;box-shadow:0 9px 24px #0c432812}.patent-grid img{background:#f2f7f2}.contact-card{color:#fff;background:linear-gradient(145deg,#0b3525,#0b5131)}.contact-card h3,.contact-card dd,.contact-card dd a{color:#fff}.contact-card dt,.contact-card .notice{color:#bad0c2}.contact-card dl div{border-bottom-color:#ffffff29}.contact-card dd small{color:#cde77c}.contact form{background:#fbfdf9}.contact form button{background:linear-gradient(90deg,#0b7046,#159253);box-shadow:0 10px 24px #0b704638}@media (width<=980px){.hero-copy{background:linear-gradient(#07111f,#08271f)}.hero-visual{background:#08271f}}.header{border-bottom-color:var(--line);background:#fffffff5}.header nav a:after{background:var(--green)}.hero{background:#07111f}.hero-copy{background:linear-gradient(90deg,#07111f 0% 72%,#07111fbf 100%)}.hero-visual:before{background:linear-gradient(90deg,#07111f 0%,#07111f99 12%,#0000 40%)}.technology{background:radial-gradient(circle at 88% 8%,#41aa814d 0%,#0000 30%),radial-gradient(circle at 8% 90%,#4a776938 0%,#0000 36%),linear-gradient(128deg,#071925 0%,#0a302b 47%,#0b4c30 100%)}.projects{background:radial-gradient(circle at 10% 12%,#75b9812e 0%,#0000 30%),radial-gradient(circle at 92% 88%,#cdbb7f2e 0%,#0000 34%),linear-gradient(120deg,#f7faf5 0%,#e2eee5 52%,#f7f2e6 100%)}.patents{background:radial-gradient(circle at 88% 12%,#35a85326 0%,#0000 31%),radial-gradient(circle at 12% 88%,#78bd2a29 0%,#0000 34%),linear-gradient(125deg,#fbfcf7 0%,#dceee5 52%,#eef5dc 100%)}.contact{background:radial-gradient(circle at 16% 12%,#349e662e 0%,#0000 30%),radial-gradient(circle at 92% 88%,#cdbd8233 0%,#0000 34%),linear-gradient(120deg,#e2efe7 0%,#f8faf4 52%,#f6f0df 100%)}.remote{background:radial-gradient(circle at 82% 18%,#5daf9433 0%,#0000 30%),linear-gradient(120deg,#d9eee3 0%,#eef6ee 48%,#e3edf3 100%)}@media (width<=980px){.hero-copy,.hero-visual{background:#07111f}.hero-visual:before{background:linear-gradient(#07111f 0%,#0000 30%)}}.intro{background:radial-gradient(circle at 88% 34%,#78bd2a2e 0%,#0000 28%),linear-gradient(#07111f 0%,#0a2630 12%,#15503d 27%,#88b69d 43%,#d8e9df 61%,#f8faf4 86%,#fbfcf8 100%)}.intro .section-heading>p{color:#c8ed62;text-shadow:0 1px 8px #00000047}.intro .section-heading h2{color:#fff;text-shadow:0 2px 14px #0000004d}.intro-copy{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fafcf8db;border:1px solid #ffffff94;border-radius:16px;padding:26px 28px;box-shadow:0 18px 45px #062c1d21}.intro-copy>p{color:#29463a}.intro .stats{border-top-color:#b8cebf}.intro .stats strong{color:#08784b}.intro .about-image-stage{border:1px solid #ffffffa6;border-radius:16px}@media (width<=980px){.intro{background:linear-gradient(#07111f 0%,#124735 18%,#b9d5c5 36%,#f8faf4 62%)}.intro-copy{padding:22px}}.header nav a.active{color:var(--green-dark);font-weight:900}.header nav a.active:after{width:100%;height:3px}@media (width<=980px){.header nav a.active{background:#edf6ef;border-radius:7px;padding-left:18px}}.specifications{background:radial-gradient(circle at 88% 12%,#78bd2a29,#0000 30%),linear-gradient(135deg,#eef6f0 0%,#fbfcf8 52%,#e0eee6 100%)}.specifications .section-heading{margin-bottom:32px}.specifications .section-heading>p{color:var(--green)}.spec-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:30px;display:grid}.spec-product-card{background:#fff;border:1px solid #ccddd1;border-radius:13px;margin:0;overflow:hidden;box-shadow:0 12px 28px #0c432817}.spec-product-image{background:#f2f3f2;width:100%;position:relative;overflow:hidden}.spec-product-image img{max-width:none;height:auto;position:absolute}.spec-i50{aspect-ratio:192/245}.spec-i50 img{width:508.34%;top:-44.49%;left:-47.92%}.spec-i60{aspect-ratio:197/244}.spec-i60 img{width:495.44%;top:-44.67%;left:-149.75%}.spec-i80{aspect-ratio:188/241}.spec-i80 img{width:519.15%;top:-45.23%;left:-267.55%}.spec-i90{aspect-ratio:188/243}.spec-i90 img{width:519.15%;top:-44.86%;left:-375%}.spec-product-card h3{color:#fff;text-align:center;background:linear-gradient(90deg,#0b3b27,#08764c);margin:0;padding:13px 10px;font-size:19px}.spec-model-showcase{background:#f4f5f3;border:1px solid #ccddd1;border-radius:15px;max-width:1180px;margin:0 auto 24px;overflow:hidden;box-shadow:0 14px 32px #0c43281a}.spec-model-showcase>img{width:100%;height:auto}.spec-model-labels{background:#b9d0c1;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.spec-model-labels strong{color:#fff;text-align:center;background:linear-gradient(90deg,#0b3b27,#08764c);padding:12px 8px;font-size:18px}.spec-table-scroll{background:#fff;border:1px solid #b9cfc0;border-radius:12px;overflow-x:auto;box-shadow:0 12px 28px #0c432812}.spec-table{border-collapse:collapse;text-align:center;width:100%;min-width:760px;font-size:17px}.spec-table th,.spec-table td{border:1px solid #c8d9ce;padding:17px 14px}.spec-table thead th{color:#fff;background:#0b4930;font-size:18px}.spec-table tbody th{color:#173d2a;background:#dcebe2;width:18%}.spec-table tbody td{background:#f6faf7;font-weight:700}.spec-table tbody td:last-child{color:#d94732;background:#eef7f0;font-weight:900}.spec-note{color:#65736b;margin:14px 2px 0;font-size:14px}.spec-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1280px;margin:0 auto;display:grid}.spec-detail-card{background:#fff;border:1px solid #c8d9ce;border-radius:15px;overflow:hidden;box-shadow:0 14px 32px #0c43281a}.spec-detail-image{aspect-ratio:1/2;background:#f4f5f3;width:100%;position:relative;overflow:hidden}.spec-detail-image img{width:400%;max-width:none;height:100%;position:absolute;top:0}.spec-detail-i50 img{left:0}.spec-detail-i60 img{left:-100%}.spec-detail-i80 img{left:-200%}.spec-detail-i90 img{left:-300%}.spec-detail-card h3{color:#fff;text-align:center;background:linear-gradient(90deg,#0b3b27,#08764c);margin:0;padding:13px 10px;font-size:21px}.spec-detail-card dl{margin:0}.spec-detail-card dl div{text-align:center;border-bottom:1px solid #dbe6de;grid-template-columns:1fr;gap:4px;padding:12px 15px;display:grid}.spec-detail-card dl div:last-child{border-bottom:0}.spec-detail-card dt{color:#64736b;font-size:13px;font-weight:800}.spec-detail-card dd{color:#143d29;margin:0;font-size:17px;font-weight:900}.spec-detail-card:last-child dd{color:#d94732}.spec-wide-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:min(1500px,100%);margin:0 auto 24px;display:grid}.spec-wide-products article{background:#fff;border:1px solid #c8d9ce;border-radius:14px;overflow:hidden;box-shadow:0 14px 32px #0c43281a}.spec-wide-image{aspect-ratio:3/4;background:#f4f5f3;width:100%;position:relative;overflow:hidden}.spec-wide-image img{width:400%;max-width:none;height:133.4%;position:absolute;top:-16.7%}.spec-wide-products h3{color:#fff;text-align:center;background:linear-gradient(90deg,#0b3b27,#08764c);margin:0;padding:12px 8px;font-size:20px}.spec-wide-table{table-layout:fixed;border-collapse:collapse;text-align:center;background:#fff;border:1px solid #b9cfc0;width:min(1500px,100%);margin:0 auto;font-size:17px;box-shadow:0 12px 28px #0c432812}.spec-wide-table th,.spec-wide-table td{border:1px solid #b9cfc0;padding:15px 10px}.spec-wide-table thead th{color:#fff;background:#0b4930;font-size:18px}.spec-wide-table tbody th{color:#173d2a;background:#dcebe2}.spec-wide-table tbody td{background:#f6faf7;font-weight:800}.spec-wide-table tbody td:last-child{color:#d94732;background:#eef7f0;font-weight:900}.brand-logo{object-fit:cover;object-position:center;flex:none;width:190px;height:58px}.brand-korean{border-left:1px solid #cbd9cf;gap:3px;padding-left:13px;line-height:1.1;display:grid}.brand-korean strong{color:#10271b;letter-spacing:-.04em;margin:0;font-size:22px}.brand-korean small{color:#547063;letter-spacing:.08em;font-size:10px;font-weight:800}.footer-brand .brand-logo{background:#fff;border-radius:5px;width:150px;height:52px;padding:6px}.footer-brand .brand-korean{border-left-color:#ffffff47}.footer-brand .brand-korean strong,.footer-brand .brand-korean small{color:#fff}@media (width>=981px){.specifications.view-screen{scrollbar-color:#12823f #dce7df;scrollbar-width:thin;padding:26px 3vw 24px;overflow-y:auto}.specifications .section-heading{max-width:1100px;margin:0 auto 18px}.specifications .section-heading>p{margin-bottom:6px}.specifications .section-heading h2{margin-bottom:6px;font-size:38px}.specifications .section-heading>span{font-size:15px}.spec-product-grid{gap:12px;max-width:800px;margin:0 auto 20px}.spec-model-showcase{max-width:1180px;margin-bottom:20px}.spec-product-card h3{padding:9px 8px;font-size:17px}.spec-table-scroll{max-width:1180px;margin:0 auto}.spec-table{font-size:15px}.spec-table th,.spec-table td{padding:10px 12px}.spec-table thead th{font-size:16px}.spec-note{max-width:1180px;margin:10px auto 0}}@media (width<=980px){.specifications{padding-top:55px}.spec-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:410px;margin-left:auto;margin-right:auto}.spec-model-showcase{overflow-x:auto}.spec-model-showcase>img,.spec-model-labels{min-width:820px}.spec-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}.spec-wide-products{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}.spec-wide-table{font-size:13px}.spec-wide-table th,.spec-wide-table td{padding:11px 5px}.spec-wide-table thead th{font-size:14px}}@media (width<=600px){.spec-product-grid{gap:10px}.spec-product-card h3{padding:10px 6px;font-size:16px}.spec-table{font-size:15px}.spec-table th,.spec-table td{padding:14px 10px}.spec-detail-grid{grid-template-columns:1fr;max-width:340px}.spec-wide-products{grid-template-columns:1fr;max-width:360px}.spec-wide-table{font-size:11px}.spec-wide-table th,.spec-wide-table td{padding:9px 3px}.spec-wide-table thead th{font-size:11px}.brand-logo{width:138px;height:44px}.brand-korean{padding-left:9px}.brand-korean strong{font-size:17px}.brand-korean small{display:none}}.hero{background:#07111f;display:block;position:relative}.hero-copy{z-index:4;background:linear-gradient(90deg,#07111f 0%,#07111ffa 74%,#07111fad 90%,#0000 100%);width:43%;height:100%;position:relative}.hero h1.hero-search-title{margin:26px 0 20px;font-size:clamp(38px,3.25vw,52px);line-height:1.18}.hero .hero-lead{font-size:clamp(17px,1.15vw,20px)}.hero-actions .button{min-width:195px;padding:16px 20px;font-size:18px}.hero-visual{z-index:1;background:#07111f;padding:0;position:absolute;inset:0}.hero-visual img{object-fit:contain;object-position:right center;filter:none;width:100%;height:100%;margin:0;padding:18px 0 62px 10px;position:absolute;inset:0}.hero-visual:before{display:none}.hero-visual:after{content:"";z-index:2;filter:blur(9px);pointer-events:none;background:radial-gradient(#a5c4d329 0%,#527b9112 42%,#0000 72%);height:42px;position:absolute;bottom:42px;left:34%;right:2%}@media (width<=980px){.hero{grid-template-columns:1fr;display:grid}.hero-copy{background:#07111f;width:100%;height:auto}.hero-visual{min-height:0;padding:0;position:relative;inset:auto}.hero-visual img{object-fit:contain;object-position:center top;width:96%;height:auto;min-height:0;margin:0 auto 24px;padding:0;position:relative;inset:auto}.hero-visual:after{height:28px;bottom:15px;left:18%;right:5%}}.admin-page{color:#13281d;background:#f3f6f4;min-height:100vh;padding:40px max(24px,50vw - 550px) 120px;height:auto!important;overflow:visible!important}.admin-head{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:30px;display:flex}.admin-head small{color:#12823f;font-weight:900}.admin-head h1{margin:8px 0;font-size:42px}.admin-head p{color:#64736b}.admin-head-actions{gap:10px;display:flex}.admin-head-actions a{background:#fff;border:1px solid #cad9cf;border-radius:8px;padding:12px 16px;font-weight:800}.admin-panel{background:#fff;border:1px solid #dce7df;border-radius:14px;margin:18px 0;padding:28px;box-shadow:0 8px 24px #1640270d}.admin-panel h2{margin:0 0 22px;font-size:24px}.admin-field{gap:8px;margin:15px 0;font-weight:800;display:grid}.admin-field input,.admin-field textarea{font:inherit;border:1px solid #c8d7cd;border-radius:7px;padding:13px;font-weight:500}.admin-field textarea{resize:vertical}.admin-grid{grid-template-columns:1fr 1fr;gap:0 18px;display:grid}.image-field img{object-fit:cover;border:1px solid #dce7df;border-radius:8px;width:240px;height:150px}.image-field input{background:#f7faf8}.admin-section-title{justify-content:space-between;align-items:center;gap:15px;display:flex}.admin-section-title button,.installation-add-bottom button,.admin-savebar button{color:#fff;cursor:pointer;background:#12823f;border:0;border-radius:8px;padding:13px 18px;font-weight:900}.installation-editor{border-top:1px solid #e0e8e2;padding:20px 0}.installation-add-bottom{border-top:1px solid #e0e8e2;justify-content:flex-end;padding-top:22px;display:flex}.delete-button{color:#b2322b;background:#fff;border:1px solid #c84a43;border-radius:7px;padding:10px 13px;font-weight:800}.admin-savebar{color:#fff;z-index:100;background:#10291b;justify-content:space-between;align-items:center;gap:20px;padding:15px max(24px,50vw - 550px);display:flex;position:fixed;bottom:0;left:0;right:0}.admin-savebar button{color:#10291b;background:#a9d82f;font-size:16px}.admin-loading,.admin-denied{text-align:center;padding:80px 30px}.admin-denied{background:#f3f6f4;min-height:100vh}@media (width<=700px){.admin-head{display:grid}.admin-head-actions{flex-wrap:wrap}.admin-grid{grid-template-columns:1fr}.admin-panel{padding:20px}.installation-add-bottom button{width:100%}.admin-savebar{flex-direction:column;align-items:stretch}.admin-savebar button,.image-field img{width:100%}}
