@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font-6.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font-7.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/font-8.ttf) format('truetype');
}

:root{--ink:#172d27;--forest:#153d30;--lime:#d5ef39;--muted:#66716b;--line:#dce2dd;--paper:#f5f7f3;--white:#fff;--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--white);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.65}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #7fa818;outline-offset:5px}img{max-width:100%;display:block}svg{flex-shrink:0}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif;font-weight:600;line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(3.3rem,6.9vw,6.5rem)}h2{font-size:clamp(2.3rem,4vw,4rem)}h3{font-size:1.55rem}p+p{margin-top:1em}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.section{padding:108px 0}.eyebrow{font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;font-weight:650;display:flex;align-items:center;gap:12px;line-height:1.5}.eyebrow:before{content:'';width:22px;height:2px;background:currentColor;opacity:.7}.muted{color:var(--muted)}.lead{font-size:1.17rem;line-height:1.7;max-width:620px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--lime);padding:16px 23px;border-radius:6px;color:var(--ink);font-size:.94rem;font-weight:650;border:1px solid transparent;line-height:1.4;transition:background .2s,transform .2s}.button:hover{background:#e2f779;transform:translateY(-2px)}.button.dark{background:var(--ink);color:white}.button.outline{background:none;border-color:var(--line)}.textlink{display:inline-flex;align-items:center;gap:18px;font-weight:600;font-size:.95rem;border-bottom:1px solid currentColor;padding-bottom:5px}.textlink:hover{gap:26px}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.skip{position:fixed;top:-80px;left:20px;background:white;padding:15px;z-index:200}.skip:focus{top:10px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #edf0ec;backdrop-filter:blur(12px)}.header-inner{height:92px;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:11px;flex-shrink:0}.brand img{width:132px;height:49px;object-fit:contain}.brand-word{font-family:'Manrope',sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.06em}.brand-caption{font-size:12px;letter-spacing:.13em;text-transform:uppercase;border-left:1px solid var(--line);padding-left:13px;line-height:1.45}.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto;font-size:.88rem;font-weight:500}.desktop-nav a{padding:12px 0}.desktop-nav a:hover{color:#608209}.desktop-nav a[aria-current=page]{border-bottom:2px solid var(--ink)}.header-contact{font-size:.86rem;padding:12px 16px;gap:14px}.menu-toggle{display:none;margin-left:auto;border:0;background:var(--paper);padding:12px;border-radius:5px}.mobile-nav{padding:8px 24px 24px;background:white;border-top:1px solid var(--line)}.mobile-nav a{display:block;padding:12px 0}.mobile-nav[hidden]{display:none}
.hero{position:relative;min-height:680px;height:calc(100svh - 125px);max-height:870px;overflow:hidden;background:#294637;color:white;display:flex;align-items:center}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 57%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,28,21,.82) 0%,rgba(6,28,21,.59) 48%,rgba(6,28,21,.15) 100%),linear-gradient(0deg,rgba(6,28,21,.6),transparent 40%)}.hero-content{position:relative;z-index:2;padding-top:18px;padding-bottom:115px}.hero .eyebrow{color:#e4ecdf;margin-bottom:28px}.hero h1{max-width:850px}.hero h1 em{font-style:normal;color:var(--lime)}.hero p{font-size:1.12rem;line-height:1.7;max-width:535px;color:#f0f3ed;margin-top:25px}.hero-actions{margin-top:34px;display:flex;align-items:center;gap:30px}.hero-actions .textlink{border:0}.hero-bottom{position:absolute;z-index:3;bottom:30px;left:0;right:0;display:flex;justify-content:space-between;align-items:end;font-size:.8rem;color:#e3e9df}.hero-caption{max-width:230px;line-height:1.5}.scroll-link{display:flex;gap:16px;align-items:center}.hero-index{display:flex;gap:9px}.hero-index span{width:25px;height:3px;background:#ffffff55}.hero-index span:first-child{background:var(--lime);width:50px}.pillars-strip{background:var(--ink);color:#eff3e8}.pillars-inner{display:grid;grid-template-columns:repeat(5,1fr);padding:25px 0}.pillar{display:flex;align-items:center;gap:15px;font-size:.92rem;justify-content:center;border-right:1px solid #ffffff25}.pillar:first-child{justify-content:start}.pillar:last-child{border:0;justify-content:end}.pillar .icon{color:var(--lime)}.intro-top{display:grid;grid-template-columns:1fr 2.3fr;gap:60px;margin-bottom:70px}.intro-top .eyebrow{align-self:start;margin-top:13px}.intro-top h2{max-width:850px}.intro-top .lead{margin-top:25px}.cycle-layout{display:grid;grid-template-columns:1.18fr 1fr;align-items:center;gap:85px}.cycle-visual{position:relative;aspect-ratio:1;max-width:620px;width:100%;background:radial-gradient(circle,rgba(226,238,207,.55),transparent 65%)}.orbit{width:100%;height:100%;position:absolute;inset:0}.orbit-ring{fill:none;stroke:#d3ddd0;stroke-width:1.1}.orbit-flow{fill:none;stroke:#91b738;stroke-width:2;stroke-dasharray:5 14;animation:flow 35s linear infinite}.orbit-line{stroke:#d3ddd0;stroke-width:1;stroke-dasharray:3 5}.cycle-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;background:var(--forest);color:white;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 0 0 14px #153d3005}.cycle-center strong{font-family:'Manrope',sans-serif;font-size:2.65rem;font-weight:550;letter-spacing:-.04em}.cycle-center span{font-size:.75rem;color:#d1dbc9}.cycle-node{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;flex-direction:column;gap:8px;background:white;border:1px solid var(--line);border-radius:11px;width:116px;padding:16px 6px;color:var(--ink);font-size:.8rem;box-shadow:0 4px 22px #17372905;transition:background .2s,border-color .2s,box-shadow .2s}.cycle-node .icon{width:27px;height:27px}.cycle-node[aria-pressed=true]{background:var(--lime);border-color:var(--lime);box-shadow:0 8px 24px #95b22524}.cycle-node:hover{border-color:#89a446}.cycle-node[data-stage=solar]{left:50%;top:11%}.cycle-node[data-stage=power]{left:87%;top:38%}.cycle-node[data-stage=control]{left:73%;top:82%}.cycle-node[data-stage=use]{left:27%;top:82%}.cycle-node[data-stage=charge]{left:13%;top:38%}.cycle-description{padding:35px 0}.stage-count{font-size:.86rem;color:var(--muted);display:flex;gap:25px;align-items:center;margin-bottom:23px}.stage-count b{font-weight:500;color:var(--ink)}.stage-count:after{content:'';height:1px;background:var(--line);flex:1}.cycle-description h3{font-size:2.5rem;margin-bottom:22px}.cycle-description p{color:var(--muted);font-size:1.07rem}.cycle-description .textlink{margin-top:27px}.mini-tag{display:inline-flex;align-items:center;gap:9px;margin-top:27px;font-size:.81rem;color:#425a41;background:#eff4e9;border-radius:50px;padding:7px 13px}.mini-tag .icon{width:16px;height:16px}.solutions{background:var(--paper)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:48px}.section-heading h2{margin-top:17px}.section-heading p{max-width:390px;color:var(--muted)}.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.solution-card{display:flex;flex-direction:column;background:white;border-radius:var(--radius);overflow:hidden;border:1px solid #e6ebe4}.solution-card .card-image{height:255px;background:#e5ece1;object-fit:cover;width:100%}.solution-card .card-body{padding:31px;display:flex;flex-direction:column;flex:1}.small-label{font-size:.77rem;text-transform:uppercase;letter-spacing:.13em;font-weight:600;color:var(--muted)}.solution-card h3{font-size:1.8rem;margin:13px 0 17px}.solution-card p{font-size:.99rem;color:var(--muted);line-height:1.7}.solution-card .textlink{margin-top:25px;align-self:start}.solution-card.energy-card{background:var(--forest);color:white;border-color:var(--forest)}.energy-card .small-label,.energy-card p{color:#c7d5c7}.energy-card .card-body{padding-top:31px}.energy-top{height:255px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at center,#366248 0,#153d30 65%)}.iris-word{font-size:5rem;font-family:'Manrope',sans-serif;font-weight:500;letter-spacing:-.04em;color:var(--lime);position:relative;z-index:2}.iris-ring{position:absolute;width:190px;height:190px;border:1px solid #b1cb9340;border-radius:50%}.iris-ring.r2{width:265px;height:265px}.iris-ring.r3{width:340px;height:340px}.iris-data{position:absolute;font-size:.73rem;color:#cad8c3;letter-spacing:.07em;left:25px;top:20px}.iris-data.bottom{left:auto;top:auto;right:25px;bottom:20px}.applications{margin-top:40px;padding-top:27px;border-top:1px solid var(--line);display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-size:.88rem}.applications strong{font-weight:600;margin-right:auto}.applications span{color:var(--muted)}.project-block{display:grid;grid-template-columns:1fr 1.06fr;gap:75px;align-items:center}.project-copy h2{margin:20px 0 25px}.project-copy p{color:var(--muted)}.project-note{font-size:.8rem;margin-top:25px;border-left:2px solid var(--line);padding-left:14px}.project-board{background:var(--paper);border-radius:var(--radius);padding:40px}.board-top{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:30px;font-size:.8rem}.status-tag{border-radius:4px;padding:4px 9px;background:#e5ecd9;color:#426036;font-size:.75rem;white-space:nowrap}.project-metrics{display:grid;grid-template-columns:1fr 1fr;gap:25px;padding-bottom:27px}.metric strong{display:block;font-family:'Manrope',sans-serif;font-size:3.3rem;font-weight:500;line-height:1.1;letter-spacing:-.05em}.metric strong small{font-size:1.05rem;letter-spacing:0}.metric span{color:var(--muted);font-size:.85rem}.system-chain{display:flex;flex-wrap:wrap;align-items:center;gap:8px;border-top:1px solid var(--line);padding-top:27px}.system-chain span{font-size:.82rem;border:1px solid #dce3d6;border-radius:5px;padding:7px 11px;background:white}.system-chain .icon{width:16px;height:16px;color:#759140}.system-chain .full{background:var(--forest);color:white;width:100%;text-align:center;margin-top:7px;border-color:var(--forest)}.project-board p{font-size:.8rem;color:var(--muted);margin-top:24px}.approach{background:var(--forest);color:white}.approach .eyebrow{color:#c0d2b7}.approach .section-heading p{color:#c5d2c3}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:65px}.step{border-top:1px solid #d5e4d140;padding-top:23px}.step .step-num{font-size:.85rem;color:var(--lime);display:block;margin-bottom:44px}.step h3{font-size:1.45rem;margin-bottom:17px}.step p{font-size:.96rem;line-height:1.7;color:#c3d2c1}.cta{background:var(--lime);padding:75px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.cta h2{font-size:clamp(2.3rem,4vw,3.7rem);max-width:730px}.cta p{margin-top:19px;max-width:560px;color:#3c512d}.site-footer{background:#10281f;color:white;padding:62px 0 25px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:50px;padding-bottom:50px}.footer-brand{font-size:2.3rem;font-family:'Manrope',sans-serif;letter-spacing:-.06em;font-weight:800}.footer-top p{font-size:.88rem;color:#bdcbbd;margin-top:15px;max-width:250px}.footer-top h3{font-family:'DM Sans',sans-serif;letter-spacing:0;font-size:.81rem;font-weight:600;color:#9fb99b;margin:12px 0 18px}.footer-top a{display:block;font-size:.9rem;padding:4px 0}.footer-top a:hover{color:var(--lime)}.footer-bottom{padding-top:24px;border-top:1px solid #ffffff20;display:flex;justify-content:space-between;gap:25px;color:#aac0a9;font-size:.76rem}.footer-bottom .footer-legal{display:flex;gap:25px}.subhero{background:var(--paper);padding:74px 0 80px}.breadcrumbs{font-size:.8rem;color:var(--muted);display:flex;gap:12px;margin-bottom:48px}.subhero h1{font-size:clamp(2.8rem,5.4vw,5.5rem);max-width:1000px;margin:20px 0 24px}.subhero .lead{max-width:800px}.subhero .button{margin-top:28px}.detail-lead{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.detail-lead h2{margin-bottom:25px}.detail-lead img{border-radius:var(--radius);width:100%;max-height:550px;object-fit:cover}.detail-list{list-style:none;padding:0;margin:28px 0 0}.detail-list li{padding:16px 0;border-top:1px solid var(--line);display:flex;gap:14px;font-size:.98rem}.detail-list .icon{width:19px;color:#648f29;margin-top:3px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.detail-tile{background:white;border:1px solid var(--line);border-radius:12px;padding:30px}.detail-tile .icon{height:30px;width:30px;margin-bottom:25px;color:#55713e}.detail-tile h3{margin-bottom:17px}.detail-tile p{color:var(--muted);font-size:.97rem}.detail-tile .textlink{margin-top:22px}.text-columns{display:grid;grid-template-columns:1fr 1fr;gap:80px}.text-columns h2{font-size:2.7rem;margin-bottom:25px}.text-columns p{color:var(--muted)}.faq{max-width:890px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:24px 0}.faq summary{cursor:pointer;font-weight:550;list-style:none;position:relative;padding-right:45px;font-size:1.07rem}.faq summary:after{content:'+';position:absolute;right:5px;top:-5px;font-size:1.7rem;font-weight:400}.faq details[open] summary:after{content:'−'}.faq details p{color:var(--muted);margin-top:18px;max-width:780px}.faq-title{max-width:890px;margin:0 auto 35px}.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:90px}.contact-person{padding:24px 0;border-bottom:1px solid var(--line)}.contact-person strong{font-size:1.15rem;font-weight:550}.contact-person p{color:var(--muted);font-size:.94rem;margin:6px 0}.contact-person a{font-size:1.2rem}.address{margin-top:35px;font-style:normal;color:var(--muted)}.contact-form{background:var(--paper);border-radius:var(--radius);padding:37px}.contact-form h2{font-size:2rem;margin-bottom:25px}.field{margin-top:18px}.field label{display:block;font-size:.88rem;font-weight:550;margin-bottom:7px}.field input,.field textarea,.field select{display:block;width:100%;border:1px solid #cbd4c8;background:white;padding:13px 14px;border-radius:5px;color:var(--ink);min-height:49px}.field textarea{resize:vertical;min-height:130px}.contact-form .form-note{color:var(--muted);font-size:.81rem;line-height:1.6;margin:20px 0}.form-status{font-size:.9rem;margin-top:20px;padding:15px;border:1px solid var(--line);border-radius:5px}.form-status[hidden]{display:none}.legal-copy{max-width:860px}.legal-copy h2{font-size:1.8rem;margin:36px 0 18px}.legal-copy p{color:var(--muted)}.legal-copy a{text-decoration:underline}.empty-note{padding:25px;background:var(--paper);border-left:3px solid var(--lime);font-size:.9rem}.knowledge-list{display:grid;grid-template-columns:1fr 1fr;gap:25px}.knowledge-item{border:1px solid var(--line);border-radius:12px;padding:32px}.knowledge-item h3{margin:13px 0 20px}.knowledge-item p{color:var(--muted);font-size:.96rem}.knowledge-item .textlink{margin-top:25px}.references-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.reference-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.reference-card img{height:340px;width:100%;object-fit:cover}.reference-card .card-body{padding:30px}.reference-card h3{margin:12px 0 17px}.reference-card p{font-size:.98rem;color:var(--muted)}@keyframes flow{to{stroke-dashoffset:-400}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
@media(min-width:1600px){.hero{max-height:920px}}@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.desktop-nav{gap:18px}.brand-caption{display:none}.header-inner{gap:22px}.hero h1{font-size:5.4rem}.cycle-layout{gap:35px}.solution-card .card-body{padding:25px}.project-block{gap:45px}.footer-top{gap:25px}.project-board{padding:30px}.contact-grid{gap:45px}}
@media(max-width:850px){.wrap{width:calc(100% - 48px)}.desktop-nav,.header-contact{display:none}.menu-toggle{display:flex}.header-inner{height:77px}.brand-caption{display:block}.brand img{width:112px;height:44px}.hero{min-height:660px;height:calc(100svh - 77px);max-height:850px}.hero h1{font-size:clamp(3.5rem,8vw,5.3rem)}.hero p{font-size:1.05rem}.hero:after{background:linear-gradient(90deg,#092a20d9,#092a2099 70%,#092a2060)}.hero-photo{object-position:62% center}.hero-content{padding-bottom:80px}.section{padding:75px 0}.intro-top{grid-template-columns:1fr;gap:25px;margin-bottom:45px}.intro-top h2{max-width:700px}.cycle-layout{gap:30px;grid-template-columns:1fr 1fr}.cycle-node{width:96px;padding:13px 4px;font-size:.74rem}.cycle-center{width:115px;height:115px}.cycle-center strong{font-size:2.1rem}.cycle-center span{font-size:.63rem}.cycle-description h3{font-size:2rem}.cycle-description p{font-size:.99rem}.solution-grid{gap:15px}.solution-card .card-body{padding:23px}.solution-card h3{font-size:1.5rem}.solution-card .card-image,.energy-top{height:195px}.solution-card .textlink{font-size:.84rem;gap:12px}.project-block{gap:40px;grid-template-columns:1fr}.project-board{max-width:100%}.project-metrics{gap:40px}.steps{grid-template-columns:1fr 1fr;gap:45px}.step .step-num{margin-bottom:25px}.footer-top{grid-template-columns:1.5fr 1fr;gap:30px}.cta-inner{align-items:start;flex-direction:column;gap:28px}.detail-lead{gap:35px}.detail-grid{gap:16px}.detail-tile{padding:24px}.contact-grid{grid-template-columns:1fr;gap:45px}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-info h2,.contact-info>p,.contact-info>.address{grid-column:1/-1}.pillar{gap:8px;font-size:.82rem}.pillar .icon{width:19px}.section-heading{gap:30px}.section-heading p{max-width:310px}.detail-lead h2{font-size:2.2rem}}
@media(max-width:620px){.wrap{width:calc(100% - 40px)}.brand-caption{font-size:10px}.hero{min-height:650px;max-height:850px}.hero-content{padding-top:0;padding-bottom:100px}.hero h1{font-size:clamp(3.05rem,11.7vw,4.4rem);letter-spacing:-.055em}.hero .eyebrow{font-size:.69rem;letter-spacing:.11em;margin-bottom:23px}.hero p{max-width:95%;font-size:1rem;margin-top:24px}.hero-actions{gap:22px;flex-wrap:wrap;margin-top:28px}.hero-actions .button{font-size:.87rem;padding:15px 18px;gap:17px}.hero-actions .textlink{font-size:.85rem}.hero-bottom{bottom:25px;align-items:end}.hero-caption{max-width:190px;font-size:.7rem}.scroll-link{font-size:.72rem;gap:8px}.hero-index{display:none}.pillars-inner{padding:22px 0;gap:15px;display:flex;flex-wrap:wrap;justify-content:center}.pillar{border:0;justify-content:center!important;font-size:.79rem}.pillar .icon{height:17px;width:17px}.section{padding:65px 0}.intro-top{margin-bottom:30px;gap:18px}.eyebrow{font-size:.74rem}.intro-top .lead{font-size:1rem;margin-top:23px}h2{font-size:2.5rem}.cycle-layout{grid-template-columns:1fr;gap:10px}.cycle-visual{max-width:420px;margin:auto}.cycle-node{width:96px;font-size:.75rem;padding:13px 5px}.cycle-center{width:120px;height:120px}.cycle-description{padding:10px 0 0}.cycle-description h3{font-size:2.1rem}.stage-count{margin-bottom:20px}.cycle-description .mini-tag{margin-top:20px}.section-heading{display:block;margin-bottom:32px}.section-heading p{max-width:100%;margin-top:22px}.section-heading h2{margin-top:18px}.solution-grid{grid-template-columns:1fr;gap:24px}.solution-card .card-image,.energy-top{height:265px}.solution-card .card-body{padding:28px}.solution-card h3{font-size:1.9rem}.solution-card .textlink{font-size:.95rem}.applications{gap:10px 19px;margin-top:30px}.applications strong{width:100%}.project-block{gap:30px}.project-board{padding:26px}.metric strong{font-size:2.9rem}.project-metrics{gap:15px}.board-top{align-items:start;font-size:.75rem}.steps{gap:30px 25px;margin-top:40px}.step h3{font-size:1.25rem}.step p{font-size:.89rem}.step .step-num{margin-bottom:24px}.cta{padding:50px 0}.cta h2{font-size:2.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-top>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:12px}.footer-top a{font-size:.83rem}.subhero{padding:37px 0 55px}.breadcrumbs{margin-bottom:32px}.subhero h1{font-size:3.05rem}.subhero .lead{font-size:1.04rem}.detail-lead,.detail-grid,.text-columns{grid-template-columns:1fr;gap:32px}.detail-lead img{max-height:440px}.detail-tile{padding:28px}.knowledge-list,.references-grid{grid-template-columns:1fr}.text-columns h2{font-size:2.2rem}.contact-info{display:block}.contact-person{margin-top:10px}.contact-form{padding:26px}.contact-form h2{font-size:1.85rem}.reference-card img{height:250px}.project-metrics .metric span{font-size:.77rem}.legal-copy h2{font-size:1.6rem}.faq summary{font-size:1rem}}

/* Second design: a stationary header and separate copy / image surfaces. */
:root{--header-height:88px;--header-space:calc(var(--header-height) + env(safe-area-inset-top,0px) + 1px)}
html{scroll-padding-top:calc(var(--header-space) + 20px)}
body{padding-top:var(--header-space)}
.site-header{position:fixed;inset:0 0 auto;z-index:100;padding-top:env(safe-area-inset-top,0px);background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;transform:none;transition:none;box-shadow:0 2px 18px #153d3008}
.header-inner{height:var(--header-height)}
.mobile-nav{position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - var(--header-space));overflow-y:auto;overscroll-behavior:contain;box-shadow:0 15px 20px #153d3012}
.hero-v2{background:#f4f7ef;padding:52px 0 48px;overflow:hidden}
.hero-v2-grid{display:grid;grid-template-columns:1.04fr 1fr;gap:48px;align-items:center}
.hero-v2-copy{padding:40px 0}
.hero-v2 .eyebrow{color:#507141;margin-bottom:26px;font-size:.76rem}
.hero-v2 h1{font-size:clamp(3.3rem,5.4vw,5.35rem);line-height:1.1;letter-spacing:-.055em}
.hero-v2 h1 em{font-style:normal;color:#598531}
.hero-v2-copy>p{max-width:520px;margin-top:26px;font-size:1.1rem;line-height:1.75;color:var(--muted)}
.hero-v2 .hero-actions{gap:25px;flex-wrap:wrap}
.hero-v2 .textlink{font-size:.9rem}
.hero-v2-photo{margin:0;position:relative;overflow:hidden;border-radius:4px 70px 4px 4px;background:#d8e5cc}
.hero-v2-photo img{height:570px;width:100%;object-fit:cover;object-position:50% 45%}
.hero-v2-photo figcaption{background:var(--forest);color:white;padding:19px 22px;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:.8rem}
.hero-v2-photo figcaption strong{font-weight:550;color:var(--lime)}
.hero-v2-note{display:flex;align-items:center;gap:13px;margin-top:36px;font-size:.78rem;color:#52634a}
.hero-v2-note .icon{color:#729638;width:18px}
@media(max-width:1100px){.hero-v2-grid{gap:35px}.hero-v2 h1{font-size:4.2rem}.hero-v2-photo img{height:530px}}
@media(max-width:850px){:root{--header-height:72px}.hero-v2{padding:35px 0 40px}.hero-v2-grid{grid-template-columns:1fr;gap:28px}.hero-v2-copy{padding:12px 0 0}.hero-v2 h1{font-size:clamp(3.4rem,7.4vw,4.5rem);max-width:740px}.hero-v2-copy>p{max-width:600px}.hero-v2-photo img{height:390px;object-position:50% 45%}.hero-v2-photo{border-top-right-radius:48px}.hero-v2-note{margin-top:24px}.brand-word{font-size:1.9rem}.menu-toggle{height:44px;width:44px;align-items:center;justify-content:center}}
@media(max-width:620px){:root{--header-height:66px}.hero-v2{padding:29px 0 28px}.hero-v2-grid{gap:28px}.hero-v2 .eyebrow{font-size:.68rem;letter-spacing:.1em;margin-bottom:20px}.hero-v2 h1{font-size:clamp(2.9rem,10.5vw,3.65rem);line-height:1.12}.hero-v2-copy>p{font-size:1rem;line-height:1.65;margin-top:21px}.hero-v2 .hero-actions{gap:19px;margin-top:25px}.hero-v2 .hero-actions .button{padding:14px 17px;gap:16px;font-size:.87rem}.hero-v2 .textlink{font-size:.86rem}.hero-v2-note{font-size:.73rem;line-height:1.5;max-width:290px;margin-top:23px}.hero-v2-photo img{height:270px}.hero-v2-photo figcaption{font-size:.75rem;padding:15px 18px;gap:15px}.hero-v2-photo figcaption strong{white-space:nowrap}.brand-caption{font-size:10px}.brand-word{font-size:1.8rem}.header-inner{gap:12px}}

@media(min-width:851px){.mobile-nav{display:none}}
@media(max-width:420px){.steps{grid-template-columns:minmax(0,1fr);gap:30px}.step .step-num{margin-bottom:18px}}
/* IRIS artwork follows the KAMA exhibition identity. */
.iris-brain-art{position:relative;isolation:isolate;height:285px;background:#06100a;overflow:hidden}
.iris-brain-image{position:absolute;inset:0 auto 0 -12.5%;width:125%;max-width:none;height:100%;object-fit:cover;object-position:50% 65%;border-radius:0}
.iris-art-label{position:absolute;inset:auto 0 0;z-index:1;display:flex;align-items:center;gap:16px;padding:40px 25px 20px;background:linear-gradient(transparent,rgba(3,13,6,.95));color:#fff}
.iris-art-label strong{font:600 1.9rem/1 'Manrope',Arial,sans-serif;letter-spacing:-.05em;color:#a8ea62}
.iris-art-label span{font-size:.8rem;line-height:1.4;max-width:170px}
.solution-card.energy-card{background:#0c2518;border-color:#0c2518}
.energy-card .textlink{color:#b8ef81}
.iris-detail-panel{background:#0c2518!important}
.iris-detail-panel .iris-brain-art{height:390px}.iris-detail-panel .iris-brain-image{width:125%;max-height:none;border-radius:0}
.iris-detail-panel .iris-art-label{padding:65px 30px 24px}
.iris-detail-panel .iris-art-label strong{font-size:2.6rem}
.iris-detail-panel .iris-art-label span{max-width:240px;font-size:1rem}
.cycle-brain{width:170px;height:170px;overflow:hidden;border:1px solid #82d549;background:#06100a;box-shadow:0 0 0 10px #79bf2410,0 0 38px #73cb3a20}
.cycle-brain>img{position:absolute;inset:-5% auto auto -60%;width:220%;max-width:none;height:100%;object-fit:cover;object-position:50% 58%}
.cycle-brain>div{position:absolute;inset:auto 0 0;padding:28px 0 17px;display:flex;flex-direction:column;align-items:center;background:linear-gradient(transparent,rgba(3,13,6,.94))}
.cycle-brain strong{font-size:1.85rem;color:#c0f18b;line-height:1.1}
.cycle-brain span{font-size:.65rem;color:#f3f9ed}
.orbit-flow{stroke:#77bd39;stroke-width:2.5}
.orbit-line{stroke:#88c853;stroke-width:1.5;stroke-dasharray:3 7;animation:iris-current 18s linear infinite}
@keyframes iris-current{to{stroke-dashoffset:-160}}
@media(max-width:1100px) and (min-width:621px){.iris-brain-art{height:235px}.iris-art-label{gap:11px;padding-inline:20px}.iris-art-label span{font-size:.75rem}.iris-art-label strong{font-size:1.65rem}}
@media(max-width:850px){.cycle-brain{width:125px;height:125px}.cycle-brain strong{font-size:1.5rem}.cycle-brain>div{padding-bottom:12px}.cycle-brain span{font-size:.56rem}}
@media(max-width:620px){.iris-brain-art{height:300px}.iris-detail-panel .iris-brain-art{height:330px}.iris-detail-panel .iris-art-label{padding:55px 24px 22px}.iris-detail-panel .iris-art-label span{font-size:.85rem}.iris-detail-panel .iris-art-label strong{font-size:2.1rem}.cycle-brain{width:135px;height:135px}.cycle-brain span{font-size:.6rem}}

/* Product-led KAMA direction: quiet typography, edge-to-edge chapters. */
:root{--ink:#171a20;--muted:#5c5e62;--paper:#f4f4f4;--radius:3px;--lime:#b8e45a;--header-height:72px}
h1,h2,h3{letter-spacing:-.035em}h2{font-size:clamp(2.2rem,3.6vw,3.6rem)}
.button{border-radius:3px;min-height:48px;padding:12px 28px;justify-content:center;background:#214c36;color:white;font-size:14px;font-weight:600;box-shadow:none}.button .icon{display:none}.brand-caption{display:none}.header-inner{width:calc(100% - 80px)}.desktop-nav a{font-size:14px}.site-header{box-shadow:none;border-bottom:1px solid #e8e8e8}.eyebrow{font-size:14px;letter-spacing:.08em}.textlink{font-size:14px}
.cinema-hero{position:relative;isolation:isolate;min-height:690px;height:calc(100svh - var(--header-space));max-height:1100px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;text-align:center;padding:55px 24px 25px;background:#263c36}.cinema-backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 53%;z-index:-2}.cinema-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#0009,transparent 55%,#000b)}.cinema-title h1{font-size:clamp(3rem,5.4vw,5.3rem);line-height:1.08;margin:15px 0 20px;font-weight:500}.cinema-title .eyebrow{color:#fff}.cinema-title p{font-size:18px}.cinema-bottom{width:min(750px,100%);margin:75px auto 0}.cinema-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:30px}.cinema-facts>span{font-size:22px;font-weight:600;line-height:1.3}.cinema-facts strong{display:block;font-size:14px;font-weight:400;margin-top:9px}.cinema-actions{display:flex;gap:20px;justify-content:center}.cinema-actions .button{width:260px;background:#fff;color:#171a20}.cinema-actions .outline{background:transparent;border:2px solid #fff;color:#fff}.photo-credit{font-size:12px;margin-top:22px;opacity:.85}.product-chapter{display:grid;grid-template-columns:55% 45%;min-height:740px}.chapter-image{background:#ededed;min-width:0;overflow:hidden}.chapter-image img{width:100%;height:100%;max-height:880px;object-fit:cover}.battery-image img{object-position:50% 50%}.chapter-copy{padding:95px clamp(35px,5vw,90px);align-self:center}.chapter-copy h2{margin:16px 0 26px}.chapter-copy p{color:var(--muted);max-width:480px}.product-facts{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:45px 0}.product-facts strong{display:block;font-size:24px;font-weight:500}.product-facts span{display:block;font-size:14px;color:var(--muted);margin-top:5px}.chapter-copy>.textlink{display:block;margin-top:22px;text-decoration:underline;text-underline-offset:5px}.chapter-copy>.button{display:inline-flex;min-width:240px}.solar-scene{position:relative;isolation:isolate;min-height:740px;color:white;display:flex;align-items:end;padding:85px max(7vw,24px)}.solar-scene>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.solar-scene:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,#000c,transparent 90%)}.scene-copy h2{font-size:clamp(2.6rem,4.5vw,4.5rem);margin:16px 0 24px}.scene-copy p{margin-bottom:30px}.scene-copy .eyebrow{color:white}.scene-copy .button{background:white;color:#171a20;display:inline-flex}.iris-chapter{background:#050a07;color:white}.iris-chapter .chapter-image{background:#050a07}.iris-chapter .chapter-image img{object-fit:cover;object-position:center}.iris-chapter p,.iris-chapter .product-facts span{color:#c6ccc8}.iris-chapter .eyebrow{color:#b8e45a}.iris-chapter .button{background:#b8e45a;color:#17271d}.section{padding:100px 0}.solutions{background:#f4f4f4}.project-board,.detail-tile,.knowledge-item,.reference-card{border-radius:3px}.cta{background:#fff;text-align:center;padding:100px 0}.cta-inner{flex-direction:column;gap:30px}.cta h2,.cta p{max-width:720px}.cta p{color:var(--muted)}.site-footer{background:#f4f4f4;color:#171a20}.footer-top p,.footer-top h3,.footer-bottom{color:#5c5e62}.footer-bottom{border-color:#ddd}.footer-top a:hover{color:#214c36}.cycle-description h3{font-size:2.3rem}
@media(max-width:1000px){.header-inner{width:calc(100% - 40px)}.product-chapter{grid-template-columns:1fr 1fr;min-height:620px}.chapter-copy{padding:55px 30px}.product-facts{gap:15px}.cinema-facts>span{font-size:20px}}
@media(max-width:700px){:root{--header-height:64px}.cinema-hero{height:calc(100svh - var(--header-space));min-height:650px;padding:38px 20px 22px}.cinema-title h1{font-size:clamp(2.7rem,10vw,4rem)}.cinema-title .eyebrow{font-size:12px}.cinema-title p{font-size:16px}.cinema-backdrop{object-position:52% center}.cinema-facts{gap:10px;margin-bottom:25px}.cinema-facts>span{font-size:16px}.cinema-facts strong{font-size:12px}.cinema-actions{flex-direction:column;gap:12px}.cinema-actions .button{width:100%}.product-chapter{grid-template-columns:1fr;min-height:0}.chapter-image{height:520px}.chapter-image img{object-fit:cover}.chapter-copy{padding:48px 24px 60px}.chapter-copy h2{font-size:2.6rem}.product-facts{margin:30px 0}.solar-scene{min-height:660px;padding:50px 24px}.solar-scene>img{object-position:60% center}.iris-chapter .chapter-image{height:460px}.iris-chapter .chapter-image img{object-position:50% 45%}.section{padding:65px 0}.cta-inner{align-items:center}.cta{padding:70px 0}.footer-top a{font-size:14px}.cycle-description h3{font-size:2rem}}
/* Energy journey: photographs stay legible, with copy outside the image. */
.journey{--forest:#193d2b;--lime:#95c951}.journey h2{margin:18px 0 25px;line-height:1.13}.journey p{line-height:1.7}.journey figure,.journey-two figure{margin:0;min-width:0}.journey figure img,.journey-two figure img{display:block;width:100%;height:auto;object-fit:contain}.journey figcaption,.journey-two figcaption{font-size:14px;color:#5c5e62;padding-top:12px}.journey-hero{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:5vw;padding:60px 5vw 75px;background:#f6f6f3}.journey-hero h1{font-size:clamp(3rem,5.3vw,6rem);line-height:1.05;font-weight:500;letter-spacing:-.045em;margin:25px 0}.journey-hero h1 em{font-style:normal;color:#416a29}.journey-hero p{max-width:480px;font-size:18px}.journey-hero figure img{max-height:690px}.journey-actions{display:flex;gap:24px;flex-wrap:wrap;align-items:center;margin-top:30px}.energy-trail{position:absolute;bottom:0;left:50%;border-left:2px solid #78ab43;padding:12px;color:#456a2a}.journey-two{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}.journey .section{padding:100px 0}.journey-storage{background:#f4f4f4}.journey-storage figure img{max-height:800px}.benefit{border-bottom:1px solid #d9dcd5;padding:18px 0}.benefit h3{font-size:20px;margin:0 0 6px}.journey-storage label{display:block;font-size:14px;margin:25px 0 10px}.journey-storage select{padding:14px;width:100%;font:inherit;background:white;border:1px solid #a1aa99;border-radius:3px}.journey .caption{font-size:14px;line-height:1.6;margin:18px 0;color:#5c5e62}.journey-storage details{margin:25px 0}.journey summary{cursor:pointer;padding:15px 0;font-size:16px}.journey details p{padding-bottom:15px}.energy-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;border-top:1px solid #ddd;padding-top:30px}.energy-summary strong,.energy-summary span{display:block}.energy-summary strong{font-size:16px;margin-bottom:10px}.energy-summary span{font-size:14px;line-height:1.65;color:#5c5e62}.journey-iris{background:#111713;color:white}.journey-iris .eyebrow,.journey-iris .textlink{color:#afe374}.journey-iris .caption{color:#bfcabd}.journey-iris .button{background:#b8e45a;color:#17271d}.journey-brain{position:relative;aspect-ratio:1/1;overflow:hidden;background:#081009}.journey-brain img{position:absolute;width:120%;max-width:none;height:auto;left:-10%;top:-55%}.day-flow{margin:25px 0 30px}.day-flow>div{padding:16px 0;border-top:1px solid #ffffff25}.day-flow dt{font-size:14px;color:#afe374;margin-bottom:5px}.day-flow dd{margin:0;font-size:16px}.journey-lead{font-size:21px;max-width:700px}.community-explain{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:35px 0}.community-steps{list-style:none;counter-reset:step;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:25px;margin:45px 0;padding:0}.community-steps li{counter-increment:step;border-top:2px solid #85af55;padding-top:20px}.community-steps li:before{content:'0' counter(step);color:#577f32;font-size:24px}.community-steps h3{font-size:19px;margin:18px 0 12px}.community-steps p{font-size:16px}.journey-solutions,.journey-enquiry{background:#f4f4f4}.journey-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin:40px 0}.journey-cards img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;background:#e9e9e5}.journey-cards h3{font-size:23px;line-height:1.3;margin:22px 0 15px}.journey-cards p{margin-bottom:18px}.journey-enquiry .contact-form{background:white}.journey-enquiry .journey-two{align-items:start}.journey .cycle-layout{margin:35px 0}.journey .cycle-node{font-size:14px;min-height:60px}.journey .cycle-brain span{font-size:12px}.journey .cycle-brain{width:170px;height:170px}.journey .cycle-brain>img{inset:-37% auto auto -15%;width:130%;height:auto;object-fit:initial}.journey .cycle-brain>div{padding-bottom:18px}.journey .cycle-center{z-index:2}.journey .textlink:hover{text-decoration:underline}.journey a:focus-visible,.journey button:focus-visible,.journey select:focus-visible{outline:3px solid #6e983e;outline-offset:5px}
@media(max-width:1150px){.desktop-nav{display:none}.menu-toggle{display:flex}.journey-hero{gap:30px}.journey-hero h1{font-size:4.2rem}.energy-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.community-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:851px) and (max-width:1150px){.mobile-nav:not([hidden]){display:block}}
@media(max-width:760px){.journey-hero{grid-template-columns:1fr;padding:35px 20px 55px;gap:30px}.journey-hero h1{font-size:clamp(2.7rem,10vw,4rem);margin:18px 0}.journey-hero h1 br:nth-child(2){display:none}.journey-hero p{font-size:16px}.journey-hero figure{grid-row:2}.journey-hero figure img{max-height:none}.journey-actions{gap:20px;margin-top:23px}.journey-two{grid-template-columns:minmax(0,1fr);gap:38px}.journey .section{padding:65px 0}.journey-storage .journey-two>figure{order:2}.energy-summary{grid-template-columns:1fr 1fr;gap:25px}.community-steps{grid-template-columns:1fr;gap:18px}.community-steps li{display:grid;grid-template-columns:45px 1fr;column-gap:15px}.community-steps li:before{grid-row:1/3}.community-steps h3{margin:0 0 8px}.community-steps p{grid-column:2}.community-explain{grid-template-columns:1fr;gap:20px}.journey-cards{grid-template-columns:minmax(0,1fr);gap:40px}.journey-cards img{aspect-ratio:auto}.journey-brain{max-width:550px;width:100%;margin:auto}.journey .cycle-brain{width:125px;height:125px}.journey .cycle-brain span{display:none}.journey .cycle-node{font-size:12px;width:90px}.journey-enquiry .contact-form{padding:24px}.journey h2{font-size:clamp(2rem,8vw,2.8rem)}.journey-lead{font-size:18px}}
@media(prefers-reduced-motion:reduce){.journey *{animation:none!important;scroll-behavior:auto!important}}
/* Premium technology imagery. */
.journey-hero{background:#111713;color:#fff;gap:3vw;padding-top:48px}.journey-hero h1 em{color:#acd56e}.journey-hero .eyebrow{color:#acd56e}.journey-hero .button{background:#b8e45a;color:#142319}.journey-hero .textlink{color:white}.journey-hero figcaption{color:#b5c1b6}.journey-hero figure img{aspect-ratio:4/3;object-fit:contain}.journey-hero .energy-trail{color:#b8e45a}.journey-storage figure img{aspect-ratio:4/3;object-fit:contain}.community-panorama{margin:42px 0!important}.community-panorama img{aspect-ratio:3/2;max-height:660px;object-fit:contain!important;background:#f2f4f0}.journey-cards .visual-label{display:block;color:#66705f;font-size:12px;margin-top:10px}.journey-cards h3{margin-top:14px}.journey-proof{background:#e9edE7}.real-tech{background:#e0e5de;padding:35px}.real-tech img{max-height:620px;object-fit:contain}.reference-lines{margin:30px 0}.reference-lines a{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #c7cec1;font-size:16px}.reference-lines strong{font-weight:500}.journey-proof .button{margin-top:12px}
@media(max-width:760px){.journey-hero{padding-top:30px}.journey-hero figure{margin-inline:-20px}.journey-hero figcaption{padding-inline:20px}.journey-hero h1{font-size:clamp(2.7rem,10vw,4rem)}.community-panorama img{aspect-ratio:auto}.real-tech{padding:25px}.real-tech img{max-height:470px}}
@media(max-width:760px){.journey-hero figure{grid-row:1}.journey-hero .journey-intro{grid-row:2}.journey-hero{gap:24px}.journey-hero h1{margin-top:14px}.journey-hero .journey-intro>.eyebrow{font-size:14px}}
/* Clear section hierarchy: surfaces and spacing instead of ornamental rules. */
.eyebrow:before,.stage-count:after{content:none}.textlink{border-bottom:0;padding-bottom:0;min-height:44px;align-items:center}.textlink:hover{gap:18px;text-decoration:underline;text-underline-offset:4px}.journey-hero h1>span,.journey-hero h1>em{display:block;max-width:100%}.journey-hero h1{overflow-wrap:anywhere}.journey-intro,.journey-two>*,.cycle-layout>*{min-width:0}.journey-actions .secondary{background:#ffffff15;color:#fff;border:1px solid #ffffff70}.journey-actions .secondary:hover{background:#ffffff25}.journey .section>.wrap>.eyebrow{margin-bottom:16px}.journey .section>.wrap>h2{margin-top:0;margin-bottom:32px}.journey .cycle-description{background:#f2f5ef;padding:32px;border-radius:12px}.stage-count{gap:14px;flex-wrap:wrap;margin-bottom:18px}.stage-count b{background:#fff;padding:5px 10px;border-radius:6px;font-size:14px}.journey .cycle-description h3{font-size:clamp(1.65rem,2.6vw,2.2rem);margin-bottom:16px}.journey .cycle-description p{font-size:16px;line-height:1.65}.journey #stage-tag{display:none}.journey .cycle-description .textlink{margin-top:8px;background:#214c36;color:white;padding:12px 18px;border-radius:6px;min-height:48px}.journey .cycle-description>p:last-child{margin-top:20px}.energy-summary{border:0;gap:16px;padding:0;margin-top:32px}.energy-summary>a{background:#f2f5ef;padding:22px;border-radius:10px}.energy-summary>a:hover{background:#e6eddf}.energy-summary strong{margin-bottom:8px}.journey .benefit{border:0;margin:14px 0;padding:20px;background:#fff;border-radius:10px}.journey .benefit h3{margin-bottom:8px}.journey .day-flow{display:grid;gap:12px}.journey .day-flow>div{border:0;background:#ffffff09;padding:20px;border-radius:10px}.journey .community-steps li{border:0;background:#f3f5ef;padding:22px;border-radius:10px}.journey .reference-lines{display:grid;gap:10px}.journey .reference-lines a{border:0;background:#ffffff85;padding:16px 20px;border-radius:8px}.journey .journey-cards article{background:#fff;padding-bottom:24px;border-radius:10px;overflow:hidden}.journey .journey-cards article h3,.journey .journey-cards article p,.journey .journey-cards article>.textlink,.journey .journey-cards .visual-label{margin-left:22px;margin-right:22px}.journey .journey-cards article>.textlink{margin-top:6px}.journey .section{scroll-margin-top:16px}.journey .energy-summary{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:760px){.journey-hero h1{font-size:clamp(2.25rem,9.5vw,3.5rem);line-height:1.1;letter-spacing:-.035em}.journey-hero{padding-bottom:40px}.journey-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.journey-actions .button{width:100%;font-size:16px}.journey .cycle-layout{gap:24px;margin-bottom:0}.journey .cycle-description{padding:24px}.journey .cycle-description .textlink{width:100%;justify-content:center}.journey .energy-summary{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:24px}.energy-summary>a{padding:20px 24px}.energy-summary strong{font-size:18px}.energy-summary span{font-size:16px}.journey .section{padding:56px 0}.journey .community-steps li{grid-template-columns:36px minmax(0,1fr)}.journey .reference-lines a{flex-wrap:wrap}.journey .journey-two{gap:28px}.journey h2{line-height:1.18;overflow-wrap:anywhere}}
.journey-proof .real-tech{background:transparent;padding:0}.journey-proof .real-tech img{width:100%;height:auto;max-height:none;border-radius:10px}.journey-proof .real-tech figcaption{padding-top:14px}
/* Original Swiss identity and explicit return paths. */
:root{--header-height:88px}.site-header{background:#11120c;border-bottom:0;color:#fff}.brand img{width:200px;height:auto;max-height:76px;object-fit:contain}.header-inner{gap:24px}.desktop-nav{gap:22px}.desktop-nav a:hover{color:#b8e45a}.desktop-nav a[aria-current=page]{border-bottom-color:#b8e45a;color:#b8e45a}.header-contact{background:#b8e45a;color:#17271d}.menu-toggle{background:#ffffff12;color:#fff}.mobile-nav{color:#171a20;display:block}.mobile-nav a[aria-current=page]{background:#edf3e5;color:#214c36;border-radius:6px;padding-left:12px}.footer-brand{display:inline-block;background:#11120c;border-radius:5px;padding:12px}.footer-brand img{width:240px;height:auto}.return-bar{position:sticky;top:var(--header-space);z-index:80;background:#f0f3ec;box-shadow:0 3px 12px #14231909}.return-bar>.wrap{display:flex;align-items:center;gap:24px;min-height:54px;padding-block:6px}.return-bar a{display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:600}.return-bar a:hover{text-decoration:underline}.current-area{color:#52604b;font-size:14px}.overview-link{margin-left:auto}.is-detail{--return-height:66px}.is-detail main{scroll-margin-top:calc(var(--header-space) + 66px)}.is-detail .subhero{padding-top:34px}.is-detail .breadcrumbs{display:none}.back-to-top{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:85;background:#fff;color:#214c36;box-shadow:0 3px 20px #0002;padding:12px 18px;border-radius:8px;font-size:14px;font-weight:600;min-height:46px}.back-to-top[hidden]{display:none}
@media(max-width:1150px){.mobile-nav:not([hidden]){display:block}}
@media(max-width:760px){:root{--header-height:78px}.brand img{width:177px;max-height:68px}.return-bar>.wrap{gap:12px;flex-wrap:wrap;padding:8px 0;min-height:74px}.return-bar .current-area{order:3;width:100%;font-size:13px;margin-top:-8px;padding-bottom:2px}.return-bar a{min-height:36px}.return-bar .overview-link{margin-left:auto}.is-detail .subhero h1{font-size:clamp(2.2rem,9vw,3.1rem)}.back-to-top{right:14px;bottom:calc(14px + env(safe-area-inset-bottom,0px));padding:10px 14px}.footer-brand img{width:220px}}
@media(min-width:1151px){.mobile-nav{display:none}}
/* Monochrome KAMA wordmark, using the earlier Manrope typography. */
.site-header{background:#fff;color:#000;box-shadow:0 2px 14px #00000006}.wordmark{display:inline-flex;align-items:center;gap:10px;color:#000;font-family:'Manrope',Arial,sans-serif;font-weight:800;font-size:25px;letter-spacing:-.055em;line-height:1.1;white-space:nowrap}.swiss-cross{width:22px;height:22px;flex-shrink:0}.brand{min-height:44px}.desktop-nav a:hover,.desktop-nav a[aria-current=page]{color:#000}.desktop-nav a[aria-current=page]{border-bottom-color:#000}.menu-toggle{background:#f4f4f4;color:#000}.footer-brand{background:transparent;padding:0;border-radius:0}.footer-brand .wordmark{font-size:27px}.header-inner{gap:20px}.desktop-nav{gap:18px}
@media(max-width:760px){.wordmark{font-size:23px;gap:8px}.swiss-cross{width:20px;height:20px}.footer-brand .wordmark{font-size:25px}}
@media(max-width:360px){.wordmark{font-size:20px}.swiss-cross{width:18px;height:18px}}
.reference-section{padding-top:20px}.references-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.reference-card{background:#f5f6f3;border:0;border-radius:10px;overflow:hidden}.reference-photo{display:block;background:#e9ece5}.reference-card .reference-photo img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}.reference-card .card-body{padding:24px}.reference-meta{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;font-size:14px;color:#5c6257;margin-bottom:16px}.reference-meta strong{color:#214c36;font-size:18px}.reference-card h3{font-size:23px;line-height:1.3;margin:0 0 12px}.reference-card .reference-kind{font-size:13px;color:#697161;margin-top:16px}.home-references{background:#fff}.all-references{margin-top:32px;text-align:center}.reference-photo:focus-visible{outline-offset:-5px}
@media(max-width:1000px){.references-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.references-grid{grid-template-columns:minmax(0,1fr);gap:24px}.reference-card .reference-photo img{height:auto}.reference-card .card-body{padding:22px}.reference-card h3{font-size:22px}}

/* Original wordmark supplied by Roman. Preserve its aspect ratio and colours. */
.brand .kama-original-logo{display:block;width:220px;height:auto;max-height:none;object-fit:contain}.footer-brand .kama-original-logo{display:block;width:250px;height:auto;max-width:100%;border-radius:0}.brand{flex-shrink:0}.footer-brand{max-width:100%}
@media(max-width:760px){.brand .kama-original-logo{width:190px}.footer-brand .kama-original-logo{width:230px}}
@media(max-width:360px){.brand .kama-original-logo{width:165px}}

.reference-filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.reference-filters button{font:inherit;padding:12px 22px;border:1px solid #153d30;background:white;color:#153d30;border-radius:30px;cursor:pointer}.reference-filters button[aria-pressed=true]{background:#153d30;color:white}.reference-filters button:focus-visible{outline:3px solid #79a900;outline-offset:3px}#reference-count{margin-bottom:28px}.reference-card[hidden]{display:none}.project-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;margin:40px 0}.project-facts dt{font-size:16px;color:#526159}.project-facts dd{font-size:26px;margin:8px 0;font-weight:600}.project-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:24px}.project-gallery figure{margin:0}.project-gallery img{width:100%;height:auto;display:block}.project-gallery figcaption{font-size:14px;margin-top:12px}.project-story{max-width:760px;margin:40px 0}

/* KAMA Ansprechpartner */
.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;max-width:920px;margin:auto}
.team-photo{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:center 55%;border-radius:12px;margin-bottom:24px}
.team-photo.marco-epper{object-position:center center}
.team-card h3{margin:0 0 8px}.team-card p{margin:0 0 12px}.team-card a{font-size:16px}
.contact-person .team-photo{width:112px;height:140px;float:left;margin:0 22px 12px 0;border-radius:8px}
.contact-person{min-height:164px;display:flow-root}
@media(max-width:600px){.team-grid{grid-template-columns:1fr;gap:36px;max-width:420px}}

/* Grossprojekte: existing green energy palette, strong typographic scale. */
.megawatt-banner{background:#142b21;color:#fff}.megawatt-banner .eyebrow{color:#b8e45a}.megawatt-banner h2{color:#fff;margin:20px 0 26px}.mega-lead{max-width:850px;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.65;margin:24px 0}.mega-pillars{display:flex;flex-wrap:wrap;gap:16px 36px;margin:34px 0;font-size:1rem;color:#b8e45a}.megawatt-banner .button{background:#b8e45a;color:#142b21}.mega-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:40px 0}.mega-facts dt{font-size:1rem;margin-bottom:12px}.mega-facts dd{font-size:clamp(2.5rem,5vw,4.6rem);font-weight:700;line-height:1.15;margin:0;letter-spacing:-.04em}.mega-facts dd span{font-size:clamp(1rem,2vw,1.5rem);letter-spacing:0}.mega-status{max-width:900px;font-size:1rem;line-height:1.65;margin-top:24px}.mega-status strong{display:block;margin-bottom:5px}
@media(min-width:1151px) and (max-width:1350px){.desktop-nav{display:none}.menu-toggle{display:flex}.mobile-nav:not([hidden]){display:block}.header-contact{margin-left:auto}}
@media(max-width:620px){.mega-facts{grid-template-columns:1fr;gap:26px}.mega-pillars{display:grid;gap:14px}.mega-facts dd{font-size:3rem}.megawatt-banner h2{font-size:2.3rem;overflow-wrap:anywhere}}

/* Compact facts and short enquiry */
.journey .section,.is-detail .section{padding-top:64px;padding-bottom:64px}.journey-hero{min-height:0}.energy-summary{margin-top:28px}.contact-form h2{font-size:1.8rem;margin-bottom:12px}.contact-form>p{margin-bottom:22px}.extra-fields{margin:12px 0 22px}.extra-fields summary{cursor:pointer;font-size:1rem;padding:12px 0}.extra-fields[open] summary{margin-bottom:16px}.calculator-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:28px;max-width:900px}.calculator-result{padding:28px;background:#153d30;color:white;border-radius:12px}.calculator-result strong{display:block;font-size:2.8rem;line-height:1.2;margin:12px 0}.calculator-result p{color:#e2eada}.calculator-result .button{margin-top:18px;background:#b8e45a;color:#142b21}.battery-calculator{background:#f3f5ef}.battery-calculator .form-note{max-width:900px;margin-top:22px}.field input,.field select,.field textarea{font-size:16px}.contact-grid{align-items:start}.contact-grid .contact-form{grid-column:1;grid-row:1}.contact-grid .contact-info{grid-column:2;grid-row:1}.contact-form .field{margin-bottom:18px}.journey-storage .benefit{margin:16px 0}.community-explain{margin:24px 0}.calculator-result a[hidden]{display:none}
@media(max-width:700px){.journey .section,.is-detail .section{padding-top:40px;padding-bottom:40px}.calculator-grid{grid-template-columns:1fr;gap:16px}.contact-grid .contact-form,.contact-grid .contact-info{grid-column:auto;grid-row:auto}.contact-grid{display:flex;flex-direction:column}.contact-grid>*{width:100%}.calculator-result{padding:24px}.journey-intro h1{font-size:clamp(2.6rem,10vw,4rem)}}

.iris-variants{display:grid;gap:12px;margin:24px 0}.iris-variant{background:#ffffff09;border-radius:10px;overflow:hidden}.journey .iris-variant summary{display:flex;align-items:center;justify-content:space-between;gap:18px;list-style:none;padding:20px;cursor:pointer;min-height:72px}.iris-variant summary::-webkit-details-marker{display:none}.iris-variant summary::after{content:'+';font-size:26px;color:#afe374;flex-shrink:0}.iris-variant[open] summary::after{content:'−'}.iris-variant summary:hover{background:#ffffff06}.iris-variant summary:focus-visible{outline:3px solid #afe374;outline-offset:-3px}.variant-label{display:block;color:#afe374;font-size:14px;margin-bottom:6px}.iris-variant summary strong{display:block;font-size:18px;line-height:1.45;font-weight:500}.variant-content{padding:0 20px 20px}.journey .variant-content p{font-size:16px;line-height:1.65;margin:0 0 14px;padding:0}.journey .variant-content p:last-child{margin:0;color:#cbd5c8}.journey-iris .journey-two{align-items:start}

.community-models{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:30px 0}.community-models article{padding:28px;background:#f3f5ef;border-radius:12px;min-width:0}.community-models h3{font-size:26px;line-height:1.25;margin:16px 0}.community-models dl{margin:24px 0}.community-models dl>div{margin:18px 0}.community-models dt{font-weight:600;margin-bottom:4px}.community-models dd{margin:0;line-height:1.65}.community-models summary{cursor:pointer;min-height:44px;padding:12px 0;font-weight:600}.community-models summary:focus-visible{outline:3px solid #537d32;outline-offset:3px}.community-models details p{margin-top:12px}.community-service{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:30px}.community-service h3{font-size:21px;margin-bottom:12px}@media(max-width:700px){.community-models,.community-service{grid-template-columns:1fr;gap:20px}.community-models article{padding:22px}.community-models h3{font-size:24px}}

.installed-capacity{padding:40px 0;background:var(--green,#153d30);color:#fff}.capacity-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.capacity-grid strong{font-size:clamp(2rem,5vw,3.8rem);line-height:1.2;font-weight:600;white-space:nowrap}.capacity-grid strong span{font-size:.5em}.capacity-grid p{font-size:1rem;margin:8px 0 0}.capacity-care{font-size:1rem;margin:24px 0 0;opacity:.85}@media(max-width:420px){.capacity-grid{gap:16px}.capacity-grid p{max-width:150px}}

.journey-brain{position:relative;isolation:isolate}.journey-brain-name{position:absolute;left:0;right:0;bottom:8%;z-index:1;text-align:center;color:#fff;font-size:clamp(2.5rem,6vw,5rem);font-weight:650;line-height:1.1;letter-spacing:.1em;text-shadow:0 2px 18px #06100a,0 0 35px #06100a;pointer-events:none}

.energy-map-intro{max-width:560px;color:#565d58}.energy-map{position:relative;max-width:700px;aspect-ratio:1;margin:28px auto 0}.energy-map-lines{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:#8cba62;stroke-width:2}.energy-ring{stroke-width:3}.energy-spokes{stroke-dasharray:5 7;opacity:.6}.energy-point,.energy-hub{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;text-decoration:none}.energy-point{width:30%;min-height:100px;background:#fff;gap:5px;padding:10px 2px;color:#193d2b}.energy-point .icon{width:42px;height:42px;stroke-width:1.4;margin-bottom:5px}.energy-point strong{font-size:clamp(.875rem,2vw,1.125rem);line-height:1.25}.energy-point span{font-size:.875rem;color:#5b625d}.energy-point-pv{left:50%;top:16%}.energy-point-battery{left:16%;top:50%}.energy-point-use{left:84%;top:50%}.energy-point-community{left:27%;top:85%}.energy-point-charge{left:73%;top:85%}.energy-hub{left:50%;top:50%;width:31%;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#0c2116;color:white;box-shadow:0 0 0 5px #eff5e9}.energy-hub img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}.energy-hub strong,.energy-hub span{position:relative}.energy-hub strong{font-size:clamp(1.25rem,3vw,2.3rem);letter-spacing:.05em}.energy-hub span{font-size:.875rem}.energy-point:hover,.energy-point:focus-visible{color:#548629}.energy-map-hint{text-align:center;font-size:.875rem;color:#5b625d;margin-top:18px}@media(max-width:480px){.energy-map{margin-top:12px}.energy-point{min-height:90px}.energy-point .icon{width:32px;height:32px}.energy-point span{font-size:.875rem}.energy-hub{width:30%}}

/* I.R.I.S. name and development credit */
.iris-identity{min-width:0}.iris-definition{max-width:550px;margin:0 auto;padding:22px 0 0;text-align:center}.journey-iris .iris-full-name{margin:0 0 12px;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.4;font-weight:600;color:#afe374}.journey-iris .iris-development{margin:0;font-size:1rem;line-height:1.65;color:#bfcabd}

/* Sales information and persistent project action */
.hero-origin{font-weight:650}.benefit-grid,.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin:32px 0}.benefit-grid h3,.price-grid h3{font-size:1.3rem;margin-bottom:12px}.storage-prices{background:#edf3e5}.price-grid article{padding:24px 0;border-top:2px solid #244d36}.price-grid strong{display:block;font-size:clamp(1.5rem,3vw,2.4rem);letter-spacing:-.04em}.yield-example{margin-top:40px;padding:32px;background:#153d30;color:#fff;border-radius:12px;max-width:850px}.yield-example h3{font-size:1.65rem;margin:12px 0}.yield-example p{margin:16px 0}.yield-example .form-note{color:#e0e8dc}.yield-equation{font-size:1.45rem}.sticky-project{display:none}@media(max-width:760px){.benefit-grid,.price-grid{grid-template-columns:1fr;gap:16px}.price-grid article{padding:16px 0}.yield-example{padding:22px}.sticky-project{display:block;position:fixed;bottom:0;left:0;right:0;padding:16px 24px calc(16px + env(safe-area-inset-bottom));background:#b8e45a;color:#17271d;text-align:center;font-weight:700;z-index:100}body{padding-bottom:76px}.back-to-top{bottom:90px}.site-footer{padding-bottom:35px}}

.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.contact-form button:disabled{opacity:.65;cursor:wait}#form-status{margin-top:20px;font-weight:600}

/* Google review invitation */
.review-invitation{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:32px;padding:28px 32px;background:#153d30;color:#fff;border-radius:14px}
.review-invitation h2{font-size:clamp(1.4rem,2.2vw,1.8rem);line-height:1.2;letter-spacing:-.025em;margin:0 0 8px}
.review-invitation p{color:#e2ecdf;font-size:1rem;line-height:1.5}
.review-invitation .google-review-button{margin-top:0;min-height:60px;padding:18px 26px;gap:18px;background:#d5ef39;color:#142b21;font-size:1.0625rem;font-weight:700;box-shadow:0 5px 16px #0003}
.review-invitation .google-review-button:hover{background:#e5f878}
.review-invitation .google-review-button:focus-visible{outline:3px solid #fff;outline-offset:5px}
@media(max-width:760px){.review-invitation{grid-template-columns:minmax(0,1fr);padding:24px;gap:20px}.review-invitation .google-review-button{width:100%;padding:18px 20px}}

/* Development and production */
.production-opening figure,.production-row figure{margin:0}.production-opening img{width:100%;height:auto;max-height:620px;object-fit:cover;object-position:center 65%}.production-opening figcaption,.production-row figcaption{font-size:.875rem;color:#596258;margin-top:10px;line-height:1.5}.production-section{padding:48px 0}.production-row{display:grid;grid-template-columns:minmax(0,1fr);gap:32px}.production-row:has(figure){grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:64px}.production-row h2,.production-teaser h2{font-size:clamp(1.8rem,3.3vw,3rem);line-height:1.15;margin:0 0 24px}.production-row p,.production-teaser p{max-width:760px;line-height:1.75}.production-row img{width:100%;height:auto;max-height:420px;object-fit:cover}.production-links{display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin-top:28px}.production-teaser{background:#edf3e5}.desktop-nav{gap:18px;font-size:.875rem}@media(max-width:1250px){.desktop-nav,.header-contact{display:none}.menu-toggle{display:flex}.mobile-nav:not([hidden]){display:block}.header-inner{justify-content:space-between}}@media(max-width:760px){.production-row:has(figure){grid-template-columns:1fr;gap:24px}.production-section{padding:32px 0}.production-opening img{min-height:260px}.production-links{align-items:flex-start;flex-direction:column}}
