:root {
  --ink: #19382f;
  --green: #244c3f;
  --green-2: #3f6b59;
  --cream: #f8f1e5;
  --cream-2: #eee2cf;
  --paper: #fffdf8;
  --terra: #c96f4b;
  --gold: #d5ad67;
  --muted: #6c766f;
  --line: rgba(36, 76, 63, .15);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em
}

a {
  color: inherit
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 2000;
  background: #fff;
  padding: .75rem 1rem;
  border-radius: .5rem
}

.skip-link:focus {
  top: 1rem
}

.site-header {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: transparent
}

.navbar-brand {
  margin: 0
}

.logo {
  background: url("/img/krave-logo.png") no-repeat center left;
  background-size: contain;
  padding: 0 0 0 55px;
  color: var(--green);
  font-weight: 500;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.75rem
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  color: var(--cream);
  background: var(--green);
  border-radius: 50% 50% 46% 54%/56% 46% 54% 44%;
  font-size: 1.2rem;
  font-style: italic
}

.nav-link {
  color: var(--ink);
  font-size: .93rem;
  font-weight: 600
}

.nav-link:hover,
.nav-link:focus {
  color: var(--terra)
}

.small-link {
  padding: .5rem 0
}

.btn {
  border-radius: 999px;
  font-weight: 500;
  padding: .78rem 1.45rem
}

.btn-sm {
  padding: .58rem 1.15rem
}

.btn-lg {
  padding: .95rem 1.65rem;
  font-size: 1rem
}

.btn.btn-krave {
  color: #fff;
  background: var(--green);
  border: 1px solid var(--green)
}

.btn.btn-krave:hover,
.btn.btn-krave:focus {
  color: #fff;
  background: var(--terra);
  border-color: var(--terra);
  transform: translateY(-1px)
}

.btn.btn-outline-krave {
  color: var(--green);
  border: 1px solid var(--green)
}

.btn.btn-outline-krave:hover {
  color: #fff;
  background: var(--green)
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
  padding: 8.5rem 0 5.5rem
}

.min-vh-75 {
  min-height: 72vh
}

.hero:after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -30%;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  border: 1px solid rgba(201, 111, 75, .2)
}

.eyebrow {
  color: var(--terra);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase
}

.display-1 {
  max-width: 850px;
  font-size: clamp(3.1rem, 6.2vw, 6.35rem);
  line-height: .96
}

.display-1 em {
  color: var(--terra);
  font-weight: 400
}

.hero-copy {
  max-width: 680px;
  color: #4d5b55;
  font-size: 1.15rem;
  line-height: 1.75
}

.trial-note {
  color: #53635d;
  font-size: .86rem;
  font-weight: 600
}

.hero-art {
  position: relative;
  min-height: 500px
}

.recipe-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(330px, 80vw);
  height: 390px;
  padding: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 2rem 4rem rgba(25, 56, 47, .13)
}

.card-back {
  top: 1rem;
  right: 0;
  align-items: center;
  background: var(--green);
  color: #fff;
  transform: rotate(7deg);
  letter-spacing: .14em;
  font-size: .72rem
}

.card-back i {
  font-size: 5rem;
  margin-top: 1.25rem;
  color: var(--gold)
}

.card-front {
  top: 3.5rem;
  left: 0;
  background: var(--paper);
  transform: rotate(-4deg)
}

.card-front:before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(201, 111, 75, .22);
  border-radius: .6rem
}

.hand-note {
  position: relative;
  color: var(--terra);
  font-family: var(--serif);
  font-style: italic
}

.card-front h2 {
  position: relative;
  margin: .7rem 0 1.4rem;
  font-size: 2.2rem
}

.rule {
  position: relative;
  width: 100%;
  height: 6px;
  margin: .45rem 0;
  background: #e6ded0;
  border-radius: 3px
}

.rule.short {
  width: 64%
}

.avatar-stack {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2.2rem
}

