:root {
  --gold: #bda16a;
  --deep: #041321;
  --steel: #315a79;
}

body {
  background: #f7f8f9;
}

.topbar {
  height: 88px;
  background: rgba(250, 251, 252, .94);
}

.topbar nav {
  gap: clamp(14px, 1.8vw, 30px);
  font-size: 13px;
  letter-spacing: .01em;
}

.topbar nav .client-nav {
  color: var(--blue);
}

.topbar nav a[aria-current="page"] {
  color: var(--blue);
}

.nav-cta {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.hero {
  min-height: calc(100vh - 88px);
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  gap: clamp(38px, 5vw, 82px);
  padding: 64px clamp(24px, 5.8vw, 104px);
  background:
    linear-gradient(90deg, rgba(189, 161, 106, .11) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(rgba(189, 161, 106, .08) 1px, transparent 1px) 0 0 / 96px 96px,
    #f7f8f9;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero .eyebrow {
  color: #8b713e;
}

.hero h1,
.section-heading h2,
.advisory-heading h2,
.contact h2,
.reform h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.035em;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(48px, 5.6vw, 82px);
}

.hero h1 em {
  color: var(--blue);
  font-weight: 400;
}

.hero-text {
  max-width: 680px;
}

.hero-editorial {
  position: relative;
  align-self: stretch;
  min-height: 590px;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(4, 19, 33, .19);
}

.hero-editorial::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 19, 33, .72));
  content: "";
}

.hero-editorial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-editorial figcaption {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: end;
  color: #fff;
}

.hero-editorial figcaption strong {
  font: 400 clamp(30px, 3vw, 48px)/.9 "DM Serif Display", Georgia, serif;
  white-space: nowrap;
}

.hero-editorial figcaption span {
  max-width: 260px;
  padding-left: 18px;
  border-left: 1px solid rgba(255,255,255,.4);
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.45;
}

.trust-strip {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-block: 0;
  text-align: left;
}

.trust-strip span {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 30px;
  border-right: 1px solid var(--line);
  letter-spacing: .1em;
}

.trust-strip span:last-child {
  border-right: 0;
}

.trust-strip strong {
  color: var(--navy);
  font: 600 16px Manrope, sans-serif;
  letter-spacing: -.01em;
  text-transform: none;
}

.advisory {
  background: #fff;
}

.advisory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(40px, 9vw, 130px);
  align-items: end;
  margin-bottom: 64px;
}

.advisory-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.advisory-heading h2 {
  max-width: 900px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(40px, 4.3vw, 66px);
  line-height: 1.08;
}

.advisory-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.advisory-card {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #f2f5f6;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}

.advisory-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(4, 19, 33, .14);
}

.advisory-card > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.advisory-card > div:last-child {
  padding: 30px;
}

.advisory-card span {
  color: #8b713e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
}

.advisory-card h3 {
  margin: 26px 0 14px;
  color: var(--navy);
  font: 400 29px/1.14 "DM Serif Display", Georgia, serif;
}

.advisory-card p {
  margin: 0;
  color: var(--muted);
}

.advisory-card.dark {
  position: relative;
  justify-content: space-between;
  padding: 32px;
  background: var(--navy);
  color: #fff;
}

.advisory-card.dark > div:last-child {
  padding: 0;
}

.advisory-card.dark h3 {
  color: #fff;
}

.advisory-card.dark p {
  color: #b9cad7;
}

.risk-visual {
  position: relative;
  height: 210px;
  border: 1px solid rgba(255,255,255,.13);
}

.risk-visual i {
  position: absolute;
  right: 22px;
  bottom: 26px;
  left: 22px;
  height: 1px;
  background: rgba(255,255,255,.15);
  transform-origin: left;
}

.risk-visual i:nth-child(1) { transform: rotate(-9deg); }
.risk-visual i:nth-child(2) { bottom: 83px; transform: rotate(5deg); }
.risk-visual i:nth-child(3) { bottom: 139px; transform: rotate(-3deg); }

.risk-visual b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(189,161,106,.6);
  border-radius: 50%;
  color: var(--gold);
  font-size: 28px;
  transform: translate(-50%, -50%);
}

.about {
  background: #f7f8f9;
}

.services {
  background: var(--deep);
}

.service-card {
  min-height: 350px;
  background: var(--deep);
}

.service-card h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-size: 29px;
}

.service-card.accent {
  background: #123f61;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.method-visual {
  background: #e9eef1;
}

.core {
  background: var(--deep);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
}

.core.core-brand {
  width: 148px;
  height: 148px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.core-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.resources {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
  background: #fff;
}

.resource-intro h2 {
  margin: 0;
  color: var(--navy);
  font: 400 clamp(38px, 4vw, 60px)/1.08 "DM Serif Display", Georgia, serif;
  letter-spacing: -.035em;
}

.resource-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.resource-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  background: #f7f8f9;
  transition: transform .28s ease, box-shadow .28s ease;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(4, 19, 33, .12);
}

