/* Sumu Logistics — sumulogistics.com
   Brand tokens from the Sumu Logistics Brand Guide v1.0 (June 2026).
   Headings: Nunito Sans (self-hosted). Body: Aptos where installed, otherwise the system sans. */

:root {
  --navy: #041E42;
  --navy-deep: #02132B;
  --red: #C8102E;
  --green: #043D42;
  --smoke: #F5F5F5;
  --carbon: #1F1F1F;
  --grey: #A7A9AA;
  --gold: #C8BCA9;
  --white: #FFFFFF;

  --font-head: "Nunito Sans", "Segoe UI", system-ui, sans-serif;
  --font-body: "Aptos", "Segoe UI", "Helvetica Neue", Arial, system-ui, sans-serif;

  --measure: 62ch;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --section: clamp(4rem, 10vw, 8rem);
  --nav-h: 4.25rem;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--carbon);
  background: var(--smoke);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 700; line-height: 1.1; margin: 0; color: var(--navy); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.5rem, 6.5vw, 4.75rem); }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); font-weight: 600; }
p { margin: 0 0 1.1em; max-width: var(--measure); }
p:last-child { margin-bottom: 0; }
strong { font-weight: 700; }

.wrap { width: min(100% - 2 * var(--gutter), 76rem); margin-inline: auto; }

/* The brand guide's own device: a short signal-red rule under a heading. The only red on most pages. */
.rule::after { content: ""; display: block; width: 3rem; height: 3px; background: var(--red); margin-top: 1rem; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy);
  color: var(--white);
  height: var(--nav-h);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.nav .wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 100%; gap: 1rem; }
.nav-logo { justify-self: start; }
.nav-client { justify-self: end; display: inline-flex; align-items: center; gap: .55rem; color: rgba(255,255,255,.62); font-family: var(--font-head); font-weight: 600; font-size: .85rem; white-space: nowrap; cursor: default; }
.nav-dot { width: .45rem; height: .45rem; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 3px rgba(200,16,46,.18); flex: none; }
.nav-logo img { height: 2rem; width: auto; }
.nav-links { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.25rem); list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--white); text-decoration: none; font-family: var(--font-head); font-weight: 600; font-size: .95rem; opacity: .85; padding: .25rem 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav-links a:hover, .nav-links a[aria-current="page"] { opacity: 1; border-bottom-color: var(--red); }
.nav-toggle { display: none; background: none; border: 0; color: var(--white); font: inherit; font-family: var(--font-head); font-weight: 600; padding: .5rem .25rem; cursor: pointer; }

@media (max-width: 56rem) {
  .nav .wrap { display: flex; }
  .nav-client { margin-left: auto; font-size: .85rem; order: 2; }
  .nav-toggle { display: inline-block; order: 3; }
  .nav-links {
    position: absolute; left: 0; right: 0; top: var(--nav-h);
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--navy-deep); padding: .5rem var(--gutter) 1rem;
    display: none;
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { display: block; padding: .8rem 0; font-size: 1.05rem; border-bottom: 1px solid rgba(255,255,255,.08); }
}

/* ---------- Hero, layered ----------
   Four layers, back to front: sky, sea (photo slot), fog, text. The photo slots take Peter's photographs;
   until then the layers are brand colour only. Layers move at different rates on scroll (assets/site.js). */
