:root {
	--cobalt: #0a52ff;
	--cobalt-deep: #073fd0;
	--orange: #ff4c28;
	--ink: #111827;
	--charcoal: #182238;
	--charcoal-2: #212d45;
	--chalk: #f3f2ed;
	--paper: #fbfaf6;
	--white: #fff;
	--line: rgba(17, 24, 39, 0.17);
	--muted: #5c6473;
	--display: "Barlow Condensed", "Arial Narrow", sans-serif;
	--body: "IBM Plex Sans", Arial, sans-serif;
	--shell: min(1480px, calc(100vw - 64px));
	--header-h: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--chalk);
	color: var(--ink);
	font-family: var(--body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
p, h1, h2, h3 { margin-top: 0; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }
::selection { background: var(--orange); color: var(--white); }

.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link {
	position: fixed; z-index: 9999; left: 16px; top: 12px; padding: 10px 15px;
	background: var(--white); color: var(--ink); transform: translateY(-180%);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.eyebrow {
	margin-bottom: 18px; color: var(--cobalt); font-family: var(--display); font-size: .82rem;
	font-weight: 700; letter-spacing: .16em; line-height: 1; text-transform: uppercase;
}
.eyebrow--light { color: rgba(255,255,255,.76); }
.measure { max-width: 31rem; }

.site-header {
	position: relative; z-index: 100; min-height: var(--header-h); padding: 0 32px;
	display: grid; grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr); align-items: stretch;
	background: var(--cobalt); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28);
}
.mm-brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; color: inherit; text-decoration: none; }
.mm-brand__mark { width: 44px; height: 44px; flex: 0 0 44px; }
.mm-brand__mark img { width: 100%; height: 100%; }
.mm-brand__words { display: grid; line-height: 1; }
.mm-brand__words strong { font-family: var(--display); font-size: 1.35rem; letter-spacing: .045em; text-transform: uppercase; }
.mm-brand__words small { margin-top: 5px; font-family: var(--display); font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; opacity: .72; }
.mm-nav { align-self: stretch; }
.mm-nav__list { height: 100%; display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; }
.mm-nav__list li { display: flex; }
.mm-nav__list a {
	display: flex; align-items: center; padding: 0 17px; border-left: 1px solid rgba(255,255,255,.15);
	font-family: var(--display); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase;
}
.mm-nav__list li:last-child a { border-right: 1px solid rgba(255,255,255,.15); }
.mm-nav__list a:hover, .mm-nav__list .current-menu-item > a { background: rgba(255,255,255,.13); }
.mm-header-contact { justify-self: end; display: flex; align-items: center; gap: 20px; }
.mm-header-contact > a:first-child { font-family: var(--display); font-weight: 600; letter-spacing: .04em; text-decoration: none; }
.mm-header-cta { padding: 10px 14px; background: var(--orange); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.mm-menu-toggle { display: none; color: inherit; background: transparent; border: 0; }

.hero { position: relative; isolation: isolate; min-height: min(770px, calc(100vh - var(--header-h))); overflow: hidden; background: var(--charcoal); color: var(--white); }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,24,39,.2), rgba(17,24,39,0) 70%); }
.hero__panel {
	position: absolute; left: max(32px, calc((100vw - 1480px) / 2)); bottom: 0; width: min(820px, 62vw); padding: clamp(44px, 6vw, 84px);
	background: var(--cobalt); border-top: 10px solid var(--orange);
}
.hero h1, .page-hero h1, .contact-hero h1 {
	margin-bottom: 24px; font-family: var(--display); font-size: clamp(4rem, 7.3vw, 8.2rem); font-weight: 600; letter-spacing: -.035em; line-height: .79; text-transform: uppercase;
}
.hero h1 em, .page-hero h1 em, .contact-hero h1 em { color: var(--orange); font-style: normal; }
.hero__intro { max-width: 43rem; margin-bottom: 34px; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.6; }
.hero__index { position: absolute; right: 34px; top: 32px; display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: .72rem; letter-spacing: .16em; writing-mode: vertical-rl; }
.hero__index i { width: 1px; height: 80px; background: var(--orange); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button {
	display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 52px; padding: 14px 18px;
	border: 0; border-radius: 0; font-family: var(--display); font-size: .87rem; font-weight: 700; letter-spacing: .1em; line-height: 1; text-decoration: none; text-transform: uppercase; cursor: pointer;
}
.button span { font-size: 1.1rem; transition: transform .2s ease; }
.button:hover span { transform: translate(3px, -3px); }
.button--accent { background: var(--orange); color: var(--white); }
.button--dark { background: var(--ink); color: var(--white); }
.text-link { display: inline-flex; gap: 9px; align-items: center; font-family: var(--display); font-size: .9rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link--light { color: var(--white); }

.intro-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 7vw; padding-block: clamp(90px, 11vw, 170px); }
.section-kicker { padding-top: 12px; border-top: 2px solid var(--ink); }
.intro-grid__statement h2, .section-heading h2, .service-split h2, .van-section h2, .brief-band h2,
.principles h2, .location-line h2, .catalogue-group h2, .quote-note h2, .export-callout h2,
.centre-cta h2, .process h2, .spec-sheet h2, .faq h2, .trade-cta h2, .contact-layout h2,
.map-section h2, .related-products h2, .legal-hero h1, .not-found h1 {
	font-family: var(--display); font-weight: 600; letter-spacing: -.025em; line-height: .9; text-transform: uppercase;
}
.intro-grid__statement h2 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6.4rem); }
.intro-grid__statement p { max-width: 53rem; margin: 0; font-size: clamp(1.15rem, 1.7vw, 1.52rem); line-height: 1.62; }

