/* Self-hosted so there is no third-party request and no flash of fallback type. */
@font-face{font-family:"Archivo";src:url("../fonts/archivo-var.woff2") format("woff2-variations");
  font-weight:400 800;font-stretch:62% 125%;font-style:normal;font-display:swap;}
@font-face{font-family:"IBM Plex Sans";src:url("../fonts/plex-sans-400.woff2") format("woff2");font-weight:400;font-display:swap;}
@font-face{font-family:"IBM Plex Sans";src:url("../fonts/plex-sans-500.woff2") format("woff2");font-weight:500;font-display:swap;}
@font-face{font-family:"IBM Plex Sans";src:url("../fonts/plex-sans-600.woff2") format("woff2");font-weight:600;font-display:swap;}
@font-face{font-family:"IBM Plex Mono";src:url("../fonts/plex-mono-400.woff2") format("woff2");font-weight:400;font-display:swap;}
@font-face{font-family:"IBM Plex Mono";src:url("../fonts/plex-mono-500.woff2") format("woff2");font-weight:500;font-display:swap;}

/* ==========================================================================
   Trident Marine Detailing
   Palette is drawn from the product itself: bright gelcoat white, cool hull
   mist, deep night-harbour navy, and the gold lifted out of the logo.
   ========================================================================== */

:root {
  --white:      #ffffff;
  --mist:       #eef3f6;
  --mist-deep:  #dde7ed;
  --slate:      #47606f;
  --navy:       #0b1b2b;
  --navy-2:     #12293e;
  --navy-3:     #1c3b55;
  --gold:       #b3811f;
  --gold-mid:   #c9a34a;
  --gold-lt:    #e3be6a;
  --gold-face:  linear-gradient(160deg, #e8ca84 0%, #c39a3e 42%, #a97c1c 68%, #dcb96c 100%);

  --ff-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --ff-body:    "IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --ff-mono:    "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --shell:   1200px;
  --gutter:  clamp(1.15rem, 4vw, 2.75rem);
  --sect:    clamp(4rem, 8vw, 7rem);
  --radius:  3px;

  --shadow-sm: 0 1px 2px rgba(11, 27, 43, .07), 0 2px 8px rgba(11, 27, 43, .05);
  --shadow-md: 0 2px 6px rgba(11, 27, 43, .07), 0 14px 34px rgba(11, 27, 43, .10);
  --shadow-lg: 0 4px 12px rgba(11, 27, 43, .09), 0 28px 60px rgba(11, 27, 43, .16);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important; animation-iteration-count: 1 !important;
    transition-duration: .001ms !important; scroll-behavior: auto !important;
  }
}
body {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--navy);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--gold-mid);
  outline-offset: 3px;
  border-radius: 2px;
}

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--navy); color: #fff; padding: .85rem 1.25rem;
  font-family: var(--ff-mono); font-size: .8rem; letter-spacing: .08em;
}
.skip:focus { left: .5rem; top: .5rem; }

/* ---------- type ---------- */
h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-stretch: 112%;
  line-height: 1.1;
  letter-spacing: -0.012em;
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 5.6vw, 4.15rem); }
h2 { font-size: clamp(1.85rem, 3.9vw, 2.9rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); letter-spacing: 0; }
p  { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

/* the eyebrow is set in the mono face on purpose: it echoes the labelling on
   marine instruments, and keeps the display face reserved for headlines */
.eyebrow {
  font-family: var(--ff-mono);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--gold-mid); flex: none;
}
.eyebrow.is-light { color: var(--gold-lt); }
.eyebrow.is-light::before { background: var(--gold-lt); }
.eyebrow.is-centred { justify-content: center; }

