:root {
  --red: #c52b35;
  --black: #121314;
  --paper: #f7f7f4;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #e5e5e4;
  color: var(--black);
  font:
    16px/1.5 "DM Sans",
    Arial,
    sans-serif;
}

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

button {
  font: inherit;
  cursor: pointer;
}

h1,
p,
figure {
  margin: 0;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f58287;
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.review {
  background: #fff;
  padding: 17px 3%;
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.review-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.review-title b {
  font-size: 15px;
  letter-spacing: 0.16em;
}

.review-title > span {
  color: #76767b;
  font-size: 11px;
}

.options {
  display: flex;
  gap: 5px;
  background: #f1f1f0;
  padding: 4px;
  border-radius: 8px;
}

.options button {
  display: flex;
  gap: 10px;
  border: 0;
  padding: 11px 20px;
  border-radius: 5px;
  background: none;
  color: #777;
  font-size: 12px;
}

.options button span {
  color: #222;
  font-weight: 600;
}

.options button[aria-selected="true"] {
  background: #18191a;
  color: #ccc;
  box-shadow: 0 2px 5px #0002;
}

.options button[aria-selected="true"] span {
  color: #fff;
}

.concept {
  min-height: 780px;
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 18px 23px;
  font-size: 14px;
  font-weight: 500;
}

.button span {
  font-size: 23px;
}

.button:hover {
  filter: brightness(1.15);
}

.red {
  background: var(--red);
  color: white;
}

.black {
  background: #121314;
  color: white;
}

.actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.simple-link {
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid #fff6;
  display: flex;
  gap: 20px;
  align-items: center;
}

.mobile-menu {
  display: none;
}

.direction-note {
  background: #fff;
  padding: 25px 3%;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.direction-note b {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.direction-note p {
  font-size: 13px;
  color: #666;
}

.direction-note > span {
  margin-left: auto;
  font-size: 12px;
  color: #888;
}

/* 01 — cinematic */
.one {
  background: #090a0b;
  color: #fff;
}

.one-top {
  padding: 11px 5%;
  display: flex;
  justify-content: space-between;
  background: #171819;
  font-size: 10px;
  letter-spacing: 0.13em;
  color: #c1c1c4;
}

.one-stage {
  position: relative;
  min-height: 770px;
  overflow: hidden;
}

.one-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.one-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050607d9, #05060766 45%, transparent 75%),
    linear-gradient(0deg, #050607dc, transparent 35%);
}

.one-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 5%;
  height: 105px;
  border-bottom: 1px solid #ffffff2a;
  gap: 28px;
}

.brand-white {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-white > img {
  width: 52px;
  height: 57px;
  object-fit: contain;
}

.brand-white > div {
  font:
    600 35px/1 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: 0.08em;
}

.brand-white small {
  display: block;
  font:
    8px/1.8 "DM Sans",
    Arial;
  letter-spacing: 0.22em;
}

.one-nav nav {
  display: flex;
  gap: 31px;
  font-size: 13px;
  margin-left: auto;
}

.one-nav nav a:hover {
  color: #fa8488;
}

.one-nav-cta {
  border: 1px solid #fff5;
  padding: 12px 17px;
  font-size: 12px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.one-nav-cta span {
  font-size: 20px;
}

.one-copy {
  position: relative;
  padding: 65px 5% 95px;
  max-width: 790px;
}

.one-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #d2d2d5;
}

.red-line {
  width: 26px;
  height: 2px;
  background: var(--red);
}

.one h1 {
  font:
    700 clamp(80px, 8.2vw, 132px)/0.9 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.025em;
  margin: 30px 0;
}

.one h1 span {
  color: #df3842;
}

.one-copy > p {
  max-width: 410px;
  color: #bfc0c4;
  font-size: 16px;
  line-height: 1.7;
}

.one .actions {
  margin-top: 30px;
}

.one-bottom {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  margin: 0 5%;
  border-top: 1px solid #fff3;
  padding: 25px 0;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  color: #ddd;
}

.one-bottom > div > span {
  color: #ed5d66;
  font-size: 10px;
  margin-right: 18px;
}

.one-bottom > p {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #aaa;
  text-align: right;
}

/* 02 — editorial */
.two {
  background: var(--paper);
  padding-bottom: 0;
}

.two-top {
  display: flex;
  justify-content: space-between;
  padding: 11px 5%;
  background: #e9e9e6;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.two-top > span:last-child {
  letter-spacing: 0;
}

.two-top a {
  margin-left: 20px;
  color: #a8212a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.two-nav {
  height: 125px;
  display: grid;
  grid-template-columns: 1fr 110px 1fr;
  align-items: center;
  padding: 0 5%;
  gap: 30px;
}

.two-nav nav {
  display: flex;
  gap: 35px;
  font-size: 13px;
}

.two-nav nav:nth-of-type(2) {
  justify-content: end;
}

.two-logo {
  width: 93px;
  justify-self: center;
}

.two-join {
  border-bottom: 1px solid #a8a8a5;
  padding-bottom: 5px;
}

.two-intro {
  padding: 26px 5% 30px;
  text-align: center;
}

.two-intro > .eyebrow {
  color: #7c7c7e;
  font-size: 10px;
}

.two h1 {
  font:
    500 clamp(60px, 7.9vw, 124px)/1.1 Manrope,
    Arial,
    sans-serif;
  letter-spacing: -0.075em;
  margin: 20px 0 26px;
}

.two h1 em {
  font-style: normal;
  color: var(--red);
}

.two-intro-bottom {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: end;
  gap: 40px;
}

.two-intro-bottom > p {
  font-size: 14px;
  color: #67676b;
  max-width: 430px;
  justify-self: center;
}

.two-intro-bottom > span {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 5px;
}

.two-intro-bottom > span:last-child {
  text-align: right;
}

.two-image {
  height: 370px;
  position: relative;
  margin: 0 3%;
  overflow: hidden;
  background: #111;
}

.two-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.two-image-label {
  position: absolute;
  left: 30px;
  bottom: 23px;
  display: flex;
  gap: 35px;
  font-size: 9px;
  letter-spacing: 0.13em;
  color: white;
}

.two-card {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: var(--paper);
  padding: 27px;
  width: 235px;
  box-shadow: 0 10px 30px #0003;
  transition: transform 0.2s;
}

.two-card:hover {
  transform: translateY(-5px);
}

.two-card > span {
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #777;
}

.two-card strong {
  font:
    500 41px/1.2 Manrope,
    Arial;
  display: block;
  letter-spacing: -0.055em;
  margin: 9px 0 20px;
}

.two-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  font-size: 11px;
}

.two-card b {
  font-size: 20px;
  font-weight: 400;
  color: var(--red);
}

.two-footer {
  padding: 25px 5%;
  display: flex;
  align-items: center;
  gap: 25px;
}

.two-footer img {
  width: 100px;
  background: #151617;
  padding: 7px;
}

.two-footer p {
  font-size: 11px;
  color: #777;
}

.two-footer a {
  margin-left: auto;
  font-size: 12px;
}

/* 03 — bold identity */
.three {
  background: #151617;
  color: white;
}

.three-top {
  padding: 11px 3%;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  background: #242526;
  color: #d1d1d4;
}

.three-top a {
  font-size: 9px;
  letter-spacing: 0.08em;
}

.three-layout {
  display: grid;
  grid-template-columns: 96px 1fr;
  min-height: 760px;
}

.three-rail {
  border-right: 1px solid #ffffff25;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 20px;
}

.three-rail img {
  width: 52px;
  height: 57px;
  object-fit: contain;
}

.three-rail > span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 10px;
  letter-spacing: 0.25em;
}

.rail-arrow {
  font-size: 30px;
}

.three-main {
  min-width: 0;
}

.three-nav {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  gap: 25px;
}

.three-wordmark {
  font:
    700 38px/1 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: 0.05em;
}

.three-nav nav {
  display: flex;
  gap: 27px;
  font-size: 12px;
  margin-left: auto;
}

.three-nav-cta {
  font-size: 12px;
  margin-left: 15px;
  color: #e5a1a5;
}

.three-hero {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  min-height: 590px;
}

.three-copy {
  background: var(--red);
  padding: 38px 9% 35px;
}

.three-copy .eyebrow {
  font-size: 10px;
  color: #ffffffc4;
}

.three h1 {
  font:
    700 clamp(66px, 6.7vw, 107px)/0.87 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.025em;
  margin: 28px 0;
  color: white;
}

.wide-break {
  display: none;
}

.three-intro {
  font-size: 15px;
  max-width: 355px;
  color: #fffddd;
  line-height: 1.7;
}

.three-copy .button {
  margin-top: 27px;
  font-size: 12px;
  padding: 16px 20px;
  gap: 35px;
}

.three-schedule {
  display: block;
  font-size: 12px;
  margin-top: 17px;
}

.three-photo {
  position: relative;
  overflow: hidden;
  background: #161718;
}

.three-photo > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: 54% center;
  filter: grayscale(1) brightness(0.78);
}

.three-photo:after {
  content: "";
  position: absolute;
  inset: 65% 0 0;
  background: linear-gradient(0deg, #000c, transparent);
}

.three-image-tag {
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #161718c9;
  padding: 12px 15px;
}

.three-image-tag img {
  width: 29px;
  height: 33px;
  object-fit: contain;
}

.three-image-tag > span {
  font-size: 9px;
  letter-spacing: 0.1em;
}

.three-photo-bottom {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.1em;
  z-index: 1;
}

.three-bottom {
  display: flex;
  justify-content: space-between;
  padding: 25px 4%;
  font-size: 11px;
  color: #a5a5a9;
}

@media (min-width: 1650px) {
  .concept {
    max-width: 1800px;
    margin: auto;
  }

  .one-copy {
    padding-top: 85px;
    padding-bottom: 115px;
  }
}

@media (max-width: 1100px) {
  .review {
    align-items: start;
  }

  .review-title > span {
    max-width: 240px;
  }

  .options button {
    padding: 11px 14px;
  }

  .one-nav {
    gap: 20px;
  }

  .one-nav nav {
    gap: 20px;
  }

  .one-nav-cta {
    display: none;
  }

  .one-stage {
    min-height: 710px;
  }

  .one-copy {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .one-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .one-bottom > p {
    display: none;
  }

  .two-nav nav {
    gap: 24px;
  }

  .two-intro-bottom {
    gap: 20px;
  }

  .three-layout {
    grid-template-columns: 76px 1fr;
  }

  .three-rail {
    padding: 25px 13px;
  }

  .three-nav {
    gap: 15px;
  }

  .three-nav nav {
    gap: 20px;
  }

  .three-nav-cta {
    font-size: 11px;
    margin-left: 0;
  }

  .three-hero {
    grid-template-columns: 1fr 1fr;
  }

  .three h1 {
    font-size: 7.5vw;
  }

  .wide-break {
    display: inline;
  }

  .three-copy {
    padding: 35px 8%;
  }

  .three-intro {
    font-size: 14px;
  }

  .three-copy .button {
    gap: 20px;
  }
}

@media (max-width: 760px) {
  .review {
    padding: 14px 4%;
    display: block;
  }

  .review-title {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
  }

  .review-title > span {
    font-size: 9px;
    text-align: right;
    max-width: 185px;
  }

  .options {
    margin-top: 12px;
    justify-content: space-between;
  }

  .options button {
    padding: 10px 11px;
    flex: 1;
    justify-content: center;
    font-size: 10px;
    gap: 5px;
  }

  .concept {
    min-height: 0;
  }

  .one-top > span:nth-child(2) {
    display: none;
  }

  .one-top {
    font-size: 8px;
    padding: 9px 5%;
  }

  .one-top a {
    font-size: 9px;
  }

  .one-nav {
    height: 84px;
    margin: 0 5%;
  }

  .brand-white > img {
    width: 40px;
    height: 45px;
  }

  .brand-white > div {
    font-size: 29px;
  }

  .brand-white small {
    font-size: 7px;
  }

  .mobile-menu {
    display: block;
    background: none;
    color: inherit;
    border: 1px solid #8888;
    padding: 9px 13px;
    font-size: 11px;
  }

  .one-nav nav,
  .three-nav nav {
    display: none;
    position: absolute;
    top: 84px;
    left: -5.5%;
    right: -5.5%;
    z-index: 6;
    background: #151617;
    padding: 25px;
    flex-direction: column;
    gap: 20px;
  }

  .one-nav.expanded nav,
  .three-nav.expanded nav {
    display: flex;
  }

  .one-nav {
    z-index: 5;
  }

  .one-stage {
    min-height: 730px;
  }

  .one-bg {
    object-position: 67% center;
  }

  .one-shade {
    background:
      linear-gradient(90deg, #050607ed, #05060770),
      linear-gradient(0deg, #050607, transparent 60%);
  }

  .one-copy {
    padding: 63px 6% 60px;
  }

  .one-copy > .eyebrow {
    font-size: 9px;
  }

  .one h1 {
    font-size: clamp(68px, 14vw, 100px);
    margin: 28px 0;
  }

  .one-copy > p {
    font-size: 15px;
    max-width: 330px;
  }

  .actions {
    flex-direction: column;
    align-items: start;
    gap: 18px;
  }

  .button {
    font-size: 12px;
    padding: 15px 20px;
  }

  .one-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 0;
    font-size: 10px;
  }

  .one-bottom > div > span {
    margin-right: 13px;
  }

  .two-top {
    padding: 10px 5%;
    justify-content: center;
    font-size: 10px;
  }

  .two-top > span:first-child {
    display: none;
  }

  .two-top a {
    margin-left: 9px;
  }

  .two-nav {
    height: 98px;
    display: flex;
    justify-content: space-between;
    padding: 0 6%;
    position: relative;
  }

  .two-logo {
    width: 70px;
  }

  .two-nav nav {
    display: none;
  }

  .two-nav > .mobile-menu {
    margin-left: auto;
  }

  .two-nav.expanded {
    z-index: 6;
  }

  .two-nav.expanded nav {
    display: flex;
    position: absolute;
    top: 98px;
    left: 0;
    right: 0;
    padding: 22px 6%;
    background: var(--paper);
    gap: 22px;
    justify-content: start;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
  }

  .two-nav.expanded nav:nth-of-type(2) {
    top: 160px;
    padding-top: 15px;
  }

  .two-intro {
    padding: 25px 6% 30px;
  }

  .two-intro > .eyebrow {
    font-size: 9px;
  }

  .two h1 {
    font-size: clamp(40px, 10.5vw, 70px);
    margin: 20px 0 25px;
    letter-spacing: -0.07em;
  }

  .two-intro-bottom {
    display: block;
  }

  .two-intro-bottom > span {
    display: none;
  }

  .two-intro-bottom > p {
    font-size: 14px;
  }

  .two-image {
    height: 430px;
    margin: 0 4%;
  }

  .two-image > img {
    object-position: 53% center;
  }

  .two-card {
    right: 18px;
    bottom: 18px;
    padding: 20px;
    width: 190px;
  }

  .two-card strong {
    font-size: 34px;
  }

  .two-image-label {
    left: 18px;
    top: 18px;
    bottom: auto;
    flex-direction: column;
    gap: 7px;
    font-size: 8px;
  }

  .two-footer {
    padding: 22px 6%;
    gap: 15px;
    flex-wrap: wrap;
  }

  .two-footer img {
    width: 85px;
  }

  .two-footer p {
    font-size: 10px;
    max-width: 155px;
  }

  .two-footer a {
    font-size: 11px;
    margin-left: 0;
  }

  .three-top {
    padding: 10px 5%;
    font-size: 9px;
    justify-content: center;
  }

  .three-top > a {
    display: none;
  }

  .three-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .three-rail {
    display: none;
  }

  .three-nav {
    height: 83px;
    padding: 0 6%;
    position: relative;
    z-index: 5;
  }

  .three-wordmark {
    font-size: 34px;
  }

  .three-nav-cta {
    margin-left: auto;
    font-size: 11px;
  }

  .three-nav nav {
    top: 83px;
    left: 0;
    right: 0;
  }

  .three-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .three-copy {
    padding: 35px 6%;
  }

  .three h1 {
    font-size: clamp(72px, 15vw, 104px);
    line-height: 0.9;
    margin: 25px 0;
  }

  .wide-break {
    display: none;
  }

  .three-intro {
    font-size: 15px;
    max-width: 365px;
  }

  .three-copy .button {
    margin-top: 23px;
  }

  .three-photo {
    height: 320px;
  }

  .three-photo > img {
    object-position: center 45%;
  }

  .three-image-tag {
    top: 18px;
    right: 18px;
  }

  .three-bottom {
    padding: 22px 6%;
    font-size: 10px;
    gap: 20px;
  }

  .three-bottom > span:last-child {
    text-align: right;
  }

  .direction-note {
    padding: 23px 5%;
    gap: 10px;
  }

  .direction-note > b {
    width: 100%;
  }

  .direction-note p {
    font-size: 12px;
  }

  .direction-note > span {
    margin-left: 0;
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

/* history.css */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

.review {
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 2px 14px #0001;
  padding-block: 12px;
  gap: 18px;
}

.review-title {
  flex-shrink: 0;
}

.review-title > span {
  font-size: 10px;
}

.options {
  margin-left: auto;
}

.options button {
  padding: 11px 15px;
}

.jump-history {
  font-size: 11px;
  white-space: nowrap;
  border-bottom: 1px solid #bbb;
  padding: 4px 0;
}

main {
  width: 100%;
  max-width: none;
  margin: 0;
}

main > #selected-banner {
  width: 100%;
  max-width: none;
  margin: 0;
}

#history-options,
.history-design {
  width: 100%;
  min-width: 0;
}

.history-design h2 {
  font:
    600 clamp(60px, 6.7vw, 100px)/0.95 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.025em;
}

.history-design h3 {
  font:
    600 clamp(32px, 3.2vw, 46px)/1.05 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.02em;
}

.history-design em {
  font-style: normal;
  color: #d73540;
}

.h-kicker {
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: 600;
}

.history-design img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-design figure,
.history-design blockquote {
  margin: 0;
}

.history-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  border-bottom: 1px solid #777;
  padding: 9px 0;
}

.history-link > span {
  font-size: 23px;
}

.history-link:hover {
  color: #d73540;
}

.history-end {
  width: 100%;
  max-width: 1800px;
  margin-inline: auto;
  padding: 25px 5%;
  background: #e9e9e7;
  font-size: 10px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.history-end > span {
  font-size: 12px;
  letter-spacing: 0;
  color: #777;
}

/* 01: Photo-led origin feature with an integrated professor strip. */
.origin {
  background: #111213;
  color: #efefed;
  padding: 65px 5% 75px;
}

.origin-scene {
  position: relative;
  height: 430px;
  background: #101112;
  overflow: hidden;
}

.origin-background {
  position: absolute;
  inset: 0;
  object-position: center 43%;
  filter: grayscale(1);
}

.origin-scene > img.origin-background {
  width: 70%;
  left: 30%;
}

.origin-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #101112 4%,
      #101112f2 26%,
      #10111244 60%,
      transparent
    ),
    linear-gradient(0deg, #10111255, transparent 50%);
}

.origin-title {
  position: relative;
  padding: 45px 0;
  z-index: 1;
}

.origin-title .h-kicker {
  color: #aaa;
  margin-bottom: 35px;
}

.origin-title h2 {
  font-size: clamp(62px, 7.1vw, 106px);
  margin-bottom: 32px;
}

.origin-title > .origin-psf {
  height: auto;
  width: 160px;
  object-fit: contain;
}

.origin-caption {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 8px;
  letter-spacing: 0.14em;
  color: white;
}

.origin-narrative {
  display: grid;
  grid-template-columns: 0.48fr 1.3fr 1fr;
  gap: 6%;
  padding: 38px 0 48px;
  border-bottom: 1px solid #343436;
}

.margin-label {
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #dc5962;
  padding-top: 6px;
}

.origin-narrative p {
  font-size: 15px;
  line-height: 1.9;
  color: #a9a9ae;
}

.origin-narrative .history-link {
  margin-top: 18px;
}

.origin-professor {
  display: grid;
  grid-template-columns: 210px 1.25fr 1fr;
  gap: 5%;
  align-items: center;
  margin-top: 45px;
}

.origin-professor > figure {
  height: 250px;
}

.origin-professor > figure > img {
  filter: grayscale(1);
  object-position: center 20%;
}

.origin-bio > .h-kicker {
  font-size: 8px;
  color: #be7379;
  margin-bottom: 17px;
}

.origin-bio > h3 {
  font-size: 45px;
  margin-bottom: 20px;
}

.origin-bio > p:last-child {
  font-size: 15px;
  line-height: 1.85;
  color: #aaaab0;
}

.origin-professor > blockquote {
  border-left: 1px solid #404044;
  padding-left: 28px;
  font:
    400 22px/1.5 Manrope,
    Arial;
  letter-spacing: -0.03em;
  color: #d6d6da;
}

.origin-professor > blockquote > span {
  display: block;
  font:
    8px/1.8 "DM Sans",
    Arial;
  letter-spacing: 0.15em;
  margin-top: 22px;
  color: #79797f;
}

/* 02: An open editorial spread with no boxed cards. */
.editorial {
  background: #eeeeeb;
  color: #161718;
  padding: 70px 5% 35px;
}

.editorial-heading {
  display: grid;
  grid-template-columns: 0.65fr 1.5fr 0.8fr;
  gap: 35px;
  align-items: start;
  border-top: 1px solid #babab7;
  padding-top: 30px;
  margin-bottom: 50px;
}

.editorial-heading .h-kicker {
  color: #b62a34;
  padding-top: 10px;
}

.editorial-heading > span {
  font-size: 9px;
  letter-spacing: 0.09em;
  line-height: 1.9;
  align-self: end;
  text-align: right;
  color: #777;
}

.editorial-heading h2 {
  font-size: clamp(56px, 5.7vw, 85px);
}

.editorial-spread {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 1fr;
  gap: 4%;
}

.editorial-portrait {
  position: relative;
  min-height: 630px;
  background: #111;
}

.editorial-portrait > img {
  position: absolute;
  inset: 0;
  filter: grayscale(1);
  object-position: center top;
}

.editorial-portrait:after {
  content: "";
  position: absolute;
  inset: 60% 0 0;
  background: linear-gradient(0deg, #111e, transparent);
}

.editorial-portrait > div {
  position: absolute;
  bottom: 27px;
  left: 27px;
  color: white;
  z-index: 1;
}

.editorial-portrait span {
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #c1c1c5;
}

.editorial-portrait h3 {
  font-size: 55px;
  margin-top: 13px;
}

.editorial-column {
  padding-top: 5px;
}

.editorial-column > .h-kicker {
  color: #b02b34;
  margin-bottom: 24px;
}

.editorial-lead {
  font:
    400 21px/1.6 Manrope,
    Arial;
  letter-spacing: -0.025em;
}

.editorial-column > blockquote {
  border-top: 1px solid #bdbdba;
  margin-top: 30px;
  padding-top: 26px;
  font-size: 15px;
  line-height: 1.8;
  color: #777;
}

.editorial-identity {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 35px;
}

.editorial-identity > img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.editorial-identity > p {
  font-size: 10px;
  color: #777;
  line-height: 1.8;
}

.roots-column {
  border-left: 1px solid #cececa;
  padding-left: 12%;
  padding-top: 0;
}

.roots-column > figure {
  margin-bottom: 28px;
}

.roots-column > figure > img {
  height: 185px;
  filter: grayscale(1);
  object-position: center;
}

.roots-column figcaption {
  font-size: 7px;
  letter-spacing: 0.1em;
  color: #888;
  margin-top: 10px;
}

.roots-column > .h-kicker {
  margin-bottom: 14px;
}

.roots-column > h3 {
  font-size: 35px;
  margin-bottom: 18px;
}

.roots-column > p:last-child {
  font-size: 14px;
  line-height: 1.85;
  color: #68686c;
}

.editorial-bottom {
  border-top: 1px solid #bdbdb9;
  margin-top: 40px;
  padding-top: 28px;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 5%;
  align-items: center;
}

.editorial-bottom > img {
  width: 170px;
  height: auto;
  background: #161718;
  padding: 13px;
}

.editorial-bottom > p {
  font-size: 13px;
  color: #75757a;
  max-width: 500px;
  line-height: 1.8;
}

/* 03: Compact asymmetric composition, one photo anchor and interlocking stories. */
.mosaic {
  background: #161719;
  color: #eee;
  padding: 65px 5%;
}

.mosaic-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 40px;
}

.mosaic-top .h-kicker {
  color: #bfc0c4;
  margin-bottom: 21px;
}

.mosaic-top h2 {
  font-size: clamp(58px, 5.8vw, 86px);
}

.mosaic-top > p {
  font-size: 13px;
  color: #99999f;
  line-height: 1.8;
  max-width: 280px;
  padding-bottom: 5px;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1.15fr;
  grid-template-rows: auto auto;
  gap: 12px;
}

.mosaic-portrait {
  grid-row: 1/3;
  position: relative;
  min-height: 650px;
  overflow: hidden;
}

.mosaic-portrait > img {
  position: absolute;
  inset: 0;
  filter: grayscale(1);
  object-position: 47% top;
}

.mosaic-portrait > figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
  background: #0009;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.mosaic-bio {
  background: #ededeb;
  color: #18191a;
  padding: 32px;
}

.mosaic-bio > .h-kicker {
  font-size: 8px;
  color: #af2934;
  margin-bottom: 20px;
}

.mosaic-bio > h3 {
  font-size: 38px;
  margin-bottom: 20px;
}

.mosaic-bio > p:last-child {
  font-size: 14px;
  line-height: 1.85;
  color: #66666b;
}

.mosaic-quote {
  background: #ac222e;
  padding: 35px;
  color: #fff;
  font:
    400 25px/1.4 Manrope,
    Arial;
  letter-spacing: -0.035em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.mosaic-quote > img {
  width: 42px;
  height: 47px;
  object-fit: contain;
}

.mosaic-roots-photo {
  position: relative;
  overflow: hidden;
  min-height: 260px;
}

.mosaic-roots-photo > img {
  position: absolute;
  inset: 0;
  object-position: 40% center;
  filter: grayscale(1);
}

.mosaic-roots-photo > figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 7px;
  letter-spacing: 0.13em;
  padding: 16px;
  background: #0009;
}

.mosaic-roots {
  padding: 27px 30px;
  background: #242528;
}

.mosaic-roots > .h-kicker {
  font-size: 8px;
  color: #d57179;
  margin-bottom: 15px;
}

.mosaic-roots h3 {
  font-size: 32px;
  margin-bottom: 16px;
}

.mosaic-roots > p:last-child {
  font-size: 13px;
  line-height: 1.85;
  color: #aaaab0;
}

.mosaic-bottom {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 5%;
  align-items: center;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid #3e3f42;
}

.mosaic-bottom > img {
  width: 160px;
  height: auto;
  object-fit: contain;
}

.mosaic-bottom > p {
  max-width: 560px;
  font-size: 13px;
  line-height: 1.8;
  color: #9b9ba2;
}

@media (max-width: 1100px) {
  .review {
    gap: 12px;
  }

  .review-title > span {
    max-width: 220px;
  }

  .options button {
    padding: 10px 9px;
    gap: 5px;
  }

  .jump-history {
    font-size: 10px;
  }

  .origin-narrative {
    grid-template-columns: 0.4fr 1fr 1fr;
    gap: 4%;
  }

  .origin-professor {
    grid-template-columns: 170px 1.2fr 1fr;
    gap: 4%;
  }

  .origin-professor > blockquote {
    font-size: 19px;
    padding-left: 20px;
  }

  .origin-bio > h3 {
    font-size: 38px;
  }

  .origin-bio > p:last-child {
    font-size: 14px;
  }

  .editorial-heading {
    grid-template-columns: 0.5fr 1.3fr 0.7fr;
    gap: 20px;
  }

  .editorial-spread {
    gap: 3%;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .editorial-lead {
    font-size: 18px;
  }

  .editorial-portrait {
    min-height: 660px;
  }

  .roots-column {
    padding-left: 9%;
  }

  .editorial-bottom {
    gap: 4%;
  }

  .mosaic-grid {
    grid-template-columns: 0.75fr 1fr 1fr;
  }

  .mosaic-bio {
    padding: 25px;
  }

  .mosaic-bio > h3 {
    font-size: 33px;
  }

  .mosaic-quote {
    padding: 27px;
    font-size: 21px;
  }

  .mosaic-roots {
    padding: 25px;
  }

  .mosaic-roots h3 {
    font-size: 29px;
  }

  .mosaic-portrait {
    min-height: 740px;
  }

  .mosaic-bottom {
    gap: 4%;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 138px;
  }

  .review {
    padding: 10px 4%;
  }

  .review-title > b {
    font-size: 12px;
  }

  .review-title > span {
    max-width: 165px;
    font-size: 8px;
  }

  .options {
    margin-top: 10px;
  }

  .options button {
    padding: 10px 5px;
    font-size: 9px;
    gap: 4px;
  }

  .jump-history {
    display: block;
    text-align: center;
    border: 0;
    padding-top: 5px;
    font-size: 9px;
  }

  .origin,
  .editorial,
  .mosaic {
    padding: 45px 6%;
  }

  .origin-scene {
    height: 415px;
  }

  .origin-scene > img.origin-background {
    width: 100%;
    left: 0;
    object-position: 60% center;
  }

  .origin-shade {
    background:
      linear-gradient(90deg, #101112dc, #10111255),
      linear-gradient(0deg, #101112, transparent 60%);
  }

  .origin-title {
    padding: 35px 15px;
  }

  .origin-title .h-kicker {
    font-size: 8px;
    margin-bottom: 30px;
  }

  .origin-title h2 {
    font-size: 63px;
  }

  .origin-title > .origin-psf {
    width: 125px;
  }

  .origin-caption {
    font-size: 6px;
    right: 15px;
    bottom: 15px;
  }

  .origin-narrative {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 0;
  }

  .origin-narrative p {
    font-size: 15px;
  }

  .origin-professor {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 30px;
  }

  .origin-professor > figure {
    height: 330px;
  }

  .origin-professor > figure > img {
    object-position: center 25%;
  }

  .origin-bio > h3 {
    font-size: 46px;
  }

  .origin-bio > p:last-child {
    font-size: 15px;
  }

  .origin-professor > blockquote {
    font-size: 21px;
    border-left: 2px solid #a82c35;
    padding-left: 20px;
  }

  .editorial-heading {
    display: block;
    margin-bottom: 30px;
    padding-top: 25px;
  }

  .editorial-heading .h-kicker {
    padding: 0;
    margin-bottom: 20px;
  }

  .editorial-heading h2 {
    font-size: 59px;
  }

  .editorial-heading > span {
    display: block;
    text-align: left;
    margin-top: 20px;
    font-size: 8px;
  }

  .editorial-spread {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .editorial-portrait {
    min-height: 440px;
  }

  .editorial-portrait > img {
    object-position: center 20%;
  }

  .editorial-column {
    padding-top: 0;
  }

  .editorial-lead {
    font-size: 22px;
  }

  .editorial-column > blockquote {
    margin-top: 25px;
    padding-top: 20px;
  }

  .editorial-identity {
    margin-top: 25px;
  }

  .roots-column {
    border-left: 0;
    border-top: 1px solid #ccc;
    padding: 30px 0 0;
  }

  .roots-column > figure > img {
    height: 260px;
  }

  .roots-column > h3 {
    font-size: 40px;
  }

  .roots-column > p:last-child {
    font-size: 15px;
  }

  .editorial-bottom,
  .mosaic-bottom {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 30px;
  }

  .editorial-bottom > .history-link,
  .mosaic-bottom > .history-link {
    justify-self: start;
  }

  .mosaic-top {
    display: block;
    margin-bottom: 30px;
  }

  .mosaic-top h2 {
    font-size: 64px;
  }

  .mosaic-top > p {
    margin-top: 20px;
  }

  .mosaic-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mosaic-portrait {
    grid-column: 1;
    grid-row: 1;
    min-height: 380px;
  }

  .mosaic-portrait > img {
    object-position: 47% top;
  }

  .mosaic-bio {
    grid-column: 2;
    grid-row: 1;
    padding: 22px 17px;
  }

  .mosaic-bio > .h-kicker {
    font-size: 7px;
    margin-bottom: 15px;
  }

  .mosaic-bio > h3 {
    font-size: 29px;
    margin-bottom: 15px;
  }

  .mosaic-bio > p:last-child {
    font-size: 13px;
    line-height: 1.75;
  }

  .mosaic-quote {
    grid-column: 1/-1;
    grid-row: 2;
    padding: 27px;
    font-size: 23px;
  }

  .mosaic-quote > img {
    width: 35px;
    height: 38px;
  }

  .mosaic-roots-photo {
    grid-column: 1/-1;
    grid-row: 3;
    min-height: 250px;
  }

  .mosaic-roots {
    grid-column: 1/-1;
    grid-row: 4;
    padding: 25px;
  }

  .mosaic-roots h3 {
    font-size: 37px;
  }

  .mosaic-roots > p:last-child {
    font-size: 15px;
  }

  .history-end {
    display: block;
    padding-inline: 6%;
    font-size: 9px;
  }

  .history-end > span {
    display: block;
    font-size: 11px;
    margin-top: 7px;
  }
}

@media (max-width: 390px) {
  .mosaic-grid {
    grid-template-columns: 1fr;
  }

  .mosaic-portrait {
    grid-column: 1;
    grid-row: 1;
    min-height: 380px;
  }

  .mosaic-bio {
    grid-column: 1;
    grid-row: 2;
  }

  .mosaic-bio > p:last-child {
    font-size: 15px;
  }

  .mosaic-quote {
    grid-row: 3;
  }

  .mosaic-roots-photo {
    grid-row: 4;
  }

  .mosaic-roots {
    grid-row: 5;
  }
}

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

/* Origins variations share the same frame, typography, imagery and story. */
.refined {
  padding-top: 75px;
  background: #141517;
}

.refined .origin-scene {
  height: 450px;
  border-bottom: 1px solid #3a3b3e;
}

.refined .origin-scene > .origin-background {
  width: 61%;
  left: 39%;
  object-position: center 38%;
  filter: grayscale(0.7);
}

.refined .origin-shade {
  background:
    linear-gradient(
      90deg,
      #141517 10%,
      #141517 33%,
      #14151799 43%,
      transparent 63%
    ),
    linear-gradient(0deg, #14151777, transparent 38%);
}

.refined .origin-title {
  padding-top: 52px;
}

.refined .origin-title h2 {
  font-size: clamp(65px, 7vw, 105px);
}

.refined .origin-title > .origin-psf {
  width: 180px;
}

.refined .origin-narrative {
  padding: 36px 0 45px;
  grid-template-columns: 0.45fr 1.3fr 1fr;
}

.refined .origin-professor {
  grid-template-columns: 265px 1.35fr 0.85fr;
  gap: 5%;
  margin-top: 40px;
}

.refined .origin-professor > figure {
  height: 305px;
  position: relative;
}

.refined .origin-professor > figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #c52b35;
}

.refined .origin-bio > h3 {
  font-size: 54px;
}

.refined .origin-professor > blockquote {
  font-size: 20px;
  color: #a9a9b0;
  border-left-color: #97303a;
}

.refined .origin-bio > p:last-child {
  max-width: 520px;
}

/* More immersive opening, with the story inset across the bottom edge. */
.immersive {
  background: #101112;
  padding-top: 65px;
}

.immersive .origin-scene {
  height: 540px;
}

.immersive .origin-scene > .origin-background {
  width: 100%;
  left: 0;
  object-position: center 32%;
  filter: grayscale(1) brightness(0.65);
}

.immersive .origin-shade {
  background:
    linear-gradient(90deg, #050607ca, #05060740 60%, #05060711),
    linear-gradient(0deg, #050607bd, transparent 65%);
}

.immersive .origin-title {
  padding: 65px 5%;
}

.immersive .origin-title h2 {
  font-size: clamp(75px, 8vw, 120px);
  margin-bottom: 27px;
}

.immersive .origin-title > .origin-psf {
  width: 170px;
}

.immersive .origin-title .h-kicker {
  color: #d5d5d8;
}

.immersive .origin-caption {
  bottom: auto;
  top: 25px;
  right: 27px;
  font-size: 8px;
}

.immersive .origin-narrative {
  position: relative;
  background: #212225;
  border-top: 2px solid #ae2934;
  border-bottom: 0;
  margin: -48px 4% 0;
  padding: 30px 35px;
  grid-template-columns: 0.38fr 1.25fr 1fr;
  gap: 5%;
  box-shadow: 0 14px 30px #0002;
}

.immersive .origin-narrative p {
  font-size: 14px;
}

.immersive .origin-professor {
  grid-template-columns: 1.45fr 0.9fr;
  grid-template-rows: auto auto;
  gap: 27px 7%;
  padding: 0 4%;
  margin-top: 60px;
  align-items: start;
}

.immersive .origin-professor > figure {
  grid-column: 2;
  grid-row: 1/3;
  height: 390px;
}

.immersive .origin-professor > figure > img {
  object-position: center 18%;
}

.immersive .origin-bio {
  grid-column: 1;
  grid-row: 1;
  padding-top: 20px;
}

.immersive .origin-bio > h3 {
  font-size: 64px;
  margin-bottom: 25px;
}

.immersive .origin-bio > .h-kicker {
  font-size: 9px;
  color: #dc777f;
}

.immersive .origin-bio > p:last-child {
  max-width: 580px;
  font-size: 16px;
}

.immersive .origin-professor > blockquote {
  grid-column: 1;
  grid-row: 2;
  border-left: 2px solid #a52a35;
  padding-left: 22px;
  font-size: 22px;
  max-width: 580px;
}

.immersive .origin-professor > blockquote > span {
  margin-top: 15px;
}

/* A tighter horizontal origin feature with one continuous professor band. */
.compact {
  background: #151618;
  padding-top: 75px;
}

.compact .origin-lead {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 5%;
  align-items: stretch;
}

.compact .origin-scene {
  height: 100%;
  min-height: 490px;
}

.compact .origin-scene > .origin-background {
  width: 100%;
  left: 0;
  filter: grayscale(1) brightness(0.65);
  object-position: 45% center;
}

.compact .origin-shade {
  background: linear-gradient(0deg, #08090bef, #08090b44 75%);
}

.compact .origin-title {
  height: 100%;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 35px;
}

.compact .origin-title .h-kicker {
  margin-bottom: auto;
  font-size: 9px;
  color: #e3e3e4;
}

.compact .origin-title h2 {
  font-size: clamp(55px, 5.8vw, 88px);
  margin: 50px 0 25px;
}

.compact .origin-title > .origin-psf {
  width: 140px;
}

.compact .origin-caption {
  font-size: 7px;
  right: 20px;
  bottom: 20px;
}

.compact .origin-narrative {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  padding: 30px 0;
  border: 0;
}

.compact .margin-label {
  font-size: 10px;
  color: #d56069;
}

.compact .origin-narrative > p {
  font-size: 17px;
  line-height: 1.9;
  color: #c4c4c9;
}

.compact .origin-narrative > div > p {
  font-size: 15px;
  color: #909097;
}

.compact .origin-narrative .history-link {
  margin-top: 22px;
}

.compact .origin-professor {
  border-top: 1px solid #414246;
  padding-top: 35px;
  margin-top: 40px;
  grid-template-columns: 200px 1.25fr 0.9fr;
  gap: 4%;
}

.compact .origin-professor > figure {
  height: 230px;
}

.compact .origin-bio > h3 {
  font-size: 45px;
}

.compact .origin-bio > p:last-child {
  font-size: 14px;
}

.compact .origin-professor > blockquote {
  font-size: 19px;
  color: #acadb4;
  padding-left: 23px;
}

@media (max-width: 1100px) {
  .refined .origin-professor {
    grid-template-columns: 210px 1.25fr 0.9fr;
    gap: 4%;
  }

  .refined .origin-professor > figure {
    height: 280px;
  }

  .refined .origin-bio > h3 {
    font-size: 44px;
  }

  .refined .origin-professor > blockquote {
    font-size: 18px;
  }

  .immersive .origin-narrative {
    margin-inline: 3%;
    padding: 27px;
    grid-template-columns: 0.3fr 1.2fr 1fr;
    gap: 4%;
  }

  .immersive .origin-professor {
    padding-inline: 3%;
  }

  .immersive .origin-bio > h3 {
    font-size: 54px;
  }

  .immersive .origin-bio > p:last-child {
    font-size: 15px;
  }

  .compact .origin-lead {
    gap: 4%;
    grid-template-columns: 1fr 1fr;
  }

  .compact .origin-title {
    padding: 25px;
  }

  .compact .origin-narrative > p {
    font-size: 15px;
  }

  .compact .origin-professor {
    grid-template-columns: 170px 1.3fr 0.9fr;
    gap: 4%;
  }

  .compact .origin-professor > blockquote {
    font-size: 17px;
  }

  .compact .origin-bio > h3 {
    font-size: 38px;
  }
}

@media (max-width: 760px) {
  .refined,
  .immersive,
  .compact {
    padding: 45px 6%;
  }

  .refined .origin-scene {
    height: 420px;
  }

  .refined .origin-scene > .origin-background {
    width: 100%;
    left: 0;
    object-position: 58% center;
  }

  .refined .origin-shade {
    background:
      linear-gradient(90deg, #141517e6, #14151750),
      linear-gradient(0deg, #141517, transparent 60%);
  }

  .refined .origin-title {
    padding: 35px 15px;
  }

  .refined .origin-title h2 {
    font-size: 63px;
  }

  .refined .origin-title > .origin-psf {
    width: 145px;
  }

  .refined .origin-narrative {
    grid-template-columns: 1fr;
    padding: 30px 0;
    gap: 20px;
  }

  .refined .origin-professor {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 30px;
  }

  .refined .origin-professor > figure {
    height: 350px;
  }

  .refined .origin-bio > h3 {
    font-size: 48px;
  }

  .refined .origin-bio > p:last-child {
    font-size: 15px;
  }

  .refined .origin-professor > blockquote {
    font-size: 21px;
  }

  .immersive .origin-scene {
    height: 440px;
  }

  .immersive .origin-scene > .origin-background {
    object-position: 56% center;
  }

  .immersive .origin-title {
    padding: 55px 20px;
  }

  .immersive .origin-title .h-kicker {
    font-size: 8px;
  }

  .immersive .origin-title h2 {
    font-size: 67px;
  }

  .immersive .origin-title > .origin-psf {
    width: 130px;
  }

  .immersive .origin-caption {
    top: 17px;
    right: 17px;
    font-size: 6px;
  }

  .immersive .origin-narrative {
    grid-template-columns: 1fr;
    margin: -30px 12px 0;
    padding: 25px 22px;
    gap: 20px;
  }

  .immersive .origin-narrative p {
    font-size: 15px;
  }

  .immersive .origin-professor {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 28px;
    padding: 0;
    margin-top: 40px;
  }

  .immersive .origin-professor > figure {
    grid-column: 1;
    grid-row: 1;
    height: 350px;
  }

  .immersive .origin-bio {
    grid-column: 1;
    grid-row: 2;
    padding-top: 0;
  }

  .immersive .origin-bio > h3 {
    font-size: 51px;
  }

  .immersive .origin-bio > .h-kicker {
    font-size: 8px;
  }

  .immersive .origin-professor > blockquote {
    grid-column: 1;
    grid-row: 3;
    font-size: 21px;
  }

  .compact .origin-lead {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .compact .origin-scene,
  .compact .origin-title {
    min-height: 425px;
  }

  .compact .origin-title {
    padding: 28px;
  }

  .compact .origin-title h2 {
    font-size: 65px;
    margin-bottom: 25px;
  }

  .compact .origin-title .h-kicker {
    font-size: 8px;
  }

  .compact .origin-caption {
    font-size: 6px;
  }

  .compact .origin-narrative {
    padding: 0;
    gap: 19px;
  }

  .compact .origin-narrative > p {
    font-size: 16px;
  }

  .compact .origin-professor {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 35px;
    padding-top: 30px;
  }

  .compact .origin-professor > figure {
    height: 330px;
  }

  .compact .origin-bio > h3 {
    font-size: 47px;
  }

  .compact .origin-bio > p:last-child {
    font-size: 15px;
  }

  .compact .origin-professor > blockquote {
    font-size: 21px;
  }
}

/* Unified professor feature: portrait, biography and quote share one composition. */
.history-design .coach-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  margin-top: 50px;
  background: #1b1c1f;
  min-height: 565px;
  border-top: 1px solid #414247;
}

.history-design .coach-feature-photo {
  position: relative;
  min-height: 565px;
  overflow: hidden;
  background: #101113;
}

.history-design .coach-feature-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 23%;
  filter: grayscale(1);
}

.history-design .coach-feature-photo:after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(0deg, #090a0cdd, transparent);
}

.history-design .coach-feature-photo > figcaption {
  position: absolute;
  bottom: 25px;
  left: 28px;
  right: 28px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #ddd;
}

.history-design .coach-feature-photo > figcaption > span:last-child {
  font-size: 8px;
  color: #96979d;
}

.history-design .coach-feature-content {
  padding: 46px 9% 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.history-design .coach-feature-kicker {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #c3c4c9;
  margin-bottom: 24px;
}

.history-design .coach-feature-kicker > span {
  width: 27px;
  height: 2px;
  background: #d13540;
}

.history-design .coach-feature-content > h3 {
  font:
    600 clamp(60px, 5.7vw, 86px)/0.94 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.025em;
  color: #f5f5f3;
  margin: 0 0 26px;
}

.history-design .coach-feature-content > h3 > span {
  color: #a4a5ab;
}

.history-design .coach-feature-bio {
  font-size: 16px;
  line-height: 1.85;
  color: #b3b4bb;
  max-width: 52ch;
  margin: 0;
}

.history-design .coach-feature-content > blockquote {
  margin: 28px 0 0;
  padding-top: 25px;
  border-top: 1px solid #45464c;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  max-width: 560px;
}

.history-design .coach-quote-mark {
  font:
    400 52px/0.95 Georgia,
    serif;
  color: #d13b46;
  position: relative;
  top: 2px;
}

.history-design .coach-feature-content > blockquote > p {
  font:
    400 clamp(18px, 1.65vw, 24px)/1.5 Manrope,
    Arial,
    sans-serif;
  letter-spacing: -0.03em;
  color: #e0e1e5;
}

.history-design .coach-feature-signature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}

.history-design .coach-feature-signature > img {
  width: 25px;
  height: 28px;
  object-fit: contain;
  opacity: 0.7;
}

.history-design .coach-feature-signature > span {
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #909198;
}

@media (min-width: 1500px) {
  .history-design .coach-feature {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr);
  }

  .history-design .coach-feature-content {
    padding: 52px 10%;
  }

  .history-design .coach-feature-photo {
    min-height: 615px;
  }
}

@media (max-width: 1100px) {
  .history-design .coach-feature-content {
    padding: 35px 7%;
  }

  .history-design .coach-feature-content > h3 {
    font-size: 65px;
  }

  .history-design .coach-feature-bio {
    font-size: 15px;
  }

  .history-design .coach-feature-photo {
    min-height: 570px;
  }

  .history-design .coach-feature-content > blockquote > p {
    font-size: 19px;
  }
}

@media (max-width: 760px) {
  .history-design .coach-feature {
    grid-template-columns: 1fr;
    margin-top: 35px;
    min-height: 0;
  }

  .history-design .coach-feature-photo {
    height: 390px;
    min-height: 0;
  }

  .history-design .coach-feature-photo > img {
    object-position: center 24%;
  }

  .history-design .coach-feature-photo > figcaption {
    left: 22px;
    bottom: 22px;
  }

  .history-design .coach-feature-content {
    padding: 32px 25px 30px;
  }

  .history-design .coach-feature-kicker {
    font-size: 8px;
    margin-bottom: 21px;
  }

  .history-design .coach-feature-content > h3 {
    font-size: 67px;
    margin-bottom: 24px;
  }

  .history-design .coach-feature-bio {
    font-size: 15px;
    line-height: 1.8;
  }

  .history-design .coach-feature-content > blockquote {
    margin-top: 24px;
    padding-top: 23px;
    gap: 9px;
    grid-template-columns: 19px 1fr;
  }

  .history-design .coach-quote-mark {
    font-size: 44px;
  }

  .history-design .coach-feature-content > blockquote > p {
    font-size: 20px;
  }

  .history-design .coach-feature-signature > span {
    font-size: 7px;
    letter-spacing: 0.1em;
  }
}

/* Selected Origins layout: professor first, followed by Pedigo history. */
.history-design.refined > .coach-feature {
  margin-top: 0;
  margin-bottom: 55px;
}

.refined > .origin-narrative {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 760px) {
  .history-design.refined > .coach-feature {
    margin-bottom: 40px;
  }
}

/* The three variations affect only the strip at the base of the hero. */
#banner-details {
  position: relative;
  z-index: 2;
}

.detail-strip .strip-inner {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.2fr auto;
  gap: 0;
  align-items: center;
}

.detail-strip .strip-item {
  min-width: 0;
}

.detail-strip strong {
  display: block;
  font:
    500 18px/1.4 "DM Sans",
    Arial,
    sans-serif;
  letter-spacing: -0.015em;
}

.detail-strip strong > span {
  font-weight: 400;
}

.strip-label {
  display: block;
  font-size: 8px;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin-bottom: 9px;
}

.strip-location {
  display: flex;
  align-items: center;
  gap: 13px;
}

.strip-location > svg {
  width: 22px;
  height: 25px;
  flex-shrink: 0;
}

.strip-location > p {
  font-size: 12px;
  line-height: 1.7;
}

.strip-location > p > span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.04em;
}

/* 01 — Quiet typography and fine vertical dividers. */
.minimal {
  margin: 0 5%;
  border-top: 1px solid #ffffff38;
  padding: 25px 0 28px;
}

.minimal .strip-item {
  padding: 0 28px;
  border-right: 1px solid #ffffff26;
}

.minimal .strip-item:first-child {
  padding-left: 0;
}

.minimal .strip-label {
  color: #dc747d;
}

.minimal strong {
  font-size: 16px;
  color: #e4e4e7;
}

.minimal strong > span {
  color: #acadb3;
}

.minimal .strip-location {
  padding-left: 30px;
  color: #a8a9b0;
}

.minimal .strip-location > svg {
  color: #d65763;
}

/* 02 — Full-width red ribbon, restrained supporting address. */
.redband {
  background: #ba2834;
  padding: 26px 5%;
  border-top: 1px solid #ffffff20;
}

.redband .strip-inner {
  grid-template-columns: 1.1fr 0.9fr 1.3fr auto;
  gap: 25px;
}

.redband .strip-label {
  color: #ffd0d3;
  font-size: 8px;
  margin-bottom: 5px;
}

.redband strong {
  font:
    600 25px/1.2 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: 0;
}

.redband strong > span {
  font-weight: 600;
}

.redband .strip-location {
  padding-left: 27px;
  border-left: 1px solid #ffffff45;
  color: #fff;
}

.redband .strip-location > p > span {
  color: #f4c4c9;
}

.redband .strip-location > svg {
  color: #fff;
}

/* 03 — Inset ivory panel with a dark location end-cap. */
.inset {
  padding: 0 5% 25px;
}

.inset .strip-inner {
  background: #eeefeb;
  color: #1b1c1e;
  grid-template-columns: 1fr 0.8fr 1.15fr auto;
  border-top: 3px solid #b62b36;
  align-items: stretch;
}

.inset .strip-item {
  padding: 24px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inset .strip-item + .strip-item {
  border-left: 1px solid #d1d2cf;
}

.inset .strip-label {
  color: #9c2832;
  font-size: 8px;
  margin-bottom: 8px;
}

.inset strong {
  font-size: 15px;
}

.inset strong > span {
  color: #6f7073;
}

.inset .strip-location {
  padding: 23px 25px;
  background: #242629;
  color: #eee;
}

.inset .strip-location > svg {
  color: #d75d69;
}

.inset .strip-location > p > span {
  color: #a5a6af;
}

@media (max-width: 1100px) {
  .minimal .strip-item {
    padding-inline: 20px;
  }

  .minimal strong {
    font-size: 14px;
  }

  .minimal .strip-location {
    padding-left: 20px;
  }

  .redband .strip-inner {
    gap: 18px;
  }

  .redband strong {
    font-size: 23px;
  }

  .inset .strip-item {
    padding: 23px 19px;
  }

  .inset strong {
    font-size: 13px;
  }

  .inset .strip-location {
    padding: 20px;
  }

  .strip-location > p {
    font-size: 11px;
  }

  .strip-location > p > span {
    font-size: 9px;
  }
}

@media (max-width: 760px) {
  .detail-strip .strip-inner {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .detail-strip strong {
    font-size: 14px;
  }

  .strip-label {
    font-size: 7px;
    margin-bottom: 7px;
  }

  .strip-location > p {
    font-size: 11px;
  }

  .strip-location > p > span {
    font-size: 9px;
  }

  .minimal {
    padding: 0;
    margin-inline: 6%;
  }

  .minimal .strip-item {
    padding: 20px 15px;
    border: 0;
    border-bottom: 1px solid #ffffff20;
    min-height: 85px;
  }

  .minimal .strip-item:first-child,
  .minimal .strip-item:nth-child(3) {
    padding-left: 0;
  }

  .minimal .strip-item:nth-child(2) {
    border-left: 1px solid #ffffff20;
  }

  .minimal .strip-item:nth-child(3) {
    border-bottom: 0;
  }

  .minimal .strip-location {
    padding: 20px 12px;
    border-left: 1px solid #ffffff20;
    gap: 9px;
  }

  .minimal strong > span {
    display: block;
  }

  .minimal .strip-location > svg {
    width: 18px;
  }

  .redband {
    padding: 4px 6%;
  }

  .redband .strip-item {
    padding: 20px 12px;
    min-height: 85px;
  }

  .redband .strip-item:first-child,
  .redband .strip-item:nth-child(3) {
    padding-left: 0;
  }

  .redband .strip-item:nth-child(-n + 2) {
    border-bottom: 1px solid #ffffff25;
  }

  .redband .strip-label {
    font-size: 7px;
  }

  .redband strong {
    font-size: 22px;
  }

  .redband strong > span {
    display: block;
  }

  .redband .strip-location {
    padding: 20px 12px;
    border-left: 0;
    gap: 9px;
  }

  .redband .strip-location > svg {
    width: 18px;
  }

  .inset {
    padding: 0 6% 20px;
  }

  .inset .strip-item {
    padding: 20px 17px;
    min-height: 90px;
  }

  .inset .strip-item + .strip-item {
    border-left: 0;
  }

  .inset .strip-item:nth-child(2) {
    border-left: 1px solid #d1d2cf;
  }

  .inset .strip-item:nth-child(3) {
    border-top: 1px solid #d1d2cf;
  }

  .inset strong {
    font-size: 14px;
  }

  .inset strong > span {
    display: block;
  }

  .inset .strip-location {
    padding: 18px 13px;
    gap: 8px;
  }

  .inset .strip-location > svg {
    width: 17px;
  }

  .inset .strip-location > p {
    font-size: 10px;
  }

  .inset .strip-location > p > span {
    font-size: 8px;
  }
}

/* shop.css */
.shop-design {
  padding: 75px 5% 85px;
}

.gear-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.gear-eyebrow {
  font-size: 10px;
  letter-spacing: 0.17em;
  color: #c52b35;
  font-weight: 600;
  margin-bottom: 15px;
}

.gear-heading h2 {
  font:
    600 clamp(48px, 4.8vw, 72px)/1 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}

.shop-all {
  display: inline-flex;
  gap: 35px;
  align-items: center;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
}

.shop-all > span {
  font-size: 23px;
}

.gear-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.gear-image {
  display: block;
  position: relative;
  overflow: hidden;
  background: #303133;
}

.gear-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.gear-image:hover > img {
  transform: scale(1.045);
}

.gear-view {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  background: #f4f4f0;
  color: #191a1b;
  width: 32px;
  height: 32px;
  font-size: 21px;
}

.gear-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 18px;
}

.gear-category {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ad2a35;
  margin-bottom: 9px;
}

.gear-info h3 {
  font:
    500 15px/1.55 "DM Sans",
    Arial,
    sans-serif;
  margin: 0 0 17px;
}

.gear-info h3 a:hover {
  color: #b62733;
}

.gear-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #d0d0ce;
}

.gear-price {
  font-size: 14px;
  font-weight: 600;
}

.gear-buy {
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.gear-buy > span {
  font-size: 18px;
}

.gear-buy:hover {
  color: #c52b35;
}

.shop-clean {
  background: #f0f0ed;
  color: #171819;
}

.clean-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.clean-grid .gear-image {
  aspect-ratio: 0.82;
}

.shop-clean .gear-image > img {
  object-position: center;
}

.shop-feature {
  background: #0d0e0f;
  color: #efefed;
}

.shop-feature .gear-eyebrow {
  color: #e4606b;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 25px;
}

.feature-grid > .gear-card {
  position: relative;
  background: #1a1b1d;
}

.feature-grid > .gear-card > .gear-image {
  height: 100%;
  min-height: 590px;
  flex: 1;
}

.feature-grid > .gear-card > .gear-image:after {
  content: "";
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(0deg, #090a0bee, transparent);
  pointer-events: none;
}

.feature-grid > .gear-card > .gear-image > img {
  position: absolute;
  inset: 0;
  object-position: 50% center;
}

.feature-grid > .gear-card > .gear-image > .gear-view {
  top: 20px;
  right: 20px;
  bottom: auto;
}

.feature-grid > .gear-card > .gear-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  background: linear-gradient(0deg, #0b0c0dd9, transparent);
  pointer-events: none;
}

.feature-grid > .gear-card > .gear-info a {
  pointer-events: auto;
}

.feature-grid > .gear-card > .gear-info h3 {
  font:
    600 40px/1.1 "Barlow Condensed",
    Impact,
    sans-serif;
  margin-bottom: 22px;
  max-width: 280px;
}

.feature-grid > .gear-card .gear-category {
  color: #e38690;
}

.feature-grid > .gear-card .gear-bottom {
  border-color: #ffffff40;
  padding-top: 18px;
}

.feature-grid > .gear-card .gear-price {
  font-size: 18px;
}

.feature-grid > .gear-card .gear-buy {
  background: #bb2935;
  padding: 12px 17px;
  font-size: 11px;
  color: #fff;
}

.feature-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 22px;
}

.feature-small .gear-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}

.feature-small .gear-image {
  aspect-ratio: 1.4;
}

.feature-small .gear-info {
  padding-top: 13px;
}

.feature-small .gear-category {
  color: #df7380;
  margin-bottom: 6px;
  font-size: 8px;
}

.feature-small .gear-info h3 {
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.feature-small .gear-bottom {
  border-color: #343539;
  padding-top: 10px;
  gap: 8px;
}

.feature-small .gear-price {
  font-size: 13px;
}

.feature-small .gear-buy {
  font-size: 9px;
  gap: 7px;
}

.shop-gallery {
  background: #232427;
  color: #f4f4f2;
}

.shop-gallery .gear-eyebrow {
  color: #e27680;
}

.gallery-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gallery-controls > .shop-all {
  margin-right: 22px;
}

.gallery-controls > button {
  border: 1px solid #66686e;
  color: #fff;
  background: transparent;
  width: 43px;
  height: 43px;
  font: 400 22px/1 Arial;
  cursor: pointer;
}

.gallery-controls > button:hover {
  background: #bd2935;
  border-color: #bd2935;
}

.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 66px) / 3.35);
  gap: 22px;
  overflow-x: auto;
  padding-bottom: 24px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #b73340 #38393d;
  scrollbar-width: thin;
}

.gallery-track > .gear-card {
  scroll-snap-align: start;
  background: #17181a;
}

.gallery-track .gear-image {
  aspect-ratio: 1.05;
}

.gallery-track .gear-info {
  padding: 20px;
}

.gallery-track .gear-category {
  color: #dc7781;
}

.gallery-track .gear-info h3 {
  font-size: 16px;
  line-height: 1.5;
}

.gallery-track .gear-bottom {
  border-color: #3d3e42;
  padding-top: 16px;
}

.gallery-track .gear-buy {
  font-size: 11px;
}

.gallery-foot {
  display: flex;
  justify-content: space-between;
  color: #8d8e96;
  font-size: 9px;
  letter-spacing: 0.13em;
  margin-top: 18px;
}

.shop-options-end {
  max-width: 1800px;
  margin: auto;
}

@media (max-width: 1100px) {
  .clean-grid {
    gap: 15px;
  }

  .clean-grid .gear-info h3 {
    font-size: 13px;
  }

  .clean-grid .gear-bottom {
    gap: 10px;
  }

  .clean-grid .gear-buy {
    font-size: 9px;
  }

  .feature-grid {
    gap: 20px;
    grid-template-columns: 0.95fr 1.3fr;
  }

  .feature-small {
    gap: 22px 17px;
  }

  .feature-grid > .gear-card > .gear-info {
    padding: 25px;
  }

  .feature-grid > .gear-card > .gear-info h3 {
    font-size: 34px;
  }

  .feature-small .gear-image {
    aspect-ratio: 1.2;
  }

  .gallery-track {
    grid-auto-columns: calc((100% - 44px) / 2.65);
  }

  .gallery-track .gear-info h3 {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .shop-design {
    padding: 50px 6% 55px;
  }

  .gear-heading {
    margin-bottom: 30px;
    align-items: end;
    gap: 20px;
  }

  .gear-eyebrow {
    font-size: 9px;
    margin-bottom: 13px;
  }

  .gear-heading h2 {
    font-size: 48px;
  }

  .shop-all {
    font-size: 11px;
    gap: 17px;
  }

  .clean-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }

  .clean-grid .gear-image {
    aspect-ratio: 0.85;
  }

  .gear-info {
    padding-top: 14px;
  }

  .clean-grid .gear-info h3 {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 13px;
  }

  .gear-bottom {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .clean-grid .gear-buy {
    font-size: 10px;
    gap: 7px;
  }

  .gear-price {
    font-size: 13px;
  }

  .gear-view {
    width: 27px;
    height: 27px;
    bottom: 9px;
    right: 9px;
    font-size: 18px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .feature-grid > .gear-card > .gear-image {
    min-height: 460px;
  }

  .feature-grid > .gear-card > .gear-image > img {
    object-position: center 38%;
  }

  .feature-grid > .gear-card > .gear-info {
    padding: 27px;
  }

  .feature-grid > .gear-card > .gear-info h3 {
    font-size: 40px;
    max-width: 240px;
  }

  .feature-small {
    gap: 28px 15px;
  }

  .feature-small .gear-image {
    aspect-ratio: 1;
  }

  .feature-small .gear-info h3 {
    font-size: 13px;
  }

  .feature-small .gear-bottom {
    gap: 10px;
  }

  .feature-small .gear-buy {
    font-size: 9px;
  }

  .shop-gallery .gear-heading {
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }

  .gallery-controls {
    width: 100%;
    gap: 10px;
  }

  .gallery-controls > .shop-all {
    margin-right: auto;
  }

  .gallery-controls > button {
    width: 38px;
    height: 38px;
  }

  .gallery-track {
    grid-auto-columns: 82%;
    gap: 17px;
    padding-bottom: 21px;
  }

  .gallery-track .gear-image {
    aspect-ratio: 1;
  }

  .gallery-track .gear-info {
    padding: 18px;
  }

  .gallery-track .gear-info h3 {
    font-size: 16px;
  }

  .gallery-foot {
    font-size: 8px;
    gap: 20px;
  }

  .gallery-foot > span:last-child {
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gear-image > img {
    transition: none;
  }

  .gallery-track {
    scroll-behavior: auto;
  }
}

/* creed.css */
#creed-options {
  width: 100%;
}

.creed-design {
  position: relative;
  overflow: hidden;
  color: #f5f5f3;
  background: #101112;
}

.creed-image {
  position: absolute;
  inset: 0;
}

.creed-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
  filter: grayscale(1);
}

.creed-image:after {
  content: "";
  position: absolute;
  inset: 0;
}

.creed-inner {
  position: relative;
  z-index: 1;
}

.creed-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #ef7780;
  margin: 0 0 20px;
}

.creed-kicker > span {
  width: 25px;
  height: 2px;
  background: #cc3541;
}

.creed-title h2 {
  font:
    600 clamp(46px, 4.8vw, 74px)/1.02 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.015em;
  margin: 0;
}

.creed-title h2 em {
  font-style: normal;
  color: #d93642;
}

.creed-statement {
  font-size: 15px;
  line-height: 1.8;
  color: #d0d0d5;
  max-width: 390px;
  margin: 0;
}

/* 01: Wide, restrained cinematic band closest to the supplied reference. */
.creed-panoramic {
  min-height: 365px;
  display: flex;
  align-items: center;
}

.creed-panoramic .creed-image:after {
  background: linear-gradient(90deg, #050607df, #050607b8 55%, #050607b0);
}

.creed-panoramic .creed-inner {
  width: 100%;
  padding: 65px 8%;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 11%;
  align-items: center;
}

.creed-panoramic .creed-title h2 {
  text-transform: uppercase;
}

.creed-panoramic .creed-statement {
  border-top: 2px solid #bc2a36;
  padding-top: 19px;
  margin-top: 38px;
}

/* 02: Centered statement, calm symmetry and a taller photographic backdrop. */
.creed-centered {
  min-height: 455px;
  display: grid;
  place-items: center;
}

.creed-centered .creed-image > img {
  object-position: center 38%;
}

.creed-centered .creed-image:after {
  background: linear-gradient(0deg, #070809d9, #070809a3 50%, #070809b8);
}

.creed-centered .creed-inner {
  text-align: center;
  padding: 60px 6%;
  width: 100%;
}

.creed-centered .creed-kicker {
  justify-content: center;
  font-size: 9px;
  margin-bottom: 24px;
}

.creed-centered .creed-kicker:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #cc3541;
}

.creed-centered .creed-title h2 {
  font-size: clamp(55px, 5.9vw, 90px);
  line-height: 0.99;
}

.creed-centered .creed-title h2 em {
  color: #f2f2ef;
}

.creed-centered .creed-statement {
  max-width: 540px;
  margin: 25px auto 0;
  font-size: 15px;
}

.creed-centered .creed-statement:before {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #c53340;
  margin: 0 auto 22px;
}

/* 03: Photo and a crisp text panel, joined by a red edge. */
.creed-split {
  min-height: 390px;
  display: flex;
  align-items: stretch;
}

.creed-split .creed-image {
  width: 43%;
  right: auto;
  border-right: 4px solid #bd2b36;
}

.creed-split .creed-image > img {
  object-position: 38% center;
  filter: grayscale(1) brightness(0.78);
}

.creed-split .creed-image:after {
  background: linear-gradient(0deg, #08090b55, transparent 60%);
}

.creed-split .creed-inner {
  margin-left: 43%;
  width: 57%;
  padding: 55px 5.5%;
  background: #1a1b1e;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.creed-split .creed-kicker {
  color: #b0b0b8;
  margin-bottom: 20px;
}

.creed-split .creed-title h2 {
  font-size: clamp(44px, 4.2vw, 65px);
  line-height: 1.02;
}

.creed-split .creed-statement {
  margin-top: 22px;
  max-width: 480px;
  font-size: 14px;
  color: #b5b6be;
}

@media (max-width: 1100px) {
  .creed-panoramic .creed-inner {
    padding: 55px 6%;
    gap: 7%;
    grid-template-columns: 1.35fr 1fr;
  }

  .creed-panoramic .creed-title h2 {
    font-size: 51px;
  }

  .creed-panoramic .creed-statement {
    font-size: 14px;
  }

  .creed-split .creed-inner {
    padding: 45px 5%;
  }

  .creed-split .creed-title h2 {
    font-size: 49px;
  }

  .creed-split .creed-statement {
    font-size: 14px;
  }

  .creed-centered .creed-title h2 {
    font-size: 74px;
  }
}

@media (max-width: 760px) {
  .creed-panoramic {
    min-height: 390px;
  }

  .creed-panoramic .creed-image > img {
    object-position: 55% center;
  }

  .creed-panoramic .creed-inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 45px 7%;
  }

  .creed-panoramic .creed-title h2 {
    font-size: 49px;
  }

  .creed-panoramic .creed-statement {
    margin-top: 0;
    max-width: 100%;
    font-size: 14px;
    padding-top: 17px;
  }

  .creed-kicker {
    font-size: 8px;
    margin-bottom: 20px;
  }

  .creed-centered {
    min-height: 430px;
  }

  .creed-centered .creed-inner {
    padding: 48px 7%;
  }

  .creed-centered .creed-image > img {
    object-position: 51% center;
  }

  .creed-centered .creed-title h2 {
    font-size: 58px;
  }

  .creed-centered .creed-statement {
    font-size: 14px;
    margin-top: 22px;
  }

  .creed-split {
    display: block;
  }

  .creed-split .creed-image {
    position: relative;
    width: 100%;
    height: 220px;
    border-right: 0;
    border-bottom: 3px solid #bd2b36;
  }

  .creed-split .creed-image > img {
    object-position: center 42%;
  }

  .creed-split .creed-inner {
    margin-left: 0;
    width: 100%;
    padding: 35px 7% 40px;
  }

  .creed-split .creed-title h2 {
    font-size: 50px;
  }

  .creed-split .creed-statement {
    font-size: 14px;
    max-width: 100%;
  }
}

/* program.css */
.program-design {
  padding: 75px 5% 80px;
  background: #121315;
  color: #efefec;
}

.program-heading {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  align-items: end;
  margin-bottom: 40px;
}

.program-kicker {
  color: #df5b67;
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 600;
  margin-bottom: 17px;
}

.program-heading h2 {
  font:
    600 clamp(50px, 5.1vw, 77px)/1 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.025em;
  margin: 0;
}

.program-heading > p {
  max-width: 360px;
  color: #a1a2aa;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 3px;
}

.program-choice {
  min-width: 0;
  position: relative;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.program-number {
  font:
    500 13px/1.3 "DM Sans",
    Arial;
  color: #797a82;
}

.program-label {
  font-size: 9px;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #dc737c;
  margin: 0 0 15px;
}

.program-copy h3 {
  font:
    600 clamp(29px, 2.7vw, 41px)/1.08 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.01em;
  margin: 0 0 15px;
}

.program-description {
  font-size: 15px;
  line-height: 1.7;
  color: #a8a9b1;
  margin: 0;
}

.program-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
}

.program-action > span {
  font: 400 26px/1 Arial;
  color: #da4c5b;
}

.program-choice:focus-visible {
  outline: 3px solid #e35f6b;
  outline-offset: 4px;
}

/* 01: Three generous, evenly weighted panels. */
.programs-columns .program-choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #3c3d42;
}

.programs-columns .program-choice {
  padding: 30px 32px 25px;
  display: flex;
  flex-direction: column;
  min-height: 295px;
  border-right: 1px solid #3c3d42;
  background: #191a1d;
}

.programs-columns .program-choice:last-child {
  border-right: 0;
}

.programs-columns .program-choice:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 32px;
  right: 32px;
  height: 2px;
  background: #a72d37;
}

.programs-columns .program-number {
  align-self: end;
  font-size: 12px;
  color: #777983;
}

.programs-columns .program-copy {
  margin-top: 27px;
  margin-bottom: 30px;
}

.programs-columns .program-action {
  margin-top: auto;
  padding-top: 21px;
  border-top: 1px solid #3a3c42;
}

.programs-columns .program-choice:hover {
  background: #242529;
}

.programs-columns .program-choice:hover .program-action > span {
  color: #fff;
}

/* 02: Light editorial directory, compact rows beside the introduction. */
.programs-directory {
  background: #f0f0ed;
  color: #191a1b;
  display: grid;
  grid-template-columns: 0.85fr 1.5fr;
  gap: 8%;
  align-items: start;
}

.programs-directory .program-heading {
  display: block;
  margin: 0;
  padding-top: 12px;
}

.programs-directory .program-kicker {
  color: #ae2a36;
}

.programs-directory .program-heading h2 {
  font-size: clamp(52px, 5vw, 76px);
}

.programs-directory .program-heading > p {
  margin-top: 25px;
  max-width: 315px;
  color: #6f7077;
  font-size: 15px;
}

.programs-directory .program-choices {
  border-top: 1px solid #bfc0bd;
}

.programs-directory .program-choice {
  display: grid;
  grid-template-columns: 25px 1fr 82px;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid #bfc0bd;
  padding: 28px 0;
}

.programs-directory .program-number {
  align-self: start;
  padding-top: 3px;
  color: #a82b35;
  font-size: 11px;
}

.programs-directory .program-label {
  font-size: 8px;
  color: #7b7c80;
  margin-bottom: 10px;
}

.programs-directory .program-copy h3 {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.programs-directory .program-description {
  font-size: 14px;
  color: #75767c;
}

.programs-directory .program-action {
  font-size: 11px;
  gap: 14px;
}

.programs-directory .program-action > span {
  font-size: 22px;
}

.programs-directory .program-choice:hover {
  background: #e6e6e2;
}

/* 03: Two program panels with a dedicated schedule strip underneath. */
.programs-duo {
  background: #202125;
}

.programs-duo .program-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.programs-duo .program-choice:not(.choice-3) {
  background: #eeefeb;
  color: #191a1d;
  padding: 32px 35px 25px;
  display: grid;
  grid-template-columns: 1fr 45px;
  grid-template-rows: 1fr auto;
  gap: 22px;
  min-height: 235px;
}

.programs-duo .program-choice:not(.choice-3) .program-number {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  font:
    500 38px/1 "Barlow Condensed",
    Impact,
    sans-serif;
  color: #bfc0bc;
}

.programs-duo .program-choice:not(.choice-3) .program-copy {
  grid-column: 1;
  grid-row: 1;
}

.programs-duo .program-choice:not(.choice-3) .program-label {
  color: #aa2c37;
  font-size: 9px;
}

.programs-duo .program-choice:not(.choice-3) .program-copy h3 {
  font-size: 42px;
  margin-bottom: 13px;
}

.programs-duo .program-choice:not(.choice-3) .program-description {
  color: #72737a;
  font-size: 15px;
}

.programs-duo .program-choice:not(.choice-3) .program-action {
  grid-column: 1/3;
  grid-row: 2;
  border-top: 1px solid #cdceca;
  padding-top: 17px;
}

.programs-duo .program-choice:not(.choice-3):hover {
  background: #fff;
}

.programs-duo .choice-3 {
  grid-column: 1/3;
  background: #b52633;
  display: grid;
  grid-template-columns: 34px 1fr 130px;
  align-items: center;
  gap: 25px;
  padding: 25px 35px;
  color: white;
}

.programs-duo .choice-3 .program-number {
  color: #e8a4ab;
  font-size: 12px;
}

.programs-duo .choice-3 .program-copy {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3px 35px;
  align-items: center;
}

.programs-duo .choice-3 .program-label {
  color: #f6c4ca;
  font-size: 8px;
  margin: 0;
  grid-column: 1;
  grid-row: 1;
}

.programs-duo .choice-3 h3 {
  font-size: 31px;
  margin: 0;
  grid-column: 1;
  grid-row: 2;
}

.programs-duo .choice-3 .program-description {
  color: #fad9de;
  font-size: 14px;
  grid-column: 2;
  grid-row: 1/3;
}

.programs-duo .choice-3 .program-action {
  padding-left: 25px;
  border-left: 1px solid #ffffff55;
  color: white;
}

.programs-duo .choice-3 .program-action > span {
  color: white;
}

.programs-duo .choice-3:hover {
  background: #cc2c3a;
}

@media (max-width: 1100px) {
  .program-heading {
    gap: 35px;
  }

  .program-heading > p {
    max-width: 320px;
    font-size: 14px;
  }

  .programs-columns .program-choice {
    padding: 28px 25px 23px;
    min-height: 280px;
  }

  .programs-columns .program-choice:before {
    left: 25px;
    right: 25px;
  }

  .program-description {
    font-size: 14px;
  }

  .programs-directory {
    gap: 6%;
    grid-template-columns: 0.8fr 1.5fr;
  }

  .programs-directory .program-choice {
    gap: 15px;
    grid-template-columns: 19px 1fr 73px;
  }

  .programs-directory .program-copy h3 {
    font-size: 23px;
  }

  .programs-duo .program-choice:not(.choice-3) {
    padding: 29px 27px 23px;
  }

  .programs-duo .program-choice:not(.choice-3) .program-copy h3 {
    font-size: 37px;
  }

  .programs-duo .choice-3 {
    padding: 25px 27px;
    grid-template-columns: 25px 1fr 115px;
    gap: 20px;
  }

  .programs-duo .choice-3 .program-copy {
    gap: 4px 22px;
  }
}

@media (max-width: 760px) {
  .program-design {
    padding: 50px 6% 55px;
  }

  .program-heading {
    display: block;
    margin-bottom: 30px;
  }

  .program-kicker {
    font-size: 9px;
    margin-bottom: 15px;
  }

  .program-heading h2 {
    font-size: 53px;
  }

  .program-heading > p {
    margin-top: 21px;
    max-width: 100%;
    font-size: 14px;
  }

  .programs-columns .program-choices {
    grid-template-columns: 1fr;
  }

  .programs-columns .program-choice {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #3c3d42;
    padding: 25px;
  }

  .programs-columns .program-choice:last-child {
    border-bottom: 0;
  }

  .programs-columns .program-choice:before {
    left: 25px;
    right: auto;
    width: 35px;
  }

  .programs-columns .program-number {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 11px;
  }

  .programs-columns .program-copy {
    margin: 0 0 24px;
  }

  .programs-columns .program-label {
    font-size: 8px;
    margin-bottom: 16px;
  }

  .programs-columns .program-copy h3 {
    font-size: 36px;
    margin-bottom: 11px;
  }

  .programs-columns .program-action {
    padding-top: 16px;
    font-size: 12px;
  }

  .programs-directory {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .programs-directory .program-heading {
    padding: 0;
  }

  .programs-directory .program-heading h2 {
    font-size: 53px;
  }

  .programs-directory .program-heading > p {
    max-width: 100%;
    font-size: 14px;
    margin-top: 21px;
  }

  .programs-directory .program-choice {
    grid-template-columns: 20px 1fr 25px;
    gap: 15px;
    padding: 25px 0;
  }

  .programs-directory .program-copy h3 {
    font-size: 24px;
  }

  .programs-directory .program-description {
    font-size: 13px;
  }

  .programs-directory .program-action {
    font-size: 0;
    justify-content: end;
    gap: 0;
  }

  .programs-directory .program-action > span {
    font-size: 25px;
  }

  .programs-duo .program-choices {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .programs-duo .program-choice:not(.choice-3) {
    padding: 28px 25px 23px;
    min-height: 210px;
    gap: 25px 15px;
  }

  .programs-duo .program-choice:not(.choice-3) .program-copy h3 {
    font-size: 40px;
  }

  .programs-duo .program-choice:not(.choice-3) .program-description {
    font-size: 14px;
  }

  .programs-duo .choice-3 {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px;
  }

  .programs-duo .choice-3 .program-number {
    display: none;
  }

  .programs-duo .choice-3 .program-copy {
    display: block;
  }

  .programs-duo .choice-3 .program-label {
    margin-bottom: 13px;
  }

  .programs-duo .choice-3 h3 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .programs-duo .choice-3 .program-action {
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid #ffffff55;
  }

  .review .options button {
    padding-inline: 7px;
  }

  .review .options button span {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .program-choice {
    transition: none;
  }
}

/* trial.css */
.trial-design {
  position: relative;
  overflow: hidden;
  background: #101112;
  color: #f3f3f0;
}

.trial-content {
  position: relative;
  z-index: 1;
}

.trial-design h2 {
  font:
    600 clamp(58px, 6.3vw, 96px)/0.96 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}

.trial-design h2 em {
  font-style: normal;
  color: #d33340;
}

.trial-logos {
  display: flex;
  align-items: center;
  gap: 22px;
}

.trial-logos > .trial-axiom {
  width: 43px;
  height: 48px;
  object-fit: contain;
}

.trial-logos > span {
  height: 32px;
  width: 1px;
  background: #ffffff40;
}

.trial-logos > .trial-pedigo {
  width: 134px;
  height: 42px;
  object-fit: contain;
}

.trial-button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  padding: 18px 25px;
  background: #c32b38;
  color: white;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s;
}

.trial-button > span {
  font-size: 23px;
  line-height: 1;
  font-weight: 400;
}

.trial-button:hover {
  background: #e03a49;
}

.trial-phone {
  font-size: 12px;
  display: block;
  color: inherit;
  width: max-content;
  border-bottom: 1px solid #ffffff55;
  padding-bottom: 2px;
}

.trial-eyebrow {
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 600;
  margin: 0 0 24px;
}

/* 01: Centered campaign treatment over the existing fabric photograph. */
.trial-cinematic {
  border-top: 3px solid #ba2a36;
  min-height: 425px;
  display: grid;
  place-items: center;
}

.trial-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: grayscale(0.4) brightness(0.36);
}

.trial-cinematic:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, #05060755, #090a0bcc 82%);
  pointer-events: none;
}

.trial-cinematic .trial-content {
  padding: 55px 6% 60px;
  text-align: center;
}

.trial-cinematic .trial-logos {
  justify-content: center;
  margin-bottom: 30px;
}

.trial-cinematic h2 {
  font-size: clamp(61px, 6.1vw, 90px);
}

.trial-cinematic .trial-button {
  margin-top: 29px;
  min-width: 252px;
}

/* 02: A saturated red statement with one obvious action. */
.trial-red {
  background: #b72533;
  min-height: 355px;
}

.trial-watermark {
  position: absolute;
  left: 25%;
  top: -38%;
  width: 44%;
  height: 180%;
  object-fit: contain;
  opacity: 0.055;
  transform: rotate(-13deg);
  pointer-events: none;
}

.trial-red .trial-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 8%;
  align-items: center;
  padding: 65px 8%;
}

.trial-red .trial-eyebrow {
  font-size: 9px;
  color: #f4c4ca;
  margin-bottom: 24px;
}

.trial-red h2 {
  font-size: clamp(66px, 7vw, 105px);
}

.trial-red h2 em {
  color: #251417;
}

.trial-red .trial-action {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 21px;
}

.trial-red .trial-logos {
  background: #1b1c1f;
  padding: 16px 21px;
  gap: 18px;
}

.trial-red .trial-logos > .trial-axiom {
  width: 34px;
  height: 38px;
}

.trial-red .trial-logos > .trial-pedigo {
  width: 122px;
  height: 38px;
}

.trial-red .trial-logos > span {
  height: 28px;
}

.trial-red .trial-button {
  background: #f5f5f0;
  color: #17181a;
  min-width: 280px;
}

.trial-red .trial-button:hover {
  background: #fff;
}

.trial-red .trial-phone {
  color: #f9d7db;
  font-size: 12px;
}

/* 03: Quiet, light invitation paired with a dark action panel. */
.trial-split {
  background: #edeeea;
  color: #161719;
  padding: 55px 5%;
  border-top: 1px solid #d0d1cd;
}

.trial-split .trial-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: stretch;
  gap: 7%;
}

.trial-split .trial-copy {
  padding: 25px 0;
}

.trial-split .trial-eyebrow {
  color: #a72a35;
  font-size: 9px;
  margin-bottom: 24px;
}

.trial-split h2 {
  font-size: clamp(63px, 6.5vw, 98px);
}

.trial-split h2 em {
  color: #b82735;
}

.trial-caption {
  font-size: 14px;
  color: #75767c;
  margin: 23px 0 0;
}

.trial-split .trial-action {
  background: #1b1c1f;
  padding: 33px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #f1f1ed;
}

.trial-split .trial-logos {
  gap: 19px;
  margin-bottom: 25px;
}

.trial-split .trial-logos > .trial-axiom {
  width: 35px;
  height: 39px;
}

.trial-split .trial-logos > .trial-pedigo {
  width: 120px;
  height: 37px;
}

.trial-split .trial-action > p {
  font-size: 14px;
  color: #b4b5bd;
  margin: 0 0 22px;
}

.trial-split .trial-button {
  width: 100%;
  font-size: 12px;
  padding: 17px 20px;
  gap: 20px;
}

.trial-split .trial-phone {
  font-size: 11px;
  margin-top: 18px;
  color: #a4a5ae;
}

@media (max-width: 1100px) {
  .trial-red .trial-content {
    padding-inline: 6%;
    gap: 6%;
  }

  .trial-red h2 {
    font-size: 77px;
  }

  .trial-red .trial-button {
    min-width: 252px;
  }

  .trial-split .trial-content {
    gap: 5%;
    grid-template-columns: 1.2fr 1fr;
  }

  .trial-split h2 {
    font-size: 74px;
  }

  .trial-split .trial-action {
    padding: 29px;
  }

  .trial-split .trial-button {
    font-size: 11px;
    padding: 16px 17px;
  }

  .trial-split .trial-logos {
    gap: 15px;
  }
}

@media (max-width: 760px) {
  .trial-design h2 {
    font-size: 65px;
  }

  .trial-logos {
    gap: 18px;
  }

  .trial-logos > .trial-axiom {
    width: 36px;
    height: 40px;
  }

  .trial-logos > .trial-pedigo {
    width: 117px;
    height: 36px;
  }

  .trial-logos > span {
    height: 29px;
  }

  .trial-cinematic {
    min-height: 395px;
  }

  .trial-cinematic .trial-content {
    padding: 48px 6%;
  }

  .trial-cinematic .trial-logos {
    margin-bottom: 28px;
  }

  .trial-cinematic h2 {
    font-size: 65px;
  }

  .trial-cinematic .trial-button {
    font-size: 12px;
    padding: 17px 22px;
    min-width: 244px;
    margin-top: 28px;
  }

  .trial-background {
    object-position: 55% center;
  }

  .trial-red .trial-content {
    grid-template-columns: 1fr;
    padding: 47px 7%;
    gap: 34px;
  }

  .trial-red h2 {
    font-size: 72px;
  }

  .trial-red .trial-eyebrow {
    font-size: 8px;
    margin-bottom: 21px;
  }

  .trial-red .trial-action {
    gap: 18px;
  }

  .trial-red .trial-logos {
    padding: 13px 17px;
  }

  .trial-red .trial-button {
    width: 100%;
    font-size: 12px;
  }

  .trial-watermark {
    left: 28%;
    top: 0;
    width: 100%;
    height: 115%;
    opacity: 0.07;
  }

  .trial-split {
    padding: 43px 6%;
  }

  .trial-split .trial-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .trial-split .trial-copy {
    padding: 0;
  }

  .trial-split h2 {
    font-size: 70px;
  }

  .trial-split .trial-eyebrow {
    font-size: 8px;
    margin-bottom: 21px;
  }

  .trial-caption {
    font-size: 13px;
    margin-top: 20px;
  }

  .trial-split .trial-action {
    padding: 29px 25px;
  }

  .trial-split .trial-button {
    font-size: 12px;
  }

  .trial-split .trial-logos {
    margin-bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trial-button {
    transition: none;
  }
}

/* footer.css */
#footer-options {
  scroll-margin-top: 100px;
}

.axiom-footer {
  --foot-red: #cc3038;
  padding: 70px max(5%, calc((100% - 1280px) / 2));
  background: #101112;
  color: #f2f0eb;
}

.axiom-footer[hidden] {
  display: none !important;
}

.axiom-footer a {
  color: inherit;
  text-decoration: none;
}

.axiom-footer a:hover {
  color: var(--foot-red);
}

.axiom-footer a:focus-visible {
  outline: 2px solid var(--foot-red);
  outline-offset: 6px;
}

.axiom-footer p,
.axiom-footer address {
  font-size: 13px;
  line-height: 1.9;
  color: #969797;
  font-style: normal;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 48px;
  height: 52px;
  object-fit: contain;
}

.footer-brand > span {
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1.1;
}

.footer-brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 2px;
  margin-top: 7px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr 1.15fr;
  gap: 50px;
}

.footer-grid h2,
.footer-label {
  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--foot-red);
  margin: 0 0 24px;
}

.footer-intro p {
  margin-top: 24px;
}

.footer-links nav {
  display: grid;
  gap: 13px;
  font-size: 13px;
}

.footer-visit address {
  margin: 0 0 13px;
}

.footer-visit > a,
.footer-social {
  font-size: 13px;
}

.footer-social {
  margin-top: 20px;
}

.footer-lineage img {
  width: 130px;
  max-height: 52px;
  object-fit: contain;
  object-position: left;
}

.footer-lineage p {
  font-size: 12px;
  margin-top: 17px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #ffffff20;
  margin-top: 52px;
  padding-top: 22px;
  color: #888;
  font-size: 10px;
}

.footer-signature {
  border-top: 1px solid #ffffff16;
  padding-bottom: 26px;
}

.footer-local {
  background: #eceae4;
  color: #18191a;
  padding-bottom: 26px;
}

.footer-local-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 100px;
  padding-bottom: 55px;
}

.footer-local .footer-label {
  color: #a6252c;
  margin: 0 0 20px;
}

.footer-local h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
  margin: 0;
}

