@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-variable-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 62% 125%;
  font-display: swap;
}

:root {
  --ground: #FEFEFE;
  --band: #F6F5F5;
  --tier: #F5F9F2;
  --display: #928D90;
  --body: #5D5A5C;
  --rule: #D9D7D8;
  --accent-display: #4E9A37;
  --accent: #3A7D26;
  --page-gutter: 60px;
  --page-width: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ground);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--body);
  background: var(--ground);
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

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

a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

[hidden] {
  display: none !important;
}

.page-width {
  width: min(var(--page-width), calc(100% - (var(--page-gutter) * 2)));
  margin-inline: auto;
}

.display {
  margin-bottom: 0;
  font-family: "Archivo", sans-serif;
  font-stretch: 66%;
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.display-68 {
  font-size: clamp(40px, 4.72vw, 68px);
}

.display-58 {
  font-size: clamp(34px, 4.03vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.display-32 {
  font-size: 32px;
  line-height: 1.25;
}

.display-20 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-180%);
  background: var(--ground);
  color: var(--accent);
  font-weight: 700;
}

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

.rule-link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  font-weight: 600;
  line-height: 1.25;
  transition: border-color 160ms ease-out, color 160ms ease-out;
}

.rule-link:hover {
  border-bottom-color: transparent;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border: 1px solid var(--accent);
  border-radius: 2px;
  background: var(--accent);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transition: background-color 160ms ease-out, color 160ms ease-out;
}

.button:hover {
  background: var(--ground);
  color: var(--accent);
}

.button-outline {
  background: var(--ground);
  color: var(--accent);
}

.button-outline:hover {
  background: var(--accent);
  color: #FFFFFF;
}

.site-header {
  height: 86px;
  border-bottom: 1px solid var(--rule);
  background: var(--ground);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  width: 153px;
  flex: 0 0 auto;
}

.brand img {
  width: 100%;
  height: auto;
}

