:root {
  --orange: #f36c21;
  --orange-deep: #7a2d00;
  --orange-mid: #ff9856;
  --orange-light: #ffd6bd;
  --orange-pale: #fff3e9;
  --white: #fff;
  --shadow: 0 20px 55px rgba(243,108,33,.18);
  --radius: 0;
  --page-gutter: clamp(22px, 4.2vw, 112px);
  --orange-action: #fd8901;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--orange-deep);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: calc(100% - var(--page-gutter) * 2); max-width: none; margin-inline: auto; }
.skip { position: fixed; left: 14px; top: -80px; z-index: 999; padding: 10px 16px; background: #fd8901; color: var(--white); }
.skip:focus { top: 12px; }
.utility { background: #fd8901; color: var(--white); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.utility .shell { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility div { display: flex; gap: 22px; }
.utility a:hover { text-decoration: underline; }
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--orange-light); }
.header-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { width: 150px; height: 68px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 150px; height: auto; }
.nav { display: flex; align-items: center; gap: 18px; }
.nav a:not(.button) { padding: 11px 0; border-bottom: 2px solid transparent; font-size: 10px; font-weight: 900; letter-spacing: .085em; }
.nav a:hover, .nav a.active { color: var(--orange); border-bottom-color: var(--orange); }
.menu { display: none; border: 0; background: transparent; color: var(--orange); font-weight: 900; }
.menu i { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--orange); }
.menu small { font-size: 8px; letter-spacing: .1em; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 2px solid var(--orange);
  border-radius: 999px;
  background: var(--orange);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  cursor: pointer;
  transition: .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(243,108,33,.28); }
