/* ZJ unified visual system — one grid, one rhythm, one image language. */
:root{
  --z10-ink:#0c120e;
  --z10-deep:#111a14;
  --z10-panel:#18231b;
  --z10-paper:#f7f8f5;
  --z10-soft:#ecefea;
  --z10-line:rgba(12,18,14,.17);
  --z10-light-line:rgba(255,255,255,.18);
  --z10-lime:#b9f52d;
  --z10-red:#c93225;
  --z10-text:#111813;
  --z10-text-2:#526057;
  --z10-text-3:#68736a;
  --z10-on-dark:#f7f9f5;
  --z10-on-dark-2:#b5c1b7;
  --z10-link:#3e641b;
  --z10-max:1320px;
  --z10-gutter:clamp(22px,4vw,64px);
  --z10-section:clamp(88px,8vw,128px);
}

html{background:var(--z10-ink);scroll-behavior:smooth}
body{background:var(--z10-paper);color:var(--z10-text);overflow-x:hidden;font-size:16px;line-height:1.65}
button,input,select,textarea{font:inherit}
.wrap{width:min(calc(100% - (var(--z10-gutter) * 2)),var(--z10-max));max-width:none;margin-inline:auto}
.section-space{padding-block:var(--z10-section)}
.eyebrow{font-size:13px;letter-spacing:.15em;font-weight:700;line-height:1.45}
.section-number{color:var(--z10-red);margin-right:.55rem}
.muted-heading{color:#69746b}
.button{border-radius:0;min-height:54px;padding:0 24px;letter-spacing:.04em}
.button-lime{background:var(--z10-lime);color:var(--z10-ink)}
.button-dark{background:var(--z10-ink);color:#fff}
.inline-link,.text-link{font-size:14px;font-weight:700;line-height:1.5;text-decoration-thickness:1px;text-underline-offset:6px}

/* Navigation */
.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(11,17,13,.89);color:#fff;border-bottom:1px solid var(--z10-light-line);backdrop-filter:blur(18px)}
.header-inner{height:76px;display:grid;grid-template-columns:minmax(205px,1fr) auto minmax(205px,1fr);align-items:center;gap:32px}
.desktop-nav{justify-self:center;display:flex;gap:clamp(22px,3vw,48px)}
.desktop-nav a{position:relative;color:rgba(255,255,255,.82);font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.desktop-nav a[aria-current="page"],.desktop-nav a:hover{color:#fff}
.desktop-nav a[aria-current="page"]::after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--z10-lime)}
.header-contact{justify-self:end;color:var(--z10-ink);background:var(--z10-lime);padding:12px 18px;font-size:13px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.site-header .brand{color:#fff}
main{padding-top:76px}

/* Shared page architecture */
.page-intro,.collection-hero,.product-detail,.contact-page{background:var(--z10-paper);padding-block:clamp(56px,7vw,104px);border-bottom:1px solid var(--z10-line)}
.breadcrumb{margin-bottom:clamp(56px,8vw,118px);font-size:13px;line-height:1.6;letter-spacing:.08em;text-transform:uppercase;color:var(--z10-text-2)}
.page-intro-grid,.collection-hero-grid,.detail-hero-grid,.contact-page-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(22px,3vw,46px)}
.page-intro-grid>div{grid-column:span 8}.page-intro-grid>p{grid-column:10/-1;align-self:end;max-width:35ch;font-size:18px;line-height:1.55}
.page-intro h1,.collection-hero h1,.contact-page h1{font-size:clamp(52px,7.8vw,122px);line-height:.86;letter-spacing:-.055em;margin:.35em 0 0;text-transform:none}
.section-heading,.section-top,.catalogue10-head,.series10-head,.contact10-head,.home8-gallery-head,.about8-scenes-head,.product8-gallery-head{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(22px,3vw,46px);align-items:end}
.section-heading>h2,.section-heading>div,.catalogue10-head>div,.series10-head>div,.contact10-head>div,.home8-gallery-head>div,.about8-scenes-head>div,.product8-gallery-head>div{grid-column:1/span 8}
.section-heading>p,.catalogue10-head>p,.series10-head>p,.contact10-head>p,.home8-gallery-head>p,.about8-scenes-head>p,.product8-gallery-head>p{grid-column:10/-1;max-width:38ch;font-size:16px;line-height:1.72;color:var(--z10-text-2)}
.section-top>p{grid-column:1/span 8}
.section-top>.inline-link,.section-heading>.inline-link,.section-top>.small-note{grid-column:10/-1;justify-self:end}
.section-heading h2,.catalogue10-head h2,.series10-head h2,.contact10-head h2,.home8-gallery-head h2,.about8-scenes-head h2,.product8-gallery-head h2{font-size:clamp(44px,5.6vw,80px);line-height:.98;letter-spacing:-.04em;margin:.28em 0 0}
.visual-disclosure,.home8-disclosure,.about8-disclosure,.product8-disclosure{font-size:13px;line-height:1.7;color:var(--z10-text-2);margin:22px 0 0;padding-top:14px;border-top:1px solid var(--z10-line)}

/* Image language: fixed ratios, restrained captions, no accidental collage */
.catalogue10-scene-grid figure,.series10-scene-grid figure,.home8-scene-grid figure,.about8-scene-grid figure,.product8-scene-grid figure,.contact10-grid figure{position:relative;margin:0;background:#d9ded5;overflow:hidden;min-width:0}
.catalogue10-scene-grid img,.series10-scene-grid img,.home8-scene-grid img,.about8-scene-grid img,.product8-scene-grid img,.contact10-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}
.catalogue10-scene-grid figure:hover img,.series10-scene-grid figure:hover img,.home8-scene-grid figure:hover img,.about8-scene-grid figure:hover img,.product8-scene-grid figure:hover img,.contact10-grid figure:hover img{transform:scale(1.025)}
.catalogue10-scene-grid figcaption,.series10-scene-grid figcaption,.home8-scene-grid figcaption,.about8-scene-grid figcaption,.product8-scene-grid figcaption,.contact10-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:48px 18px 16px;color:var(--z10-on-dark);background:linear-gradient(transparent,rgba(7,11,8,.9));font-size:12px;font-weight:700;line-height:1.45;letter-spacing:.11em}

/* Product centre: visual index, then tools and catalogue */
.catalogue10-visual{background:var(--z10-soft);border-bottom:1px solid var(--z10-line)}
.catalogue10-head{margin-bottom:52px}
.catalogue10-scene-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(18px,2vw,30px);background:transparent}
.catalogue10-scene-grid figure{aspect-ratio:16/10;border:1px solid var(--z10-line)}
.catalogue10-scene-grid figure:nth-child(even){margin-top:0}
.catalogue-section{padding-block:clamp(72px,8vw,128px);background:var(--z10-paper)}
.filter-tabs{display:flex;justify-content:center;gap:0;border-top:1px solid var(--z10-line);border-bottom:1px solid var(--z10-line);overflow:auto}
.filter-tab{flex:1;min-width:180px;padding:20px 18px;border:0;border-right:1px solid var(--z10-line);background:transparent;text-transform:uppercase;letter-spacing:.07em;font-size:13px;font-weight:600}
.filter-tab.active{background:var(--z10-ink);color:#fff}
.catalogue-toolbar{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;margin:36px 0 0;padding:24px;background:var(--z10-soft);border:1px solid var(--z10-line)}
.catalogue-toolbar label{background:transparent;padding:0}
.catalogue-toolbar input,.catalogue-toolbar select{border:1px solid var(--z10-line);background:#fff;border-radius:0}
.results-line{border-bottom:1px solid var(--z10-line);padding-block:22px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,30px);background:transparent;border:0}
.product-card{display:flex;flex-direction:column;min-height:660px;background:var(--z10-paper);padding:24px;border:1px solid var(--z10-line);box-shadow:none}
.product-image-button{aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;background:#e1e5dd;margin:18px -24px 24px;position:relative}
.product-image-button img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1;transition:transform .6s ease}
.product-card:hover .product-image-button img{transform:scale(1.04) translateY(-1%)}
.card-model-bg{font-size:clamp(54px,7vw,94px);color:rgba(12,18,14,.07)}
.card-description{min-height:4.8em;font-size:16px;color:var(--z10-text-2);line-height:1.65}
.card-specs{margin-top:auto;border-top:1px solid var(--z10-line);border-bottom:1px solid var(--z10-line)}
.card-action{margin-top:20px}

/* Series pages */
.collection-hero-grid>div:first-child{grid-column:1/span 6;align-self:end}.collection-image{grid-column:7/-1;aspect-ratio:4/3;min-height:0;background:var(--z10-soft);overflow:hidden}
.collection-image img,.collection-image>img{width:100%;max-width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}
.collection-points{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--z10-line)}
.collection-points span{padding:20px 0;border-right:1px solid var(--z10-line);font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--z10-text-2)}
.series10-story{background:var(--z10-deep);color:#fff}
.series10-story .muted-heading{color:#a7b4a9}.series10-story .eyebrow.dark{color:var(--z10-on-dark)}.series10-story .visual-disclosure{border-color:var(--z10-light-line);color:var(--z10-on-dark-2)}
.series10-head{margin-bottom:52px}
.series10-scene-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:repeat(2,minmax(240px,32vh));gap:clamp(14px,1.6vw,24px);background:transparent}
.series10-scene:first-child{grid-row:1/3}.series10-scene:nth-child(4){display:none}
.series10-scene-grid:has(figure:nth-child(4)){grid-template-columns:2fr 1fr 1fr}
.series10-scene-grid:has(figure:nth-child(4)) .series10-scene:nth-child(2){grid-row:1/3}
.series10-scene-grid:has(figure:nth-child(4)) .series10-scene:nth-child(4){display:block}
.series10-models{background:var(--z10-paper)}
.series-guide{background:var(--z10-soft);padding-block:var(--z10-section)}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2vw,30px);background:transparent;border:0;margin:48px 0}
.guide-grid article{background:var(--z10-paper);padding:32px;min-height:250px;border:1px solid var(--z10-line)}