.header-link {
  padding-block: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.header-link:hover {
  color: var(--accent);
}

.page-main {
  padding-block: 96px 112px;
}

.page-intro {
  display: grid;
  grid-template-columns: 5fr 6fr;
  align-items: end;
  gap: 56px;
  margin-bottom: 70px;
}

.page-intro h1 {
  color: var(--display);
}

.start-intro {
  grid-template-columns: 7fr 4fr;
}

.start-intro h1 span {
  display: block;
  white-space: nowrap;
}

.page-intro p {
  width: min(100%, 64ch);
  margin: 0 0 5px auto;
  font-size: 18px;
  line-height: 1.6;
}

.package-overview {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 56px;
  margin-bottom: 92px;
  padding: 38px 42px 42px;
  border-top: 2px solid var(--accent-display);
  background: var(--tier);
}

.package-overview h2 {
  margin-bottom: 5px;
  color: var(--display);
}

.amount {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.tier-total,
.package-rate {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.package-rate {
  margin-bottom: 6px;
}

.package-blurb {
  width: min(100%, 70ch);
  margin: 5px 0 0;
  line-height: 1.65;
}

.section-heading {
  max-width: 16ch;
  margin-bottom: 52px;
  color: var(--display);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin: 0 0 90px;
  padding: 0;
  list-style: none;
}

.steps li {
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}

.steps li::before {
  content: attr(data-n) " /";
  display: block;
  margin-bottom: 13px;
  color: var(--accent);
  font-size: 20px;
  font-stretch: 66%;
  line-height: 1.2;
}

.steps h3 {
  margin-bottom: 14px;
  color: var(--body);
}

.steps p {
  margin-bottom: 0;
  line-height: 1.6;
}

.trust-block {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 56px;
  margin-bottom: 38px;
  padding: 42px;
  border-top: 1px solid var(--display);
  background: var(--band);
}

.trust-block h2 {
  color: var(--display);
}

.trust-block p {
  width: min(100%, 70ch);
  margin: 2px 0 0;
  line-height: 1.65;
}

.start-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 20px;
}

.start-note {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.picker-intro {
  margin-bottom: 56px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--rule);
}

.picker-intro h1 {
  max-width: 14ch;
  margin-bottom: 28px;
  color: var(--display);
}

.picker-intro p {
  width: min(100%, 68ch);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.package-picker {
  margin-bottom: 34px;
}

.package-option {
  display: grid;
  grid-template-columns: 240px 220px minmax(0, 1fr);
  align-items: start;
  gap: 44px;
  padding: 34px 28px 38px;
  border-top: 1px solid var(--display);
  transition: background-color 160ms ease-out;
}

.package-option:last-child {
  border-bottom: 1px solid var(--display);
}

.package-option:hover {
  background: var(--tier);
}

.package-option h2 {
  color: var(--display);
}

.package-option .amount {
  margin-bottom: 6px;
}

.package-option p {
  margin: 2px 0 0;
  line-height: 1.6;
}

.services-list {
  margin-bottom: 74px;
}

.service-row {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr) 220px;
  align-items: start;
  gap: 48px;
  padding-block: 38px 42px;
  border-top: 1px solid var(--display);
}

.service-row:last-child {
  border-bottom: 1px solid var(--display);
}

.service-summary h2 {
  margin-bottom: 5px;
  color: var(--display);
}

.service-copy ul {
  width: min(100%, 70ch);
  margin: 0;
  padding-left: 20px;
}

.service-copy li {
  margin-bottom: 9px;
  padding-left: 3px;
  line-height: 1.5;
}

.service-copy li:last-child {
  margin-bottom: 0;
}

.service-action {
  display: flex;
  justify-content: flex-end;
}

.service-action .button {
  width: 100%;
}

.application-note {
  display: grid;
  grid-template-columns: 440px minmax(0, 1fr);
  gap: 56px;
  padding: 42px;
  border-top: 2px solid var(--accent-display);
  background: var(--tier);
}

.application-note h2 {
  color: var(--display);
}

.application-note p {
  width: min(100%, 70ch);
  margin: 2px 0 0;
  line-height: 1.65;
}

.price-note {
  width: min(100%, 86ch);
  margin: 34px 0 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  font-size: 14px;
  line-height: 1.65;
}

.site-footer {
  border-top: 1px solid var(--rule);
  background: var(--ground);
}

.footer-inner {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  gap: 48px;
  padding-block: 38px 44px;
}

.footer-brand img {
  width: 122px;
  height: auto;
}

.footer-copy p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
}

.footer-copy p:last-child {
  margin-bottom: 0;
}

.footer-copy a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (max-width: 1024px) {
  :root {
    --page-gutter: 32px;
  }

  .package-overview,
  .trust-block,
  .application-note {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 40px;
  }

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-option {
    grid-template-columns: 190px 200px minmax(0, 1fr);
    gap: 32px;
  }

  .service-row {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 38px;
  }

  .service-action {
    grid-column: 1;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  :root {
    --page-gutter: 20px;
  }

  .display-32 {
    font-size: 28px;
  }

  .site-header {
    height: 76px;
  }

  .header-inner {
    gap: 18px;
  }

  .brand {
    width: 126px;
  }

  .header-link {
    max-width: 145px;
    text-align: right;
  }

  .page-main {
    padding-block: 62px 72px;
  }

  .page-intro,
  .package-overview,
  .trust-block,
  .application-note,
  .package-option,
  .service-row,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .start-intro h1 span {
    white-space: normal;
  }

  .page-intro {
    align-items: start;
    gap: 28px;
    margin-bottom: 52px;
  }

  .page-intro p {
    margin-left: 0;
    font-size: 16px;
  }

  .package-overview,
  .trust-block,
  .application-note {
    gap: 28px;
    margin-inline: calc(var(--page-gutter) * -1);
    padding: 32px var(--page-gutter) 36px;
  }

  .package-overview {
    margin-bottom: 66px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 62px;
  }

  .trust-block {
    margin-bottom: 32px;
  }

  .start-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .start-actions .button {
    width: 100%;
  }

  .picker-intro {
    margin-bottom: 34px;
    padding-bottom: 36px;
  }

  .picker-intro p {
    font-size: 16px;
  }

  .package-option,
  .service-row {
    gap: 22px;
    padding: 30px 0 34px;
  }

  .service-action {
    grid-column: auto;
  }

  .service-action .button {
    width: auto;
  }

  .services-list {
    margin-bottom: 58px;
  }

  .application-note {
    margin-bottom: 0;
  }

  .price-note {
    margin-top: 30px;
  }

  .footer-inner {
    gap: 28px;
    padding-block: 30px 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

.service-row ul,
.service-detail ul,
main ul.plain-list,
.services main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