.button.small { min-height: 40px; padding: 0 17px; font-size: 9px; }
.button.white { color: var(--orange); background: var(--white); border-color: var(--white); }
.button.outline-white { color: var(--white); background: transparent; border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.eyebrow { margin: 0 0 14px; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.white { color: var(--white); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(42px, 6vw, 78px); }
h2 { margin-bottom: 20px; font-size: clamp(31px, 4.2vw, 51px); }
h3 { margin-bottom: 12px; font-size: 23px; }
p { margin-top: 0; font-size: 16px; }
.lead { font-size: clamp(19px, 2.2vw, 25px); line-height: 1.5; }
.section { padding: 92px 0; }
.tint { background: var(--orange-pale); }
.heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 44px; }
.heading > div { max-width: 780px; }
.heading > p { max-width: 420px; }
.hero { padding: 68px 0 55px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 55px; align-items: center; }
.hero h1 span { color: var(--orange); }
.hero-copy > p:not(.eyebrow) { max-width: 680px; }
.actions { display: flex; gap: 24px; align-items: center; margin-top: 32px; }
.proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 44px; }
.proof div { padding-top: 11px; border-top: 2px solid var(--orange); }
.proof b { display: block; color: var(--orange); font-size: 11px; }
.proof span { display: block; font-size: 13px; font-weight: 800; }
.hero-image { position: relative; }
.hero-image:before { content: ""; position: absolute; z-index: -1; width: 75%; aspect-ratio: 1; left: -9%; top: -8%; border-radius: 50%; background: var(--orange-pale); }
.hero-image img { width: 100%; aspect-ratio: 1.05; object-fit: cover; border: 7px solid var(--white); outline: 2px solid var(--orange); border-radius: 44% 56% 20% 28% / 35% 24% 31% 42%; box-shadow: var(--shadow); }
.callout { position: absolute; right: -14px; bottom: 20px; width: 235px; padding: 17px 19px; border: 2px solid var(--orange); background: var(--white); box-shadow: var(--shadow); }
.callout span { display: block; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.callout b { display: block; margin-top: 4px; font-size: 14px; }
.strip { padding: 17px 0; background: var(--orange); color: var(--white); }
.strip .shell { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; }
.split > div:last-child { padding-top: 35px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.card { min-height: 390px; display: flex; flex-direction: column; padding: 28px; border: 2px solid var(--orange-light); border-radius: var(--radius); background: var(--white); transition: .2s ease; }
.card:hover { transform: translateY(-5px); border-color: var(--orange); box-shadow: var(--shadow); }
.card .no { color: var(--orange); font-size: 12px; font-weight: 900; }
.card h3 { margin-top: 42px; }
.card p, .card li { font-size: 14px; }
.card ul { padding-left: 18px; }
.card a { margin-top: auto; color: var(--orange); font-size: 11px; font-weight: 900; }
.system { padding: 95px 0; background: var(--orange); color: var(--white); }
.system-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.system-grid p:not(.eyebrow) { color: var(--white); }
.layers { list-style: none; margin: 0; padding: 0; }
.layers li { display: grid; grid-template-columns: 44px 1fr 1.15fr; gap: 16px; align-items: center; min-height: 63px; margin-bottom: 8px; padding: 10px 18px; border: 2px solid var(--white); }
.layers li:nth-child(even) { background: var(--white); color: var(--orange); }
.layers b { font-size: 11px; }
.layers span { font-weight: 900; }
.layers em { font-size: 12px; font-style: normal; font-weight: 700; }
.applications { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.applications article { min-height: 215px; padding: 27px; border: 2px solid var(--orange-light); border-radius: var(--radius); }
.applications span { color: var(--orange); font-size: 11px; font-weight: 900; }
.applications h3 { margin-top: 30px; }
.applications p { font-size: 14px; }
.product-feature { display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px; align-items: center; }
.product-feature img { width: 100%; aspect-ratio: 1.24; object-fit: cover; border: 2px solid var(--orange); border-radius: var(--radius); box-shadow: var(--shadow); }
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0; }
.tags span { padding: 8px 12px; border: 1px solid var(--orange); border-radius: 999px; font-size: 11px; font-weight: 800; }
.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; }
.process ol { list-style: none; margin: 0; padding: 0; }
.process li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--orange-light); }
.process li > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--white); background: var(--orange); font-size: 11px; font-weight: 900; }
.process b { font-size: 19px; }
.process p { margin: 3px 0 0; font-size: 14px; }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.resource { min-height: 290px; display: flex; flex-direction: column; padding: 29px; border: 2px solid var(--orange-light); border-radius: var(--radius); background: var(--white); }
.resource:hover { border-color: var(--orange); box-shadow: var(--shadow); }
.resource > span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.resource h3 { margin-top: 38px; }
.resource p { font-size: 14px; }
.resource b { margin-top: auto; color: var(--orange); font-size: 11px; }
.resource.orange { border-color: var(--orange); background: var(--orange); color: var(--white); }
.resource.orange > span, .resource.orange b { color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; }
.direct a { display: block; padding: 16px 0; border-bottom: 1px solid var(--orange-light); }
.direct small { display: block; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.direct b { font-size: 19px; }
.email-form { display: grid; gap: 18px; padding: 32px; border: 2px solid var(--orange); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.email-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 900; }
.email-form input, .email-form textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--orange-light); border-radius: 11px; color: var(--orange-deep); background: var(--white); outline: 0; }
.email-form input:focus, .email-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-pale); }
.form-note { margin: 0; font-size: 11px; }
.page-hero { padding: 70px 0; border-bottom: 2px solid var(--orange); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 65px; align-items: center; }
.page-hero-grid > div:first-child { max-width: 830px; }
.page-hero h1 { font-size: clamp(40px, 5vw, 67px); }
.page-hero img { width: 100%; aspect-ratio: 1.23; object-fit: cover; border: 2px solid var(--orange); border-radius: var(--radius); box-shadow: var(--shadow); }
.outcomes { padding: 18px 0; background: var(--orange); color: var(--white); }
.outcomes .shell { display: flex; justify-content: space-around; gap: 20px; font-size: 12px; font-weight: 900; }
.challenge, .specs, .use-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; }
.modules { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.modules article { padding: 27px; border: 2px solid var(--orange-light); border-radius: var(--radius); background: var(--white); }
.modules span { color: var(--orange); font-size: 11px; font-weight: 900; }
.modules h3 { margin-top: 40px; }
.modules p { font-size: 14px; }
.specs dl { margin: 0; }
.specs dl div { display: grid; grid-template-columns: 160px 1fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--orange-light); }
.specs dt { color: var(--orange); font-weight: 900; }
.specs dd { margin: 0; }
.use-grid ul { list-style: none; margin: 0; padding: 0; }
.use-grid li { padding: 16px 0; border-bottom: 1px solid var(--orange-light); font-size: 17px; font-weight: 800; }
.detail-list article { display: grid; grid-template-columns: 100px 1fr; gap: 25px; max-width: 960px; margin-inline: auto; padding: 60px 0; border-bottom: 2px solid var(--orange-light); }
.detail-list article:first-child { padding-top: 0; }
.detail-list article:last-child { padding-bottom: 0; border-bottom: 0; }
.detail-no { color: var(--orange); font-size: 44px; font-weight: 900; }
.detail-list li { margin-bottom: 7px; }
.application-details, .delivery, .values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.application-details article, .delivery article, .values article { padding: 34px; border: 2px solid var(--orange-light); border-radius: var(--radius); background: var(--white); }
.application-details article > span, .delivery article > span, .values article > span { color: var(--orange); font-size: 12px; font-weight: 900; }
.application-details h3, .delivery h3, .values h3 { margin-top: 32px; font-size: 29px; }
.application-details li, .delivery p, .values p { font-size: 14px; }
.delivery { grid-template-columns: repeat(4, 1fr); }
.delivery article { min-height: 320px; display: flex; flex-direction: column; }
.delivery article b { margin-top: auto; color: var(--orange); font-size: 10px; letter-spacing: .1em; }
.patterns, .downloads, .articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.patterns article, .downloads article, .articles a { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 2px solid var(--orange-light); border-radius: var(--radius); background: var(--white); }
.patterns span, .downloads span, .articles span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.patterns h3, .downloads h3, .articles h3 { margin-top: 40px; }
.patterns p, .patterns li, .downloads p, .articles p { font-size: 14px; }
.downloads .button, .articles b { margin-top: auto; align-self: start; }
.articles { grid-template-columns: 1fr 1fr; }
.articles a:hover { border-color: var(--orange); box-shadow: var(--shadow); }
.articles h3 { font-size: 29px; }
.articles b { color: var(--orange); font-size: 11px; }
.banner { display: flex; justify-content: space-between; align-items: center; gap: 45px; padding: 42px; border: 2px solid var(--orange); border-radius: var(--radius); }
.banner > div { max-width: 760px; }
.article-head { padding: 86px 0; border-bottom: 2px solid var(--orange); background: var(--orange-pale); }
.article-head .shell { max-width: 950px; }
.article-head h1 { font-size: clamp(40px, 5vw, 66px); }
.article-layout { display: grid; grid-template-columns: 1fr 330px; gap: 75px; padding-top: 75px; padding-bottom: 95px; }
.article-body section { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding-bottom: 52px; }
.article-body section > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--white); background: var(--orange); font-size: 11px; font-weight: 900; }
.article-body h2 { font-size: 32px; }
.article-body li { margin-bottom: 7px; }
.article-layout aside { position: sticky; top: 125px; align-self: start; padding: 27px; border-radius: var(--radius); background: var(--orange); color: var(--white); }
.article-layout aside .eyebrow { color: var(--white); }
.article-layout aside h2 { font-size: 26px; }
.article-layout aside ul { list-style: none; margin: 0; padding: 0; }
.article-layout aside li { margin-bottom: 11px; font-size: 13px; }
.article-layout aside .button { width: 100%; margin-top: 14px; color: var(--orange); background: var(--white); border-color: var(--white); }
.about-locations { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.about-locations div { padding: 42px; border: 2px solid var(--orange); border-radius: var(--radius); }
.contact-page { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; }
.contact-method { padding: 20px 0; border-bottom: 1px solid var(--orange-light); }
.contact-method span { display: block; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.contact-method a, .contact-method b { display: block; margin: 6px 0; font-size: 21px; font-weight: 900; overflow-wrap: anywhere; }
.contact-method p { margin: 0; font-size: 13px; }
.form-panel { padding: 40px; border: 2px solid var(--orange); border-radius: var(--radius); background: var(--white); }
.form-panel .email-form { padding: 0; border: 0; box-shadow: none; }
.legal { max-width: 820px; }
.legal h2 { margin-top: 42px; font-size: 30px; }
.legal a { color: var(--orange); font-weight: 900; }
.final-cta { padding: 68px 0; background: var(--orange); color: var(--white); }
.final-cta .shell { display: flex; justify-content: space-between; align-items: center; gap: 55px; }
.final-cta p { max-width: 680px; }
.cta-buttons { display: flex; flex-shrink: 0; gap: 12px; }
.footer { padding: 60px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 45px; }
.footer-logo { width: 175px; margin-bottom: 16px; }
.footer h2 { color: var(--orange); font-size: 12px; letter-spacing: .1em; }
.footer a, .footer span { display: block; margin-bottom: 8px; font-size: 13px; }
.footer a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 30px; border-top: 1px solid var(--orange-light); font-size: 11px; }
.footer-bottom div { display: flex; gap: 18px; }
.mobile-contact { display: none; }
.not-found { min-height: 65vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.not-found > div > span { color: var(--orange); font-size: 90px; font-weight: 900; }
@media (max-width: 1080px) {
  .nav { gap: 9px; }
  .nav a:not(.button) { font-size: 8px; }
  .nav .small { display: none; }
  .cards, .modules, .delivery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  body { padding-bottom: 66px; }
  .shell { width: calc(100% - var(--page-gutter) * 2); }
  .utility { display: none; }
  .header-row { min-height: 72px; }
  .brand, .brand img { width: 124px; }
  .menu { display: block; width: 55px; height: 55px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 17px 22px 24px; flex-direction: column; align-items: stretch; background: var(--white); border-bottom: 2px solid var(--orange); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a:not(.button) { padding: 12px 3px; border-bottom: 1px solid var(--orange-light); font-size: 11px; }
  .nav .small { display: flex; margin-top: 16px; }
  h1 { font-size: clamp(39px, 12vw, 58px); }
  h2 { font-size: clamp(29px, 9vw, 41px); }
  .section { padding: 65px 0; }
  .heading { display: block; margin-bottom: 31px; }
  .hero { padding: 46px 0; }
  .hero-grid, .page-hero-grid, .split, .system-grid, .product-feature, .process, .contact-grid, .challenge, .specs, .use-grid, .contact-page, .about-locations { grid-template-columns: 1fr; gap: 40px; }
  .actions { flex-direction: column; align-items: stretch; }
  .actions .text-link { justify-content: center; }
  .proof { grid-template-columns: 1fr; }
  .hero-image { margin-top: 10px; }
  .callout { right: 7px; bottom: -18px; }
  .strip .shell { grid-template-columns: 1fr 1fr; gap: 10px; font-size: 9px; }
  .cards, .applications, .resource-grid, .application-details, .patterns, .downloads, .articles { grid-template-columns: 1fr; }
  .layers li { grid-template-columns: 38px 1fr; }
  .layers em { grid-column: 2; }
  .detail-list article { grid-template-columns: 1fr; gap: 12px; padding: 45px 0; }
  .delivery, .values, .modules { grid-template-columns: 1fr; }
  .banner, .final-cta .shell { flex-direction: column; align-items: stretch; }
  .outcomes .shell { flex-direction: column; align-items: flex-start; gap: 7px; }
  .specs dl div { grid-template-columns: 1fr; gap: 3px; }
  .article-layout { grid-template-columns: 1fr; gap: 42px; padding-top: 52px; }
  .article-layout aside { position: static; }
  .article-body section { grid-template-columns: 40px 1fr; gap: 14px; }
  .article-body section > span { width: 38px; height: 38px; }
  .article-body h2 { font-size: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-panel { padding: 24px; }
  .cta-buttons { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-contact { position: fixed; z-index: 160; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--orange); box-shadow: 0 -8px 30px rgba(243,108,33,.25); }
  .mobile-contact a { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--white); }
  .mobile-contact a:last-child { border-right: 0; }
  .mobile-contact span { font-size: 8px; font-weight: 900; letter-spacing: .1em; }
  .mobile-contact b { font-size: 12px; }
}
@media (max-width: 520px) {
  .strip .shell { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .card, .resource, .application-details article, .downloads article { padding: 23px; }
  .email-form { padding: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}

/* Footer additions: social profiles and floating back-to-top control. */
.footer-social-title { margin: 20px 0 10px; color: var(--orange); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.footer-social { display: flex; flex-wrap: wrap; gap: 8px; }
.footer .footer-social-link { display: inline-flex; min-height: 44px; align-items: center; margin: 0; padding: 8px 12px; border: 1px solid var(--orange); border-radius: 999px; color: var(--orange-deep); background: var(--white); font-size: 14px; font-weight: 800; }
.footer .footer-social-link[href]:hover { border-color: var(--orange-deep); background: var(--orange-deep); color: var(--white); }
.footer .footer-social-link[aria-disabled="true"] { opacity: .6; cursor: not-allowed; }
.footer-social-link:focus-visible, .back-to-top:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 4px; }
.back-to-top { position: fixed; z-index: 150; right: max(20px, env(safe-area-inset-right)); bottom: calc(22px + env(safe-area-inset-bottom)); display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; padding: 0; border: 2px solid var(--white); border-radius: 50%; color: var(--white); background: var(--orange); box-shadow: 0 8px 22px rgba(243,108,33,.28); cursor: pointer; }
.back-to-top[hidden] { display: none; }
.back-to-top:hover { background: var(--orange-deep); }
@media (max-width: 820px) {
  .back-to-top { right: max(14px, env(safe-area-inset-right)); bottom: calc(82px + env(safe-area-inset-bottom)); }
}

/* Banner backgrounds only: original content, sizing and grid stay unchanged.
   The photo and tint are separate layers, so foreground text never fades. */
.banner-background {
  --banner-image: url("../images/solar-cctv-trailer.webp");
  --banner-position: 64% 48%;
  --banner-opacity: .64;
  position: relative;
  isolation: isolate;
}
.banner-background::before,
.banner-background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.banner-background::before {
  background-image: var(--banner-image);
  background-size: cover;
  background-position: var(--banner-position);
  background-repeat: no-repeat;
  opacity: var(--banner-opacity);
}
.banner-background::after {
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.96) 0%,
      rgba(255,255,255,.90) 36%,
      rgba(255,255,255,.57) 65%,
      rgba(255,255,255,.28) 100%),
    linear-gradient(180deg,
      rgba(243,108,33,.12) 0%,
      rgba(243,108,33,.09) 64%,
      rgba(255,255,255,.65) 100%);
}
.banner-background > .shell {
  position: relative;
  z-index: 1;
}
.banner-cctv {
  --banner-image: url("../images/solar-cctv-trailer.webp");
  --banner-position: 64% 48%;
}
.banner-platform {
  --banner-image: url("../images/integrated-remote-platform.webp");
  --banner-position: 68% 44%;
}
/* Wider article titles and centred 404 copy need a more even white veil. */
.article-head.banner-background::after,
.not-found.banner-background::after {
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.94) 0%,
      rgba(255,255,255,.84) 66%,
      rgba(255,255,255,.75) 100%),
    linear-gradient(180deg, rgba(243,108,33,.14), rgba(255,255,255,.48));
}
@media (max-width: 820px) {
  .banner-background {
    --banner-position: 68% center;
  }
  .banner-background::after,
  .article-head.banner-background::after,
  .not-found.banner-background::after {
    background:
      linear-gradient(105deg,
        rgba(255,255,255,.93) 0%,
        rgba(255,255,255,.83) 56%,
        rgba(255,255,255,.76) 100%),
      linear-gradient(180deg, rgba(243,108,33,.10), rgba(255,255,255,.54));
  }
}
@media (prefers-contrast: more) {
  .banner-background { --banner-opacity: .18; }
}
@media print {
  .banner-background::before,
  .banner-background::after { display: none; }
}

/* Editable product catalogue. The existing brand palette is unchanged. */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.catalogue-index .eyebrow, .catalogue-page .eyebrow { color: var(--orange-deep); font-size: 13px; }
.catalogue-page h1 { font-size: clamp(2.1rem, 4.6vw, 4rem); line-height: 1.12; overflow-wrap: break-word; }
.catalogue-page .page-hero .lead { max-width: 850px; }
.catalogue-page .button { font-size: 14px; letter-spacing: .035em; padding: 14px 22px; line-height: 1.5; text-align: center; }
.catalogue-category-grid, .catalogue-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.catalogue-category, .catalogue-product { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--orange-light); border-radius: 20px; overflow: hidden; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.catalogue-category:hover, .catalogue-product:hover { border-color: var(--orange); box-shadow: var(--shadow); transform: translateY(-4px); }
.catalogue-category:focus-visible, .catalogue-product:focus-visible, .catalogue-page a:focus-visible, .catalogue-page summary:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 4px; }
.catalogue-category-image { padding: 18px 18px 12px; background: var(--orange-pale); }
.catalogue-category-image img { width: 100%; height: 220px; object-fit: contain; }
.catalogue-category-image > span { display: block; margin-top: 12px; font-size: 12px; line-height: 1.5; }
.catalogue-category-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 20px; font-size: 13px; }
.catalogue-number { color: var(--orange-deep); font-size: 23px; font-weight: 800; }
.catalogue-card-copy { flex: 1; display: flex; flex-direction: column; padding: 25px; min-width: 0; }
.catalogue-card-copy h3 { font-size: 23px; line-height: 1.25; overflow-wrap: break-word; }
.catalogue-card-copy p { font-size: 16px; }
.catalogue-card-action { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: auto; padding-top: 20px; font-size: 14px; font-weight: 800; }
.catalogue-card-action > span { font-size: 23px; transition: transform .22s ease; }
.catalogue-category:hover .catalogue-card-action > span, .catalogue-product:hover .catalogue-card-action > span { transform: translateX(4px); }
.catalogue-breadcrumbs { margin-bottom: 27px; font-size: 14px; }
.catalogue-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px 0; list-style: none; padding: 0; margin: 0; }
.catalogue-breadcrumbs li:not(:last-child)::after { content: '/'; padding: 0 10px; }
.catalogue-breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.catalogue-category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.catalogue-category-nav a { display: flex; align-items: center; min-height: 44px; padding: 9px 15px; border: 1px solid var(--orange-light); border-radius: 12px; font-size: 14px; font-weight: 650; line-height: 1.45; }
.catalogue-category-nav a:hover { border-color: var(--orange); }
.catalogue-category-nav a[aria-current="page"] { color: var(--white); background: var(--orange-deep); border-color: var(--orange-deep); }
.catalogue-product-image { padding: 24px; background: var(--orange-pale); }
.catalogue-product-image img { width: 100%; height: 240px; object-fit: contain; }
.catalogue-badge { display: inline-block; align-self: flex-start; width: fit-content; padding: 5px 10px; margin-bottom: 15px; border: 1px solid var(--orange-light); border-radius: 7px; background: var(--orange-pale); color: var(--orange-deep); font-size: 13px; font-weight: 800; }
.catalogue-badge.draft { border-style: dashed; }
.catalogue-card-specs { margin: 0 0 14px; font-size: 14px; }
.catalogue-card-specs div { padding: 8px 0; border-top: 1px solid var(--orange-light); }
.catalogue-card-specs dt { font-weight: 800; }
.catalogue-card-specs dd { margin: 2px 0 0; }
.catalogue-detail-hero { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 50px; align-items: center; }
.catalogue-detail-image { margin: 0; padding: 25px; border: 1px solid var(--orange-light); border-radius: 20px; background: var(--white); }
.catalogue-detail-image img { width: 100%; height: 380px; object-fit: contain; }
.catalogue-detail-image figcaption { margin-top: 16px; font-size: 13px; }
.catalogue-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 25px; }
.catalogue-secondary-link { font-size: 14px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.catalogue-draft-notice { padding: 16px; border: 1px dashed var(--orange-deep); border-radius: 10px; background: var(--white); font-size: 15px; }
.catalogue-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 65px; align-items: start; }
.catalogue-detail-layout h2 { font-size: clamp(28px,3vw,40px); }
.catalogue-detail-layout h3 { margin-top: 28px; }
.catalogue-detail-layout ul { padding-left: 23px; }
.catalogue-detail-layout li { margin-bottom: 12px; font-size: 16px; }
.catalogue-spec-panel { padding: 30px; border: 1px solid var(--orange-light); border-radius: 20px; background: var(--orange-pale); }
.catalogue-spec-panel h2 { font-size: 27px; }
.catalogue-spec-panel dl { margin: 0 0 20px; }
.catalogue-spec-panel dl > div { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--orange-light); }
.catalogue-spec-panel dt { font-weight: 750; }
.catalogue-spec-panel dd { margin: 0; }
.catalogue-note, .catalogue-card-copy .catalogue-note, .catalogue-source { font-size: 14px; line-height: 1.6; }
.catalogue-source a { text-decoration: underline; text-underline-offset: 3px; }
.catalogue-reference { max-width: 1000px; }
.catalogue-reference details { margin: 24px 0; padding: 20px; border: 1px solid var(--orange-light); border-radius: 12px; background: var(--white); }
.catalogue-reference summary { cursor: pointer; font-size: 16px; font-weight: 800; min-height: 30px; }
.catalogue-reference details img { max-width: 100%; height: auto; margin: 25px auto 0; }
@media (max-width: 1050px) {
  .catalogue-category-grid, .catalogue-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .catalogue-detail-hero, .catalogue-detail-layout { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .catalogue-page h1 { font-size: clamp(2rem,8vw,2.8rem); }
  .catalogue-detail-image img { height: 320px; }
  .catalogue-page .page-hero { padding: 38px 0; }
  .catalogue-category-nav { margin-bottom: 30px; }
}
@media (max-width: 560px) {
  .catalogue-category-grid, .catalogue-product-grid { grid-template-columns: minmax(0,1fr); }
  .catalogue-category-image img, .catalogue-product-image img { height: 240px; }
  .catalogue-spec-panel { padding: 22px; }
  .catalogue-spec-panel dl > div { grid-template-columns: minmax(0,1fr); gap: 4px; }
  .catalogue-actions { align-items: stretch; flex-direction: column; }
  .catalogue-breadcrumbs { font-size: 13px; }
}

/* One-shot, non-blocking motion. Content remains visible without JavaScript. */
@keyframes stg-banner-arrive { from { opacity: .35; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes stg-menu-arrive { from { opacity: .4; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: no-preference) {
  .banner-background > .shell { animation: stg-banner-arrive .55s ease-out; }
}
@media (max-width: 820px) and (prefers-reduced-motion: no-preference) {
  .nav.open { animation: stg-menu-arrive .2s ease-out; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; }
  .catalogue-category:hover, .catalogue-product:hover, .catalogue-category:hover .catalogue-card-action > span, .catalogue-product:hover .catalogue-card-action > span { transform: none; }
}
@media print {
  .catalogue-page .catalogue-actions, .catalogue-category-nav { display: none; }
  .catalogue-detail-hero, .catalogue-detail-layout { display: block; }
  .catalogue-product, .catalogue-category { break-inside: avoid; }
}

/* Full-width editorial redesign — 2 September 2026.
   Orange + white, fluid sections, restrained rules and uncropped product images.
   Change --page-gutter above to adjust spacing; there is no fixed desktop cap. */
html { scroll-padding-top: 115px; }
body { font-size: 16px; }
button, a, summary { -webkit-tap-highlight-color: rgba(243,108,33,.14); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--orange-deep); outline-offset: 5px; }
h1, h2, h3 { font-weight: 600; }
h1 { font-size: clamp(48px, 5.5vw, 112px); letter-spacing: -.055em; }
h2 { font-size: clamp(34px, 3.4vw, 68px); letter-spacing: -.045em; }
h3 { font-size: clamp(24px, 1.65vw, 34px); }
.section, .system { padding-block: clamp(76px, 7vw, 144px); }
.heading { gap: 5vw; margin-bottom: clamp(38px, 4vw, 76px); }
.heading > div { max-width: 1000px; }
.heading > p { max-width: 38ch; }
.eyebrow, .catalogue-index .eyebrow, .catalogue-page .eyebrow { color: var(--orange-action); font-size: 13px; font-weight: 700; letter-spacing: .14em; }
.lead { font-size: clamp(20px, 1.6vw, 28px); line-height: 1.5; }
.text-link, .card a, .resource b, .articles b { color: var(--orange-action); font-size: 14px; line-height: 1.5; font-weight: 700; }
.text-link { padding-block: 10px; }
.button, .button.small, .catalogue-page .button { min-height: 52px; padding: 14px 24px; border-radius: 0; font-size: 14px; line-height: 1.35; letter-spacing: .055em; font-weight: 650; text-align: center; background: var(--orange-action); border-color: var(--orange-action); }
.button:hover { background: var(--orange-deep); border-color: var(--orange-deep); box-shadow: none; transform: none; }
.button.white { background: var(--white); color: var(--orange-action); border-color: var(--white); }
.button.white:hover { color: var(--orange-deep); background: var(--orange-pale); }
.button.outline-white { color: var(--white); background: transparent; border-color: var(--white); }
.button.outline-white:hover { background: var(--white); color: var(--orange-action); }
.utility { font-size: 12px; font-weight: 600; letter-spacing: .045em; background: var(--orange-action); }
.utility .shell { min-height: 36px; }
.header { background: rgba(255,255,255,.98); }
.header-row { min-height: 100px; gap: 26px; }
.brand, .brand img { width: 170px; }
.brand { height: 90px; flex: 0 0 170px; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.nav { gap: clamp(15px, 1.35vw, 30px); }
.nav a:not(.button) { font-size: 14px; font-weight: 650; letter-spacing: .025em; padding-block: 15px; }
.nav a:hover, .nav a.active { color: var(--orange-action); }
.nav .button.small { min-height: 48px; padding: 12px 18px; }
.menu small { font-size: 12px; }

/* A single cinematic field scene replaces the rounded home-page cutout. */
.hero { min-height: min(860px, 90svh); padding-block: clamp(70px, 7vw, 145px); }
.hero .hero-grid { display: block; position: static; }
.hero .hero-copy { position: relative; z-index: 2; max-width: 64%; }
.hero h1 { max-width: 18ch; }
.hero h1 span { display: block; color: var(--orange-action); }
.hero .lead { max-width: 43ch; }
.hero .hero-image { position: absolute; inset: 0; z-index: 0; margin: 0; }
.hero .hero-image img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: 70% 55%; border: 0; outline: 0; border-radius: 0; box-shadow: none; }
.hero .hero-image::before { display: none; }
.hero .hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 32%, rgba(255,255,255,.84) 48%, rgba(255,255,255,.32) 70%, rgba(255,255,255,.06) 100%); }
.hero.banner-background::before, .hero.banner-background::after { display: none; }
.hero .callout { z-index: 1; right: var(--page-gutter); bottom: 35px; width: auto; max-width: 310px; padding: 16px 0 16px 22px; border: 0; border-left: 3px solid var(--orange); background: rgba(255,255,255,.94); box-shadow: none; }
.callout span { font-size: 12px; color: var(--orange-action); }
.callout b { font-size: 15px; padding-right: 20px; }
.hero .actions { margin-top: 36px; flex-wrap: wrap; }
.proof { gap: 30px; margin-top: 36px; }
.proof b { font-size: 13px; color: var(--orange-action); }
.proof span { font-size: 14px; font-weight: 600; }
.strip { padding-block: 24px; background: var(--orange-action); }
.strip .shell { font-size: 12px; font-weight: 650; letter-spacing: .07em; }
.split, .system-grid, .product-feature, .process, .contact-grid, .contact-page, .challenge, .specs, .use-grid { gap: clamp(40px, 7vw, 150px); }
.split > div:last-child { padding-top: 8px; }
.split p, .challenge p, .use-grid p, .product-feature p { max-width: 65ch; }
.system, .outcomes, .final-cta { background: var(--orange-action); }
.system .eyebrow, .final-cta .eyebrow { color: var(--white); }
.layers li { margin: 0; padding: 20px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); grid-template-columns: 34px 1fr 1.2fr; }
.layers li:nth-child(even) { color: var(--white); background: transparent; }
.layers b, .layers em { font-size: 14px; font-weight: 500; }
.layers span { font-weight: 600; }