/* Cancel legacy one-model grid placement so S20 and P30 use the same card language. */
.single-model{grid-template-columns:minmax(0,520px);max-width:none;margin:0}
.single-model .product-card{display:flex;grid-template-columns:none;padding:24px;column-gap:0}
.single-model .card-top,.single-model .product-image-button,.single-model .card-title,.single-model .card-description,.single-model .card-specs,.single-model .card-action{grid-column:auto;grid-row:auto}
.single-model .product-image-button{height:auto;aspect-ratio:4/3;margin:18px -24px 24px}
.single-model .card-title{padding-top:0}
.single-model .card-action{width:auto;margin:20px 0 0;padding-inline:0}

/* Product detail: make every model page editorial and complete */
.detail-gallery{grid-column:1/span 7;min-height:0;background:var(--z10-soft);padding:clamp(22px,3vw,38px)}
.detail-gallery>img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;mix-blend-mode:normal}
.detail-copy{grid-column:8/-1;align-self:center;padding-left:clamp(0px,3vw,50px)}
.detail-copy h1{font-size:clamp(68px,8vw,128px);line-height:.8;letter-spacing:-.06em}
.detail-section-nav{position:sticky;top:76px;z-index:30;background:rgba(12,18,14,.96);color:#fff;backdrop-filter:blur(14px);border-bottom:1px solid var(--z10-light-line)}
.detail-section-nav .wrap{display:flex;justify-content:center;gap:32px;overflow:auto}
.detail-section-nav a{white-space:nowrap;padding:18px 0;font-size:13px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.82)}
.detail-section-nav a:hover{color:#fff}
.detail-section-nav .nav-quote{color:var(--z10-lime)}
.product7-overview,.product7-delivery{background:var(--z10-deep);color:#fff}
.product7-overview-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(24px,4vw,64px)}
.product7-overview-copy{grid-column:1/span 5}.product7-stage{grid-column:6/-1;width:100%;margin:0;aspect-ratio:16/10;min-height:0;clip-path:none}
.product7-stage>img{width:100%;height:100%;margin:0;object-fit:contain}
.product7-use-grid,.product7-metric-grid{display:grid;gap:clamp(14px,1.6vw,24px);background:transparent;border:0;margin-top:58px}
.product7-use-grid{grid-template-columns:repeat(4,1fr)}
.product7-metric-grid{grid-template-columns:repeat(3,1fr)}
.product7-use-grid article{background:var(--z10-panel);padding:28px;min-height:195px;border:1px solid var(--z10-light-line)}
.product7-metric-grid article{background:var(--z10-paper);color:var(--z10-ink);padding:28px;min-height:155px;border:1px solid var(--z10-line)}
.product7-fit{background:var(--z10-soft)}
.specification-section{background:var(--z10-paper)}
.specification-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);align-items:start;gap:clamp(24px,4vw,56px);background:transparent;border:0}
.specification-group{background:var(--z10-paper);padding:clamp(24px,3vw,40px);border:1px solid var(--z10-line)}
.product8-gallery{background:var(--z10-soft)}
.product8-gallery-head{margin-bottom:52px}
.product8-scene-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:none;gap:clamp(16px,2vw,28px);background:transparent}
.product8-scene{height:auto;min-height:0;grid-column:auto;grid-row:auto;aspect-ratio:16/10}
.product7-delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2vw,30px);background:transparent;margin:52px 0 30px}
.product7-delivery-grid article{background:var(--z10-panel)}
.product7-delivery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}
.product7-related{background:var(--z10-paper)}

/* Homepage: cinematic opening, disciplined visual chapters */
.home6-hero{height:calc(100svh - 76px);min-height:650px;max-height:980px}
.home6-slide{height:100%}.home6-hero-bg{height:100%;object-fit:cover}
.home6-hero-copy{max-width:770px}
.home6-hero-copy h1,.home6-hero-copy h2{font-size:clamp(66px,9vw,146px);line-height:.78;letter-spacing:-.06em}
.home6-carousel-ui{left:50%;right:auto;transform:translateX(-50%);width:min(calc(100% - (var(--z10-gutter) * 2)),var(--z10-max))}
.zj-marquee{width:100%;overflow:hidden}
.zj-marquee-track{display:flex;width:max-content;will-change:transform;animation:zj-marquee 34s linear infinite}
.zj-marquee-group{display:flex;flex:none;align-items:center;white-space:nowrap}
@keyframes zj-marquee{to{transform:translateX(-50%)}}
.home6-intro,.home6-applications,.home6-featured{background:var(--z10-paper)}
.home6-collection,.home6-electric,.home6-company,.home6-cta{background:var(--z10-deep)}
.home6-cta,.about5-cta{background-image:url('/assets/zj-company-export-packing.webp')}
.home6-electric-visual,.home6-capacity-rail,.home6-application-layout{width:100%;margin-left:0}
.home6-company-images{gap:clamp(18px,2vw,30px);transform:none}
.home6-company-images figure:nth-child(2){margin-top:0}
.home6-company-images img{height:auto;aspect-ratio:4/3;transform:none}
.home8-gallery{background:var(--z10-soft)}
.home8-gallery-head{margin-bottom:52px}
.home8-scene-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(18px,2vw,30px);background:transparent}
.home8-scene,.home8-scene:nth-child(1),.home8-scene:nth-child(2){height:auto;min-height:0;grid-column:auto;grid-row:auto;aspect-ratio:16/10}
.home6-series-grid,.home6-model-grid{gap:clamp(18px,2vw,30px);background:transparent;border:0}
.home6-series-card{border:1px solid var(--z10-light-line)}
.home6-model{border:1px solid var(--z10-line)}

