/** Shopify CDN: Minification failed

Line 22:0 Unexpected "<"
Line 762:0 Unexpected "<"

**/
/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 19:2 Expected ":"
Line 20:2 Expected ":"
Line 23:2 Expected ":"
Line 24:2 Expected ":"
Line 25:2 Expected ":"
Line 26:2 Expected ":"
Line 27:2 Expected ":"
Line 28:2 Expected ":"
Line 29:2 Expected ":"
... and 472 more hidden warnings

**/
<style>
  .af-page,
  .af-page * {
    box-sizing: border-box;
  }

  .af-page {
    --af-cream: #f3eddf;
    --af-white: #fffdf7;
    --af-ink: #173322;
    --af-green: #285a39;
    --af-red: #b83228;
    --af-gold: #e4a72d;
    --af-pale-green: #dbe0ba;

    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: var(--af-cream);
    color: var(--af-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.55;
  }

  .af-page img {
    display: block;
    max-width: 100%;
  }

  .af-page h1,
  .af-page h2,
  .af-page h3,
  .af-page p {
    margin-top: 0;
  }

  .af-page h1,
  .af-page h2,
  .af-page h3 {
    font-family: Georgia, "Times New Roman", serif;
    color: inherit;
  }

  .af-page a {
    color: inherit;
  }

  .af-tag {
    margin: 0 0 22px;
    color: var(--af-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .af-tag--light {
    color: #f4cf67;
  }

  .af-heading {
    margin: 0;
    font-size: clamp(48px, 6vw, 92px);
    font-weight: 800;
    line-height: .94;
    letter-spacing: -.055em;
  }

  .af-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 24px;
    border: 0;
    background: var(--af-red);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  /* HERO */

  .af-hero {
    position: relative;
    min-height: 720px;
    color: #fff;
    background: var(--af-ink);
  }

  .af-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .af-hero__shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(9,29,17,.9), rgba(9,29,17,.58) 42%, rgba(9,29,17,.06) 76%),
      linear-gradient(0deg, rgba(9,29,17,.4), transparent 55%);
  }

  .af-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 120px 7vw 100px;
  }

  .af-eyebrow {
    margin-bottom: 28px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
  }

  .af-hero h1 {
    margin: 0 0 40px;
    color: #fff;
    font-size: clamp(96px, 15vw, 210px);
    font-weight: 900;
    line-height: .65;
    letter-spacing: -.08em;
  }

  .af-hero h1 em {
    color: #ffc947;
    font-weight: 600;
  }

  .af-hero__lead {
    max-width: 650px;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.45;
  }

  .af-hero__place {
    position: absolute;
    z-index: 2;
    right: 5vw;
    bottom: 45px;
    padding-left: 17px;
    border-left: 4px solid var(--af-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .af-hero__place strong {
    display: block;
    margin-top: 5px;
    font-family: Georgia, serif;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
  }

  .af-ribbon {
    overflow: hidden;
    padding: 16px 3vw;
    background: var(--af-gold);
    color: var(--af-ink);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
  }

  /* INTRODUCTION */

  .af-intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 8vw;
    padding: 130px 8vw;
  }

  .af-intro__copy {
    max-width: 680px;
    padding-top: 40px;
  }

  .af-intro__lead {
    font-family: Georgia, serif;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.25;
  }

  /* STATS */

  .af-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(23,51,34,.24);
    border-bottom: 1px solid rgba(23,51,34,.24);
  }

  .af-stat {
    min-height: 210px;
    padding: 42px 3vw;
    border-right: 1px solid rgba(23,51,34,.24);
  }

  .af-stat:last-child {
    border-right: 0;
  }

  .af-stat strong {
    display: block;
    color: var(--af-red);
    font-family: Georgia, serif;
    font-size: clamp(48px, 6vw, 88px);
    line-height: 1;
  }

  .af-stat span {
    display: block;
    max-width: 190px;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  /* REAL EVENT PHOTOS */

  .af-moments {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 3vw;
    align-items: end;
    padding: 120px 8vw;
  }

  .af-photo {
    margin: 0;
  }

  .af-photo img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .af-photo--wide img {
    aspect-ratio: 16 / 10;
  }

  .af-photo figcaption {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-top: 3px solid var(--af-ink);
    font-size: 12px;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .af-photo figcaption strong {
    font-family: Georgia, serif;
    font-size: 17px;
    letter-spacing: 0;
    text-transform: none;
  }

  /* RESCUE PROCESS */

  .af-process {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    padding: 130px 8vw;
    background: var(--af-ink);
    color: #fff;
  }

  .af-process__steps {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .af-process__step {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 20px;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,.27);
  }

  .af-process__number {
    color: var(--af-gold);
    font-size: 12px;
    font-weight: 800;
  }

  .af-process__step h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 26px;
  }

  .af-process__step p {
    margin: 0;
    color: #dce4dd;
    font-size: 15px;
  }

  /* LET US PICK YOUR TREE */

  .af-tree-rescue {
    display: grid;
    grid-template-columns: 1fr .78fr;
    gap: 7vw;
    align-items: center;
    padding: 130px 8vw;
    background: var(--af-white);
  }

  .af-tree-rescue__lead {
    margin-top: 35px;
    font-family: Georgia, serif;
    font-size: clamp(24px, 2.7vw, 38px);
    font-weight: 700;
    line-height: 1.3;
  }

  .af-tree-rescue__poster {
    margin: 0;
  }

  .af-tree-rescue__poster img {
    width: 100%;
    box-shadow: 0 25px 70px rgba(23,51,34,.22);
  }

  .af-tree-rescue__poster figcaption {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  /* ENVIRONMENT */

  .af-planet {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 8vw;
    padding: 130px 8vw;
    background: var(--af-green);
    color: #fff;
  }

  .af-planet__lead {
    color: #f7d672;
    font-family: Georgia, serif;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.3;
  }

  .af-impact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 35px;
    margin-top: 40px;
  }

  .af-impact {
    padding: 23px 0;
    border-top: 1px solid rgba(255,255,255,.3);
  }

  .af-impact strong {
    font-family: Georgia, serif;
    font-size: 22px;
  }

  .af-impact p {
    margin: 8px 0 0;
    color: #dce5dc;
    font-size: 15px;
  }

  .af-planet__close {
    margin-top: 32px;
    padding-left: 20px;
    border-left: 4px solid var(--af-gold);
  }

  /* BOUNTY */

  .af-bounty {
    display: grid;
    grid-template-columns: 1.4fr .7fr;
    gap: 4vw;
    padding: 130px 8vw;
    background: var(--af-pale-green);
  }

  .af-bounty__card {
    padding: 7vw;
    background: var(--af-white);
  }

  .af-bounty__lead {
    margin: 30px 0;
    color: var(--af-red);
    font-family: Georgia, serif;
    font-size: clamp(24px, 2.5vw, 36px);
    font-weight: 700;
  }

  .af-bounty__rules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin: 35px 0;
  }

  .af-bounty__rules h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .af-reward {
    padding: 25px 0;
    border-top: 1px solid #bec4b4;
    border-bottom: 1px solid #bec4b4;
  }

  .af-reward small,
  .af-reward span,
  .af-reward strong {
    display: block;
  }

  .af-reward span,
  .af-reward small {
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .af-reward strong {
    margin: 7px 0;
    font-family: Georgia, serif;
    font-size: 24px;
  }

  .af-quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4vw;
    background: var(--af-red);
    color: #fff;
  }

  .af-quote__mark {
    color: var(--af-gold);
    font-family: Georgia, serif;
    font-size: 100px;
    line-height: .7;
  }

  .af-quote p {
    margin: 25px 0;
    font-family: Georgia, serif;
    font-size: clamp(31px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.05;
  }

  /* RESULTS */

  .af-results {
    padding: 130px 8vw;
    background: #e7e2d4;
  }

  .af-results__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    align-items: end;
    margin-bottom: 70px;
  }

  .af-results__intro-copy {
    max-width: 600px;
  }

  .af-results__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 3vw;
  }

  .af-result {
    margin: 0;
  }

  .af-result img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #fff;
  }

  .af-result figcaption {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-top: 3px solid var(--af-ink);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .af-result figcaption strong {
    font-family: Georgia, serif;
    font-size: 18px;
  }

  .af-result--feature {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: stretch;
    background: var(--af-ink);
    color: #fff;
  }

  .af-result--feature figcaption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4vw;
    border: 0;
  }

  .af-result--feature figcaption strong {
    font-size: clamp(64px, 8vw, 120px);
    line-height: 1;
  }

  .af-result--feature figcaption span {
    font-family: Georgia, serif;
    font-size: clamp(22px, 2.5vw, 38px);
    letter-spacing: 0;
    line-height: 1.15;
    text-transform: none;
  }

  /* COMMUNITY PRESSING */

  .af-pressing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9vw;
    padding: 120px 8vw;
    background: var(--af-white);
  }

  .af-pressing__intro p:last-child {
    max-width: 600px;
    margin-top: 30px;
  }

  .af-pressing__fact {
    display: grid;
    grid-template-columns: 155px 1fr;
    gap: 30px;
    align-items: center;
    margin: 0;
    padding: 22px 0;
    border-top: 1px solid #c7c9bd;
  }

  .af-pressing__fact strong {
    color: var(--af-red);
    font-family: Georgia, serif;
    font-size: 32px;
  }

  /* CLOSING */

  .af-closing {
    padding: 130px 5vw;
    background: var(--af-red);
    color: #fff;
    text-align: center;
  }

  .af-closing p {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .22em;
    text-transform: uppercase;
  }

  .af-closing h2 {
    margin: 15px 0 45px;
    color: #ffd466;
    font-size: clamp(74px, 14vw, 190px);
    font-weight: 800;
    line-height: .82;
    letter-spacing: -.065em;
  }

  .af-closing a {
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
  }

  @media (max-width: 900px) {
    .af-intro,
    .af-moments,
    .af-process,
    .af-tree-rescue,
    .af-planet,
    .af-bounty,
    .af-results__intro,
    .af-pressing {
      grid-template-columns: 1fr;
    }

    .af-stats {
      grid-template-columns: 1fr 1fr;
    }

    .af-stat:nth-child(2) {
      border-right: 0;
    }

    .af-moments {
      gap: 50px;
    }

    .af-impact-grid {
      grid-template-columns: 1fr 1fr;
    }

    .af-result--feature {
      grid-template-columns: 1fr;
    }

    .af-result--feature figcaption {
      min-height: 240px;
    }

    .af-quote {
      min-height: 420px;
    }
  }

  @media (max-width: 600px) {
    .af-page {
      font-size: 16px;
    }

    .af-hero {
      min-height: 650px;
    }

    .af-hero__content {
      padding: 90px 6vw;
    }

    .af-hero h1 {
      font-size: clamp(84px, 29vw, 145px);
    }

    .af-hero__place {
      display: none;
    }

    .af-intro,
    .af-moments,
    .af-process,
    .af-tree-rescue,
    .af-planet,
    .af-bounty,
    .af-results,
    .af-pressing {
      padding: 85px 6vw;
    }

    .af-stats {
      grid-template-columns: 1fr;
    }

    .af-stat {
      min-height: 160px;
      border-right: 0;
      border-bottom: 1px solid rgba(23,51,34,.24);
    }

    .af-impact-grid,
    .af-bounty__rules,
    .af-results__grid {
      grid-template-columns: 1fr;
    }

    .af-result--feature {
      grid-column: auto;
    }

    .af-result--feature figcaption strong {
      font-size: 65px;
    }

    .af-pressing__fact {
      grid-template-columns: 110px 1fr;
    }
  }
</style>