/* Open, typographic content blocks; no rounded-card chrome or heavy shadows. */
.cards, .applications, .resource-grid, .modules, .delivery, .patterns, .downloads, .articles, .application-details, .values { gap: clamp(24px, 3vw, 64px); }
.card, .applications article, .resource, .modules article, .application-details article, .delivery article, .values article, .patterns article, .downloads article, .articles a { padding: 30px 0; border: 0; border-top: 1px solid var(--orange-light); border-radius: 0; background: transparent; }
.card:hover, .resource:hover, .articles a:hover { box-shadow: none; transform: none; border-color: var(--orange); }
.card h3, .resource h3, .modules h3, .patterns h3, .downloads h3, .articles h3 { margin-top: 30px; }
.card p, .card li, .applications p, .resource p, .modules p, .process p, .application-details li, .delivery p, .values p, .patterns p, .patterns li, .downloads p, .articles p { font-size: 16px; }
.card .no, .applications span, .resource > span, .modules span, .patterns span, .downloads span, .articles span, .delivery article b { font-size: 13px; color: var(--orange-action); font-weight: 600; }
.resource.orange { padding: 30px; background: var(--orange-action); color: var(--white); border-color: var(--orange-action); }
.resource.orange > span, .resource.orange b { color: var(--white); }
.product-feature img, .page-hero img { border: 0; border-radius: 0; box-shadow: none; }
.product-feature img, .page-hero-grid img { height: auto; aspect-ratio: auto; object-fit: contain; }
.tags { gap: 12px 20px; }
.tags span { border: 0; border-bottom: 1px solid var(--orange-light); border-radius: 0; padding: 7px 0; font-size: 14px; font-weight: 600; }
.process li > span, .article-body section > span { border-radius: 0; background: transparent; color: var(--orange-action); font-size: 16px; font-weight: 600; }
.detail-list article { max-width: none; grid-template-columns: minmax(70px, .25fr) 1fr; padding-block: 70px; }
.detail-list article > div { max-width: 80ch; }
.detail-no { font-weight: 500; font-size: 54px; }
.banner { padding: 48px 0; border: 0; border-block: 1px solid var(--orange-light); border-radius: 0; }
.banner > div { max-width: 900px; }
.about-locations div { padding: 40px 0; border: 0; border-top: 2px solid var(--orange); border-radius: 0; }
.email-form, .form-panel { border: 0; border-top: 2px solid var(--orange); border-radius: 0; padding: 32px 0; box-shadow: none; }
.email-form label, .form-note, .direct small, .contact-method span { font-size: 14px; }
.email-form input, .email-form textarea { border-radius: 0; }
.direct small, .contact-method span { color: var(--orange-action); }
.contact-method p { font-size: 16px; }
.direct b { overflow-wrap: anywhere; }

