:root {
--ink: #1E2A38;
--paper: #F8F5EF;
--paper-dim: #EDE8DE;
--sea: #2E8474;
--sea-deep: #1F6557;
--sea-hi: #6CC7B4;
--storm: #4E5C6B;
--rule: #DBD5C8;
--measure: 68ch;
--gap: 1.5rem;
color-scheme: light;
}
[hidden] { display: none !important; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
margin: 0; background: var(--paper); color: var(--ink);
font: 400 1.05rem/1.66 system-ui, -apple-system, "Segoe UI", sans-serif;
}
img { max-width: 100%; height: auto; }
a { color: var(--sea-deep); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
h1, h2, h3 { line-height: 1.17; margin: 0 0 .6rem; font-weight: 740; letter-spacing: -.01em; }
h1 { font-size: clamp(1.9rem, 4.4vw, 2.95rem); }
h2 { font-size: clamp(1.38rem, 2.5vw, 1.85rem); }
h3 { font-size: 1.13rem; font-weight: 700; }
p { margin: 0 0 1rem; max-width: var(--measure); }
.lede { font-size: 1.15rem; color: var(--storm); }
.shell { max-width: 72rem; margin: 0 auto; padding: 0 1.25rem; }
.narrow { max-width: 46rem; }
.section { padding: 3.5rem 0; }
.section--dim { background: var(--paper-dim); }
.section--ink { background: var(--ink); color: var(--paper); }
.section--ink a { color: var(--sea-hi); }
.section--ink a:hover { color: var(--paper); }
.section--ink .lede { color: #B5C0CB; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.site-header { background: var(--ink); border-bottom: 4px solid var(--sea); }
.site-header .shell { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: .95rem; padding-bottom: .95rem; }
.brand { color: var(--paper); text-decoration: none; font-weight: 750; font-size: 1.12rem; }
.brand em { font-style: normal; color: var(--sea-hi); }
.nav { display: flex; gap: 1.15rem; flex-wrap: wrap; }
.nav a { color: var(--paper); text-decoration: none; font-weight: 600; font-size: .95rem; }
.nav a:hover, .nav a[aria-current] { color: var(--sea-hi); }
.btn {
display: inline-block; padding: .8rem 1.5rem; font: 700 1rem/1 system-ui, sans-serif;
text-decoration: none; letter-spacing: .01em; border-radius: 8px;
border: 2px solid var(--sea-deep); background: var(--sea-deep); color: var(--paper); cursor: pointer;
}
.btn:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.btn--sea { background: var(--sea-hi); border-color: var(--sea-hi); color: var(--ink); }
.btn--sea:hover { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.section--ink .btn--outline { background: transparent; border-color: var(--paper); color: var(--paper); }
.section--ink .btn--outline:hover { background: var(--paper); color: var(--ink); }
.mesh-wrap { overflow-x: auto; margin-top: 2.2rem; border: 1px solid var(--rule); border-radius: 10px; }
table.mesh { border-collapse: collapse; width: 100%; min-width: 40rem; background: var(--paper); }
.mesh th, .mesh td { text-align: left; padding: .85rem 1rem; border-bottom: 1px solid var(--rule); vertical-align: top; }
.mesh thead th { background: var(--ink); color: var(--paper); font-weight: 700; }
.mesh tbody th { font-weight: 720; white-space: nowrap; }
.mesh td { color: var(--storm); font-size: .97rem; }
.mesh .coast { font-weight: 700; color: var(--sea-deep); }
.mesh thead .coast { color: var(--sea-hi); }
.mesh tbody tr:last-child th, .mesh tbody tr:last-child td { border-bottom: none; }
.service-list { list-style: none; padding: 0; border-top: 3px solid var(--ink); max-width: var(--measure); }
.service-list li { padding: 1rem 0 1rem 1.8rem; border-bottom: 1px solid var(--rule); position: relative; }
.service-list li::before { content: ""; position: absolute; left: 0; top: 1.4rem; width: .9rem; height: .9rem; background: radial-gradient(circle at 1.5px 1.5px, var(--sea) 1.2px, transparent 1.2px) 0 0 / 4.5px 4.5px; }
.section--ink .service-list { border-top-color: var(--paper); }
.section--ink .service-list li { border-bottom-color: #35455A; }
.partner { border: 1px solid var(--rule); border-left: 5px solid var(--sea); border-radius: 8px; background: var(--paper); padding: 1.3rem 1.4rem; max-width: 40rem; }
.partner p { margin: 0; color: var(--storm); }
.prose h2 { margin-top: 2rem; }
.prose ul { padding-left: 1.3rem; }
.prose li { margin-bottom: .4rem; }
.post-meta { font-size: .88rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--sea-deep); }
.areas { display: grid; gap: .6rem 1.2rem; padding: 0; list-style: none; grid-template-columns: 1fr; max-width: 40rem; }
@media (min-width: 560px) { .areas { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .areas { grid-template-columns: repeat(3, 1fr); } }
.areas li { padding-left: 1.4rem; position: relative; }
.areas li::before { content: ""; position: absolute; left: 0; top: .48rem; width: .85rem; height: .85rem; background: radial-gradient(circle at 1.5px 1.5px, var(--sea) 1.2px, transparent 1.2px) 0 0 / 4.5px 4.5px; }
.lead-form { margin-top: 1.5rem; }
.form-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) {
.form-grid { grid-template-columns: 1fr 1fr; }
.field--full, .form-actions, .form-status { grid-column: 1 / -1; }
}
.field label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: .3rem; }
.field input, .field textarea, .field select {
width: 100%; font: inherit; color: var(--ink); background: var(--paper);
border: 2px solid var(--storm); padding: .7rem .8rem; border-radius: 8px;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid var(--sea); outline-offset: 1px; }
.hp { position: absolute; left: -9999px; }
.form-status { font-weight: 700; }
::placeholder { color: var(--storm); opacity: .7; }
.site-footer { background: var(--ink); color: var(--paper); border-top: 4px solid var(--sea); padding: 2.6rem 0; }
.site-footer a { color: var(--sea-hi); }
.site-footer a:hover { color: var(--paper); }
.footer-grid { display: grid; gap: var(--gap); grid-template-columns: 1fr; }
@media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }
.footer-note { border-top: 1px solid #35455A; margin-top: 2rem; padding-top: 1.2rem; font-size: .85rem; color: #B5C0CB; }
a:focus-visible, .btn:focus-visible, button:focus-visible {
outline: 3px solid var(--sea-deep); outline-offset: 2px;
}
.section--ink a:focus-visible, .section--ink .btn:focus-visible { outline-color: var(--sea-hi); }
@media (prefers-reduced-motion: no-preference) {
a, .btn { transition: color .15s ease, background-color .15s ease, border-color .15s ease; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
a.btn, a.btn:hover { color: var(--paper); }
a.btn--sea, a.btn--sea:hover { color: var(--ink); }
.section--ink a.btn--outline { color: var(--paper); }
.section--ink a.btn--outline:hover { color: var(--ink); }