.about-hero {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.about-hero > img,
.about-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero > img {
  object-fit: cover;
  object-position: center 58%;
}

.about-hero-shade {
  background: linear-gradient(0deg, rgba(28, 24, 29, .88), rgba(28, 24, 29, .08) 72%);
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  padding-bottom: 72px;
}

.about-hero h1,
.our-story h2,
.rodeo-roots h2,
.service-tradition h2,
.values-section h2,
.place-section h2,
.about-cta h2 {
  margin: 10px 0 18px;
  font-family: Oswald, sans-serif;
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  line-height: 1.03;
  text-transform: uppercase;
}

.about-hero-copy > p:last-child {
  margin: 0;
  font-size: 1.15rem;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(45px, 7vw, 90px);
  align-items: center;
}

.our-story h2,
.values-section h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
}

.story-layout figure {
  position: relative;
  margin: 0;
}

.story-photo > img {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 500px;
  max-height: 640px;
  object-fit: cover;
}

.story-layout figcaption {
  position: relative;
  z-index: 3;
  padding: 12px 0 0;
  color: var(--muted);
  font-size: .8rem;
}

.about-bigfoot-peeker {
  position: absolute;
  z-index: 4;
  bottom: 56px;
  right: 20%;
  width: min(37%, 225px);
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 9px 8px rgba(26, 30, 19, .24));
  user-select: none;
  will-change: opacity;
}

.about-bigfoot-peeker img {
  width: 100%;
  height: auto;
  filter: brightness(.74) saturate(.7) contrast(.98);
  transform-origin: 52% 88%;
  will-change: transform;
}

.about-bigfoot-peeker.is-playing {
  animation: about-bigfoot-peek 5.7s ease-in-out both;
}

.about-bigfoot-peeker.is-playing img {
  animation: about-bigfoot-wave 5.7s ease-in-out both;
}

@keyframes about-bigfoot-peek {
  0%, 8% { opacity: 0; }
  20%, 78% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes about-bigfoot-wave {
  0%, 17%, 70%, 100% { transform: rotate(0deg); }
  24% { transform: rotate(-2.6deg); }
  32% { transform: rotate(2.2deg); }
  40% { transform: rotate(-2deg); }
  48% { transform: rotate(1.8deg); }
  56% { transform: rotate(-1.2deg); }
  64% { transform: rotate(.8deg); }
}

.rodeo-roots {
  position: relative;
  overflow: hidden;
  color: #342a23;
  background: #eee5d5;
}

.rodeo-roots::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, .18), transparent 22%);
}

.rodeo-heading,
.rodeo-gallery {
  position: relative;
}

.rodeo-heading {
  max-width: 880px;
  margin-bottom: 52px;
}

.rodeo-roots h2 {
  max-width: 760px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.rodeo-heading > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.rodeo-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr);
  gap: clamp(24px, 4vw, 50px);
  align-items: center;
}

.rodeo-gallery figure {
  margin: 0;
  padding: 12px;
  background: #fffdf8;
  box-shadow: 0 18px 45px rgba(67, 47, 31, .16);
}

.rodeo-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.92) contrast(1.02);
}

.rodeo-supporting {
  transform: rotate(1.5deg);
}

.rodeo-gallery figcaption {
  display: grid;
  gap: 5px;
  padding: 17px 10px 10px;
}

.rodeo-gallery figcaption strong {
  color: #6f4a25;
  font-family: Oswald, sans-serif;
  font-size: 1.15rem;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rodeo-gallery figcaption span {
  color: #6d6258;
  font-size: .87rem;
  line-height: 1.5;
}

.rodeo-supporter {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-top: clamp(24px, 4vw, 40px);
  text-align: center;
}

.rodeo-supporter img {
  width: min(100%, 760px);
  height: auto;
}

.rodeo-supporter p {
  margin: 0;
  color: #6d6258;
  font-size: .95rem;
}

.service-tradition {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #20272b;
}

.service-tradition::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(135deg, rgba(151, 35, 32, .2), transparent 38%);
}

.service-tradition-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(520px, 1.2fr);
  gap: clamp(45px, 7vw, 90px);
  align-items: center;
}

.service-tradition-heading {
  max-width: 600px;
}

.service-tradition h2 {
  margin-top: 12px;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
}