/* Every banner runs edge to edge; text keeps a readable measure. */
.page-hero, .article-head { padding-block: clamp(70px, 7vw, 138px); min-height: 480px; border: 0; display: flex; align-items: center; }
.page-hero h1, .article-head h1 { max-width: 20ch; font-size: clamp(48px, 5.2vw, 100px); letter-spacing: -.05em; }
.page-hero-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 6vw; }
.page-hero-grid > div:first-child { max-width: none; }
.page-hero .lead { max-width: 52ch; }
.article-head .shell { max-width: none; }
.article-head p:not(.eyebrow) { max-width: 60ch; }
.banner-background { --banner-opacity: .82; }
.banner-background::after { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 36%, rgba(255,255,255,.78) 55%, rgba(255,255,255,.18) 100%); }
.article-layout { grid-template-columns: minmax(0,1fr) minmax(280px,.36fr); gap: 8vw; }
.article-body { max-width: 82ch; }
.article-layout aside { border-radius: 0; background: var(--orange-action); padding: 35px; }
.article-layout aside li { font-size: 16px; }
.article-layout aside .button { color: var(--orange-action); }
.legal { max-width: none; }
.legal > * { max-width: 78ch; }
.final-cta { padding-block: clamp(65px, 6vw, 120px); }
.final-cta h2 { max-width: 20ch; }
.footer { padding-top: 80px; }
.footer-logo { height: auto; }
.footer-grid { grid-template-columns: 1.4fr .8fr .9fr 1.2fr; gap: 5vw; }
.footer-grid > div { min-width: 0; }
.footer-grid > div > p { max-width: 35ch; }
.footer h2 { font-size: 14px; color: var(--orange-action); }
.footer a, .footer span { font-size: 16px; overflow-wrap: anywhere; }
.footer-bottom, .footer-bottom a, .footer-bottom span { font-size: 13px; }
.footer .footer-social-link { border-radius: 0; border-width: 0 0 1px; padding: 7px 0; margin-right: 12px; }
.footer .footer-social-link[href]:hover { color: var(--orange-action); background: transparent; }
.back-to-top { background: var(--orange-action); box-shadow: none; }

