:root {
--coal: #232323;
--coal-soft: #3a3a3a;
--yellow: #f7c600;
--yellow-deep: #d9ae00;
--paper: #ffffff;
--tint: #f5f4f0;
--line: #ddd9d0;
--ink: #262626;
--ink-soft: #555049;
}
* { 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: 64rem; margin-inline: auto; padding-inline: 1.2rem; }
.topline { background: var(--coal); color: #fff; font-size: .9rem; padding: .45rem 0; }
.topline .wrap { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.topline a { color: var(--yellow); text-decoration: none; font-weight: 700; }
.site-head { background: var(--paper); border-bottom: 4px solid var(--yellow); padding: .9rem 0; }
.site-head .wrap { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap; }
.brandmark { width: 54px; }
.brand { margin: 0; font-size: 1.3rem; font-weight: 800; letter-spacing: .01em; }
.brand small { display: block; font-size: .72rem; font-weight: 600; color: var(--ink-soft); letter-spacing: .12em; text-transform: uppercase; }
.site-head nav { margin-left: auto; display: flex; gap: 1.1rem; }
.site-head nav a { color: var(--ink); text-decoration: none; font-weight: 600; border-bottom: 3px solid transparent; padding-bottom: .15rem; }
.site-head nav a[aria-current="page"], .site-head nav a:hover { border-color: var(--yellow); }
.hero { background: repeating-linear-gradient(-45deg, var(--coal), var(--coal) 26px, #2b2b2b 26px, #2b2b2b 52px); color: #fff; padding: 3rem 0; }
.hero-grid { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 820px) { .hero-grid { grid-template-columns: 1.1fr 1fr; } }
.hero h1 { margin: 0 0 .6rem; font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1.15; }
.hero h1 span { color: var(--yellow); }
.hero p { margin: 0 0 1.2rem; color: #d9d6cf; max-width: 34rem; }
.hero img { border: 6px solid var(--yellow); border-radius: 4px; }
.btn { display: inline-block; background: var(--yellow); color: var(--coal); font-weight: 800; padding: .75rem 1.5rem; border-radius: 4px; text-decoration: none; border: 0; font-size: 1rem; cursor: pointer; }
.btn:hover { background: var(--yellow-deep); }
.band { padding: 2.6rem 0; }
.band-tint { background: var(--tint); }
.band h2 { margin: 0 0 1rem; font-size: clamp(1.3rem, 2.8vw, 1.7rem); }
.band h2::after { content: ""; display: block; width: 64px; height: 5px; background: var(--yellow); margin-top: .45rem; }
.band h3 { margin: 1.6rem 0 .6rem; }
.prose { max-width: 48rem; }
.prose p { margin: 0 0 1rem; color: var(--ink-soft); }
.uses { margin: 0; padding: 0; list-style: none; display: grid; gap: .7rem; }
.uses li { padding: .8rem 1rem .8rem 2.4rem; background: var(--paper); border-left: 5px solid var(--yellow); position: relative; }
.band-tint .uses li { background: #fff; }
.uses li::before { content: "■"; color: var(--yellow-deep); position: absolute; left: .9rem; }
.types { display: grid; gap: 1.2rem; margin-top: 1.4rem; }
@media (min-width: 820px) { .types { grid-template-columns: repeat(3, 1fr); } }
.type-card { background: #fff; border: 1px solid var(--line); border-top: 6px solid var(--coal); padding: 1.1rem 1.2rem; }
.type-card.is-pick { border-top-color: var(--yellow); }
.type-card h3 { margin: 0 0 .5rem; font-size: 1.05rem; }
.type-card p { margin: 0 0 .8rem; font-size: .95rem; color: var(--ink-soft); }
.pick-note { font-weight: 700; color: var(--coal); }
.std { border: 2px solid var(--coal); padding: 1.3rem 1.4rem; max-width: 48rem; }
.std ol { margin: .6rem 0 0; padding-left: 1.2rem; }
.std li { margin-bottom: .5rem; color: var(--ink-soft); }
.product-grid { display: grid; gap: 1.5rem; align-items: start; }
@media (min-width: 820px) { .product-grid { grid-template-columns: 1.1fr 1fr; } }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.gallery img { border: 1px solid var(--line); border-radius: 3px; }
.gallery img:first-child { grid-column: 1 / -1; }
.gate-tease { background: var(--coal); color: #fff; }
.gate-tease .wrap { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.gate-tease h2 { margin: 0; }
.gate-tease h2::after { display: none; }
.gate-tease p { margin: .3rem 0 0; color: #cfccc4; }
.covers { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 260px)); gap: 1.5rem; margin-top: 1.4rem; }
.covers figure { margin: 0; }
.covers img { border: 1px solid var(--line); box-shadow: 0 3px 14px rgba(0,0,0,.12); }
.covers figcaption { font-size: .9rem; color: var(--ink-soft); margin-top: .5rem; }
.enquiry { max-width: 34rem; }
.enquiry label { display: block; font-weight: 600; margin-bottom: .9rem; }
.enquiry input, .enquiry textarea { width: 100%; padding: .65rem .8rem; font: inherit; border: 1px solid var(--line); border-radius: 4px; margin-top: .3rem; background: #fff; }
.hp { position: absolute; left: -9999px; }
[data-lead-success], [data-lead-error] { padding: .8rem 1rem; border-radius: 4px; margin-top: .8rem; }
[data-lead-success] { background: #e8f4e3; border: 1px solid #91c07f; }
[data-lead-error] { background: #fbebe9; border: 1px solid #d8968e; }
.site-foot { background: var(--coal); color: #cfccc4; padding: 1.6rem 0; margin-top: 2.5rem; border-top: 6px solid var(--yellow); }
.site-foot p { margin: .25rem 0; font-size: .92rem; }
.site-foot a { color: var(--yellow); }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}