:root {
  --ink: #17262f;
  --slate: #344d58;
  --mist: #dde6e2;
  --paper: #e7eeeb;
  --line: #acbcbf;
  --claret: #8b3036;
  --gold: #a98749;
  --white: #f9fbfa;
  --shadow: 0 24px 70px rgba(23, 38, 47, 0.18);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(139, 48, 54, 0.35);
  outline-offset: 5px;
}

.site-header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  color: var(--white);
}

.brand,
.nav a,
.nav__button,
.section-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand {
  text-decoration: none;
}

.nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  text-decoration: none;
}

.nav a,
.nav__button {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  line-height: 1;
}

.nav__button,
.contact__button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav__button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #1e313b;
  color: var(--white);
}

.hero__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(18, 31, 39, 0.9) 0%, rgba(18, 31, 39, 0.58) 42%, rgba(18, 31, 39, 0.16) 100%),
    url("assets/regulatory-field-clean.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.015);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(980px, 76vw);
  background:
    radial-gradient(ellipse at 38% 58%, rgba(18, 31, 39, 0.72) 0%, rgba(18, 31, 39, 0.58) 42%, rgba(18, 31, 39, 0.28) 68%, rgba(18, 31, 39, 0) 100%),
    linear-gradient(90deg, rgba(18, 31, 39, 0.58), rgba(18, 31, 39, 0));
  pointer-events: none;
}

.hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 31, 39, 0.52) 0%, rgba(18, 31, 39, 0.24) 130px, rgba(18, 31, 39, 0) 300px),
    linear-gradient(90deg, rgba(18, 31, 39, 0) 0%, rgba(18, 31, 39, 0.3) 100%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 126px 0 78px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
}

.hero .eyebrow {
  color: rgba(249, 251, 250, 0.74);
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1,
h2 {
  font-family: "Iowan Old Style", Georgia, "Times New Roman", serif;
  font-weight: 600;
}

h1 {
  max-width: 900px;
  font-size: clamp(4.2rem, 11vw, 8.8rem);
}

.lede {
  max-width: 720px;
  margin: 20px 0 0;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.22;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  text-decoration: none;
  font-weight: 700;
  border-radius: 2px;
  cursor: pointer;
  font: inherit;
}

.button--primary {
  background: var(--white);
  color: var(--ink);
}

.button--secondary {
  color: var(--white);
}

.intro,
.focus,
.credentials,
.contact {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0;
  border-top: 1px solid var(--line);
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 88px);
  border-top: 0;
}

.intro h2 {
  max-width: 780px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  color: var(--slate);
}

.intro > p {
  margin: 38px 0 0;
  font-size: 1.22rem;
  line-height: 1.48;
}

.section-heading {
  display: block;
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.focus .section-heading h2 {
  max-width: 680px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.85rem, 2.6vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--slate);
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  box-shadow: none;
}

.focus-item {
  min-height: 230px;
  padding: 28px 30px;
  background: var(--white);
}

.focus-item h3 {
  font-size: 1.35rem;
  color: var(--ink);
}

.focus-item p {
  margin: 18px 0 0;
}

.credentials {
  display: grid;
  grid-template-columns: 360px minmax(520px, 1fr);
  align-items: start;
  gap: clamp(42px, 6vw, 86px);
}

.credentials .section-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 0;
  padding-top: 2px;
}

.credentials .section-heading h2 {
  max-width: 340px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.85rem, 2.35vw, 2.45rem);
  font-weight: 700;
  line-height: 1.1;
}

.credential-list {
  margin: 0;
}

.credential-list div {
  display: grid;
  grid-template-columns: minmax(132px, 0.26fr) 1fr;
  align-items: baseline;
  gap: clamp(24px, 4vw, 48px);
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.credential-list div:last-child {
  border-bottom: 1px solid var(--line);
}

.credential-list dt {
  font-weight: 700;
  color: var(--claret);
}

.credential-list dd {
  margin: 0;
  min-width: 0;
}

.contact {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: clamp(42px, 7vw, 96px);
  padding-bottom: 96px;
}

.contact h2 {
  max-width: 620px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.9rem, 2.7vw, 2.85rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--slate);
}

.contact__links {
  align-self: end;
  display: grid;
  gap: 14px;
  font-size: 1.15rem;
  font-weight: 700;
}

.contact__button {
  width: max-content;
  font: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

@media (max-width: 1120px) {
  .intro,
  .credentials,
  .contact {
    grid-template-columns: 1fr;
  }

  .intro h2 {
    max-width: 860px;
    font-size: clamp(2.25rem, 7vw, 4rem);
  }

  .section-heading h2,
  .focus .section-heading h2,
  .credentials .section-heading h2,
  .contact h2 {
    max-width: 760px;
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .intro > p {
    margin-top: 0;
  }

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

  .focus-item {
    min-height: auto;
  }

  .credentials {
    gap: 30px;
  }

  .credential-list div {
    grid-template-columns: 150px minmax(0, 1fr);
  }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    width: min(100% - 28px, 1160px);
    padding-top: 18px;
  }

  .nav {
    gap: 12px;
  }

  .hero__image {
    background-image:
      linear-gradient(180deg, rgba(18, 31, 39, 0.88) 0%, rgba(18, 31, 39, 0.62) 58%, rgba(18, 31, 39, 0.24) 100%),
      url("assets/regulatory-field-clean.png");
    background-position: 54% center;
  }

  .hero__content {
    width: min(100% - 28px, 1160px);
    padding-bottom: 52px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .lede {
    font-size: 1.18rem;
    max-width: 340px;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: min(100%, 310px);
  }

  .button {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .intro,
  .focus,
  .credentials,
  .contact {
    width: min(100% - 28px, 1160px);
    padding: 52px 0;
  }

  .intro h2 {
    font-size: clamp(2rem, 11vw, 3.15rem);
  }

  .section-heading h2,
  .focus .section-heading h2,
  .credentials .section-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .contact h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.6rem);
  }

  .credential-list div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
