:root {
  --slate: #323e4e;
  --slate-dark: #202936;
  --coral: #de3a31;
  --paper: #f4f2ed;
  --paper-deep: #e8e4dc;
  --ink: #22262b;
  --muted: #666c72;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --content: min(1180px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 5px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--slate-dark);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--content);
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  font-family: var(--serif);
  font-size: 0.94rem;
  letter-spacing: -0.04em;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.2rem;
}

.site-header nav {
  display: flex;
  gap: 34px;
}

.site-header nav a,
.back-link {
  position: relative;
  color: inherit;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  max-height: 980px;
  overflow: hidden;
  background: var(--slate-dark);
  color: var(--white);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 27, 36, 0.94) 0%, rgba(25, 33, 43, 0.72) 37%, rgba(25, 33, 43, 0.08) 68%),
    linear-gradient(0deg, rgba(18, 23, 30, 0.5) 0%, transparent 36%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: var(--content);
  height: 100%;
  margin: 0 auto;
  padding-top: clamp(150px, 20vh, 220px);
}

.eyebrow,
.section-index {
  margin: 0 0 30px;
  color: var(--coral);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(5rem, 10.8vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.77;
}

.hero-role {
  margin: 32px 0 36px 8px;
  padding-left: 22px;
  border-left: 3px solid var(--coral);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.1vw, 1.8rem);
  line-height: 1.25;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-left: 8px;
  padding: 13px 0 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-link span {
  color: var(--coral);
  font-size: 1.1rem;
  transition: transform 180ms ease;
}

.hero-link:hover span {
  transform: translateY(4px);
}

.hero-caption {
  position: absolute;
  z-index: 1;
  right: max(32px, calc((100vw - 1180px) / 2));
  bottom: 46px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.7;
  text-align: right;
  text-transform: uppercase;
}

.section {
  padding: 128px max(32px, calc((100vw - 1180px) / 2));
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: start;
}

.section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5.3vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.expertise-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 96px;
  margin-top: 100px;
  margin-left: calc((100% + 64px) / 3);
}

.expertise-copy p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.05rem;
}

.expertise-copy .lead {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.45;
}

.fact-highlight {
  padding: 6px 0 36px;
  border-bottom: 1px solid #c8c6c0;
}

.fact-highlight strong {
  display: block;
  color: var(--coral);
  font-family: var(--serif);
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.fact-highlight span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.expertise-facts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.expertise-facts li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #d4d1ca;
  font-family: var(--serif);
  font-size: 1.05rem;
}

.expertise-facts li span {
  color: var(--coral);
  font-family: var(--sans);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.contact {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 100px;
  background: var(--slate);
  color: var(--white);
}

.section-index-light {
  color: #f06c65;
}

.contact-details {
  align-self: end;
}

.contact-note {
  max-width: 520px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-line {
  display: block;
  padding: 22px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  text-decoration: none;
}

.contact-line > span {
  display: block;
  margin-bottom: 5px;
  color: #f06c65;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-line strong {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 400;
}

a.contact-line:hover strong {
  color: #ff918b;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 28px max(32px, calc((100vw - 1180px) / 2));
  background: var(--slate-dark);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}

footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 28px;
}

.footer-links a:hover {
  color: var(--white);
}

.site-header-solid {
  position: relative;
  left: auto;
  transform: none;
  width: 100%;
  padding: 0 max(32px, calc((100vw - 1180px) / 2));
  background: var(--slate);
  color: var(--white);
}

.legal-main {
  width: var(--content);
  margin: 0 auto;
  padding: 112px 0 128px;
}

.legal-heading {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  column-gap: 72px;
  align-items: end;
  padding-bottom: 70px;
  border-bottom: 1px solid #d2cec6;
}

.legal-heading .section-index {
  grid-row: span 2;
  align-self: start;
}

.legal-heading h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.84;
}

.legal-heading > p:last-child {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.legal-content {
  width: min(720px, 100%);
  margin: 72px 0 0 auto;
}

.legal-content section {
  padding: 0 0 34px;
  margin: 0 0 40px;
  border-bottom: 1px solid #d8d4cc;
}

.legal-content h2 {
  margin: 0 0 18px;
  color: var(--slate);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
}

.legal-content p {
  margin: 0 0 16px;
  color: #52575d;
}

.legal-content a {
  color: var(--slate);
}

@media (max-width: 900px) {
  :root {
    --content: calc(100vw - 40px);
  }

  .hero {
    min-height: 700px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(20, 27, 36, 0.92) 0%, rgba(25, 33, 43, 0.6) 58%, rgba(25, 33, 43, 0.2) 100%);
  }

  .section-intro,
  .contact,
  .legal-heading {
    grid-template-columns: 1fr;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
    gap: 56px;
    margin-top: 64px;
    margin-left: 0;
  }

  .section,
  .legal-main {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .contact {
    gap: 72px;
  }

  .legal-heading .section-index {
    grid-row: auto;
  }

  .legal-content {
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  .site-header {
    min-height: 74px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-name {
    display: none;
  }

  .site-header nav {
    gap: 20px;
  }

  .hero {
    min-height: 660px;
    max-height: none;
  }

  .hero-image {
    object-position: 68% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(20, 27, 36, 0.92) 0%, rgba(25, 33, 43, 0.57) 72%, rgba(25, 33, 43, 0.26) 100%),
      linear-gradient(0deg, rgba(18, 23, 30, 0.74) 0%, transparent 45%);
  }

  .hero-content {
    padding-top: 142px;
  }

  .hero h1 {
    font-size: clamp(4.4rem, 24vw, 6.2rem);
  }

  .hero-role {
    margin-top: 26px;
    margin-left: 4px;
  }

  .hero-link {
    margin-left: 4px;
  }

  .hero-caption {
    right: 20px;
    bottom: 24px;
  }

  .section,
  .site-header-solid,
  footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-intro {
    gap: 8px;
  }

  .section h2 {
    font-size: 2.7rem;
  }

  .contact {
    gap: 58px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
    gap: 8px;
  }

  .legal-main {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .legal-heading {
    column-gap: 0;
    padding-bottom: 48px;
  }

  .legal-heading h1 {
    font-size: 4rem;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