.lede { font-size: clamp(1.06rem, 1.5vw, 1.2rem); color: var(--slate); max-width: 60ch; }
.on-dark .lede, .lede.is-light { color: #b6c6d3; }

/* ---------- layout ---------- */
.shell { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter); }
.shell--narrow { max-width: 860px; }
.section { padding-block: var(--sect); }
.section--mist { background: var(--mist); }
.section--navy { background: var(--navy); color: #dbe5ec; }
.section--navy h2, .section--navy h3 { color: #fff; }
.sect-head { max-width: 62ch; margin-bottom: clamp(2.25rem, 4vw, 3.25rem); }
.sect-head--centred { margin-inline: auto; text-align: center; }
.sect-head--centred .eyebrow { justify-content: center; }

/* the gold hairline wave repeats the swoosh under the trident in the mark.
   Used only as a section joint, never as decoration inside content. */
.wave-rule { display: block; width: 100%; height: 22px; color: var(--gold-mid); }

/* ---------- buttons ---------- */
.btn {
  --btn-bg: var(--navy);
  --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .95rem 1.7rem;
  background: var(--btn-bg); color: var(--btn-fg);
  font-family: var(--ff-display);
  font-weight: 600; font-stretch: 108%;
  font-size: .93rem; letter-spacing: .07em; text-transform: uppercase;
  text-decoration: none; border: 1px solid var(--btn-bg); border-radius: var(--radius);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn--gold { --btn-bg: transparent; --btn-fg: var(--navy); border: none; background: var(--gold-face); }
.btn--gold:hover { color: var(--navy); }
.btn--ghost { --btn-bg: transparent; --btn-fg: var(--navy); border-color: rgba(11,27,43,.28); }
.btn--ghost:hover { --btn-bg: var(--navy); --btn-fg: #fff; }
.btn--ghost-light { --btn-bg: transparent; --btn-fg: #fff; border-color: rgba(255,255,255,.42); }
.btn--ghost-light:hover { --btn-bg: #fff; --btn-fg: var(--navy); }
.btn--wide { width: 100%; }

/* ---------- top utility bar ---------- */
.utility {
  background: var(--navy);
  color: #c4d3de;
  font-family: var(--ff-mono);
  font-size: .74rem;
  letter-spacing: .07em;
}
.utility .shell {
  display: flex; flex-wrap: wrap; gap: .3rem 1.5rem;
  align-items: center; justify-content: center;
  min-height: 40px; padding-block: .5rem; text-align: center;
}
.utility a { color: var(--gold-lt); text-decoration: none; font-weight: 500; }
.utility a:hover { text-decoration: underline; }
.utility .dot { color: #3f5a70; }
@media (max-width: 620px) {
  .utility .dot { display: none; }
  .utility .shell > span:last-child { display: none; }
}

/* ---------- masthead ---------- */
.masthead {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--mist-deep);
}
.masthead .shell {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 82px;
}
.brand { display: flex; align-items: center; text-decoration: none; flex: none; }
.brand img { width: auto; height: 42px; }
@media (max-width: 480px) { .brand img { height: 34px; } }

.nav { display: flex; align-items: center; gap: .35rem; }
.nav a, .nav .dropbtn {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .6rem .85rem;
  font-family: var(--ff-display); font-weight: 600; font-stretch: 106%;
  font-size: .84rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--navy); text-decoration: none;
  background: none; border: 0; cursor: pointer; border-radius: var(--radius);
  transition: color .16s ease;
}
.nav a:hover, .nav .dropbtn:hover { color: var(--gold); }
.nav a[aria-current="page"] { color: var(--gold); }
.nav .tel {
  margin-left: .5rem; padding: .7rem 1.25rem;
  background: var(--navy); color: #fff; letter-spacing: .06em;
}
.nav .tel:hover { background: var(--navy-3); color: #fff; }

.drop { position: relative; }
.drop-panel {
  position: absolute; top: calc(100% + 10px); left: 50%; translate: -50% 0;
  min-width: 268px; padding: .5rem;
  background: #fff; border: 1px solid var(--mist-deep); border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: none;
}
.drop-panel.is-open { display: block; }
.drop-panel a {
  display: block; width: 100%; padding: .72rem .9rem;
  font-size: .82rem; letter-spacing: .07em;
}
.drop-panel a:hover { background: var(--mist); }
.drop .caret { transition: rotate .18s ease; }
.dropbtn[aria-expanded="true"] .caret { rotate: 180deg; }

.burger {
  display: none; width: 46px; height: 46px; align-items: center; justify-content: center;
  background: none; border: 1px solid var(--mist-deep); border-radius: var(--radius); cursor: pointer;
}
.burger span { display: block; width: 20px; height: 2px; background: var(--navy); position: relative; }
.burger span::before, .burger span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--navy);
}
.burger span::before { top: -6px; } .burger span::after { top: 6px; }

@media (max-width: 940px) {
  /* backdrop-filter creates a containing block, which would trap the fixed
     nav inside the masthead instead of letting it cover the viewport */
  .masthead { backdrop-filter: none; background: #fff; }
  .burger { display: inline-flex; }
  .nav {
    position: fixed; inset: 0 0 auto; top: 0; z-index: 80;
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 5.5rem 1.25rem 2rem;
    background: #fff; height: 100dvh; overflow-y: auto;
    translate: 100% 0; transition: translate .28s ease;
  }
  .nav.is-open { translate: 0 0; }
  .nav a, .nav .dropbtn { padding: 1rem .4rem; font-size: 1rem; border-bottom: 1px solid var(--mist); }
  .nav .dropbtn { width: 100%; justify-content: space-between; }
  .drop, .drop-panel { position: static; }
  .drop-panel {
    translate: none; min-width: 0; border: 0; box-shadow: none;
    padding: 0 0 .5rem .9rem; border-left: 2px solid var(--gold-mid); margin: .25rem 0 .5rem;
  }
  .drop-panel a { border-bottom: 0; padding: .7rem .4rem; font-size: .95rem; }
  .nav .tel { margin: 1.25rem 0 0; justify-content: center; border-bottom: 0; }
  .nav-close {
    position: absolute; top: 1.15rem; right: 1.15rem;
    width: 46px; height: 46px; background: none; border: 1px solid var(--mist-deep);
    border-radius: var(--radius); cursor: pointer; font-size: 1.35rem; line-height: 1;
  }
}
@media (min-width: 941px) { .nav-close { display: none; } }
body.nav-locked { overflow: hidden; }

/* ---------- hero ---------- */
.hero { position: relative; padding-block: clamp(3rem, 6vw, 5.25rem) clamp(3.5rem, 7vw, 6rem); background: var(--white); }
.hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 46%;
  background: linear-gradient(180deg, transparent, var(--mist)); z-index: 0;
}
.hero .shell { position: relative; z-index: 1; }
.hero-grid {
  display: grid; gap: clamp(2.5rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  align-items: center;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 .accent {
  background: var(--gold-face); -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-note {
  margin-top: 1.5rem; font-family: var(--ff-mono); font-size: .76rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--slate);
}

/* ---------- signature: the gloss sweep ---------- */
/* The whole trade is about gloss, so the one bold move on the page is a
   specular highlight travelling across the gold, the way light runs along a
   freshly waxed hull. It is slow, it happens once in a while, and it is the
   only animated thing here. */
.hero h1 .accent {
  background: linear-gradient(100deg,
      #c39a3e 0%, #c39a3e 34%, #f7e6b6 46%, #ffffff 50%,
      #f7e6b6 54%, #a97c1c 66%, #c39a3e 100%);
  background-size: 320% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  animation: sweep 7.5s cubic-bezier(.5,0,.2,1) 1.1s infinite;
}
@keyframes sweep {
  0%   { background-position: 118% 0; }
  22%  { background-position: -18% 0; }
  100% { background-position: -18% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero h1 .accent { animation: none; background-position: 50% 0; }
}

.hero-shot { margin: 0; position: relative; }
.hero-shot img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
}
.hero-shot figcaption {
  margin-top: .9rem; font-family: var(--ff-mono); font-size: .72rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--slate); text-align: center;
}

/* ---------- trust strip ---------- */
.strip { background: var(--navy); color: #cddae4; }
.strip ul {
  list-style: none; margin: 0; padding-block: 1.15rem;
  display: flex; flex-wrap: wrap; gap: .7rem clamp(1.25rem, 4vw, 3rem); justify-content: center;
}
.strip li {
  display: flex; align-items: center; gap: .55rem;
  font-family: var(--ff-mono); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase;
}
.strip li::before { content: "\002713"; color: var(--gold-lt); font-size: .95rem; }

/* ---------- service cards ---------- */
.cards { display: grid; gap: 1.35rem; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); }
.card {
  display: flex; flex-direction: column;
  padding: 2rem 1.75rem 1.75rem;
  background: #fff; border: 1px solid var(--mist-deep); border-radius: var(--radius);
  text-decoration: none; color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold-mid); }
.card .card-kicker {
  font-family: var(--ff-mono); font-size: .68rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); margin-bottom: .9rem;
}
.card h3 { margin-bottom: .75rem; }
.card ul { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.card li {
  position: relative; padding-left: 1.1rem; margin-bottom: .38rem;
  font-size: .94rem; color: var(--slate); line-height: 1.5;
}
.card li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 5px; height: 5px; background: var(--gold-mid); rotate: 45deg;
}
.card .card-go {
  margin-top: auto; display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--ff-display); font-weight: 600; font-size: .82rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--navy);
}
.card:hover .card-go { color: var(--gold); }
.card .card-go span { transition: translate .18s ease; }
.card:hover .card-go span { translate: 4px 0; }

/* ---------- value list ---------- */
.values { display: grid; gap: 2rem clamp(2rem, 5vw, 4rem); grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }
@media (min-width: 1100px) { .values { grid-template-columns: 1fr 1fr; } }
.value { padding-top: 1.4rem; border-top: 1px solid rgba(227,190,106,.35); }
.value h3 { font-size: 1.18rem; margin-bottom: .5rem; }
.value p { font-size: .97rem; color: #b6c6d3; margin: 0; }

/* ---------- work / gallery ---------- */
.work { display: grid; gap: clamp(1.5rem, 3vw, 2.25rem); grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.work figure { margin: 0; }
.work .pair { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.work .pair div { position: relative; }
.work .pair img { aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }
.work .pair span {
  position: absolute; left: .55rem; bottom: .55rem;
  font-family: var(--ff-mono); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase;
  padding: .3rem .55rem; border-radius: 2px; background: rgba(11,27,43,.8); color: #fff;
}
.work .pair div:last-child span { background: rgba(227,190,106,.94); color: var(--navy); }
.work figcaption { margin-top: .9rem; font-size: .95rem; color: var(--slate); }
.work figcaption strong { display: block; color: var(--navy); font-family: var(--ff-display); font-stretch: 108%; }

/* ---------- steps ---------- */
/* Numbered because the order genuinely matters: each stage has to happen
   before the next one will hold. */
.steps { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); counter-reset: s; }
.step { counter-increment: s; padding-top: 1.25rem; border-top: 2px solid var(--mist-deep); }
.step::before {
  content: counter(s, decimal-leading-zero);
  display: block; font-family: var(--ff-mono); font-size: .78rem; letter-spacing: .18em;
  color: var(--gold); margin-bottom: .7rem;
}
.step h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.step p { font-size: .95rem; color: var(--slate); margin: 0; }

/* ---------- faq ---------- */
.faq { max-width: 860px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--mist-deep); }
.faq summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1.25rem;
  padding: 1.35rem .25rem; cursor: pointer; list-style: none;
  font-family: var(--ff-display); font-weight: 600; font-stretch: 108%;
  font-size: 1.03rem; line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; flex: none; font-family: var(--ff-mono); font-size: 1.3rem;
  line-height: 1; color: var(--gold); transition: rotate .2s ease;
}
.faq details[open] summary::after { rotate: 45deg; }
.faq .faq-body { padding: 0 .25rem 1.5rem; color: var(--slate); font-size: .99rem; max-width: 72ch; }

/* ---------- area ---------- */
.area-grid { display: grid; gap: clamp(1.75rem, 4vw, 3rem); grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.area-card { padding: 1.9rem 1.75rem; background: var(--navy-2); border-radius: var(--radius); border: 1px solid rgba(227,190,106,.22); }
.area-card h3 { font-size: 1.12rem; margin-bottom: .7rem; }
.area-card p { font-size: .96rem; color: #b6c6d3; margin: 0; }
.towns { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.5rem; padding: 0; list-style: none; }
.towns li {
  font-family: var(--ff-mono); font-size: .72rem; letter-spacing: .08em;
  padding: .4rem .7rem; border: 1px solid rgba(227,190,106,.3); border-radius: 2px; color: #cddae4;
}

/* ---------- contact + form ---------- */
.contact-grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); align-items: start; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-list { list-style: none; margin: 0 0 2rem; padding: 0; }
.contact-list li { padding: 1.1rem 0; border-bottom: 1px solid var(--mist-deep); }
.contact-list .k {
  display: block; font-family: var(--ff-mono); font-size: .7rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold); margin-bottom: .3rem;
}
.contact-list .v { font-family: var(--ff-display); font-weight: 600; font-stretch: 108%; font-size: 1.12rem; text-decoration: none; }
.contact-list a.v:hover { color: var(--gold); }

.form-wrap { padding: clamp(1.6rem, 3.5vw, 2.5rem); background: #fff; border: 1px solid var(--mist-deep); border-radius: var(--radius); box-shadow: var(--shadow-md); }
.section--mist .form-wrap { border-color: var(--mist-deep); }
.field { margin-bottom: 1.1rem; }
.row2 { display: grid; gap: 1.1rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 520px) { .row2 { grid-template-columns: 1fr; } }
label {
  display: block; margin-bottom: .42rem;
  font-family: var(--ff-mono); font-size: .71rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--slate);
}
label .req { color: var(--gold); }
.row2 label { min-height: 1.5em; }
input, select, textarea {
  width: 100%; padding: .82rem .9rem;
  font-family: var(--ff-body); font-size: 1rem; color: var(--navy);
  background: var(--white); border: 1px solid #c6d4dd; border-radius: var(--radius);
  transition: border-color .16s ease, box-shadow .16s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--gold-mid); box-shadow: 0 0 0 3px rgba(201,163,74,.2);
}
textarea { resize: vertical; min-height: 128px; }
.form-foot {
  margin-top: 1rem; font-family: var(--ff-mono); font-size: .69rem;
  letter-spacing: .06em; color: var(--slate); text-align: center; line-height: 1.6;
}
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-status { margin-top: 1rem; font-size: .93rem; display: none; padding: .85rem 1rem; border-radius: var(--radius); }
.form-status.is-ok  { display: block; background: #eaf5ee; color: #1c5c33; border: 1px solid #b9dcc6; }
.form-status.is-err { display: block; background: #fdeceb; color: #8c2b23; border: 1px solid #f2c4c0; }

/* ---------- floating quote button ---------- */
.floater {
  position: fixed; right: clamp(.9rem, 2.5vw, 1.75rem); bottom: clamp(.9rem, 2.5vw, 1.75rem);
  z-index: 70; display: flex; align-items: stretch;
  border-radius: 999px; overflow: hidden; box-shadow: var(--shadow-lg);
  transition: translate .3s ease, opacity .3s ease;
}
.floater[hidden] { display: none; }
body.nav-locked .floater { opacity: 0; pointer-events: none; }
.floater.is-tucked { translate: 0 160%; opacity: 0; }
.floater .fl-go {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .95rem 1.35rem .95rem 1.5rem;
  background: var(--gold-face); color: var(--navy);
  font-family: var(--ff-display); font-weight: 700; font-stretch: 108%;
  font-size: .86rem; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; border: 0; cursor: pointer;
}
.floater .fl-x {
  width: 40px; background: var(--navy); color: #fff; border: 0; cursor: pointer;
  font-size: 1.05rem; line-height: 1; display: grid; place-items: center;
}
.floater .fl-x:hover { background: var(--navy-3); }
@media (max-width: 600px) {
  .floater { left: .75rem; right: .75rem; bottom: .75rem; }
  .floater .fl-go { flex: 1; justify-content: center; padding-inline: 1rem; }
}

/* ---------- footer ---------- */
.footer { background: var(--navy); color: #9fb3c2; padding-block: clamp(3rem, 6vw, 4.5rem) 0; font-size: .93rem; }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: minmax(0, 1.35fr) repeat(auto-fit, minmax(150px, 1fr)); }
.footer img { height: 52px; width: auto; margin-bottom: 1.25rem; }
.footer h4 {
  font-family: var(--ff-mono); font-size: .71rem; font-weight: 500; font-stretch: normal;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold-lt); margin-bottom: 1rem;
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: .55rem; }
.footer a { color: #cddae4; text-decoration: none; }
.footer a:hover { color: var(--gold-lt); }
.footer .tagline { max-width: 42ch; color: #93a8b8; }
.footer-base {
  margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-block: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between;
  font-family: var(--ff-mono); font-size: .71rem; letter-spacing: .07em; color: #7e93a3;
}

/* ---------- page hero for interior pages ---------- */
.page-hero { background: var(--navy); color: #cddae4; padding-block: clamp(3rem, 6vw, 4.75rem); }
.page-hero h1 { color: #fff; max-width: 18ch; }
.page-hero .lede { color: #b6c6d3; }
.crumb {
  font-family: var(--ff-mono); font-size: .71rem; letter-spacing: .13em;
  text-transform: uppercase; color: #7e93a3; margin-bottom: 1.5rem;
}
.crumb a { color: var(--gold-lt); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }
.crumb span { padding-inline: .5rem; }

/* ---------- service detail blocks ---------- */
.split { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: start; }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-list li { padding: 1.15rem 0; border-bottom: 1px solid var(--mist-deep); }
.menu-list h3 { font-size: 1.06rem; margin-bottom: .3rem; }
.menu-list p { font-size: .95rem; color: var(--slate); margin: 0; }
.callout {
  padding: 1.6rem 1.75rem; background: var(--mist); border-left: 3px solid var(--gold-mid);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.callout p { font-size: .98rem; color: var(--slate); }
.callout p:first-child { color: var(--navy); font-family: var(--ff-display); font-weight: 600; font-stretch: 108%; }
.section--mist .callout { background: #fff; }