/* The category directory is a list, paired with one sticky product spotlight. */
.catalogue-directory { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(40px, 6vw, 130px); align-items: start; }
.catalogue-stage { position: sticky; top: 126px; margin: 0; }
.catalogue-stage-image { padding: clamp(18px, 3vw, 60px); background: var(--white); border-block: 1px solid var(--orange-light); }
.catalogue-stage-image img { width: 100%; height: clamp(280px, 28vw, 510px); object-fit: contain; }
.catalogue-stage figcaption { display: grid; gap: 6px; margin-top: 22px; }
.catalogue-stage figcaption > span { font-size: 20px; font-weight: 600; line-height: 1.35; }
.catalogue-stage figcaption small { font-size: 13px; }
.catalogue-stage > .text-link { margin-top: 20px; }
.catalogue-category-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--orange-light); }
.catalogue-category-list > li { border-bottom: 1px solid var(--orange-light); }
.catalogue-category-list .catalogue-category { display: grid; grid-template-columns: 32px minmax(0,1fr) 32px; gap: clamp(12px,1.6vw,32px); padding: 30px 0; border: 0; border-radius: 0; overflow: visible; background: transparent; transition: color .2s ease; }
.catalogue-category-list .catalogue-category:hover, .catalogue-category-list .catalogue-category.is-previewed { color: var(--orange-action); box-shadow: none; transform: none; }
.catalogue-category-list .catalogue-category:focus-visible { outline-offset: 8px; }
.catalogue-category-copy h3 { font-size: clamp(23px, 1.9vw, 38px); line-height: 1.18; margin: 0 0 12px; letter-spacing: -.025em; }
.catalogue-category-copy p { max-width: 53ch; margin: 0 0 10px; color: var(--orange-deep); font-size: 16px; }
.catalogue-number { font-size: 14px; font-weight: 600; padding-top: 6px; }
.catalogue-count { display: block; color: var(--orange-action); font-size: 13px; }
.catalogue-category-arrow { font-size: 32px; line-height: 1; transition: transform .2s ease; }
.catalogue-category:hover .catalogue-category-arrow, .catalogue-category:focus-visible .catalogue-category-arrow { transform: translate(3px,-3px); }
.catalogue-switcher { margin-bottom: 65px; border-block: 1px solid var(--orange-light); }
.catalogue-switcher summary { padding: 23px 0; cursor: pointer; font-size: 18px; font-weight: 600; }
.catalogue-switcher summary > span { float: right; font-size: 14px; font-weight: 400; padding-top: 4px; }
.catalogue-category-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 40px; margin-bottom: 35px; }
.catalogue-category-nav a { border: 0; border-bottom: 1px solid var(--orange-light); border-radius: 0; padding: 17px 0; font-size: 16px; font-weight: 500; }
.catalogue-category-nav a[aria-current="page"] { color: var(--orange-action); background: transparent; border-color: var(--orange-action); font-weight: 700; }