/* Breathing room for repeated information blocks. */
.home6-facts,.about5-stat-row{gap:clamp(12px,1.5vw,22px);background:transparent;border:0;clip-path:none}
.home6-facts article,.about5-stat-row article{background:var(--z10-soft);border:1px solid var(--z10-line)}
.home6-process-rail{gap:clamp(12px,1.5vw,22px);border:0}
.home6-process-rail article{background:var(--z10-panel);border:1px solid var(--z10-light-line)}
.about5-principles-grid{gap:clamp(16px,2vw,30px);padding-block:42px}
.about5-principles article,.about5-principles article:not(:first-child){padding:32px;background:var(--z10-panel);border:1px solid var(--z10-light-line)}
.about5-quality-grid{gap:clamp(16px,2vw,30px)}
.about5-quality-grid article{border:1px solid var(--z10-line)}

/* About: one coherent evidence-led image archive */
.about5-hero{height:calc(100svh - 76px);min-height:650px;max-height:980px}
.about5-hero-copy h1{font-size:clamp(68px,9vw,142px);line-height:.79}
.about5-nav{top:76px}
.about5-overview,.about5-quality,.about5-faq{background:var(--z10-paper);color:var(--z10-text)}
.about5-range,.about5-process,.about5-roadmap,.about5-cta{background:var(--z10-deep);color:var(--z10-on-dark)}
.about8-scenes{background:var(--z10-soft)}
.about8-scenes-head{margin-bottom:52px}
.about8-scene-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(18px,2vw,30px);background:transparent}
.about8-scene,.about8-scene:nth-child(1),.about8-scene:nth-child(8){height:auto;min-height:0;grid-column:auto;grid-row:auto;aspect-ratio:16/10}
.about5-process-ui{display:grid;grid-template-columns:minmax(0,2fr) minmax(270px,1fr);gap:clamp(18px,2vw,30px);background:transparent}
.about5-process-stage{min-height:650px}.about5-process-stage img{width:100%;height:100%;object-fit:cover}