.avatar-stack span,
.avatar-stack b {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-left: -.45rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--terra);
  color: #fff;
  font-size: .75rem
}

.avatar-stack span:first-child {
  margin-left: 0
}

.avatar-stack span:nth-child(2) {
  background: var(--green-2)
}

.avatar-stack span:nth-child(3) {
  background: var(--gold)
}

.avatar-stack b {
  background: var(--cream-2);
  color: var(--green)
}

.love-note {
  position: absolute;
  right: -.5rem;
  bottom: 1.5rem;
  z-index: 4;
  padding: .8rem 1rem;
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 1rem 2rem rgba(25, 56, 47, .13);
  font-family: var(--serif);
  font-style: italic;
  transform: rotate(3deg)
}

.love-note i {
  color: var(--terra);
  margin-right: .5rem
}

.section-pad {
  padding: 7rem 0
}

.story {
  background: var(--paper)
}

.story-visual {
  position: relative;
  max-width: 500px
}

.photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/5;
  padding: 2rem;
  text-align: center;
  background: url("/img/photos/kala-sonal-christmas-photo-enhanced.png") no-repeat center / cover;
  border: 10px solid #fff;
  outline: 1px solid var(--line);
  box-shadow: 0 2rem 3.5rem rgba(25, 56, 47, .12);
  transform: rotate(-2deg)
}

.photo-placeholder i {
  font-size: 2.5rem
}

.photo-placeholder span {
  margin-top: 1rem;
  font-family: var(--serif);
  font-size: 1.7rem
}

.photo-placeholder small {
  max-width: 260px
}

.story-caption {
  position: absolute;
  right: -2.5rem;
  bottom: 2rem;
  padding: 1.2rem 1.4rem;
  background: var(--green);
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(25, 56, 47, .18);
  transform: rotate(2deg);
  font-family: var(--serif);
  font-style: italic
}

.story-caption span {
  color: var(--gold);
  font-size: 2rem;
  line-height: 1;
}

.display-4 {
  font-size: clamp(2.4rem, 4.3vw, 4.1rem);
  line-height: 1.05
}

blockquote {
  margin: 2rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid var(--terra);
  color: var(--green);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.45
}

.signature {
  color: var(--muted);
  font-size: .9rem
}

.text-link {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--green);
  padding-bottom: .25rem
}

.text-link:hover {
  color: var(--terra);
  border-color: var(--terra)
}

.solutions {
  background: var(--cream)
}

.section-heading {
  max-width: 820px
}

.section-heading>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem
}

.solution-row {
  position: relative
}

.solution-card {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: rgba(255, 253, 248, .88);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  box-shadow: 0 .8rem 2.4rem rgba(25, 56, 47, .06);
  transition: .2s ease
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1.4rem 3rem rgba(25, 56, 47, .1)
}

.solution-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  margin-bottom: 1.8rem;
  border-radius: 1.2rem;
  background: #e2ebdf;
  color: var(--green);
  font-size: 1.9rem
}

.solution-icon span {
  position: absolute;
  right: -.45rem;
  bottom: -.45rem;
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--terra);
  color: #fff;
  font: 700 .65rem var(--sans)
}

.solution-step {
  margin-bottom: .65rem;
  color: var(--terra);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase
}

.solution-card h3 {
  font-size: 1.8rem;
  line-height: 1.15
}

.solution-card>p:not(.solution-step) {
  color: var(--muted)
}

.small-stack {
  margin: 0 0 1.2rem
}

.natural-fit {
  margin-top: auto;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line)
}

.natural-fit strong {
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em
}

.natural-fit p {
  margin: .35rem 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55
}

.pricing {
  background: var(--paper);
  /* until we have testimonials */
  background: #edf1ea;
}

.draft-pill {
  display: inline-block;
  margin-top: 1rem;
  padding: .5rem .8rem;
  border: 1px dashed var(--terra);
  border-radius: 999px;
  color: #9a5139;
  background: #fff7f2;
  font-size: .75rem;
  font-weight: 700
}

