.inner-page {
  background: var(--paper);
}

.inner-page main {
  padding-top: 84px;
}

.inner-page .site-header {
  color: var(--ink);
  background: rgba(248, 248, 248, 0.96);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}

.inner-page .brand-logo {
  filter: invert(1);
}

.inner-page.menu-open .brand-logo {
  filter: invert(1);
}

.inner-page .header-cta {
  color: var(--white);
  background: var(--ink);
}

.desktop-nav a.is-active::after,
.desktop-nav a[aria-current="page"]::after {
  right: 0;
}

.directory-hero {
  min-height: calc(100svh - 84px);
  display: grid;
  grid-template-columns: 0.8fr 2.4fr 0.8fr;
  gap: 28px;
  padding: 84px var(--gutter) 58px;
  align-content: center;
  align-items: end;
  color: var(--ink);
  background: var(--paper);
}

.directory-hero.visual-hero {
  position: relative;
  isolation: isolate;
  color: var(--white);
  background: #090909;
  overflow: hidden;
}

.directory-hero.visual-hero::before,
.directory-hero.visual-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
}

.directory-hero.visual-hero::before {
  background-image: var(--hero-image);
  background-position: var(--hero-position, center);
  background-size: cover;
  filter: saturate(.7) contrast(1.08);
  transform: scale(1.01);
}

.directory-hero.visual-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.7) 48%, rgba(0,0,0,.34) 100%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.64));
}

.directory-hero.dark {
  color: var(--white);
  background: var(--ink);
}

.directory-hero > p,
.directory-hero > div > a,
.product-hero-copy > p,
.service-hero > div > p:first-child,
.teacher-copy > p,
.article-page header > p {
  font: 600 11px/1.2 var(--font-ui);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.directory-hero h1,
.product-hero h1,
.service-hero h1,
.teacher-copy h1,
.article-page h1 {
  margin: 0;
  font: 700 clamp(60px, 9vw, 148px)/0.86 var(--font-display);
  letter-spacing: -0.055em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.directory-hero h1 {
  font-size: clamp(52px, 5.8vw, 105px);
  white-space: nowrap;
}

.directory-hero h1 em,
.editorial-heading h2 em,
.combo-feature h2 em,
.proof-copy h2 em,
.teacher-copy h1 em,
.artist-feature h2 em,
.about-manifest h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.5px var(--ink);
}

.directory-hero.dark h1 em,
.directory-hero.visual-hero h1 em,
.combo-feature h2 em,
.proof-copy h2 em,
.artist-feature h2 em,
.editorial-heading.light h2 em {
  -webkit-text-stroke-color: var(--white);
}

.directory-hero > div {
  align-self: end;
}

.directory-hero > div p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.45;
}

.directory-hero > div a {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
}

.directory-ticker {
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(255,255,255,.25);
  overflow: hidden;
  white-space: nowrap;
  font: 700 clamp(24px, 4vw, 60px)/1 var(--font-display);
  letter-spacing: .03em;
}

.directory-ticker-track {
  width: max-content;
  display: flex;
  will-change: transform;
  animation: directoryTicker 20s linear infinite;
}

.directory-ticker-track span {
  flex: 0 0 auto;
  padding: 18px max(42px, var(--gutter));
}

@keyframes directoryTicker {
  to { transform: translateX(-50%); }
}

.catalog-section,
.combo-builder,
.program-story,
.service-story,
.about-manifest,
.verified-audience,
.verified-curriculum {
  padding: 120px var(--gutter);
}

.catalog-section:nth-of-type(even) {
  color: var(--white);
  background: var(--ink);
}

.catalog-heading {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding-bottom: 44px;
}