.footer-local h2 em {
  font-style: normal;
  color: #ae262e;
}

.footer-local p {
  color: #646461;
}

.footer-location {
  border-left: 1px solid #1c1c1c30;
  padding-left: 50px;
}

.footer-location-number {
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #8a423f;
}

.footer-location h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 38px;
  margin: 25px 0 0;
  text-transform: uppercase;
}

.footer-location p {
  margin: 0 0 14px;
}

.footer-location > a {
  font-size: 13px;
}

.footer-directions {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #222;
  padding: 18px 0 13px;
  margin-top: 12px;
}

.footer-directions span {
  font-size: 22px;
}

.footer-local-nav {
  border-top: 1px solid #1c1c1c30;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-local .footer-brand img {
  filter: brightness(0);
  width: 35px;
  height: 40px;
}

.footer-local .footer-brand > span {
  font-size: 22px;
}

.footer-local .footer-brand small {
  font-size: 6px;
}

.footer-local-nav nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 12px;
}

.footer-local-nav > a:last-child {
  font-size: 12px;
}

.footer-local .footer-bottom {
  border-color: #1c1c1c20;
  margin-top: 28px;
  color: #6d6d68;
}

.footer-statement {
  padding-top: 40px;
  padding-bottom: 32px;
  background: #090a0a;
}