/* Contact: visual story integrated with the conversion path */
.contact-page{background:var(--z10-deep);color:#fff}
.contact-page .breadcrumb,.contact-page .eyebrow{color:#fff}
.contact-page-copy{grid-column:1/span 5}.contact-form-panel{grid-column:7/-1;background:var(--z10-paper);color:var(--z10-ink);padding:clamp(28px,4vw,58px)}
.contact-form-panel{border:1px solid var(--z10-light-line)}
.contact-form-panel .form-grid{gap:22px 24px}
.contact-form-panel .form-grid input,.contact-form-panel .form-grid select,.contact-form-panel .form-grid textarea{background:#fff;border:1px solid var(--z10-line);padding:13px 14px}
.contact10-story{background:var(--z10-paper)}
.contact10-head{margin-bottom:52px}
.contact10-grid{display:grid;grid-template-columns:2fr 1fr;gap:clamp(18px,2vw,30px);background:transparent}
.contact10-scene-main{min-height:0;aspect-ratio:16/10}.contact10-side{display:grid;grid-template-rows:1fr auto;gap:clamp(14px,1.6vw,24px);background:transparent}
.contact10-side figure{min-height:0;aspect-ratio:4/3}
.contact10-steps{display:grid;grid-template-columns:1fr 1fr;background:var(--z10-deep);color:#fff}
.contact10-steps span{padding:24px 18px;border:1px solid var(--z10-light-line);font-size:11px;letter-spacing:.12em}
.contact-faq{background:var(--z10-soft)}
.contact-section{background:var(--z10-lime);color:var(--z10-ink)}

/* Footer */
.site-footer{background:#070b08;color:#fff;border-top:1px solid var(--z10-light-line)}
.footer-grid{grid-template-columns:1.45fr 1fr 1.1fr .9fr 1.35fr;gap:clamp(24px,3.2vw,54px)}

/* Typography and colour audit — consistent hierarchy and explicit contrast. */
h1,h2,h3{font-family:var(--display);font-weight:600;text-wrap:balance}
p,li,dd,dt{font-family:var(--body)}
main p,main li{font-size:16px}
.page-intro-grid>p,.collection-description,.detail-summary{color:var(--z10-text-2);line-height:1.72}
.eyebrow.dark,.small-note,.category-label,.results-line,.technical-note,.image-note,.series-image-note{color:var(--z10-text-2)}
.section-top .inline-link,.section-heading .inline-link,.range-links a,.about5-quality-note a{color:var(--z10-link)}
.section-top .inline-link:hover,.section-heading .inline-link:hover,.range-links a:hover,.about5-quality-note a:hover{color:var(--z10-ink)}
.card-title h3{font-size:clamp(34px,3vw,42px);line-height:1}
.category-label,.power-tag,.electric-tag,.card-specs span,.catalogue-toolbar label>span{font-size:12px;line-height:1.5}
.card-specs strong{font-size:clamp(25px,2.4vw,32px);line-height:1.05}
.card-action{font-size:14px;font-weight:700}
.catalogue-toolbar input,.catalogue-toolbar select,.form-grid input,.form-grid select,.form-grid textarea{font-size:16px;line-height:1.5;color:var(--z10-text)}
.catalogue-toolbar label,.form-grid label{font-size:14px;color:var(--z10-text);font-weight:600}
.range-table{font-size:15px;line-height:1.55}.range-table th{font-size:13px;color:var(--z10-text-2)}
.specification-group dt{color:var(--z10-text-2)}.specification-group dd{color:var(--z10-text)}

.home6-intro,.home6-applications,.home6-featured,.home8-gallery,.catalogue10-visual,.catalogue-section,.series10-models,.series-guide,.product7-fit,.specification-section,.product8-gallery,.product7-related,.about5-overview,.about8-scenes,.about5-quality,.about5-faq,.contact10-story,.contact-faq{color:var(--z10-text)}
.home6-intro p,.home6-applications p,.home6-featured p,.home8-gallery p,.catalogue10-visual p,.series10-models p,.series-guide p,.product7-fit p,.specification-section p,.product8-gallery p,.product7-related p,.about5-overview p,.about8-scenes p,.about5-quality p,.about5-faq p,.contact10-story p,.contact-faq p{color:var(--z10-text-2)}

.home6-collection,.home6-electric,.home6-company,.home6-cta,.series10-story,.product7-overview,.product7-delivery,.about5-range,.about5-process,.about5-roadmap,.about5-cta,.contact-page{color:var(--z10-on-dark)}
.home6-collection .muted-heading,.home6-electric .muted-heading,.home6-company .muted-heading,.home6-cta .muted-heading,.series10-story .muted-heading,.product7-overview .muted-heading,.product7-delivery .muted-heading,.about5-range .muted-heading,.about5-process .muted-heading,.about5-roadmap .muted-heading,.about5-cta .muted-heading,.contact-page .muted-heading{color:#a8b5aa}
.home6-collection p,.home6-electric p,.home6-company p,.home6-cta p,.series10-story p,.product7-overview p,.product7-delivery p,.about5-range p,.about5-process p,.about5-roadmap p,.about5-cta p,.contact-page-copy p{color:var(--z10-on-dark-2)}
.home6-collection .eyebrow,.home6-electric .eyebrow,.home6-company .eyebrow,.home6-cta .eyebrow,.series10-story .eyebrow,.product7-overview .eyebrow,.product7-delivery .eyebrow,.about5-range .eyebrow,.about5-process .eyebrow,.about5-roadmap .eyebrow,.about5-cta .eyebrow,.contact-page .eyebrow{color:var(--z10-on-dark)}
.home6-collection .inline-link,.home6-electric .inline-link,.home6-company .inline-link,.home6-cta .inline-link,.series10-story .inline-link,.product7-overview .inline-link,.product7-delivery .inline-link,.about5-range .inline-link,.about5-process .inline-link,.about5-roadmap .inline-link,.about5-cta .inline-link{color:var(--z10-lime)}
.home6-collection .section-number,.home6-electric .section-number,.home6-company .section-number,.home6-cta .section-number,.series10-story .section-number,.product7-overview .section-number,.product7-delivery .section-number,.about5-range .section-number,.about5-process .section-number,.about5-roadmap .section-number,.about5-cta .section-number,.contact-page .section-number{color:#ff675b}
.about5-range .section-heading>p{color:var(--z10-on-dark-2)}
.about5-range .about5-series-card{color:var(--z10-on-dark)}
.about5-range .about5-series-card small{color:#aebbb0}

.contact-form-panel p,.contact-form-panel .form-intro,.contact-form-panel .form-privacy{color:var(--z10-text-2)}
.site-footer p,.site-footer nav,.site-footer .footer-contact>span,.site-footer .footer-bottom{color:var(--z10-on-dark-2)}
.footer-grid h3{font-size:13px;color:#98a69a;letter-spacing:.12em}
.footer-grid nav{font-size:14px;line-height:1.55}.footer-phone{font-size:20px;color:var(--z10-on-dark)}
.footer-contact .text-link{font-size:14px;color:var(--z10-lime)}

/* Buyer resources and deeper category pages. */
.buyer-resources,.series-decision,.guide-intro,.guide-content{background:var(--z10-paper);color:var(--z10-text)}
.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2vw,30px)}
.resource-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--z10-line);background:#fff;transition:transform .45s cubic-bezier(.2,.8,.2,1),border-color .3s,box-shadow .45s}
.resource-card:hover{transform:translateY(-8px);border-color:rgba(12,18,14,.38);box-shadow:0 24px 60px rgba(12,18,14,.1)}
.resource-card-image{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--z10-soft)}
.resource-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .4s}
.resource-card:hover img{transform:scale(1.045);filter:saturate(1.05)}
.resource-card-image>span{position:absolute;left:16px;bottom:16px;padding:8px 10px;background:rgba(8,13,9,.9);color:var(--z10-lime);font-size:12px;font-weight:700;letter-spacing:.1em}
.resource-card>div:last-child{display:flex;flex:1;flex-direction:column;padding:26px}
.resource-card h3{font-size:clamp(30px,2.8vw,40px);line-height:1}.resource-card p{margin:15px 0 24px;color:var(--z10-text-2);line-height:1.68}
.resource-card-link{margin-top:auto;padding-top:18px;border-top:1px solid var(--z10-line);font-size:14px;font-weight:700;color:var(--z10-link)}

.series-application-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,28px);margin:52px 0 88px}
.series-application-grid article{min-height:230px;padding:30px;border:1px solid var(--z10-line);background:var(--z10-soft);transition:transform .35s,background .35s}
.series-application-grid article:hover{transform:translateY(-5px);background:#fff}
.series-application-grid article>span{font:600 18px/1 var(--display);color:var(--z10-link)}
.series-application-grid h3{font-size:32px;margin:34px 0 14px}.series-application-grid p{color:var(--z10-text-2);line-height:1.68}
.series-compare-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:26px}.series-compare-head h3{font-size:clamp(38px,4vw,58px);margin-top:12px}
.series-compare-wrap,.guide-compare-wrap{overflow:auto;border:1px solid var(--z10-line);background:#fff}
.series-compare-wrap table,.guide-compare-wrap table{width:100%;border-collapse:collapse;min-width:820px;text-align:left}
.series-compare-wrap th,.series-compare-wrap td,.guide-compare-wrap th,.guide-compare-wrap td{padding:17px 20px;border-bottom:1px solid var(--z10-line);vertical-align:top}
.series-compare-wrap thead th,.guide-compare-wrap thead th{background:var(--z10-deep);color:var(--z10-on-dark);font-size:13px;letter-spacing:.05em}
.series-compare-wrap tbody th{font-size:18px}.series-compare-wrap tbody th a{color:var(--z10-link);text-decoration:underline;text-underline-offset:4px}
.series-compare-wrap td,.guide-compare-wrap td{font-size:15px;color:var(--z10-text-2)}
.series-faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(36px,6vw,90px);margin-top:80px;padding-top:56px;border-top:1px solid var(--z10-line)}
.series-faq h3{font-size:clamp(38px,4vw,58px);margin-top:14px}.series-faq details{border-top:1px solid var(--z10-line)}.series-faq details:last-child{border-bottom:1px solid var(--z10-line)}
.series-faq summary{display:flex;justify-content:space-between;gap:18px;padding:22px 0;font-size:17px;font-weight:650;cursor:pointer}.series-faq summary span{font-size:24px;color:var(--z10-link)}
.series-faq details p{padding:0 42px 22px 0;color:var(--z10-text-2);line-height:1.7}

/* Long-form guide pages: editorial, scannable and product-connected. */
.guide-hero{background:var(--z10-deep);color:var(--z10-on-dark);padding:clamp(52px,7vw,104px) 0 clamp(72px,8vw,126px);overflow:hidden}
.guide-index-hero{background:var(--z10-deep);color:var(--z10-on-dark);padding-top:clamp(58px,7vw,100px)}
.guide-index-hero .breadcrumb,.guide-index-hero .section-heading>p{color:var(--z10-on-dark-2)}.guide-index-hero .section-number{color:#ff675b}
.guide-index-hero h1{font-size:clamp(58px,7.4vw,112px);line-height:.87;letter-spacing:-.05em;margin-top:24px}.guide-index-hero .muted-heading{color:#a8b5aa}
.guide-hero .breadcrumb{color:var(--z10-on-dark-2)}.guide-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(36px,6vw,90px);align-items:end}
.guide-hero h1{font-size:clamp(64px,8vw,126px);line-height:.84;letter-spacing:-.055em;margin:30px 0}.guide-hero h1 em{color:var(--z10-lime)}
.guide-hero-grid>div>p:not(.eyebrow){max-width:580px;color:var(--z10-on-dark-2);font-size:18px;line-height:1.7}
.guide-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:32px}.guide-actions .inline-link{color:var(--z10-lime)}
.guide-hero-image{position:relative;aspect-ratio:4/3;overflow:hidden;border:1px solid var(--z10-light-line);margin:0}.guide-hero-image img{width:100%;height:100%;object-fit:cover}.guide-hero-image figcaption{position:absolute;left:18px;bottom:18px;padding:8px 10px;background:rgba(8,13,9,.88);font-size:12px;letter-spacing:.09em;color:var(--z10-on-dark)}
.guide-two-col,.guide-content-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(48px,8vw,120px)}.guide-two-col h2,.guide-content-grid h2{font-size:clamp(48px,5.6vw,78px);line-height:.96;margin-top:18px}
.guide-lead{font-size:24px!important;line-height:1.5!important;color:var(--z10-text)!important;margin-bottom:18px}.guide-two-col>div:last-child>p:not(.guide-lead){color:var(--z10-text-2);line-height:1.75}
.guide-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,28px);margin-top:70px}
.guide-check-grid article{min-height:230px;padding:28px;border:1px solid var(--z10-line);background:var(--z10-soft)}.guide-check-grid article>span{font:600 18px/1 var(--display);color:var(--z10-link)}
.guide-check-grid h3{font-size:32px;margin:32px 0 12px}.guide-check-grid p{color:var(--z10-text-2);line-height:1.68}
.guide-dark{background:var(--z10-deep);color:var(--z10-on-dark)}.guide-dark .section-heading>p,.guide-dark p{color:var(--z10-on-dark-2)}.guide-dark .muted-heading{color:#a8b5aa}.guide-dark .section-number{color:#ff675b}
.guide-rule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,28px);margin-top:54px}.guide-rule-grid article{padding:30px;border:1px solid var(--z10-light-line);background:var(--z10-panel)}
.guide-rule-grid strong{display:block;font:600 31px/1 var(--display);color:var(--z10-on-dark)}.guide-rule-grid p{margin-top:18px;line-height:1.72}
.guide-content-grid aside{position:sticky;top:120px;align-self:start}.guide-content-grid>div>h3{font-size:34px;margin:0 0 16px}.guide-content-grid>div>p{color:var(--z10-text-2);line-height:1.78;margin-bottom:38px}
.guide-callout{padding:30px;border-left:3px solid var(--z10-lime);background:var(--z10-soft)}.guide-callout strong{font:600 28px/1 var(--display)}.guide-callout p{margin:14px 0 0!important}
.guide-number-list{list-style:none;margin:0;padding:0}.guide-number-list li{display:grid;grid-template-columns:54px 1fr;gap:22px;padding:25px 0;border-top:1px solid var(--z10-light-line)}.guide-number-list li:last-child{border-bottom:1px solid var(--z10-light-line)}
.guide-number-list>li>span{font:600 20px/1 var(--display);color:var(--z10-lime)}.guide-number-list h3{font-size:29px}.guide-number-list p{margin-top:9px;line-height:1.65}
.guide-compare-wrap th:first-child{width:20%}.guide-compare-wrap td{width:40%;line-height:1.68}.guide-compare-wrap tbody th{font-size:15px;background:var(--z10-soft)}
.warehouse-flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,28px)}.warehouse-flow-grid a{min-height:300px;padding:30px;border:1px solid var(--z10-line);background:var(--z10-soft);transition:transform .35s,background .35s}.warehouse-flow-grid a:hover{transform:translateY(-6px);background:#fff}
.warehouse-flow-grid a>span{font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--z10-link)}.warehouse-flow-grid h3{font-size:42px;margin:54px 0 14px}.warehouse-flow-grid p{color:var(--z10-text-2);line-height:1.7}.warehouse-flow-grid strong{display:block;margin-top:28px;font-size:14px;color:var(--z10-link)}
.application-hub-grid{grid-template-columns:repeat(2,1fr)}.application-hub-grid a{min-height:330px}.application-hub-callout{display:grid;grid-template-columns:.65fr 1.35fr auto;align-items:center;gap:28px;margin-top:42px}.application-hub-callout .button{white-space:nowrap}.application-hub-callout p{margin:0!important}

