:root {
  --ink: #14251d;
  --forest: #1d3c2e;
  --muted: #667169;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --sage: #dfe7d8;
  --line: #d9ddd4;
  --orange: #e86c3c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
}

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

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 5vw;
  padding-left: calc(5vw + env(safe-area-inset-left));
  padding-right: calc(5vw + env(safe-area-inset-right));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.03em;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-style: italic;
}

.site-header nav {
  display: flex;
  gap: 34px;
  color: #39483f;
  font-size: 14px;
  font-weight: 700;
}

.site-header nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.site-header nav a:hover {
  border-color: var(--ink);
}

.hero {
  min-height: calc(100vh - 94px);
  min-height: calc(100svh - 94px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 5vw 96px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 6vw;
}

.hero-copy {
  position: relative;
  z-index: 2;
  animation: rise .7s ease both;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  margin: 0;
  font-size: 86px;
  font-size: clamp(58px, 7.1vw, 110px);
  line-height: .94;
  letter-spacing: -.065em;
}

h1 em {
  color: var(--orange);
  font-weight: 400;
}

.intro {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.55;
}

.primary-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding: 15px 20px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.primary-link span {
  color: var(--orange);
  font-size: 18px;
}

.hero-art {
  position: relative;
  width: 100%;
  max-width: 560px;
  justify-self: end;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: inset 0 0 0 1px rgba(20,37,29,.08), 0 36px 100px rgba(37,63,48,.1);
  animation: rise .7s .12s ease both;
}

.hero-art::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.hero-monogram {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 112px;
  font-size: clamp(72px, 9vw, 138px);
  letter-spacing: -.09em;
  transform: translateX(-.035em);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(29,60,46,.24);
  border-radius: 50%;
}

.orbit-one {
  inset: 12%;
}

.orbit-two {
  inset: 27%;
}

.accent-dot {
  position: absolute;
  right: 11%;
  top: 18%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 18px 36px rgba(232,108,60,.28);
}

.company {
  display: grid;
  grid-template-columns: 120px minmax(0, 760px);
  gap: 6vw;
  justify-content: center;
  padding: 120px 7vw;
  background: var(--forest);
  color: #fff;
}

.section-number {
  margin: 8px 0 0;
  color: #aebdaf;
  font-size: 14px;
  letter-spacing: .12em;
}

.company .eyebrow {
  color: #e7a180;
}

.company h2,
.focus h2 {
  margin: 0;
  font-size: 58px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.045em;
}

.company div > p:last-child {
  max-width: 670px;
  margin: 30px 0 0;
  color: #d3ddd4;
  font-size: 20px;
  line-height: 1.65;
}

.focus {
  padding: 120px 6vw;
  background: var(--paper);
}

.section-heading {
  max-width: 1200px;
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 8vw;
  align-items: end;
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.focus-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.focus-grid article {
  min-height: 290px;
  padding: 34px 32px;
  border-right: 1px solid var(--line);
}

.focus-grid article:last-child {
  border-right: 0;
}

.focus-grid article > span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.focus-grid h3 {
  margin: 90px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -.03em;
}

.focus-grid p {
  max-width: 270px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.statement {
  padding: 100px 8vw;
  background: var(--cream);
  text-align: center;
}

.statement p {
  max-width: 900px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.25;
  letter-spacing: -.035em;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 5vw;
  padding-left: calc(5vw + env(safe-area-inset-left));
  padding-right: calc(5vw + env(safe-area-inset-right));
  padding-bottom: calc(34px + env(safe-area-inset-bottom));
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.footer-brand {
  font-size: 16px;
}

.footer-brand .brand-mark {
  width: 32px;
  height: 32px;
  font-size: 17px;
}

footer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 760px), (max-device-width: 560px) {
  .site-header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 56px 20px 72px;
    gap: 54px;
    text-align: center;
  }

  h1 {
    font-size: 58px;
  }

  .intro {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .primary-link {
    margin-top: 28px;
  }

  .hero-art {
    width: 86vw;
    max-width: 420px;
    justify-self: center;
  }

  .hero-monogram {
    font-size: 82px;
  }

  .company {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 82px 22px;
  }

  .company h2,
  .focus h2 {
    font-size: 42px;
  }

  .company div > p:last-child {
    font-size: 18px;
  }

  .focus {
    padding: 82px 20px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 44px;
  }

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

  .focus-grid article {
    min-height: 0;
    padding: 28px 6px 30px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .focus-grid article:last-child {
    border-bottom: 0;
  }

  .focus-grid h3 {
    margin-top: 34px;
  }

  .statement {
    padding: 76px 22px;
  }

  .statement p {
    font-size: 29px;
  }

  footer {
    flex-direction: column;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (max-width: 360px), (max-device-width: 360px) {
  .site-header nav {
    gap: 12px;
    font-size: 12px;
  }

  .brand {
    gap: 8px;
    font-size: 15px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .hero {
    padding: 42px 14px 62px;
  }

  h1 {
    font-size: 50px;
  }

  .intro {
    font-size: 16px;
  }

  .hero-art {
    width: 90vw;
  }

  .hero-monogram {
    font-size: 68px;
  }

  .accent-dot {
    width: 42px;
    height: 42px;
  }

  .company h2,
  .focus h2 {
    font-size: 36px;
  }
}

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

  .hero-copy,
  .hero-art {
    animation: none;
  }
}
