:root {
--steel: #27506e;
--steel-deep: #1b3a51;
--zinc: #eef1f3;
--zinc-mid: #cfd8dd;
--safety: #e8672b;
--ink: #22303a;
--ink-soft: #51616d;
--paper: #ffffff;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.7; }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: 62rem; margin-inline: auto; padding-inline: 1.2rem; }
.site-head { background: var(--paper); border-bottom: 1px solid var(--zinc-mid); padding: .8rem 0; position: sticky; top: 0; z-index: 5; }
.site-head .wrap { display: flex; align-items: center; gap: .9rem; }
.brandmark { width: 48px; }
.brand { margin: 0; font-weight: 800; font-size: 1.2rem; color: var(--steel-deep); }
.tag { margin: 0; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); }
.head-phone { margin-left: auto; font-weight: 800; color: var(--paper); background: var(--steel); padding: .5rem 1rem; border-radius: 999px; text-decoration: none; }
.head-phone:hover { background: var(--steel-deep); }
.hero { position: relative; }
.hero-img { width: 100%; max-height: 430px; object-fit: cover; }
.hero-panel { background: var(--steel-deep); color: #fff; padding: 1.6rem 1.2rem; }
@media (min-width: 860px) {
.hero-panel { position: absolute; left: 6%; bottom: 2rem; max-width: 26rem; border-left: 6px solid var(--safety); border-radius: 2px; }
}
.hero-panel h1 { margin: 0 0 .5rem; font-size: clamp(1.6rem, 3.5vw, 2.2rem); }
.hero-panel p { margin: 0 0 1rem; color: #d5e2ec; }
.btn { display: inline-block; background: var(--safety); color: #fff; font-weight: 800; padding: .7rem 1.4rem; border-radius: 3px; text-decoration: none; border: 0; font-size: 1rem; cursor: pointer; }
.btn:hover { filter: brightness(.92); }
.band { padding: 2.4rem 0; }
.band-tint { background: var(--zinc); }
.band h2 { margin: 0 0 1rem; color: var(--steel-deep); font-size: clamp(1.25rem, 2.7vw, 1.6rem); border-bottom: 3px solid var(--zinc-mid); padding-bottom: .5rem; }
.band p { margin: 0 0 1rem; color: var(--ink-soft); max-width: 50rem; }
.marks { margin: 0 0 1rem; padding: 0; list-style: none; max-width: 50rem; display: grid; gap: .55rem; }
.marks li { padding-left: 1.6rem; position: relative; color: var(--ink-soft); }
.marks li::before { content: ""; position: absolute; left: 0; top: .5em; width: .7em; height: .7em; border-radius: 50%; background: var(--steel); border: 2px solid var(--zinc-mid); }
.product { display: grid; gap: 1.2rem; background: var(--paper); border: 1px solid var(--zinc-mid); border-radius: 4px; padding: 1.2rem; margin: 0 0 1.4rem; }
@media (min-width: 760px) { .product { grid-template-columns: 280px 1fr; align-items: start; } }
.product > img { border-radius: 3px; background: var(--zinc); }
.product h3 { margin: 0 0 .6rem; color: var(--steel); font-size: 1.15rem; }
.product:not(:has(> img)) { grid-template-columns: 1fr; border-style: dashed; }
.spec-head { font-weight: 700; color: var(--ink); margin-bottom: .3rem !important; }
.spec { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .88rem; background: var(--zinc); padding: .3rem .6rem; border-radius: 3px; display: inline-block; margin: 0 .4rem .45rem 0 !important; }
.wide-shot { margin: 0; }
.wide-shot img { border-radius: 4px; }
.band-cta { background: var(--steel-deep); }
.band-cta h2 { color: #fff; border-color: var(--steel); }
.enquiry { max-width: 33rem; }
.enquiry label { display: block; font-weight: 600; margin-bottom: .9rem; color: #d5e2ec; }
.enquiry input, .enquiry textarea { width: 100%; padding: .65rem .8rem; font: inherit; border: 1px solid var(--steel); border-radius: 3px; margin-top: .3rem; background: #fff; }
.hp { position: absolute; left: -9999px; }
[data-lead-success], [data-lead-error] { padding: .8rem 1rem; border-radius: 3px; margin-top: .8rem; background: #fff; }
[data-lead-success] { border: 2px solid #6fae5c; }
[data-lead-error] { border: 2px solid #c26b60; }
.site-foot { background: var(--ink); color: #b8c4cc; padding: 1.5rem 0; }
.site-foot p { margin: .25rem 0; font-size: .92rem; }
.site-foot a { color: #fff; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}