:root{--navy:#102635;--navy2:#162f3f;--gold:#c98a08;--paper:#f7f7f5;--ink:#17191b;--muted:#566069;--line:#d8d8d5;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:var(--navy);color:#fff;border-bottom:1px solid #284352}.header-inner{height:72px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;margin-right:auto;color:#e1a52c;font-weight:700;font-size:21px}.brand img{width:44px;height:44px;object-fit:contain}.nav{display:flex;align-items:center;gap:28px;font-size:14px}.nav a{padding:25px 0 21px;border-bottom:2px solid transparent}.nav a:hover,.nav a.active{color:#dda022;border-color:#dda022}.outline-btn,.gold-btn{border:1px solid var(--gold);color:#d99a18;padding:10px 17px;border-radius:2px;background:transparent;cursor:pointer}.gold-btn{display:inline-block;padding:13px 28px}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:27px}.hero{min-height:440px;background:#fff;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:46% 54%;min-height:440px}.hero-copy{padding:70px 35px 55px 0;z-index:2}.hero h1{font-size:48px;line-height:1.1;margin:0 0 22px}.hero p{font-size:22px;max-width:550px;margin:0 0 28px}.hero-image{background-size:cover;background-position:center;position:relative}.hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#fff 0%,rgba(255,255,255,.65) 12%,transparent 48%)}.hero-notes{display:flex;gap:46px;margin-top:35px}.hero-note{display:flex;align-items:center;gap:12px;font-size:16px}.hero-note b{color:var(--gold);font-size:28px;font-weight:400}.section{padding:58px 0}.section-dark{background:var(--navy);color:#fff}.section-title{text-align:center;font-size:32px;font-weight:400;margin:0 0 36px}.section-title:after,.accent-title:after{content:"";display:block;width:42px;height:2px;background:var(--gold);margin:10px auto 0}.accent-title:after{margin:10px 0 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:34px}.feature h3{font-size:19px;font-weight:400}.icon{font-size:38px;color:#d6991b}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.card{background:#fff;border:1px solid #ddd;box-shadow:0 5px 18px rgba(15,30,40,.07);border-radius:4px;overflow:hidden}.product-img{height:190px;background:linear-gradient(145deg,#d5d9da,#6e7c83);position:relative}.product-img:after{content:"";position:absolute;inset:22%;border:5px solid rgba(255,255,255,.6);border-radius:5px}.product-card:nth-child(2) .product-img{background:url("../images/ktp.jpg") center/cover}.product-card:nth-child(5) .product-img{background:url("../images/transformers-hero.jpg") center/cover}.product-body{padding:17px;min-height:100px}.banner{min-height:250px;background:url("../images/transformer-banner.jpg") center/cover;position:relative;color:#fff;display:flex;align-items:center}.banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,29,42,.96),rgba(8,29,42,.4))}.banner .container{position:relative}.banner h2{font-size:34px;font-weight:400}.subhero .hero-copy{padding-top:58px}.subhero .hero-copy p{font-size:18px}.subhero h1{font-size:46px}.about-hero{background-image:url("../images/about-hero.jpg")}.transformers-hero{background-image:url("../images/transformers-hero.jpg")}.logistics-hero{background-image:url("../images/logistics-hero.jpg")}.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.split img{width:100%;border-radius:4px;box-shadow:0 8px 25px rgba(0,0,0,.15)}.checklist{list-style:none;padding:0}.checklist li{margin:8px 0;padding-left:28px;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--gold);border:1px solid var(--gold);width:18px;height:18px;line-height:16px;text-align:center;border-radius:50%;font-size:12px}.tile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tile{padding:24px;border:1px solid #d8d8d8;background:#fff;border-radius:4px;box-shadow:0 4px 16px rgba(0,0,0,.05)}.section-dark .tile{background:transparent;border-color:#b77f13}.tile h3{color:#bd7e05;font-weight:400;font-size:22px;margin:4px 0 12px}.power-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.power{border:1px solid var(--gold);padding:20px;text-align:center;color:#dfa21f;border-radius:4px;font-size:20px}.wide{grid-column:1/-1}.statements{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.statement{padding:22px;background:#fff;border:1px solid #ddd}.section-dark .statement{background:transparent;border-color:#a67819}.transport-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.transport-grid img{height:190px;width:100%;object-fit:cover}.contact-section{background:#eef0ef}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.contact-form{display:grid;gap:13px}.contact-form input,.contact-form textarea{width:100%;padding:14px;border:1px solid #c9cdcf;background:#fff;font:inherit}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{justify-self:start;background:var(--navy);color:#fff;border:0;padding:14px 25px;cursor:pointer}.hp{position:absolute;left:-9999px}.site-footer{background:#f4f4f2;padding:42px 0 16px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.2fr;gap:38px}.footer-brand img{width:105px;margin-bottom:10px}.footer-title{font-weight:700;margin-bottom:10px}.footer-list{list-style:none;margin:0;padding:0;color:#454b50}.footer-list li{margin:4px 0}.legal{border-top:1px solid #cfd1d0;margin-top:28px;padding-top:14px;display:flex;justify-content:space-between;font-size:13px;color:#555}.notice{padding:12px 15px;background:#fff4d8;border-left:3px solid var(--gold);margin-bottom:18px}
@media(max-width:900px){.nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--navy);padding:18px 25px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.nav a{padding:8px 0}.header-inner>.outline-btn{display:none}.menu-btn{display:block}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:45px 0}.hero-image{min-height:280px;grid-row:1}.hero-image:before{background:linear-gradient(0deg,#fff,transparent 45%)}.feature-grid,.statements{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.split,.contact-grid{grid-template-columns:1fr}.tile-grid,.transport-grid{grid-template-columns:1fr}.power-grid{grid-template-columns:repeat(2,1fr)}.wide{grid-column:1/-1}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.container{width:min(100% - 28px,var(--max))}.brand{font-size:17px}.hero h1,.subhero h1{font-size:36px}.hero p{font-size:18px}.hero-notes{display:grid;gap:14px}.feature-grid,.statements,.product-grid,.power-grid,.footer-grid{grid-template-columns:1fr}.section{padding:42px 0}.section-title{font-size:27px}.legal{display:grid;gap:10px}.product-img{height:220px}}

/* Exact approved home-page composition */
.home-hero{background:#fff;overflow:hidden}.home-hero-grid{display:grid;grid-template-columns:42% 58%;min-height:440px}.home-hero-copy{padding:66px 0 38px;position:relative;z-index:2}.home-hero-copy h1{font-size:48px;line-height:1;margin:0 0 18px}.home-hero-copy>p{font-size:24px;line-height:1.3;margin:0}.gold-rule{display:block;width:38px;height:2px;background:var(--gold);margin:28px 0}.home-hero-image{background:url("../images/main-hero.jpg") center/cover no-repeat;position:relative}.home-hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(95deg,#fff 0%,rgba(255,255,255,.74) 10%,transparent 46%)}.hero-facts{display:flex;gap:62px}.hero-fact{display:flex;gap:13px;align-items:center;font-size:17px}.hero-fact svg{width:38px;height:38px;fill:none;stroke:var(--gold);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.why{padding:34px 0 45px;color:#fff;background:linear-gradient(rgba(13,35,49,.93),rgba(13,35,49,.93)),url("../images/transformer-banner.jpg") center/cover}.why .section-title{font-size:30px;margin-bottom:37px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px}.why-grid article svg{width:51px;height:51px;fill:none;stroke:#e4a21d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.why-grid h3{font-size:18px;font-weight:400;margin:10px 0 13px}.why-grid p{font-size:15px;line-height:1.72;margin:0;color:#f2f2f2}.products-section{padding:30px 0 18px;background:#f5f5f3}.dark-title{color:#111;margin-bottom:24px}.exact-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.exact-product-card{display:block;background:#f8f8f7;border:1px solid #d6d8d7;box-shadow:0 3px 12px rgba(0,0,0,.09);min-width:0;position:relative}.exact-product-card>img{width:100%;aspect-ratio:1.06/1;object-fit:cover}.exact-product-card>div{min-height:96px;padding:14px 13px;display:flex;justify-content:space-between;align-items:flex-start;font-size:16px;line-height:1.35}.exact-product-card b{color:var(--gold);font-size:27px;font-weight:300}.survey-placeholder{margin:0 10px 12px;padding:8px 9px;width:calc(100% - 20px);border:1px solid var(--gold);background:transparent;color:#464646;font-size:12px}.survey-placeholder svg{width:18px;height:18px;vertical-align:middle;fill:none;stroke:var(--gold);stroke-width:1.5}.transformer-callout{min-height:162px;background:linear-gradient(90deg,rgba(9,34,48,.97),rgba(9,34,48,.2)),url("../images/transformer-banner.jpg") center 55%/cover;color:#fff;display:flex;align-items:center}.transformer-callout h2{font-size:30px;font-weight:400;margin:0 0 30px}.transformer-callout .gold-btn{min-width:148px;text-align:center}
@media(max-width:900px){.home-hero-grid{grid-template-columns:1fr}.home-hero-copy{padding:42px 0}.home-hero-image{min-height:310px;grid-row:1}.why-grid{grid-template-columns:repeat(2,1fr)}.exact-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.home-hero-copy h1{font-size:38px}.home-hero-copy>p{font-size:19px}.hero-facts{display:grid;gap:17px}.why-grid,.exact-product-grid{grid-template-columns:1fr}.exact-product-card>img{aspect-ratio:1.35/1}.transformer-callout h2{font-size:26px}}

.exact-product-card{display:flex;flex-direction:column}.product-main-link{display:block}.product-main-link>img{width:100%;aspect-ratio:1.06/1;object-fit:cover}.product-main-link>div{min-height:96px;padding:14px 13px;display:flex;justify-content:space-between;align-items:flex-start;font-size:16px;line-height:1.35}.survey-actions{margin-top:auto}.survey-placeholder{display:block;text-align:center;cursor:pointer}.survey-placeholder:hover{background:#fff4d8}

/* Approved desktop composition */
body{background:#f8f8f6;font-family:"Segoe UI",Arial,sans-serif;font-size:15px}.container{width:min(1180px,calc(100% - 72px))}.site-header{position:relative;background:linear-gradient(100deg,#102735,#0b1d29)}.header-inner{height:70px}.brand img{width:46px;height:46px}.brand{font-size:20px}.nav{gap:48px}.outline-btn{padding:8px 14px}.hero.subhero,.hero.subhero .hero-grid{min-height:440px}.subhero .hero-copy{padding:68px 34px 45px 0}.subhero h1{font-size:46px}.subhero .hero-copy p{font-size:17px;line-height:1.55}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(60deg,transparent 47%,rgba(198,139,22,.36) 47.2%,rgba(198,139,22,.36) 49%,transparent 49.2%);pointer-events:none}.section{padding:38px 0}.section-title{font-size:29px;margin-bottom:20px}.section-lead{text-align:center;margin:-8px 0 20px}.section-dark{background:radial-gradient(circle at 50% 30%,#1b394a,#0d2433 72%)}.section-dark .section-title{color:#fff}.section-dark .section-title:after{width:48px}.split{gap:35px}.split h2{font-size:27px;font-weight:400;margin-top:0}.split p,.split li{line-height:1.55}.equipment{padding-top:22px}.equipment-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.equipment-grid article{background:#fff;border:1px solid #dedede;border-radius:3px;box-shadow:0 3px 13px rgba(0,0,0,.08);padding:11px 8px 13px;text-align:center;min-width:0}.equipment-grid article img{height:150px;width:100%;object-fit:cover;border-radius:3px;margin:6px 0 11px}.line-icon{display:block;color:#ca8810;font-size:34px;line-height:1}.equipment-grid p{font-size:12px;line-height:1.35;margin:0}.equipment-note{text-align:center;margin:25px 0 0;color:#444}.power-grid{margin-top:18px}.power{padding:17px;font-size:19px}.transformer-kits{padding-bottom:24px}.kit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.kit-grid .tile{text-align:center;min-height:235px;padding:24px 15px}.kit-grid .icon{font-size:58px}.kit-grid p{line-height:1.5}.expansion{display:grid;grid-template-columns:92px 1fr;gap:22px;background:#102b3b;color:#fff;padding:24px 32px;margin-top:18px;border-radius:6px}.expansion .icon{font-size:58px;border-right:1px solid var(--gold)}.expansion h3{font-size:22px;font-weight:400;margin:0 0 5px}.expansion p{margin:0}.variants{padding-top:27px}.variant-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.variant-grid article{border:1px solid #bd8317;border-radius:6px;overflow:hidden}.variant-grid article>img{height:202px;width:100%;object-fit:cover}.variant-grid article>div{display:grid;grid-template-columns:48px 1fr;gap:10px;padding:15px 17px 18px}.variant-grid p{font-size:14px;line-height:1.5;margin:0}.variant-grid b{font-weight:500}.transport-grid .card{box-shadow:0 4px 14px rgba(0,0,0,.12)}.transport-grid .product-body{font-size:13px}.statements .statement{border-left:1px solid var(--gold);border-top:0;border-right:0;border-bottom:0}.statements .statement h3{font-size:15px;font-weight:500}.footer-brand img{width:90px}.site-footer{padding-top:30px}.footer-grid{gap:70px}.legal{font-size:12px}
@media(max-width:900px){.container{width:min(100% - 34px,var(--max))}.equipment-grid{grid-template-columns:repeat(2,1fr)}.kit-grid{grid-template-columns:repeat(2,1fr)}.variant-grid{grid-template-columns:1fr}.nav{gap:16px}.hero.subhero,.hero.subhero .hero-grid{min-height:auto}.hero-image:after{display:none}}
@media(max-width:560px){.equipment-grid,.kit-grid{grid-template-columns:1fr}.expansion{grid-template-columns:1fr}.expansion .icon{border:0}.subhero .hero-copy{padding:35px 0}.site-header{position:sticky}.variant-grid article>img{height:220px}}

/* Element-by-element additions from the approved layouts */
.solution-panel{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--gold);border-radius:6px;padding:18px 0}.solution-half{display:grid;grid-template-columns:70px 1fr;gap:16px;align-items:center;padding:0 28px}.solution-half+ .solution-half{border-left:1px solid var(--gold)}.solution-half p{margin:0;line-height:1.45}.solution-half strong{display:block;color:#e0a01d;font-size:20px;font-weight:400;margin-top:4px}.round-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid var(--gold);border-radius:50%;color:#e0a01d;font-size:32px}.solution-note{text-align:center;margin:18px 0 0;color:#e7e7e7}.cooperation{position:relative;background:linear-gradient(90deg,rgba(11,35,49,.98),rgba(11,35,49,.91)),url("../images/transformer-banner.jpg") center/cover}.cooperation .feature-grid{gap:42px}.cooperation .feature h3{margin:10px 0 12px}.cooperation .feature p{font-size:14px;line-height:1.6}.feature-svg,.statement-icon,.coord-icon{width:54px;height:54px;display:block;position:relative;color:#da9814}.feature-svg:before,.feature-svg:after,.statement-icon:before,.statement-icon:after,.coord-icon:before,.coord-icon:after{content:"";position:absolute;border:2px solid currentColor}.feature-complex .feature-svg:before{width:22px;height:22px;border-radius:50%;left:16px;top:0;box-shadow:-14px 25px 0 -1px transparent,14px 25px 0 -1px transparent}.feature-complex .feature-svg:after{width:22px;height:22px;border-radius:50%;left:2px;top:25px;box-shadow:28px 0 0 -1px transparent}.feature-flex .feature-svg:before{width:36px;height:26px;transform:rotate(-45deg);left:8px;top:12px;border-radius:3px}.feature-flex .feature-svg:after{width:5px;height:5px;border-radius:50%;left:35px;top:10px}.feature-time .feature-svg:before{width:38px;height:25px;left:1px;top:12px}.feature-time .feature-svg:after{width:15px;height:15px;border-radius:50%;left:8px;top:36px;box-shadow:27px 0 0 -1px #102635}.feature-doc .feature-svg:before{width:35px;height:43px;left:7px;top:2px;border-radius:16px 16px 20px 20px}.feature-doc .feature-svg:after{width:11px;height:11px;border-radius:50%;left:19px;top:14px}.power:before{content:"ϟ";display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid var(--gold);border-radius:50%;margin-right:13px;font-size:21px}.power.wide:before{margin-right:20px}.geography{padding:20px 0}.russia-map{position:relative;min-height:190px;background:#d8dcde;clip-path:polygon(2% 42%,9% 31%,17% 35%,24% 22%,33% 29%,40% 18%,49% 28%,58% 15%,65% 24%,73% 20%,80% 35%,89% 30%,98% 49%,92% 62%,84% 57%,76% 72%,66% 64%,57% 76%,47% 66%,38% 78%,30% 66%,21% 72%,13% 61%,5% 64%)}.russia-map:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 55%,#fff 0 3px,#d99a18 4px 5px,transparent 6px),radial-gradient(circle at 35% 44%,#fff 0 3px,#d99a18 4px 5px,transparent 6px),radial-gradient(circle at 56% 49%,#fff 0 3px,#d99a18 4px 5px,transparent 6px),radial-gradient(circle at 76% 45%,#fff 0 3px,#d99a18 4px 5px,transparent 6px),radial-gradient(circle at 90% 55%,#fff 0 3px,#d99a18 4px 5px,transparent 6px)}.route{position:absolute;height:1px;background:#e4ad42;transform-origin:left}.r1{width:43%;left:16%;top:53%;transform:rotate(-8deg)}.r2{width:58%;left:16%;top:53%;transform:rotate(4deg)}.r3{width:75%;left:16%;top:53%;transform:rotate(-1deg)}.transport-features .statements{gap:0}.transport-features .statement{padding:8px 22px}.statement-icon{height:48px}.cargo .statement-icon:before{width:26px;height:31px;left:12px;top:8px;border-radius:4px}.cargo .statement-icon:after{width:12px;height:12px;border-radius:50%;left:19px;top:0}.fixing .statement-icon:before{width:41px;height:12px;left:5px;top:18px;transform:rotate(-38deg);border-radius:7px}.fixing .statement-icon:after{width:10px;height:10px;border-radius:50%;left:4px;top:30px}.package .statement-icon:before{width:37px;height:35px;left:7px;top:7px;transform:rotate(30deg)}.package .statement-icon:after{width:37px;height:1px;left:8px;top:24px}.tracking .statement-icon:before{width:31px;height:40px;left:8px;top:3px;border-radius:3px}.tracking .statement-icon:after{width:17px;height:17px;border-radius:50%;left:26px;top:27px}.coordination .tile-grid{gap:0}.coordination .tile{display:grid;grid-template-columns:64px 1fr;gap:14px;border:0;border-radius:0;padding:12px 27px}.coordination .tile+ .tile{border-left:1px solid var(--gold)}.coordination .tile h3{color:#fff;font-size:16px;margin:0 0 5px}.coordination .tile p{margin:0;font-size:13px;line-height:1.5}.schedule .coord-icon:before{width:39px;height:35px;left:5px;top:10px;border-radius:4px}.schedule .coord-icon:after{width:39px;height:6px;left:5px;top:8px;border-radius:4px}.dates .coord-icon:before{width:42px;height:42px;border-radius:50%;left:4px;top:4px}.dates .coord-icon:after{width:1px;height:16px;border-width:0 0 2px 2px;left:25px;top:12px;transform:rotate(-25deg)}.status .coord-icon:before{width:42px;height:32px;left:4px;top:7px;border-radius:10px}.status .coord-icon:after{width:10px;height:10px;border-width:0 0 2px 2px;left:13px;top:33px;transform:rotate(-45deg)}
@media(max-width:900px){.solution-panel{grid-template-columns:1fr}.solution-half+ .solution-half{border-left:0;border-top:1px solid var(--gold);margin-top:15px;padding-top:15px}.russia-map{min-height:210px}.transport-features .statements{grid-template-columns:1fr 1fr}.coordination .tile-grid{grid-template-columns:1fr}.coordination .tile+ .tile{border-left:0;border-top:1px solid var(--gold)}}
@media(max-width:560px){.solution-half{grid-template-columns:50px 1fr;padding:10px 15px}.round-icon{width:44px;height:44px}.transport-features .statements{grid-template-columns:1fr}.russia-map{min-height:150px}.coordination .tile{grid-template-columns:54px 1fr}}
.materials .statements{gap:18px}.materials .statement{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;border:1px solid #ddd;padding:22px 16px;background:#fff}.materials .statement p{font-size:13px;margin:0;line-height:1.55}.material-icon{color:#c9870d;font-size:34px;text-align:center}.quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.quality-card{display:grid;grid-template-columns:90px 1fr;gap:18px;background:#fff;border:1px solid #ddd;box-shadow:0 3px 14px rgba(0,0,0,.06);padding:25px 28px}.quality-card h3{margin:0 0 7px;font-size:17px}.quality-card p{font-size:14px;margin:0;line-height:1.55}.quality-icon{display:grid;place-items:center;color:#c9870d;font-size:40px;border:2px solid currentColor;border-radius:6px;width:58px;height:70px}.quality-card .checklist{font-size:13px;margin:0}.quality-card .checklist li{margin:4px 0}.transformer-quality{padding-top:30px}@media(max-width:900px){.quality-grid{grid-template-columns:1fr}.materials .statements{grid-template-columns:1fr 1fr}}@media(max-width:560px){.materials .statements{grid-template-columns:1fr}.quality-card{grid-template-columns:62px 1fr;padding:20px 14px}.quality-icon{width:48px;height:58px;font-size:30px}}

/* Unified project system based on the approved logistics page */
:root{--paper:#f5f5f3;--paper-alt:#eceeed;--navy:#102838;--navy2:#193747;--gold:#cb8c12}
body{background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:15px}
.container{width:1180px;max-width:calc(100% - 72px)}
.site-header{position:relative;height:70px;background:linear-gradient(100deg,#102735,#0d202d);border:0}
.header-inner{height:70px;gap:28px}.brand{font-size:20px;gap:10px}.brand img{width:46px;height:46px}.nav{gap:28px;font-size:14px}.nav a{height:70px;padding:0;display:flex;align-items:center}.outline-btn{font-size:12px;padding:9px 14px}

/* The same seamless first-screen treatment: gray surface, soft photo fade, one diagonal accent */
.hero.subhero{height:370px;min-height:370px;background:var(--paper);isolation:isolate}
.hero.subhero .hero-grid{display:block;position:relative;height:370px;min-height:370px}
.hero.subhero .hero-copy{position:relative;z-index:3;width:47%;padding:58px 18px 35px 0}
.hero.subhero h1{font-size:42px;line-height:1.1;margin:0 0 36px;position:relative}
.hero.subhero h1:after{content:"";position:absolute;left:0;bottom:-18px;width:38px;height:2px;background:var(--gold)}
.hero.subhero .hero-copy p{font-size:16px;line-height:1.55;margin:0 0 12px;max-width:520px}
.hero.subhero .hero-image{position:absolute;z-index:0;left:28%;right:auto;top:0;width:72%;height:370px;background-position:center;background-size:cover}
.hero.subhero .hero-image:before{z-index:1;background:linear-gradient(90deg,var(--paper) 0%,var(--paper) 0%,rgba(245,245,243,.99) 7%,rgba(245,245,243,.96) 15%,rgba(245,245,243,.86) 23%,rgba(245,245,243,.68) 32%,rgba(245,245,243,.42) 43%,rgba(245,245,243,.18) 53%,transparent 64%)}
.hero.subhero .hero-image:after{z-index:2;inset:-35% auto -35% 28%;width:24px;height:170%;background:rgba(198,139,22,.24);transform:rotate(-31deg);transform-origin:center}

.home-hero{height:440px;background:var(--paper);isolation:isolate}.home-hero-grid{display:block;position:relative;min-height:440px}.home-hero-copy{width:47%;padding:64px 0 38px;z-index:3}.home-hero-copy h1{font-size:48px}.home-hero-copy>p{font-size:22px}.home-hero-image{position:absolute;z-index:0;left:28%;right:auto;top:0;width:72%;height:440px}.home-hero-image:before{z-index:1;background:linear-gradient(90deg,var(--paper) 0%,var(--paper) 0%,rgba(245,245,243,.99) 7%,rgba(245,245,243,.96) 15%,rgba(245,245,243,.86) 23%,rgba(245,245,243,.68) 32%,rgba(245,245,243,.42) 43%,rgba(245,245,243,.18) 53%,transparent 64%)}
.home-hero-image:after{content:"";position:absolute;z-index:2;inset:-35% auto -35% 28%;width:24px;height:170%;background:rgba(198,139,22,.24);transform:rotate(-31deg);transform-origin:center;pointer-events:none}

.section{padding:30px 0}.section-dark{background:radial-gradient(circle at 50% 35%,var(--navy2) 0,var(--navy) 70%)}
.equipment,.materials,.transformer-kits,.transformer-quality,.products-section{background:var(--paper)}
.equipment-grid article,.materials .statement,.kit-grid .tile,.quality-card,.exact-product-card{background:#f8f8f7;border-color:#ddd;box-shadow:0 3px 12px rgba(0,0,0,.08)}
.section-title{font-size:27px;margin-bottom:24px}.section-title:after{width:38px}
.split{gap:38px}.split img{box-shadow:none;border-radius:4px}.equipment-grid{gap:16px}.kit-grid{gap:18px}.variant-grid{gap:18px}
.why{background:linear-gradient(rgba(13,35,49,.94),rgba(13,35,49,.94)),url("../images/transformer-banner.jpg") center/cover}.cooperation{background:linear-gradient(rgba(13,35,49,.94),rgba(13,35,49,.94)),url("../images/transformer-banner.jpg") center/cover}

/* One footer on all pages */
.site-footer{background:var(--paper);padding:30px 0 15px;border-top:1px solid #e0e1df}.footer-grid{grid-template-columns:1.05fr 1fr 1fr 1.35fr;gap:60px;align-items:start}.footer-brand{text-align:center;color:#c88b17;font-size:21px}.footer-brand img{width:105px;height:105px;object-fit:contain;margin:0 auto 5px}.footer-title{font-size:14px;margin:0 0 8px}.footer-list{font-size:12px;line-height:1.42;color:#484d50}.footer-list li{margin:0}.standard-footer-contacts{display:grid;gap:10px}.standard-footer-contacts p{display:grid;grid-template-columns:22px 1fr;gap:9px;align-items:start;margin:0;font-size:12px;line-height:1.5;color:#484d50}.standard-footer-contacts svg{width:18px;height:18px;fill:none;stroke:var(--gold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.legal{font-size:11px;margin-top:20px;padding-top:11px;border-color:#cbcdca}

@media(max-width:900px){.container{max-width:calc(100% - 40px)}.nav{gap:16px;font-size:12px}.hero.subhero{height:330px;min-height:330px}.hero.subhero .hero-grid{height:330px;min-height:330px}.hero.subhero .hero-image{left:24%;width:76%;height:330px}.hero.subhero .hero-copy{padding-top:50px}.hero.subhero h1{font-size:36px}.home-hero{height:auto}.home-hero-grid{display:grid;grid-template-columns:1fr}.home-hero-copy{width:100%;padding:38px 0}.home-hero-image{position:relative;left:0;width:100%;height:310px;grid-row:1}.home-hero-image:before{background:linear-gradient(0deg,var(--paper),transparent 55%)}.home-hero-image:after{display:none}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.container{max-width:calc(100% - 32px)}.site-header{height:64px}.header-inner{height:64px}.nav{top:64px}.hero.subhero{height:auto;min-height:0}.hero.subhero .hero-grid{display:grid;height:auto;min-height:0}.hero.subhero .hero-image{position:relative;left:0;width:100%;height:250px;grid-row:1}.hero.subhero .hero-image:before{background:linear-gradient(0deg,var(--paper) 0 8%,rgba(245,245,243,.62) 28%,transparent 58%)}.hero.subhero .hero-image:after{display:none}.hero.subhero .hero-copy{width:100%;padding:32px 16px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.container{max-width:calc(100% - 28px)}.footer-grid{grid-template-columns:1fr}}

/* Home-page refinements */
.why{background:radial-gradient(circle at 50% 35%,#193747 0,#102838 70%)}
.transformer-callout{min-height:260px;background:url("../images/transformer-banner-clean.png") center/cover no-repeat;color:#fff;display:flex;align-items:center}
.transformer-callout:before{display:none}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:720px){.transformer-callout{min-height:190px}}

/* Full-bleed hero photography, matching the logistics reference page */
.hero.subhero .hero-image,.home-hero-image{width:calc(72% + max(36px,(100vw - 1180px)/2))}

/* Readability filter for the transformer banner */
.transformer-callout{position:relative;overflow:hidden}
.transformer-callout:before{content:"";display:block;position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,29,42,.78) 0%,rgba(8,29,42,.54) 31%,rgba(8,29,42,.18) 60%,rgba(8,29,42,.04) 100%);pointer-events:none}
.transformer-callout .container{position:relative;z-index:1}

@media(max-width:900px){.hero.subhero .hero-image{width:calc(76% + 20px)}.home-hero-image{width:100vw;margin-left:calc((100% - 100vw)/2)}}
@media(max-width:720px){.hero.subhero .hero-image{width:100vw;margin-left:calc((100% - 100vw)/2)}}

/* About page: clean advantages surface and additional hero breathing room */
.about-page .cooperation{background:radial-gradient(circle at 50% 35%,#193747 0,#102838 70%)}
.about-page .hero.subhero,.about-page .hero.subhero .hero-grid{height:420px;min-height:420px}
.about-page .hero.subhero .hero-image{height:420px}
@media(max-width:900px){.about-page .hero.subhero,.about-page .hero.subhero .hero-grid{height:380px;min-height:380px}.about-page .hero.subhero .hero-image{height:380px}}
@media(max-width:720px){.about-page .hero.subhero,.about-page .hero.subhero .hero-grid{height:auto;min-height:0}.about-page .hero.subhero .hero-image{height:250px}}

/* Contact form modal */
.modal-open{overflow:hidden}.contact-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}.contact-modal.is-open{display:flex}.contact-modal__backdrop{position:absolute;inset:0;background:rgba(7,22,31,.74)}.contact-modal__dialog{position:relative;width:min(520px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#f8f8f6;border-top:3px solid var(--gold);border-radius:4px;padding:32px;box-shadow:0 24px 70px rgba(0,0,0,.38);color:#111}.contact-modal__dialog h2{margin:0 40px 6px 0;font-size:29px;font-weight:500}.contact-modal__dialog>p{margin:0 0 22px;color:#555}.contact-modal__close{position:absolute;top:13px;right:16px;border:0;background:transparent;color:#233846;font-size:34px;line-height:1;cursor:pointer}.contact-modal__form{display:grid;gap:13px}.contact-modal__form label{display:grid;gap:5px;font-size:13px;color:#394650}.contact-modal__form input,.contact-modal__form textarea{width:100%;border:1px solid #bcc4c8;border-radius:2px;background:#fff;padding:11px 12px;font:inherit;color:#111}.contact-modal__form input:focus,.contact-modal__form textarea:focus{outline:2px solid rgba(202,136,16,.35);border-color:var(--gold)}.contact-modal__form textarea{resize:vertical}.contact-modal__consent{grid-template-columns:auto 1fr!important;align-items:start;gap:9px!important}.contact-modal__consent input{width:auto;margin-top:3px}.contact-modal__hp{position:absolute!important;left:-10000px!important}.contact-modal__submit{justify-self:start;border:1px solid var(--gold);border-radius:2px;background:#102735;color:#fff;padding:11px 25px;font:inherit;cursor:pointer}.contact-modal__submit:disabled{opacity:.6;cursor:wait}.contact-modal__status{min-height:22px;font-size:14px}.contact-modal__status.is-success{color:#26733b}.contact-modal__status.is-error{color:#a02b2b}@media(max-width:560px){.contact-modal__dialog{padding:26px 20px}.contact-modal__dialog h2{font-size:25px}}