.footer-statement-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-statement-top p {
  margin: 0;
  color: #b7b7b3;
  line-height: 1.6;
}

.footer-statement-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 12px;
}

.footer-up {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #555;
  border-radius: 50%;
  font-size: 22px;
}

.footer-masthead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4%;
  padding: 32px 0 40px;
  border-bottom: 1px solid #ffffff30;
}

.footer-masthead img {
  width: 16%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.footer-masthead span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(100px, 19vw, 290px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.88;
}

.footer-statement-base {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 28px;
  align-items: start;
}

.footer-statement-base address,
.footer-statement-base p {
  font-size: 11px;
  margin: 0;
}

.footer-statement-base a {
  font-size: 11px;
}

.footer-statement-base .footer-label {
  font-size: 8px;
  letter-spacing: 1.2px;
}

.footer-statement-base > div:last-child {
  text-align: right;
}

.footer-statement-base > div:last-child p {
  margin-top: 8px;
}

@media (min-width: 1800px) {
  .footer-masthead span {
    font-size: 290px;
  }
}

@media (max-width: 950px) {
  .footer-grid {
    grid-template-columns: 1.6fr 1fr;
    gap: 40px;
  }

  .footer-local-main {
    gap: 35px;
  }

  .footer-location {
    padding-left: 30px;
  }

  .footer-local-nav {
    flex-wrap: wrap;
  }

  .footer-statement-top nav {
    gap: 17px;
  }

  .footer-statement-base {
    flex-wrap: wrap;
  }

  .footer-statement-base > div:last-child {
    text-align: left;
  }

  .footer-local .footer-bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  #footer-options {
    scroll-margin-top: 140px;
  }

  .axiom-footer {
    padding: 42px 24px 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }

  .footer-intro {
    grid-column: 1/-1;
  }

  .footer-lineage {
    grid-column: 1/-1;
    border-top: 1px solid #ffffff20;
    padding-top: 24px;
  }

  .footer-lineage h2 {
    margin-bottom: 15px;
  }

  .footer-lineage p {
    margin-bottom: 0;
  }

  .footer-bottom {
    margin-top: 30px;
    font-size: 9px;
    flex-wrap: wrap;
  }

  .footer-local-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 30px;
  }

  .footer-location {
    border-left: 0;
    border-top: 1px solid #1c1c1c30;
    padding: 25px 0 0;
  }

  .footer-local h2 {
    font-size: 54px;
  }

  .footer-location h3 {
    margin-top: 16px;
  }

  .footer-local-nav {
    gap: 25px;
  }

  .footer-local-nav nav {
    width: 100%;
    gap: 22px;
  }

  .footer-statement-top {
    align-items: start;
    flex-wrap: wrap;
  }

  .footer-statement-top nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 11px;
  }

  .footer-masthead {
    padding: 38px 0 30px;
    gap: 5%;
  }

  .footer-masthead span {
    font-size: 25vw;
  }

  .footer-masthead img {
    width: 17%;
    max-height: 75px;
  }

  .footer-statement-base {
    gap: 24px;
  }

  .footer-statement-base > div {
    width: 100%;
  }
}

