:root {
--blue: #0055a4;
--blue-deep: #00437f;
--blue-ink: #0d1f3d;
--orange: #f78f1e;
--orange-deep: #d97706;
--ink: #444444;
--ink-soft: #5a6b7a;
--paper: #ffffff;
--panel: #f5f5f5;
--panel-blue: #eef5fc;
--rule: rgba(0, 85, 164, 0.14);
--display: "Caviar Dreams", "Century Gothic", "Avenir Next", ui-rounded, sans-serif;
--display-alt: "Adam", "Century Gothic", "Avenir Next", ui-rounded, sans-serif;
--body: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
--measure: 36rem;
--shell: 87.5rem;
--gap: clamp(1.25rem, 3vw, 2.5rem);
--step: clamp(3.5rem, 7vw, 6rem);
--radius: 10px;
--shadow: 0 1px 2px rgba(13, 31, 61, 0.05), 0 10px 30px -14px rgba(13, 31, 61, 0.25);
color-scheme: light;
}
@font-face {
font-family: "Caviar Dreams";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/assets/fonts/caviardreams.woff2") format("woff2");
}
@font-face {
font-family: "Caviar Dreams";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("/assets/fonts/caviardreams-bold.woff2") format("woff2");
}
@font-face {
font-family: "Adam";
font-style: normal;
font-weight: 500;
font-display: swap;
src: url("/assets/fonts/adam-medium.woff2") format("woff2");
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
margin: 0;
background: var(--paper);
color: var(--ink);
font: 400 clamp(1rem, 0.86rem + 0.63vw, 1.125rem)/1.5 var(--body);
text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--orange-deep); }
::placeholder { color: hsl(210 12% 45% / 0.25); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 3px; }
.skip { position: absolute; left: -9999px; background: var(--orange); color: #fff; font-weight: 700; padding: 0.7rem 1.1rem; z-index: 60; }
.skip:focus { left: 0.75rem; top: 0.75rem; }
h1, h2, h3, h4 {
font-family: var(--display);
font-weight: 500;
color: var(--blue-ink);
line-height: 1.2;
margin: 0 0 0.5em;
text-wrap: balance;
}
h1 { font-size: clamp(2rem, 1.06rem + 4.2vw, 3.5rem); line-height: 1.16; }
h2 { font-size: clamp(1.7rem, 1.06rem + 2.9vw, 3rem); line-height: 1.125; }
h3 { font-family: var(--display-alt); font-size: clamp(1.2rem, 1.01rem + 0.84vw, 1.5rem); line-height: 1.21; }
h4 { font-size: 1.02rem; font-weight: 700; }
@media (max-width: 64rem) {
h1 { line-height: 1.2; }
h2 { line-height: 1.2; }
}
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
.eyebrow {
font-family: var(--body);
font-size: 0.74rem;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--orange-deep);
margin: 0 0 0.8rem;
}
.lede { font-size: 1.1em; color: var(--ink-soft); max-width: var(--measure); }
.shell { width: min(100% - 2.5rem, var(--shell)); margin-inline: auto; }
.prose { max-width: var(--measure); }
.prose h2, .prose h3 { margin-top: 1.8em; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.1em; }
.prose li { margin-bottom: 0.4em; }
.prose img { border-radius: var(--radius); box-shadow: var(--shadow); margin: 1.6rem 0; }
section { padding-block: var(--step); }
section.tight { padding-block: calc(var(--step) * 0.6); }
.panel { background: var(--panel); }
.panel-blue { background: var(--panel-blue); }
.panel-deep { background: var(--blue); color: #fff; }
.panel-deep h2, .panel-deep h3 { color: #fff; }
.panel-deep .lede { color: rgba(255, 255, 255, 0.85); }
.panel-deep .eyebrow { color: var(--orange); }
.split { display: grid; gap: var(--gap); grid-template-columns: 1fr; align-items: center; }
.split--top { align-items: start; }
@media (min-width: 62rem) {
.split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: calc(var(--gap) * 1.5); }
.split.text-first { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
}
.site-head { background: var(--panel); border-bottom: 1px solid rgba(0, 0, 0, 0.05); position: sticky; top: 0; z-index: 40; }
.site-head__in { display: flex; align-items: center; gap: 1rem; padding-block: 0.7rem; }
.brand { flex: none; display: block; }
.brand img { width: 200px; height: auto; }
@media (max-width: 40rem) { .brand img { width: 150px; } }
.nav { margin-left: auto; align-self: stretch; display: flex; align-items: center; gap: 0.1rem; }
.nav a {
font-size: 0.94rem;
font-weight: 500;
padding: 0.5rem 0.7rem;
border-radius: 4px;
text-decoration: none;
color: var(--ink);
white-space: nowrap;
transition: color 0.18s ease;
}
.nav a:hover { color: var(--blue); }
body[data-page="home"] .nav a[href="/"],
body[data-page="about"] .nav a[href="/about/"],
body[data-page="services"] .nav a[href="/services/"],
body[data-page="resources"] .nav a[href="/resources/"],
body[data-page="contact"] .nav a[href="/contact/"] {
color: var(--orange-deep);
box-shadow: inset 0 -2px 0 var(--orange);
}
.nav__group { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav__group > a { display: inline-flex; align-items: center; gap: 0.35rem; }
.nav__group > a::after {
content: "";
display: block;
flex: none;
width: 0.36rem;
height: 0.36rem;
border-right: 1.5px solid currentColor;
border-bottom: 1.5px solid currentColor;
transform: translateY(-2px) rotate(45deg);
transition: transform 0.18s ease;
}
.nav__menu {
position: absolute;
top: 100%;
left: 0;
z-index: 50;
min-width: 16rem;
margin: 0.7rem 0 0;
padding: 0.45rem;
list-style: none;
background: #fff;
border: 1px solid var(--rule);
border-radius: var(--radius);
box-shadow: var(--shadow);
display: grid;
gap: 0.1rem;
opacity: 0;
visibility: hidden;
transform: translateY(-6px);
transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
}
.nav__group:hover .nav__menu,
.nav__group:focus-within .nav__menu { opacity: 1; visibility: visible; transform: none; }
.nav__group:hover > a::after,
.nav__group:focus-within > a::after { transform: translateY(0) rotate(225deg); }
.nav__menu a { display: block; padding: 0.5rem 0.7rem; font-size: 0.92rem; border-radius: 5px; }
.nav__menu a:hover { background: var(--panel-blue); color: var(--blue); }
@media (max-width: 62rem) {
.site-head__in { flex-wrap: wrap; row-gap: 0.4rem; }
.nav__menu { display: none; }
.nav__group > a::after { display: none; }
.nav {
order: 3;
width: 100%;
margin-left: 0;
overflow-x: auto;
scrollbar-width: none;
mask-image: linear-gradient(to right, #000 calc(100% - 2.5rem), transparent);
}
.nav::-webkit-scrollbar { display: none; }
}
.btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
font-family: var(--body);
font-weight: 600;
font-size: 0.98rem;
padding: 1.25rem 1.875rem;
border-radius: 50px;
border: 1px solid transparent;
text-decoration: none;
cursor: pointer;
transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: var(--orange-deep); color: #fff; transform: translateY(-1px); }
.btn--ghost { border-color: var(--blue); color: var(--blue); background: transparent; }
.btn--ghost:hover { background: var(--blue); color: #fff; }
.btn--on-blue { background: var(--orange); color: #fff; }
.btn--on-blue:hover { background: #fff; color: var(--blue); }
.btn--on-orange { background: var(--blue); color: #fff; }
.btn--on-orange:hover { background: var(--blue-deep); color: #fff; transform: translateY(-1px); }
.btn--outline-white { border-color: rgba(255, 255, 255, 0.7); color: #fff; }
.btn--outline-white:hover { background: #fff; color: var(--blue); }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }
.btn-row--center { justify-content: center; }
.hero { background: var(--blue); color: #fff; padding-block: clamp(3rem, 6vw, 4.5rem) 0; overflow-x: clip; }
.hero h1 { color: #fff; margin-bottom: 0.7rem; }
.hero p { color: rgba(255, 255, 255, 0.94); max-width: 36rem; }
.hero__grid { display: grid; gap: var(--gap); align-items: center; }
@media (min-width: 64rem) {
.hero__grid { grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr); gap: 50px; align-items: end; }
}
.hero__copy { padding-bottom: clamp(3rem, 6vw, 4.5rem); }
.hero__figure { position: relative; margin-bottom: -4.5rem; }
@media (max-width: 64rem) { .hero__figure { margin-bottom: -2.5rem; } }
.hero__figure img {
position: relative;
z-index: 1;
width: 100%;
aspect-ratio: 65 / 60;
object-fit: cover;
object-position: 32% center;
border-bottom-right-radius: 300px;
box-shadow: 10px 9px 0 0 var(--orange);
}
@media (max-width: 64rem) { .hero__figure img { border-bottom-right-radius: 200px; } }
.pagehead {
position: relative;
isolation: isolate;
background: var(--blue);
color: #fff;
text-align: center;
padding-block: clamp(3.5rem, 8vw, 6rem);
overflow: hidden;
}
.pagehead::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
background: url("/assets/img/banner.webp") center / cover no-repeat;
opacity: 0.15;
}
.pagehead h1 { color: #fff; margin-bottom: 0.5rem; }
.pagehead .eyebrow { color: var(--orange); }
.pagehead .lede { color: rgba(255, 255, 255, 0.9); margin-inline: auto; }
.framed { position: relative; isolation: isolate; }
.framed::before {
content: "";
position: absolute;
inset: -15px -15px 25% 15px;
z-index: -1;
background: var(--blue);
border-radius: 6px 6px 45% 45% / 6px 6px 30% 30%;
}
.framed img {
width: 100%;
aspect-ratio: 3 / 4;
object-fit: cover;
border-radius: 6px 6px 45% 45% / 6px 6px 30% 30%;
}
.framed--orange::before { background: var(--orange); }
.thumb { position: relative; isolation: isolate; }
.thumb::before {
content: "";
position: absolute;
inset: 18px -14px -14px 6%;
z-index: -1;
background: var(--orange);
border-radius: 0 0 30% 0;
}
.thumb img {
width: 100%;
aspect-ratio: 16 / 11;
object-fit: cover;
border-radius: 4px 4px 30% 4px;
}
.mediagrid .thumb { margin-bottom: 1.4rem; }
.thumb--wide img { aspect-ratio: 21 / 8; }
.thumb--wide::before { inset: 22px -14px -14px 3%; }
.shot img { width: 100%; object-fit: cover; }
.shot--portrait img { height: 700px; object-position: top center; border-radius: 0 0 100px 0; box-shadow: 10px 9px 0 0 var(--orange); }
.shot--corner img { height: 400px; border-radius: 0 0 50px 0; box-shadow: 10px 9px 0 0 var(--orange); }
.shot--arch img { height: 500px; border-radius: 0 250px 0 0; box-shadow: 10px 9px 0 0 var(--orange); }
.shot--shield img { height: 700px; margin-top: -5rem; border-radius: 0 0 300px 300px; box-shadow: 15px -15px 0 0 var(--blue); }
.shot--shield--tall img { height: 750px; }
@media (max-width: 64rem) {
.shot--portrait img { height: 350px; }
.shot--corner img { height: 350px; }
.shot--arch img { height: 331px; border-radius: 0 100px 0 0; }
.shot--shield img, .shot--shield--tall img { height: 500px; border-radius: 300px 0 0 300px; }
}
@media (max-width: 48rem) {
.shot--portrait img { height: 300px; }
.shot--corner img { height: 250px; }
.shot--arch img { height: 220px; border-radius: 0 100px 0 0; }
.shot--shield img { height: 255px; margin-top: 0; border-radius: 0 0 300px 300px; }
.shot--shield--tall img { height: 220px; }
}
.blob {
background: var(--orange);
color: #fff;
margin-top: clamp(4rem, 8vw, 7rem);
margin-right: clamp(0rem, 3vw, 3.5rem);
border-radius: 0 clamp(130px, 20vw, 300px) clamp(130px, 20vw, 300px) 0 / 0 50% 50% 0;
padding-block: clamp(2rem, 4vw, 3.5rem) clamp(3rem, 6vw, 5rem);
}
.blob h2, .blob h3 { color: #fff; }
.blob .eyebrow { color: #fff; opacity: 0.85; }
.blob p { color: rgba(255, 255, 255, 0.95); }
.blob .framed { margin-top: clamp(-6rem, -7vw, -3rem); }
.blob .framed::before { background: var(--blue-deep); }
@media (min-width: 62rem) { .blob .shell { padding-right: clamp(2rem, 6vw, 6rem); } }
@media (max-width: 62rem) {
.blob { border-radius: 0 70px 70px 0 / 0 40px 40px 0; margin-right: 0; }
.blob .framed img { aspect-ratio: 4 / 3; }
.blob .framed { margin-top: clamp(-3.5rem, -4vw, -2rem); }
}
@media (min-width: 48rem) and (max-width: 62rem) {
.blob { border-radius: 0 0 clamp(140px, 24vw, 300px) 0; }
.blob .split { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); gap: var(--gap); align-items: center; }
.blob .framed img { aspect-ratio: 3 / 4; }
.blob .shell { padding-right: clamp(2.5rem, 7vw, 4.5rem); }
}
.blob.blob--inset { padding-block: 0 clamp(2.5rem, 5vw, 5rem); }
.blob.blob--inset .shell { padding-inline: clamp(1rem, 4vw, 5rem); }
@media (max-width: 62rem) {
.blob.blob--inset { padding-block: 0 clamp(2rem, 5vw, 3rem); }
}
.split--end { align-items: end; }
.blob.blob--inset .split > :last-child { padding-right: clamp(0rem, 3.5vw, 5rem); }
.blob.blob--inset .iconlist { gap: 1.9rem; }
.blob.blob--inset .iconlist li { grid-template-columns: 4.6rem 1fr; gap: 0.3rem 1.3rem; }
.blob.blob--inset .iconlist h3 { font-size: 1.5rem; }
.blob.blob--inset .iconlist p { font-size: 1.125rem; line-height: 1.5; }
.blob.blob--inset .iconlist__icon { width: 4.6rem; height: 4.6rem; background: var(--paper); }
.blob.blob--inset .iconlist__icon svg { width: 3.75rem; height: 3.75rem; fill: var(--orange); }
.iconrow { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.3rem 2rem; }
@media (min-width: 40rem) { .iconrow { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.iconrow li { display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 1rem; align-items: center; }
.iconrow svg { width: 60px; height: 60px; fill: #fff; }
.iconrow b { font-weight: 400; font-size: 1.125rem; line-height: 1.3; color: #fff; }
.iconrow__lead { color: #fff; margin-bottom: 1.2rem; }
.card--tool { gap: 0; }
.card--tool .card__art { height: 200px; margin-bottom: 1.3rem; display: flex; align-items: center; justify-content: flex-start; }
.card--tool .card__art img { max-height: 200px; width: auto; max-width: 100%; object-fit: contain; }
.card--tool h2 { font-size: clamp(1.4rem, 1.05rem + 1.2vw, 1.85rem); margin: 0 0 0.3rem; }
.card--tool h3 { margin: 0 0 0.9rem; }
.card--tool p + p { margin-top: 0.8rem; }
@media (min-width: 56rem) { .cards.cards--pairs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 62rem) { .split--lead { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); } }
.blob.blob--pad { padding-top: clamp(2.5rem, 5vw, 5rem); }
.ctaband { padding-block: 0; background: linear-gradient(to bottom, #fff 50%, var(--blue) 50%); }
.ctaband--seam-low { padding-top: clamp(2.5rem, 5vw, 5rem); }
.ctaband__card {
position: relative;
isolation: isolate;
overflow: hidden;
z-index: 2;
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background: var(--paper);
padding: 2rem;
box-shadow: 0 0 10px #b7ccd8;
transition: box-shadow 0.18s ease;
}
.ctaband__card:hover { box-shadow: 0 0 10px #96b4c5; }
.ctaband__card::after {
content: "";
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
width: 126px;
height: 250px;
background: url("/assets/img/semi-circle.webp") right bottom / contain no-repeat;
opacity: 0.1;
pointer-events: none;
}
.ctaband__card p { max-width: 42rem; margin-inline: auto; }
.ctaband__card .btn-row { margin-top: 1.4rem; }
@media (max-width: 48rem) {
.ctaband__card { min-height: 0; text-align: left; align-items: flex-start; }
}
.iconlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.5rem; }
.iconlist li { display: grid; grid-template-columns: 3.2rem 1fr; gap: 0.2rem 1.1rem; align-items: start; }
.iconlist__icon {
grid-row: span 2;
width: 3.2rem;
height: 3.2rem;
border-radius: 50%;
background: rgba(255, 255, 255, 0.18);
display: grid;
place-items: center;
}
.iconlist__icon svg { width: 1.7rem; height: 1.7rem; fill: #fff; }
.iconlist h3 { margin: 0 0 0.2rem; font-size: 1.15rem; }
.iconlist p { margin: 0; font-size: 0.97rem; }
.cards { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); list-style: none; margin: 0; padding: 0; }
@media (min-width: 75rem) {
.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.card {
background: var(--paper);
border: 1px solid var(--rule);
border-radius: var(--radius);
padding: 1.6rem 1.6rem 1.7rem;
display: flex;
flex-direction: column;
gap: 0.6rem;
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--orange); }
.card h3 { margin: 0; }
.card h3 a { color: inherit; text-decoration: none; }
.card:hover h3 a { color: var(--orange-deep); }
.card p { font-size: 0.96rem; color: var(--ink-soft); margin: 0; }
.card__icon { width: 75px; height: 75px; fill: var(--orange); margin-bottom: 1.6rem; }
.card { position: relative; overflow: hidden; }
.card::after {
content: "";
position: absolute;
top: -55%;
right: -35%;
width: 90%;
height: 150%;
border-radius: 50%;
background: rgba(13, 93, 168, 0.045);
pointer-events: none;
}
.card > * { position: relative; z-index: 1; }
.card--link { text-decoration: none; color: inherit; }
.card--link h3 { color: var(--blue-ink); }
.card__list { list-style: disc; margin: 0; padding-left: 1.2em; display: grid; gap: 0.3rem; font-size: 0.96rem; color: var(--ink-soft); }
.card__link { margin-top: auto; font-weight: 600; text-decoration: none; box-shadow: inset 0 -2px 0 var(--orange); }
.card__link:hover { color: var(--orange-deep); }
.intro-grid { display: grid; gap: var(--gap); grid-template-columns: 1fr; }
.intro-grid__cta { grid-column: 1 / -1; margin-top: 0.6rem; }
.intro-grid .card { min-height: 300px; }
.intro-grid__cards { display: contents; }
@media (min-width: 52rem) { .intro-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 68rem) { .intro-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.ladder { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }
.ladder li { background: var(--paper); padding: 1.5rem 1.7rem; display: grid; grid-template-columns: 3rem 1fr; gap: 0.4rem 1.2rem; align-items: baseline; }
.ladder__no { font-family: var(--display); font-size: 1.6rem; color: var(--orange); grid-row: span 2; }
.ladder h3 { margin: 0; }
.ladder p { margin: 0; font-size: 0.96rem; color: var(--ink-soft); }
.mediagrid { list-style: none; margin: 0; padding: 0; display: grid; gap: calc(var(--gap) * 1.3); grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); }
@media (min-width: 62rem) { .mediagrid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 62rem) { .mediagrid--pairs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.mediagrid h3 { font-size: clamp(1.2rem, 1.01rem + 0.84vw, 1.5rem); margin-bottom: 0.4rem; }
.mediagrid h3 a { color: var(--blue-ink); text-decoration: none; }
.mediagrid h3 a:hover { color: var(--orange-deep); }
.mediagrid p { color: var(--ink-soft); font-size: 0.98rem; }
.mediagrid .more { display: inline-block; margin-top: 0.9rem; font-weight: 600; color: var(--orange-deep); text-decoration: none; }
.mediagrid .more:hover { text-decoration: underline; }
.quotes { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)); }
@media (min-width: 62rem) { .quotes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.quote { background: var(--paper); border: 1px solid var(--rule); border-radius: var(--radius); padding: 1.7rem; display: flex; flex-direction: column; gap: 0.9rem; }
.quote__stars { color: var(--orange); font-size: 0.95rem; letter-spacing: 0.1em; }
.quote p { font-size: 0.99rem; line-height: 1.65; margin: 0; }
.quote cite { font-style: normal; font-size: 0.88rem; color: var(--ink-soft); margin-top: auto; }
.quote cite strong { display: block; font-family: var(--display); font-size: 1.05rem; font-weight: 700; color: var(--blue-ink); }
.gband { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 1rem; font-size: 0.95rem; }
.gband__score { font-family: var(--display); font-size: 2.2rem; font-weight: 700; color: var(--blue-ink); line-height: 1; }
.enquiry-block { background: var(--blue); color: #fff; }
.enquiry-block h2, .enquiry-block h3 { color: #fff; }
.enquiry-block .eyebrow { color: var(--orange); }
.enquiry-block .lede { color: rgba(255, 255, 255, 0.85); }
.enquiry-block a { color: #fff; }
.enquiry { display: grid; gap: 0.9rem; }
.enquiry label { display: grid; gap: 0.3rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.9); }
.enquiry input, .enquiry textarea {
font: inherit;
font-size: 1rem;
font-weight: 400;
letter-spacing: normal;
text-transform: none;
color: var(--ink);
background: #fff;
border: 2px solid transparent;
border-radius: 8px;
padding: 0.75rem 0.9rem;
width: 100%;
transition: border-color 0.18s ease;
}
.enquiry input:focus, .enquiry textarea:focus { border-color: var(--orange); outline: none; }
.enquiry textarea { resize: vertical; min-height: 7rem; }
.enquiry button { justify-self: start; margin-top: 0.3rem; }
.enquiry .hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.enquiry [data-lead-success], .enquiry [data-lead-error] { font-weight: 600; padding: 0.75rem 0.95rem; border-radius: 8px; margin: 0; }
.enquiry [data-lead-success] { background: var(--orange); color: #fff; }
.enquiry [data-lead-error] { background: #b3261e; color: #fff; }
.contact-lines { margin: 0; padding: 0; display: grid; gap: 1.1rem; }
.contact-lines dt { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.2rem; }
.contact-lines dd { margin: 0; font-size: 1.05rem; }
.enquiry--page label { color: var(--blue-ink); }
.enquiry--page input, .enquiry--page textarea { border-color: var(--rule); }
.enquiry--page [data-lead-success] { background: var(--orange); color: #fff; }
.checkgroup { border: 1px solid var(--rule); border-radius: 8px; padding: 0.9rem 1rem 1rem; margin: 0; display: grid; gap: 0.45rem; }
.checkgroup legend { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue-ink); padding-inline: 0.35rem; }
.checkgroup label { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.95rem; font-weight: 400; letter-spacing: normal; text-transform: none; color: var(--ink); cursor: pointer; }
.checkgroup input { width: 1.05rem; height: 1.05rem; flex: none; margin-top: 0.15rem; accent-color: var(--orange); }
.contactlist { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 1.6rem; }
.contactlist li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; align-items: start; }
.contactlist__icon { width: 3rem; height: 3rem; border-radius: 50%; background: var(--panel-blue); display: grid; place-items: center; }
.contactlist__icon svg { width: 1.35rem; height: 1.35rem; fill: var(--orange); }
.contactlist h3 { margin: 0 0 0.15rem; font-size: 1.15rem; }
.contactlist p { margin: 0; }
.maprow { padding-block: 0; line-height: 0; }
.maprow iframe { display: block; width: 100%; height: 500px; border: 0; }
@media (max-width: 64rem) { .maprow iframe { height: 350px; } }
.site-foot { background: var(--blue-ink); color: rgba(255, 255, 255, 0.82); padding-block: calc(var(--step) * 0.7) 2rem; font-size: 0.95rem; }
.site-foot h4 { color: var(--orange); font-family: var(--body); font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.9rem; }
.site-foot a { color: rgba(255, 255, 255, 0.88); text-decoration: none; }
.site-foot a:hover { color: var(--orange); text-decoration: underline; }
.foot__grid { display: grid; gap: var(--gap); grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); }
.foot__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.45rem; }
.foot__bar {
margin-top: calc(var(--step) * 0.5);
padding-top: 1.4rem;
border-top: 1px solid rgba(255, 255, 255, 0.15);
display: flex;
flex-wrap: wrap;
gap: 0.6rem 1.5rem;
justify-content: space-between;
font-size: 0.84rem;
color: rgba(255, 255, 255, 0.6);
}
.rise { transition: transform 0.5s cubic-bezier(0.22, 0.8, 0.3, 1); }
.js .rise { transform: translateY(14px); }
.js .rise.in { transform: none; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after {
animation-duration: 0.001ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.001ms !important;
}
.js .rise, .js .rise.in { transform: none; }
.card:hover, .btn:hover { transform: none; }
}
@media print {
.site-head, .site-foot, .enquiry-block, .btn-row { display: none !important; }
body { background: #fff; font-size: 11pt; }
.prose { max-width: none; }
}
.logo-strip { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); align-items: center; justify-items: center; gap: 1.75rem 2.5rem; }
@media (min-width: 46rem) { .logo-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.logo-strip li { display: grid; place-items: center; width: 100%; }
.logo-strip img { max-width: 100%; max-height: 52px; width: auto; height: auto; object-fit: contain; opacity: 0.8; transition: opacity 0.18s ease; }
.logo-strip img:hover { opacity: 1; }
@media (max-width: 40rem) { .logo-strip { gap: 1.25rem 1.5rem; } .logo-strip img { max-height: 38px; } }
section.logos { padding-top: clamp(6rem, 10vw, 8.5rem); }
.foot__social { display: flex; gap: 0.9rem; margin-top: 1.2rem; }
.foot__social a { display: inline-flex; color: var(--orange); transition: color 0.18s ease, transform 0.18s ease; }
.foot__social a:hover { color: #fff; transform: translateY(-2px); }