:root {
  color-scheme: light;
  --ink: #111518;
  --gunmetal: #212a30;
  --navy: #012e4a;
  --blue: #036280;
  --teal: #378ba4;
  --sky: #81bece;
  --cloud: #f4f5f5;
  --paper: #fafafa;
  --text: #3d444a;
  --muted: #6b7378;
  --line: rgba(1, 46, 74, 0.14);
  --sans: Montserrat, Helvetica, Arial, sans-serif;
  --display: "Playfair Display", Georgia, serif;
  font-family: var(--sans);
  color: var(--text);
  background: #fff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  line-height: 1.7;
}

a { color: inherit; }

h1, h2, h3 {
  font-family: var(--display);
  color: var(--ink);
  line-height: 1.25;
  margin: 0 0 18px;
}

.top,
main,
.foot {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-inline: 28px;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 96px;
  background: #fff;
  flex-wrap: wrap;
  padding-block: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: min(220px, 44vw);
  height: auto;
}

.nav {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: var(--gunmetal);
  font-size: 0.88rem;
  font-weight: 600;
  flex-wrap: wrap;
}

.nav a { text-decoration: none; }

.nav a:hover { color: var(--blue); }

.nav-soon {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: default;
}

.nav-soon small {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
}

.button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 4px;
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

.button:hover { background: var(--navy); }

.button-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 640px;
  background-image:
    linear-gradient(rgba(1, 46, 74, 0.82), rgba(1, 46, 74, 0.88)),
    url("/assets/hero-home.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
}

.hero-overlay {
  width: min(1180px, 100%);
  margin: auto;
  padding: 120px 28px;
}

.hero-copy { max-width: 760px; }

.hero-copy .eyebrow { color: var(--sky); }

.hero-copy h1 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  margin-bottom: 22px;
}

.hero-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding-block: 90px;
}

.split-reverse { direction: rtl; }

.split-reverse > * { direction: ltr; }

.split img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
}

.split h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }

.section-intro {
  max-width: 700px;
  margin-bottom: 48px;
}

.section-intro h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); }

.approach {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: var(--cloud);
  padding-block: 90px;
}

.approach > * {
  width: min(1180px, 100%);
  margin-inline: auto;
  padding-inline: 28px;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.approach-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 30px 28px;
}

.approach-grid h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.approach-grid p {
  margin: 0;
  font-size: 0.94rem;
}

.services { padding-block: 90px 60px; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.service-card > div {
  padding: 26px 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.service-card span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
}

.service-card h3 {
  font-size: 1.35rem;
  margin: 0;
}

.service-card p {
  margin: 0;
  font-size: 0.93rem;
  flex: 1;
}

.service-card a {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--blue);
  text-decoration: none;
}

.service-card a:hover { text-decoration: underline; }

.detail {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  padding-block: 80px;
  border-top: 1px solid var(--line);
}

.detail-alt {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-inline: max(28px, calc(50vw - 562px));
  background: var(--cloud);
  border-top: none;
}

.detail-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }

.detail-head .lede {
  font-size: 1rem;
  color: var(--muted);
  margin: 0;
}

.detail-copy h3 {
  font-size: 1.25rem;
}

.detail-copy p { margin: 0 0 18px; }

.detail-copy blockquote {
  margin: 28px 0 0;
  padding: 24px 28px;
  border-left: 4px solid var(--teal);
  background: rgba(129, 190, 206, 0.12);
  border-radius: 0 6px 6px 0;
}

.detail-copy blockquote p {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 1.08rem;
  color: var(--ink);
}

.detail-copy cite {
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
}

.statement {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-block: 96px;
  padding-inline: max(28px, calc(50vw - 562px));
  background: var(--navy);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.statement .eyebrow { color: var(--sky); }

.statement h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0;
}

.statement p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 18px;
}

.statement .button {
  background: #fff;
  color: var(--navy);
  margin-top: 8px;
}

.statement .button:hover { background: var(--sky); }

.insights { padding-block: 90px; }

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.insight-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.insight-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.insight-card > div {
  padding: 24px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.insight-card span {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.insight-card h3 {
  font-size: 1.18rem;
  margin: 0;
}

.insight-card h3 a {
  text-decoration: none;
  color: inherit;
}

.insight-card h3 a:hover { color: var(--blue); }

.insight-card p {
  margin: 0;
  font-size: 0.92rem;
}

.contact {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-block: 96px;
  padding-inline: max(28px, calc(50vw - 562px));
  background-image:
    linear-gradient(rgba(1, 46, 74, 0.9), rgba(1, 46, 74, 0.94)),
    url("/assets/contact-hero.jpg");
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.contact .eyebrow { color: var(--sky); }

.contact h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.contact > div > p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.contact-panel {
  background: #fff;
  border-radius: 6px;
  padding: 36px 38px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-lines p,
.contact-hours p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 10px;
  font-size: 0.95rem;
}

.contact-lines span,
.contact-hours span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  align-self: center;
}

.contact-lines a {
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
}

.contact-lines a:hover { text-decoration: underline; }

.contact-hours h3 {
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  font-size: 0.85rem;
  color: var(--muted);
  flex-wrap: wrap;
}

.foot a { color: inherit; }

.article {
  max-width: 760px;
  margin-inline: auto;
  padding-block: 40px 90px;
}

.article-head { margin-bottom: 36px; }

.article-head h1 {
  font-size: clamp(2rem, 4.4vw, 3rem);
}

.article-meta {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
}

.article-lead {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 36px;
}

.article h2 {
  font-size: 1.7rem;
  margin-top: 44px;
}

.article h3 {
  font-size: 1.25rem;
  margin-top: 32px;
}

.article p { margin: 0 0 18px; }

.article ul { padding-left: 22px; }

.article li { margin-bottom: 12px; }

.article-cta {
  margin-top: 56px;
  padding: 34px 36px;
  background: var(--cloud);
  border-radius: 6px;
}

.article-cta h2 {
  margin-top: 0;
  font-size: 1.4rem;
}

.article-cta .button { margin-top: 8px; }

@media (max-width: 940px) {
  .split,
  .detail,
  .statement,
  .contact {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .approach-grid,
  .service-grid,
  .insight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .split img { height: 320px; }
}

@media (max-width: 640px) {
  .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-block: 18px;
  }

  .approach-grid,
  .service-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .hero { min-height: 540px; }

  .hero-overlay { padding: 80px 28px; }

  .article-lead { height: 240px; }
}