.resource-card h3 {
  margin: 70px 0 15px;
  color: var(--navy);
  font: 400 31px/1.08 "DM Serif Display", Georgia, serif;
}

.resource-card p {
  margin: 0;
  color: var(--muted);
}

.resource-card b {
  margin-top: auto;
  padding-top: 28px;
  color: var(--blue);
  font-size: 14px;
}

.resource-card.dark {
  border-color: var(--navy);
  background: var(--navy);
}

.resource-card.dark h3 {
  color: #fff;
}

.resource-card.dark p {
  color: #b9cad7;
}

.resource-card.dark b {
  color: #7fe2e5;
}

.resource-card > span {
  color: #8b713e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.client-access {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(189, 161, 106, .08) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(rgba(189, 161, 106, .06) 1px, transparent 1px) 0 0 / 96px 96px,
    var(--navy);
  color: #fff;
}

.client-access::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--gold);
  content: "";
}

.client-access-intro,
.client-access-grid {
  position: relative;
  z-index: 1;
}

.client-access .eyebrow {
  color: #d6bd89;
}

.client-access-intro h2 {
  margin: 0;
  font: 400 clamp(38px, 4.2vw, 62px)/1.07 "DM Serif Display", Georgia, serif;
  letter-spacing: -.035em;
}

.client-access-intro > p:not(.eyebrow) {
  max-width: 600px;
  margin: 28px 0 0;
  color: #c3d1da;
  font-size: 18px;
}

.client-access-intro small {
  display: block;
  max-width: 540px;
  margin-top: 24px;
  color: #829aab;
  font-size: 13px;
}

.client-access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.client-access-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-top: 4px solid var(--gold);
  background: #fff;
  color: var(--navy);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  transition: transform .28s ease, box-shadow .28s ease;
}

.client-access-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 34px 80px rgba(0, 0, 0, .25);
}

.client-access-card .client-platform {
  color: #8b713e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.client-access-card h3 {
  margin: 68px 0 15px;
  font: 400 32px/1.08 "DM Serif Display", Georgia, serif;
}

.client-access-card p {
  margin: 0;
  color: var(--muted);
}

.client-access-card strong {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
  color: var(--blue);
  font-size: 14px;
}

.client-access-card.dark {
  border-top-color: var(--cyan);
  background: #0c2b44;
  color: #fff;
}

.client-access-card.dark .client-platform {
  color: #7fe2e5;
}

.client-access-card.dark p {
  color: #b9cad7;
}

.client-access-card.dark strong {
  color: #7fe2e5;
}

.reform-card {
  background:
    linear-gradient(118deg, rgba(15,65,98,.96), rgba(4,19,33,.98)),
    var(--navy);
  border-left: 4px solid var(--gold);
}

.contact-card {
  border-top-color: var(--gold);
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 13px 17px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 3px;
  background: var(--navy);
  box-shadow: 0 16px 40px rgba(4,19,33,.26);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  transition: transform .22s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
}

footer nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

footer nav a:hover {
  color: #fff;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-editorial {
    min-height: 520px;
  }

  .advisory-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .advisory-heading .eyebrow {
    margin-bottom: 0;
  }

  .advisory-grid {
    grid-template-columns: 1fr 1fr;
  }

  .advisory-card.dark {
    grid-column: 1 / -1;
    min-height: 440px;
  }

  .resources {
    grid-template-columns: 1fr;
  }

  .client-access {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .topbar {
    height: 72px;
  }

  .hero {
    min-height: auto;
    padding-block: 54px 28px;
  }

  .hero h1 {
    font-size: 45px;
  }

  .hero-editorial {
    min-height: 430px;
  }

  .hero-editorial figcaption {
    grid-template-columns: 1fr;
  }

  .hero-editorial figcaption span {
    padding: 12px 0 0;
    border-top: 1px solid rgba(255,255,255,.4);
    border-left: 0;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip span:nth-child(2) {
    border-right: 0;
  }

  .advisory-grid {
    grid-template-columns: 1fr;
  }

  .advisory-card,
  .advisory-card.dark {
    min-height: 470px;
    grid-column: auto;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
  }

  .core.core-brand {
    width: 124px;
    height: 124px;
  }

  .resource-grid {
    grid-template-columns: 1fr;
  }

  .client-access-grid {
    grid-template-columns: 1fr;
  }

  .client-access-card {
    min-height: 290px;
  }

  .resource-card {
    min-height: 330px;
  }

  footer nav {
    flex-direction: column;
    gap: 10px;
  }
}
