@import url("/assets/fonts.css");
:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #22372b;
  background: #f7f8f3;
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 3px solid #ad7639;
  outline-offset: 6px;
}
.header {
  height: 106px;
  margin: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbe1d8;
}
.brand {
  font-size: 27px;
  font-weight: 750;
  letter-spacing: 3px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.mark {
  position: relative;
  font-size: 37px;
  letter-spacing: -7px;
  color: #376449;
}
.mark span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ba9256;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: -9px;
}
.brand-note {
  font-size: 8px;
  letter-spacing: 1.4px;
  font-weight: 400;
  max-width: 110px;
  line-height: 1.6;
  margin-left: 18px;
  border-left: 1px solid #ced7cb;
  padding-left: 18px;
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
}
.nav-pill {
  padding: 13px 19px;
  border: 1px solid #cad3c6;
  border-radius: 3px;
}
.nav-pill span {
  margin-left: 20px;
}
main {
  margin: 0 6%;
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 5%;
  padding: 82px 0 68px;
  align-items: center;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 1.7px;
  font-weight: 700;
  line-height: 1.8;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #657c45;
  border-radius: 50%;
  margin-right: 8px;
}
h1 {
  font-size: clamp(42px, 4.25vw, 74px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -2.8px;
  margin: 28px 0;
}
h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #5c7654;
}
.intro {
  font-size: 16px;
  line-height: 1.75;
  color: #657065;
  max-width: 440px;
}
.primary {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  background: #294e38;
  color: #fff;
  padding: 18px 23px;
  margin-top: 19px;
  font-size: 12px;
  border-radius: 3px;
}
.primary:hover {
  background: #376247;
}
.primary span {
  font-size: 18px;
}
.hero-meta {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #7b8878;
  margin-top: 57px;
  padding-top: 18px;
  border-top: 1px solid #dbe1d8;
  max-width: 460px;
}
.drawing {
  border: 1px solid #d7dfd2;
  background: #eff3eb;
  box-shadow: 0 16px 40px #284d3510;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.drawing-top,
.drawing-bottom {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px;
  font-size: 7px;
  letter-spacing: 1.2px;
  color: #758570;
}
.drawing-top {
  border-bottom: 1px solid #d7dfd2;
}
.drawing-bottom {
  border-top: 1px solid #d7dfd2;
}
.drawing svg {
  display: block;
  width: 100%;
  height: auto;
}
.annotation {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: absolute;
  bottom: 67px;
  right: 20px;
  background: #fffef8;
  border: 1px solid #e0ddcf;
  box-shadow: 0 8px 20px #324c3310;
  padding: 18px;
  max-width: 330px;
}
.annotation-index {
  color: #ab7939;
  font-size: 11px;
  margin-top: 2px;
}
.annotation strong {
  font-size: 12px;
  font-weight: 600;
}
.annotation p {
  font-size: 10px;
  line-height: 1.6;
  color: #7c8275;
  margin: 7px 0 0;
}
.annotation-arrow {
  color: #9c845f;
  margin-left: 6px;
}
.principles {
  border-top: 1px solid #dbe1d8;
  padding: 26px 0 54px;
}
.section-label {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.7px;
  color: #74816e;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 33px;
}
.cards article {
  padding-right: 35px;
}
.cards article + article {
  border-left: 1px solid #dbe1d8;
  padding-left: 35px;
}
.number {
  font-family: Georgia, serif;
  font-size: 24px;
  color: #9ca993;
}
.cards h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin: 18px 0 12px;
}
.cards p {
  font-size: 12px;
  color: #737e70;
  line-height: 1.8;
  max-width: 285px;
}
.scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  border-top: 1px solid #dbe1d8;
  padding: 54px 0 64px;
}
.scope h2 {
  font-size: 31px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 20px 0;
}
.scope-list > div {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #dbe1d8;
  gap: 22px;
}
.scope-list > div:first-child {
  border-top: 1px solid #dbe1d8;
}
.scope-list span {
  font-size: 17px;
  font-family: Georgia, serif;
  color: #61784d;
}
.scope-list p {
  font-size: 13px;
  margin: 0;
}
.scope-list i {
  margin-left: auto;
  font-style: normal;
  color: #8c9a82;
}
.availability {
  padding: 48px;
  text-align: center;
  background: #eaf0e3;
  border: 1px solid #dce4d4;
  border-radius: 4px;
  margin-bottom: 62px;
}
.status-badge {
  display: inline-block;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #6b775a;
  padding: 8px 11px;
  background: #f7f8f1;
  border: 1px solid #d7e0cb;
  border-radius: 2px;
}
.availability h2 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.availability p {
  font-size: 13px;
  line-height: 1.8;
  color: #6a7663;
  max-width: 590px;
  margin: auto;
}
footer {
  margin: 0 6%;
  border-top: 1px solid #dbe1d8;
  padding: 27px 0 34px;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #84907c;
  font-size: 9px;
  line-height: 1.8;
}
.footer-brand {
  font-size: 18px;
  letter-spacing: 3px;
  color: #4d6246;
}
footer > span {
  margin-left: auto;
  font-size: 8px;
}
@media (min-width: 1600px) {
  main,
  .header,
  footer {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  .brand-note {
    display: none;
  }
  .hero {
    gap: 4%;
    padding-top: 58px;
  }
  h1 {
    font-size: 45px;
  }
  .intro {
    font-size: 14px;
  }
  .annotation {
    padding: 12px;
    right: 12px;
    bottom: 56px;
  }
  .cards {
    gap: 15px;
  }
  .cards article {
    padding-right: 15px;
  }
  .cards article + article {
    padding-left: 22px;
  }
}
@media (max-width: 700px) {
  .header {
    height: 80px;
  }
  nav {
    gap: 12px;
  }
  nav > a:not(.nav-pill) {
    display: none;
  }
  .brand {
    font-size: 23px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 36px;
    gap: 36px;
  }
  h1 {
    font-size: 48px;
  }
  .hero-meta {
    margin-top: 30px;
    max-width: none;
  }
  .drawing {
    max-width: 520px;
    width: 100%;
    margin: auto;
  }
  .cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .cards article + article {
    border-left: 0;
    border-top: 1px solid #dbe1d8;
    padding: 25px 0 0;
  }
  .cards article {
    padding: 0;
  }
  .cards p {
    max-width: none;
  }
  .scope {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 35px;
  }
  .scope h2 {
    font-size: 29px;
  }
  .availability {
    padding: 32px 20px;
  }
  .availability h2 {
    font-size: 26px;
  }
  footer {
    flex-wrap: wrap;
    gap: 10px 25px;
  }
  footer p {
    order: 3;
    width: 100%;
    margin: 0;
  }
  footer > span {
    margin-left: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}
