:root {
  color-scheme: light;
  --paper: #f5f5f5;
  --ink: #062d43;
  --blue: #0063a5;
  --green: #2e8145;
  --muted: #52646b;
  --line: #d9e1dd;
  --mint: #e8f0e9
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased
}

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

a:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 7px;
  border-radius: 4px
}

::selection {
  background: #cce3d0;
  color: var(--ink)
}

.shell {
  width: min(100% - 7.5rem,1320px);
  margin-inline: auto
}

.skip {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  padding: .8rem 1.2rem;
  background: var(--ink);
  color: white;
  transform: translateY(-180%)
}

.skip:focus {
  transform: translateY(0)
}

.header {
  min-height: 112px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid var(--line)
}

.wordmark {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -.08em;
  color: var(--blue);
  line-height: 1
}

.wordmark span {
  color: var(--green)
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.25rem;
  font-size: .875rem
}

.focus-link {
  padding: .65rem 0;
  border-bottom: 1px solid transparent;
  transition: border-color .2s
}

.focus-link:hover {
  border-color: var(--ink)
}

.status {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  border: 1px solid #c7d8cb;
  border-radius: 100px;
  padding: .55rem .9rem;
  color: #28683a;
  font-size: .8125rem;
  white-space: nowrap
}

.status::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: var(--green);
  border-radius: 50%
}

.hero {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  align-items: center;
  gap: 4rem;
  padding: 5.75rem 0 5rem
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .75rem;
  letter-spacing: .16em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1.7rem;
  color: var(--green)
}

.eyebrow::before {
  content: "";
  width: 23px;
  height: 2px;
  background: currentColor
}

h1 {
  margin: 0;
  font-size: clamp(3.4rem,5.8vw,5.5rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -.06em
}

h1 span {
  display: block
}

h1 .accent {
  color: var(--blue)
}

.intro {
  max-width: 390px;
  margin: 1.75rem 0 0;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--muted)
}

.hero-brand {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1.1;
  width: 100%;
  max-width: 480px;
  justify-self: end;
  background: var(--mint);
  border-radius: 50% 50% 12px 50%;
  isolation: isolate
}

.brand-orbit {
  position: absolute;
  inset: 7%;
  border: 1px solid #9fbeaa;
  border-radius: 50%;
  transform: rotate(-24deg) scaleX(1.1);
  z-index: -1
}

.logo-frame {
  width: 77%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 18px 45px #173c2920;
  transform: rotate(-5deg)
}

.logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(5deg)
}

.edition {
  position: absolute;
  bottom: 1.55rem;
  right: 1.6rem;
  display: flex;
  gap: .55rem;
  align-items: baseline;
  color: #366147;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em
}

.edition span {
  font-size: 1.5rem;
  letter-spacing: -.06em
}

.focus {
  border-top: 1px solid var(--line);
  padding: 1.6rem 0 3.25rem
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem
}

.section-heading h2 {
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: var(--muted)
}

.section-heading p {
  font-size: .8125rem;
  margin: 0;
  color: var(--muted)
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr))
}

.pillar {
  padding: 0 2.5rem
}

.pillar:first-child {
  padding-left: 0
}

.pillar:last-child {
  padding-right: 0
}

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

.pillar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.7rem
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #e4edf4;
  border-radius: 12px
}

.pillar:nth-child(2) .icon {
  color: var(--green);
  background: #e2ece3
}

.pillar:nth-child(3) .icon {
  color: var(--ink);
  background: #e5ebee
}

.icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}

.number {
  font-size: .75rem;
  color: #6a7b80;
  font-variant-numeric: tabular-nums
}

h3 {
  max-width: 250px;
  font-size: 1.3125rem;
  letter-spacing: -.03em;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 .75rem
}

.pillar p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 290px;
  margin: 0
}

footer {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 0 1.8rem;
  color: #607278;
  font-size: .75rem;
  line-height: 1.6
}

footer p {
  margin: 0
}

.footer-note {
  color: var(--green)
}

.will-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .7s ease,transform .7s ease
}

.will-reveal.is-visible {
  opacity: 1;
  transform: translateY(0)
}

@media(min-width:1600px) {
  .hero {
    padding-top: 6.5rem;
    padding-bottom: 6rem
  }
}

@media(max-width:1000px) {
  .shell {
    width: calc(100% - 5rem)
  }
  .hero {
    gap: 2.5rem;
    padding: 4.5rem 0
  }
  .pillar {
    padding-inline: 1.75rem
  }
  .hero-brand {
    aspect-ratio: 1
  }
  .logo-frame {
    width: 80%
  }
  h1 {
    font-size: clamp(3rem,6.5vw,4.6rem)
  }
}

@media(max-width:760px) {
  .shell {
    width: calc(100% - 3rem)
  }
  .header {
    min-height: 90px
  }
  .header-right {
    gap: 1.2rem
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 2.7rem;
    padding: 3.5rem 0 3rem
  }
  .hero-copy {
    max-width: 590px
  }
  h1 {
    font-size: clamp(3rem,10vw,4.5rem)
  }
  .intro {
    max-width: 430px
  }
  .hero-brand {
    width: min(100%,370px);
    aspect-ratio: 1.16;
    justify-self: center
  }
  .logo-frame {
    width: 72%
  }
  .edition {
    bottom: 1.25rem;
    right: 1.25rem
  }
  .section-heading {
    margin-bottom: 1.8rem
  }
  .pillars {
    grid-template-columns: 1fr
  }
  .pillar,.pillar:first-child,.pillar:last-child {
    padding: 1.65rem 0
  }
  .pillar:first-child {
    padding-top: 0
  }
  .pillar+.pillar {
    border-left: 0;
    border-top: 1px solid var(--line)
  }
  .pillar-top {
    margin-bottom: 1rem
  }
  h3 {
    max-width: none
  }
  .pillar p {
    max-width: 440px
  }
  .focus {
    padding-bottom: .5rem
  }
  footer {
    padding-top: 1.4rem
  }
  .eyebrow {
    margin-bottom: 1.4rem
  }
}

@media(max-width:380px) {
  .shell {
    width: calc(100% - 2rem)
  }
  .header-right {
    gap: .8rem
  }
  .focus-link {
    font-size: .8125rem
  }
  .status {
    padding: .5rem .7rem;
    font-size: .75rem
  }
  .wordmark {
    font-size: 1.75rem
  }
  .section-heading {
    align-items: flex-start;
    gap: 1rem
  }
  .section-heading p {
    max-width: 120px;
    text-align: right
  }
  footer {
    flex-direction: column;
    gap: .3rem
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
  .will-reveal {
    opacity: 1;
    transform: none;
    transition: none
  }
}