.catalog-heading > span,
.catalog-row > span,
.catalog-row small,
.catalog-preview span,
.artist-row > span,
.news-row > span,
.news-row small,
.service-links span,
.product-status span,
.contact-details span,
.contact-address > p:first-child,
.contact-map-copy > p:first-child,
.school-socials > p {
  font: 600 10px/1.2 var(--font-ui);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-heading h2 {
  margin: 0;
  font: 700 clamp(46px, 7vw, 112px)/0.86 var(--font-display);
  letter-spacing: -0.05em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.catalog-heading p {
  max-width: 640px;
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.45;
  opacity: .68;
}

.catalog-browser {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, .65fr);
  gap: 30px;
}

.catalog-list {
  min-width: 0;
  border-top: 1px solid currentColor;
}

.catalog-row > div {
  min-width: 0;
}

.catalog-row {
  min-height: 190px;
  display: grid;
  grid-template-columns: 50px minmax(300px, 1.4fr) minmax(150px, .7fr) 28px;
  gap: 24px;
  padding: 28px 0;
  align-items: center;
  border-bottom: 1px solid currentColor;
  transition: padding .2s, opacity .2s;
}

button.catalog-row {
  width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
}

.combo-choice.is-active {
  padding-right: 20px;
  padding-left: 20px;
  color: var(--white);
  background: var(--ink);
}

.choice-mark {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
  justify-self: end;
}

.choice-mark::before,
.choice-mark::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.choice-mark::before {
  width: 16px;
  height: 1.5px;
  top: 8px;
  left: 1px;
}

.choice-mark::after {
  width: 1.5px;
  height: 16px;
  top: 1px;
  left: 8px;
}

.combo-choice.is-active .choice-mark::before {
  width: 8px;
  height: 13px;
  top: 0;
  left: 5px;
  background: transparent;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.combo-choice.is-active .choice-mark::after {
  display: none;
}

.combo-choice:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: -4px;
}

.combo-choice.is-active:focus-visible {
  outline-color: var(--paper);
}

.combo-selection {
  display: flex;
  margin: 54px 0 20px;
  padding: 18px 0;
  justify-content: space-between;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font: 600 11px/1.2 var(--font-ui);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.combo-selection p {
  margin: 0;
}

.combo-selection a[aria-disabled="true"] {
  opacity: .35;
  cursor: not-allowed;
}

.catalog-row:hover,
.catalog-row:focus-visible,
.catalog-row.is-active {
  padding-left: 12px;
}

.catalog-row small {
  display: block;
  margin-bottom: 13px;
  opacity: .7;
}

.catalog-row h3 {
  max-width: 740px;
  margin: 0;
  font: 700 clamp(28px, 3.3vw, 54px)/0.92 var(--font-display);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.catalog-row p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  opacity: .65;
}

.catalog-row .ui-icon,
.service-links .ui-icon,
.artist-row .ui-icon,
.news-row .ui-icon,
.contact-details .ui-icon {
  justify-self: end;
}

.catalog-reveal {
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 24px;
  gap: 18px;
  padding: 24px 0;
  align-items: center;
  text-align: left;
  color: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  font: 600 12px/1 var(--font-ui);
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-reveal small {
  opacity: .58;
}

.catalog-reveal .ui-icon {
  justify-self: end;
}

.catalog-reveal:hover span,
.catalog-reveal:focus-visible span {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.catalog-preview {
  position: sticky;
  top: 104px;
  align-self: start;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #090909;
}

.catalog-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.72));
}

.catalog-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .18s, transform .45s;
}

.catalog-preview img.is-contain {
  object-fit: contain;
  padding: clamp(18px, 2.2vw, 34px) clamp(22px, 3vw, 48px) 44px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,.1), transparent 58%),
    #090909;
}

.catalog-preview.is-changing img {
  opacity: 0;
  transform: scale(1.03);
}

.catalog-preview span {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 18px;
  color: var(--white);
}

.combo-feature,
.artist-feature,
.proof-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
  color: var(--white);
  background: var(--ink);
}

.combo-feature > div,
.artist-feature > div,
.proof-copy {
  display: flex;
  padding: clamp(60px, 8vw, 130px) var(--gutter);
  flex-direction: column;
  justify-content: center;
}

.combo-feature h2,
.artist-feature h2,
.proof-copy h2,
.editorial-heading h2,
.about-manifest h2 {
  margin: 28px 0 36px;
  font: 700 clamp(50px, 7vw, 112px)/0.84 var(--font-display);
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.combo-feature > img,
.artist-feature > img,
.proof-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combo-feature > div > p:last-of-type,
.artist-feature > div > p:last-of-type,
.proof-copy > p:last-of-type {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,.7);
}

.combo-feature .button {
  width: min(360px, 100%);
  margin-top: 36px;
}