.price-card {
  position: relative;
  padding: 2.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.3rem
}

.price-yearly {
  color: var(--terra) !important;
}

.price-card.featured {
  border: 2px solid var(--green);
  box-shadow: 0 1.5rem 3rem rgba(25, 56, 47, .12);
  transform: translateY(-.5rem)
}

.popular {
  position: absolute;
  top: 0;
  right: 1.5rem;
  padding: .45rem .8rem;
  background: var(--green);
  color: #fff;
  border-radius: 0 0 .65rem .65rem;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em
}

.price-card h3 {
  font-size: 2.3rem
}

.price-card>p {
  color: var(--muted)
}

.price-placeholder {
  margin: 1.5rem 0 0;
  color: var(--green)
}

.price-placeholder span {
  font: 400 3rem var(--serif)
}

.price-placeholder small {
  margin-left: .25rem;
  color: var(--muted)
}

.placeholder-label {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em
}

.price-card ul {
  margin: 1.8rem 0
}

.price-card li {
  margin: .8rem 0
}

.price-card li i {
  margin-right: .65rem;
  color: var(--terra);
  font-size: 1.2rem
}

.testimonials {
  background: #edf1ea
}

.testimonial-card {
  padding: 2rem;
  background: var(--paper);
  border-radius: 1rem
}

.placeholder-badge {
  display: inline-block;
  padding: .3rem .55rem;
  background: #f8e4da;
  color: #8d4a34;
  border-radius: .4rem;
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase
}

.quote-mark {
  height: 3.7rem;
  color: var(--gold);
  font: 5rem/1 var(--serif)
}

.testimonial-card>p {
  color: #4e5b56;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.45
}

.testimonial-card footer {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-top: 1.5rem
}

.testimonial-avatar {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: var(--cream-2)
}

.testimonial-card footer strong,
.testimonial-card footer small {
  display: block
}

.testimonial-card footer small {
  color: var(--muted)
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  background: var(--green);
  color: #fff
}

.final-cta:before,
.final-cta:after {
  content: "";
  position: absolute;
  width: 22rem;
  height: 22rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%
}

.final-cta:before {
  left: -8rem;
  top: -10rem
}

.final-cta:after {
  right: -8rem;
  bottom: -10rem
}

.eyebrow.light {
  color: var(--gold)
}

.final-cta h2 {
  max-width: 800px;
  margin: 0 auto 1.25rem;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1
}

.final-cta p {
  margin: 0 auto 2rem;
  color: #d9e3dd
}

.final-cta small {
  display: block;
  margin-top: 1rem;
  color: #bcd0c5
}

.site-footer {
  background: #163229;
  color: #dbe7e0
}

.footer-brand {
  color: #fff
}

.site-footer p {
  color: #aebfb6
}

.site-footer h2 {
  font: 700 .75rem var(--sans);
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #fff
}

.site-footer a:not(.brand) {
  display: block;
  color: #b9c9c0;
  text-decoration: none;
  margin: .45rem 0
}

.site-footer a:hover {
  color: #fff
}

.light-link {
  display: inline !important;
  color: #fff !important;
  border-color: #fff
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #91a69b;
  font-size: .8rem
}

.site-footer .footer-social a {
  display: inline-block !important;
  font-size: 1.2rem;
  margin: 0 0 0 1rem;
}

@media(max-width:991.98px) {
  .site-header {
    background: rgba(248, 241, 229, .96)
  }

  .navbar-collapse {
    padding: 1rem 0 1.5rem
  }

  .hero {
    padding-top: 9rem
  }

  .hero-art {
    max-width: 500px;
    margin: 0 auto
  }

  .story-caption {
    right: 0
  }

  .price-card.featured {
    transform: none
  }

  .section-pad {
    padding: 5rem 0
  }
}