.featured-products { padding-bottom: clamp(90px, 11vw, 160px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 54px; padding-top: 18px; border-top: 2px solid var(--ink); }
.section-heading h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.section-heading--light { border-color: rgba(255,255,255,.6); color: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 34px 22px; }
.product-card { grid-column: span 4; background: var(--paper); border-bottom: 4px solid var(--cobalt); }
.product-card--wide { grid-column: span 8; }
.product-card--offset { transform: translateY(38px); }
.product-card__media { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #d9d6cd; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-card__media img { transform: scale(1.025); }
.product-card__body { padding: 24px 24px 28px; }
.product-card__meta { display: flex; justify-content: space-between; margin-bottom: 36px; color: var(--muted); font-family: var(--display); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-card__meta span { color: var(--cobalt); }
.product-card h3 { margin-bottom: 14px; font-family: var(--display); font-size: clamp(1.8rem, 2.8vw, 3rem); font-weight: 600; line-height: .92; text-transform: uppercase; }
.product-card h3 a { text-decoration: none; }
.product-card__body > p { color: var(--muted); }
.product-card__link { font-family: var(--display); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.category-band { padding-block: clamp(80px, 10vw, 150px); background: var(--charcoal); color: var(--white); }
.category-index { border-top: 1px solid rgba(255,255,255,.3); }
.category-index a { display: grid; grid-template-columns: 70px 1.05fr 1.7fr 40px; gap: 25px; align-items: center; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.25); text-decoration: none; }
.category-index a > span { color: var(--orange); font-family: var(--display); font-size: .8rem; letter-spacing: .12em; }
.category-index strong { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.4rem); font-weight: 600; line-height: 1; text-transform: uppercase; }
.category-index p { margin: 0; color: rgba(255,255,255,.72); }
.category-index i { justify-self: end; color: var(--orange); font-size: 1.3rem; font-style: normal; }
.category-index a:hover { background: rgba(255,255,255,.035); }

.service-split { display: grid; grid-template-columns: .9fr 1.45fr; gap: 8vw; padding-block: clamp(90px, 11vw, 160px); }
.service-split__lead { align-self: start; position: sticky; top: 28px; }
.service-split h2 { margin-bottom: 24px; font-size: clamp(3.2rem, 5.4vw, 5.6rem); }
.service-split__lead > p:not(.eyebrow) { max-width: 34rem; margin-bottom: 32px; font-size: 1.1rem; }
.service-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.service-list li { display: grid; grid-template-columns: 50px .8fr 1.2fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.service-list li > span { color: var(--cobalt); font-family: var(--display); font-weight: 700; }
.service-list strong { font-family: var(--display); font-size: 1.45rem; line-height: 1; text-transform: uppercase; }
.service-list p { margin: 0; color: var(--muted); }

.van-section { min-height: 590px; display: grid; grid-template-columns: .75fr 1.5fr; background: var(--charcoal); color: var(--white); overflow: hidden; }
.van-section__copy { position: relative; z-index: 3; padding: clamp(45px, 6vw, 90px); background: var(--cobalt); }
.van-section h2 { margin-bottom: 28px; font-size: clamp(3.1rem, 5vw, 5.6rem); }
.van-section__copy > p:not(.eyebrow) { margin-bottom: 32px; color: rgba(255,255,255,.82); }
.van-section__visual { position: relative; display: grid; place-items: end center; padding: 26px 10px 0; background: linear-gradient(180deg, #e9e8e3 0%, #f8f6ef 72%); }
.van-cutout { position: relative; z-index: 2; width: min(950px, 100%); align-self: end; }
.van-cutout img { width: 100%; filter: drop-shadow(0 18px 16px rgba(17,24,39,.22)); }
.van-shadow { position: absolute; z-index: 1; left: 15%; right: 8%; bottom: 9%; height: 9%; border-radius: 50%; background: rgba(17,24,39,.2); filter: blur(16px); transform: skewX(-8deg); }
.brief-band { padding-block: clamp(100px, 12vw, 170px); background: var(--cobalt); color: var(--white); }
.brief-band__inner { display: grid; grid-template-columns: .5fr 1.4fr auto; gap: 4vw; align-items: end; }
.brief-band h2 { margin: 0; font-size: clamp(3rem, 5.7vw, 6rem); }

.page-hero { position: relative; min-height: 590px; display: flex; align-items: end; overflow: hidden; padding: clamp(70px, 9vw, 130px) max(32px, calc((100vw - 1480px) / 2)); background: var(--cobalt); color: var(--white); }
.page-hero__copy { position: relative; z-index: 2; max-width: 1120px; }
.page-hero h1 { margin-bottom: 30px; }
.page-hero__text { max-width: 53rem; font-size: 1.08rem; }
.page-hero__text p { margin-bottom: 10px; }
.page-hero__count { position: absolute; right: 5vw; top: 12%; color: rgba(255,255,255,.1); font-family: var(--display); font-size: clamp(8rem, 20vw, 20rem); font-weight: 700; letter-spacing: -.05em; line-height: .64; text-align: right; }
.page-hero--offset { background: linear-gradient(90deg, var(--cobalt) 0 72%, var(--charcoal) 72%); }
.page-hero--products { align-items: center; min-height: 690px; padding-right: 39%; }
.page-hero--products::after { content: "12"; position: absolute; right: 3vw; bottom: -5%; color: rgba(255,255,255,.1); font-family: var(--display); font-size: clamp(15rem, 35vw, 38rem); font-weight: 700; line-height: .72; }
.category-jump { position: absolute; z-index: 3; right: max(32px, calc((100vw - 1480px) / 2)); bottom: 80px; width: min(440px, 31vw); background: var(--charcoal); }
.category-jump a { display: flex; gap: 20px; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--white); font-family: var(--display); font-size: 1rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.category-jump a span { color: var(--orange); }
.page-hero--service { background: linear-gradient(115deg, var(--cobalt) 0 72%, var(--charcoal) 72%); padding-right: 32%; }
.page-hero__rail { position: absolute; right: 6vw; top: 10%; bottom: 10%; display: flex; flex-direction: column; justify-content: space-between; color: rgba(255,255,255,.35); font-family: var(--display); font-size: 3rem; font-weight: 600; letter-spacing: .1em; writing-mode: vertical-rl; }
.page-hero--trade { background: var(--charcoal); }
.page-hero--trade::after { content: ""; position: absolute; right: -6vw; top: -14vw; width: 44vw; height: 44vw; border: 7vw solid var(--cobalt); transform: rotate(45deg); }

.editorial { display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; padding-block: clamp(90px, 10vw, 150px); }
.editorial__aside { align-self: start; position: sticky; top: 30px; padding-top: 18px; border-top: 2px solid var(--ink); }
.editorial__aside strong { font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.3rem); font-weight: 600; line-height: .95; text-transform: uppercase; }
.prose { max-width: 55rem; }
.prose > p:first-of-type { color: var(--ink); font-size: 1.3rem; }
.prose p { margin-bottom: 1.5em; color: #444d5e; }
.prose h2 { margin-top: 2.1em; font-family: var(--display); font-size: 2.4rem; font-weight: 600; line-height: 1; text-transform: uppercase; }
.principles { padding-bottom: clamp(90px, 10vw, 150px); }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-grid article { min-height: 290px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid span { color: var(--cobalt); font-family: var(--display); font-weight: 700; }
.principle-grid h3 { margin: 70px 0 16px; font-family: var(--display); font-size: 1.8rem; font-weight: 600; line-height: 1; text-transform: uppercase; }
.principle-grid p { color: var(--muted); }
.location-line { display: grid; grid-template-columns: 1.1fr .8fr auto; gap: 6vw; align-items: end; margin-bottom: 120px; padding: 50px; background: var(--charcoal); color: var(--white); }
.location-line h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.location-line address { color: rgba(255,255,255,.75); }

.catalogue-group { padding-block: clamp(85px, 9vw, 130px); scroll-margin-top: 20px; }
.catalogue-group + .catalogue-group { border-top: 1px solid var(--line); }
.catalogue-group__header { display: grid; grid-template-columns: .45fr 1.4fr auto; gap: 30px; align-items: end; margin-bottom: 50px; }
.catalogue-group__header p, .catalogue-group__header h2 { margin: 0; }
.catalogue-group__header h2 { font-size: clamp(3rem, 5.5vw, 5.8rem); }
.catalogue-group__header > span { color: var(--muted); font-family: var(--display); letter-spacing: .1em; text-transform: uppercase; }
.product-grid--catalogue .product-card { grid-column: span 6; }
.quote-note { display: grid; grid-template-columns: 1.15fr 1fr auto; gap: 5vw; align-items: end; margin-block: 40px 130px; padding: clamp(42px, 6vw, 80px); background: var(--charcoal); color: var(--white); }
.quote-note h2 { margin: 0; font-size: clamp(2.8rem, 4.8vw, 5rem); }
.quote-note > p { margin: 0; color: rgba(255,255,255,.72); }

.service-ledger { padding-block: clamp(90px, 10vw, 150px); }
.service-ledger__item { display: grid; grid-template-columns: 75px .8fr 1.2fr; gap: 34px; padding: 42px 0; border-top: 1px solid var(--line); }
.service-ledger__item:last-child { border-bottom: 1px solid var(--line); }
.service-ledger__item > span { color: var(--orange); font-family: var(--display); font-size: 1.1rem; font-weight: 700; }
.service-ledger h2 { margin: 0; font-family: var(--display); font-size: clamp(2.1rem, 3.7vw, 4.2rem); font-weight: 600; line-height: .95; text-transform: uppercase; }
.service-ledger__item p { color: var(--muted); }
.service-ledger__summary { color: var(--ink) !important; font-size: 1.2rem; }
.export-callout { position: relative; display: grid; grid-template-columns: .9fr 1.25fr 1.2fr; gap: 5vw; align-items: center; margin-bottom: 110px; padding: clamp(50px, 7vw, 90px); overflow: hidden; background: var(--cobalt); color: var(--white); }
.export-callout h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); }
.export-callout > p { position: relative; z-index: 2; margin: 0; }
.export-callout__stamp { position: absolute; right: -2%; bottom: -28%; color: rgba(255,255,255,.09); font-family: var(--display); font-size: 25rem; font-weight: 700; line-height: .8; }
.centre-cta { padding-block: 100px 130px; text-align: center; }
.centre-cta h2 { margin-bottom: 34px; font-size: clamp(4rem, 8vw, 8rem); }

.process { padding-block: clamp(90px, 10vw, 150px); }
.process__list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.process__list li { display: grid; grid-template-columns: 75px 1fr 1.4fr; gap: 30px; align-items: start; padding: 33px 0; border-bottom: 1px solid var(--line); }
.process__list span { color: var(--cobalt); font-family: var(--display); font-weight: 700; }
.process__list h3 { margin: 0; font-family: var(--display); font-size: 2rem; font-weight: 600; line-height: 1; text-transform: uppercase; }
.process__list p { margin: 0; color: var(--muted); }
.spec-sheet { padding-block: clamp(80px, 10vw, 140px); background: var(--charcoal); color: var(--white); }
.spec-sheet__inner { display: grid; grid-template-columns: .85fr 1.2fr; gap: 8vw; }
.spec-sheet h2 { font-size: clamp(3.2rem, 5.5vw, 5.8rem); }
.spec-sheet__inner > div > p:last-child { color: rgba(255,255,255,.72); }
.spec-sheet ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 1px solid rgba(255,255,255,.25); list-style: none; }
.spec-sheet li { min-height: 125px; padding: 24px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.spec-sheet li span { display: block; margin-bottom: 25px; color: var(--orange); font-size: .8rem; }
.faq { padding-block: clamp(90px, 10vw, 140px); }
.faq__items { max-width: 1050px; margin-left: auto; border-top: 2px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 25px; padding: 25px 0; font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.4rem); font-weight: 600; line-height: 1; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--orange); }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 47rem; padding-bottom: 25px; color: var(--muted); }
.trade-cta { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 120px; padding: clamp(50px, 7vw, 90px); background: var(--cobalt); color: var(--white); }
.trade-cta h2 { margin: 0; font-size: clamp(3.4rem, 6vw, 6.4rem); }

.contact-hero { min-height: 500px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; padding: clamp(70px, 9vw, 120px) max(32px, calc((100vw - 1480px) / 2)); background: var(--cobalt); color: var(--white); }
.contact-hero h1 { margin: 0; }
.contact-hero__intro { max-width: 35rem; padding-bottom: 12px; font-size: 1.1rem; }
.contact-layout { display: grid; grid-template-columns: 1.5fr .68fr; gap: 7vw; padding-block: clamp(90px, 11vw, 155px); }
.contact-layout h2 { margin-bottom: 44px; font-size: clamp(3rem, 5vw, 5.4rem); }
.contact-layout__rail { align-self: start; background: var(--charcoal); color: var(--white); }
.contact-layout__rail > div { padding: 30px; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-layout__rail span { color: var(--orange); font-family: var(--display); font-size: .75rem; font-weight: 700; }
.contact-layout__rail h3 { margin: 25px 0 9px; font-family: var(--display); font-size: 1.6rem; font-weight: 600; text-transform: uppercase; }
.contact-layout__rail a { overflow-wrap: anywhere; }
.contact-layout__rail > p { margin: 0; padding: 30px; color: rgba(255,255,255,.7); }
.form-notice { margin-bottom: 24px; padding: 16px 18px; border-left: 5px solid var(--cobalt); background: var(--white); }
.form-notice--error { border-color: var(--orange); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.enquiry-form label { display: block; }
.enquiry-form label > span { display: block; margin-bottom: 8px; font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form textarea { width: 100%; padding: 14px 3px; border: 0; border-bottom: 1px solid #8c929d; border-radius: 0; background: transparent; color: var(--ink); }
.enquiry-form textarea { padding: 14px; border: 1px solid #8c929d; resize: vertical; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--cobalt); outline: 2px solid transparent; box-shadow: 0 2px 0 var(--cobalt); }
.form-message { margin-top: 28px; }
.form-help { color: var(--muted); font-size: .83rem; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.map-section { display: grid; grid-template-columns: .72fr 1.5fr; min-height: 560px; background: var(--charcoal); color: var(--white); }
.map-section__label { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 7vw, 100px); }
.map-section h2 { font-size: clamp(3rem, 5vw, 5rem); }
.map-section__frame iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: grayscale(1) contrast(1.12); }

.product-detail__hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 670px; padding-block: 72px 90px; }
.product-detail__media { align-self: stretch; min-height: 520px; }
.product-detail__image { height: 100%; }
.product-detail__image img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__intro { padding: 28px 0 28px clamp(45px, 6vw, 95px); align-self: center; }
.back-link { display: inline-block; margin-bottom: 65px; font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-detail h1 { margin-bottom: 27px; font-family: var(--display); font-size: clamp(4rem, 7vw, 7.5rem); font-weight: 600; letter-spacing: -.035em; line-height: .8; text-transform: uppercase; }
.product-detail__summary { margin-bottom: 34px; font-size: 1.2rem; }
.product-detail__body { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; padding-block: 90px; border-top: 1px solid var(--line); }
.product-specs { margin: 0; border-top: 2px solid var(--ink); }
.product-specs div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.product-specs dt { color: var(--cobalt); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-specs dd { margin: 8px 0 0; }
.product-detail__lists { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding-bottom: 110px; }
.product-detail__lists > div { padding: 40px; background: var(--charcoal); color: var(--white); }
.product-detail__lists ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.product-detail__lists li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; }
.related-products { padding-bottom: 130px; }
.product-grid--related .product-card { grid-column: span 4; }

.legal-hero { padding-block: 110px 70px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin-bottom: 22px; font-size: clamp(4rem, 8vw, 8.5rem); }
.legal-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; padding-block: 80px 130px; }
.legal-layout aside { align-self: start; position: sticky; top: 25px; padding-top: 18px; border-top: 2px solid var(--ink); }
.legal-layout aside strong { display: block; margin-bottom: 25px; font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }
.prose--legal { max-width: 63rem; }
.legal-table-wrap { overflow-x: auto; }
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--charcoal); color: var(--white); font-family: var(--display); text-transform: uppercase; }
.fallback-content, .not-found { min-height: 620px; padding-block: 110px; }
.not-found h1 { margin-bottom: 28px; font-size: clamp(5rem, 10vw, 10rem); }
.not-found > p:not(.eyebrow) { max-width: 32rem; margin-bottom: 32px; font-size: 1.2rem; }

.site-footer { background: #0d1424; color: var(--white); }
.site-footer__lead { width: var(--shell); margin-inline: auto; padding-block: clamp(90px, 11vw, 155px); }
.site-footer__lead h2 { margin-bottom: 35px; font-family: var(--display); font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 600; letter-spacing: -.035em; line-height: .82; text-transform: uppercase; }
.site-footer__grid { width: var(--shell); margin-inline: auto; display: grid; grid-template-columns: 1.1fr .85fr 1.2fr .55fr; gap: 40px; padding-block: 46px; border-top: 1px solid rgba(255,255,255,.2); }
.mm-brand--footer .mm-brand__mark { width: 54px; height: 54px; }
.site-footer h3 { margin-bottom: 16px; color: rgba(255,255,255,.52); font-family: var(--display); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-contact, .footer-nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-contact a, .footer-nav a { margin-bottom: 7px; }
.footer-address { color: rgba(255,255,255,.72); }
.site-footer__legal { width: var(--shell); margin-inline: auto; display: flex; justify-content: space-between; gap: 30px; padding-block: 22px 28px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.54); font-size: .77rem; }
.site-footer__legal p { margin: 0; }
.site-footer__legal nav { display: flex; flex-wrap: wrap; gap: 20px; }

.media-protect { position: relative; display: block; -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
.media-protect img, .mm-protected-image { pointer-events: none; -webkit-user-drag: none; user-select: none; }
.media-shield { position: absolute; z-index: 2; inset: 0; pointer-events: none; }

@media (max-width: 1180px) {
	:root { --shell: min(100% - 44px, 1180px); }
	.site-header { grid-template-columns: 1fr auto; padding-inline: 22px; }
	.mm-menu-toggle { display: none; align-items: center; gap: 12px; align-self: stretch; justify-self: end; cursor: pointer; font-family: var(--display); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
	.has-js .mm-menu-toggle { display: flex; }
	.mm-menu-toggle i, .mm-menu-toggle i::after { display: block; width: 24px; height: 2px; background: currentColor; content: ""; }
	.mm-menu-toggle i::after { transform: translateY(7px); }
	.mm-menu-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
	.mm-menu-toggle[aria-expanded="true"] i::after { transform: rotate(90deg); }
	.mm-nav { display: block; grid-column: 1 / -1; width: 100%; height: auto; background: var(--charcoal); }
	.has-js .mm-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; }
	.has-js .mm-nav.is-open { display: block; }
	.mm-nav__list { display: block; height: auto; padding: 10px 22px 22px; }
	.mm-nav__list li, .mm-nav__list a { display: block; }
	.mm-nav__list a { padding: 16px 0; border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.2) !important; font-size: 1rem; }
	.mm-header-contact { display: none; }
	.page-hero--products { padding-right: 43%; }
	.category-jump { width: 36vw; }
	.brief-band__inner { grid-template-columns: 1fr 2fr; }
	.brief-band__inner .button { grid-column: 2; justify-self: start; }
	.quote-note { grid-template-columns: 1fr 1fr; }
	.quote-note .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 820px) {
	:root { --shell: calc(100% - 34px); --header-h: 70px; }
	html { scroll-behavior: auto; }
	.site-header { min-height: var(--header-h); padding-inline: 17px; }
	.mm-brand__mark { width: 38px; height: 38px; flex-basis: 38px; }
	.mm-brand__words strong { font-size: 1.14rem; }
	.mm-brand__words small { font-size: .55rem; }
	.hero { min-height: 670px; }
	.hero__panel { left: 17px; right: 17px; bottom: 20px; width: auto; padding: 40px 27px; border-top-width: 7px; }
	.hero h1, .page-hero h1, .contact-hero h1 { font-size: clamp(3.4rem, 15vw, 5.7rem); }
	.hero__intro { font-size: 1rem; }
	.hero__index { display: none; }
	.intro-grid, .service-split, .editorial, .contact-layout, .product-detail__body, .legal-layout { grid-template-columns: 1fr; gap: 45px; }
	.intro-grid { padding-block: 80px; }
	.service-split__lead, .editorial__aside, .legal-layout aside { position: static; }
	.product-card, .product-card--wide, .product-grid--catalogue .product-card, .product-grid--related .product-card { grid-column: span 12; }
	.product-card--offset { transform: none; }
	.category-index a { grid-template-columns: 45px 1fr 28px; gap: 15px; }
	.category-index p { grid-column: 2; }
	.category-index i { grid-column: 3; grid-row: 1; }
	.service-list li { grid-template-columns: 40px 1fr; }
	.service-list p { grid-column: 2; }
	.van-section { grid-template-columns: 1fr; }
	.van-section__copy { padding: 48px 30px; }
	.van-section__visual { min-height: 360px; padding-top: 35px; }
	.van-cutout { width: 110%; max-width: none; transform: translateX(3%); }
	.brief-band__inner, .catalogue-group__header, .quote-note, .service-ledger__item, .process__list li, .spec-sheet__inner, .contact-hero, .map-section, .product-detail__hero { grid-template-columns: 1fr; }
	.brief-band__inner .button, .quote-note .button { grid-column: auto; }
	.page-hero { min-height: 540px; padding: 80px 17px; }
	.page-hero--offset { background: var(--cobalt); }
	.page-hero--products { display: block; min-height: auto; padding: 80px 17px 0; }
	.page-hero--products .page-hero__copy { padding-bottom: 55px; }
	.category-jump { position: relative; right: auto; bottom: auto; width: calc(100% + 34px); margin-left: -17px; }
	.page-hero--service { padding-right: 17px; background: var(--cobalt); }
	.page-hero__rail { display: none; }
	.page-hero--trade::after { opacity: .35; }
	.editorial__aside strong { font-size: 2.5rem; }
	.principle-grid { grid-template-columns: 1fr 1fr; }
	.location-line { grid-template-columns: 1fr; align-items: start; padding: 35px; }
	.catalogue-group__header { align-items: start; }
	.catalogue-group__header > span { justify-self: start; }
	.service-ledger__item { gap: 14px; }
	.service-ledger__item > div { grid-column: 1; }
	.export-callout { grid-template-columns: 1fr; }
	.process__list li { gap: 10px; }
	.spec-sheet ul { margin-top: 20px; }
	.contact-hero { padding: 80px 17px; }
	.form-grid { grid-template-columns: 1fr; }
	.map-section__frame iframe { min-height: 420px; }
	.product-detail__hero { padding-block: 17px 65px; }
	.product-detail__media { min-height: 0; }
	.product-detail__image { aspect-ratio: 4 / 3; }
	.product-detail__intro { padding: 45px 0 0; }
	.back-link { margin-bottom: 40px; }
	.product-detail__lists { grid-template-columns: 1fr; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.site-footer__legal { flex-direction: column; }
}

@media (max-width: 520px) {
	.section-heading { display: block; }
	.section-heading .text-link { margin-top: 22px; }
	.hero__panel { padding: 35px 22px; }
	.hero h1 { font-size: 3.55rem; }
	.button-row { align-items: flex-start; flex-direction: column; }
	.category-index a { padding-block: 24px; }
	.category-index strong { font-size: 1.65rem; }
	.principle-grid, .spec-sheet ul { grid-template-columns: 1fr; }
	.location-line { margin-bottom: 70px; }
	.service-ledger__item { padding-block: 32px; }
	.product-detail__lists > div { padding: 28px; }
	.site-footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

@media print {
	.site-header, .site-footer, .button, .media-shield { display: none !important; }
	body { background: #fff; color: #000; }
	.section-shell { width: 100%; }
}