.service-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.service-links a {
  min-height: 360px;
  display: flex;
  padding: 30px;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  transition: color .2s, background .2s;
}

.service-links a:hover {
  color: var(--white);
  background: var(--ink);
}

.service-links h3 {
  margin: auto 0 24px;
  font: 700 clamp(32px, 4vw, 60px)/0.94 var(--font-display);
  text-transform: uppercase;
}

.service-links p {
  max-width: 320px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.service-links .ui-icon {
  margin-top: 30px;
  align-self: flex-end;
}

.compact-trial {
  border-top: 1px solid var(--ink);
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.inner-footer {
  padding: 70px var(--gutter) 30px;
  color: var(--white);
  background: var(--ink);
}

.footer-directory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 72px 0;
  padding-top: 34px;
  border-top: 1px solid rgba(255,255,255,.25);
}

.footer-directory div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-directory strong {
  margin-bottom: 12px;
  color: rgba(255,255,255,.48);
  font: 600 10px/1 var(--font-ui);
  letter-spacing: .1em;
}

.footer-directory a {
  width: fit-content;
  font-size: 14px;
}

.product-hero {
  position: relative;
  min-height: calc(100svh - 84px);
  color: var(--white);
  background: #000;
  overflow: hidden;
}

.product-hero-media,
.product-hero-shade {
  position: absolute;
  inset: 0;
}

.product-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--product-position, center);
  filter: saturate(.68) contrast(1.08);
}

.product-hero-shade {
  background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.2) 62%), linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.75));
}

.product-status {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 36px var(--gutter) 0;
}

.product-status > div {
  display: flex;
  gap: 20px;
  padding-top: 9px;
  border-top: 1px solid rgba(255,255,255,.46);
}

.product-status strong {
  font-size: 11px;
  font-weight: 500;
}

.product-hero-copy {
  position: absolute;
  z-index: 2;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 54px;
}

.product-hero-copy h1 {
  max-width: 1300px;
  margin-top: 22px;
}