.service-tradition-heading > p:not(.eyebrow):not(.service-callout) {
  color: #d4d8da;
  font-size: 1.05rem;
}

.service-callout {
  display: grid;
  gap: 2px;
  margin: 34px 0 0;
  padding: 18px 0 18px 22px;
  border-left: 4px solid #b33a32;
  color: #d7b667;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-callout span {
  color: #ffffff;
  font-size: 1.8rem;
}

.service-family-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(210px, .82fr);
  gap: 18px;
  align-items: end;
}

.service-family-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #151a1d;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .3);
}

.service-family-grid img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center top;
}

.service-family-feature {
  border-top: 5px solid #a93631;
}

.service-family-legacy {
  margin-bottom: -38px !important;
  border-top: 5px solid #d0ad57;
}

.service-family-legacy img {
  height: 510px;
}

.service-family-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 5px;
  padding: 54px 22px 22px;
  background: linear-gradient(transparent, rgba(14, 18, 20, .94) 48%);
}

.service-family-grid figcaption strong {
  color: #ffffff;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.service-family-grid figcaption span {
  color: #d8dcde;
  font-size: .88rem;
  line-height: 1.5;
}

.mission-band {
  padding: 85px 0;
  color: #fff;
  background: var(--green);
}

.mission-layout {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}

.mission-layout blockquote {
  max-width: 900px;
  margin: 12px 0 0;
  font-family: Oswald, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: 1.25;
  text-transform: uppercase;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.values-grid article {
  padding: 34px 28px;
  border-top: 4px solid var(--green);
  background: var(--cream);
}

.values-grid article > span {
  color: var(--green);
  font-family: Oswald, sans-serif;
  font-size: 1.35rem;
}

.values-grid h3 {
  margin: 14px 0 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.45rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.values-grid p {
  margin: 0;
}

.place-section {
  padding: 110px 0;
  color: #fff;
  background: var(--green-dark);
}

.place-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(0, .9fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}

.place-photo img {
  width: 100%;
  min-height: 600px;
  max-height: 760px;
  object-fit: cover;
  object-position: center 58%;
}

.place-copy h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.place-copy p:not(.eyebrow) {
  color: #d9d7d8;
}

.about-cta {
  padding: 95px 0;
  color: #fff;
  background: var(--green);
}

.about-cta h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

@media (max-width: 900px) {
  .story-layout,
  .place-layout,
  .rodeo-gallery,
  .service-tradition-layout {
    grid-template-columns: 1fr;
  }

  .service-tradition-heading {
    max-width: 720px;
  }

  .rodeo-supporting {
    width: min(78%, 580px);
    justify-self: end;
  }

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

  .story-photo > img,
  .place-photo img {
    min-height: 430px;
  }
}

@media (max-width: 560px) {
  .about-hero {
    min-height: 480px;
  }

  .about-hero-copy {
    padding-bottom: 42px;
  }

  .our-story,
  .rodeo-roots,
  .service-tradition,
  .values-section {
    padding: 55px 0;
  }

  .story-layout {
    gap: 32px;
  }

  .story-photo > img,
  .place-photo img {
    min-height: 350px;
  }

  .about-bigfoot-peeker {
    right: 17%;
    width: min(35%, 132px);
  }

  @keyframes about-bigfoot-peek {
    0%, 8% { opacity: 0; }
    20%, 78% { opacity: 1; }
    100% { opacity: 0; }
  }

  .mission-band,
  .place-section,
  .about-cta {
    padding: 58px 0;
  }

  .mission-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .values-grid article {
    padding: 24px 22px;
  }

  .service-tradition-heading {
    margin-bottom: 4px;
  }

  .rodeo-heading {
    margin-bottom: 30px;
  }

  .rodeo-gallery {
    gap: 22px;
  }

  .rodeo-supporter {
    margin-top: 24px;
  }

  .rodeo-gallery figure {
    padding: 8px;
  }

  .rodeo-supporting {
    width: 92%;
  }

  .service-family-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-family-grid img {
    height: min(130vw, 620px);
  }

  .service-family-legacy {
    width: 88%;
    margin: -42px 0 0 auto !important;
  }

  .service-family-legacy img {
    height: min(118vw, 560px);
  }
}
