﻿/* Self-hosted Google Fonts (latin subsets) - generated by tools/fetch-fonts.mjs */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/inter-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/inter-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/inter-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/spectral-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/spectral-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Sternfast - design system
   Nautical-engineer premium: deep ink navy, brass accent, paper white.
   Single stylesheet, no frameworks. */

:root {
  --ink: #0b1f33;          /* deep navy - headers, footer */
  --ink-2: #16324f;        /* lighter navy - cards on dark */
  --paper: #fbfaf7;        /* warm off-white page ground */
  --card: #ffffff;
  --text: #1d2733;
  --text-soft: #4c5a68;
  --brass: #b98a2f;        /* brass accent - CTAs, highlights */
  --brass-deep: #966e1f;
  --line: #e4e0d6;
  --ok: #1e7a4f;
  --max-w: 1080px;
  --radius: 10px;
  --shadow: 0 1px 3px rgba(11, 31, 51, 0.08), 0 8px 24px rgba(11, 31, 51, 0.07);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-padding-top: 90px; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

body {
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Spectral", Georgia, "Times New Roman", serif;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2rem, 5vw, 3.1rem); font-weight: 600; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.1rem); font-weight: 600; margin-bottom: 0.6em; }
h3 { font-size: 1.2rem; font-weight: 600; }

p { margin-bottom: 1em; }
a { color: var(--brass-deep); }

.wrap { max-width: var(--max-w); margin: 0 auto; padding: 0 1.25rem; }

/* ---------- header ---------- */
.site-header {
  background: var(--ink);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 1px 0 rgba(255,255,255,0.08);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 64px;
}
.brand {
  font-family: "Spectral", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.brand .flag { color: var(--brass); }
.nav { display: flex; gap: 1.1rem; flex-wrap: wrap; align-items: center; }
.nav a {
  color: #d8e0e9;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}
.nav a:hover { color: #fff; }
.nav .cta {
  background: var(--brass);
  color: var(--ink);
  padding: 0.5rem 0.95rem;
  border-radius: 6px;
  font-weight: 600;
}
.nav .cta:hover { background: #cfa044; color: var(--ink); }

/* ---------- hero ---------- */
.hero {
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  color: #eef2f6;
  padding: 4.5rem 0 4rem;
}
.hero h1 { color: #fff; max-width: 17em; }
.hero .sub {
  font-size: 1.15rem;
  color: #c6d2dd;
  max-width: 38em;
  margin: 1.1rem 0 1.8rem;
}
.hero .promise {
  display: inline-block;
  border-left: 3px solid var(--brass);
  padding: 0.15rem 0 0.15rem 0.8rem;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 1.8rem;
}
.btn {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
}
.btn-primary { background: var(--brass); color: var(--ink); }
.btn-primary:hover { background: #cfa044; }
.btn-ghost { color: #e6ecf2; border: 1px solid #566b80; margin-left: 0.6rem; }
.btn-ghost:hover { border-color: #9fb1c1; color: #fff; }

.trust-bar {
  background: rgba(255,255,255,0.06);
  border-top: 1px solid rgba(255,255,255,0.09);
  margin-top: 3rem;
}
.trust-bar .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2.2rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  font-size: 0.92rem;
  color: #c6d2dd;
}
.trust-bar strong { color: #fff; font-weight: 600; }

/* ---------- sections ---------- */
section { padding: 3.5rem 0; }
.section-alt { background: #f2efe8; }
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brass-deep);
  margin-bottom: 0.5rem;
}
.lead { font-size: 1.1rem; color: var(--text-soft); max-width: 44em; }

/* ---------- cards / services ---------- */
.grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  margin-top: 2rem;
}
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.card h3 { margin-bottom: 0.5rem; }
.card p { color: var(--text-soft); font-size: 0.96rem; flex: 1; }
.card .price {
  font-family: "Spectral", Georgia, serif;
  font-size: 1.15rem;
  color: var(--ink);
  font-weight: 600;
  margin: 0.4rem 0 0.9rem;
}
.card .price small { color: var(--text-soft); font-weight: 400; font-size: 0.8rem; }
.card a.more { font-weight: 600; text-decoration: none; font-size: 0.95rem; }

/* ---------- why table ---------- */
.why-list { margin-top: 1.5rem; display: grid; gap: 1rem; }
.why-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 0.8rem;
  align-items: start;
}
.tick {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--ok);
  color: #fff;
  font-size: 0.8rem;
  display: flex; align-items: center; justify-content: center;
  margin-top: 3px;
}
.why-item strong { color: var(--ink); }
.why-item span { color: var(--text-soft); }

/* ---------- local band ---------- */
.local-band { background: var(--ink); color: #dfe6ed; }
.local-band h2 { color: #fff; }
.local-band .lead { color: #b9c6d2; }

/* ---------- footer ---------- */
.site-footer {
  background: #081627;
  color: #97a7b6;
  padding: 2.5rem 0 2rem;
  font-size: 0.88rem;
}
.site-footer .cols {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 1.8rem;
}
.site-footer h4 { color: #d5dde5; font-size: 0.95rem; margin-bottom: 0.6rem; }
.site-footer a { color: #b9c6d2; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer .legal {
  border-top: 1px solid rgba(255,255,255,0.09);
  padding-top: 1.2rem;
  font-size: 0.8rem;
  color: #6f8092;
}

/* ---------- inner pages ---------- */
.page-hero {
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  color: #eef2f6;
  padding: 3rem 0 2.5rem;
}
.page-hero h1 { color: #fff; font-size: clamp(1.7rem, 4vw, 2.5rem); max-width: 20em; }
.page-hero .sub { color: #c6d2dd; max-width: 42em; margin-top: 0.8rem; font-size: 1.08rem; }
.answer {
  background: rgba(255,255,255,0.07);
  border-left: 3px solid var(--brass);
  padding: 0.8rem 1rem;
  margin-top: 1.3rem;
  max-width: 46em;
  color: #eef2f6;
  border-radius: 0 6px 6px 0;
  font-size: 1rem;
}
.breadcrumbs { font-size: 0.82rem; color: #93a5b6; margin-bottom: 1rem; }
.breadcrumbs a { color: #b9c6d2; text-decoration: none; }

.prose { max-width: 46em; }
.prose h2 { margin-top: 2.2rem; }
.prose h3 { margin-top: 1.6rem; margin-bottom: 0.4rem; }
.prose ul, .prose ol { margin: 0 0 1.1em 1.4em; }
.prose li { margin-bottom: 0.45em; }
.prose code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 0.88em;
  background: #eee9dd;
  padding: 0.1em 0.35em;
  border-radius: 4px;
}
.prose blockquote {
  border-left: 3px solid var(--brass);
  padding-left: 1rem;
  color: var(--text-soft);
  margin: 1.2em 0;
}

.callout {
  background: #fdf6e6;
  border: 1px solid #ecd9a8;
  border-radius: var(--radius);
  padding: 1.1rem 1.3rem;
  margin: 1.5rem 0;
}
.callout strong { color: var(--brass-deep); }

table.data {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  font-size: 0.94rem;
  background: var(--card);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  overflow: hidden;
}
table.data th {
  background: var(--ink);
  color: #fff;
  text-align: left;
  padding: 0.7rem 0.9rem;
  font-weight: 600;
  font-size: 0.88rem;
}
table.data td { padding: 0.7rem 0.9rem; border-top: 1px solid var(--line); vertical-align: top; }
table.data tr.hl td { background: #fdf6e6; }
.table-scroll { overflow-x: auto; }

/* FAQ */
.faq details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.9rem 1.2rem;
  margin-bottom: 0.7rem;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  font-size: 1rem;
}
.faq details p { margin: 0.7rem 0 0; color: var(--text-soft); }

/* forms */
.form { max-width: 34em; display: grid; gap: 1rem; margin-top: 1.5rem; }
.form label { font-weight: 600; font-size: 0.92rem; color: var(--ink); display: block; margin-bottom: 0.3rem; }
.form input, .form select, .form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid #cfc9bb;
  border-radius: 7px;
  font: inherit;
  background: #fff;
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: 2px solid var(--brass);
  border-color: var(--brass);
}
.form .hint { font-size: 0.82rem; color: var(--text-soft); margin-top: 0.3rem; }
.form button {
  background: var(--brass);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 0.9rem 1.4rem;
  cursor: pointer;
}
.form button:hover { background: #cfa044; }
.form-status { font-weight: 600; }
.form-status.ok { color: var(--ok); }
.form-status.err { color: #a33; }

/* blog */
.post-meta { color: var(--text-soft); font-size: 0.88rem; margin-bottom: 1.5rem; }
.post-list { display: grid; gap: 1.2rem; margin-top: 2rem; }
.post-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  box-shadow: var(--shadow);
}
.post-card h3 { margin-bottom: 0.3rem; }
.post-card h3 a { text-decoration: none; color: var(--ink); }
.post-card .post-meta { margin-bottom: 0.5rem; }
.tag {
  display: inline-block;
  background: #eee9dd;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 600;
  border-radius: 99px;
  padding: 0.15rem 0.7rem;
  margin-right: 0.4rem;
}

@media (max-width: 640px) {
  .site-header { position: static; }
  .site-header .wrap { flex-direction: column; padding-top: 0.7rem; padding-bottom: 0.7rem; }
  .btn-ghost { margin-left: 0; margin-top: 0.6rem; }
  .hero { padding: 3rem 0 2.5rem; }
}
