/* ABAF Shipping — stylesheet rebuilt to match abafshipping.com
   Colours, sizes and weights measured from the live site. */

@import url("/assets/fonts/jost.css");

:root {
  --blue: #065292;
  --red: #e82a2a;
  --ink: #333333;
  --body: #545454;
  --grey: #7a7a7a;
  --line: #e6e6e6;
  --bg-alt: #f8f8f8;
  --footer: #333333;
  --wrap: 1200px;
  --font: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.75;
  color: var(--body);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--red); }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }

.skip { position: absolute; left: -9999px; background: var(--blue); color: #fff; padding: 12px 20px; z-index: 300; }
.skip:focus { left: 0; top: 0; }

/* ================================================== top bar (red, 54px) */
.topbar { background: var(--red); color: #fff; font-size: 14px; line-height: 1.4; }
.topbar .wrap {
  min-height: 54px; display: flex; align-items: center; flex-wrap: wrap;
  gap: 6px 30px; justify-content: center;
}
.topbar a { color: #fff; }
.topbar a:hover { color: #fff; opacity: .85; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 8px; }
.topbar .tb-social { display: inline-flex; gap: 14px; }
@media (min-width: 1051px) { .topbar .tb-social { margin-left: auto; } }

/* ================================================== header (white, 118px) */
.site-header {
  background: #fff; position: sticky; top: 0; z-index: 100;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.site-header .wrap {
  min-height: 118px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.brand img { width: 92px; height: auto; }

.nav ul { list-style: none; display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; }
.nav a {
  font-size: 15px; font-weight: 500; letter-spacing: .02em;
  text-transform: uppercase; color: var(--ink); position: relative; padding: 6px 0;
}
.nav a:hover { color: var(--red); }
.nav a[aria-current="page"] { color: var(--red); }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--red);
}

.nav-toggle { display: none; }
.nav-btn { display: none; cursor: pointer; padding: 8px; line-height: 0; color: var(--ink); }

/* ================================================== hero (white, 2 col) */
.hero { background: #fff; padding: 40px 0 34px; }
.hero .wrap { display: block; }
/* only the landing page hero is two columns */
.hero.home-hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr;
  gap: 40px; align-items: center; }
.hero h1 {
  font-size: 35px; font-weight: 700; line-height: 1.3; color: var(--blue);
  margin: 0 0 16px; text-transform: uppercase;
}
.hero p.lede { font-size: 16px; line-height: 1.75; color: var(--body); margin: 0; max-width: 46ch; }
.hero-img img { width: 100%; max-width: 540px; margin-left: auto; }

/* inner pages: a slim banner instead of the two-column hero */
.hero.compact {
  padding: 70px 0; text-align: left; color: #fff;
  background: linear-gradient(90deg, rgba(4,30,56,.86) 0%, rgba(4,30,56,.62) 60%, rgba(4,30,56,.42) 100%),
              url("/assets/hero.webp") center/cover no-repeat;
  background-color: #05365f;
}
.hero.compact .wrap { display: block; }
.hero.compact h1 { color: #fff; font-size: clamp(28px, 3.4vw, 38px); margin: 0 0 12px; }
.hero.compact p.lede { color: rgba(255,255,255,.94); margin: 0; max-width: 62ch; }

/* blue strip: "Learn More About us" */
.strip { background: #fff; }
.strip .wrap { padding-bottom: 26px; }
.strip span, .strip a {
  display: inline-block; background: var(--blue); color: #fff;
  font-size: 15px; font-weight: 600; padding: 12px 34px;
}

/* ================================================== section shell */
.section { padding: 56px 0; }
.section.alt { background: var(--bg-alt); }
.section.tight { padding: 34px 0; }

.eyebrow { color: var(--red); font-size: 17px; font-weight: 700; margin: 0 0 6px; letter-spacing: .02em; }
.sec-title { color: var(--blue); font-size: 40px; font-weight: 700; line-height: 1.2; margin: 0 0 10px; }
.sec-sub { color: var(--blue); font-size: 20px; font-weight: 700; margin: 0 0 14px; }
.sec-lede { color: var(--body); font-size: 17px; margin: 0; }
.center { text-align: center; }
.sec-head { margin-bottom: 34px; }
.center .sec-lede { margin-inline: auto; max-width: 72ch; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.two-col p { font-size: 17px; margin: 0 0 16px; }
.framed { position: relative; padding: 14px 0 0 14px; }
.framed::before {
  content: ""; position: absolute; left: 0; top: 0; right: 34px; bottom: 34px;
  background: var(--blue);
}
.framed img { position: relative; }

/* ================================================== marquee ticker */
.ticker {
  overflow: hidden; padding: 58px 0; position: relative;
  background: linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.18)),
              url("/assets/ticker.webp") center/cover no-repeat;
  background-color: #123;
}
.ticker-track { display: flex; gap: 70px; width: max-content; animation: ticker 34s linear infinite; }
.ticker-track span {
  font-size: clamp(30px, 4.4vw, 56px); font-weight: 700; text-transform: uppercase;
  white-space: nowrap; letter-spacing: .02em;
  color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.92);
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ================================================== cards */
.grid { display: grid; gap: 28px; }
.cols-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cols-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.cols-4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

/* the three freight modes: image on top, red heading */
.mode { text-align: center; }
.mode img { margin: 0 auto 14px; max-width: 260px; }
.mode h3 { color: var(--red); font-size: 23.2px; font-weight: 600; margin: 0 0 8px; }
.mode p { font-size: 16px; color: var(--body); margin: 0; }

/* the service grid: photo + small caps title + small copy */
.svc { background: #fff; position: relative; transition: transform .2s; }
/* plain card — no bracket frame */
.svc { border: 1px solid var(--line); }
.svc:hover { transform: translateY(-3px); }
.svc img { width: 100%; height: 190px; object-fit: cover; }
.svc-body { padding: 18px 20px 22px; }
.svc h3 { color: #010000; font-size: 17px; font-weight: 600; margin: 0 0 8px; text-transform: uppercase; }
.svc p { color: #000; font-size: 12px; line-height: 1.7; margin: 0; }

/* why-us features */
.feat h3 { color: var(--blue); font-size: 23.2px; font-weight: 600; margin: 0 0 8px; }
.feat p { font-size: 16px; color: var(--body); margin: 0; }

/* partner logos */
.partners { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; }
.partners img { max-width: 202px; width: auto; max-height: 90px; object-fit: contain; }

/* ================================================== buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 30px; font-size: 15px; font-weight: 600;
  border: 2px solid transparent; cursor: pointer; transition: .18s;
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: #c41f1f; color: #fff; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: #04406f; color: #fff; }
.btn-outline { border-color: #fff; color: #fff; }
.btn-outline:hover { background: rgba(255, 255, 255, .14); color: #fff; }

/* ================================================== CTA band (photo) */
.cta {
  position: relative; padding: 96px 0; text-align: center; color: #fff;
  background: linear-gradient(rgba(4, 30, 56, .72), rgba(4, 30, 56, .72)),
              url("/assets/cta-bg.webp") center/cover no-repeat;
  background-color: #041e38;
}
.cta h2 { font-size: 60px; font-weight: 600; line-height: 1.15; margin: 0 0 22px; color: #fff; }
.cta p { color: rgba(255, 255, 255, .92); font-size: 17px; margin: 0 auto 28px; max-width: 60ch; }
.cta .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ================================================== inner pages */
/* Headings are centred; body copy is left-aligned at a comfortable measure,
   which reads far better than centring long paragraphs. */
.page-body { text-align: left; }
.page-body .inner { max-width: 1080px; margin-inline: auto; }

.page-body h2 {
  color: var(--blue); font-size: clamp(26px, 3vw, 34px); font-weight: 700;
  line-height: 1.28; margin: 64px 0 18px; text-align: center;
}
.page-body h3 {
  color: var(--red); font-size: 17px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; margin: 56px 0 6px; text-align: center;
}
/* a red kicker sitting directly on top of a blue heading */
.page-body h3 + h2 { margin-top: 6px; }
.page-body h4 {
  color: var(--blue); font-size: 21px; font-weight: 600; margin: 34px 0 10px;
}
.page-body > .inner > :first-child { margin-top: 0; }

.page-body p {
  color: var(--ink); font-size: 16.5px; line-height: 1.8;
  margin: 0 auto 18px; max-width: 74ch;
}
.page-body ul, .page-body ol {
  margin: 0 auto 22px; padding-left: 24px; max-width: 74ch;
  color: var(--ink); font-size: 16.5px;
}
.page-body li { margin-bottom: 10px; line-height: 1.75; }
.page-body .note { color: var(--red); font-size: 15px; }

.page-body img {
  display: block; margin: 30px auto; border-radius: 10px;
  box-shadow: 0 6px 24px rgba(16, 32, 48, .10); max-height: 420px; width: auto;
}
.page-body .gallery img { max-height: none; margin: 0; box-shadow: none; }

/* feature cards inside a page */
.page-body .feat { text-align: center; padding: 6px; }
.page-body .feat h3 {
  color: var(--blue); font-size: 20px; font-weight: 600; margin: 0 0 8px;
  text-transform: none; letter-spacing: 0;
}
.page-body .feat p { font-size: 15.5px; color: var(--body); max-width: none; }

/* a heading with nothing under it gets a rule instead of dead space */
.page-body h2.lone {
  margin-bottom: 8px; padding-bottom: 16px; position: relative;
}
.page-body h2.lone::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  bottom: 0; width: 62px; height: 3px; background: var(--red);
}

/* ================================================== table */
.table-wrap { overflow-x: auto; margin: 26px 0; }
table { width: 100%; border-collapse: collapse; font-size: 16px; text-align: center; }
thead th { background: var(--blue); color: #fff; font-weight: 600; padding: 14px 16px; border: 1px solid var(--blue); }
tbody td { padding: 14px 16px; border: 1px solid var(--line); color: var(--ink); }
tbody tr:nth-child(even) td { background: var(--bg-alt); }

/* ================================================== index columns */
.linkcols { columns: 4 210px; column-gap: 30px; list-style: none; margin: 0; padding: 0; text-align: left; }
.linkcols li { break-inside: avoid; margin-bottom: 8px; font-size: 15px; }

/* ================================================== breadcrumb */
.crumbs { background: var(--bg-alt); border-bottom: 1px solid var(--line); font-size: 14px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 12px 0; }
.crumbs li { display: inline-flex; align-items: center; gap: 8px; color: var(--grey); }
.crumbs a { color: var(--grey); }
.crumbs a:hover { color: var(--red); }
.crumbs [aria-current] { color: var(--ink); }

/* ================================================== footer */
.site-footer { background: #1b3b63; padding: 46px 0 0; font-size: 15px; color: #fff; }
.foot-panel {
  background: var(--red); border-radius: 26px; padding: 40px 44px;
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px;
}
.site-footer h3 { color: #fff; font-size: 19px; font-weight: 600; margin: 0 0 16px; }
.site-footer p { color: rgba(255,255,255,.94); margin: 0 0 10px; line-height: 1.7; }
.site-footer a { color: rgba(255,255,255,.94); }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; display: block; }
.foot-brand strong { display: block; margin-top: 14px; }
.foot-bottom {
  padding: 24px 0 28px; text-align: center; color: rgba(255,255,255,.85); font-size: 14px;
}
.foot-bottom span { display: block; }

/* ================================================== floating contact */
.float { position: fixed; right: 16px; bottom: 16px; display: grid; gap: 10px; z-index: 95; }
.float a { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: 0 4px 14px rgba(0, 0, 0, .25); }
.float .wa { background: #25d366; }
.float .tel { background: var(--blue); }

/* ================================================== icons */
.ic { display: inline-block; vertical-align: -.18em; flex-shrink: 0; }
.site-footer li .ic { margin-top: 5px; opacity: .8; }

/* ================================================== responsive */
@media (max-width: 1024px) {
  .two-col { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .cta h2 { font-size: 42px; }
  .sec-title, .page-body h1, .page-body h2 { font-size: 32px; }
}
@media (max-width: 860px) {
  .nav-btn { display: block; }
  .site-header .wrap { position: relative; min-height: 84px; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%; background: #fff;
    max-height: 0; overflow: hidden; transition: max-height .25s ease;
    box-shadow: 0 12px 20px rgba(0, 0, 0, .08);
  }
  .nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 6px 20px 14px; }
  .nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav a[aria-current="page"]::after { display: none; }
  .nav-toggle:checked ~ .nav { max-height: 420px; }
  .brand img { width: 72px; }
}
@media (max-width: 640px) {
  .sec-title, .page-body h1, .page-body h2 { font-size: 26px; }
  .cta { padding: 64px 0; }
  .cta h2 { font-size: 32px; }
  .section { padding: 40px 0; }
  .foot-panel { grid-template-columns: 1fr; padding: 30px 26px; }
  .linkcols { columns: 2 150px; }
  .ticker-track span { font-size: 17px; }
}

@media print {
  .topbar, .site-header, .float, .cta, .site-footer, .crumbs, .ticker { display: none; }
  body { font-size: 12pt; color: #000; }
}


/* news posts */
.posts .svc { text-align: left; }
.posts .svc img { height: 210px; }
.posts h3 { text-transform: none; font-size: 19px; line-height: 1.35; }
.posts h3 a { color: var(--blue); }
.posts h3 a:hover { color: var(--red); }
.posts p { font-size: 15px; color: var(--body); line-height: 1.65; }
.posts .more { margin-top: 14px; }
.posts .more a { color: var(--red); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; }

/* links inside the rates table */
tbody td a { color: var(--blue); font-weight: 600; }
tbody td a:hover { color: var(--red); }


/* gallery */
.gallery { margin: 28px 0; }
.gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; margin: 0; }


/* blog post */
.post-meta { color: var(--grey); font-size: 14px; margin: 0 0 20px; }
.post-hero { width: 100%; max-width: 900px; margin: 0 auto 30px; border-radius: 6px; }
.page-body h4 { color: var(--blue); font-size: 20px; font-weight: 600; margin: 28px 0 10px; }


/* section polish */

/* cards in a row end level with each other */
.grid { align-items: stretch; }
.svc { display: flex; flex-direction: column; }
.svc-body { display: flex; flex-direction: column; flex: 1; }

/* the three freight modes share one image height */
.mode img { height: 130px; width: auto; object-fit: contain; }

/* why-us: features either side of the illustration */
.why-split {
  display: grid; grid-template-columns: 1fr 1.05fr 1fr;
  gap: 34px; align-items: center; margin-top: 30px;
}
.why-split .feat { text-align: center; margin-bottom: 34px; }
.why-split .feat:last-child { margin-bottom: 0; }
.why-split .why-art img { width: 100%; max-width: 430px; margin: 0 auto; }
.why-cta { text-align: center; margin-top: 30px; }
@media (max-width: 900px) {
  .why-split { grid-template-columns: 1fr; }
  .why-split .why-art { order: -1; }
}

/* news cards on the landing page */
.home-news .svc img { height: 190px; }
.home-news h3 { text-transform: none; font-size: 18px; line-height: 1.35; }
.home-news h3 a { color: var(--blue); }
.home-news h3 a:hover { color: var(--red); }
.home-news p { font-size: 14.5px; color: var(--body); }


/* paired rows */
.pair {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 46px;
  align-items: center; margin: 56px 0;
}
.pair.flip .pair-img { order: 2; }
.pair-img img {
  width: 100%; margin: 0; border-radius: 10px; max-height: 380px;
  object-fit: cover; box-shadow: 0 8px 30px rgba(16, 32, 48, .12);
}
.pair-text h2 { text-align: left; margin: 0 0 14px; font-size: clamp(23px, 2.4vw, 30px); }
.pair-text p, .pair-text ul { margin-left: 0; margin-right: 0; max-width: none; }
.pair-text p:last-child { margin-bottom: 0; }
@media (max-width: 860px) {
  .pair { grid-template-columns: 1fr; gap: 26px; margin: 40px 0; }
  .pair.flip .pair-img { order: 0; }
  .pair-text h2 { text-align: center; }
}


/* blog layout */
.post-wrap { padding-top: 40px; }
.post-layout { display: grid; grid-template-columns: 1fr 340px; gap: 44px; align-items: start; }
.post-main { text-align: left; }
.post-main .post-hero { width: 100%; border-radius: 10px; margin: 0 0 18px; max-height: none; }
.post-meta { display: flex; gap: 22px; color: var(--red); font-size: 14px; margin: 0 0 12px; }
.post-meta span { display: inline-flex; align-items: center; gap: 6px; }
.post-title { color: var(--red); font-size: clamp(24px, 2.8vw, 32px); font-weight: 700;
  line-height: 1.28; margin: 0 0 22px; text-align: left; }
.post-main h2, .post-main h3, .post-main h4 { text-align: left; }
.post-main h2 { font-size: clamp(21px, 2.2vw, 26px); margin: 36px 0 12px; }
.post-main h3 { color: var(--red); margin: 32px 0 8px; }
.post-main p, .post-main ul, .post-main ol { max-width: none; margin-left: 0; margin-right: 0; }
.post-main img { margin: 24px 0; }

.post-side { position: sticky; top: 130px; }
.side-box { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin-bottom: 24px; }
.side-box h3 { background: var(--red); color: #fff; font-size: 18px; font-weight: 600;
  margin: 0; padding: 14px 18px; text-align: left; text-transform: none; letter-spacing: 0; }
.side-body { padding: 16px 18px; }
.rel { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line);
  align-items: flex-start; }
.rel:last-child { border-bottom: 0; }
.rel img { width: 84px; height: 62px; object-fit: cover; border-radius: 5px; flex-shrink: 0; margin: 0; }
.rel b { display: block; color: var(--ink); font-size: 14px; font-weight: 600; line-height: 1.4; }
.rel i { display: inline-flex; align-items: center; gap: 5px; color: var(--grey);
  font-size: 12.5px; font-style: normal; margin-top: 6px; }
.rel:hover b { color: var(--red); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { background: var(--bg-alt); border: 1px solid var(--line); color: var(--body);
  font-size: 13px; padding: 6px 12px; border-radius: 4px; }
@media (max-width: 980px) {
  .post-layout { grid-template-columns: 1fr; }
  .post-side { position: static; }
}


/* tick list */
.page-body ul.ticks { list-style: none; padding-left: 0; max-width: 74ch;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px 30px; margin: 22px auto 26px; text-align: left; }
.page-body ul.ticks li { position: relative; padding-left: 28px; margin: 0;
  font-size: 16px; line-height: 1.7; }
.page-body ul.ticks li::before { content: ""; position: absolute; left: 0; top: 9px;
  width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
@media (min-width: 900px) { .page-body ul.ticks { max-width: 900px; } }


/* news card meta */
.card-meta { display: flex; gap: 18px; margin: 0 0 10px; font-size: 13px; color: var(--grey); }
.card-meta span { display: inline-flex; align-items: center; gap: 6px; }
.posts .svc, .home-news .svc { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.posts .svc-body, .home-news .svc-body { padding: 18px 20px 22px; }


/* ================================================== landing polish */

/* --- hero: more presence, better balance --- */
.hero { padding: 66px 0 58px; }
.hero.home-hero .wrap { gap: 56px; }
.hero h1 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.18; margin: 0 0 18px;
  letter-spacing: -.015em; }
.hero h1::after { content: ""; display: block; width: 64px; height: 4px;
  background: var(--red); margin-top: 20px; }
.hero p.lede { font-size: 17px; line-height: 1.8; max-width: 44ch; }
.hero-img img { filter: drop-shadow(0 18px 34px rgba(6, 82, 146, .16)); }

/* --- "Learn More About us" sits under the hero copy, not adrift --- */
.strip .wrap { padding-bottom: 34px; }
.strip span, .strip a { border-radius: 4px; letter-spacing: .02em;
  transition: background .18s, transform .18s; }
.strip a:hover { background: #04406f; transform: translateY(-1px); color: #fff; }

/* --- consistent vertical rhythm --- */
.section { padding: 76px 0; }
.section.tight { padding: 40px 0; }
.sec-head { margin-bottom: 44px; }
.sec-head.center { max-width: 760px; margin-inline: auto; }
.eyebrow { font-size: 14px; letter-spacing: .14em; text-transform: uppercase; }
.sec-title { letter-spacing: -.02em; }
.sec-title::after { content: ""; display: block; width: 56px; height: 3px;
  background: var(--red); margin: 16px 0 0; }
.sec-head.center .sec-title::after { margin-inline: auto; }
.sec-lede { margin-top: 16px; line-height: 1.8; }

/* --- the three freight modes --- */
.mode { background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 32px 26px; transition: box-shadow .2s, transform .2s, border-color .2s; }
.mode:hover { box-shadow: 0 14px 34px rgba(16, 32, 48, .10);
  transform: translateY(-4px); border-color: #d8e2ec; }
.mode img { height: 108px; margin-bottom: 20px; }
.mode h3 { font-size: 21px; margin-bottom: 10px; }
.mode p { line-height: 1.75; }

/* --- the service grid --- */
.grid { gap: 26px; }
.svc { border-radius: 10px; overflow: hidden; transition: box-shadow .2s, transform .2s, border-color .2s; }
.svc:hover { box-shadow: 0 14px 34px rgba(16, 32, 48, .10);
  transform: translateY(-4px); border-color: #d8e2ec; }
.svc img { height: 200px; transition: transform .5s ease; }
.svc:hover img { transform: scale(1.04); }
.svc-body { padding: 22px 24px 26px; }
.svc h3 { font-size: 16px; letter-spacing: .04em; line-height: 1.4; min-height: 2.8em; }
.svc p { font-size: 13.5px; line-height: 1.75; color: #4a5763; }

/* --- why-us --- */
.why-split { gap: 44px; margin-top: 40px; }
.why-split .feat { margin-bottom: 40px; }
.feat h3 { font-size: 20px; margin-bottom: 10px; }
.feat p { line-height: 1.75; }
.why-cta { margin-top: 40px; }

/* --- partner logos: even, calm, colour on hover --- */
.partners { gap: 30px 52px; }
.partners img { max-height: 62px; filter: grayscale(1); opacity: .62;
  transition: filter .2s, opacity .2s; }
.partners img:hover { filter: none; opacity: 1; }

/* --- buttons --- */
.btn { border-radius: 4px; letter-spacing: .02em; }
.btn-red:hover, .btn-blue:hover { transform: translateY(-1px); }

/* --- CTA band --- */
.cta { padding: 104px 0; }
.cta h2 { font-size: clamp(30px, 4.4vw, 52px); letter-spacing: -.02em; }

@media (max-width: 640px) {
  .section { padding: 48px 0; }
  .hero { padding: 40px 0 34px; }
  .svc h3 { min-height: 0; }
}


/* ---------- destination / index hero: white and centred, as on the live site ---------- */
.hero:not(.home-hero):not(.compact) {
  background: #fff; text-align: center; padding: 54px 0 6px;
}
.hero:not(.home-hero):not(.compact) h1 {
  color: var(--blue); font-size: clamp(25px, 3.1vw, 36px); font-weight: 700;
  line-height: 1.3; margin: 0 auto 14px; max-width: 24ch; text-transform: none;
  letter-spacing: -.01em;
}
.hero:not(.home-hero):not(.compact) h1::after { display: none; }
.hero:not(.home-hero):not(.compact) p.lede {
  color: var(--ink); font-size: 16px; line-height: 1.8; margin: 0 auto; max-width: 86ch;
}

/* the landing hero stays left-aligned with its accent rule */
.hero.home-hero { text-align: left; }

@media (max-width: 1024px) {
  .hero.home-hero .wrap { grid-template-columns: 1fr; text-align: center; }
  .hero.home-hero h1 { max-width: none; }
  .hero.home-hero h1::after { margin-inline: auto; }
  .hero.home-hero p.lede { margin-inline: auto; }
  .hero-img { order: -1; }
  .hero-img img { margin-inline: auto; max-width: 440px; }
}
@media (max-width: 640px) {
  .hero:not(.home-hero):not(.compact) { padding: 32px 0 4px; }
  .hero.home-hero { padding: 34px 0 30px; }
  .hero.compact { padding: 44px 0; }
}


/* testimonials */
.quotes { margin: 34px 0; }
.quote { margin: 0; background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: 10px; padding: 26px 24px 22px; position: relative; text-align: left; }
.quote::before { content: "C"; position: absolute; top: 6px; left: 18px;
  font-size: 54px; line-height: 1; color: var(--red); opacity: .28; font-family: Georgia, serif; }
.quote blockquote { margin: 0 0 14px; padding: 0; color: var(--ink);
  font-size: 15.5px; line-height: 1.75; position: relative; }
.quote figcaption { color: var(--blue); font-weight: 600; font-size: 14.5px; }
.quote figcaption::before { content: "— "; }

/* tag chips */
.tagchips { display: flex; flex-wrap: wrap; gap: 9px; justify-content: center;
  margin: 14px auto 26px; max-width: 900px; }
.tagchips span { background: var(--bg-alt); border: 1px solid var(--line);
  color: var(--body); font-size: 13px; padding: 7px 14px; border-radius: 4px; }


/* ================================================== left-aligned, professional */

/* Page content reads left-to-right at a comfortable measure. Centred body
   copy is harder to read and looks less considered on a business site. */
.page-body,
.page-body .inner { text-align: left; }

.page-body h2,
.page-body h3,
.page-body h4 { text-align: left; }

.page-body h2 { margin: 56px 0 16px; }
.page-body h2::after { content: ""; display: block; width: 52px; height: 3px;
  background: var(--red); margin-top: 14px; }
.page-body h3 + h2 { margin-top: 4px; }
.page-body h2.lone::after { position: static; transform: none; margin-top: 14px; }

.page-body p,
.page-body ul,
.page-body ol { margin-left: 0; margin-right: 0; max-width: 78ch; }

.page-body img { margin-left: 0; margin-right: 0; }
.page-body .gallery img { margin: 0; }

.page-body ul.ticks { margin-left: 0; margin-right: 0; }
.tagchips { justify-content: flex-start; margin-left: 0; margin-right: 0; }

/* destination + index hero: left aligned, same as the rest of the page */
.hero:not(.home-hero):not(.compact) { text-align: left; padding: 56px 0 10px; }
.hero:not(.home-hero):not(.compact) h1 { margin: 0 0 14px; max-width: 26ch; }
.hero:not(.home-hero):not(.compact) h1::after { content: ""; display: block;
  width: 56px; height: 3px; background: var(--red); margin-top: 18px; }
.hero:not(.home-hero):not(.compact) p.lede { margin: 0; max-width: 80ch; }

/* section heads inside the landing page stay as they are, but never centred
   on inner pages */
.page-body .sec-head { text-align: left; }

/* feature cards keep their own centring off */
.page-body .feat { text-align: left; padding: 0; }
.page-body .feat h3 { text-align: left; }

/* --- responsive --- */
@media (max-width: 900px) {
  .page-body h2 { margin-top: 42px; font-size: clamp(22px, 4.4vw, 28px); }
  .page-body .inner { max-width: 100%; }
  .pair { gap: 24px; }
  .pair-img img { max-height: 300px; }
}
@media (max-width: 600px) {
  .page-body p, .page-body ul, .page-body ol { font-size: 16px; }
  .page-body h2 { margin-top: 34px; }
  .page-body img { max-height: 300px; }
  .quotes { gap: 16px; }
  .quote { padding: 22px 20px 18px; }
  .hero:not(.home-hero):not(.compact) { padding: 34px 0 6px; }
  .hero:not(.home-hero):not(.compact) h1 { max-width: none; }
}


/* about page */
.about-block { margin: 56px 0; }
.about-block:first-child { margin-top: 0; }
.about-block h2 { margin-top: 0; }
.about-block p { max-width: 78ch; }
.page-body .pair { margin: 56px 0; }
.page-body .pair:first-child { margin-top: 0; }
@media (max-width: 860px) {
  .about-block { margin: 38px 0; }
  .page-body .pair { margin: 38px 0; }
}


/* ================================================== single column, enforced */
/* See DESIGN.md: everything is one column, left aligned. The landing page
   hero is the only two-column block on the site. */

.pair,
.page-body .pair,
.two-col {
  display: block !important;
  margin: 0;
}
.pair-img, .pair-text { width: 100%; }
.pair-img img {
  width: 100%; max-width: 760px; max-height: 380px; object-fit: cover;
  border-radius: 10px; margin: 22px 0 30px;
}
.pair-text h2 { text-align: left; }

/* about page blocks */
.about-block { margin: 0 0 52px; }
.about-block img {
  width: 100%; max-width: 760px; max-height: 360px; object-fit: cover;
  border-radius: 10px; margin: 22px 0 0;
}

/* the why-us split on the landing page stays as designed, everything else
   inside page content is a single column */
.page-body .grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

@media (max-width: 640px) {
  .pair-img img, .about-block img { max-height: 260px; margin: 18px 0 24px; }
  .about-block { margin-bottom: 36px; }
}