/* Motion system: progressive enhancement, calm timing, no hidden no-script content. */
.scroll-progress{position:fixed;z-index:120;left:0;top:0;width:100%;height:3px;transform:scaleX(0);transform-origin:left;background:var(--z10-lime);pointer-events:none}
.motion-reveal{opacity:0;transform:translateY(28px);transition:opacity .72s cubic-bezier(.2,.7,.2,1),transform .72s cubic-bezier(.2,.7,.2,1);transition-delay:calc(var(--reveal-index,0) * 55ms)}
.motion-reveal.motion-visible{opacity:1;transform:none}
.button,.inline-link,.card-action,.resource-card-link{transition:transform .3s,color .3s,background .3s,border-color .3s}
.button:hover{transform:translateY(-3px)}.inline-link:hover span,.card-action:hover span,.resource-card:hover .resource-card-link span{transform:translate(3px,-3px)}
.inline-link span,.card-action span,.resource-card-link span{display:inline-block;transition:transform .3s}

/* Content must never disappear when observers are delayed or unavailable. */
.home6-reveal,.home8-reveal,.about5-reveal,.about8-reveal,.product7-reveal,.product8-reveal{opacity:1;transform:none}

/* Remove oversized legacy background words that crop into empty sections. */
.home6-intro:before,.home6-collection:before,.home6-electric:before,.home6-applications:before,.home6-featured:before,.home6-company:before,.home6-cta:before,
.about5-overview:before,.about5-range:before,.about5-process:before,.about5-quality:before,.about5-roadmap:before,.about5-faq:before,.about5-cta:before,
.home8-gallery:before,.about8-scenes:before,.product8-gallery:before,.product7-overview:before,.product7-fit:before,.product7-delivery:before{display:none}

@media (max-width:980px){
  .desktop-nav,.header-contact{display:none}.header-inner{grid-template-columns:1fr auto}.menu-toggle{display:block;justify-self:end}
  .page-intro-grid>div,.page-intro-grid>p,.section-heading>h2,.section-heading>div,.section-heading>p,.catalogue10-head>div,.catalogue10-head>p,.series10-head>div,.series10-head>p,.contact10-head>div,.contact10-head>p,.home8-gallery-head>div,.home8-gallery-head>p,.about8-scenes-head>div,.about8-scenes-head>p,.product8-gallery-head>div,.product8-gallery-head>p{grid-column:1/-1}
  .catalogue10-scene-grid,.home8-scene-grid,.about8-scene-grid{grid-template-columns:repeat(2,1fr)}
  .catalogue10-scene-grid figure:nth-child(even){margin-top:0}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .collection-hero-grid>div:first-child,.collection-image,.detail-gallery,.detail-copy,.contact-page-copy,.contact-form-panel{grid-column:1/-1}
  .detail-copy{padding:20px 0 0}.series10-scene-grid,.series10-scene-grid:has(figure:nth-child(4)){grid-template-columns:1fr 1fr;grid-template-rows:none}.series10-scene:first-child,.series10-scene-grid:has(figure:nth-child(4)) .series10-scene:nth-child(2){grid-row:auto}.series10-scene{aspect-ratio:4/3}
  .product7-overview-copy,.product7-stage{grid-column:1/-1}.product7-use-grid,.product7-metric-grid{grid-template-columns:repeat(2,1fr)}
  .product7-delivery-grid{grid-template-columns:1fr}.about5-process-ui{grid-template-columns:1fr}.contact10-grid{grid-template-columns:1fr}.contact10-scene-main{min-height:0;aspect-ratio:16/10}.contact10-side{grid-template-columns:1fr 1fr;grid-template-rows:none}.contact10-side figure{min-height:0;aspect-ratio:4/3}
  .footer-grid{grid-template-columns:repeat(3,1fr)}.resource-grid,.series-application-grid,.guide-check-grid,.warehouse-flow-grid{grid-template-columns:1fr 1fr}.guide-hero-grid,.guide-two-col,.guide-content-grid,.series-faq{grid-template-columns:1fr}.guide-hero-image{max-width:720px}.guide-content-grid aside{position:static}.guide-rule-grid{grid-template-columns:1fr 1fr}.application-hub-callout{grid-template-columns:1fr 1fr}.application-hub-callout .button{grid-column:1/-1;justify-self:start}
}