@media(max-width:575.98px) {
  body {
    font-size: .96rem
  }

  .hero {
    padding: 8rem 0 4rem
  }

  .hero-art {
    min-height: 420px
  }

  .recipe-card {
    width: 260px;
    height: 325px;
    padding: 2rem
  }

  .card-back {
    right: 1rem
  }

  .card-front {
    left: .5rem
  }

  .love-note {
    right: .25rem
  }

  .section-pad {
    padding: 4.2rem 0
  }

  .story-caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: -moz-max-content;
    width: max-content;
    max-width: 90%;
    margin: -1.5rem 0 0 auto
  }

  .solution-card,
  .price-card,
  .testimonial-card {
    padding: 1.6rem
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem
  }
}

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

  .solution-card,
  .btn {
    transition: none
  }

  .solution-card:hover,
  .btn:hover {
    transform: none
  }
}

.how-it-works {
  overflow: hidden;
  background: var(--paper)
}

.how-intro {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.08rem
}

.how-steps {
  border-top: 1px solid var(--line)
}

.how-step {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--line)
}

.how-step-number {
  padding-top: .22rem;
  color: var(--terra);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em
}

.how-step h3 {
  margin: 0 0 .25rem;
  font-size: 1.35rem
}

.how-step p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55
}

.featured-step {
  position: relative
}

.featured-step:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: .75rem;
  bottom: .75rem;
  width: 3px;
  border-radius: 3px;
  background: var(--terra)
}

.product-scene {
  position: relative;
  min-height: 690px;
  padding: 3.2rem 1.5rem;
  background: var(--cream);
  border-radius: 46% 54% 47% 53%/42% 40% 60% 58%
}

.product-scene:before {
  content: "";
  position: absolute;
  inset: 2rem;
  border: 1px solid rgba(201, 111, 75, .2);
  border-radius: 52% 48% 58% 42%/48% 54% 46% 52%;
  transform: rotate(5deg)
}

.product-window {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  box-shadow: 0 2rem 4rem rgba(25, 56, 47, .16);
  transform: rotate(1deg)
}

.product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .8rem 1rem;
  border-bottom: 1px solid var(--line);
  background: #fffdf9
}

.mini-brand {
  background: url("/img/krave-logo.png") no-repeat center left;
  background-size: contain;
  padding: 0 0 0 28px;
  display: flex;
  align-items: center;
  gap: .4rem;
  font: 400 1rem var(--serif)
}

.mini-brand>span {
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-style: italic
}

.toolbar-actions {
  display: flex;
  align-items: center;
  gap: .9rem;
  color: var(--green)
}

.toolbar-actions>span {
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--terra);
  color: #fff;
  font-size: .65rem
}

.product-content {
  padding: 2rem 2.2rem 2.3rem
}

.recipe-meta {
  display: flex;
  justify-content: space-between;
  color: var(--terra);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}

.product-content>h3 {
  margin: .8rem 0 .15rem;
  font-size: 2.35rem;
  line-height: 1.05
}

.recipe-memory {
  color: var(--muted);
  font-family: var(--serif);
  font-style: italic
}

.recipe-author {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 1.25rem 0
}

.recipe-author>span {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--cream-2);
  color: var(--green);
  font-weight: 700
}

.recipe-author strong,
.recipe-author small {
  display: block;
  font-size: .75rem;
  line-height: 1.35
}

.recipe-author small {
  color: var(--muted)
}

.parts-label {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: 1.4rem 0 .65rem;
  color: var(--green);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase
}

.recipe-parts {
  display: grid;
  gap: .6rem
}

.recipe-part {
  display: grid;
  grid-template-columns: 2.6rem 1fr auto;
  align-items: center;
  gap: .8rem;
  padding: .8rem;
  border: 1px solid var(--line);
  border-radius: .75rem;
  background: #fff
}

.recipe-part.active {
  border-color: rgba(201, 111, 75, .45);
  background: #fff9f4
}

.part-icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .6rem;
  background: #f6dfd5;
  color: var(--terra)
}