/* Shared content frame, with each section painting its own full-width background. */
:root {
  --content-width: 1280px;
  --page-gutter: max(5%, calc((100% - var(--content-width)) / 2));
}

.one-top,
.history-design.refined,
.shop-clean,
.programs-duo,
.footer-signature,
.detail-strip.inset {
  padding-inline: var(--page-gutter);
}

.one-nav {
  margin-inline: var(--page-gutter);
}

.one-copy {
  margin-left: var(--page-gutter);
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 2 * var(--page-gutter));
  max-width: 640px;
}

.creed-centered .creed-inner {
  padding-inline: var(--page-gutter);
}

.trial-cinematic .trial-content {
  width: min(100%, 1280px);
}

@media (max-width: 760px) {
  :root {
    --page-gutter: 6%;
  }

  .one-nav nav {
    left: 0;
    right: 0;
  }
}

/* navigation.css */
.nav-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 12px max(24px, calc((100% - 1280px) / 2));
  background: #f5f5f3;
  color: #202124;
  border-bottom: 1px solid #d6d6d2;
}

.nav-review strong {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.nav-review > div > span {
  display: block;
  font-size: 11px;
  color: #777;
  margin-top: 3px;
}

.nav-review-buttons {
  display: flex;
  gap: 5px;
}

.nav-review button {
  border: 1px solid #d8d8d3;
  background: transparent;
  padding: 11px 16px;
  font-size: 12px;
  white-space: nowrap;
  color: #777;
}

.nav-review button span {
  margin-left: 8px;
  color: #333;
}

.nav-review button[aria-pressed="true"] {
  background: #171819;
  color: #ef737b;
  border-color: #171819;
}

.nav-review button[aria-pressed="true"] span {
  color: white;
}

.one-top {
  background: #0c0d0e;
  color: #aeb0b2;
  padding-block: 11px;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.nav-slot {
  height: 96px;
  margin-top: 24px;
  position: relative;
  z-index: 100;
}

.one-nav {
  height: 96px;
  margin-inline: var(--page-gutter);
  padding: 0 28px;
  background: #f1f1ed;
  color: #1a1b1d;
  border: 0;
  gap: 28px;
  box-shadow: 0 12px 40px #0003;
}

.one-nav .brand-white {
  color: #1a1b1d;
  flex-shrink: 0;
}

.one-nav .brand-white img {
  filter: brightness(0);
  width: 43px;
  height: 48px;
}

.one-nav .brand-white > div {
  font-size: 34px;
}

.one-nav .brand-white small {
  font-size: 8px;
}

.one-nav nav {
  margin-left: auto;
  gap: 29px;
  font-size: 14px;
  font-weight: 500;
}

.one-nav nav a {
  position: relative;
  padding: 10px 0;
}

.one-nav nav a:hover {
  color: #b32632;
}

.one-nav nav a:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 18px;
  height: 2px;
  background: #bd2935;
}

.one-nav-cta {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 0;
  background: #b92835;
  color: white;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}

.one-nav-cta:hover {
  background: #99212b;
}

.one-copy {
  padding-top: 61px;
}

.one-nav.is-sticky {
  position: fixed;
  top: 12px;
  left: max(5vw, calc((100vw - 1280px) / 2));
  right: max(5vw, calc((100vw - 1280px) / 2));
  margin: 0;
  z-index: 1000;
  box-shadow: 0 10px 32px #0005;
}

.one-nav .mobile-menu {
  color: inherit;
}

/* 01: Restrained ivory panel, red action and a fine perimeter. */
.axiom-site[data-header="1"] .one-nav {
  border: 1px solid #ffffff60;
}

/* 02: A black brand block anchors the light navigation rail. */
.axiom-site[data-header="2"] .one-nav {
  padding-left: 0;
  gap: 32px;
  background: #eeeee9;
}

.axiom-site[data-header="2"] .one-nav .brand-white {
  align-self: stretch;
  padding: 0 28px;
  background: #151618;
  color: #f6f6f1;
  border-bottom: 3px solid #be2936;
}

.axiom-site[data-header="2"] .one-nav .brand-white img {
  filter: none;
}

.axiom-site[data-header="2"] .one-nav-cta {
  background: transparent;
  color: #a82430;
  border-left: 1px solid #c8c8c3;
  padding: 12px 0 12px 26px;
}

.axiom-site[data-header="2"] .one-nav-cta:hover {
  color: #171819;
}

/* 03: A softly rounded frame with quieter, spacious navigation. */
.axiom-site[data-header="3"] .one-nav {
  border-radius: 16px;
  padding-inline: 30px;
  background: #f7f7f2;
  border: 1px solid #fff;
}

.axiom-site[data-header="3"] .one-nav .brand-white {
  padding-right: 28px;
  border-right: 1px solid #d7d7d1;
}

.axiom-site[data-header="3"] .one-nav-cta {
  border-radius: 7px;
  background: #191a1c;
}

.axiom-site[data-header="3"] .one-nav-cta:hover {
  background: #b92835;
}

.axiom-site[data-header="3"] .one-nav nav a:first-child:after {
  background: #252629;
}

@media (max-width: 1150px) and (min-width: 981px) {
  .one-nav {
    gap: 20px;
    padding-inline: 22px;
  }

  .one-nav nav {
    gap: 17px;
    font-size: 13px;
  }

  .one-nav .brand-white > div {
    font-size: 29px;
  }

  .one-nav .brand-white img {
    width: 36px;
  }

  .one-nav-cta {
    padding: 13px 15px;
    gap: 15px;
  }

  .axiom-site[data-header="2"] .one-nav {
    gap: 22px;
  }

  .axiom-site[data-header="2"] .one-nav .brand-white {
    padding-inline: 20px;
  }

  .axiom-site[data-header="3"] .one-nav {
    padding-inline: 22px;
  }

  .axiom-site[data-header="3"] .one-nav .brand-white {
    padding-right: 18px;
  }
}

@media (max-width: 980px) {
  .nav-review {
    display: block;
    text-align: center;
    padding: 12px 15px;
  }

  .nav-review-buttons {
    justify-content: center;
    margin-top: 10px;
  }

  .nav-review > div > span {
    display: none;
  }

  .nav-slot {
    height: 84px;
    margin-top: 18px;
  }

  .one-nav {
    height: 84px;
    padding: 0 22px;
  }

  .one-nav-cta {
    display: none;
  }

  .one-nav .mobile-menu {
    display: block;
    background: transparent;
    border: 1px solid #b3b4ae;
    padding: 10px 15px;
    font-size: 12px;
    margin-left: auto;
  }

  .one-nav nav {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 22px;
    background: #f1f1ed;
    border-top: 1px solid #d8d8d2;
    flex-direction: column;
    align-items: stretch;
    gap: 9px;
    box-shadow: 0 16px 25px #0003;
    max-height: calc(100dvh - 120px);
    overflow: auto;
  }

  .one-nav.expanded nav {
    display: flex;
  }

  .one-nav nav a {
    padding: 10px;
    font-size: 15px;
  }

  .one-nav nav a:first-child:after {
    display: none;
  }

  .axiom-site[data-header="2"] .one-nav .brand-white {
    padding: 0 22px;
  }

  .axiom-site[data-header="3"] .one-nav {
    padding: 0 22px;
    border-radius: 12px;
  }

  .axiom-site[data-header="3"] .one-nav .brand-white {
    border: 0;
    padding: 0;
  }

  .axiom-site[data-header="3"] .one-nav nav {
    border-radius: 0 0 12px 12px;
    background: #f7f7f2;
  }

  .one-copy {
    padding-top: 60px;
  }
}

@media (max-width: 760px) {
  .nav-review strong {
    font-size: 10px;
  }

  .nav-review button {
    padding: 9px 8px;
    font-size: 10px;
  }

  .nav-review button span {
    margin-left: 4px;
  }

  .one-nav.is-sticky {
    left: 6vw;
    right: 6vw;
  }

  .one-nav .brand-white > div {
    font-size: 28px;
  }

  .one-nav .brand-white img {
    width: 35px;
    height: 41px;
  }

  .one-nav .brand-white small {
    font-size: 6px;
  }

  .one-nav {
    gap: 15px;
    padding-inline: 18px;
  }

  .axiom-site[data-header="2"] .one-nav {
    gap: 15px;
  }

  .axiom-site[data-header="2"] .one-nav .brand-white {
    padding-inline: 16px;
  }

  .one-top {
    font-size: 8px;
  }

  .one-top a {
    font-size: 9px;
  }
}

/* Expanded primary navigation and member access. */
.one-nav .mobile-member-link {
  display: none;
}

.one-nav {
  gap: 20px;
}

.one-nav nav {
  gap: 17px;
}

.one-nav-cta {
  white-space: nowrap;
  padding-inline: 20px;
}

@media (min-width: 981px) and (max-width: 1300px) {
  .one-nav {
    gap: 14px;
    padding-inline: 20px;
  }

  .one-nav nav {
    gap: 12px;
    font-size: 12px;
  }

  .one-nav .brand-white > div {
    font-size: 27px;
  }

  .one-nav .brand-white img {
    width: 32px;
  }

  .one-nav-cta {
    font-size: 12px;
    padding-inline: 14px;
    gap: 12px;
  }

  .one-nav .programs-toggle {
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  .one-nav .mobile-member-link {
    display: block;
    color: #b92835;
    font-weight: 700;
  }

  .one-nav nav {
    gap: 9px;
  }

  .one-nav .programs-toggle {
    font-size: 15px;
  }
}

/* submenu.css */
.submenu-review {
  background: #e5e5df;
  color: #202124;
  padding: 15px max(5%, calc((100% - 1280px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.submenu-review strong {
  display: block;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.submenu-review > div > span {
  display: block;
  font-size: 11px;
  color: #73746d;
  margin-top: 4px;
}

.submenu-choices {
  display: flex;
  gap: 6px;
}

.submenu-choices button {
  padding: 12px 15px;
  border: 1px solid #bfc0b8;
  background: transparent;
  font-size: 12px;
  color: #363732;
  white-space: nowrap;
}

.submenu-choices button span {
  margin-left: 8px;
}

.submenu-choices button[aria-pressed="true"] {
  background: #191a1c;
  border-color: #191a1c;
  color: #fff;
}

.submenu-choices button[aria-pressed="true"]::first-letter {
  color: #f0646e;
}

.programs-menu {
  display: flex;
  align-items: center;
}

.programs-toggle {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  border: 0;
  background: none;
  color: #a62532;
  padding: 10px 0;
  font: inherit;
}

.programs-toggle:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 18px;
  height: 2px;
  background: #bd2935;
}

.programs-submenu {
  position: absolute;
  top: calc(100% - 1px);
  right: 215px;
  width: 305px;
  background: #f1f1ed;
  border-top: 3px solid #bd2935;
  box-shadow: 0 20px 35px #0005;
  color: #1c1d1f;
  padding: 8px 22px 0;
}

.submenu-heading {
  display: none;
}

.submenu-item {
  position: relative;
  display: block;
  padding: 21px 0;
  border-bottom: 1px solid #d9dad4;
}

.submenu-item > img {
  display: none;
}

.submenu-tag {
  display: none;
  font-size: 9px;
  letter-spacing: 0.13em;
  color: #a02d37;
}

.submenu-item strong {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.submenu-item strong > span {
  font-size: 16px;
  color: #b62b36;
}

.submenu-item p {
  font-size: 11px;
  line-height: 1.6;
  color: #7a7b75;
  margin-top: 5px;
}

.submenu-number {
  display: none;
}

.submenu-item:hover strong {
  color: #b52a36;
}

.submenu-all {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  font-size: 11px;
  font-weight: 600;
}

.submenu-all > span {
  color: #b62b36;
}

.axiom-site[data-submenu="2"] .programs-submenu {
  left: -1px;
  right: -1px;
  width: auto;
  padding: 33px 32px;
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 38px;
  border-top: 1px solid #d5d6cf;
}

.axiom-site[data-submenu="2"] .submenu-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #d5d6cf;
  padding-right: 25px;
}

.submenu-heading > div > span {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #ae2b36;
}

.submenu-heading h2 {
  font:
    600 32px/1.06 "Barlow Condensed",
    sans-serif;
  margin: 13px 0 21px;
}

.submenu-heading > a {
  font-size: 11px;
  color: #a72a35;
}

.axiom-site[data-submenu="2"] .submenu-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.axiom-site[data-submenu="2"] .submenu-item {
  border: 0;
  padding: 5px 0 35px;
}

.axiom-site[data-submenu="2"] .submenu-tag {
  display: block;
  margin: 0 0 18px;
}

.axiom-site[data-submenu="2"] .submenu-item strong {
  font:
    600 32px "Barlow Condensed",
    sans-serif;
}

.axiom-site[data-submenu="2"] .submenu-item p {
  font-size: 12px;
  max-width: 160px;
}

.axiom-site[data-submenu="2"] .submenu-number {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 10px;
  color: #96978f;
}

.axiom-site[data-submenu="2"] .submenu-all {
  display: none;
}

.axiom-site[data-submenu="3"] .programs-submenu {
  left: -1px;
  right: -1px;
  width: auto;
  background: #18191b;
  color: #f3f3ee;
  padding: 24px;
  border-top: 2px solid #bd2935;
}

.axiom-site[data-submenu="3"] .submenu-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.axiom-site[data-submenu="3"] .submenu-item {
  isolation: isolate;
  overflow: hidden;
  min-height: 225px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  border: 0;
  background: #222326;
}

.axiom-site[data-submenu="3"] .submenu-item > img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: grayscale(1);
  opacity: 0.65;
  z-index: -2;
  transition: transform 0.25s;
}

.axiom-site[data-submenu="3"] .submenu-item:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, #090a0bef, transparent 95%);
}

.axiom-site[data-submenu="3"] .submenu-item > div {
  width: 100%;
}

.axiom-site[data-submenu="3"] .submenu-tag {
  display: block;
  color: #f18e96;
  margin-bottom: 8px;
  font-size: 8px;
}

.axiom-site[data-submenu="3"] .submenu-item strong {
  font:
    600 36px "Barlow Condensed",
    sans-serif;
}

.axiom-site[data-submenu="3"] .submenu-item p {
  color: #c3c4c2;
}

.axiom-site[data-submenu="3"] .submenu-item:hover img {
  transform: scale(1.04);
}

.axiom-site[data-submenu="3"] .submenu-item:hover strong {
  color: #fff;
}

.axiom-site[data-submenu="3"] .submenu-all {
  padding: 19px 0 0;
  color: #d2d3ce;
}

@media (max-width: 1150px) and (min-width: 981px) {
  .programs-submenu {
    right: 175px;
  }
}

@media (max-width: 980px) {
  .submenu-review {
    display: block;
    padding: 15px 6%;
  }

  .submenu-choices {
    margin-top: 12px;
    flex-wrap: wrap;
  }

  .submenu-choices button {
    font-size: 10px;
    padding: 10px;
  }

  .submenu-choices button span {
    margin-left: 4px;
  }

  .programs-toggle {
    padding: 10px;
    font-size: 15px;
    width: 100%;
    justify-content: space-between;
  }

  .programs-submenu,
  .axiom-site[data-submenu="2"] .programs-submenu,
  .axiom-site[data-submenu="3"] .programs-submenu {
    position: absolute;
    top: calc(100% + 278px);
    left: 0;
    right: 0;
    width: auto;
    max-height: 45dvh;
    overflow: auto;
    padding: 12px 22px;
    box-shadow: 0 20px 30px #0005;
  }

  .one-nav:not(.expanded) .programs-submenu {
    display: none !important;
  }

  .axiom-site[data-submenu="2"] .programs-submenu {
    display: block;
  }

  .axiom-site[data-submenu="2"] .submenu-heading {
    display: none;
  }

  .axiom-site[data-submenu="2"] .submenu-items {
    gap: 16px;
  }

  .axiom-site[data-submenu="2"] .submenu-tag {
    font-size: 8px;
    letter-spacing: 0;
  }

  .axiom-site[data-submenu="2"] .submenu-item strong {
    font-size: 27px;
  }

  .axiom-site[data-submenu="3"] .submenu-items {
    gap: 8px;
  }

  .axiom-site[data-submenu="3"] .submenu-item {
    padding: 14px;
    min-height: 180px;
  }

  .axiom-site[data-submenu="3"] .submenu-item p {
    display: none;
  }

  .axiom-site[data-submenu="3"] .submenu-item strong {
    font-size: 27px;
  }

  .axiom-site[data-submenu="3"] .submenu-tag {
    font-size: 7px;
    letter-spacing: 0;
  }

  .submenu-item strong > span {
    font-size: 13px;
  }
}

@media (max-width: 980px) {
  .programs-menu {
    display: block;
  }

  .programs-submenu,
  .axiom-site[data-submenu="2"] .programs-submenu,
  .axiom-site[data-submenu="3"] .programs-submenu {
    position: static;
    max-height: none;
    overflow: visible;
    box-shadow: none;
    margin-top: 8px;
  }

  .one-nav nav .submenu-item {
    padding: 16px 0;
  }

  .one-nav nav .submenu-item:after {
    display: none !important;
  }

  .one-nav nav .submenu-all {
    font-size: 11px;
    padding: 16px 0;
  }

  .axiom-site[data-submenu="3"] .one-nav nav .submenu-item {
    padding: 12px;
  }

  .axiom-site[data-submenu="3"] .submenu-item strong {
    font-size: 24px;
  }

  .axiom-site[data-submenu="2"] .submenu-items {
    grid-template-columns: 1fr;
  }

  .axiom-site[data-submenu="2"] .submenu-item {
    border-bottom: 1px solid #d5d6cf;
  }

  .axiom-site[data-submenu="2"] .submenu-number {
    display: none;
  }

  .axiom-site[data-submenu="2"] .submenu-tag {
    margin-bottom: 5px;
  }

  .axiom-site[data-submenu="2"] .submenu-item p {
    max-width: none;
  }
}

/* Simplified Programs / Community navigation. */
.one-nav nav > a:first-child:after,
.programs-toggle:after {
  display: none !important;
}

.one-nav .programs-toggle {
  color: #252629;
}

.one-nav .menu-current {
  color: #b92835 !important;
}

.schedule-menu {
  display: flex;
  align-items: center;
}

.schedule-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 10px 0;
  color: #252629;
  font: inherit;
  cursor: pointer;
}

.community-plus {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s;
  color: #b92835;
}

.schedule-toggle[aria-expanded="true"] .community-plus {
  transform: rotate(45deg);
}

.submenu-membership {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #d5d6cf;
  margin-top: 22px;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 600;
}

.submenu-membership > span:last-child {
  font-size: 13px;
  font-weight: 400;
  color: #777870;
}

.submenu-membership:hover,
.submenu-membership[aria-current="page"] {
  color: #b92835;
}

@media (max-width: 980px) {
  .schedule-menu {
    display: block;
  }

  .schedule-toggle {
    padding: 10px;
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
  }

  .one-nav nav .submenu-membership {
    display: flex;
    padding: 18px 0 8px;
  }

  .submenu-membership > span:last-child {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .community-plus {
    transition: none;
  }
}

.schedule-toggle:hover .rank-icon,
.schedule-toggle:focus-visible .rank-icon,
.schedule-toggle[aria-expanded="true"] .rank-icon {
  transform: rotate(90deg);
}

/* Schedule shares the Programs editorial panel, with two destinations. */
.axiom-site[data-submenu="2"] .schedule-submenu .submenu-items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.axiom-site[data-submenu="2"] .schedule-submenu .submenu-item p {
  max-width: 230px;
}

.schedule-submenu .submenu-item[aria-current="page"] strong {
  color: #b92835;
}

@media (max-width: 980px) {
  .axiom-site[data-submenu="2"] .schedule-submenu .submenu-items {
    grid-template-columns: 1fr;
  }
}

/* rank-menu.css */
.programs-toggle {
  gap: 10px;
}

.rank-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #262729;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 220ms ease;
}

.rank-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.programs-toggle:hover .rank-icon,
.programs-toggle:focus-visible .rank-icon,
.programs-toggle[aria-expanded="true"] .rank-icon {
  transform: rotate(90deg);
}

@media (prefers-reduced-motion: reduce) {
  .rank-icon {
    transition: none;
  }
}

/* banner-framing.css */
/* Keep the photographic subject below the floating navigation on every page. */
.one-stage {
  --photo-top: 144px;
  background: #101112;
}

.one-stage > .one-bg {
  top: var(--photo-top);
  left: 0;
  width: 100%;
  height: calc(100% - var(--photo-top));
  object-fit: cover;
  object-position: center top;
  -webkit-mask-image:
    linear-gradient(90deg, transparent, #000 8%, #000 82%, transparent),
    linear-gradient(180deg, transparent, #000 32px, #000 88%, transparent);
  mask-image:
    linear-gradient(90deg, transparent, #000 8%, #000 82%, transparent),
    linear-gradient(180deg, transparent, #000 32px, #000 88%, transparent);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

@media (max-width: 980px) {
  .one-stage {
    --photo-top: 124px;
  }

  .one-stage > .one-bg {
    object-position: 67% top;
  }
}

@media (max-width: 760px) {
  .one-stage {
    --photo-top: 120px;
  }

  .one-stage > .one-bg {
    object-position: 70% top;
    -webkit-mask-image:
      linear-gradient(90deg, transparent, #000 5%, #000 84%, transparent),
      linear-gradient(180deg, transparent, #000 24px, #000 86%, transparent);
    mask-image:
      linear-gradient(90deg, transparent, #000 5%, #000 84%, transparent),
      linear-gradient(180deg, transparent, #000 24px, #000 86%, transparent);
  }
}

/* programs-page.css */
.programs-page {
  background: #101112;
}

.programs-hero {
  min-height: 0;
}

.programs-hero .one-stage {
  min-height: 755px;
  background: #090a0b;
}

.programs-bg {
  object-position: center 48%;
}

.programs-shade {
  background:
    linear-gradient(
      90deg,
      #08090bf2 4%,
      #08090bcc 29%,
      #08090b5e 52%,
      #08090b08 76%
    ),
    linear-gradient(0deg, #08090bfa, transparent 32%);
}

.programs-copy {
  position: relative;
  margin-left: var(--page-gutter);
  width: calc(100% - 2 * var(--page-gutter));
  max-width: 600px;
  padding: 33px 0 65px;
}

.programs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  color: #96979d;
  margin-bottom: 39px;
}

.programs-breadcrumb > a {
  color: #c4c4c7;
}

.programs-breadcrumb > a:hover {
  color: #e34c58;
}

.programs-breadcrumb > span:last-child {
  color: #f0f0ed;
}

.programs-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  color: #e2e2df;
  letter-spacing: 0.18em;
}

.programs-hero h1 {
  font:
    600 clamp(90px, 8.5vw, 130px)/0.88 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.025em;
  margin: 25px 0 27px;
}

.programs-hero h1 > span {
  color: #d2323e;
}

.programs-copy > p {
  font-size: 17px;
  line-height: 1.85;
  color: #c1c2c7;
  max-width: 415px;
}

.programs-copy .actions {
  margin-top: 30px;
}

.programs-copy .button {
  font-size: 13px;
}

.programs-banner-foot {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 0 var(--page-gutter);
  padding: 26px 0 30px;
  border-top: 1px solid #ffffff30;
  color: #b5b6bb;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.programs-banner-foot > span + span {
  padding-left: 35px;
  border-left: 1px solid #ffffff25;
}

.programs-page .one-nav nav a:first-child:after {
  display: none;
}

.programs-page .one-nav nav a[aria-current="page"]:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 18px;
  height: 2px;
  background: #bd2935;
}

.programs-page .footer-signature {
  border-top: 1px solid #ffffff12;
}

@media (min-width: 1800px) {
  .programs-hero .one-stage {
    min-height: 800px;
  }

  .programs-copy {
    padding-top: 40px;
    padding-bottom: 75px;
  }

  .programs-banner-foot {
    padding-bottom: 35px;
  }
}

@media (max-width: 980px) {
  .programs-hero .one-stage {
    min-height: 730px;
  }

  .programs-copy {
    max-width: 520px;
  }

  .programs-hero h1 {
    font-size: 105px;
  }

  .programs-shade {
    background:
      linear-gradient(90deg, #08090bf5, #08090ba8 48%, #08090b20),
      linear-gradient(0deg, #08090bfa, transparent 45%);
  }

  .programs-copy > p {
    font-size: 16px;
  }

  .programs-page .one-nav nav a[aria-current="page"]:after {
    display: none;
  }
}

@media (max-width: 760px) {
  .programs-hero .one-stage {
    min-height: 790px;
  }

  .programs-bg {
    object-position: 64% center;
  }

  .programs-shade {
    background:
      linear-gradient(90deg, #08090bef, #08090b99),
      linear-gradient(0deg, #08090b, transparent 65%);
  }

  .programs-copy {
    padding-top: 26px;
    padding-bottom: 40px;
  }

  .programs-breadcrumb {
    margin-bottom: 32px;
    font-size: 11px;
  }

  .programs-copy > .eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .programs-hero h1 {
    font-size: clamp(82px, 19vw, 110px);
    margin: 26px 0;
  }

  .programs-copy > p {
    max-width: 330px;
    font-size: 16px;
  }

  .programs-copy .actions {
    gap: 20px;
    margin-top: 25px;
  }

  .programs-banner-foot {
    flex-wrap: wrap;
    gap: 12px 19px;
    padding: 23px 0 28px;
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .programs-banner-foot > span + span {
    padding-left: 0;
    border: 0;
  }

  .programs-banner-foot > span:last-child {
    width: 100%;
  }
}

/* Individual programs share the page's 1280px content frame. */
.program-directory {
  background: #efefeb;
  border-bottom: 1px solid #d3d3ce;
  color: #1c1d20;
}

.program-directory-inner {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: center;
  min-height: 92px;
}

.program-directory-inner > span {
  font-size: 10px;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #6f7074;
}

.program-directory-inner > a {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 25px 28px;
  border-left: 1px solid #d3d3ce;
  font-size: 15px;
  font-weight: 600;
}

.program-directory-inner > a > span:first-child {
  font-size: 10px;
  color: #ad2a34;
}

.program-directory-inner > a > span:last-child {
  margin-left: auto;
  font-size: 22px;
  font-weight: 400;
}

.program-directory-inner > a:hover {
  color: #b52b36;
}

.program-detail {
  scroll-margin-top: 130px;
  background: #efefeb;
  color: #1b1c1e;
  padding: 85px 0 90px;
}

.program-detail-inner {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8%;
}

.program-identity {
  position: relative;
  padding-top: 5px;
}

.program-index {
  display: block;
  font:
    500 38px/1 "Barlow Condensed",
    Impact,
    sans-serif;
  color: #a2a3a1;
  margin-bottom: 40px;
}

.program-detail-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #9e3039;
  margin-bottom: 17px;
}

.program-identity h2 {
  font:
    600 clamp(70px, 7.5vw, 112px)/0.95 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.025em;
  margin: 0;
}

.program-identity h2 > span {
  color: #bd2c37;
}

.program-identity-rule {
  width: 55px;
  height: 3px;
  background: #bd2c37;
  margin-top: 31px;
}

.program-identity-note {
  font-size: 9px;
  line-height: 1.8;
  color: #858681;
  letter-spacing: 0.12em;
  margin-top: 30px;
}

.program-detail-content h3 {
  font:
    600 clamp(36px, 3.5vw, 50px)/1.05 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.01em;
  margin: 0 0 25px;
}

.program-detail-lead {
  font-size: 19px;
  line-height: 1.65;
  max-width: 560px;
  margin-bottom: 17px;
  color: #313237;
}

.program-detail-description {
  font-size: 15px;
  line-height: 1.9;
  color: #6b6c71;
  max-width: 570px;
}

.program-benefits {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 31px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #cbccc8;
}

.program-benefits li {
  min-width: 0;
}

.program-benefits strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 9px;
}

.program-benefits li > span {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  color: #77787c;
}

.program-detail-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 31px;
}

.program-inquire {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 16px 21px;
  background: #b92a36;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.program-inquire > span {
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}

.program-inquire:hover {
  background: #991f2a;
}

.program-times {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  border-bottom: 1px solid #a4a4a1;
  padding: 9px 0;
}

.program-times:hover {
  color: #b92a36;
}

.program-detail-teens {
  background: #1b1c20;
  color: #f1f1ed;
}

.program-detail-teens .program-index {
  color: #6f7077;
}

.program-detail-teens .program-detail-label {
  color: #db7880;
}

.program-detail-teens .program-identity-note {
  color: #82838b;
}

.program-detail-teens .program-detail-lead {
  color: #d4d5da;
}

.program-detail-teens .program-detail-description {
  color: #aaabb3;
}

.program-detail-teens .program-benefits {
  border-color: #42434b;
}

.program-detail-teens .program-benefits li > span {
  color: #999aa4;
}

.program-detail-teens .program-times {
  border-color: #64656d;
}

.program-detail-kids {
  background: #f7f7f3;
}

.program-detail-kids .program-identity h2 {
  font-size: clamp(80px, 8vw, 120px);
}

@media (max-width: 1000px) {
  .program-detail-inner {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 6%;
  }

  .program-directory-inner > a {
    padding-inline: 20px;
  }

  .program-detail-actions {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }

  .program-benefits {
    gap: 15px;
  }

  .program-identity h2 {
    font-size: 80px;
  }
}

@media (max-width: 760px) {
  .program-directory-inner {
    width: 88%;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0 12px;
    min-height: 0;
  }

  .program-directory-inner > span {
    grid-column: 1/-1;
    margin-bottom: 13px;
    font-size: 9px;
  }

  .program-directory-inner > a {
    padding: 10px 14px;
    gap: 8px;
    font-size: 13px;
  }

  .program-directory-inner > a:nth-child(2) {
    padding-left: 0;
    border-left: 0;
  }

  .program-directory-inner > a:last-child {
    padding-right: 0;
  }

  .program-directory-inner > a > span:last-child {
    font-size: 18px;
  }

  .program-detail {
    padding: 45px 0 50px;
    scroll-margin-top: 115px;
  }

  .program-detail-inner {
    width: 88%;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .program-identity {
    padding: 0;
  }

  .program-index {
    font-size: 25px;
    margin-bottom: 19px;
  }

  .program-detail-label {
    font-size: 9px;
    margin-bottom: 12px;
  }

  .program-identity h2 {
    font-size: 76px;
  }

  .program-detail-kids .program-identity h2 {
    font-size: 80px;
  }

  .program-identity-rule {
    margin-top: 22px;
    width: 40px;
    height: 2px;
  }

  .program-identity-note {
    display: none;
  }

  .program-detail-content h3 {
    font-size: 39px;
    margin-bottom: 20px;
  }

  .program-detail-lead {
    font-size: 17px;
    line-height: 1.7;
  }

  .program-detail-description {
    font-size: 15px;
  }

  .program-benefits {
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding-top: 21px;
    gap: 17px;
  }

  .program-benefits li {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    align-items: baseline;
  }

  .program-benefits strong {
    margin: 0;
    font-size: 13px;
  }

  .program-benefits li > span {
    font-size: 13px;
  }

  .program-detail-actions {
    margin-top: 27px;
    gap: 17px;
  }

  .program-inquire {
    font-size: 13px;
    min-width: 255px;
  }

  .program-times {
    font-size: 13px;
  }
}

/* Training photos dissolve into the surrounding section color. */
.program-detail {
  --panel-ground: #efefeb;
  --panel-ink: #1b1c1e;
  --panel-muted: #777873;
  --panel-accent: #9e3039;
}

.program-detail-teens {
  --panel-ground: #1b1c20;
  --panel-ink: #f1f1ed;
  --panel-muted: #a0a1aa;
  --panel-accent: #db7880;
}

.program-detail-kids {
  --panel-ground: #f7f7f3;
}

.program-identity.program-photo-panel {
  isolation: isolate;
  min-height: 510px;
  height: 100%;
  padding: 38px 34px;
  background: var(--panel-ground);
  color: var(--panel-ink);
}

.program-photo-panel > .program-panel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  opacity: 0.27;
  mask-image: radial-gradient(
    ellipse 50% 50% at 50% 50%,
    #000 20%,
    #000b 52%,
    #0004 76%,
    transparent 100%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 50% 50% at 50% 50%,
    #000 20%,
    #000b 52%,
    #0004 76%,
    transparent 100%
  );
}

.program-detail-teens .program-panel-image {
  mix-blend-mode: luminosity;
  opacity: 0.38;
}

.program-detail .program-photo-panel .program-index {
  color: var(--panel-muted);
  margin-bottom: 37px;
}

.program-detail .program-photo-panel .program-detail-label {
  color: var(--panel-accent);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.program-detail .program-photo-panel h2 {
  font-size: clamp(70px, 6.4vw, 96px);
  color: var(--panel-ink);
  text-shadow: none;
}

.program-detail .program-photo-panel h2 > span {
  color: #c52b35;
}

.program-photo-panel .program-identity-rule {
  background: #c52b35;
}

.program-detail .program-photo-panel .program-identity-note {
  color: var(--panel-muted);
  text-shadow: none;
  font-size: 8px;
  letter-spacing: 0.1em;
  margin-top: 27px;
  max-width: 220px;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .program-identity.program-photo-panel {
    padding: 32px 25px;
  }

  .program-detail .program-photo-panel h2 {
    font-size: 76px;
  }

  .program-detail .program-photo-panel .program-detail-label {
    font-size: 8px;
    letter-spacing: 0.06em;
  }
}

@media (max-width: 760px) {
  .program-identity.program-photo-panel {
    min-height: 410px;
    padding: 28px 26px;
    height: auto;
  }

  .program-photo-panel > .program-panel-image {
    object-position: center 53%;
  }

  .program-detail .program-photo-panel .program-index {
    margin-bottom: 29px;
  }

  .program-detail .program-photo-panel h2 {
    font-size: 82px;
  }

  .program-detail .program-photo-panel .program-detail-label {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .program-detail .program-photo-panel .program-identity-note {
    display: block;
    margin-top: 25px;
    font-size: 8px;
  }
}

/* Full-width hero canvas; feather the photo and shading into its exact ground color. */
.programs-page main > .programs-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #101112;
}

.programs-page .programs-hero .one-stage {
  background: #101112;
}

.programs-hero .programs-bg,
.programs-hero .programs-shade {
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 8%,
    #000 82%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 8%,
    #000 82%,
    transparent 100%
  );
}

@media (max-width: 760px) {
  .programs-hero .programs-bg,
  .programs-hero .programs-shade {
    -webkit-mask-image: linear-gradient(
      90deg,
      transparent,
      #000 5%,
      #000 84%,
      transparent
    );
    mask-image: linear-gradient(
      90deg,
      transparent,
      #000 5%,
      #000 84%,
      transparent
    );
  }
}

/* adults-page.css */
.adults-page .programs-copy {
  max-width: 740px;
}

.adults-page .programs-hero h1 {
  font-size: clamp(80px, 7.8vw, 120px);
}

.adults-page .programs-copy > p {
  max-width: 480px;
}

.adult-frame {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

.adult-jump {
  background: #efefeb;
  color: #242528;
  border-bottom: 1px solid #d5d5d0;
}

.adult-jump .adult-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 29px 0;
  font-size: 12px;
}

.adult-jump span {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #767771;
}

.adult-jump a:hover,
.adult-text-link:hover {
  color: #c52b35;
}

.adult-intro,
.adult-first {
  background: #efefeb;
  color: #1b1c1e;
  padding: 90px 0;
}

.adult-split {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 8%;
  align-items: center;
}

.adult-intro-title {
  position: relative;
  isolation: isolate;
  min-height: 450px;
  padding: 42px 0;
}

.adult-intro-title img {
  position: absolute;
  inset: -20px 0;
  width: 100%;
  height: 110%;
  object-fit: cover;
  z-index: -1;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  opacity: 0.22;
  mask-image: radial-gradient(
    ellipse 50% 50%,
    #000 20%,
    #000b 52%,
    #0004 76%,
    transparent 100%
  );
}

.adult-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  color: #b72c37;
  margin: 0 0 27px;
}

.adult-frame h2 {
  font:
    600 clamp(46px, 4.8vw, 72px)/0.99 "Barlow Condensed",
    Impact,
    sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}

.adult-frame h2 span,
.adult-formats h3 span {
  color: #c52b35;
}

.adult-red-rule {
  width: 54px;
  height: 3px;
  background: #c52b35;
  margin-top: 31px;
}

.adult-intro-copy > p {
  font-size: 16px;
  line-height: 1.9;
  color: #6b6c71;
}

.adult-intro-copy .adult-lead {
  font-size: 25px;
  line-height: 1.5;
  color: #292a2d;
  margin: 0 0 24px;
}

.adult-values {
  border-top: 1px solid #cdcec8;
  margin-top: 28px;
  padding-top: 9px;
}

.adult-values > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 13px 0;
  font-size: 13px;
}

.adult-values span {
  color: #74756f;
}

.adult-training {
  background: #17181b;
  color: #efefeb;
  padding: 90px 0;
}

.adult-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 45px;
}

.adult-section-heading > p {
  font-size: 14px;
  line-height: 1.8;
  color: #9a9ba2;
  max-width: 330px;
}

.adult-formats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.adult-formats article {
  position: relative;
  padding: 44px;
  background: #202125;
  border-top: 2px solid #c52b35;
}

.format-number {
  position: absolute;
  right: 35px;
  top: 25px;
  font:
    500 64px "Barlow Condensed",
    sans-serif;
  color: #ffffff0c;
}

.adult-formats .adult-eyebrow {
  font-size: 9px;
  color: #c7a1a5;
  margin-bottom: 24px;
}

.adult-formats h3 {
  font:
    600 64px/1 "Barlow Condensed",
    sans-serif;
  margin: 0 0 22px;
}

.adult-formats article > p:not(.adult-eyebrow) {
  font-size: 15px;
  line-height: 1.9;
  color: #a9aab2;
  max-width: 460px;
}

.format-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff17;
  margin-top: 33px;
  padding-top: 20px;
  font-size: 12px;
  color: #dedee0;
}

.format-bottom > span {
  color: #c52b35;
}

.adult-text-link {
  display: inline-flex;
  gap: 40px;
  border-bottom: 1px solid #696a70;
  padding: 12px 0;
  margin-top: 26px;
  font-size: 12px;
}

.adult-coach {
  background: #e4e4df;
  color: #1b1c1e;
  padding: 80px 0;
}

.adult-coach-inner {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 8%;
  align-items: center;
}

.adult-coach-inner > img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  filter: grayscale(1);
}

.adult-coach-inner > div > p:not(.adult-eyebrow) {
  font-size: 15px;
  line-height: 1.9;
  color: #676862;
  max-width: 600px;
  margin-top: 25px;
}

.adult-coach-signature {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 25px;
}

.adult-coach-signature b {
  font-size: 16px;
}

.adult-coach-signature span {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #a32b35;
}

.adult-first .adult-section-heading > p {
  color: #767772;
}

.adult-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.adult-steps article {
  border-top: 1px solid #c7c8c2;
  padding-top: 25px;
}

.adult-steps article > span {
  font:
    500 32px "Barlow Condensed",
    sans-serif;
  color: #a1a29d;
}

.adult-steps h3 {
  font:
    600 29px "Barlow Condensed",
    sans-serif;
  margin: 22px 0 12px;
}

.adult-steps p {
  font-size: 14px;
  line-height: 1.8;
  color: #73746f;
  max-width: 330px;
}

.adult-steps a {
  display: inline-block;
  font-size: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #babbb4;
  padding-bottom: 8px;
}

.adult-intro,
.adult-training,
.adult-first {
  scroll-margin-top: 130px;
}

@media (max-width: 760px) {
  .adults-page .programs-hero h1 {
    font-size: clamp(66px, 12.5vw, 94px);
  }

  .adults-page .programs-copy {
    padding-bottom: 45px;
  }

  .adults-page .programs-hero .one-stage {
    min-height: 740px;
  }

  .adult-frame {
    width: 88%;
  }

  .adult-jump .adult-frame {
    flex-wrap: wrap;
    gap: 20px;
    font-size: 11px;
    padding: 23px 0;
  }

  .adult-jump span {
    width: 100%;
  }

  .adult-intro,
  .adult-training,
  .adult-first,
  .adult-coach {
    padding: 52px 0;
  }

  .adult-split,
  .adult-coach-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .adult-intro-title {
    min-height: 320px;
    padding-top: 20px;
  }

  .adult-frame h2 {
    font-size: 49px;
  }

  .adult-intro-copy .adult-lead {
    font-size: 22px;
  }

  .adult-section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .adult-section-heading > p {
    margin-top: 24px;
  }

  .adult-formats,
  .adult-steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .adult-formats article {
    padding: 30px;
  }

  .adult-formats h3 {
    font-size: 56px;
  }

  .adult-coach-inner > img {
    height: 340px;
    object-position: center 35%;
    max-width: 420px;
  }

  .adult-steps p {
    max-width: none;
  }

  .adult-eyebrow {
    font-size: 9px;
  }

  .adult-values > div {
    grid-template-columns: 90px 1fr;
    gap: 12px;
  }
}

/* teens-page.css */
.teens-page .programs-copy {
  max-width: 720px;
}

.teens-page .programs-copy > p {
  max-width: 490px;
}

.teens-page .adult-intro-title h2 {
  font-size: clamp(46px, 4.6vw, 68px);
}

.teen-note {
  margin-top: 30px;
  padding: 24px 0;
  border-top: 1px solid #cdcec8;
}

.teen-note > span {
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #ae2b36;
  font-weight: 600;
}

.teen-note p {
  font-size: 14px;
  line-height: 1.85;
  color: #73746e;
  margin-top: 12px;
}

.teen-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.teen-pillars article {
  border-top: 2px solid #b92835;
  padding-top: 26px;
}

.teen-pillars article > span {
  font:
    500 34px "Barlow Condensed",
    sans-serif;
  color: #717278;
}

.teen-pillars h3 {
  font:
    600 42px/1 "Barlow Condensed",
    sans-serif;
  margin: 28px 0 20px;
}

.teen-pillars h3 > span {
  color: #c52b35;
}

.teen-pillars p {
  color: #afb0b5;
  font-size: 15px;
  line-height: 1.9;
  max-width: 355px;
}

.teen-pillars article > div {
  font-size: 11px;
  color: #e0e0dd;
  margin-top: 30px;
  padding-top: 21px;
  border-top: 1px solid #ffffff1c;
}

.teens-page .adult-coach {
  background: #e5e5e0;
}

@media (max-width: 760px) {
  .teens-page .programs-hero h1 {
    font-size: clamp(65px, 13vw, 94px);
  }

  .teens-page .adult-intro-title h2 {
    font-size: 52px;
  }

  .teen-pillars {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 30px;
  }

  .teen-pillars h3 {
    font-size: 40px;
    margin-top: 19px;
  }

  .teen-pillars article > div {
    margin-top: 22px;
  }

  .teen-pillars p {
    max-width: none;
  }
}

/* kids-page.css */
.kids-page .programs-copy {
  max-width: 810px;
}

.kids-page .programs-hero h1 {
  font-size: clamp(72px, 7.2vw, 110px);
}

.kids-page .programs-copy > p {
  max-width: 450px;
}

.kids-page .adult-intro,
.kids-page .adult-first {
  background: #f7f7f3;
}

.kids-page .adult-intro-title h2 {
  font-size: clamp(46px, 4.8vw, 72px);
}

.kids-page .adult-coach {
  background: #eaeae4;
}

.kids-page .teen-pillars h3 {
  font-size: 40px;
}

@media (max-width: 760px) {
  .kids-page .programs-hero h1 {
    font-size: clamp(56px, 10.8vw, 82px);
  }

  .kids-page .programs-copy {
    padding-bottom: 45px;
  }

  .kids-page .adult-intro-title h2 {
    font-size: 50px;
  }

  .kids-page .teen-pillars h3 {
    font-size: 39px;
  }
}

/* schedule-page.css */
.schedule-page .programs-copy {
  max-width: 760px;
}

.schedule-page .programs-hero h1 {
  font-size: clamp(78px, 7.5vw, 116px);
}

.schedule-page .programs-hero .one-stage {
  min-height: 740px;
}

.schedule-page .programs-copy {
  padding-bottom: 48px;
}

.schedule-page .programs-toggle {
  color: #1c1d1f;
}

.schedule-page .programs-toggle:after {
  display: none;
}

.weekly-schedule {
  background: #f1f1eb;
  color: #202124;
  padding: 85px 0;
  scroll-margin-top: 130px;
}

.schedule-location > span {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #a62934;
}

.schedule-location > p {
  font-size: 13px;
  line-height: 1.8;
  color: #777872;
  margin-top: 12px;
}

.schedule-status {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 24px;
  background: #e5e5dd;
  border-left: 3px solid #b92835;
  margin-bottom: 30px;
}

.schedule-status-label {
  font-size: 9px;
  letter-spacing: 0.12em;
  font-weight: 700;
  white-space: nowrap;
  color: #a72a35;
}

.schedule-status > p {
  font-size: 12px;
  line-height: 1.7;
  color: #686963;
}

.schedule-status > a {
  font-size: 12px;
  white-space: nowrap;
  margin-left: auto;
  font-weight: 600;
}

.schedule-scroll {
  overflow: auto;
}

.schedule-scroll table {
  width: 100%;
  border-collapse: collapse;
  min-width: 570px;
  text-align: left;
  table-layout: fixed;
}

.schedule-scroll caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.schedule-scroll thead {
  background: #1b1c1e;
  color: #f4f4ef;
}

.schedule-scroll th,
.schedule-scroll td {
  padding: 24px 25px;
}

.schedule-scroll thead th {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.schedule-scroll thead th > span {
  color: #e45a64;
  font-size: 9px;
  margin-right: 14px;
}

.schedule-scroll thead th:first-child {
  font-size: 10px;
  color: #bcbdb7;
}

.schedule-scroll tbody tr {
  border-bottom: 1px solid #d5d6ce;
}

.schedule-scroll tbody tr:nth-child(even) {
  background: #eaeae3;
}

.schedule-scroll tbody th {
  font:
    600 27px "Barlow Condensed",
    sans-serif;
}

.schedule-dash {
  color: #96978e;
  font-size: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.schedule-key {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  font-size: 11px;
  color: #777870;
}

.schedule-key > a {
  color: #a52833;
  white-space: nowrap;
}

.schedule-visit {
  background: #17181b;
  color: #f1f1eb;
  padding: 80px 0;
}

.schedule-programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.schedule-programs > a {
  display: block;
  border-top: 1px solid #494a4d;
  padding: 26px 0;
}

.schedule-programs > a > span {
  font-size: 10px;
  letter-spacing: 0.13em;
  color: #db6b75;
}

.schedule-programs h3 {
  font:
    600 37px/1.05 "Barlow Condensed",
    sans-serif;
  margin: 22px 0 18px;
}

.schedule-programs p {
  font-size: 13px;
  color: #acadb4;
}

.schedule-programs b {
  display: block;
  font-size: 11px;
  margin-top: 26px;
  font-weight: 500;
}

.schedule-programs a:hover b {
  color: #ed7c86;
}

.schedule-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #393a3e;
  margin-top: 15px;
  padding-top: 28px;
}

.schedule-contact p {
  font-size: 14px;
  color: #b2b3b9;
}

.schedule-contact > a {
  background: #b92835;
  padding: 17px 22px;
  font-size: 12px;
  display: flex;
  gap: 35px;
  align-items: center;
}

@media (max-width: 760px) {
  .schedule-page .programs-hero h1 {
    font-size: clamp(66px, 13vw, 94px);
  }

  .schedule-page .programs-hero .one-stage {
    min-height: 740px;
  }

  .weekly-schedule,
  .schedule-visit {
    padding: 50px 0;
  }

  .schedule-status {
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px;
  }

  .schedule-status > a {
    margin-left: 0;
  }

  .schedule-status-label {
    width: 100%;
  }

  .schedule-scroll th,
  .schedule-scroll td {
    padding: 19px 16px;
  }

  .schedule-scroll tbody th {
    font-size: 24px;
  }

  .schedule-key {
    align-items: flex-start;
    flex-direction: column;
  }

  .schedule-programs {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .schedule-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .schedule-location {
    margin-top: 25px;
  }

  .schedule-programs h3 {
    font-size: 35px;
  }
}

.schedule-contact-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}

.schedule-contact-links > a:last-child {
  color: #a72a35;
}

.schedule-example-note {
  font-size: 12px;
  line-height: 1.7;
  color: #777870;
  margin: -8px 0 22px;
}

.schedule-example-note strong {
  color: #484943;
}

.schedule-scroll td {
  vertical-align: top;
}

.schedule-scroll tbody th {
  vertical-align: top;
  padding-top: 29px;
}

.class-stack {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.class-session {
  padding-left: 12px;
  border-left: 2px solid #b92835;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.class-session > strong {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  color: #262729;
}

.class-session > span {
  font-size: 11px;
  color: #777870;
}

.schedule-scroll .open-mat-row {
  background: #dfdfd5;
  border-bottom: 1px solid #c7c8bd;
}

.open-mat-session {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 5px 0;
}

.open-mat-session > strong {
  font:
    600 31px "Barlow Condensed",
    sans-serif;
  color: #a62934;
  white-space: nowrap;
}

.open-mat-session > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.open-mat-session b {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.open-mat-session span {
  font-size: 12px;
  color: #6e6f67;
}

.schedule-scroll .schedule-sunday {
  font-size: 12px;
  color: #777870;
  padding-top: 33px;
}

@media (max-width: 760px) {
  .schedule-contact-links {
    margin-left: 0;
    gap: 18px;
    flex-wrap: wrap;
  }

  .class-session > strong {
    font-size: 15px;
  }

  .class-session {
    padding-left: 9px;
  }

  .open-mat-session {
    gap: 20px;
  }

  .open-mat-session span {
    font-size: 11px;
  }

  .schedule-example-note {
    font-size: 11px;
  }
}

/* heritage-page.css */
.heritage-page .programs-copy {
  max-width: 870px;
}

.heritage-page .programs-hero h1 {
  font-size: clamp(72px, 7.3vw, 112px);
}

.heritage-page .programs-copy > p {
  max-width: 520px;
}

.heritage-page .programs-toggle {
  color: #1c1d1f;
}

.heritage-page .programs-toggle:after {
  display: none;
}

.heritage-coach {
  background: #efefeb;
  color: #202124;
  padding: 90px 0;
}

.heritage-coach-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8%;
  align-items: center;
}

.heritage-coach figure > img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  filter: grayscale(1);
}

.heritage-coach figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #787972;
  border-top: 3px solid #b92835;
  padding-top: 17px;
}

.heritage-coach-copy h2 {
  font-size: clamp(64px, 6vw, 90px);
}

.heritage-coach-copy > p:not(.adult-eyebrow) {
  font-size: 15px;
  line-height: 1.9;
  color: #73746f;
  margin-top: 20px;
}

.heritage-coach-copy > .heritage-lead {
  font-size: 23px !important;
  color: #30312d !important;
  line-height: 1.5 !important;
}

.heritage-coach-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cdcec6;
  margin-top: 30px;
  padding-top: 24px;
  gap: 20px;
}

.heritage-coach-facts b {
  display: block;
  font:
    600 31px/1.2 "Barlow Condensed",
    sans-serif;
}

.heritage-coach-facts span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #8a8b84;
  margin-top: 9px;
}

.heritage-roots {
  background: #191a1d;
  color: #f1f1eb;
  padding: 90px 0;
}

.heritage-roots-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 45px;
}

.heritage-roots-heading > img {
  width: 190px;
  height: auto;
}

.heritage-archive {
  margin: 0;
}

.heritage-archive > img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: center 40%;
  filter: grayscale(1);
}

.heritage-archive figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid #ffffff24;
  font-size: 9px;
  color: #a2a3aa;
  letter-spacing: 0.11em;
}

.heritage-roots-copy {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8%;
  margin-top: 40px;
}

.heritage-roots-copy h3 {
  font:
    600 43px/1.07 "Barlow Condensed",
    sans-serif;
  margin: 0;
}

.heritage-roots-copy p {
  font-size: 15px;
  line-height: 1.9;
  color: #b2b3bb;
  margin: 0 0 18px;
}

.heritage-lineage {
  background: #f4f4ef;
  color: #202124;
  padding: 85px 0;
}

.heritage-lineage .adult-section-heading > p {
  color: #75766f;
}

.heritage-lineage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d1d2ca;
}

.heritage-lineage-grid article {
  padding: 30px 30px 12px;
  border-left: 1px solid #d1d2ca;
}

.heritage-lineage-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.heritage-lineage-grid article > span {
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #b32b37;
}

.heritage-lineage-grid h3 {
  font:
    600 39px/1 "Barlow Condensed",
    sans-serif;
  margin: 25px 0 20px;
}

.heritage-lineage-grid p {
  font-size: 14px;
  line-height: 1.9;
  color: #787971;
}

.heritage-belief {
  background: #101112;
  text-align: center;
  padding: 85px 0 90px;
  color: #f1f1eb;
}

.heritage-belief img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 28px;
}