/* Spacious model galleries; specifications live on the detail page. */
.catalogue-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(28px,3vw,64px); }
.catalogue-product { border: 0; border-radius: 0; background: transparent; overflow: visible; }
.catalogue-product:hover { box-shadow: none; transform: none; }
.catalogue-product-image { padding: clamp(16px,2vw,40px); background: var(--white); border-block: 1px solid var(--orange-light); }
.catalogue-product-image img { width: 100%; height: clamp(250px,25vw,440px); object-fit: contain; transition: transform .25s ease; }
.catalogue-product:hover .catalogue-product-image img { transform: translateY(-4px); }
.catalogue-card-copy { padding: 25px 0 0; }
.catalogue-card-copy h3 { font-size: clamp(24px,1.9vw,36px); font-weight: 600; line-height: 1.2; }
.catalogue-card-copy p { max-width: 50ch; }
.catalogue-badge { padding: 0; margin-bottom: 14px; background: transparent; border: 0; border-radius: 0; color: var(--orange-action); font-size: 13px; font-weight: 650; letter-spacing: .055em; }
.catalogue-badge.draft { padding-left: 10px; border-left: 2px solid var(--orange); }
.catalogue-card-action { min-height: 52px; border-bottom: 1px solid var(--orange-light); padding-block: 18px; font-weight: 600; color: var(--orange-action); }
.catalogue-page h1 { font-size: clamp(46px,4.8vw,94px); line-height: 1.07; max-width: 23ch; }
.catalogue-page .page-hero .lead { max-width: 52ch; }
.catalogue-detail-banner { --banner-opacity: .16; }
.catalogue-detail-hero { grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(40px,6vw,120px); }
.catalogue-detail-hero h1 { font-size: clamp(42px,4.1vw,80px); }
.catalogue-detail-image { padding: clamp(18px,3vw,54px); border: 0; border-radius: 0; }
.catalogue-detail-image img { height: clamp(340px,32vw,600px); aspect-ratio: auto; object-fit: contain; }
.catalogue-detail-image figcaption { border-top: 1px solid var(--orange-light); padding-top: 20px; }
.catalogue-detail-layout { gap: clamp(40px,8vw,160px); }
.catalogue-detail-layout > div:first-child { max-width: 70ch; }
.catalogue-detail-layout h2 { font-size: clamp(32px,3vw,58px); }
.catalogue-spec-panel { padding: 28px 0 0; border: 0; border-top: 2px solid var(--orange); border-radius: 0; background: var(--white); }
.catalogue-spec-panel h2 { font-size: 28px; }
.catalogue-draft-notice { border-width: 0 0 0 2px; border-style: solid; border-radius: 0; }
.catalogue-reference { max-width: none; }
.catalogue-reference > p { max-width: 70ch; }
.catalogue-reference details { border-radius: 0; }
.catalogue-reference details img { max-height: 850px; object-fit: contain; }

