:root {
  --navy: #092042;
  --navy-deep: #061831;
  --gold: #a9864f;
  --gold-deep: #806238;
  --ink: #111820;
  --paper: #f4f1ea;
  --mist: #e6e8e4;
  --muted: #68727b;
  --line: rgba(17, 24, 32, 0.18);
  --line-light: rgba(255, 255, 255, 0.2);
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.27;
  content: "";
  background-image: repeating-linear-gradient(0deg, rgba(9, 32, 66, 0.018) 0 1px, transparent 1px 4px);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  overflow: hidden;
}

.site-header,
main > section,
.site-footer {
  width: min(calc(100% - 64px), var(--max-width));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand img {
  width: 64px;
  height: auto;
}

.brand > span {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-name em {
  color: var(--gold);
  font-style: normal;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 13px;
}

nav a,
.text-link {
  transition: color 180ms ease;
}

nav a:hover,
.text-link:hover {
  color: var(--gold);
}

.nav-cta {
  padding: 10px 14px 11px;
  border: 1px solid var(--gold-deep);
  background: var(--gold-deep);
  color: var(--paper);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.text-link span {
  display: inline-block;
  margin-left: 7px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(3px, -2px);
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(44px, 8vw, 120px);
  min-height: 670px;
  padding-block: 72px 90px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  align-self: center;
  max-width: 670px;
  padding-block: 18px 28px;
}

.eyebrow,
.section-kicker,
.register-label,
.solution-meta,
.instrument-topline,
.instrument-scale,
.footer-brand {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(3.6rem, 6.9vw, 6.9rem);
  line-height: 0.96;
}

.hero-lede {
  max-width: 540px;
  margin-bottom: 35px;
  color: #4e5b65;
  font-size: clamp(1.12rem, 1.8vw, 1.34rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button-primary {
  background: var(--navy);
  color: #fff;
}

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

.button-light {
  background: var(--paper);
  color: var(--navy);
}

.button-light:hover {
  background: var(--gold);
  color: #fff;
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 5px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
}

.hero-art {
  position: relative;
  min-height: 500px;
  align-self: center;
  overflow: hidden;
  padding: 22px 24px 24px;
  background:
    radial-gradient(circle at 74% 31%, rgba(169, 134, 79, 0.22) 0 1px, transparent 2px 100%),
    linear-gradient(122deg, transparent 0 55%, rgba(255, 255, 255, 0.035) 55.2% 55.4%, transparent 55.6% 100%),
    var(--navy);
  color: #fff;
}

.hero-art::before,
.hero-art::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero-art::before {
  top: 70px;
  right: -105px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.hero-art::after {
  right: 40px;
  bottom: 56px;
  width: 112px;
  border-top: 1px solid var(--gold);
  transform: rotate(-36deg);
  transform-origin: right center;
}

.instrument-topline {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.63);
  font-size: 9px;
}

.instrument-orbit {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 470px);
  aspect-ratio: 1;
  margin: 30px auto 2px;
}

.instrument-orbit img {
  position: relative;
  z-index: 2;
  width: 65%;
  opacity: 0.96;
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.orbit-one {
  width: 58%;
  height: 58%;
}

.orbit-two {
  width: 79%;
  height: 79%;
  border-color: rgba(169, 134, 79, 0.72);
  transform: rotate(19deg) scaleX(0.45);
}

.orbit-three {
  width: 94%;
  height: 94%;
  border-color: rgba(255, 255, 255, 0.15);
  transform: rotate(-28deg) scaleY(0.28);
}

.orbit-point {
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(169, 134, 79, 0.16);
}

.point-one {
  top: 12%;
  right: 25%;
}

.point-two {
  bottom: 21%;
  left: 18%;
  width: 5px;
  height: 5px;
  background: #fff;
  box-shadow: none;
}

.instrument-caption {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 76%;
  margin: 0 auto;
  padding-top: 15px;
  border-top: 1px solid var(--line-light);
  transform: translateY(-12px);
}

.caption-number {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
}

.instrument-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.1;
}

.instrument-scale {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
}

.scale-line {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 4px;
}

.scale-line::before {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  content: "";
}

.scale-line i,
.scale-line b {
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}

.scale-line b {
  border-color: var(--gold);
  background: var(--gold);
}

.statement,
.solutions,
.audiences,
.process {
  padding-block: 110px;
}

.statement {
  border-bottom: 1px solid var(--line);
}

.section-kicker {
  color: var(--gold);
}

.statement-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14%;
  padding-top: 42px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.7rem, 5.2vw, 5.4rem);
  line-height: 0.98;
}

.statement-grid p,
.section-heading > p:last-child,
.process-intro > p:last-child {
  align-self: end;
  max-width: 440px;
  margin-bottom: 5px;
  color: #56626b;
  font-size: 17px;
  line-height: 1.6;
}

.register-strip {
  display: grid;
  grid-template-columns: 1.15fr repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.register-strip > * {
  min-height: 116px;
  padding: 22px 18px 18px;
  border-right: 1px solid var(--line);
}

.register-strip > *:last-child {
  border-right: 0;
}

.register-label {
  background: var(--navy);
  color: #fff;
}

.register-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.register-item > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
}

.register-item strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.register-item em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.25;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.68fr 1.1fr 0.7fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 65px;
}

.section-heading h2 {
  max-width: 560px;
}

.section-heading > p:last-child {
  font-size: 15px;
}

.solution-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.solution {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: 32px 34px 38px;
}

.solution + .solution {
  border-left: 1px solid var(--line);
}

.solution-insurance {
  background: rgba(255, 255, 255, 0.3);
}

.solution-derivative {
  background: var(--navy);
}

.solution-meta {
  display: flex;
  justify-content: space-between;
  color: var(--gold);
  font-size: 10px;
}

.solution-derivative .solution-meta {
  color: #d2b277;
}

.solution h3 {
  max-width: 430px;
  margin: auto 0 18px;
  font-size: clamp(2.1rem, 3.7vw, 3.7rem);
  line-height: 0.98;
}

.solution-derivative h3 {
  color: #fff;
}

.solution p {
  max-width: 465px;
  min-height: 78px;
  margin-bottom: 28px;
  color: #59666f;
  font-size: 15px;
  line-height: 1.55;
}

.solution-derivative p {
  color: rgba(255, 255, 255, 0.7);
}

.solution .text-link {
  color: var(--navy);
}

.solution-derivative .text-link {
  color: #fff;
}

.field-note {
  display: grid;
  grid-template-columns: 0.2fr 0.95fr 1fr;
  gap: 42px;
  align-items: start;
  padding-block: 88px;
  border-bottom: 1px solid var(--line);
}

.field-note-symbol {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.field-note-copy h2 {
  margin-block: 18px 20px;
  font-size: clamp(2.6rem, 4.5vw, 4.7rem);
}

.field-note-copy > p:last-child {
  max-width: 470px;
  margin-bottom: 0;
  color: #56626b;
  font-size: 16px;
}

.exposure-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.exposure-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.exposure-list span {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.exposure-list small {
  color: var(--muted);
  font-size: 11px;
  text-align: right;
}

.narrow-heading {
  grid-template-columns: 0.7fr 1.3fr;
  margin-bottom: 65px;
}

.narrow-heading h2 {
  max-width: 680px;
}

.audience-list {
  border-top: 1px solid var(--line);
}

.audience-row {
  display: grid;
  grid-template-columns: 0.25fr 0.85fr 1.15fr;
  gap: 20px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.audience-row > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
}

.audience-row strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.audience-row small {
  color: var(--muted);
  font-size: 13px;
}

.process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 12%;
  border-top: 1px solid var(--line);
}

.process-intro h2 {
  margin-block: 24px 24px;
  font-size: clamp(2.7rem, 4.2vw, 4.4rem);
}

.process-intro > p:last-child {
  font-size: 15px;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 0 0 27px;
  border-bottom: 1px solid var(--line);
}

.process-list li > span {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.process-list li + li {
  padding-top: 27px;
}

.process-list li h3,
.process-list li p {
  grid-column: 2;
}

.process-list li > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
}

.process-list h3 {
  margin-bottom: 9px;
  font-size: 29px;
}

.process-list p {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 10%;
  min-height: 450px;
  padding: 70px 8% 75px;
  background: var(--navy);
  color: #fff;
}

.contact::before {
  position: absolute;
  top: -115px;
  right: -120px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(169, 134, 79, 0.45);
  border-radius: 50%;
  content: "";
}

.contact-mark {
  position: relative;
  align-self: center;
}

.contact-mark::before,
.contact-mark::after {
  position: absolute;
  width: 84px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.contact-mark::before {
  top: 18%;
  left: 2%;
  transform: rotate(32deg);
}

.contact-mark::after {
  right: 4%;
  bottom: 18%;
  transform: rotate(-32deg);
}

.contact-mark img {
  position: relative;
  z-index: 1;
  width: min(100%, 285px);
  margin: auto;
}

.contact-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.contact-copy .eyebrow {
  color: #d2b277;
}

.contact-copy h2 {
  max-width: 710px;
  margin-block: 22px 32px;
  color: #fff;
  font-size: clamp(3rem, 5.7vw, 6rem);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 128px;
  color: var(--muted);
  font-size: 12px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.16em;
}

.footer-brand img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

.site-footer p {
  margin: 0;
}

.site-footer > a {
  color: var(--navy);
  font-weight: 700;
}

.site-footer small {
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: #7a8388;
  font-size: 10px;
}

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

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-art {
    min-height: 440px;
  }

  .statement-grid,
  .process {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .statement-grid p,
  .section-heading > p:last-child,
  .process-intro > p:last-child {
    max-width: 560px;
  }

  .section-heading {
    grid-template-columns: 0.6fr 1.2fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
  }

  .field-note {
    grid-template-columns: 0.2fr 1fr;
  }

  .exposure-list {
    grid-column: 2;
  }

  .contact {
    grid-template-columns: 0.5fr 1.5fr;
  }
}

@media (max-width: 700px) {
  .site-header,
  main > section,
  .site-footer {
    width: min(calc(100% - 36px), var(--max-width));
  }

  .site-header {
    min-height: 78px;
  }

  .brand img {
    width: 52px;
  }

  .brand > span {
    font-size: 13px;
    letter-spacing: 0.13em;
  }

  nav {
    gap: 0;
  }

  nav > a:not(.nav-cta) {
    display: none;
  }

  .nav-cta {
    padding-inline: 11px;
    font-size: 11px;
  }

  .hero {
    min-height: 0;
    padding-block: 55px 58px;
  }

  h1 {
    margin-bottom: 24px;
    font-size: clamp(3.35rem, 16vw, 5.2rem);
  }

  .hero-art {
    min-height: 365px;
    padding: 17px 18px 18px;
  }

  .instrument-orbit {
    width: min(100%, 330px);
    margin-top: 20px;
  }

  .instrument-caption {
    width: 85%;
    margin-bottom: 28px;
    transform: translateY(-8px);
  }

  .instrument-caption p {
    font-size: 15px;
  }

  .statement,
  .solutions,
  .audiences,
  .process {
    padding-block: 75px;
  }

  .statement-grid {
    padding-top: 27px;
  }

  h2 {
    font-size: clamp(2.6rem, 12vw, 4.4rem);
  }

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

  .register-strip > * {
    min-height: 102px;
  }

  .register-label {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .register-strip > *:nth-child(3) {
    border-right: 0;
  }

  .section-heading,
  .narrow-heading {
    display: block;
    margin-bottom: 42px;
  }

  .section-heading h2 {
    margin-block: 18px 23px;
  }

  .section-heading > p:last-child {
    margin-bottom: 0;
  }

  .solution-list {
    display: block;
  }

  .solution {
    min-height: 380px;
    padding: 25px 22px 31px;
  }

  .solution + .solution {
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

  .field-note {
    display: block;
    padding-block: 65px;
  }

  .field-note-symbol {
    margin-bottom: 32px;
  }

  .field-note-copy h2 {
    margin-block: 17px 19px;
  }

  .exposure-list {
    margin-top: 36px;
  }

  .audience-row {
    grid-template-columns: 35px 1fr;
    gap: 11px;
  }

  .audience-row small {
    grid-column: 2;
  }

  .process {
    gap: 42px;
  }

  .process-intro h2 {
    margin-block: 18px 20px;
  }

  .contact {
    display: block;
    min-height: 0;
    padding: 59px 25px 64px;
  }

  .contact-mark {
    margin-bottom: 42px;
  }

  .contact-mark img {
    width: 215px;
  }

  .contact-copy h2 {
    margin-block: 19px 27px;
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 13px;
    padding-block: 31px 27px;
  }

  .site-footer > a {
    order: 3;
  }

  .site-footer small {
    order: 4;
  }
}
