:root{--ink:#071b14;--forest:#063d2c;--green:#087052;--yellow:#f4cf16;--lime:#b9d51d;--paper:#f2f2e9;--muted:#667169;--line:rgba(7,27,20,.15)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}.site-shell,.x-shell{width:min(1420px,calc(100% - 64px));margin:auto}.x-grid,.home-hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent)}
.x-header{height:88px;background:#051f17;color:#fff;display:flex;align-items:center;padding:0 max(32px,calc((100vw - 1420px)/2));gap:48px;position:relative;z-index:50;border-bottom:1px solid rgba(255,255,255,.12)}.x-brand{display:flex;align-items:center;gap:14px;margin-right:auto}.x-brand-mark{width:48px;height:48px;border-radius:10px;background:var(--yellow);color:var(--ink);display:grid;place-items:center;font-family:"Arial Narrow",Arial,sans-serif;font-size:28px;font-weight:900;transform:skew(-4deg)}.x-brand strong{display:block;font-size:22px;letter-spacing:.08em}.x-brand small{display:block;font-size:10px;letter-spacing:.22em;color:#a9b7b0;margin-top:4px}.x-nav{display:flex;gap:34px;align-items:center}.x-nav a{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:.2s}.x-nav a:hover{color:var(--yellow)}.x-head-cta{height:50px;padding:0 22px;border-radius:8px;background:var(--yellow);color:var(--ink);display:flex;gap:28px;align-items:center;font-weight:800;font-size:14px}.x-mobile-menu{display:none}
.home-hero{height:calc(100vh - 88px);min-height:720px;position:relative;overflow:hidden;background:#061d16;color:#fff}.home-hero>img{object-fit:cover;object-position:center 54%;filter:saturate(.86) contrast(1.08)}.home-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,21,14,.97) 0%,rgba(2,21,14,.72) 43%,rgba(2,21,14,.08) 75%),linear-gradient(0deg,rgba(2,21,14,.72),transparent 45%)}.home-hero-content{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:70px}.signal,.x-signal{font-size:13px;letter-spacing:.16em;font-weight:800;display:flex;gap:10px;align-items:center}.signal i,.x-signal i,.summary-live i,.tech-label i{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 16px var(--lime)}.home-hero h1,.section-head h2,.studio-teaser h2,.engineering h2,.x-product-hero h1,.x-gallery-hero h1,.x-studio-hero h1{font-family:"Arial Narrow",Arial,sans-serif,sans-serif;font-size:clamp(78px,9.5vw,160px);line-height:.78;text-transform:uppercase;letter-spacing:-.045em;margin:34px 0 30px}.home-hero h1 em,.section-head em,.studio-teaser em,.x-gallery-hero em,.x-studio-hero em{font-style:italic;color:var(--yellow)}.hero-copy{max-width:660px;font-size:20px;line-height:1.55;color:#d3ded8}.hero-actions{display:flex;gap:12px;margin-top:28px}.button{min-height:56px;padding:0 24px;border-radius:7px;display:inline-flex;align-items:center;justify-content:space-between;gap:42px;font-weight:800;font-size:14px}.button span{font-size:20px}.button-yellow{background:var(--yellow);color:var(--ink)}.button-ghost{border:1px solid rgba(255,255,255,.35);color:#fff}.button-dark{background:var(--ink);color:#fff}.hero-facts{position:absolute;z-index:3;right:32px;bottom:24px;display:flex;background:rgba(4,25,18,.9);backdrop-filter:blur(14px);color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:10px;overflow:hidden}.hero-facts div{padding:20px 28px;border-left:1px solid rgba(255,255,255,.12)}.hero-facts strong,.hero-facts span{display:block}.hero-facts strong{font-family:"Arial Narrow",Arial,sans-serif;font-size:24px}.hero-facts span{font-size:11px;color:#9fb0a7;text-transform:uppercase;margin-top:4px;letter-spacing:.12em}
.intro-band{background:var(--yellow);padding:75px 0}.intro-band .site-shell{display:grid;grid-template-columns:180px 1fr 280px;gap:70px;align-items:start}.intro-band p,.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em}.intro-band h2{font-family:"Arial Narrow",Arial,sans-serif;font-size:clamp(40px,5vw,72px);line-height:.95;text-transform:uppercase;margin:0;max-width:880px}.intro-band span{font-size:15px;line-height:1.6;font-weight:600}
.model-showcase{padding:130px 0;background:#f4f4ec}.section-head{display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:end;margin-bottom:65px}.section-head h2{font-size:clamp(70px,8vw,122px);margin:20px 0 0}.section-head h2 em{color:var(--green)}.section-head>p{line-height:1.7;color:var(--muted);font-size:17px}.model-selector{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.model-selector button{border:0;border-right:1px solid var(--line);background:transparent;text-align:left;padding:25px 22px;display:grid;grid-template-columns:42px 1fr;cursor:pointer;position:relative}.model-selector button:after{content:"";position:absolute;left:0;bottom:0;width:0;height:4px;background:var(--yellow);transition:.35s}.model-selector button.active{background:#fff}.model-selector button.active:after{width:100%}.model-selector span{font-size:12px;color:var(--muted);grid-row:1/3}.model-selector strong{font-family:"Arial Narrow",Arial,sans-serif;font-size:30px;text-transform:uppercase}.model-selector small{color:var(--muted);margin-top:5px}.model-feature{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(320px,.75fr);min-height:630px;background:#071f17;color:#fff;animation:rise .45s both}.model-photo{position:relative;overflow:hidden}.model-photo img{object-fit:cover}.model-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 60%,#071f17)}.model-photo>span{position:absolute;left:24px;top:24px;z-index:2;background:rgba(4,21,15,.85);padding:9px 12px;font-size:11px;letter-spacing:.12em}.model-info{padding:70px 45px;display:flex;flex-direction:column;justify-content:center}.model-info>p:first-child{font-size:12px;letter-spacing:.14em;color:var(--yellow);font-weight:800}.model-info h3{font-family:"Arial Narrow",Arial,sans-serif;font-size:64px;line-height:.9;text-transform:uppercase;margin:25px 0}.model-info>strong{font-family:"Arial Narrow",Arial,sans-serif;font-size:44px;color:var(--yellow)}.model-info>p{line-height:1.65;color:#bbc9c1}.model-info>a{border-top:1px solid rgba(255,255,255,.2);padding-top:22px;margin-top:25px;display:flex;justify-content:space-between;font-weight:700}@keyframes rise{from{opacity:.25;transform:translateY(12px)}to{opacity:1;transform:none}}
.engineering{padding:120px 0;background:var(--yellow)}.engineering .site-shell{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.engineering h2{font-size:82px;line-height:.9;margin:24px 0}.engineering-copy>p{line-height:1.7;max-width:560px}.engineering-copy .button{margin-top:24px}.engineering-cards{display:grid;grid-template-columns:repeat(3,1fr);align-items:end}.engineering-cards article{min-height:360px;padding:28px;border-left:1px solid rgba(7,27,20,.25);display:flex;flex-direction:column}.engineering-cards article:nth-child(2){min-height:420px;background:var(--ink);color:#fff}.engineering-cards b{font-size:12px}.engineering-cards strong{font-family:"Arial Narrow",Arial,sans-serif;font-size:40px;text-transform:uppercase;margin:auto 0 15px}.engineering-cards p{line-height:1.6;font-size:14px}
.studio-teaser{padding:130px 0;background:#06271d;color:#fff;overflow:hidden}.studio-teaser .site-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.studio-teaser h2{font-size:86px;line-height:.87;margin:28px 0}.studio-teaser>div>div:first-child>p{color:#b7c6be;line-height:1.7}.studio-teaser-ui{height:560px;background:#031a13;border:1px solid rgba(255,255,255,.13);border-radius:14px;position:relative;box-shadow:0 35px 80px #0006;overflow:hidden}.studio-teaser-ui>span{position:absolute;z-index:2;top:22px;left:24px;font-size:11px;letter-spacing:.15em;color:var(--lime)}.teaser-machine{position:absolute;inset:45px 20px}.teaser-machine img{object-fit:contain;filter:drop-shadow(0 35px 28px #000)}.teaser-steps{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.teaser-steps b{padding:18px;background:#0c2d23;border-radius:6px;font-size:12px}.teaser-steps b:first-child{background:var(--yellow);color:var(--ink)}
/* Shared subpages */
.x-product-hero,.x-gallery-hero,.x-studio-hero{height:600px;position:relative;background:#06271d;color:#fff;overflow:hidden}.x-product-hero-image{position:absolute;inset:0}.x-product-hero-image img{object-fit:cover}.x-product-hero-image div{position:absolute;inset:0;background:linear-gradient(90deg,#041e16 0%,rgba(4,30,22,.8) 42%,rgba(4,30,22,.1))}.x-product-hero-content,.x-gallery-hero>.x-shell,.x-studio-hero>.x-shell{position:relative;z-index:2;padding-top:100px}.x-breadcrumb{font-size:13px;display:flex;gap:10px;color:#9fb1a7}.x-product-hero h1,.x-gallery-hero h1,.x-studio-hero h1{font-size:110px;margin:30px 0 15px}.x-product-hero-content>p:not(.x-breadcrumb):not(.x-signal),.x-gallery-hero .x-shell>p:last-child,.x-studio-hero .x-shell>p:last-child{font-size:18px;max-width:720px;line-height:1.6}.x-product-model-chips{display:flex;gap:8px}.x-product-model-chips span{padding:8px 12px;border:1px solid #ffffff40;border-radius:99px;font-size:12px}.x-product-scroll{display:none}.x-section{padding:100px 0}.x-kicker{font-size:12px;font-weight:800;letter-spacing:.15em;color:var(--green)}.x-product-intro,.x-product-data-head{display:grid;grid-template-columns:1fr 1fr;gap:90px}.x-product-intro h2,.x-product-equipment h2,.x-product-data h2{font-family:"Arial Narrow",Arial,sans-serif;font-size:60px;line-height:.95;text-transform:uppercase;margin:18px 0}.x-product-intro>p,.x-product-data-head>p,.x-product-equipment-layout>div>p{line-height:1.7;color:var(--muted)}.x-product-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid var(--line)}.x-product-stats div{padding:30px 18px;border-right:1px solid var(--line)}.x-product-stats span,.x-product-stats small{display:block;color:var(--muted);font-size:12px}.x-product-stats strong{display:block;font-family:"Arial Narrow",Arial,sans-serif;font-size:42px;margin:32px 0 5px}.x-product-gallery-section{background:#061f17;color:#fff;padding:100px 0}.x-product-section-label{display:flex;justify-content:space-between}.x-product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:35px}.x-product-gallery figure{height:520px;position:relative;margin:0;overflow:hidden}.x-product-gallery img{object-fit:cover}.x-product-gallery figcaption{position:absolute;left:20px;bottom:18px;background:#061f17dd;padding:12px}.x-product-equipment-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.x-product-equipment ol{list-style:none;margin:0;padding:0}.x-product-equipment li{display:grid;grid-template-columns:50px 1fr 24px;align-items:center;border-top:1px solid var(--line);padding:15px}.x-product-equipment li span{font-size:12px;color:var(--muted)}.x-table-wrap{overflow:auto;margin-top:40px}.x-table-wrap table{border-collapse:collapse;width:100%;min-width:900px}.x-table-wrap th,.x-table-wrap td{text-align:left;padding:18px 14px;border-bottom:1px solid var(--line);font-size:14px}.x-table-wrap th{font-size:11px;letter-spacing:.1em}.x-product-pager{display:grid;grid-template-columns:repeat(3,1fr);background:#061f17;color:#fff}.x-product-pager a{padding:36px 6vw;border-right:1px solid #ffffff20}.x-product-pager small,.x-product-pager strong{display:block}.x-product-pager strong{font-family:"Arial Narrow",Arial,sans-serif;font-size:32px;margin-top:8px}.x-product-pager-studio{background:var(--yellow);color:var(--ink)}
.x-gallery-content{background:#f4f4ec}.x-gallery-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:35px}.x-gallery-filters button{border:1px solid var(--line);padding:12px 15px;border-radius:99px;background:transparent;cursor:pointer}.x-gallery-filters button.active{background:var(--ink);color:#fff}.x-gallery-filters span{margin-left:8px;opacity:.6}.x-gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.x-gallery-item{grid-column:span 6;height:470px;position:relative;border:0;padding:0;overflow:hidden;cursor:pointer;color:#fff}.x-gallery-item:nth-child(3n){grid-column:span 12}.x-gallery-item img{object-fit:cover;transition:.5s}.x-gallery-item:hover img{transform:scale(1.03)}.x-gallery-item>div{position:absolute;inset:auto 0 0;padding:60px 24px 24px;text-align:left;background:linear-gradient(transparent,#041a13e8)}.x-gallery-item strong,.x-gallery-item p{display:block}.x-gallery-item strong{font-size:25px;margin:6px 0}.x-gallery-item i{position:absolute;right:24px;bottom:24px}.x-lightbox{position:fixed;z-index:100;inset:0;background:#000d;display:grid;place-items:center}.x-lightbox>button{position:absolute;right:25px;top:20px;background:none;border:0;color:#fff;font-size:44px}.x-lightbox>div{position:relative;width:min(1000px,85vw);height:78vh}.x-lightbox img{object-fit:contain}.x-lightbox span,.x-lightbox strong{display:none}
/* Configurator */
.x-studio-hero{height:440px}.x-studio-hero h1{font-size:92px}.x-live-content{background:#071b14;padding:0 0 100px;color:#fff}.x-live-content>.x-shell{width:min(1560px,calc(100% - 32px))}.configurator{display:grid;grid-template-columns:330px minmax(500px,1fr) 315px;grid-template-areas:"steps stage summary" "panel stage summary";background:#082219;border:1px solid rgba(255,255,255,.12);border-radius:14px;overflow:hidden;min-height:850px;transform:translateY(-28px);box-shadow:0 30px 80px #0005}.config-steps{grid-area:steps;display:grid;grid-template-columns:repeat(3,1fr);height:88px;background:#0c2c21;border-bottom:1px solid #ffffff16}.config-steps button{border:0;border-right:1px solid #ffffff12;background:transparent;color:#93a69b;text-align:left;padding:15px;cursor:pointer}.config-steps button span,.config-steps button strong,.config-steps button i{display:block}.config-steps button span{font-size:10px}.config-steps button strong{font-size:13px;margin-top:6px}.config-steps button i{display:none}.config-steps button.active{background:var(--yellow);color:var(--ink)}.config-panel{grid-area:panel;background:#0a281e;border-right:1px solid #ffffff13;padding:25px;overflow:auto;max-height:762px}.panel-head{display:flex;gap:14px;align-items:center;margin-bottom:28px}.panel-head>span{width:45px;height:45px;border:1px solid #f4cf1655;color:var(--yellow);border-radius:8px;display:grid;place-items:center;font-weight:800}.panel-head h3{font-size:18px;margin:0}.panel-head p{font-size:13px;color:#8fa299;margin:5px 0 0}.choice-list{display:grid;gap:9px}.choice-list button,.tire-list button{min-height:76px;background:#0d3225;border:1px solid #ffffff16;border-radius:8px;color:#fff;display:flex;align-items:center;gap:14px;padding:14px;cursor:pointer;text-align:left}.choice-list button>i{color:#71857b;font-style:normal;font-size:12px;white-space:nowrap}.choice-list button>span,.tire-list button>span{flex:1}.choice-list strong,.choice-list small,.tire-list strong,.tire-list small{display:block}.choice-list small,.tire-list small{font-size:11px;color:#879a91;margin-top:5px}.choice-list b,.tire-list b,.swatches b{opacity:0}.choice-list button.active,.tire-list button.active{border-color:var(--yellow);background:#173523}.choice-list button.active>i{color:var(--yellow)}.choice-list button.active b,.tire-list button.active b,.swatches button.active b{opacity:1;color:var(--yellow)}.field-label{font-size:11px;letter-spacing:.14em;color:#82958b;font-weight:800;margin:28px 0 12px}.variant-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.variant-grid button{min-height:72px;border:1px solid #ffffff16;border-radius:8px;background:#0d3225;color:#fff;text-align:left;padding:12px;cursor:pointer}.variant-grid strong,.variant-grid small{display:block}.variant-grid small{color:#8ca097;margin-top:5px}.variant-grid button.active{background:var(--yellow);color:var(--ink);border-color:var(--yellow)}.variant-grid button.active small{color:#344b42}.detail-link{display:flex;justify-content:space-between;margin-top:24px;padding:18px 0;border-top:1px solid #ffffff16;font-size:13px;font-weight:700}.swatches{display:grid;grid-template-columns:1fr 1fr;gap:8px}.swatches button{min-height:82px;border:1px solid #ffffff16;background:#0d3225;color:#fff;border-radius:8px;padding:10px;text-align:left;position:relative;cursor:pointer}.swatches i{display:block;width:34px;height:34px;border-radius:50%;border:3px solid #fff;margin-bottom:7px}.swatches span{font-size:12px}.swatches b{position:absolute;right:10px;top:10px}.swatches button.active{border-color:var(--yellow)}.swatches.compact{grid-template-columns:repeat(3,1fr)}.tire-list{display:grid;gap:8px}.tire-icon{flex:0 0 48px!important;width:48px;height:32px;border-radius:50%;border:7px solid #313a35;position:relative}.tire-icon:after{content:"";position:absolute;inset:-5px;border:2px dashed #69746e;border-radius:50%}.tire-icon.road:after{border-style:solid}.extras-list{display:grid;gap:7px}.extras-list button{min-height:48px;border:1px solid #ffffff14;background:#0d3225;color:#dce4df;border-radius:7px;text-align:left;display:flex;align-items:center;gap:11px;padding:9px;cursor:pointer;font-size:13px}.extras-list button i{width:28px;height:28px;border-radius:5px;background:#061d16;display:grid;place-items:center;font-style:normal}.extras-list button.active{border-color:var(--lime);background:#173524}.extras-list button.active i{background:var(--lime);color:var(--ink)}.panel-next{position:sticky;bottom:-25px;background:#0a281e;padding:16px 0 0}.panel-next button{width:100%;height:54px;background:var(--yellow);border:0;border-radius:7px;display:flex;justify-content:space-between;align-items:center;padding:0 17px;font-weight:800;cursor:pointer}
.config-stage{grid-area:stage;background:#051e16;min-width:0}.config-stage>header{height:105px;display:flex;justify-content:space-between;align-items:center;padding:20px 26px;border-bottom:1px solid #ffffff14}.config-stage header p{font-size:10px;letter-spacing:.16em;color:var(--yellow);margin:0}.config-stage header h2{font-family:"Arial Narrow",Arial,sans-serif;font-size:38px;margin:3px 0 0}.config-stage header span{font-size:12px;color:#83978d}.view-switch{background:#0b2b20;padding:4px;border-radius:8px}.view-switch button{border:0;border-radius:6px;background:transparent;color:#8fa197;padding:12px 14px;cursor:pointer;font-size:12px}.view-switch button.active{background:var(--yellow);color:var(--ink);font-weight:800}.config-visual{height:570px;position:relative;overflow:hidden;background:radial-gradient(circle at 55% 42%,#17452f 0,#09281d 40%,#041a13 75%)}.config-visual:after{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff08 1px,transparent 1px),linear-gradient(90deg,#ffffff08 1px,transparent 1px);background-size:50px 50px;mask-image:linear-gradient(to top,black,transparent 70%);pointer-events:none}.config-visual.photo img{object-fit:cover}.config-visual.photo:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(0deg,#061f17d9,transparent 50%)}.config-glow{position:absolute;width:55%;height:35%;left:35%;top:30%;background:#b9d51d33;filter:blur(60px);border-radius:50%}.machine-svg{position:absolute;z-index:2;inset:3% 1%;width:98%;height:94%;overflow:visible}.tech-label{position:absolute;z-index:3;left:22px;bottom:18px;font-size:10px;letter-spacing:.13em;display:flex;gap:9px;align-items:center;color:#aabbb2}.photo-caption{position:absolute;z-index:2;left:25px;bottom:25px}.photo-caption span,.photo-caption strong{display:block}.photo-caption span{color:var(--yellow);font-size:10px;letter-spacing:.14em}.photo-caption strong{font-size:20px;margin-top:6px}.tilt-control{height:105px;display:grid;grid-template-columns:100px 1fr 150px;gap:18px;align-items:center;padding:0 24px;border-top:1px solid #ffffff15}.tilt-control span{display:block;font-size:9px;letter-spacing:.13em;color:#81958b}.tilt-control strong{display:block;color:var(--yellow);font-family:"Arial Narrow",Arial,sans-serif;font-size:32px}.tilt-control input{accent-color:var(--yellow);width:100%}.tilt-control button{height:45px;border:1px solid #ffffff1f;background:#0b2a20;color:#fff;border-radius:7px;cursor:pointer;font-size:12px}.photo-picker{height:105px;display:flex;gap:10px;padding:12px 20px}.photo-picker button{width:150px;position:relative;overflow:hidden;border:1px solid #ffffff20;border-radius:6px;background:#102e24;color:#fff;cursor:pointer}.photo-picker img{object-fit:cover;opacity:.55}.photo-picker span{position:absolute;inset:auto 7px 7px;font-size:10px;text-align:left}.photo-picker button.active{border-color:var(--yellow)}
.config-summary{grid-area:summary;background:#09271d;border-left:1px solid #ffffff14;padding:28px 24px;display:flex;flex-direction:column}.summary-live{font-size:10px;letter-spacing:.12em;color:#86a095;display:flex;align-items:center;gap:8px;border-bottom:1px solid #ffffff15;padding-bottom:22px}.config-summary>p{font-size:10px;letter-spacing:.14em;color:var(--yellow);font-weight:800;margin:40px 0 8px}.config-summary h2{font-family:"Arial Narrow",Arial,sans-serif;font-size:48px;margin:0}.config-summary>span{color:#82968c;font-size:13px}.config-id{border:1px solid #f4cf1640;border-radius:8px;padding:15px;margin:26px 0}.config-id small,.config-id strong{display:block}.config-id small{font-size:9px;color:#85978e}.config-id strong{font-size:12px;color:var(--yellow);margin-top:7px;word-break:break-all}.config-summary dl{margin:0 0 25px}.config-summary dl div{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #ffffff12;font-size:12px}.config-summary dt{color:#7f9389}.config-summary dd{text-align:right;margin:0}.config-summary .button{margin-top:auto}.copy-button{height:45px;background:transparent;color:#fff;border:1px solid #ffffff20;border-radius:7px;margin-top:9px;cursor:pointer}.config-summary>small{font-size:10px;line-height:1.5;color:#71867b;margin-top:18px}
.x-footer{background:#031811;color:#fff;padding:55px 0}.x-footer .x-shell{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}.x-footer p{color:#9db0a6}.x-footer .x-shell>div{display:flex;justify-content:flex-end;gap:24px;font-size:13px}.x-footer .x-shell>small{grid-column:1/-1;border-top:1px solid #ffffff15;padding-top:22px;color:#758a7f}
@media(max-width:1180px){.configurator{grid-template-columns:280px minmax(460px,1fr);grid-template-areas:"steps stage" "panel stage" "summary summary"}.config-summary{min-height:330px;border-left:0;border-top:1px solid #ffffff18;display:grid;grid-template-columns:1fr 1fr;gap:12px 30px}.config-summary .summary-live,.config-summary .config-id,.config-summary dl,.config-summary .button,.config-summary .copy-button,.config-summary>small{grid-column:2}.config-summary>p,.config-summary h2,.config-summary>span{grid-column:1}.config-summary .summary-live{grid-row:1}.config-summary .button{margin-top:0}.engineering .site-shell{grid-template-columns:1fr}.studio-teaser .site-shell{grid-template-columns:1fr}.studio-teaser-ui{height:500px}}
@media(max-width:800px){.site-shell,.x-shell{width:min(100% - 32px,1420px)}.x-header{height:72px;padding:0 16px}.x-brand-mark{width:42px;height:42px}.x-brand strong{font-size:18px}.x-nav,.x-head-cta{display:none}.x-mobile-menu{display:block}.x-mobile-menu summary{list-style:none;width:46px;height:46px;border:1px solid #ffffff2d;border-radius:7px;display:grid;place-content:center;gap:6px}.x-mobile-menu summary i{width:20px;height:2px;background:#fff}.x-mobile-menu nav{position:absolute;top:72px;left:0;right:0;background:#06271d;padding:20px;display:grid}.x-mobile-menu nav a{padding:14px;border-bottom:1px solid #ffffff1a}.home-hero{height:760px;min-height:0}.home-hero h1{font-size:72px}.home-hero-shade{background:linear-gradient(0deg,#031b13 0%,#031b13c9 50%,transparent)}.home-hero-content{justify-content:flex-end;padding-bottom:150px}.hero-copy{font-size:16px}.hero-actions{width:100%;flex-direction:column}.hero-facts{left:16px;right:16px;bottom:16px}.hero-facts div{flex:1;padding:14px 10px}.hero-facts strong{font-size:19px}.intro-band .site-shell{grid-template-columns:1fr;gap:20px}.intro-band h2{font-size:46px}.model-showcase{padding:75px 0}.section-head{grid-template-columns:1fr;gap:20px}.section-head h2{font-size:70px}.model-selector{overflow:auto;grid-template-columns:repeat(3,220px)}.model-feature{grid-template-columns:1fr;min-height:0}.model-photo{height:400px}.model-photo:after{background:linear-gradient(0deg,#071f17,transparent 30%)}.model-info{padding:35px 24px}.model-info h3{font-size:52px}.engineering{padding:75px 0}.engineering h2,.studio-teaser h2{font-size:62px}.engineering-cards{grid-template-columns:1fr}.engineering-cards article,.engineering-cards article:nth-child(2){min-height:240px}.studio-teaser{padding:75px 0}.studio-teaser-ui{height:340px}.x-product-hero,.x-gallery-hero,.x-studio-hero{height:480px}.x-product-hero h1,.x-gallery-hero h1,.x-studio-hero h1{font-size:64px}.x-product-intro,.x-product-data-head,.x-product-equipment-layout{grid-template-columns:1fr;gap:25px}.x-product-stats{overflow:auto;grid-template-columns:repeat(3,230px)}.x-product-gallery{grid-template-columns:1fr}.x-product-gallery figure{height:380px}.x-product-pager{grid-template-columns:1fr}.x-gallery-grid{display:block}.x-gallery-item,.x-gallery-item:nth-child(3n){width:100%;height:360px;margin-bottom:12px}.x-live-content>.x-shell{width:100%}.configurator{border-radius:0;transform:none;display:flex;flex-direction:column;min-height:0}.config-steps{order:0;position:sticky;top:0;z-index:10}.config-stage{order:1}.config-stage>header{height:auto;min-height:100px;align-items:flex-start}.config-stage header h2{font-size:32px}.view-switch{display:flex;flex-direction:column}.view-switch button{padding:8px}.config-visual{height:440px}.tilt-control{grid-template-columns:70px 1fr}.tilt-control button{display:none}.config-panel{order:2;max-height:none;border-right:0;padding:22px 16px}.config-summary{order:3;display:flex;min-height:0}.config-summary>*{grid-column:auto!important}.config-summary .button{margin-top:25px}.x-footer .x-shell{grid-template-columns:1fr}.x-footer .x-shell>div{justify-content:flex-start;flex-wrap:wrap}.x-footer .x-shell>small{grid-column:1}}
@media(max-width:520px){.home-hero h1{font-size:59px}.home-hero-content{padding-bottom:145px}.hero-facts span{font-size:8px}.hero-facts strong{font-size:16px}.model-photo{height:300px}.config-visual{height:330px}.machine-svg{inset:0 -13%;width:126%}.config-stage>header{padding:15px}.variant-grid{grid-template-columns:1fr 1fr}.swatches.compact{grid-template-columns:1fr 1fr}.tilt-control{height:90px}.x-product-hero-content,.x-gallery-hero>.x-shell,.x-studio-hero>.x-shell{padding-top:70px}.x-studio-hero{height:500px}}
/* Herstellung / Produktionsablauf */
.x-build-intro{max-width:780px;margin-bottom:42px}.x-build-intro h2{font-family:"Arial Narrow",Arial,sans-serif;font-size:clamp(48px,6vw,78px);line-height:.9;text-transform:uppercase;margin:18px 0}.x-build-intro>p:last-child{font-size:18px;line-height:1.65;color:var(--muted)}.x-build-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:90px}.x-build-steps article{background:#fff;border:1px solid var(--line);padding-bottom:22px;position:relative}.x-build-steps img{width:100%;height:210px;object-fit:cover;display:block}.x-build-steps span{display:inline-grid;place-items:center;background:var(--yellow);color:var(--ink);font-weight:900;width:34px;height:34px;margin:-17px 0 0 18px;position:relative}.x-build-steps h3,.x-build-steps p{margin:12px 18px 0}.x-build-steps h3{font-family:"Arial Narrow",Arial,sans-serif;font-size:27px;text-transform:uppercase}.x-build-steps p{color:var(--muted);line-height:1.5}