.hero {
  position: relative; overflow: hidden;
  background: var(--navy);
  color: var(--white);
  min-height: calc(100svh - var(--nav-h));
  display: grid; align-items: end;
  isolation: isolate;
}
.hero-layer { position: absolute; inset: -12% 0 0 0; will-change: transform; pointer-events: none; }
.hero-sky { background: linear-gradient(180deg, #0B2A5A 0%, var(--navy) 55%, var(--navy-deep) 100%); z-index: 0; }
.hero-sea {
  z-index: 1;
  background-size: cover; background-position: center 55%;
  /* placeholder until a photograph is assigned: a low horizon and darker water */
  background-image: linear-gradient(180deg, transparent 0 58%, rgba(255,255,255,.06) 58.2%, transparent 58.6%, rgba(2,19,43,.6) 62%, var(--navy-deep) 100%);
}
/* Peter's photographs, tinted navy so the fog keeps its texture and white text stays readable */
.hero-sea.photo { background-image: linear-gradient(180deg, rgba(4,30,66,.55) 0%, rgba(4,30,66,.62) 55%, rgba(2,19,43,.92) 100%), var(--photo); }
.hero-sea.photo-home { --photo: url(photos/home-beacon.jpg); background-position: center 62%; }
.hero-home { align-items: center; background: #3a3a3a; }
.hero-home .hero-sky { background: #3a3a3a; }
.hero-home .hero-sea.photo { background-image: var(--photo); }
/* Home: banks of fog drifting across the sea from right to left. Two seamless strips at different heights and speeds. */
.hero-home .hero-fog { opacity: 1; container-type: size; }
.hero-home .hero-fog::before, .hero-home .hero-fog::after { display: none; }
.fogbank {
  position: absolute; left: 0; pointer-events: none; will-change: transform;
  height: var(--h); width: calc(100cqw + 2 * var(--tw));
  --tw: calc(var(--h) * 5);
  background-repeat: repeat-x; background-size: var(--tw) var(--h);
  animation: fog-slide var(--dur) linear infinite;
}
.fogbank-far  { --h: 28cqh; --dur: 150s; top: 52%; opacity: .22; background-image: url(photos/fog-far.webp); }
.fogbank-near { --h: 40cqh; --dur: 90s;  top: 62%; opacity: .28; background-image: url(photos/fog-near.webp); }
@keyframes fog-slide { from { transform: translateX(0); } to { transform: translateX(calc(-1 * var(--tw))); } }
/* Pulsing glow on the beacon light. Placed with the same "cover" arithmetic as the photo (1536 x 1024, light at 764.5, 655; photo positioned center 62%). */
.hero-home .hero-sea { container-type: size; }
.beacon {
  --s: max(100cqw / 1536, 100cqh / 1024);
  position: absolute; width: 0; height: 0;
  left: calc((100cqw - 1536 * var(--s)) * .5 + 764.5 * var(--s));
  top: calc((100cqh - 1024 * var(--s)) * .62 + 655 * var(--s));
}
.beacon::before {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: calc(26 * var(--s)); height: calc(26 * var(--s)); min-width: 14px; min-height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(255,250,235,.55) 22%, rgba(255,250,235,.15) 50%, transparent 72%);
  transform: translate(-50%, -50%) scale(.6); opacity: .35;
  animation: beacon-pulse 3.2s ease-in-out infinite;
}
@keyframes beacon-pulse { 0%, 100% { opacity: .35; transform: translate(-50%, -50%) scale(.6); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); } }
.hero-home .hero-text h1, .hero-home .hero-lead { color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.hero-home .hero-text { text-align: center; padding-block: clamp(3rem, 8vh, 5rem) clamp(6rem, 22vh, 12rem); }
.hero-home .hero-text h1 { font-size: clamp(1.5rem, 3.3vw, 2.75rem); max-width: none; }
.hero-home .hero-lead { margin-inline: auto; }
@media (min-width: 640px) { .hero-home .hero-text h1 { white-space: nowrap; } }
.hero-sea.photo-chartering { --photo: url(photos/chartering-tanker.webp); background-position: 70% 70%; }
.hero-chartering .hero-sea.photo { background-image: var(--photo); }
.hero-chartering .hero-fog { display: none; }
.hero-chartering { align-items: center; }
.hero-chartering .hero-text { padding-block: clamp(2rem, 5vh, 3rem); }
.hero-chartering .hero-text .hero-lead { text-shadow: 0 1px 12px rgba(0,0,0,.35); }
.hero-sea.photo-advisory { --photo: url(photos/advisory-islands.webp); }
.hero-advisory { align-items: center; }
.hero-advisory .hero-sea.photo { background-image: linear-gradient(90deg, rgba(2,19,43,.58) 0%, rgba(2,19,43,.42) 34%, rgba(2,19,43,0) 62%), var(--photo); }
.hero-advisory .hero-lead { max-width: 44ch; }
@media (max-width: 40rem) { .hero-advisory .hero-sea.photo { background-image: linear-gradient(90deg, rgba(2,19,43,.45), rgba(2,19,43,.3)), var(--photo); } }
.hero-advisory .hero-fog { display: none; }
.hero.hero-advisory .hero-text { padding-block: clamp(2rem, 5vh, 3rem); }
.hero-advisory .hero-text h1, .hero-advisory .hero-text .hero-lead { text-shadow: 0 1px 14px rgba(0,0,0,.35); }
.hero-sea.photo-market-intelligence { --photo: url(photos/mi-archipelago.webp); background-position: center 62%; }
.hero-mi { align-items: center; }
.hero-mi .hero-sea.photo { background-image: linear-gradient(90deg, rgba(2,19,43,.58) 0%, rgba(2,19,43,.42) 34%, rgba(2,19,43,0) 62%), var(--photo); }
@media (max-width: 40rem) { .hero-mi .hero-sea.photo { background-image: linear-gradient(90deg, rgba(2,19,43,.5), rgba(2,19,43,.36)), var(--photo); } }
.hero-mi .hero-fog { display: none; }
.hero.hero-mi .hero-text { padding-block: clamp(2rem, 5vh, 3rem); }
.hero-mi .hero-text h1, .hero-mi .hero-text .hero-lead { text-shadow: 0 1px 14px rgba(0,0,0,.35); }
.hero-mi .hero-lead { max-width: 44ch; }
.hero-sea.photo-about { --photo: url(photos/about-pine.webp); background-position: center 72%; }
@media (max-width: 40rem) { .hero-sea.photo-about { background-position: 66% 80%; } }
.hero-sea.photo-contact { --photo: url(photos/contact-seal.webp); background-position: center 58%; }
.hero-contact { align-items: center; }
.hero-contact .hero-sea.photo { background-image: linear-gradient(90deg, rgba(2,19,43,.55) 0%, rgba(2,19,43,.35) 30%, rgba(2,19,43,0) 52%), var(--photo); }
@media (max-width: 40rem) { .hero-contact .hero-sea.photo { background-image: linear-gradient(90deg, rgba(2,19,43,.45), rgba(2,19,43,.2)), var(--photo); } .hero-contact { align-items: end; } .hero-sea.photo-contact { background-position: 50% 45%; } }
.hero-contact .hero-fog { display: none; }
.hero.hero-contact .hero-text { padding-block: clamp(2rem, 5vh, 3rem); }
.hero-contact .hero-text h1, .hero-contact .hero-text .hero-lead { text-shadow: 0 1px 14px rgba(0,0,0,.35); }
.hero-contact .hero-lead { max-width: 44ch; text-wrap: pretty; }
.hero-about { align-items: center; }
.hero-about .hero-sea.photo { background-image: linear-gradient(90deg, rgba(2,19,43,.62) 0%, rgba(2,19,43,.45) 36%, rgba(2,19,43,0) 64%), var(--photo); }
@media (max-width: 40rem) { .hero-about .hero-sea.photo { background-image: linear-gradient(90deg, rgba(2,19,43,.55), rgba(2,19,43,.42)), var(--photo); } }
.hero-about .hero-fog { display: none; }
.hero.hero-about .hero-text { padding-block: clamp(2rem, 5vh, 3rem); }
.hero-about .hero-text h1, .hero-about .hero-text .hero-lead { text-shadow: 0 1px 14px rgba(0,0,0,.35); }
.hero-about .hero-lead { max-width: 46ch; text-wrap: pretty; }
/* Drifting fog bands over the hero photo */
.hero-fog { z-index: 3; }
.hero-fog { opacity: .9; }
.hero-fog::before, .hero-fog::after {
  content: ""; position: absolute; left: -20%; right: -20%; height: 46%;
  background: linear-gradient(180deg, transparent, rgba(245,245,245,.10) 35%, rgba(245,245,245,.16) 50%, rgba(245,245,245,.08) 70%, transparent);
  filter: blur(28px);
}
.hero-fog::before { top: 30%; animation: fog-drift 60s linear infinite; }
.hero-fog::after { top: 48%; height: 40%; opacity: .7; animation: fog-drift 85s linear infinite reverse; }
@keyframes fog-drift { from { transform: translateX(-6%); } to { transform: translateX(6%); } }

.hero-text { position: relative; z-index: 3; padding: clamp(5rem, 14vh, 9rem) 0 clamp(3rem, 8vh, 5rem); }
.hero-text h1 { color: var(--white); max-width: 14ch; text-wrap: balance; }
.hero-text .rule::after { background: var(--red); }
.hero-lead { font-size: clamp(1.1rem, 1.6vw, 1.3rem); max-width: 48ch; margin-top: 1.5rem; color: rgba(255,255,255,.88); }
.hero-mark { width: min(28rem, 70vw); margin-bottom: 1.5rem; }
.hero-mark img { width: 100%; }
.hero.hero-short { min-height: 0; }
.hero.hero-short .hero-text { padding-top: clamp(3rem, 8vh, 5rem); }

/* ---------- Sections ---------- */
.section { padding: var(--section) 0; }
.section:not([hidden]) + .section { padding-top: 0; }
/* Chartering desk band: contact text centred on the left, the gold pine drawing on the right. */
.desk-band { background: var(--navy); color: var(--white); padding: clamp(2.25rem, 4.5vw, 3.25rem) 0; overflow: hidden; }
.desk-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem; align-items: center; }
@media (min-width: 56rem) { .desk-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.desk-text { text-align: center; max-width: 36rem; margin-inline: auto; }
.desk-kicker { margin: 0 0 1.5rem; font-family: var(--font-head); font-weight: 500; font-size: clamp(1.5rem, 2.6vw, 2.1rem); color: var(--gold); letter-spacing: -0.01em; }
.desk-text h2 { color: rgba(255,255,255,.9); font-weight: 500; font-size: clamp(1.4rem, 2.3vw, 1.85rem); margin: 0 0 1.4rem; }
.desk-text p { margin-inline: auto; }
.desk-text a { color: var(--white); text-decoration: none; }
.desk-text a:hover { text-decoration: underline; text-underline-offset: .25em; }
.desk-phone { margin: 0 0 .6rem; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; }
.desk-mail { margin: 0 0 1.4rem; font-size: 1rem; }
.desk-note { margin: 0; color: rgba(255,255,255,.85); font-size: .98rem; line-height: 1.65; max-width: 52ch; }
.desk-note strong { color: var(--white); }
.desk-art { justify-self: center; width: min(19rem, 70%); opacity: .55; }
.desk-art img { width: 100%; height: auto; display: block; }
@media (max-width: 55.99rem) { .desk-art { width: min(12rem, 50%); opacity: .45; } }
.broker-intro { padding-top: clamp(2.5rem, 5vw, 3.5rem); padding-bottom: clamp(2rem, 4vw, 3rem); }
.section-head { margin-bottom: clamp(1.75rem, 4vw, 3rem); }
.section-lead { font-size: 1.15rem; max-width: 56ch; }

.two-col { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2rem 4rem; }
@media (min-width: 60rem) { .two-col { grid-template-columns: minmax(0, 18rem) minmax(0, 1fr); align-items: start; } .two-col > .sticky { position: sticky; top: calc(var(--nav-h) + 2rem); } }

/* A list where each item opens with a short lead sentence. The lead is set in the heading face. */
/* Chartering segments: a quiet ruled list, name and short tag on the left, text on the right. */
.segments { list-style: none; margin: 0; padding: 0; border-bottom: 1px solid rgba(4,30,66,.22); }
.segment { display: grid; grid-template-columns: minmax(0, 1fr); gap: .9rem 3rem; padding: clamp(1.75rem, 4vw, 3rem) 0; border-top: 1px solid rgba(4,30,66,.22); }
@media (min-width: 48rem) { .segment { grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); padding-left: clamp(0rem, 4vw, 3.5rem); } }
.segment-name h3 { font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: var(--navy); margin: 0; }
.segment-tag { margin: .6rem 0 0; font-family: var(--font-head); font-weight: 500; font-size: 1.05rem; color: #A89C88; letter-spacing: .01em; }
.segment-text { margin: 0; max-width: 62ch; line-height: 1.65; }
.leads { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.5rem; max-width: var(--measure); }
.leads li { padding-top: 1.25rem; border-top: 1px solid var(--grey); }
.leads li:first-child { border-top: 0; padding-top: 0; }
.leads .lead { font-family: var(--font-head); font-weight: 600; color: var(--navy); font-size: 1.15rem; }

/* Three strands on the home page */
.strands { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1px; background: var(--grey); border: 1px solid var(--grey); }
.strand { background: var(--smoke); padding: 2rem 1.75rem 2.25rem; text-decoration: none; display: flex; flex-direction: column; gap: .75rem; transition: background .3s var(--ease); }
.strand:hover { background: var(--white); }
.strand h2 { font-size: 1.5rem; }
.strand p { color: var(--carbon); }
.strand .go { margin-top: auto; font-family: var(--font-head); font-weight: 600; color: var(--red); font-size: .95rem; }

/* Statement band: navy, one big line. Used for the proof line and closing lines. */
.band { background: var(--navy); color: var(--white); padding: clamp(3.5rem, 9vw, 6.5rem) 0; }
.band .statement { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.6rem, 4vw, 3rem); line-height: 1.15; max-width: 22ch; color: var(--white); text-wrap: balance; margin: 0; }
.band .statement::before { content: ""; display: block; width: 3rem; height: 3px; background: var(--red); margin-bottom: 1.25rem; }
.band p:not(.statement) { color: rgba(255,255,255,.85); margin-top: 1.75rem; }
.band.band-green { background: var(--green); }
.band-wide .statement { max-width: 34ch; }
.band-wide p:not(.statement) { max-width: 90ch; }
/* A section set on the brand green, with room above and below it, and for the section that follows. */
.section.section-green { background: var(--green); color: var(--white); padding-bottom: clamp(3rem, 6vw, 4.5rem); }
.section:not([hidden]) + .section.section-green { padding-top: clamp(3rem, 6vw, 4.5rem); }
.section-green:not([hidden]) + .section:not([hidden]) { padding-top: var(--section); }
.section-green h2 { color: var(--white); }
.section-green .section-lead { color: rgba(255,255,255,.88); }
.snp { max-width: 44rem; }
.snp h3 { color: var(--white); font-family: var(--font-head); font-weight: 600; font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.3; margin: 0 0 .8rem; }
.snp p { margin: 0; color: rgba(255,255,255,.85); line-height: 1.6; }
.snp-scope { margin-top: 1.5rem !important; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.2); font-family: var(--font-head); font-weight: 600; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold) !important; }
.snp-scope span { margin: 0 .5em; }
.snp h4 { margin: 1.5rem 0 .3rem; font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--white); }
.snp-contact a { color: var(--white); text-decoration: none; white-space: nowrap; }
.snp-contact a:hover { text-decoration: underline; text-underline-offset: .25em; }
.snp-contact span { margin: 0 .5em; color: rgba(255,255,255,.5); }
/* Jump buttons to the headings further down the page. */
[id] { scroll-margin-top: calc(var(--nav-h) + 1rem); }
.jump { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 clamp(2.5rem, 5vw, 3.5rem); }
.jump a { font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--navy); text-decoration: none; padding: .55rem 1rem; border: 1px solid rgba(4,30,66,.28); background: transparent; transition: background .2s, color .2s, border-color .2s; }
.jump a:hover, .jump a:focus-visible { background: var(--navy); color: var(--white); border-color: var(--navy); }
/* Home band: text on the left, a quiet example readout on the right. Figures are illustrative and labelled so. */
.band-split { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem 5rem; align-items: center; }
@media (min-width: 60rem) { .band-split { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); } }
.band-split p:not(.statement) { max-width: 60ch; }
.band-split .statement::before, .band-under .statement::before { content: none; }
.band-split .statement::after, .band-under .statement::after { content: ""; display: block; width: 3rem; height: 3px; background: var(--red); margin-top: 1rem; }
.readout { margin: 0; padding: .25rem 0 .25rem 2rem; border-left: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.62); }
.readout figcaption { font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--red); padding-bottom: .9rem; border-bottom: 1px solid rgba(255,255,255,.10); }
.readout-frames { display: grid; }
.readout-frame { grid-area: 1 / 1; margin: 0; padding: 0; list-style: none; }
.readout-frame > li { padding: 1.1rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.readout-frame > li { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; }
.readout .rv { font-family: var(--font-head); font-weight: 500; font-size: clamp(1.6rem, 2.4vw, 2.1rem); line-height: 1.1; color: rgba(255,255,255,.72); font-variant-numeric: tabular-nums; letter-spacing: .01em; }
.readout .ru { font-family: var(--font-head); font-weight: 600; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.readout-frame:not(.is-active) { visibility: hidden; opacity: 0; }
.js .readout-frame { transition: opacity 1.6s ease, visibility 0s linear 1.6s; }
.js .readout-frame.is-active { transition: opacity 1.6s ease, visibility 0s; }

/* Quotes: the questions people call with. Set large, gold mark from the brand guide's quote block. */
.quotes { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(1.25rem, 3vw, 2rem); }
.quotes li { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.2rem, 2.2vw, 1.6rem); line-height: 1.3; color: var(--navy); max-width: 30ch; padding-left: 1.75rem; position: relative; }
.quotes li::before { content: "\201C"; position: absolute; left: 0; top: -.1em; font-size: 2em; line-height: 1; color: var(--gold); }
.on-navy .quotes li { color: var(--white); }

/* Stacking cards: chartering "What you get". On wide screens each card sticks under the nav and the next slides over it. */
.stack { display: grid; gap: 1.25rem; }
/* Home: "Where we add value". Heading and intro on the left, one quote at a time in a quiet card on the right. */
.value-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem 4rem; align-items: center; }
@media (min-width: 60rem) { .value-grid { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); } }
.value-intro .section-lead { margin-top: 1.75rem; max-width: 40ch; }
.qcard { background: var(--smoke); border: 1px solid #DCDDDE; padding: .6rem; }
.qcard-panel { background: var(--white); border: 1px solid #E4E5E6; padding: clamp(1.75rem, 4vw, 3.25rem) clamp(1.5rem, 4vw, 3rem); min-height: clamp(11rem, 20vw, 14rem); display: flex; align-items: center; }
.qcard-list { list-style: none; margin: 0; padding: 0; display: grid; width: 100%; }
.qcard-item { grid-area: 1 / 1; }
.qcard-item blockquote { margin: 0; }
.qcard-item p { margin: 0; font-family: var(--font-head); font-weight: 600; color: var(--navy); font-size: clamp(1.35rem, 2.3vw, 1.95rem); line-height: 1.28; letter-spacing: -0.01em; text-wrap: balance; max-width: 26ch; }
.qcard-foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem .6rem .3rem; }
.qcard-ticks { display: flex; gap: .4rem; }
.qcard-tick { appearance: none; background: none; border: 0; padding: .6rem 0; cursor: pointer; width: 2.25rem; }
.qcard-tick span { display: block; height: 2px; background: #CFD1D3; position: relative; overflow: hidden; }
.qcard-tick span::after { content: ""; position: absolute; inset: 0; background: var(--red); transform: scaleX(0); transform-origin: left; }
.qcard-tick span::after { transform: scaleX(var(--p, 0)); }
.qcard-tick[aria-current="true"] span::after { transform: scaleX(var(--p, 1)); }
.qcard-count { font-family: var(--font-head); font-weight: 600; font-size: .8rem; letter-spacing: .12em; color: #6B6E70; font-variant-numeric: tabular-nums; }
.no-js .qcard-item:not(:first-child), .no-js .qcard-foot { display: none; }
/* With JavaScript the quotes are typed into a question box, as a prompt; the plain list stays for screen readers. */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.js .qcard-list { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.qcard-panel { position: relative; }
.qcard-panel:focus-within { border-color: var(--navy); }
.qcard-ask { width: 100%; }
.qcard-field { position: relative; }
.qcard-ask textarea, .qcard-typed {
  font-family: var(--font-head); font-weight: 600; font-size: clamp(1.35rem, 2.3vw, 1.95rem); line-height: 1.28; letter-spacing: -0.01em;
  color: var(--navy); margin: 0; padding: 0 3.5rem 0 0; width: 100%;
}
.qcard-ask textarea { display: block; height: calc(1.28em * 4); border: 0; outline: none; background: transparent; resize: none; caret-color: var(--red); position: relative; z-index: 1; }
.qcard-typed { position: absolute; inset: 0; pointer-events: none; white-space: pre-wrap; transition: color .2s; }
.qcard.has-focus .qcard-typed { color: #A3A6A8; }
.qcard.has-text .qcard-typed { visibility: hidden; }
.qcard-caret { display: inline-block; width: 2px; height: .95em; margin-left: 2px; vertical-align: -0.1em; background: var(--red); animation: qcard-blink 1s steps(1) infinite; }
.qcard.has-focus .qcard-caret { display: none; }
@keyframes qcard-blink { 50% { opacity: 0; } }
.qcard-send { position: absolute; right: .9rem; bottom: .9rem; z-index: 2; width: 2.75rem; height: 2.75rem; border-radius: 50%; border: 0; background: var(--navy); color: var(--white); display: grid; place-items: center; cursor: pointer; transition: background .2s; }
.qcard-send:hover { background: var(--navy-deep); }
.qcard-send svg { margin-left: 2px; }

.card { background: var(--white); border-top: 3px solid var(--navy); padding: clamp(1.5rem, 3vw, 2.5rem); }
.card h3 { margin-bottom: .6rem; }
.card p { max-width: 58ch; }
@media (min-width: 60rem) and (prefers-reduced-motion: no-preference) {
  .stack { gap: 0; }
  .stack .card { position: sticky; top: calc(var(--nav-h) + 1.5rem); margin-bottom: 1.25rem; box-shadow: 0 -8px 24px rgba(4,30,66,.08); }
  .stack .card:nth-child(1) { top: calc(var(--nav-h) + 1.5rem); }
  .stack .card:nth-child(2) { top: calc(var(--nav-h) + 2.25rem); }
  .stack .card:nth-child(3) { top: calc(var(--nav-h) + 3rem); }
  .stack .card:nth-child(4) { top: calc(var(--nav-h) + 3.75rem); }
  .stack .card:nth-child(5) { top: calc(var(--nav-h) + 4.5rem); }
  .stack .card:last-child { margin-bottom: 0; }
}

/* Four words: how we work */
.words { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 2rem 3rem; list-style: none; margin: 0; padding: 0; }
.words li { border-top: 1px solid var(--grey); padding-top: 1rem; }
.section.section-white { background: var(--white); padding-top: var(--section); }
/* Numbered two-column list (Advisory, What we do). */
.section.advisory-what { padding-top: clamp(2.5rem, 5vw, 3.5rem); }
.numbered { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); border-bottom: 1px solid var(--grey); }
.numbered li { border-top: 1px solid var(--grey); padding: 2rem 0 2.25rem; }
.numbered .num { display: block; font-size: .85rem; letter-spacing: .12em; color: #8A8D8F; font-variant-numeric: tabular-nums; margin-bottom: 1.1rem; }
.numbered h3 { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.2rem, 1.9vw, 1.45rem); line-height: 1.25; color: var(--navy); margin: 0 0 .7rem; }
.numbered p { margin: 0; max-width: 46ch; line-height: 1.6; }
@media (min-width: 48rem) {
  .numbered { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .numbered li:nth-child(odd) { padding-right: 3rem; border-right: 1px solid var(--grey); }
  .numbered li:nth-child(even) { padding-left: 3rem; }
}
/* Advisory: "Where we come in", tabbed questions on navy. */
.tabs-band { background: var(--navy); color: var(--white); padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.tabs-band + .section:not([hidden]) { padding-top: var(--section); }
.tabs-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.25rem 5rem; align-items: start; }
@media (min-width: 60rem) { .tabs-grid { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); } }
.tabs-intro h2 { color: var(--white); }
.tabs-intro p { margin: 1.5rem 0 0; color: rgba(255,255,255,.78); max-width: 32ch; line-height: 1.6; }
.tabs { display: flex; gap: .25rem 1.75rem; border-bottom: 1px solid rgba(255,255,255,.18); overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
@media (max-width: 40rem) { .tabs { flex-wrap: wrap; overflow: visible; gap: 0 1.25rem; } }
.tabs [role="tab"] { appearance: none; background: none; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; padding: .7rem 0 .8rem; font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: rgba(255,255,255,.55); cursor: pointer; white-space: nowrap; transition: color .2s, border-color .2s; }
.tabs [role="tab"]:hover { color: rgba(255,255,255,.85); }
.tabs [role="tab"][aria-selected="true"] { color: var(--white); border-bottom-color: var(--red); }
.tabs [role="tab"]:focus-visible { outline: 2px solid var(--red); outline-offset: 2px; }
.tab-panels { display: grid; padding-top: clamp(2rem, 4vw, 2.75rem); }
.tab-panel { grid-area: 1 / 1; opacity: 0; visibility: hidden; transition: opacity .45s ease, visibility 0s linear .45s; }
.tab-panel.is-active { opacity: 1; visibility: visible; transition: opacity .45s ease .05s, visibility 0s; }
.tab-panel:focus-visible { outline: 1px solid rgba(255,255,255,.4); outline-offset: 8px; }
.tab-eyebrow { margin: 0 0 1.1rem; font-family: var(--font-head); font-weight: 600; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.tabs-band-green { background: var(--green); }
/* About: a single quote on white, with gold quotation marks. */
.sea-quote.section.section-white { padding: clamp(4rem, 9vw, 7rem) 0; }
.pull { margin: 0 auto; max-width: 46rem; text-align: center; }
.pull blockquote { margin: 0; }
.pull p { margin: 0 auto; font-family: var(--font-head); font-weight: 600; font-size: clamp(1.45rem, 2.7vw, 2.15rem); line-height: 1.3; letter-spacing: -0.01em; color: var(--navy); text-wrap: balance; max-width: 34ch; }
.pull .q { color: #B8A27A; font-weight: 700; }
.pull .q-open { display: block; font-size: 2.6em; line-height: .55; margin-bottom: .1em; }
.pull .q-close { margin-left: .04em; }
.pull::after { content: ""; display: block; width: 3rem; height: 3px; background: var(--red); margin: 2rem auto 0; }
.tab-quote { margin: 0; }
.tab-quote-text { margin: 0; font-family: var(--font-head); font-weight: 600; font-size: clamp(1.45rem, 2.5vw, 2.05rem); line-height: 1.25; letter-spacing: -0.01em; color: var(--white); max-width: 30ch; text-wrap: balance; }
.tab-quote p { margin: 0; font-family: var(--font-head); font-weight: 600; font-size: clamp(1.45rem, 2.5vw, 2.05rem); line-height: 1.25; letter-spacing: -0.01em; color: var(--white); max-width: 30ch; text-wrap: balance; }
.tab-text { margin: 1.4rem 0 0; color: rgba(255,255,255,.8); max-width: 56ch; line-height: 1.65; }
.tab-keys { margin: 1.75rem 0 0; font-family: var(--font-head); font-weight: 600; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.no-js .tabs { display: none; }
.no-js .tab-panels { gap: 2.5rem; }
.no-js .tab-panel { grid-area: auto; opacity: 1; visibility: visible; }
/* Legal pages */
.legal > * { max-width: 46rem; }
.legal h2 { font-size: 1.25rem; margin: 2.5rem 0 .75rem; color: var(--navy); }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { line-height: 1.7; }
.legal ul { padding-left: 1.2rem; margin: 0 0 1.1em; }
.legal li + li { margin-top: .5rem; }
.legal a { color: var(--navy); }
.work-cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 1.5rem; }
.work-cards li { border: 1px solid rgba(4,30,66,.22); padding: 2.25rem 1.5rem 2.5rem; text-align: center; }
.work-cards .word-icon { display: block; width: 4.25rem; height: 4.25rem; margin: 0 auto 2.25rem; }
.work-cards h3 { font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; color: var(--navy); margin: 0 0 .8rem; }
.work-cards p { margin: 0 auto; max-width: 24ch; line-height: 1.6; }
.words .lead { font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1.25rem; display: block; margin-bottom: .35rem; }

/* Claims: market intelligence */
/* Market intelligence: illustrative figures under "What we see". */
.figs { margin-top: clamp(2.5rem, 5vw, 3.5rem); padding-top: 1.25rem; border-top: 1px solid var(--navy); }
.figs-note { margin: 0 0 1.5rem; font-family: var(--font-head); font-weight: 600; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--red); }
.figs-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr)); gap: 1.75rem 2rem; }
.fig-num { display: block; font-family: var(--font-head); font-weight: 600; font-size: clamp(1.8rem, 2.8vw, 2.5rem); line-height: 1.05; color: var(--navy); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; white-space: nowrap; }
.fig-unit { font-size: .45em; font-weight: 600; letter-spacing: .08em; color: #5F6264; vertical-align: .55em; }
.fig-label { display: block; margin-top: .5rem; font-size: .9rem; line-height: 1.45; color: #5F6264; max-width: 22ch; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 2rem 3rem; }
.steps li { border-top: 1px solid var(--grey); padding-top: 1.5rem; }
.steps .num { display: block; font-size: .85rem; letter-spacing: .12em; color: #8A8D8F; font-variant-numeric: tabular-nums; margin-bottom: 1rem; }
.steps h3 { font-family: var(--font-head); font-weight: 700; font-size: 1.25rem; color: var(--navy); margin: 0 0 .6rem; }
.steps p { margin: 0; line-height: 1.6; max-width: 36ch; }
.claims { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.claims li { display: grid; gap: .5rem 3rem; border-top: 1px solid var(--grey); padding-top: 1.5rem; }
@media (min-width: 60rem) { .claims li { grid-template-columns: minmax(0, 22rem) minmax(0, 1fr); } }
.claims .lead { font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1.35rem; line-height: 1.2; }
.claims p { max-width: 52ch; }

/* Snapshot card: the one live-looking number. Hidden until a published value exists. */
.snapshot { background: var(--green); color: var(--white); padding: 2rem; max-width: 24rem; }
.snapshot .label { font-family: var(--font-head); font-weight: 600; color: rgba(255,255,255,.85); }
.snapshot .value { font-family: var(--font-head); font-weight: 700; font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1; margin: .5rem 0 0; }

/* Narrative: the one engagement */
.narrative p { max-width: 66ch; }

/* Footer */
.footer { background: var(--navy-deep); color: var(--white); padding: clamp(3rem, 7vw, 5rem) 0 2.5rem; }
.footer address { font-style: normal; line-height: 1.75; }
.footer a { color: var(--white); text-decoration: none; }
.footer-logo { width: 13rem; margin-bottom: 1.25rem; }
.footer-grid { display: grid; gap: 2.75rem; }
@media (min-width: 60rem) { .footer-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start; } }
.footer-note { margin: 1.25rem 0 0; color: rgba(255,255,255,.7); }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.5rem; }
@media (min-width: 40rem) { .footer-nav { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.fcol h2 { font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.48); margin: .35rem 0 1.1rem; }
.fcol ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.fcol a, .fcol .pending { font-size: .95rem; line-height: 1.35; }
.fcol a { color: rgba(255,255,255,.88); text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .25em; transition: color .2s, text-decoration-color .2s; }
.fcol .pending { color: rgba(255,255,255,.62); }
.fcol a:hover, .fcol a:focus-visible { color: var(--white); text-decoration-color: rgba(255,255,255,.5); }
.footer .small { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.5rem; margin-top: .5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.5); font-size: .82rem; }
.footer .small a { color: rgba(255,255,255,.5); }
.footer .small a:hover { color: rgba(255,255,255,.8); }

/* ---------- Motion: text arrives as you scroll ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
.reveal[data-delay="5"] { transition-delay: .40s; }
.reveal[data-delay="6"] { transition-delay: .48s; }
.reveal[data-delay="7"] { transition-delay: .56s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-fog::before, .hero-fog::after { animation: none; }
  .beacon::before { animation: none; opacity: .8; }
  .fogbank { animation: none; }
  .tab-panel, .tab-panel.is-active { transition: none; }
  .qcard-caret { animation: none; }
  .js .readout-frame { transition: none; }
  .hero-layer { transform: none !important; }
}
.no-js .reveal { opacity: 1; transform: none; }

/* Skip link */
.skip { position: absolute; left: -999px; top: 0; background: var(--red); color: var(--white); padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

/* ---------- About page ---------- */
.kicker { font-family: var(--font-head); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: .85rem; color: var(--gold); margin: 0 0 .75rem; }
.kicker-light { color: var(--gold); }
.quote-bar { margin: 0; padding: .25rem 0 .25rem 1.75rem; border-left: 4px solid var(--red); max-width: 62ch; }
.quote-bar .big { font-family: var(--font-head); font-weight: 600; font-size: clamp(1.25rem, 2.2vw, 1.6rem); line-height: 1.3; color: var(--navy); margin-bottom: 1rem; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2rem 4rem; align-items: center; }
@media (min-width: 60rem) { .about-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.about-grid figure { margin: 0; }
.about-grid img { width: 100%; height: auto; max-height: 38rem; object-fit: cover; }
.photo-slot { min-height: 12rem; display: none; }
@media (min-width: 60rem) { .photo-slot { display: block; min-height: 18rem; } }
.pills { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; }
.pills li { font-family: var(--font-head); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: .9rem; color: var(--navy); border: 1.5px solid var(--navy); border-radius: 999px; padding: .8rem 1.75rem; }
.band-deep { background: var(--navy-deep); }
/* Drop-downs (About, Mission). Native details/summary: works without JavaScript and with the keyboard. */
.drops { margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.18); }
.drops details { border-bottom: 1px solid rgba(255,255,255,.18); }
.drops summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 5.5rem minmax(0, 1fr) 1.75rem; align-items: center; gap: 1rem; padding: 1.15rem 0; }
.drops summary::-webkit-details-marker { display: none; }
.drop-label { font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.drop-line { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; line-height: 1.35; color: var(--white); }
.drops summary::after { content: ""; width: 1.75rem; height: 1.75rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%;
  background: linear-gradient(var(--white), var(--white)) center / .7rem 1px no-repeat, linear-gradient(var(--white), var(--white)) center / 1px .7rem no-repeat;
  transition: transform .25s ease, border-color .2s; }
.drops details[open] summary::after { transform: rotate(45deg); border-color: rgba(255,255,255,.6); }
.drops summary:hover::after { border-color: var(--white); }
.drops summary:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.band .drops details p { margin: -.2rem 0 1.35rem; padding-left: 6.5rem; padding-right: 2.75rem; color: rgba(255,255,255,.76); font-size: .95rem; line-height: 1.65; max-width: none; }
@media (max-width: 30rem) { .drops summary { grid-template-columns: minmax(0, 1fr) 1.75rem; gap: .35rem 1rem; } .drop-label { grid-column: 1; } .drop-line { grid-column: 1; } .drops summary::after { grid-column: 2; grid-row: 1 / span 2; } .band .drops details p { padding-left: 0; padding-right: 0; } }
.vm-grid { margin-bottom: 0 !important; }
.vm-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.5rem 5rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
@media (min-width: 60rem) { .vm-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.boxes { list-style: none; margin: 2.5rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1.5rem; }
.boxes li { border: 1px solid rgba(255,255,255,.7); padding: 1.5rem; font-family: var(--font-head); font-weight: 600; color: var(--white); line-height: 1.45; }
.boxes .lead { display: block; font-weight: 700; font-size: 1.25rem; margin-bottom: .75rem; }
.hero.hero-short.hero-tall { min-height: min(78svh, 44rem); }
.hero-sea.photo-advisory { background-position: center 62%; }
.wide-photo { margin: 0; } .wide-photo img { width: 100%; height: auto; max-height: 34rem; object-fit: cover; }
.footer .small .li { display: inline-flex; align-items: center; gap: .45rem; } .footer .small .li img { height: .95rem; width: auto; display: inline-block; }

/* Contact page */
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem 4rem; }
@media (min-width: 60rem) { .contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
.contact-block { font-style: normal; line-height: 1.8; margin-top: 1.5rem; }
.contact-block .big { display: block; font-family: var(--font-head); font-weight: 700; font-size: clamp(1.35rem, 2.5vw, 1.75rem); color: var(--navy); text-decoration: none; margin: .2rem 0; }
.contact-block .big:hover { text-decoration: underline; }
.contact-block .muted { color: var(--grey); display: block; margin-top: .5rem; }
.contact-links { margin-top: 1.5rem; display: flex; gap: 1.5rem; align-items: center; }
.contact-links a { color: var(--navy); font-family: var(--font-head); font-weight: 600; text-decoration: none; }
.contact-links .li { display: inline-flex; align-items: center; gap: .45rem; }
.contact-links .li img { height: 1.1rem; width: auto; }

/* Contact form: plain, one column, no third-party anything */
.contact-form { max-width: 34rem; }
/* Contact: form on the left, contact and company details on the right. */
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3.5rem 6rem; align-items: start; }
@media (min-width: 60rem) { .contact-layout { grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); } }
.contact-left h2 { margin-bottom: 2rem; }
.contact-right { padding-top: .35rem; }
.ci-label { margin: 0 0 .7rem; font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: #6B6E70; }
.ci-gap { margin-top: 2.5rem; }
.ci-big { margin: 0; font-family: var(--font-head); font-weight: 600; font-size: clamp(1.35rem, 2.3vw, 1.85rem); line-height: 1.15; overflow-wrap: anywhere; }
.ci-big a, .ci-phone a { color: var(--navy); text-decoration: none; }
.ci-big a:hover, .ci-phone a:hover, .ci-table a:hover { text-decoration: underline; text-underline-offset: .2em; }
.ci-phone { margin: .5rem 0 0; font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; }
.ci-block { padding: .2rem 0 .2rem 1.25rem; border-left: 3px solid var(--navy); }
.ci-block + .ci-block { margin-top: 2rem; }
.ci-desk { border-left-color: var(--red); }
.ci-block h3 { margin: 0 0 .55rem; font-family: var(--font-head); font-weight: 700; font-size: 1.2rem; color: var(--navy); }
.ci-block .ci-phone { margin: 0; font-size: 1.35rem; }
.ci-mail { margin: .25rem 0 0; font-size: 1.02rem; }
.ci-mail a { color: var(--navy); text-decoration: none; overflow-wrap: anywhere; }
.ci-mail a:hover { text-decoration: underline; text-underline-offset: .2em; }
.ci-social { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .4rem 1.25rem; }
.ci-li { display: inline-flex; align-items: center; gap: .45rem; }
.ci-li img { height: 1.05rem; width: auto; }
.ci-table { margin: 0; border-top: 1px solid #DCDDDE; }
.ci-table > div { display: flex; justify-content: space-between; gap: 1.5rem; padding: .9rem 0; border-bottom: 1px solid #DCDDDE; }
.ci-table dt { font-family: var(--font-head); font-weight: 600; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: #6B6E70; align-self: center; }
.ci-table dd { margin: 0; text-align: right; color: var(--carbon); }
.ci-table a { color: var(--navy); text-decoration: none; }
.contact-form p { margin: 0 0 1.1rem; max-width: none; }
.contact-form label { display: block; font-family: var(--font-head); font-weight: 600; color: var(--navy); margin-bottom: .35rem; }
.contact-form input, .contact-form textarea { width: 100%; font: inherit; padding: .75rem .9rem; border: 1px solid var(--grey); border-radius: 0; background: var(--white); color: var(--carbon); }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--navy); outline-offset: 0; border-color: var(--navy); }
.contact-form button { font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--white); background: var(--navy); border: 0; padding: .9rem 1.75rem; cursor: pointer; }
.contact-form button:hover { background: var(--navy-deep); }
.contact-form .muted { color: var(--grey); font-size: .9rem; }
.contact-form .hp { position: absolute; left: -9999px; }
