@font-face { font-family: "Roboto"; font-weight: 400; font-display: swap; src: url("/assets/fonts/roboto-400.woff2") format("woff2"); }
@font-face { font-family: "Roboto"; font-weight: 700; font-display: swap; src: url("/assets/fonts/roboto-700.woff2") format("woff2"); }
@font-face { font-family: "Roboto Slab"; font-weight: 500; font-display: swap; src: url("/assets/fonts/robotoslab-500.woff2") format("woff2"); }
@font-face { font-family: "Roboto Slab"; font-weight: 700; font-display: swap; src: url("/assets/fonts/robotoslab-700.woff2") format("woff2"); }
:root {
--ocean: #0C5285;
--ocean-deep: #08395C;
--ink: #293241;
--orange: #F28920;
--coral: #EE6C4D;
--ice: #E0FBFC;
--mist: #F3F7FA;
--line: #D4DFE8;
--slab: "Roboto Slab", Georgia, serif;
--sans: "Roboto", system-ui, -apple-system, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: #fff; line-height: 1.65; font-size: 1.0625rem; }
img { max-width: 100%; height: auto; }
a { color: var(--ocean); }
h1, h2, h3, h4 { font-family: var(--slab); font-weight: 700; line-height: 1.2; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.3rem; }
.wrap { max-width: 72rem; margin-inline: auto; padding-inline: 1.25rem; }
[hidden] { display: none !important; }
.strip { background: var(--ice); color: var(--ink); font-size: .85rem; text-align: center; padding: .35rem 1rem; }
.masthead { background: var(--ocean); position: sticky; top: 0; z-index: 40; box-shadow: 0 2px 12px rgb(8 57 92 / .35); }
.mast-row { display: flex; align-items: center; gap: 1.5rem; padding-block: .7rem; }
.mast-logo img { display: block; width: 220px; height: 64px; object-fit: contain; }
.m-nav { margin-left: auto; display: flex; align-items: center; gap: 1.4rem; }
.m-nav a { color: #fff; text-decoration: none; font-weight: 700; font-size: .98rem; letter-spacing: .01em; border-block-end: 2px solid transparent; padding-block: .2rem; }
.m-nav a:hover { border-block-end-color: var(--orange); }
.m-nav a.cta { background: var(--orange); color: var(--ink); border: 0; border-radius: .3rem; padding: .55rem 1.1rem; }
.m-nav a.cta:hover { background: #F9A04C; }
.m-nav-t, .m-burger { display: none; }
@media (max-width: 820px) {
.mast-logo img { width: 180px; height: 52px; }
.m-burger { display: flex; flex-direction: column; gap: 5px; margin-left: auto; padding: .8rem .4rem; cursor: pointer; }
.m-burger span { width: 26px; height: 3px; background: #fff; border-radius: 2px; }
.m-nav { display: none; position: absolute; inset-inline: 0; top: 100%; background: var(--ocean-deep); flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 0 1rem; }
.m-nav a { padding: .8rem 1.4rem; border-block-end: 1px solid rgb(255 255 255 / .12); }
.m-nav a.cta { margin: .8rem 1.4rem 0; text-align: center; }
.m-nav-t:checked ~ .m-nav { display: flex; }
}
.hero { background: var(--ocean-deep) url("/assets/img/site/banner-home.webp") center / cover no-repeat; color: #fff; }
.hero-scrim { background: linear-gradient(100deg, rgb(8 57 92 / .92) 0%, rgb(8 57 92 / .72) 55%, rgb(8 57 92 / .35) 100%); }
.hero-inner { padding-block: clamp(3.5rem, 9vw, 7rem); max-width: 40rem; }
.hero .kicker { font-family: var(--slab); font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--ice); font-size: .95rem; margin: 0 0 .6rem; }
.hero h1 { color: #fff; margin: 0 0 .8rem; }
.hero p { font-size: 1.15rem; margin: 0 0 1.6rem; color: #E8F2F8; }
.btn { display: inline-block; font-weight: 700; text-decoration: none; border-radius: .3rem; padding: .8rem 1.6rem; }
.btn-orange { background: var(--orange); color: var(--ink); }
.btn-orange:hover { background: #F9A04C; }
.btn-line { border: 2px solid var(--ice); color: var(--ice); }
.btn-line:hover { background: rgb(224 251 252 / .12); }
.band { padding-block: clamp(2.6rem, 6vw, 4.5rem); }
.band-mist { background: var(--mist); }
.band-ice { background: var(--ice); }
.band-ocean { background: var(--ocean); color: #E8F2F8; }
.band-ocean h2, .band-ocean h3 { color: #fff; }
.lede { font-size: 1.15rem; max-width: 46rem; }
.trio { display: grid; gap: 1.6rem; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); margin-block-start: 1.8rem; }
.tile { background: #fff; border-block-start: 4px solid var(--coral); border-radius: .35rem; box-shadow: 0 3px 14px rgb(41 50 65 / .08); padding: 1.4rem 1.5rem; }
.tile h3, .tile h4 { margin-block-start: 0; }
.band-ocean .tile { background: var(--ocean-deep); border-block-start-color: var(--orange); color: #E8F2F8; box-shadow: none; }
.band-ocean .tile h4 { color: #fff; }
.split { display: grid; gap: 2.4rem; align-items: center; }
@media (min-width: 780px) { .split { grid-template-columns: 1fr 1fr; } .split.flip > figure { order: 2; } }
.split figure { margin: 0; }
.split img { border-radius: .4rem; box-shadow: 0 8px 26px rgb(8 57 92 / .18); }
.post-rows { display: grid; gap: 1.4rem; margin-block-start: 1.8rem; }
.post-row { display: grid; grid-template-columns: 220px 1fr; gap: 1.3rem; background: #fff; border: 1px solid var(--line); border-radius: .4rem; overflow: hidden; }
.post-row img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/10; }
.post-row .pr-body { padding: 1.1rem 1.3rem 1.1rem 0; display: flex; flex-direction: column; gap: .4rem; }
.post-row h3 { margin: 0; font-size: 1.15rem; }
.post-row h3 a { color: var(--ink); text-decoration: none; }
.post-row h3 a:hover { color: var(--ocean); text-decoration: underline; }
.pr-meta { font-size: .82rem; color: #5A6678; display: flex; gap: .7rem; align-items: center; }
.pr-cat { background: var(--ice); color: var(--ocean-deep); font-weight: 700; border-radius: 1rem; padding: .1rem .7rem; text-decoration: none; }
.pr-more { margin-top: auto; font-weight: 700; }
@media (max-width: 640px) { .post-row { grid-template-columns: 1fr; } .post-row .pr-body { padding: 0 1.2rem 1.2rem; } }
.pager { display: flex; justify-content: space-between; align-items: center; margin-block-start: 2.2rem; font-weight: 700; }
.pager span { color: #5A6678; font-weight: 400; }
.article-head { background: var(--ocean); color: #E8F2F8; padding-block: clamp(2.2rem, 5vw, 3.6rem); }
.article-head h1 { color: #fff; max-width: 48rem; margin: 0 0 .7rem; }
.article-head .pr-meta { color: #BFD6E6; }
.article-head .pr-cat { background: rgb(224 251 252 / .16); color: var(--ice); }
.article { max-width: 46rem; margin-inline: auto; padding-block: 2.6rem; }
.article img { border-radius: .4rem; margin-block: .6rem; }
.article h2 { margin-block-start: 2.2rem; }
.article .cols { display: grid; gap: 1.6rem; }
@media (min-width: 720px) { .article .cols { grid-template-columns: 1fr 1fr; align-items: center; } }
.article table { border-collapse: collapse; width: 100%; overflow-x: auto; display: block; }
.article td, .article th { border: 1px solid var(--line); padding: .55rem .8rem; text-align: left; }
.article blockquote { border-inline-start: 4px solid var(--coral); margin-inline: 0; padding-inline-start: 1.2rem; color: #47536A; }
.ask { background: var(--ice); border-radius: .5rem; padding: 1.5rem 1.7rem; margin-block-start: 2.6rem; }
.ask p { margin: .2rem 0 .8rem; }
.ask-chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.ask-chips a { background: #fff; border: 1.5px solid var(--ocean); color: var(--ocean-deep); border-radius: 2rem; padding: .4rem 1rem; font-weight: 700; font-size: .92rem; text-decoration: none; }
.ask-chips a:hover { background: var(--ocean); color: #fff; }
.enquiry { background: var(--ocean-deep); padding-block: clamp(2.6rem, 6vw, 4.5rem); }
.enquiry h2 { color: #fff; }
.enquiry > .wrap > p { color: #CFE2EE; max-width: 44rem; }
.eq-form { background: #fff; border-radius: .5rem; padding: 1.8rem; margin-block-start: 1.6rem; display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.eq-form label { font-weight: 700; font-size: .9rem; display: block; margin-block-end: .3rem; }
.eq-form input, .eq-form select, .eq-form textarea { width: 100%; border: 1.5px solid var(--line); border-radius: .3rem; padding: .65rem .8rem; font: inherit; background: var(--mist); }
.eq-form input:focus, .eq-form select:focus, .eq-form textarea:focus { outline: 2px solid var(--ocean); background: #fff; }
.eq-form ::placeholder { color: rgb(41 50 65 / .35); }
.eq-form textarea { min-height: 7rem; }
.eq-wide { grid-column: 1 / -1; }
.eq-form button { grid-column: 1 / -1; justify-self: start; border: 0; cursor: pointer; font-size: 1.05rem; }
.eq-note { grid-column: 1 / -1; background: var(--ice); border-radius: .3rem; padding: .8rem 1rem; font-weight: 700; }
.eq-note.err { background: #FBE3DC; color: #7C2D12; }
@media (max-width: 640px) { .eq-form { grid-template-columns: 1fr; } }
.foot { background: var(--ink); color: #C9D2DE; }
.foot a { color: var(--ice); text-decoration: none; }
.foot a:hover { text-decoration: underline; }
.foot-grid { display: grid; gap: 2rem; padding-block: 2.6rem 1.6rem; grid-template-columns: 2fr 1fr 1fr; }
.foot-grid img { width: 200px; height: 58px; object-fit: contain; }
.foot h4 { color: #fff; margin: 0 0 .7rem; font-size: 1rem; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.foot-base { border-block-start: 1px solid rgb(255 255 255 / .14); padding-block: 1rem; font-size: .85rem; }
@media (max-width: 720px) { .foot-grid { grid-template-columns: 1fr; } }
.plain { padding-block: clamp(3rem, 8vw, 6rem); text-align: center; }
.plain h1 { margin-block-end: .6rem; }