.heritage-belief blockquote {
  font:
    500 clamp(34px, 4.3vw, 62px)/1.12 "Barlow Condensed",
    sans-serif;
  margin: 28px 0;
}

.heritage-belief em {
  font-style: normal;
  color: #cb303c;
}

.heritage-attribution {
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #8b8c94;
  margin-top: 28px;
}

.heritage-coach,
.heritage-roots,
.heritage-lineage {
  scroll-margin-top: 130px;
}

@media (max-width: 760px) {
  .heritage-page .programs-hero h1 {
    font-size: clamp(55px, 10.8vw, 82px);
  }

  .heritage-page .programs-copy > p {
    max-width: 360px;
  }

  .heritage-coach,
  .heritage-roots,
  .heritage-lineage,
  .heritage-belief {
    padding: 52px 0;
  }

  .heritage-coach-grid,
  .heritage-roots-copy {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .heritage-coach figure > img {
    height: 400px;
    max-width: 440px;
    object-position: center 35%;
  }

  .heritage-coach-copy h2 {
    font-size: 68px;
  }

  .heritage-coach-facts {
    gap: 12px;
  }

  .heritage-coach-facts b {
    font-size: 27px;
  }

  .heritage-roots-heading {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .heritage-roots-heading > img {
    width: 130px;
  }

  .heritage-archive > img {
    height: auto;
    object-fit: contain;
  }

  .heritage-archive figcaption {
    flex-direction: column;
    gap: 7px;
    font-size: 8px;
  }

  .heritage-roots-copy h3 {
    font-size: 38px;
  }

  .heritage-lineage-grid {
    grid-template-columns: 1fr;
  }

  .heritage-lineage-grid article,
  .heritage-lineage-grid article:first-child {
    border-left: 0;
    border-bottom: 1px solid #d1d2ca;
    padding: 27px 0;
  }

  .heritage-lineage-grid h3 {
    font-size: 34px;
    margin: 19px 0 14px;
  }

  .heritage-belief blockquote {
    font-size: 36px;
  }

  .heritage-belief .adult-eyebrow {
    font-size: 8px;
  }
}

.heritage-film {
  padding: 75px 0 85px;
  background: #101112;
  color: #f1f1eb;
}

.heritage-film-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 32px;
}

.heritage-film-heading a {
  font-size: 14px;
  border-bottom: 1px solid #b92835;
  padding-bottom: 8px;
}

.heritage-video {
  position: relative;
  aspect-ratio: 16/9;
  background: #090909;
}

.heritage-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border: 0;
}

