@font-face {
font-family: "Barlow";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("/assets/fonts/barlow-600.woff2") format("woff2");
}
@font-face {
font-family: "Barlow";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("/assets/fonts/barlow-700.woff2") format("woff2");
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("/assets/fonts/opensans-400.woff2") format("woff2");
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("/assets/fonts/opensans-600.woff2") format("woff2");
}
@font-face {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("/assets/fonts/opensans-700.woff2") format("woff2");
}
:root {
--ink: #24292d;
--ink-2: #2c3238;
--blue: #3f88c5;
--blue-600: #336fa4;
--blue-050: #eef4fa;
--cream: #f8f4e3;
--paper: #ffffff;
--text: #41474d;
--text-soft: #667077;
--line: #e6e9ec;
--shadow: 0 12px 34px rgba(20, 32, 45, 0.12);
--shadow-sm: 0 6px 18px rgba(20, 32, 45, 0.08);
--radius: 14px;
--wrap: 1180px;
--head: "Barlow", system-ui, sans-serif;
--body: "Open Sans", system-ui, sans-serif;
}
:root {
--text-soft: #667077;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: var(--body);
color: var(--text);
background: var(--paper);
font-size: 17px;
line-height: 1.75;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-600); }
h1, h2, h3, h4 { font-family: var(--head); color: var(--ink); line-height: 1.12; margin: 0 0 .5em; font-weight: 700; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.btn {
display: inline-flex; align-items: center; gap: .55em;
font-family: var(--head); font-weight: 600; font-size: 1rem; letter-spacing: .3px;
text-transform: uppercase;
background: var(--blue); color: #fff;
padding: .85em 1.7em; border: 0; border-radius: 8px; cursor: pointer;
transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
box-shadow: 0 8px 20px rgba(63, 136, 197, 0.28);
}
.btn:hover { background: #2a5d8a; color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(63, 136, 197, 0.36); }
.btn:active { transform: translateY(0); }
.btn--ghost {
background: transparent; color: var(--cream);
box-shadow: inset 0 0 0 2px rgba(248, 244, 227, 0.6);
}
.btn--ghost:hover { background: rgba(248, 244, 227, 0.12); color: #fff; box-shadow: inset 0 0 0 2px var(--cream); }
.btn--lg { font-size: 1.08rem; padding: 1em 2.1em; }
.site-header {
position: sticky; top: 0; z-index: 50;
background: rgba(255, 255, 255, 0.96);
backdrop-filter: saturate(1.1) blur(6px);
border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; gap: 18px; }
.brand { display: inline-flex; align-items: center; }
.brand img, .brand svg { height: 52px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a[data-nav] {
font-family: var(--head); font-weight: 600; font-size: 1.02rem; color: var(--ink);
position: relative; padding: 4px 0; letter-spacing: .2px;
}
.nav a[data-nav]::after {
content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 2px;
background: var(--blue); transition: right .22s ease;
}
.nav a[data-nav]:hover { color: var(--blue); }
.nav a[data-nav]:hover::after,
body[data-page="home"] .nav a[data-nav="home"]::after,
body[data-page="blog"] .nav a[data-nav="blog"]::after { right: 0; }
body[data-page="home"] .nav a[data-nav="home"],
body[data-page="blog"] .nav a[data-nav="blog"] { color: var(--blue); }
.nav .btn { text-transform: uppercase; }
.nav-toggle {
display: none; background: none; border: 0; color: var(--ink); cursor: pointer;
width: 44px; height: 44px; align-items: center; justify-content: center;
}
.nav-toggle svg { width: 26px; height: 26px; }
.hero { position: relative; color: var(--cream); overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
content: ""; position: absolute; inset: 0; z-index: 1;
background: linear-gradient(180deg, rgba(20,26,32,.30) 0%, rgba(20,26,32,.18) 42%, rgba(20,26,32,.82) 100%);
}
.hero__inner { position: relative; z-index: 2; padding: clamp(120px, 22vw, 240px) 0 56px; max-width: 760px; }
.hero h1 { color: var(--cream); font-size: clamp(2.3rem, 5.4vw, 4rem); margin-bottom: .3em; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero__lede { font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: #f4f1e6; max-width: 620px; margin-bottom: 1.6em; text-shadow: 0 1px 10px rgba(0,0,0,.35); }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero--inner .hero__inner { padding: clamp(120px, 16vw, 180px) 0 44px; }
.hero--inner h1 { font-size: clamp(2rem, 4.4vw, 3.1rem); }
.notch { position: relative; z-index: 3; height: 0; }
.notch::before {
content: ""; display: block; height: 46px; margin-top: -46px; background: var(--paper);
clip-path: polygon(0 100%, 50% 0, 100% 100%);
width: 120px; margin-left: auto; margin-right: auto;
}
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--tint { background: var(--blue-050); }
.section--ink { background: var(--ink); color: #d7dde2; }
.section--ink h2, .section--ink h3,
.section--process h2, .section--process h3 { color: var(--cream); }
.eyebrow {
font-family: var(--head); font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px;
font-size: .82rem; color: var(--blue); margin: 0 0 .7em;
}
.section--ink .eyebrow, .section--process .eyebrow { color: #8fc0e6; }
.section-head { max-width: 760px; margin: 0 0 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.lede { font-size: 1.12rem; color: var(--text-soft); }
.section--ink .lede, .section--process .lede { color: #aeb8c0; }
.prose p { margin-bottom: 1.15em; }
.prose { max-width: 820px; }
.check-list { list-style: none; padding: 0; margin: 0 0 1.2em; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 34px; color: var(--text); line-height: 1.55; }
.check-list li::before {
content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%;
background: var(--blue-050) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233f88c5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.check-list li strong { color: var(--ink); }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.svc {
background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #cfe0f0; }
.svc__img { aspect-ratio: 16 / 11; overflow: hidden; }
.svc__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc:hover .svc__img img { transform: scale(1.05); }
.svc__body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.svc__body h3 { font-size: 1.18rem; margin-bottom: .35em; }
.svc__body p { font-size: .96rem; color: var(--text-soft); line-height: 1.6; margin: 0; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.feature {
background: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm);
border: 1px solid var(--line);
transition: transform .22s ease, box-shadow .22s ease;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature__icon {
width: 54px; height: 54px; border-radius: 12px; display: grid; place-items: center;
background: var(--blue-050); color: var(--blue); margin-bottom: 18px;
}
.feature__icon svg { width: 28px; height: 28px; }
.feature h3 { font-size: 1.22rem; margin-bottom: .4em; }
.feature p { font-size: .98rem; color: var(--text-soft); margin: 0; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; }
.split--reverse .split__media { order: 2; }
.section--process { position: relative; background: var(--ink); overflow: hidden; }
.section--process .process-bg {
position: absolute; inset: 0; z-index: 0; opacity: .16; object-fit: cover; width: 100%; height: 100%;
}
.section--process .wrap { position: relative; z-index: 1; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step__num {
font-family: var(--head); font-weight: 700; font-size: 2.4rem; color: var(--blue);
line-height: 1; margin-bottom: 14px;
}
.step h3 { color: var(--cream); font-size: 1.2rem; margin-bottom: .4em; }
.step p { color: #aeb8c0; font-size: .96rem; margin: 0; }
.faq { max-width: 860px; margin: 0 auto; }
.faq details {
background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 14px;
box-shadow: var(--shadow-sm); overflow: hidden;
}
.faq summary {
list-style: none; cursor: pointer; padding: 20px 56px 20px 24px; position: relative;
font-family: var(--head); font-weight: 600; font-size: 1.12rem; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
content: ""; position: absolute; right: 24px; top: 50%; width: 12px; height: 12px;
border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue);
transform: translateY(-70%) rotate(45deg); transition: transform .22s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq details > div { padding: 0 24px 22px; color: var(--text-soft); }
.faq details > div p { margin: 0; }
.section--enquiry { background: var(--blue); color: #fff; position: relative; }
.section--enquiry .eyebrow { color: rgba(255,255,255,.75); }
.section--enquiry h2 { color: #fff; }
.enquiry-grid { display: grid; grid-template-columns: .95fr 1.15fr; gap: 48px; align-items: start; }
.enquiry-intro p { color: rgba(255,255,255,.9); }
.enquiry-card { background: #fff; border-radius: 16px; padding: 30px; box-shadow: var(--shadow); color: var(--text); }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.enquiry-form .full { grid-column: 1 / -1; }
.enquiry-form label { display: block; font-size: .84rem; font-weight: 600; color: var(--ink); margin-bottom: 5px; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink);
padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 9px; background: #fbfcfd;
transition: border-color .18s ease, box-shadow .18s ease;
}
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus {
outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(63,136,197,.15); background: #fff;
}
.enquiry-form textarea { min-height: 120px; resize: vertical; }
.enquiry-form .btn { width: 100%; justify-content: center; }
::placeholder { color: hsl(210 8% 45% / 0.5); }
.form-note { grid-column: 1 / -1; font-size: .95rem; margin: 4px 0 0; }
.form-note--err { color: #c0392b; }
.form-note--ok { color: #1d7a3f; font-weight: 600; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.band { position: relative; color: var(--cream); text-align: center; overflow: hidden; }
.band__bg { position: absolute; inset: 0; z-index: 0; }
.band__bg img { width: 100%; height: 100%; object-fit: cover; }
.band::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(20,26,32,.72); }
.band .wrap { position: relative; z-index: 2; padding: clamp(64px, 9vw, 110px) 22px; }
.band h2 { color: var(--cream); max-width: 720px; margin: 0 auto .5em; }
.band p { max-width: 620px; margin: 0 auto 1.6em; color: #e8e5d8; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card {
background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
transition: transform .22s ease, box-shadow .22s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post-card__img { aspect-ratio: 16 / 9; overflow: hidden; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-card__img img { transform: scale(1.05); }
.post-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card__date { font-size: .82rem; color: var(--text-soft); font-weight: 600; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 8px; }
.post-card__body h3 { font-size: 1.22rem; margin-bottom: .4em; }
.post-card__body h3 a { color: var(--ink); }
.post-card__body h3 a:hover { color: var(--blue); }
.post-card__body p { font-size: .96rem; color: var(--text-soft); margin: 0 0 16px; }
.post-card__more { margin-top: auto; font-family: var(--head); font-weight: 600; color: var(--blue); }
.article { max-width: 800px; margin: 0 auto; }
.article__meta { color: var(--text-soft); font-size: .92rem; margin-bottom: 26px; }
.article figure { margin: 30px 0; }
.article figure img { border-radius: var(--radius); box-shadow: var(--shadow-sm); width: 100%; }
.article figcaption { font-size: .86rem; color: var(--text-soft); text-align: center; margin-top: 10px; }
.article h2 { font-size: 1.7rem; margin: 1.6em 0 .5em; }
.article h3 { font-size: 1.3rem; margin: 1.4em 0 .4em; }
.article ul { padding-left: 1.2em; margin: 0 0 1.2em; }
.article li { margin-bottom: .5em; }
.article .callout {
background: var(--blue-050); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0;
padding: 22px 26px; margin: 30px 0;
}
.article .callout p { margin: 0; }
.site-footer { background: var(--ink); color: #a9b2ba; padding: 64px 0 30px; }
.site-footer .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer .brand img { height: 58px; margin-bottom: 18px; }
.site-footer p { font-size: .96rem; line-height: 1.7; }
.site-footer h4 { color: var(--cream); font-size: 1.05rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.foot-links { list-style: none; padding: 0; margin: 0; }
.foot-links li { margin-bottom: 10px; }
.foot-links a { color: #a9b2ba; font-size: .96rem; }
.foot-links a:hover { color: var(--cream); }
.foot-bottom {
margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1);
display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center;
font-size: .86rem; color: #7d8892;
}
.foot-bottom a { color: #a9b2ba; }
.foot-bottom a:hover { color: var(--cream); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 1000px) {
.svc-grid { grid-template-columns: repeat(2, 1fr); }
.steps { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
.features { grid-template-columns: repeat(2, 1fr); }
.post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
.nav {
position: fixed; inset: 84px 0 auto 0; flex-direction: column; gap: 0; align-items: stretch;
background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
padding: 8px 0 16px; transform: translateY(-8px); opacity: 0; pointer-events: none;
transition: transform .2s ease, opacity .2s ease;
}
.nav.open { transform: none; opacity: 1; pointer-events: auto; }
.nav a[data-nav] { padding: 14px 24px; border-bottom: 1px solid var(--line); }
.nav a[data-nav]::after { display: none; }
.nav .btn { margin: 12px 24px 0; justify-content: center; }
.nav-toggle { display: inline-flex; }
.split, .enquiry-grid { grid-template-columns: 1fr; gap: 30px; }
.split--reverse .split__media { order: 0; }
.site-footer .foot-grid { grid-template-columns: 1fr 1fr; }
.site-footer .brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
body { font-size: 16px; }
.svc-grid, .features, .post-grid { grid-template-columns: 1fr; }
.enquiry-form { grid-template-columns: 1fr; }
.enquiry-card { padding: 22px; }
.site-footer .foot-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
* { scroll-behavior: auto !important; }
.reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
.btn, .svc, .feature, .post-card, .svc__img img, .post-card__img img { transition: none !important; }
}