@media (max-width:640px){
  :root{--z10-gutter:20px;--z10-section:76px}
  .site-header{position:absolute}.header-inner{height:68px}main{padding-top:68px}
  .breadcrumb{margin-bottom:46px}.page-intro h1,.collection-hero h1,.contact-page h1{font-size:52px}
  .section-heading,.section-top,.catalogue10-head,.series10-head,.contact10-head,.home8-gallery-head,.about8-scenes-head,.product8-gallery-head{display:block}.section-heading>p,.catalogue10-head>p,.series10-head>p,.contact10-head>p,.home8-gallery-head>p,.about8-scenes-head>p,.product8-gallery-head>p{margin-top:22px}
  .section-top>.inline-link,.section-heading>.inline-link{display:inline-flex;margin-top:20px}
  .catalogue10-scene-grid,.home8-scene-grid,.about8-scene-grid,.product8-scene-grid{grid-template-columns:1fr}
  .catalogue10-scene-grid figure,.home8-scene,.home8-scene:nth-child(1),.home8-scene:nth-child(2),.about8-scene,.about8-scene:nth-child(1),.about8-scene:nth-child(8){grid-column:auto;aspect-ratio:4/3}
  .catalogue-toolbar,.collection-points,.guide-grid,.specification-grid,.product-grid{grid-template-columns:1fr}
  .product-card{min-height:0}.card-description{min-height:0}.series10-scene-grid,.series10-scene-grid:has(figure:nth-child(4)){display:grid;grid-template-columns:1fr}.series10-scene{aspect-ratio:4/3}.series10-scene:nth-child(4){display:block}
  .product7-use-grid,.product7-metric-grid{grid-template-columns:1fr 1fr}.detail-gallery{min-height:0}.detail-section-nav{top:0}.detail-section-nav .wrap{justify-content:flex-start}
  .home6-hero,.about5-hero{height:760px;min-height:0}.home6-carousel-ui{width:calc(100% - 40px)}
  .home6-application-layout>figure img{height:auto;min-height:0;aspect-ratio:4/3}.about5-process-stage{min-height:430px}
  .contact10-side{grid-template-columns:1fr}.contact10-steps{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .resource-grid,.series-application-grid,.guide-check-grid,.warehouse-flow-grid,.guide-rule-grid,.application-hub-callout{grid-template-columns:1fr}.series-application-grid{margin:38px 0 64px}.series-compare-head{display:block}.series-compare-head .inline-link{margin-top:18px}.series-faq{margin-top:60px}.guide-hero h1,.guide-index-hero h1{font-size:58px}.guide-hero-grid>div>p:not(.eyebrow){font-size:16px}.guide-actions{align-items:flex-start;flex-direction:column;gap:18px}.guide-check-grid{margin-top:44px}.guide-rule-grid{margin-top:38px}.guide-number-list li{grid-template-columns:42px 1fr}.warehouse-flow-grid h3{margin-top:38px}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.zj-marquee-track{animation-play-state:paused}.catalogue10-scene-grid img,.series10-scene-grid img,.home8-scene-grid img,.about8-scene-grid img,.product8-scene-grid img,.contact10-grid img,.resource-card,.resource-card img,.motion-reveal,.button,.inline-link span{transition:none}.motion-reveal{opacity:1;transform:none}.scroll-progress{display:none}}

/* Mobile system — touch-first hierarchy, predictable widths and zero accidental overlap. */
@media (max-width:700px){
  :root{--z10-gutter:20px;--z10-section:72px}
  html{scroll-padding-top:132px}
  body{width:100%;overflow-x:clip;-webkit-text-size-adjust:100%}
  body.mobile-menu-open{overflow:hidden}
  main{padding-top:68px}
  main :is(section,article,figure,div,nav,aside,form){min-width:0}
  .wrap{width:calc(100% - 40px)}
  .section-space{padding-block:var(--z10-section)}
  .button{width:100%;max-width:100%;min-height:50px;padding:12px 18px;gap:18px;white-space:normal;line-height:1.35}
  .inline-link,.text-link{min-height:44px;align-items:center}
  .eyebrow{font-size:12px;letter-spacing:.1em;overflow-wrap:anywhere}

  .site-header{position:fixed;inset:0 0 auto;height:auto;background:rgba(8,13,9,.97);backdrop-filter:blur(16px)}
  .header-inner{height:68px;min-height:68px;grid-template-columns:minmax(0,1fr) 48px;gap:12px}
  .site-header .brand{gap:11px;min-width:0}.site-header .brand-mark{font-size:39px;letter-spacing:-5px}.site-header .brand-caption{font-size:11px;line-height:1.3;letter-spacing:.08em}
  .menu-toggle{display:block;width:48px;height:48px;margin:0;justify-self:end}
  .menu-toggle span{transition:transform .25s ease}
  .mobile-nav{position:fixed;z-index:101;left:0;right:0;top:68px;max-height:calc(100dvh - 68px);overflow-y:auto;overscroll-behavior:contain;padding:10px 20px calc(24px + env(safe-area-inset-bottom));background:#0b110d;border-top:1px solid var(--z10-light-line);box-shadow:0 24px 60px rgba(0,0,0,.35)}
  .mobile-nav a{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:12px 2px;border-bottom:1px solid var(--z10-light-line);font-size:17px;line-height:1.3;color:#fff}
  .mobile-nav a[aria-current="page"]{color:var(--z10-lime)}
  .mobile-nav a:last-child{margin-top:12px;padding-inline:16px;background:var(--z10-lime);color:var(--z10-ink);border:0;font-weight:700}

  .breadcrumb{margin-bottom:38px;font-size:12px;letter-spacing:.06em;overflow-wrap:anywhere}
  .page-intro,.collection-hero,.product-detail,.contact-page{padding-block:48px 62px}
  .page-intro-grid,.collection-hero-grid,.detail-hero-grid,.contact-page-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:32px}
  .page-intro h1,.collection-hero h1,.contact-page h1{font-size:clamp(46px,14.2vw,58px);line-height:.91;letter-spacing:-.04em;overflow-wrap:anywhere}
  .page-intro-grid>p{font-size:16px;max-width:none}
  .section-heading h2,.catalogue10-head h2,.series10-head h2,.contact10-head h2,.home8-gallery-head h2,.about8-scenes-head h2,.product8-gallery-head h2{font-size:clamp(42px,12.2vw,54px);line-height:.98;letter-spacing:-.035em;overflow-wrap:anywhere}
  .section-heading,.section-top,.catalogue10-head,.series10-head,.contact10-head,.home8-gallery-head,.about8-scenes-head,.product8-gallery-head{margin-bottom:34px}
  .section-heading>p,.catalogue10-head>p,.series10-head>p,.contact10-head>p,.home8-gallery-head>p,.about8-scenes-head>p,.product8-gallery-head>p{font-size:16px;line-height:1.68}

  .home6-hero{height:max(700px,calc(100svh - 68px));min-height:700px;max-height:none}
  .home6-hero-inner{min-height:700px}
  .home6-hero-copy{padding-top:48px;max-width:100%}
  .home6-hero-copy h1,.home6-hero-copy h2{font-size:clamp(52px,16.5vw,66px);line-height:.86;letter-spacing:-.045em;margin:22px 0}
  .home6-hero-copy>p{max-width:330px;padding-left:14px;font-size:15px;line-height:1.62}
  .home6-hero-actions{align-items:stretch;gap:14px;margin-top:26px;width:min(100%,330px)}
  .home6-hero-actions>a:last-child{min-height:44px;justify-content:space-between;font-size:14px}
  .home6-hero-spec{left:20px;right:20px;bottom:20px;min-width:0;padding:17px 56px 17px 17px}
  .home6-hero-spec strong{font-size:26px}.home6-hero-spec small{font-size:12px;line-height:1.45}.home6-hero-spec>a{right:14px;bottom:20px;width:38px;height:38px}
  .home6-carousel-ui{left:20px;right:20px;bottom:132px;width:auto;transform:none;gap:10px}
  .home6-carousel-count{min-width:48px}.home6-carousel-dots{gap:5px}.home6-carousel-dots button{width:17px}.home6-carousel-dots button.active{width:30px}.home6-carousel-arrows{margin-left:auto}.home6-carousel-arrows button{width:40px;height:40px}
  .zj-marquee{padding-inline:20px}.zj-marquee-group span{font-size:17px}
  .home6-intro h2,.home6-electric h2,.home6-company-copy h2,.home6-cta h2{font-size:clamp(44px,13vw,54px);line-height:.94}
  .home6-lead{font-size:21px;line-height:1.45}
  .home6-facts,.about5-stat-row{grid-template-columns:1fr 1fr;gap:12px}
  .home6-facts article{display:block;min-height:132px;padding:20px 16px}.home6-facts strong{font-size:34px}.home6-facts span{display:block;margin-top:12px;font-size:13px;line-height:1.45}
  .home6-series-grid{display:grid;grid-template-columns:1fr;gap:16px}
  .home6-series-card{display:grid;grid-template-rows:auto auto auto;min-height:0;margin:0;padding:22px 20px 70px}
  .home6-series-copy{width:100%;margin-top:25px}.home6-series-copy h3{font-size:34px}.home6-series-copy p{max-width:31ch;font-size:15px}.home6-series-copy strong{font-size:31px}
  .home6-series-card>img{position:relative;right:auto;top:auto;width:100%;height:210px;margin:8px 0 0;object-fit:contain;transform:none}
  .home6-series-link{left:20px;right:20px;bottom:18px;font-size:14px}
  .home6-electric-visual,.home6-capacity-rail,.home6-application-layout{width:100%;margin-left:0}
  .home6-electric-visual>img{height:auto;aspect-ratio:4/3}.home6-electric-visual figcaption{gap:8px;font-size:9px;letter-spacing:.06em}
  .home6-capacity-rail span{padding:15px 4px;font-size:15px}
  .home6-application-layout{border-inline:1px solid var(--z10-line)}
  .home6-task-list>div{min-height:0;padding:24px 20px}.home6-task-list h3{font-size:29px}.home6-task-list p{max-width:none;font-size:15px}.home6-task-list a{position:static;display:flex;justify-content:space-between;margin-top:16px;min-height:38px;font-size:13px}
  .home6-model>a:first-of-type{height:235px}.home6-model-code{font-size:94px}.home6-model-copy h3{font-size:34px}
  .home6-company-images{grid-template-columns:1fr;gap:14px}.home6-company-images figure:nth-child(2){margin:0}.home6-company-images img{height:auto;aspect-ratio:4/3}
  .home6-process-rail{grid-template-columns:1fr;gap:12px}.home6-process-rail article,.home6-process-rail article:nth-child(n){min-height:0;padding:24px 20px;border:1px solid var(--z10-light-line)}
  .home6-cta,.about5-cta{min-height:0;background-position:64% center}.home6-cta-grid,.about5-cta-grid{min-height:0;gap:26px}.home6-cta-grid>div:last-child,.about5-cta-grid>div:last-child{padding:20px}

  .catalogue10-scene-grid,.home8-scene-grid,.about8-scene-grid,.product8-scene-grid{width:100%;margin-left:0;grid-template-columns:1fr;gap:14px}
  .catalogue10-scene-grid figure,.home8-scene,.home8-scene:nth-child(n),.about8-scene,.about8-scene:nth-child(n),.product8-scene,.product8-scene:nth-child(n){height:auto;aspect-ratio:4/3;grid-column:auto;grid-row:auto}
  .catalogue10-scene-grid figcaption,.series10-scene-grid figcaption,.home8-scene-grid figcaption,.about8-scene-grid figcaption,.product8-scene-grid figcaption,.contact10-grid figcaption{padding:44px 15px 14px;font-size:11px;letter-spacing:.08em}
  .filter-tabs{justify-content:flex-start;scroll-snap-type:x proximity;scrollbar-width:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{flex:0 0 auto;min-width:148px;min-height:50px;padding:14px 15px;scroll-snap-align:start}
  .catalogue-toolbar{grid-template-columns:1fr;margin-top:26px;padding:16px;gap:16px}
  .product-grid{grid-template-columns:1fr;gap:20px}.product-card{min-height:0;padding:20px}.product-image-button{height:auto;aspect-ratio:4/3;margin:16px -20px 22px}.card-title{align-items:flex-start}.card-title h3{font-size:38px}.card-description{min-height:0}.card-specs{display:grid;grid-template-columns:1fr 1fr;gap:16px 12px}.card-specs>div:last-child:nth-child(odd){grid-column:1/-1}.card-action{width:auto;margin:18px 0 0;padding:16px 0}

  .collection-image{width:100%;aspect-ratio:4/3}.collection-points{grid-template-columns:1fr;margin-top:28px}.collection-points span{padding:16px 0;border-right:0;border-bottom:1px solid var(--z10-line);font-size:14px}.collection-points span:last-child{border-bottom:0}
  .series10-scene-grid,.series10-scene-grid:has(figure:nth-child(4)){grid-template-columns:1fr;gap:14px}.series10-scene,.series10-scene:nth-child(n){height:auto;aspect-ratio:4/3;grid-row:auto}
  .guide-grid{grid-template-columns:1fr;margin:34px 0}.guide-grid article{min-height:0;padding:24px 20px}
  .series-application-grid{gap:14px}.series-application-grid article{min-height:0;padding:24px 20px}.series-application-grid h3{font-size:29px;margin:25px 0 12px}
  .series-compare-wrap,.guide-compare-wrap{max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;background:linear-gradient(90deg,#fff 85%,#e4e9e1)}
  .series-compare-wrap table,.guide-compare-wrap table{min-width:680px}.series-compare-wrap th,.series-compare-wrap td,.guide-compare-wrap th,.guide-compare-wrap td{padding:14px 15px}
  .series-faq{gap:24px;padding-top:42px}.series-faq summary{min-height:58px;padding:18px 0;font-size:16px}.series-faq details p{padding-right:12px}

  .detail-gallery{width:100%;padding:16px}.detail-gallery>img{height:auto;aspect-ratio:4/3}.gallery-model{font-size:34vw}.detail-copy{padding:0}.detail-copy h1{font-size:clamp(58px,19vw,76px);line-height:.84}.detail-summary{font-size:16px}.detail-metrics{grid-template-columns:1fr 1fr;gap:0 16px}.detail-metrics>div:last-child:nth-child(odd){grid-column:1/-1;padding-top:16px}.detail-metrics strong{font-size:28px;white-space:normal;overflow-wrap:anywhere}
  .detail-buttons{display:grid;grid-template-columns:1fr}.detail-buttons .button{width:100%;white-space:normal}.detail-contact-line{font-size:13px;overflow-wrap:anywhere}
  .detail-section-nav{top:68px}.detail-section-nav .wrap{gap:24px;justify-content:flex-start;scroll-snap-type:x proximity}.detail-section-nav a{min-height:50px;padding:14px 0;scroll-snap-align:start}.detail-section-nav .nav-quote{margin-left:0}
  .product7-overview-grid{grid-template-columns:1fr;gap:32px}.product7-overview-copy,.product7-stage{grid-column:auto}.product7-overview-copy h2,.product7-delivery-head h2{font-size:clamp(43px,12.8vw,54px)}
  .product7-stage{width:100%;margin:0;min-height:0;aspect-ratio:4/3;border-inline:1px solid var(--z10-light-line)}.product7-stage>img{height:100%}.product7-stage>span{font-size:34vw;top:30%}
  .product7-use-grid,.product7-metric-grid{grid-template-columns:1fr;gap:12px}.product7-use-grid article,.product7-use-grid article:nth-child(n),.product7-metric-grid article,.product7-metric-grid article:nth-child(n){min-height:0;padding:22px 20px;border:1px solid var(--z10-light-line)}.product7-metric-grid article,.product7-metric-grid article:nth-child(n){border-color:var(--z10-line)}
  .specification-grid{grid-template-columns:1fr;gap:22px}.specification-group{padding:20px 14px}.specification-group h3{font-size:28px}.specification-group table{table-layout:fixed}.specification-group th,.specification-group td{width:50%;padding:12px 9px;font-size:14px;overflow-wrap:anywhere}.specification-group td{text-align:right}
  .product7-delivery-grid{margin-top:34px}.product7-delivery-grid img{height:auto;aspect-ratio:4/3}

  .about5-hero{height:max(690px,calc(100svh - 68px));min-height:690px;max-height:none}.about5-hero-inner{min-height:690px}.about5-hero-copy{padding-top:34px}.about5-hero-copy h1{font-size:clamp(52px,16.5vw,66px);line-height:.86}.about5-hero-copy>p{font-size:15px;line-height:1.65}.about5-hero-actions{width:min(100%,320px);align-items:stretch;gap:14px}
  .about5-nav{top:68px}.about5-nav>.wrap{width:100%;padding-inline:20px;gap:24px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.about5-nav>.wrap::-webkit-scrollbar{display:none}.about5-nav a{flex:none;min-height:50px;padding:14px 0}
  .about5-overview h2,.about5-process-title h2,.about5-roadmap-grid>div h2,.about5-faq-grid h2{font-size:clamp(42px,12.2vw,52px)}.about5-lead{font-size:21px}
  .about5-stat-row article{min-height:155px;padding:20px 16px}.about5-stat-row strong{font-size:32px}.about5-stat-row span{font-size:13px}.about5-stat-row p{font-size:13px;line-height:1.5}
  .about5-principles article,.about5-principles article:not(:first-child){padding:24px 20px;border:1px solid var(--z10-light-line)}
  .about5-series-card{grid-template-columns:82px minmax(0,1fr) 24px;gap:12px;min-height:122px;padding:14px}.about5-series-card>span:first-child{display:none}.about5-series-card>img{width:82px;height:92px}.about5-series-card>div{padding:0}.about5-series-card strong{font-size:23px;line-height:1.05}.about5-series-card small{font-size:12px;line-height:1.45}
  .about5-process-ui{width:100%;margin:30px 0 0;border-inline:1px solid var(--z10-light-line)}.about5-process-stage{min-height:390px}.about5-process-stage>img{height:390px;min-height:390px}.about5-stage-overlay{left:18px;right:18px;bottom:18px}.about5-stage-overlay h3{font-size:34px}.about5-stage-overlay p{font-size:14px}.about5-process-tabs{scroll-snap-type:x proximity}.about5-process-tab{min-width:170px;scroll-snap-align:start}.about5-disclosure{font-size:12px}
  .about5-quality-note{padding:20px}.about5-roadmap li{grid-template-columns:38px minmax(0,1fr);gap:14px}.about5-faq summary{padding-inline:0;font-size:18px}.about5-faq details p{padding-left:0}

  .guide-hero,.guide-index-hero{padding-top:48px}.guide-hero h1,.guide-index-hero h1{font-size:clamp(48px,14vw,58px);line-height:.9;letter-spacing:-.04em;overflow-wrap:anywhere}.guide-hero-grid{gap:34px}.guide-hero-image{width:100%;aspect-ratio:4/3}.guide-actions{width:min(100%,330px)}
  .guide-two-col,.guide-content-grid{gap:34px}.guide-two-col h2,.guide-content-grid h2{font-size:clamp(42px,12vw,52px)}.guide-lead{font-size:21px!important}.guide-check-grid article,.guide-rule-grid article,.warehouse-flow-grid a{min-height:0;padding:24px 20px}.guide-check-grid h3,.guide-number-list h3{font-size:28px}.guide-callout{padding:22px 18px}.guide-number-list li{grid-template-columns:36px minmax(0,1fr);gap:12px}.warehouse-flow-grid h3{font-size:34px}
  .application-hub-callout{gap:18px}.application-hub-callout .button{width:100%}

  .contact-page-copy{display:block;padding:0}.contact-page-copy h1{font-size:clamp(48px,14vw,58px)}.contact-page-intro{font-size:16px}.contact-method{margin-top:34px}.contact-number{font-size:clamp(28px,9vw,38px);white-space:normal;overflow-wrap:anywhere}.contact-method-actions{align-items:flex-start;flex-direction:column;gap:12px}.contact-preparation{max-width:none}
  .contact-form-panel{padding:24px 18px}.contact-form-panel h2{font-size:42px}.contact-form-panel .form-grid{grid-template-columns:1fr;gap:16px}.contact-form-panel .form-grid input,.contact-form-panel .form-grid select,.contact-form-panel .form-grid textarea{width:100%;min-height:48px}.contact10-grid{gap:14px}.contact10-scene-main,.contact10-side figure{aspect-ratio:4/3}.contact10-steps{grid-template-columns:1fr}.contact10-steps span{font-size:13px}.faq-layout{grid-template-columns:1fr;gap:32px}.faq-list summary{font-size:16px;min-height:58px}

  .resource-grid{gap:16px}.resource-card>div:last-child{padding:22px 18px}.resource-card h3{font-size:31px}.resource-card p{font-size:16px}.resource-card-image>span{left:12px;bottom:12px}
  .site-footer{padding-bottom:calc(22px + env(safe-area-inset-bottom))}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-grid nav{gap:4px}.footer-grid nav a{display:flex;align-items:center;min-height:44px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:12px}.footer-phone{white-space:normal;overflow-wrap:anywhere}
  .floating-whatsapp{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));width:52px;height:52px;min-height:52px;padding:0;justify-content:center;border-radius:50%}.floating-whatsapp span{display:none}.floating-whatsapp svg{width:23px;height:23px}
  dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px)}.dialog-top{padding:13px 16px}.detail-intro,.detail-specification,.enquiry-inner{padding:20px 16px}.detail-intro h2,.enquiry-inner h2{font-size:42px}.detail-intro img{height:auto;aspect-ratio:4/3}.detail-capacity{gap:20px;flex-wrap:wrap}
}

@media (max-width:360px){
  :root{--z10-gutter:16px}.wrap{width:calc(100% - 32px)}
  .site-header .brand-caption{display:none}.header-inner{grid-template-columns:1fr 48px}
  .home6-hero-spec{left:16px;right:16px}.home6-carousel-ui{left:16px;right:16px}.home6-carousel-dots{display:none}
  .home6-facts,.about5-stat-row{grid-template-columns:1fr}.home6-facts article,.about5-stat-row article{min-height:0}
  .home6-series-card{padding-inline:16px}.home6-series-link{left:16px;right:16px}
  .card-title{display:block}.card-title .electric-tag,.card-title .power-tag{display:inline-block;margin-top:8px}
  .card-specs{grid-template-columns:1fr}.card-specs>div:last-child:nth-child(odd){grid-column:auto}
  .about5-series-card{grid-template-columns:70px minmax(0,1fr) 20px}.about5-series-card>img{width:70px;height:80px}.about5-series-card strong{font-size:21px}
  .contact-form-panel{padding-inline:14px}.specification-group{padding-inline:10px}.specification-group th,.specification-group td{padding-inline:7px}
}

@media (hover:none){
  .resource-card:hover,.series-application-grid article:hover,.warehouse-flow-grid a:hover,.button:hover{transform:none}
  .catalogue10-scene-grid figure:hover img,.series10-scene-grid figure:hover img,.home8-scene-grid figure:hover img,.about8-scene-grid figure:hover img,.product8-scene-grid figure:hover img,.contact10-grid figure:hover img{transform:none}
}
