:root {
  --forest: #315600;
  --deep: #234200;
  --lime: #80bb19;
  --acid: #edffd0;
  --paper: #f7f8ed;
  --white: #fff;
  --line: rgba(49, 86, 0, 0.22);
  --serif: "Libre Baskerville", serif;
  --sans: "DM Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--acid);
  color: var(--forest);
  font-family: var(--sans);
  font-size: 16px;
  overflow-x: hidden;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.skip-link {
  position: fixed;
  left: 10px;
  top: -50px;
  z-index: 100;
  background: white;
  padding: 12px 18px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 92px;
  padding: 0 4.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 30;
  background: var(--acid);
}
.logo {
  display: flex;
  flex-direction: column;
  width: max-content;
  text-decoration: none;
  line-height: 0.7;
}
.logo span {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.085em;
}
.logo small {
  font: 400 10px/1 var(--serif);
  border-bottom: 1px solid;
  padding: 7px 1px 2px;
  width: max-content;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
}
.site-header nav > a {
  font-size: 13px;
  text-decoration: none;
}
.site-header nav > a:not(.pill) {
  position: relative;
}
.site-header nav > a:not(.pill):after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  border-bottom: 1px solid;
  transition: 0.25s;
}
.site-header nav > a:hover:after {
  right: 0;
}
.menu {
  display: none;
  border: 0;
  background: none;
  color: inherit;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border-radius: 100px;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition:
    transform 0.25s,
    background 0.25s;
}
.pill:hover {
  transform: translateY(-3px);
}
.pill-dark {
  background: var(--forest);
  color: var(--acid);
}
.pill-lime {
  background: var(--lime);
  color: var(--deep);
}
.pill-light {
  background: var(--acid);
  color: var(--deep);
}
.kicker,
.section-label {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.17em;
}
.section-label {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.section-label.light {
  color: var(--acid);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.06em;
}
.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr auto;
  gap: 3vw 7vw;
  padding: 7vh 4.5vw 2.5vh;
}
.hero-copy {
  align-self: center;
}
.hero h1 {
  font-size: clamp(64px, 8.7vw, 138px);
  line-height: 0.82;
  margin: 6vh 0 4vh;
}
.hero h1 i,
.promise h2 i,
.system h2 i,
.why h2 i,
.fit h2 i,
.about h2 i,
.cta h2 i,
.approach-hero h1 i {
  font: 400 0.84em/1 var(--serif);
  letter-spacing: -0.07em;
  color: var(--lime);
}
.hero-intro {
  max-width: 650px;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
}
.actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}
.underlink {
  font-size: 13px;
  text-underline-offset: 7px;
}
.underlink span {
  margin-left: 18px;
}
.hero-visual {
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(38vw, 570px);
  padding: 0 20px 22px 0;
}
.photo-frame {
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--forest);
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 22px 0 0 22px;
  background: var(--lime);
  z-index: -1;
}
.hero-visual > p {
  position: absolute;
  left: -55px;
  bottom: 6%;
  background: var(--forest);
  color: var(--acid);
  padding: 18px 23px;
  font: 400 15px/1.4 var(--serif);
}
.hero-stamp {
  position: absolute;
  right: -30px;
  top: -25px;
  background: var(--acid);
  border: 1px solid;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(8deg);
  font-size: 8px;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.hero-stamp b {
  font-size: 20px;
  color: var(--lime);
  margin: 5px;
}
.hero-trust {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  font-size: 10px;
  letter-spacing: 0.13em;
}
.marquee {
  background: var(--forest);
  color: var(--acid);
  overflow: hidden;
  white-space: nowrap;
  padding: 18px 0;
}
.marquee div {
  width: max-content;
  font-weight: 700;
  letter-spacing: 0.12em;
  animation: marquee 28s linear infinite;
}
.marquee b {
  color: var(--lime);
  margin: 0 34px;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.promise {
  background: var(--paper);
  padding: 110px 4.5vw;
  display: grid;
  grid-template-columns: 24% 76%;
  border-bottom: 1px solid var(--line);
}
.promise > div {
  max-width: 950px;
}
.promise h2,
.system h2,
.why h2,
.fit h2,
.about h2,
.cta h2 {
  font-size: clamp(46px, 6.5vw, 98px);
  line-height: 0.92;
  margin: 0 0 45px;
}
.promise > div > p {
  font-size: 20px;
  line-height: 1.65;
  max-width: 650px;
  margin-left: auto;
}
.system {
  background: var(--forest);
  color: var(--acid);
  padding: 110px 4.5vw;
}
.system-head {
  display: grid;
  grid-template-columns: 24% 76%;
  margin-bottom: 70px;
}
.system-head h2 {
  margin: 0;
}
.system-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(237, 255, 208, 0.28);
}
.system-grid article {
  min-height: 440px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(237, 255, 208, 0.28);
}
.system-grid article:last-child {
  border: 0;
}
.step-top {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.step-top b {
  font-size: 55px;
  font-weight: 400;
  color: var(--lime);
}
.system-grid h3 {
  font-size: 43px;
  margin: auto 0 15px;
}
.system-grid article > p {
  line-height: 1.6;
  max-width: 330px;
}
.system-grid small {
  color: var(--lime);
  font-size: 9px;
  letter-spacing: 0.15em;
  margin-top: 35px;
}
.why {
  padding: 120px 4.5vw;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.why-copy h2 {
  margin: 55px 0 35px;
}
.why-copy > p {
  font-size: 18px;
  line-height: 1.65;
  max-width: 590px;
  margin-bottom: 35px;
}
.why-cards {
  border-top: 1px solid var(--line);
}
.why-cards article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0 30px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.why-cards span {
  grid-row: 1/3;
  color: var(--lime);
  font-size: 11px;
}
.why-cards h3 {
  font-size: 33px;
  margin: 0 0 8px;
}
.why-cards p {
  margin: 0;
  line-height: 1.5;
}
.fit {
  background: var(--deep);
  color: var(--acid);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.fit-image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}
.fit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fit-image span {
  position: absolute;
  left: 35px;
  bottom: 30px;
  font-size: 11px;
  letter-spacing: 0.15em;
  background: var(--acid);
  color: var(--forest);
  padding: 15px;
}
.fit-copy {
  padding: 110px 7vw;
}
.fit-copy h2 {
  font-size: clamp(43px, 5vw, 76px);
  margin: 55px 0 30px;
}
.fit-copy > p {
  font-size: 18px;
  line-height: 1.6;
}
.fit-copy ul {
  list-style: none;
  padding: 0;
  margin: 35px 0;
}
.fit-copy li {
  border-top: 1px solid rgba(237, 255, 208, 0.25);
  padding: 16px 0;
}
.fit-copy li span {
  color: var(--lime);
  margin-right: 16px;
}
.about {
  padding: 120px 4.5vw;
  background: var(--acid);
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 5vw;
}
.about > .section-label {
  grid-column: 1/-1;
}
.about-copy {
  padding-top: 70px;
}
.eyeline {
  font: 400 17px/1.5 var(--serif);
  margin-bottom: 55px;
}
.about h2 {
  font-size: clamp(43px, 5.8vw, 86px);
}
.about-note {
  align-self: end;
  border-left: 1px solid var(--line);
  padding: 45px 0 0 4vw;
  font-size: 17px;
  line-height: 1.65;
}
.signature {
  font: 700 53px var(--sans);
  letter-spacing: -0.08em;
  display: block;
  margin-top: 40px;
}
.cta {
  min-height: 570px;
  background: var(--lime);
  color: var(--deep);
  padding: 90px 4.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.cta h2 {
  font-size: clamp(56px, 8vw, 120px);
  margin: 45px 0;
}
.cta h2 i {
  color: var(--acid);
}
footer {
  background: var(--deep);
  color: var(--acid);
  padding: 90px 4.5vw 30px;
}
.logo-light {
  color: var(--acid);
}
.footer-main {
  display: grid;
  grid-template-columns: 0.6fr 1fr auto;
  align-items: end;
  padding-bottom: 90px;
}
.footer-main p {
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0;
}
.footer-main > a:last-child {
  font-size: 15px;
  text-underline-offset: 6px;
}
.footer-bottom {
  border-top: 1px solid rgba(237, 255, 208, 0.25);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.footer-bottom div {
  display: flex;
  gap: 30px;
}
.footer-bottom a {
  text-decoration: none;
}
.approach-hero {
  padding: 13vh 4.5vw 11vh;
}
.approach-hero h1,
.contact-intro h1 {
  font-size: clamp(65px, 10vw, 145px);
  line-height: 0.83;
  margin: 7vh 0 5vh;
  letter-spacing: -0.075em;
}
.approach-hero > p:last-child {
  max-width: 600px;
  margin-left: auto;
  font-size: 20px;
  line-height: 1.6;
}
.approach-list {
  background: var(--paper);
  padding: 0 4.5vw;
}
.approach-list article {
  display: grid;
  grid-template-columns: 8% 43% 1fr;
  gap: 3vw;
  padding: 60px 0;
  border-top: 1px solid var(--line);
}
.approach-list article > span,
.approach-list article > div > p {
  font-size: 10px;
  letter-spacing: 0.15em;
}
.approach-list h2 {
  font-size: clamp(32px, 4vw, 58px);
  margin: 14px 0;
}
.approach-list article > p {
  line-height: 1.7;
  max-width: 470px;
}
.principles {
  background: var(--forest);
  color: var(--acid);
  padding: 100px 4.5vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.principles > .section-label {
  grid-column: 1/-1;
  margin-bottom: 40px;
}
.principles h2 {
  font-size: 35px;
}
.principles div p {
  line-height: 1.6;
}
.contact-page {
  background: var(--acid);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 92px);
}
.contact-intro {
  padding: 9vh 5vw 8vh 4.5vw;
}
.contact-intro h1 {
  font-size: clamp(60px, 7.2vw, 110px);
  margin: 5vh 0;
}
.contact-intro h1 i {
  font: 400 0.85em var(--serif);
  color: var(--lime);
}
.contact-intro > p:not(.kicker) {
  font-size: 18px;
  line-height: 1.6;
  max-width: 570px;
}
.direct {
  margin: 45px 0;
}
.direct small {
  display: block;
  font-size: 9px;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.direct a {
  text-underline-offset: 6px;
}
.call-detail {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 35px 1fr;
}
.call-detail span,
.call-detail p {
  padding-top: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  margin: 0;
}
.call-detail span {
  font-size: 10px;
  color: var(--lime);
}
.call-detail p {
  font-size: 13px;
  line-height: 1.45;
}
.form-panel {
  background: var(--forest);
  padding: 7vh 5vw;
  color: var(--acid);
}
form {
  max-width: 650px;
  margin: auto;
}
.form-number {
  font-size: 10px;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
form > label {
  display: block;
  margin-bottom: 28px;
}
form > label > span,
legend {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  margin-bottom: 9px;
}
input,
textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(237, 255, 208, 0.4);
  border-radius: 0;
  background: transparent;
  color: var(--acid);
  padding: 10px 0;
  font: 16px var(--sans);
  outline: none;
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: rgba(237, 255, 208, 0.5);
}
input:focus,
textarea:focus {
  border-color: var(--lime);
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 28px;
}
legend {
  padding: 0;
}
.checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.checks input {
  position: absolute;
  opacity: 0;
}
.checks label span {
  display: block;
  border: 1px solid rgba(237, 255, 208, 0.4);
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 12px;
  cursor: pointer;
}
.checks input:checked + span {
  background: var(--lime);
  color: var(--deep);
  border-color: var(--lime);
}
.submit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 0;
  border-radius: 50px;
  background: var(--lime);
  color: var(--deep);
  padding: 17px 22px;
  font: 600 14px var(--sans);
  cursor: pointer;
}
.form-note {
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  opacity: 0.65;
  margin: 15px auto 0;
  max-width: 440px;
}
.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.reveal.seen {
  opacity: 1;
  transform: none;
}
@media (max-width: 800px) {
  .site-header {
    height: 76px;
    padding: 0 20px;
  }
  .logo span {
    font-size: 27px;
  }
  .menu {
    display: block;
    width: 35px;
    height: 35px;
    padding: 5px;
  }
  .menu span {
    display: block;
    border-top: 1px solid;
    margin: 7px 0;
  }
  .site-header nav {
    display: none;
    position: fixed;
    inset: 76px 0 0;
    background: var(--acid);
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
  }
  .site-header nav > a {
    font-size: 25px;
  }
  .menu-open .site-header nav {
    display: flex;
  }
  .hero {
    min-height: auto;
    display: block;
    padding: 70px 20px 35px;
  }
  .hero h1 {
    font-size: 17vw;
    margin: 45px 0 30px;
  }
  .hero-intro {
    font-size: 17px;
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-visual {
    width: 92%;
    margin: 80px 0 45px auto;
  }
  .hero-visual > p {
    left: -10%;
    font-size: 12px;
  }
  .hero-stamp {
    right: -10px;
  }
  .hero-trust {
    display: grid;
    gap: 12px;
    padding-top: 20px;
  }
  .promise,
  .system-head,
  .why,
  .about {
    display: block;
  }
  .promise,
  .system,
  .why,
  .about {
    padding: 80px 20px;
  }
  .promise .section-label,
  .system-head .section-label,
  .why .section-label,
  .about > .section-label {
    margin-bottom: 45px;
  }
  .promise h2,
  .system h2,
  .why h2,
  .about h2,
  .cta h2 {
    font-size: 13vw;
  }
  .promise > div > p {
    font-size: 17px;
  }
  .system-grid {
    grid-template-columns: 1fr;
  }
  .system-grid article {
    min-height: 330px;
    border-right: 0;
    border-bottom: 1px solid rgba(237, 255, 208, 0.28);
  }
  .system-grid article:last-child {
    border: 0;
  }
  .why-cards {
    margin-top: 65px;
  }
  .fit {
    grid-template-columns: 1fr;
  }
  .fit-image {
    min-height: 560px;
  }
  .fit-copy {
    padding: 80px 20px;
  }
  .fit-copy h2 {
    font-size: 12vw;
  }
  .about-note {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 40px 0 0;
  }
  .cta {
    min-height: 500px;
    padding: 70px 20px;
  }
  footer {
    padding: 70px 20px 25px;
  }
  .footer-main {
    display: block;
    padding-bottom: 60px;
  }
  .footer-main p {
    margin: 50px 0;
  }
  .footer-bottom {
    gap: 22px;
    flex-wrap: wrap;
  }
  .footer-bottom div {
    order: 3;
    width: 100%;
  }
  .approach-hero {
    padding: 80px 20px;
  }
  .approach-hero h1,
  .contact-intro h1 {
    font-size: 17vw;
  }
  .approach-hero > p:last-child {
    font-size: 17px;
  }
  .approach-list {
    padding: 0 20px;
  }
  .approach-list article {
    grid-template-columns: 40px 1fr;
    padding: 45px 0;
  }
  .approach-list article > p {
    grid-column: 2;
  }
  .principles {
    grid-template-columns: 1fr;
    padding: 80px 20px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-intro {
    padding: 70px 20px;
  }
  .form-panel {
    padding: 65px 20px;
  }
  .contact-page .site-header nav {
    background: var(--acid);
  }
}
.hero-brand-frame {
  aspect-ratio: 1;
}
.hero-brand-frame img {
  object-fit: cover;
}
.system-grid article {
  min-height: 0;
}
.step-art {
  margin: 28px 0 30px;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--acid);
}
.step-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.system-grid article:hover .step-art img {
  transform: scale(1.025);
}
.system-grid h3 {
  margin: 0 0 15px;
}
.system-grid small {
  margin-top: auto;
  padding-top: 35px;
}
.cta {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 6vw;
}
.cta-copy {
  align-self: center;
}
.cta-art {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  align-self: center;
  justify-self: end;
  border: 1px solid rgba(35, 66, 0, 0.18);
}
@media (max-width: 800px) {
  .cta {
    display: block;
  }
  .cta-art {
    width: 100%;
    margin-top: 55px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.compact-footer {
  padding: 28px 4.5vw;
  background: var(--deep);
}
.compact-footer .footer-bottom {
  padding-top: 0;
  border-top: 0;
}
.privacy-hero {
  background: var(--forest);
  color: var(--acid);
  padding: 12vh 4.5vw 10vh;
  position: relative;
  overflow: hidden;
}
.privacy-hero:after {
  content: "";
  position: absolute;
  width: min(32vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(237, 255, 208, 0.28);
  border-radius: 50%;
  right: 9vw;
  top: 50%;
  transform: translateY(-50%);
}
.privacy-hero h1 {
  font-size: clamp(68px, 11vw, 160px);
  line-height: 0.82;
  letter-spacing: -0.075em;
  margin: 7vh 0 4vh;
  position: relative;
  z-index: 1;
}
.privacy-hero h1 i {
  font: 400 0.84em/1 var(--serif);
  letter-spacing: -0.07em;
  color: var(--lime);
}
.privacy-hero > p:not(.kicker):not(.privacy-date) {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
  max-width: 560px;
  position: relative;
  z-index: 1;
}
.privacy-date {
  color: var(--lime);
  font-size: 10px;
  letter-spacing: 0.16em;
  margin: 50px 0 0;
  position: relative;
  z-index: 1;
}
.privacy-layout {
  display: grid;
  grid-template-columns: minmax(180px, 23%) minmax(0, 720px);
  gap: 9vw;
  padding: 100px 4.5vw 130px;
  background: var(--paper);
}
.privacy-nav {
  align-self: start;
  position: sticky;
  top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}
.privacy-nav p,
.privacy-nav li {
  font-size: 11px;
  letter-spacing: 0.08em;
}
.privacy-nav p {
  font-weight: 700;
  margin-bottom: 20px;
}
.privacy-nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacy-nav li {
  border-bottom: 1px solid var(--line);
}
.privacy-nav a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
}
.privacy-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.privacy-content section {
  padding: 0 0 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid var(--line);
}
.privacy-content section:last-child {
  border: 0;
  margin-bottom: 0;
}
.policy-number {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--lime);
  font-weight: 700;
  margin-bottom: 22px;
}
.privacy-content h2 {
  font-size: clamp(35px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.06em;
  margin: 0 0 26px;
}
.privacy-content h3 {
  font-size: 16px;
  letter-spacing: -0.02em;
  margin: 30px 0 10px;
}
.privacy-content p,
.privacy-content li {
  font-size: 16px;
  line-height: 1.7;
}
.privacy-content p {
  margin-bottom: 18px;
}
.privacy-content ul {
  padding-left: 20px;
  margin: 0 0 18px;
}
.privacy-content li {
  padding-left: 6px;
  margin-bottom: 7px;
}
.privacy-content a {
  font-weight: 600;
  text-underline-offset: 5px;
}
.placeholder {
  color: var(--forest);
  font-style: italic;
}
@media (max-width: 800px) {
  .compact-footer {
    padding: 28px 20px;
  }
  .privacy-hero {
    padding: 80px 20px;
  }
  .privacy-hero:after {
    width: 70vw;
    right: -25vw;
    top: 42%;
  }
  .privacy-hero h1 {
    font-size: 17vw;
    margin: 45px 0 30px;
  }
  .privacy-layout {
    display: block;
    padding: 70px 20px 85px;
  }
  .privacy-nav {
    position: static;
    margin-bottom: 65px;
  }
  .privacy-nav ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 22px;
  }
  .privacy-content section {
    padding-bottom: 42px;
    margin-bottom: 42px;
  }
  .privacy-content p,
  .privacy-content li {
    font-size: 15px;
  }
}
.privacy-page,
.privacy-layout {
  background: var(--deep);
}
.privacy-layout {
  color: var(--acid);
}
.privacy-nav {
  border-color: rgba(237, 255, 208, 0.3);
}
.privacy-nav li,
.privacy-content section {
  border-color: rgba(237, 255, 208, 0.25);
}
.privacy-nav a,
.privacy-content a {
  color: var(--acid);
}
.privacy-nav a:hover,
.privacy-nav a:focus-visible,
.privacy-content a:hover,
.privacy-content a:focus-visible {
  color: var(--lime);
}
.privacy-content .policy-number {
  color: var(--lime);
}
.privacy-page :focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}
.privacy-layout {
  grid-template-columns: minmax(170px, 17%) minmax(0, 1050px);
  gap: 5vw;
}
.privacy-content p,
.privacy-content li {
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.75;
}
.privacy-content h3 {
  font-size: clamp(18px, 1.4vw, 22px);
  margin: 34px 0 12px;
}
.privacy-hero {
  padding: 14vh 7vw 12vh;
}
.privacy-hero > p:not(.kicker):not(.privacy-date) {
  font-size: clamp(19px, 1.7vw, 25px);
  max-width: 700px;
}
.privacy-hero .kicker,
.privacy-date {
  font-size: 12px;
}
.privacy-layout {
  padding: 125px 7vw 150px;
  gap: 6vw;
}
.privacy-nav {
  padding-top: 22px;
}
.privacy-nav p,
.privacy-nav li {
  font-size: 13px;
}
.privacy-nav p {
  margin-bottom: 24px;
}
.privacy-nav a {
  padding: 15px 0;
}
.privacy-content section {
  padding-bottom: 68px;
  margin-bottom: 68px;
}
.privacy-content h2 {
  font-size: clamp(42px, 4.5vw, 64px);
  margin-bottom: 32px;
}
.policy-number {
  font-size: 12px;
  margin-bottom: 26px;
}
.privacy-page footer {
  padding: 105px 7vw 36px;
}
.privacy-page .footer-main {
  grid-template-columns: 1fr auto;
}
@media (max-width: 800px) {
  .privacy-hero {
    padding: 80px 20px;
  }
  .privacy-layout {
    padding: 70px 20px 85px;
  }
  .privacy-hero > p:not(.kicker):not(.privacy-date) {
    font-size: 17px;
  }
  .privacy-hero .kicker,
  .privacy-date {
    font-size: 10px;
  }
  .privacy-nav p,
  .privacy-nav li {
    font-size: 11px;
  }
  .privacy-content section {
    padding-bottom: 42px;
    margin-bottom: 42px;
  }
  .privacy-content h2 {
    font-size: clamp(35px, 4vw, 56px);
    margin-bottom: 26px;
  }
  .policy-number {
    font-size: 10px;
    margin-bottom: 22px;
  }
  .privacy-page footer {
    padding: 70px 20px 25px;
  }
}
.privacy-hero:after {
  width: min(28vw, 390px);
  border: 1px solid rgba(237, 255, 208, 0.4);
  border-radius: 0;
  right: 7vw;
  background: var(--deep) url("maloy-brand.jpg") center/cover no-repeat;
  box-shadow: 18px 18px 0 var(--lime);
}
@media (max-width: 800px) {
  .privacy-hero:after {
    width: 52vw;
    right: -12vw;
    top: 40%;
    box-shadow: 10px 10px 0 var(--lime);
    opacity: 0.82;
  }
}
.marquee-track {
  display: flex;
  width: max-content;
  font-weight: 700;
  letter-spacing: 0.12em;
  animation: marquee 28s linear infinite;
}
.marquee-group {
  display: block;
  white-space: nowrap;
}
.marquee-group b {
  color: var(--lime);
  margin: 0 34px;
}
.marquee > div:not(.marquee-track) {
  animation: none;
}
/* Homepage customisations. */
.marquee .marquee-track {
  animation-duration: 100s;
}
.marquee .marquee-group b {
  margin-inline: 70px;
}
.section-label {
  align-items: baseline;
  gap: 16px;
  justify-content: flex-start;
  font: 700 14px/1.3 var(--sans);
  letter-spacing: 0.17em;
}
.section-label span {
  display: inline-block;
  min-width: 2ch;
  font-variant-numeric: tabular-nums;
}
.system-grid .step-top {
  display: none;
}
.system-grid .step-art {
  background: #efffd0;
}
.submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

@media (min-width: 801px) {
  html {
    scroll-snap-type: y proximity;
  }
  .promise {
    padding: 80px 4.5vw;
  }
  .why {
    padding: 85px 4.5vw;
  }
  .system,
  .fit,
  .about {
    height: auto;
    min-height: 100svh;
    overflow: visible;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .section-label {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .system {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 5vh, 70px) 4.5vw;
  }
  .system-head {
    margin-bottom: clamp(20px, 4vh, 50px);
  }
  .system h2 {
    font-size: clamp(42px, 5vw, 76px);
    margin: 0;
  }
  .system-grid {
    flex: 1;
    min-height: 0;
  }
  .system-grid article {
    min-height: 0;
    padding: clamp(12px, 1.5vw, 22px);
  }
  .system-grid h3 {
    margin: 0 0 8px;
  }
  .system-grid article > p {
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
  }
  .system-grid small {
    padding-top: 10px;
  }
  .system-grid .step-art {
    flex: 1 1 auto;
    height: auto;
    min-height: clamp(220px, 30vh, 360px);
    margin: 12px 0 18px;
  }
  .system-grid .step-art__image {
    object-fit: cover;
    transform: scale(1.404);
  }
  .system-grid article:hover .step-art__image {
    transform: scale(1.431);
  }
  .system-grid .step-art__image--local {
    transform: translate(10px, 20px) scale(1.404);
  }
  .system-grid article:hover .step-art__image--local {
    transform: translate(10px, 20px) scale(1.431);
  }
  .system-grid .step-art__image--calendar {
    transform: translateY(20px) scale(1.404);
  }
  .system-grid article:hover .step-art__image--calendar {
    transform: translateY(20px) scale(1.431);
  }

  .fit {
    align-items: stretch;
    aspect-ratio: auto;
  }
  .fit-image {
    align-self: stretch;
    min-height: 0;
  }
  .fit-image .fit-founder-image {
    object-fit: contain;
    object-position: center top;
    transform: none;
  }
  .fit-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(58px, 7.5vw, 110px) 7vw;
    transform: translateY(min(0px, calc((50vw - 100svh) / 2)));
  }
  .fit-copy .pill {
    align-self: flex-start;
    font-size: 16px;
    gap: 41px;
    padding: 18px 24px;
  }

  .about {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    padding: clamp(45px, 7vh, 90px) 4.5vw;
  }
  .about-copy {
    align-self: center;
    padding-top: 0;
  }
  .about-copy .section-label {
    margin-bottom: 55px;
  }
  .about h2 {
    font-size: clamp(46px, 6.5vw, 98px);
    margin: 55px 0 35px;
  }
  .about-note {
    align-self: center;
  }
}

@media (max-width: 800px) {
  .fit-image {
    min-height: 0;
    background: var(--deep);
  }
  .fit-image .fit-founder-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }
  .fit-copy .pill {
    font-size: 26px;
    gap: 68px;
    padding: 30px 40px;
  }
  .about-copy .section-label {
    margin-bottom: 45px;
  }
  .privacy-hero:after {
    display: none;
  }
}
.icon-arrow{display:inline-block;width:.9em;height:.9em;vertical-align:-.08em;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