@media (max-width: 760px) {
  .heritage-film {
    padding: 50px 0;
  }

  .heritage-film-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
}

/* heritage.css */
.roots-combined {
  background: #191a1d;
  color: #f1f1eb;
  padding: 42px 0 85px;
  scroll-margin-top: 125px;
}

.roots-options {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #ffffff25;
  padding-bottom: 24px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.roots-options > span {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #92939a;
  margin-right: auto;
}

.roots-options a {
  border: 1px solid #ffffff30;
  padding: 11px 16px;
  font-size: 13px;
  line-height: 1.5;
}

.roots-options a[aria-current="page"] {
  background: #f1f1eb;
  color: #191a1d;
  border-color: #f1f1eb;
}

.roots-options a:hover {
  border-color: #c52b35;
}

.roots-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.roots-title > .adult-eyebrow {
  width: 100%;
}

.roots-logo {
  width: 170px;
  height: auto;
  object-fit: contain;
}

.roots-combined h2 {
  font:
    600 clamp(48px, 5vw, 76px)/0.98 "Barlow Condensed",
    sans-serif;
  margin: 0;
}

.roots-combined h2 span {
  color: #c52b35;
}

.roots-combined .adult-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1.7;
}

.cinema-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.film-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #ffffff26;
  font-size: 12px;
  color: #a7a8ad;
  line-height: 1.6;
}