.part-icon.sauce {
  background: #e0ebe4;
  color: var(--green)
}

.part-icon.side {
  background: #f4e9ca;
  color: #98742d
}

.recipe-part small,
.recipe-part strong {
  display: block;
  line-height: 1.3
}

.recipe-part small {
  color: var(--muted);
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .06em
}

.recipe-part strong {
  font-family: var(--serif);
  font-size: 1rem
}

.recipe-part>i {
  color: #aeb6b1
}

.product-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .8rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: .85rem;
  box-shadow: 0 1rem 2rem rgba(25, 56, 47, .13);
  font-size: .72rem;
  line-height: 1.35
}

.product-note>i {
  color: var(--terra);
  font-size: 1.3rem
}

.product-note strong,
.product-note span {
  display: block
}

.note-parts {
  right: -.5rem;
  top: 7rem;
  transform: rotate(3deg)
}

.note-shared {
  left: -.5rem;
  bottom: 5.5rem;
  transform: rotate(-3deg)
}

.tiny-avatars {
  display: flex !important
}

.tiny-avatars b {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: -.4rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: .55rem
}

.tiny-avatars b:first-child {
  margin-left: 0
}

.tiny-avatars b:nth-child(2) {
  background: var(--terra)
}

.tiny-avatars b:nth-child(3) {
  background: var(--gold)
}

@media(max-width:991.98px) {
  .product-scene {
    max-width: 680px;
    margin: 1rem auto 0
  }

  .note-parts {
    right: 0
  }

  .note-shared {
    left: 0
  }
}

@media(max-width:575.98px) {
  .product-scene {
    min-height: 570px;
    padding: 2.4rem .5rem;
    border-radius: 2.5rem
  }

  .product-content {
    padding: 1.5rem 1.1rem
  }

  .product-content>h3 {
    font-size: 1.85rem
  }

  .product-note {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: -moz-max-content;
    width: max-content;
    max-width: 94%;
    margin: -.5rem auto 1rem;
    transform: none
  }

  .note-shared {
    margin-top: 1rem
  }

  .featured-step:before {
    left: -.5rem
  }
}

.legal-page {
  min-height: 100vh;
  background: var(--paper)
}

.legal-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line)
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--green);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none
}

.legal-back:hover {
  color: var(--terra)
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 5rem;
  background: var(--cream)
}

.legal-hero:after {
  content: "";
  position: absolute;
  right: -7rem;
  bottom: -11rem;
  width: 26rem;
  height: 26rem;
  border: 1px solid rgba(201, 111, 75, .2);
  border-radius: 50%
}

.legal-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px
}

.legal-hero h1 {
  margin: .6rem 0 1rem;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 1
}

.legal-hero p:not(.eyebrow) {
  max-width: 690px;
  color: #4d5b55;
  font-size: 1.12rem
}

.legal-hero small {
  color: var(--muted);
  font-weight: 600
}

.legal-copy {
  max-width: 820px;
  margin: 0 auto
}

.legal-copy section {
  padding: 0 0 2.4rem;
  margin: 0 0 2.4rem;
  border-bottom: 1px solid var(--line)
}

.legal-copy section:last-child {
  border-bottom: 0
}

.legal-copy h2 {
  margin: 0 0 1rem;
  font-size: 1.85rem;
  color: var(--green)
}

.legal-copy p,
.legal-copy li {
  color: #4e5b56
}

.legal-copy ul {
  padding-left: 1.25rem
}

.legal-copy li {
  margin: .4rem 0
}

.legal-footer {
  font-size: .82rem
}

.legal-footer nav {
  display: flex;
  gap: 1.4rem
}

.legal-footer nav a {
  display: inline;
  margin: 0
}

@media(max-width:575.98px) {
  .legal-hero {
    padding: 4.5rem 0 3.5rem
  }

  .legal-body {
    padding-top: 4rem
  }

  .legal-copy h2 {
    font-size: 1.55rem
  }
}