.product-hero-copy > div {
  display: flex;
  margin-top: 38px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.product-hero-copy > div > p {
  max-width: 650px;
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.product-hero-copy .button,
.service-hero .button,
.teacher-copy .button {
  width: min(330px, 100%);
  border: 1px solid currentColor;
}

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

.editorial-heading {
  display: grid;
  grid-template-columns: .8fr 2.2fr 1fr;
  gap: 30px;
  align-items: start;
}

.editorial-heading > p:last-child {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.program-grid article {
  min-height: 330px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 78px;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.audience-grid article {
  min-height: 360px;
  display: flex;
  padding: 26px;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.audience-grid span,
.curriculum-list > article > span,
.course-specs span {
  font: 600 10px/1.2 var(--font-ui);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.audience-grid h3 {
  margin: auto 0 24px;
  font: 700 clamp(30px, 4vw, 58px)/.92 var(--font-display);
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.audience-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.verified-curriculum {
  color: var(--white);
  background: var(--ink);
}

.curriculum-list {
  margin-top: 78px;
  border-top: 1px solid rgba(255,255,255,.45);
}

.curriculum-list article {
  display: grid;
  grid-template-columns: 70px minmax(260px, .8fr) 1.5fr;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.45);
}

.curriculum-list h3 {
  margin: 0;
  font: 700 clamp(22px, 1.75vw, 32px)/1 var(--font-display);
  letter-spacing: -.03em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.curriculum-list ul,
.course-specs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.curriculum-list li {
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
  font-size: 15px;
  line-height: 1.4;
}

.course-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.course-specs > div {
  min-height: 360px;
  padding: 28px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.course-specs ul {
  margin-top: 80px;
}

.course-specs li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(22,22,22,.22);
  font-size: 16px;
  line-height: 1.35;
}

.program-grid article > span {
  font: 600 11px/1 var(--font-ui);
}

.program-grid h3 {
  margin: auto 0 20px;
  font: 700 clamp(22px, 1.75vw, 32px)/1 var(--font-display);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.program-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.proof-media {
  min-height: 760px;
}

.proof-copy a,
.artist-feature a {
  width: fit-content;
  margin-top: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
}

.service-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 84px);
  grid-template-columns: 1fr 1fr;
  color: var(--white);
  background: var(--ink);
}

.certificate-mark {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 32px;
  width: min(240px, 38vw);
  padding: 18px;
  color: var(--white);
  background: rgba(0,0,0,.78);
  border: 1px solid rgba(255,255,255,.48);
  backdrop-filter: blur(8px);
}

.service-hero > .certificate-mark {
  display: block;
  padding: 18px;
}

.certificate-mark img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.certificate-mark span {
  font: 600 9px/1.35 var(--font-ui);
  letter-spacing: .08em;
}

.service-hero > div {
  display: flex;
  padding: 74px var(--gutter);
  flex-direction: column;
  justify-content: center;
}

.service-hero h1 {
  margin: 30px 0 40px;
}

.service-hero > div > p:last-of-type {
  max-width: 570px;
  margin: 0 0 42px;
  font-size: 18px;
  line-height: 1.45;
}

.service-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero + .product-status {
  padding: 24px var(--gutter);
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,.2);
}

.service-manifest {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 90px 0 0 25%;
  padding-top: 24px;
  border-top: 1px solid var(--ink);
}

.service-manifest p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.artist-list,
.news-list {
  border-top: 1px solid var(--ink);
}

.artist-row,
.news-row {
  min-height: 240px;
  display: grid;
  grid-template-columns: 70px minmax(300px, 1.45fr) minmax(220px, .7fr) 30px;
  gap: 26px;
  padding: 32px var(--gutter);
  align-items: center;
  border-bottom: 1px solid var(--ink);
  transition: color .2s, background .2s;
}

.artist-row:hover,
.news-row:hover {
  color: var(--white);
  background: var(--ink);
}

.artist-row h2,
.news-row h2 {
  margin: 0;
  font: 700 clamp(48px, 8vw, 128px)/.8 var(--font-display);
  letter-spacing: -.055em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.artist-row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.teacher-hero {
  display: grid;
  min-height: calc(100svh - 84px);
  grid-template-columns: 1fr 1fr;
  background: var(--soft);
}

.teacher-image {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.teacher-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.76) contrast(1.04);
}

.teacher-image > span {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 10px;
  background: var(--paper);
  font: 600 10px/1 var(--font-ui);
}

.teacher-copy {
  display: flex;
  padding: 70px var(--gutter);
  flex-direction: column;
  justify-content: center;
}

.teacher-copy h1 {
  margin: 44px 0 58px;
}

.teacher-copy > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}

.teacher-copy > div p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.teacher-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}

.teacher-socials a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--ink);
  font: 600 11px/1 var(--font-ui);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.teacher-socials a:hover {
  color: var(--brand-dark);
  border-color: currentColor;
}

.teacher-copy .button {
  margin-top: 54px;
  color: var(--white);
  background: var(--ink);
}

.inner-page .mentor-marquee {
  margin-top: 0;
  padding: 30px 0;
  color: var(--ink);
  background: var(--paper);
}

.about-collage {
  display: grid;
  height: clamp(620px, 54vw, 960px);
  grid-template-columns: minmax(0, 1.75fr) minmax(280px, .75fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 0 var(--gutter) 100px;
}

.about-collage figure {
  display: grid;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
}

.about-collage-lead {
  grid-row: 1 / 3;
}

.about-collage img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(.72);
}

.about-collage-lead img {
  object-position: 58% center;
}

.about-collage figure:nth-child(2) img {
  object-position: center 62%;
}

.about-collage figure:nth-child(3) img {
  object-position: 56% center;
}

.about-collage figcaption {
  margin-top: 10px;
  font: 600 10px/1 var(--font-ui);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 var(--gutter);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.facts-grid > div {
  min-height: 220px;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.facts-grid strong {
  font: 700 clamp(50px, 7vw, 100px)/1 var(--font-display);
}

.facts-grid span {
  max-width: 170px;
  font-size: 13px;
  line-height: 1.35;
}

.about-manifest > p {
  max-width: 800px;
  margin: 80px 0 0 25%;
  font-size: clamp(22px, 3vw, 42px);
  line-height: 1.3;
}

.news-row {
  grid-template-columns: 70px minmax(300px, 1.5fr) 220px 30px;
}

.news-row h2 {
  margin-top: 14px;
  font-size: clamp(34px, 5vw, 82px);
}

.news-row img {
  width: 220px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.article-page {
  padding: 100px var(--gutter) 120px;
}

.article-page header {
  display: grid;
  grid-template-columns: .75fr 3.25fr;
  gap: 30px;
  margin-bottom: 80px;
}

.article-page h1 {
  font-size: clamp(54px, 8vw, 132px);
}

.article-page > img {
  width: min(1100px, 85%);
  max-height: 720px;
  margin-left: auto;
  object-fit: cover;
  filter: saturate(.72);
}

.article-lead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 60px 0 0 auto;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}

.article-lead p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.article-lead a {
  justify-self: end;
}

.article-body {
  max-width: 900px;
  margin: 100px 0 0 auto;
}

.article-body section {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 30px;
  padding: 36px 0;
  border-top: 1px solid var(--ink);
}

.article-body h2 {
  margin: 0;
  font: 700 clamp(28px, 3vw, 46px)/.95 var(--font-display);
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.article-body p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.55;
}

.contact-directory {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  border-bottom: 1px solid var(--ink);
}

.contact-address {
  min-height: 720px;
  display: flex;
  padding: clamp(42px, 6vw, 96px) var(--gutter);
  flex-direction: column;
  border-right: 1px solid var(--ink);
}

.contact-address h2,
.contact-map-copy h2 {
  margin: auto 0;
  font: 700 clamp(52px, 6vw, 108px)/.84 var(--font-display);
  letter-spacing: -.055em;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.contact-address h2 em,
.contact-map-copy h2 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-stroke-color: var(--ink);
}

.contact-address > p:nth-of-type(2) {
  margin: 0 0 34px;
  font: 600 clamp(18px, 1.7vw, 28px)/1.25 var(--font-ui);
  letter-spacing: -.02em;
}

.contact-address .inline-icon-link {
  width: fit-content;
}

.contact-details {
  display: grid;
  grid-template-rows: repeat(3, minmax(220px, 1fr));
}

.contact-details > * {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  grid-template-rows: auto 1fr;
  gap: 20px;
  padding: clamp(28px, 3.4vw, 54px);
  border-bottom: 1px solid var(--ink);
}

.contact-details > *:last-child {
  border-bottom: 0;
}

.contact-details span {
  grid-column: 1 / -1;
}

.contact-details strong {
  align-self: end;
  min-width: 0;
  font: 700 clamp(32px, 3.5vw, 62px)/.9 var(--font-display);
  letter-spacing: -.045em;
  text-transform: uppercase;
  overflow-wrap: normal;
}

.contact-details a:nth-child(2) strong {
  font-size: clamp(23px, 3vw, 50px);
}

.contact-details .ui-icon {
  align-self: end;
}

.contact-map {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(420px, .68fr) minmax(0, 1.32fr);
  color: var(--white);
  background: var(--ink);
}

.contact-map-copy {
  display: flex;
  padding: clamp(42px, 5vw, 80px) var(--gutter);
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, .28);
}

.contact-map-copy h2 em {
  -webkit-text-stroke-color: var(--white);
}

.contact-map-copy > p:nth-of-type(2) {
  max-width: 36ch;
  margin: 0 0 32px;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.45;
}

.contact-map-copy .inline-icon-link {
  width: fit-content;
  color: inherit;
  border-color: currentColor;
}

.contact-map-frame {
  min-height: 760px;
  overflow: hidden;
  background: #d8d8d5;
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: grayscale(1) contrast(.94);
  transition: filter .35s ease;
}

.contact-map-frame:hover iframe,
.contact-map-frame:focus-within iframe {
  filter: grayscale(0) contrast(1);
}

.school-socials {
  padding: clamp(44px, 6vw, 90px) var(--gutter);
  border-bottom: 1px solid var(--ink);
}

.school-socials > p {
  margin: 0 0 42px;
}

.school-socials > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.school-socials a {
  min-height: 150px;
  display: flex;
  padding: 22px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font: 700 clamp(16px, 1.4vw, 24px)/1 var(--font-display);
  letter-spacing: -.02em;
}

.school-socials a:hover,
.school-socials a:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.not-found {
  min-height: 100svh;
  display: flex;
  padding: var(--gutter);
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  background: var(--ink);
}

.not-found > img {
  width: 150px;
  margin-bottom: 80px;
}

.not-found > p {
  font: 600 11px/1 var(--font-ui);
  letter-spacing: .1em;
}

.not-found h1 {
  max-width: 1200px;
  margin: 28px 0 54px;
  font: 700 clamp(54px, 9vw, 140px)/.8 var(--font-display);
  letter-spacing: -.055em;
}

.not-found h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1.5px var(--white);
}

@supports not (-webkit-text-stroke: 1px currentColor) {
  .directory-hero h1 em,
  .editorial-heading h2 em,
  .combo-feature h2 em,
  .proof-copy h2 em,
  .teacher-copy h1 em,
  .artist-feature h2 em,
  .about-manifest h2 em,
  .contact-address h2 em,
  .contact-map-copy h2 em,
  .not-found h1 em {
    color: inherit;
  }
}

.not-found .button {
  width: min(360px, 100%);
}

@media (max-width: 1023px) {
  .directory-hero {
    grid-template-columns: .6fr 2.4fr;
  }

  .directory-hero > div {
    grid-column: 2;
  }

  .catalog-browser {
    grid-template-columns: 1fr;
  }

  .catalog-preview {
    position: relative;
    top: auto;
    order: -1;
    width: min(680px, 100%);
  }

  .editorial-heading {
    grid-template-columns: .65fr 2.35fr;
  }

  .editorial-heading > p:last-child {
    grid-column: 2;
  }

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

  .service-links {
    grid-template-columns: 1fr 1fr;
  }

  .contact-directory,
  .contact-map {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-address,
  .contact-map-copy {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .school-socials > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .inner-page main {
    padding-top: 70px;
  }

  .directory-hero {
    min-height: 720px;
    display: flex;
    padding: 70px var(--gutter) 44px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .directory-hero h1 {
    margin: 34px 0;
    font-size: clamp(38px, 10vw, 54px);
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .catalog-section,
  .combo-builder,
  .program-story,
  .service-story,
  .about-manifest,
  .verified-audience,
  .verified-curriculum {
    padding: 78px var(--gutter);
  }

  .catalog-heading {
    grid-template-columns: 1fr;
  }

  .catalog-heading h2,
  .editorial-heading h2,
  .combo-feature h2,
  .artist-feature h2,
  .proof-copy h2,
  .about-manifest h2 {
    font-size: clamp(34px, 9vw, 54px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .artist-feature h2 .display-nowrap {
    display: block;
    font-size: .78em;
    letter-spacing: -.065em;
    white-space: nowrap;
  }

  .catalog-row {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    grid-template-columns: 26px 1fr 22px;
    gap: 13px;
    padding: 24px 0;
  }

  .catalog-row > p {
    display: none;
  }

  .catalog-row h3 {
    font-size: clamp(21px, 6.6vw, 33px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .catalog-preview {
    width: calc(100% + 2 * var(--gutter));
    max-width: none;
    margin-left: calc(-1 * var(--gutter));
    margin-bottom: 22px;
    aspect-ratio: 16 / 10;
  }

  .combo-feature,
  .artist-feature,
  .proof-section,
  .service-hero,
  .teacher-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .combo-feature > img,
  .artist-feature > img,
  .service-hero > img {
    order: -1;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .proof-media {
    order: -1;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .teacher-image {
    order: -1;
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .service-links,
  .program-grid,
  .facts-grid,
  .audience-grid,
  .course-specs,
  .footer-directory {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-address {
    min-height: 620px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .contact-address h2,
  .contact-map-copy h2 {
    font-size: clamp(40px, 12.2vw, 58px);
  }

  .contact-details {
    grid-template-rows: none;
  }

  .contact-details > * {
    min-height: 220px;
    padding: 28px var(--gutter);
  }

  .contact-details strong {
    font-size: clamp(30px, 10vw, 46px);
  }

  .contact-details a:nth-child(2) strong {
    font-size: clamp(22px, 6.8vw, 32px);
  }

  .contact-map {
    min-height: 0;
  }

  .contact-map-copy {
    min-height: 600px;
    padding: 54px var(--gutter);
  }

  .contact-map-frame {
    min-height: 520px;
  }

  .school-socials > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .school-socials a {
    min-height: 92px;
  }

  .service-links a {
    min-height: 300px;
    min-width: 0;
  }

  .service-links h3 {
    font-size: clamp(28px, 8vw, 42px);
  }

  .inner-footer {
    padding-top: 54px;
  }

  .footer-directory {
    gap: 34px;
    margin: 50px 0;
  }

  .product-hero {
    display: block;
    min-height: 0;
  }

  .product-hero-media {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 3;
  }

  .product-hero-media img {
    position: absolute;
    inset: 0;
  }

  .product-hero-shade {
    top: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    background: linear-gradient(180deg, rgba(0,0,0,.48), rgba(0,0,0,.08) 48%, rgba(0,0,0,.38));
  }

  .product-status {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    grid-template-columns: 1fr 1fr;
    padding-top: 24px;
  }

  .product-status > div {
    display: block;
  }

  .product-status strong {
    display: block;
    margin-top: 6px;
  }

  .product-hero-copy {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 44px var(--gutter) 50px;
  }

  .product-hero-copy h1,
  .service-hero h1,
  .teacher-copy h1,
  .article-page h1 {
    font-size: clamp(30px, 8.5vw, 52px);
  }

  .audience-grid h3 {
    font-size: clamp(24px, 7vw, 32px);
    hyphens: none;
  }

  .curriculum-list h3,
  .program-grid h3 {
    font-size: clamp(19px, 5.8vw, 26px);
    hyphens: none;
  }

  .product-hero-copy > div {
    flex-direction: column;
    align-items: stretch;
  }

  .product-hero-copy .button {
    width: 100%;
  }

  .editorial-heading {
    display: block;
  }

  .editorial-heading > p:last-child {
    margin-top: 28px;
  }

  .program-grid {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid article {
    min-height: 290px;
  }

  .curriculum-list article {
    grid-template-columns: 28px 1fr;
    gap: 16px;
  }

  .curriculum-list ul {
    grid-column: 2;
  }

  .course-specs > div {
    min-height: 280px;
  }

  .program-grid article {
    min-height: 220px;
  }

  .certificate-mark {
    top: 18px;
    right: var(--gutter);
    width: 180px;
    padding: 13px;
  }

  .service-hero > .certificate-mark {
    padding: 13px;
  }

  .service-hero > div,
  .teacher-copy {
    padding: 70px var(--gutter);
  }

  .service-manifest {
    grid-template-columns: 1fr;
    margin: 54px 0 0;
  }

  .artist-row,
  .news-row {
    min-height: 0;
    grid-template-columns: 22px 1fr 18px;
    gap: 8px;
    padding: 28px var(--gutter);
  }

  .artist-row > div,
  .news-row > div {
    min-width: 0;
  }

  .training-directory {
    --hero-position: center 68%;
  }

  .artist-row p,
  .news-row img {
    display: none;
  }

  .artist-row h2,
  .news-row h2 {
    font-size: clamp(30px, 8.5vw, 48px);
    hyphens: none;
  }

  .not-found h1 {
    font-size: clamp(34px, 9.5vw, 52px);
    hyphens: none;
  }

  .teacher-copy > div,
  .about-collage,
  .article-lead {
    grid-template-columns: 1fr;
  }

  .teacher-socials {
    margin-top: 22px;
  }

  .article-body section {
    grid-template-columns: 1fr;
  }

  .about-collage {
    height: auto;
    grid-template-rows: none;
    padding-bottom: 70px;
  }

  .about-collage-lead {
    grid-row: auto;
  }

  .about-collage img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-collage figure:not(.about-collage-lead) img {
    aspect-ratio: 16 / 10;
  }

  .about-manifest > p {
    margin: 54px 0 0;
  }

  .article-page {
    padding: 72px var(--gutter) 80px;
  }

  .article-page header {
    display: block;
    margin-bottom: 48px;
  }

  .article-page header > p {
    margin-bottom: 30px;
  }

  .article-page > img {
    width: 100%;
  }

  .article-lead a {
    justify-self: start;
  }
}