.film-caption > span {
  letter-spacing: 0.08em;
}

.film-caption a {
  white-space: nowrap;
  color: #e1e1dc;
}

.roots-editorial h3 {
  font:
    500 34px/1.1 "Barlow Condensed",
    sans-serif;
  margin: 0 0 22px;
}

.roots-editorial > p,
.roots-prose p {
  font-size: 16px;
  line-height: 1.8;
  color: #b2b3ba;
  margin: 0 0 18px;
}

.roots-small-photo {
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 17px;
  align-items: center;
}

.roots-small-photo img {
  width: 115px;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: grayscale(1);
}

.roots-small-photo figcaption {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.07em;
  color: #92939b;
}

.split-story {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 65px;
  align-items: center;
}

.split-copy > .roots-logo {
  width: 145px;
  margin-bottom: 34px;
}

.split-copy h2 {
  margin-bottom: 30px;
}

.split-copy .adult-eyebrow {
  max-width: 320px;
}

.archive-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  background: #222327;
  align-items: center;
}

.archive-strip img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  filter: grayscale(1);
}

.archive-strip p {
  font:
    500 30px/1.1 "Barlow Condensed",
    sans-serif;
  padding: 22px;
  margin: 0;
}

.archive-strip p span {
  display: block;
  font:
    400 12px/1.6 "DM Sans",
    sans-serif;
  color: #93949a;
  letter-spacing: 0.07em;
  margin-top: 18px;
}