@media (max-width: 1280px) {
  .utility { display: none; }
  .header-row { min-height: 82px; }
  .brand { height: 74px; flex-basis: 140px; }
  .brand, .brand img { width: 140px; }
  .brand img { height: 100%; }
  .menu { display: block; width: 55px; height: 55px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; max-height: calc(100svh - 150px); overflow-y: auto; padding: 18px var(--page-gutter) 26px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--orange); background: var(--white); box-shadow: none; }
  .nav.open { display: flex; }
  .nav a:not(.button) { font-size: 15px; padding-block: 15px; border-bottom: 1px solid var(--orange-light); }
  .nav .button.small { display: flex; margin-top: 18px; }
  .catalogue-stage { top: 105px; }
  .final-cta .shell { flex-wrap: wrap; }
  .layers li { grid-template-columns: 28px 1fr; }
  .layers em { grid-column: 2; }
}
@media (max-width: 1000px) {
  .cards, .applications, .resource-grid, .modules, .delivery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalogue-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero .hero-copy { max-width: 78%; }
  .hero h1 { font-size: clamp(52px,7vw,76px); }
  .catalogue-directory { grid-template-columns: minmax(0,.7fr) minmax(0,1fr); gap: 35px; }
  .catalogue-stage-image { padding: 16px 0; }
  .catalogue-stage-image img { height: 260px; }
  .catalogue-category-list .catalogue-category { grid-template-columns: 24px minmax(0,1fr) 24px; gap: 12px; }
  .catalogue-category-copy h3 { font-size: 24px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid > div:first-child { grid-column: auto; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 95px; }
  .section, .system { padding-block: 70px; }
  .hero { min-height: 0; padding-block: 65px 170px; }
  .hero .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(46px,8vw,68px); max-width: 18ch; }
  .hero .lead { max-width: 42ch; font-size: 21px; }
  .hero .hero-image img { object-position: 68% center; }
  .hero .hero-image::after { background: linear-gradient(100deg,rgba(255,255,255,.97),rgba(255,255,255,.90) 48%,rgba(255,255,255,.68)); }
  .hero .callout { bottom: 30px; left: var(--page-gutter); right: auto; }
  .actions { flex-direction: row; flex-wrap: wrap; gap: 15px; }
  .actions .text-link { justify-content: flex-start; }
  .page-hero, .article-head, .catalogue-page .page-hero { min-height: 0; padding-block: 60px; }
  .page-hero h1, .article-head h1, .catalogue-page h1 { font-size: clamp(40px,7.5vw,62px); }
  .page-hero-grid, .catalogue-detail-hero, .catalogue-detail-layout, .article-layout { grid-template-columns: minmax(0,1fr); gap: 40px; }
  .banner-background::after { background: linear-gradient(100deg,rgba(255,255,255,.97),rgba(255,255,255,.87) 60%,rgba(255,255,255,.70)); }
  .catalogue-directory { grid-template-columns: minmax(0,1fr); gap: 35px; }
  .catalogue-stage { position: static; }
  .catalogue-stage-image img { height: 300px; }
  .catalogue-stage figcaption > span { font-size: 18px; }
  .catalogue-category-list .catalogue-category { padding-block: 26px; grid-template-columns: 28px minmax(0,1fr) 28px; gap: 16px; }
  .catalogue-category-copy h3 { font-size: 26px; }
  .catalogue-product-image img { height: 275px; }
  .catalogue-detail-image img { height: 350px; }
  .catalogue-category-nav { grid-template-columns: minmax(0,1fr); }
  .catalogue-switcher { margin-bottom: 42px; }
  .catalogue-card-copy h3 { font-size: 25px; }
  .article-layout aside { position: static; }
  .detail-list article { grid-template-columns: 1fr; gap: 14px; padding-block: 45px; }
  .final-cta .shell { align-items: flex-start; gap: 30px; }
  .cta-buttons { flex-direction: row; flex-wrap: wrap; }
  .mobile-contact { height: calc(66px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: var(--orange-action); box-shadow: none; }
  .mobile-contact span { font-size: 12px; }
  .mobile-contact b { font-size: 14px; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
}
@media (max-width: 560px) {
  .cards, .applications, .resource-grid, .modules, .delivery, .catalogue-product-grid, .footer-grid { grid-template-columns: minmax(0,1fr); }
  .hero .actions, .catalogue-actions { align-items: stretch; flex-direction: column; }
  .hero .actions .text-link { justify-content: flex-start; }
  .hero h1 { font-size: clamp(42px,10.2vw,56px); }
  .catalogue-product-image img { height: 300px; }
  .catalogue-stage-image img { height: 270px; }
  .catalogue-detail-image { padding: 16px; }
  .catalogue-detail-image img { height: 290px; }
  .catalogue-category-copy h3 { font-size: 23px; }
  .catalogue-category-list .catalogue-category { gap: 10px; grid-template-columns: 24px minmax(0,1fr) 24px; }
  .catalogue-switcher summary { font-size: 16px; }
  .catalogue-switcher summary > span { float: none; display: block; padding-left: 20px; }
  .catalogue-spec-panel { padding-inline: 0; }
  .proof { gap: 18px; }
  .card, .resource, .application-details article, .downloads article { padding-inline: 0; }
  .resource.orange { padding: 25px; }
  .email-form, .form-panel { padding-inline: 0; }
  .article-body section { grid-template-columns: 1fr; }
  .footer { padding-top: 55px; }
  .footer-grid { gap: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .catalogue-category:hover .catalogue-category-arrow, .catalogue-category:focus-visible .catalogue-category-arrow, .catalogue-product:hover .catalogue-product-image img { transform: none; }
}
@media (prefers-contrast: more) {
  .banner-background { --banner-opacity: .1; }
  .hero .hero-image::after { background: rgba(255,255,255,.95); }
}
@media print {
  .shell { width: 100%; }
  .header, .utility, .mobile-contact, .back-to-top, .catalogue-switcher { display: none !important; }
  .hero .hero-image { display: none; }
  .hero .hero-copy { max-width: none; }
  .hero, .page-hero, .section { min-height: 0; padding-block: 25px; }
  .catalogue-stage { position: static; }
  .catalogue-detail-hero, .catalogue-detail-layout { display: block; }
}