.roots-option-3 {
  background: #191a1d;
}

.archive-lead {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  min-height: 410px;
  position: relative;
  align-items: center;
  background: #121315;
}

.archive-lead-photo {
  height: 100%;
  min-height: 410px;
}

.archive-lead-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  mask-image: linear-gradient(90deg, #000 70%, transparent);
}

.archive-lead-text {
  padding: 35px 38px 75px 10px;
  position: relative;
}

.archive-lead-text > .roots-logo {
  width: 135px;
  margin-bottom: 26px;
}

.archive-lead-text > p:last-child {
  font-size: 16px;
  color: #aaa;
  margin: 22px 0 0;
}

.feature-body {
  position: relative;
  padding: 0 35px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 45px;
  margin-top: -40px;
  align-items: start;
}

.feature-film {
  background: #191a1d;
  border: 8px solid #191a1d;
}

.feature-copy {
  padding-top: 65px;
}

.feature-copy > .adult-eyebrow {
  margin-bottom: 22px;
}

.roots-combined .heritage-video {
  aspect-ratio: 16/9;
}

@media (max-width: 1000px) {
  .cinema-layout {
    grid-template-columns: 1.5fr 1fr;
    gap: 28px;
  }

  .split-story {
    gap: 32px;
  }

  .film-caption {
    flex-direction: column;
    gap: 6px;
  }

  .feature-body {
    padding: 0 15px;
    gap: 25px;
  }

  .archive-lead-text {
    padding-right: 20px;
  }

  .archive-strip p {
    font-size: 25px;
    padding: 17px;
  }
}

@media (max-width: 760px) {
  .roots-combined {
    padding: 28px 0 50px;
  }

  .roots-options {
    margin-bottom: 34px;
    gap: 8px;
  }

  .roots-options > span {
    width: 100%;
    margin: 0 0 7px;
  }

  .roots-options a {
    font-size: 12px;
    padding: 10px;
  }

  .roots-title {
    gap: 25px;
  }

  .roots-title > .adult-eyebrow {
    margin-bottom: 0;
  }

  .roots-title > .roots-logo {
    width: 120px;
  }

  .cinema-layout,
  .split-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .roots-combined h2 {
    font-size: 56px;
  }

  .roots-editorial h3 {
    font-size: 32px;
  }

  .roots-small-photo {
    grid-template-columns: 135px 1fr;
  }

  .roots-small-photo img {
    width: 135px;
  }

  .archive-strip img {
    height: 165px;
  }

  .archive-lead {
    display: flex;
    flex-direction: column;
  }

  .archive-lead-photo {
    height: auto;
    min-height: 0;
    width: 100%;
  }

  .archive-lead-photo img {
    height: auto;
    aspect-ratio: 4/3;
    mask-image: linear-gradient(0deg, transparent, #000 30%);
  }

  .archive-lead-text {
    padding: 0 24px 60px;
    margin-top: -15px;
    width: 100%;
  }

  .feature-body {
    display: block;
    padding: 0 12px;
    margin-top: -30px;
  }

  .feature-copy {
    padding: 22px 8px 0;
  }

  .feature-film {
    border-width: 5px;
  }

  .roots-prose p,
  .roots-editorial > p {
    font-size: 16px;
  }

  .roots-combined .adult-eyebrow {
    font-size: 12px;
  }
}

/* shop-page.css */
.shop-page .programs-hero .one-stage {
  min-height: 620px;
}

.shop-page .programs-copy {
  padding-bottom: 40px;
}

.shop-page .programs-hero h1 {
  font-size: clamp(80px, 8vw, 116px);
  line-height: 0.86;
  margin: 20px 0;
}

.shop-page .programs-copy > p {
  max-width: 480px;
}

.shop-page .programs-toggle {
  color: #202124;
}

.shop-page .programs-toggle:after {
  display: none;
}

.shop-page .programs-breadcrumb {
  margin-bottom: 24px;
}

.shop-collection {
  background: #efefeb;
  color: #202124;
  padding: 72px 0 90px;
  scroll-margin-top: 125px;
}

.shop-frame {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

.collection-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 42px;
}

.shop-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #b92835;
  font-weight: 700;
  margin-bottom: 12px;
}

.collection-heading h2 {
  font:
    600 clamp(38px, 4vw, 58px)/1 "Barlow Condensed",
    sans-serif;
  margin: 0;
}

.collection-heading h2 span {
  color: #b92835;
}

.collection-heading > p {
  font-size: 16px;
  color: #71726c;
  margin: 0;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 48px;
}

.catalog-sidebar h3 {
  font-size: 16px;
  margin: 0 0 20px;
}

.category-buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.category-buttons button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: 0;
  border-left: 2px solid transparent;
  padding: 12px 14px;
  text-align: left;
  color: #6b6c67;
  font: inherit;
  font-size: 15px;
  cursor: pointer;
}

.category-buttons button span {
  font-size: 12px;
}

.category-buttons button[aria-pressed="true"] {
  color: #b92835;
  background: #e4e4de;
  border-color: #b92835;
  font-weight: 700;
}

.catalog-sidebar form {
  border-top: 1px solid #d1d2cb;
  margin-top: 28px;
  padding-top: 27px;
}

.price-fields {
  display: flex;
  gap: 12px;
}

.price-fields label {
  width: 50%;
  font-size: 12px;
  color: #666760;
}

.price-fields input {
  width: 100%;
  margin-top: 8px;
  min-width: 0;
  padding: 11px;
  background: #f8f8f4;
  border: 1px solid #c9cac2;
  font: inherit;
  font-size: 14px;
}

.filter-apply {
  border: 1px solid #292a28;
  background: transparent;
  padding: 11px;
  width: 100%;
  font: inherit;
  font-size: 14px;
  margin-top: 14px;
  cursor: pointer;
}

.filter-apply:hover {
  background: #202124;
  color: white;
}

#clear-filters {
  border: 0;
  border-bottom: 1px solid #999;
  background: none;
  padding: 0 0 3px;
  margin-top: 20px;
  font: inherit;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.pickup-note {
  border-top: 1px solid #d1d2cb;
  margin-top: 34px;
  padding-top: 25px;
}

.pickup-note > span {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.pickup-note p {
  font-size: 14px;
  line-height: 1.7;
  color: #777870;
}

.catalog-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.product-search {
  flex: 1;
}

.catalog-toolbar input,
.catalog-toolbar select {
  width: 100%;
  border: 1px solid #c9cac2;
  background: #f8f8f4;
  padding: 14px;
  font: inherit;
  font-size: 14px;
  min-height: 48px;
  color: #242522;
  border-radius: 0;
}

.product-sort {
  width: 195px;
}

.catalog-toolbar input:focus-visible,
.catalog-toolbar select:focus-visible,
.catalog-sidebar input:focus-visible {
  outline: 2px solid #b92835;
  outline-offset: 2px;
}

#product-count {
  font-size: 13px;
  color: #797a73;
  margin: 18px 0 25px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 24px;
}

.catalog-grid .gear-card {
  min-width: 0;
}

.catalog-grid .gear-image {
  display: block;
  position: relative;
  background: #d9dad4;
  overflow: hidden;
}

.catalog-grid .gear-image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.catalog-grid .gear-image:hover img {
  transform: scale(1.035);
}

.catalog-grid .gear-view {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  background: #efefeb;
  width: 33px;
  height: 33px;
  color: #252621;
}

.catalog-grid .gear-category {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b92835;
  margin: 20px 0 10px;
}

.catalog-grid h3 {
  font:
    600 17px/1.5 "DM Sans",
    sans-serif;
  min-height: 52px;
  margin: 0 0 14px;
}

.catalog-grid h3 a {
  color: inherit;
}

.catalog-grid .gear-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #cecec7;
  padding-top: 15px;
}

.catalog-grid .gear-price {
  font-size: 16px;
  font-weight: 700;
}

.catalog-grid .gear-buy {
  font-size: 12px;
  color: #5e5f59;
}

.catalog-grid .gear-buy:hover {
  color: #b92835;
}

.catalog-grid .gear-buy span {
  color: #b92835;
  margin-left: 6px;
}

.catalog-grid [hidden],
.catalog-empty[hidden] {
  display: none;
}

.catalog-empty {
  padding: 70px 20px;
  text-align: center;
  border: 1px solid #d1d2cb;
}

.catalog-empty h3 {
  font-size: 24px;
}

.catalog-empty p {
  font-size: 16px;
  color: #72736c;
}

.catalog-empty button {
  background: #b92835;
  border: 0;
  color: white;
  padding: 14px 20px;
  font: inherit;
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1050px) {
  .catalog-layout {
    grid-template-columns: 165px minmax(0, 1fr);
    gap: 28px;
  }

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

@media (max-width: 760px) {
  .shop-page .programs-hero .one-stage {
    min-height: 610px;
  }

  .shop-page .programs-hero h1 {
    font-size: 82px;
  }

  .shop-page .programs-copy {
    padding-bottom: 30px;
  }

  .shop-collection {
    padding: 45px 0 55px;
  }

  .collection-heading {
    display: block;
    margin-bottom: 28px;
  }

  .collection-heading > p {
    margin-top: 16px;
  }

  .catalog-layout {
    display: block;
  }

  .catalog-sidebar {
    margin-bottom: 30px;
  }

  .category-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .category-buttons button {
    border: 1px solid #cecec7;
    padding: 10px;
    gap: 12px;
    font-size: 14px;
  }

  .catalog-sidebar > h3 {
    display: none;
  }

  .catalog-sidebar form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin-top: 18px;
    padding-top: 18px;
  }

  .catalog-sidebar form h3 {
    display: none;
  }

  .filter-apply {
    margin-top: 22px;
    width: auto;
    padding: 10px;
  }

  .pickup-note {
    display: none;
  }

  #clear-filters {
    margin-top: 12px;
  }

  .catalog-toolbar {
    gap: 10px;
  }

  .product-sort {
    width: 150px;
  }

  .catalog-toolbar input,
  .catalog-toolbar select {
    font-size: 13px;
    padding: 10px;
  }

  .catalog-grid {
    gap: 30px 16px;
  }

  .catalog-grid h3 {
    font-size: 15px;
    min-height: 68px;
  }

  .catalog-grid .gear-bottom {
    align-items: start;
    flex-direction: column;
    gap: 9px;
  }

  .catalog-grid .gear-buy {
    font-size: 13px;
  }

  .shop-page .programs-banner-foot {
    font-size: 10px;
  }

  .catalog-grid .gear-category {
    font-size: 11px;
  }
}

/* community-page.css */
.community-page .programs-hero .one-stage {
  min-height: 670px;
}

.community-page .programs-copy {
  max-width: 760px;
  padding-bottom: 45px;
}

.community-page .programs-hero h1 {
  font-size: clamp(72px, 7vw, 108px);
}

.community-page .programs-copy > p {
  max-width: 500px;
}

.community-page .programs-toggle {
  color: #202124;
}

.community-page .programs-toggle:after {
  display: none;
}

.community-content {
  padding: 80px 0;
  background: #efefeb;
  color: #202124;
  scroll-margin-top: 130px;
}

.community-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 35px;
}

.community-heading h2,
.member-band h2 {
  font:
    600 clamp(50px, 5vw, 76px)/0.98 "Barlow Condensed",
    sans-serif;
  margin: 0;
}

.community-heading h2 span,
.member-band h2 span {
  color: #bf2937;
}

.community-heading > p {
  font-size: 16px;
  line-height: 1.8;
  color: #73746d;
}

.design-notice {
  font-size: 13px;
  line-height: 1.6;
  color: #77776e;
  border-left: 2px solid #b92835;
  padding: 10px 16px;
  background: #e6e6df;
  margin: 0 0 28px;
}

.event-list {
  border-top: 2px solid #222;
}

.event-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  align-items: center;
  gap: 35px;
  border-bottom: 1px solid #c9cac3;
  padding: 35px 0;
}

.event-date {
  border-right: 1px solid #c9cac3;
}

.event-date > span {
  font-size: 12px;
  letter-spacing: 0.13em;
  color: #777;
  display: block;
}

.event-date strong {
  font:
    600 46px/1.2 "Barlow Condensed",
    sans-serif;
}

.event-kind {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #b92835;
  font-weight: 600;
}

.event-info h3 {
  font:
    600 34px/1.1 "Barlow Condensed",
    sans-serif;
  margin: 12px 0;
}

.event-info p {
  font-size: 15px;
  color: #777870;
  margin: 0;
}

.event-action span {
  font-size: 13px;
  border: 1px solid #c8c9c1;
  padding: 12px 16px;
  color: #777870;
}

.tournament-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 45px;
}

.tournament-callout h3,
.membership-help h3 {
  font:
    600 34px/1.1 "Barlow Condensed",
    sans-serif;
  margin: 12px 0;
}

.tournament-callout p:not(.adult-eyebrow) {
  font-size: 16px;
  color: #777;
}

.member-band {
  background: #1a1b1e;
  padding: 70px 0;
}

.member-band > .adult-frame {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

.member-band p:not(.adult-eyebrow) {
  font-size: 16px;
  line-height: 1.8;
  color: #b6b7bd;
  max-width: 420px;
}

.member-band .button {
  margin-top: 25px;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.membership-card {
  background: #f8f8f4;
  border: 1px solid #d0d1c9;
  border-top: 3px solid #b92835;
  padding: 30px;
  position: relative;
}

.plan-index {
  position: absolute;
  right: 26px;
  top: 24px;
  font:
    500 32px/1 "Barlow Condensed",
    sans-serif;
  color: #a8a9a1;
}

.plan-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #b92835;
  margin: 3px 0 40px;
}

.membership-card h3 {
  font:
    600 38px/1.05 "Barlow Condensed",
    sans-serif;
  margin: 0 0 25px;
  max-width: 230px;
  min-height: 80px;
}

.plan-price {
  padding: 15px 0 27px;
  border-bottom: 1px solid #d3d4cb;
}

.plan-price strong {
  display: block;
  font:
    600 64px/1 "Barlow Condensed",
    sans-serif;
}

.plan-price span {
  font-size: 14px;
  color: #797a72;
}

.plan-description {
  font-size: 16px;
  line-height: 1.7;
  color: #797a72;
  margin: 26px 0 35px;
}

.membership-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #252622;
  padding: 14px;
  font-size: 14px;
}

.membership-card > a:hover {
  background: #202124;
  color: #fff;
}

.membership-help {
  display: grid;
  grid-template-columns: 1fr 1.1fr auto;
  gap: 30px;
  align-items: center;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #c9cac3;
}

.membership-help > p {
  font-size: 16px;
  line-height: 1.8;
  color: #777;
}

.membership-help > a {
  font-size: 14px;
  color: #b92835;
}

.community-content .adult-eyebrow,
.member-band .adult-eyebrow {
  font-size: 12px;
}

@media (max-width: 980px) {
  .membership-grid {
    gap: 14px;
  }

  .membership-card {
    padding: 22px;
  }

  .membership-card h3 {
    font-size: 32px;
  }

  .membership-help {
    grid-template-columns: 1fr 1fr;
  }

  .member-band > .adult-frame {
    gap: 35px;
  }

  .event-row {
    grid-template-columns: 90px 1fr;
    gap: 22px;
  }

  .event-action {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .community-page .programs-hero .one-stage {
    min-height: 650px;
  }

  .community-page .programs-hero h1 {
    font-size: clamp(59px, 12vw, 85px);
  }

  .community-content {
    padding: 50px 0;
  }

  .community-heading {
    display: block;
  }

  .community-heading > p {
    margin-top: 22px;
  }

  .membership-grid,
  .membership-help,
  .member-band > .adult-frame {
    grid-template-columns: 1fr;
  }

  .membership-card h3 {
    min-height: 0;
    max-width: none;
  }

  .membership-card .plan-label {
    margin-bottom: 27px;
  }

  .tournament-callout {
    align-items: start;
    flex-direction: column;
  }

  .member-band {
    padding: 50px 0;
  }

  .event-info h3 {
    font-size: 28px;
  }

  .event-action span {
    display: inline-block;
  }

  .community-heading h2,
  .member-band h2 {
    font-size: 56px;
  }
}

.axiom-part {
  display: contents;
}

.wp-site-blocks {
  padding: 0;
}

.wp-site-blocks > main {
  margin: 0;
}

.wp-block-post-content {
  margin: 0;
}

.axiom-site {
  overflow: clip;
}

.axiom-site .nav-slot {
  overflow: visible;
}

body {
  margin: 0;
}

.screen-reader-text:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999999;
  background: white;
  color: black;
  padding: 15px;
}
