@font-face {
  font-family: "Open Sans";
  src: url("/assets/open-sans-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/assets/open-sans-latin-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
}
:root {
  --paper: #f7f4ee;
  --ink: #14100f;
  --maroon: #70002e;
  --gold: #dfd1a7;
  --muted: #54494a;
  --line: #ddd4c4;
  --gutter: 100px;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Open Sans", system-ui, sans-serif;
  font-size: 14px;
  line-height: 23px;
}
main,
footer {
  max-width: 1440px;
  margin-inline: auto;
}
main {
  overflow-x: clip;
}
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #b94b74;
  outline-offset: 5px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
button {
  cursor: pointer;
}
button:hover,
.button:hover {
  filter: brightness(0.95);
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
h2 {
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -0.026em;
}
em {
  font-style: normal;
  color: var(--gold);
}
[hidden] {
  display: none !important;
}
.section-pad {
  padding: 100px var(--gutter);
}
.eyebrow,
.section-label {
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--maroon);
}
.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.section-label > span {
  color: #8a7c7d;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.ruled:after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}
.intro {
  font-size: 18px;
  line-height: 30px;
  color: var(--muted);
}
.dark {
  color: var(--paper);
  background: var(--ink);
}
.dark .eyebrow,
.dark .section-label {
  color: var(--gold);
}
.dark .ruled:after {
  background: #3a3230;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-decoration: none !important;
}
.button-light {
  color: var(--ink);
  background: var(--paper);
}
.button-maroon {
  color: white;
  background: var(--maroon);
}
.button-coral {
  color: white;
  background: #f9423a;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 12px 20px;
  background: white;
  color: var(--maroon);
  z-index: 20;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.hero {
  height: 1042px;
  padding: 22px var(--gutter) 160px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(
      94.141deg,
      rgba(20, 16, 15, 0.96),
      rgba(20, 16, 15, 0.9) 34%,
      rgba(20, 16, 15, 0.66) 66%,
      rgba(20, 16, 15, 0.5)
    ),
    url("/assets/5ee20f4a-77f8-4182-b9d2-9133a7ad2bbd.jpg") center/cover;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 47px;
}
.brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.brand > .eyebrow {
  color: inherit;
}
.brand > span:last-child {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.018em;
  color: var(--gold);
}
.header-phone {
  width: 168px;
  padding: 14px 22px;
  box-shadow: inset 0 0 0 1px var(--line);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  white-space: nowrap;
}
.hero-body {
  display: grid;
  grid-template-columns: 608px 503px;
  gap: 129px;
  margin-top: 112px;
  position: relative;
  z-index: 1;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
}
.hero-meta {
  display: flex;
  gap: 13px;
  white-space: nowrap;
}
.hero-meta i {
  color: #8a7c7d;
  font-style: normal;
}
.hero h1 {
  font-size: 64px;
  line-height: 63px;
  letter-spacing: -0.03em;
  font-weight: 700;
}
.hero-copy > .intro {
  color: var(--paper);
  opacity: 0.8;
  white-space: nowrap;
}
.hero-copy > .button {
  padding: 16px 22px;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
  padding-top: 22px;
  color: var(--paper) !important;
}
.hero-proof p {
  white-space: nowrap;
}
.hero-proof span {
  color: rgba(247, 244, 238, 0.5);
  margin-left: 7px;
}
.hero-introduction {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 503px;
}
.inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-pair {
  display: flex;
  gap: 10px;
}
.form-pair > * {
  width: 50%;
  min-width: 0;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-width: 0;
  height: 49px;
  border: 1px solid #ddd4c4;
  border-radius: 0;
  background: white;
  padding: 12px 14px;
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
}
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #8a7c7d;
  opacity: 1;
}
.inquiry-form select {
  appearance: none;
  background: white
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%238a7c7d' stroke-width='1.5'/%3E%3C/svg%3E")
    right 14px center/10px 7px no-repeat;
  padding-right: 36px;
  color: #8a7c7d;
}
.inquiry-form select:valid {
  color: var(--ink);
}
.inquiry-form .button {
  height: 47px;
  padding: 14px 22px;
}
.inquiry-form textarea {
  resize: vertical;
  min-height: 46px;
}
.form-status {
  font-size: 12px;
  line-height: 18px;
  padding: 8px 0;
  color: inherit;
}
.next-step {
  padding-top: 26px;
  border-top: 1px solid #3a3230;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.next-step h2 {
  font-size: 21px;
  line-height: 28.598px;
  letter-spacing: -0.018em;
  font-weight: 600;
  color: var(--paper);
}
.next-step > p:not(.eyebrow) {
  color: rgba(247, 244, 238, 0.72);
  font-size: 14px;
  line-height: 23px;
}
.next-step ol {
  list-style: none;
  counter-reset: step;
  display: flex;
  flex-direction: column;
  padding: 8px 0 0;
  color: rgba(247, 244, 238, 0.8);
  font-size: 14px;
  line-height: 23px;
}
.next-step li {
  counter-increment: step;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
}
.next-step li + li {
  box-shadow: inset 0 1px 0 #3a3230;
}
.next-step li:before {
  width: 30px;
  flex-shrink: 0;
  content: "0" counter(step);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.12em;
}
.journalism-wordmark {
  position: absolute;
  left: 42px;
  top: 800px;
  width: 1361px;
  height: 243px;
  color: var(--gold);
  opacity: 0.07;
  font-family: Georgia, serif;
  font-size: 244px;
  line-height: 1;
  letter-spacing: -0.03em;
  pointer-events: none;
  z-index: 0;
}
.stats {
  height: 582px;
  padding-block: 96px;
}
.stats-heading {
  height: 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 34px;
}
.spec-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border: 1px dashed var(--maroon);
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
}
.spec-note > span {
  display: block;
  border: 1px solid var(--maroon);
  padding: 3px 7px;
  flex-shrink: 0;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--maroon);
  letter-spacing: 0.2em;
  font-weight: 700;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}
.stats-grid > div {
  padding: 30px 28px 4px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 169px;
}
.stats-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.stats-grid dt {
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
  letter-spacing: -0.035em;
}
.stats-grid dd:last-child {
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
  white-space: nowrap;
}
.split-feature {
  display: grid;
  height: 816px;
  grid-template-columns: 708px 503px;
  gap: 129px;
  padding: 100px 100px 100px 0;
}
.split-feature > figure > img {
  width: 100%;
  height: 566px;
  border: 1px solid var(--line);
}
.caption {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-left: 2px solid var(--gold);
  padding-left: 11px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
}
.caption .eyebrow {
  color: #8a7c7d;
}
.feature-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
}
.cost .feature-copy {
  gap: 20px;
}
.cost .button {
  margin-top: 0;
}
.semester {
  height: 1050px;
}
.section-heading {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 125px;
}
.semester-poster {
  margin-top: 28px;
  height: 697px;
  overflow: hidden;
  background: #211c1a;
  border: 1px solid #3a3230;
}
.semester-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.student-stories {
  height: 917px;
}
.stories-grid {
  display: grid;
  grid-template-columns: 713px 397px;
  gap: 130px;
  margin-top: 34px;
}
.stories-grid blockquote > p {
  font-size: 38px;
  font-weight: 300;
  font-style: italic;
  line-height: 44px;
  letter-spacing: -0.016em;
}
.stories-grid cite {
  display: block;
  margin-top: 26px;
  font-style: normal;
  white-space: nowrap;
}
.awards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.awards img {
  width: 100%;
  height: 298px;
  border: 1px solid var(--line);
}
.awards figcaption {
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
  margin-top: 20px;
}
.awards h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.02em;
}
.award {
  display: flex;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.award > .eyebrow {
  width: 40px;
  flex-shrink: 0;
}
.award h4 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}
.award p {
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
}
.publishing {
  height: 94px;
  padding: 34px 100px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-block: 1px solid var(--line);
  white-space: nowrap;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.018em;
}
.publishing > .eyebrow {
  color: #8a7c7d;
  font-weight: 700;
}
.quiz-section {
  height: 678px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  background: #efe8d4;
}
.quiz-kicker {
  height: 15px;
  text-align: center;
}
.quiz-card {
  width: 620px;
  height: 341px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow:
    inset 0 0 0 1px var(--line),
    0 34px 70px -34px rgba(0, 0, 0, 0.5);
}
.quiz-heading {
  padding: 22px 24px 17px;
  height: 95px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.quiz-heading .eyebrow {
  display: flex;
  gap: 9px;
}
.quiz-heading .eyebrow > span {
  color: #8a7c7d;
}
.quiz-heading h2 {
  font-size: 26px;
  line-height: 35.407px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.quiz-options {
  padding: 21px 24px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  height: 203px;
  border-block: 1px solid var(--line);
}
.quiz-options button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  background: white;
  border: 1px solid var(--line);
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  text-align: left;
  color: var(--ink);
}
.quiz-options button > span {
  font-weight: 400;
  color: var(--maroon);
}
.quiz-progress {
  border-top: 1px solid var(--line);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
  min-height: 43px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #8a7c7d;
}
.progress-bars {
  display: flex;
  gap: 4px;
}
.progress-bars i {
  width: 24px;
  height: 2px;
  background: var(--line);
}
.progress-bars i.active {
  background: var(--maroon);
}
#quiz-reset {
  border: 0;
  background: none;
  color: var(--maroon);
  font-size: 12px;
  padding: 0;
}
.quiz-section > .spec-note {
  width: 620px;
  min-height: 62px;
}
.quiz-result {
  padding: 15px;
  font-size: 18px;
  line-height: 28px;
}
.quiz-result a {
  display: block;
  font-weight: 700;
  color: var(--maroon);
  margin-top: 10px;
}
.tracks {
  height: 1305px;
  padding-block: 120px;
  background: radial-gradient(
    70% 90% at 88% 8%,
    #33262a 0%,
    #1b1416 52%,
    #14100f 100%
  );
}
.tracks > h2 {
  margin-top: 18px;
}
.tracks > .intro {
  margin-top: 18px;
  color: rgba(247, 244, 238, 0.7);
}
.track-list {
  margin-top: 18px;
  padding-top: 20px;
  min-height: 710px;
}
.track {
  border-top: 1px solid #3a3230;
  scroll-margin-top: 28px;
}
.track summary {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  cursor: pointer;
  min-height: 80px;
  padding: 19px 0;
}
.track summary::-webkit-details-marker {
  display: none;
}
.track-number {
  width: 48px;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #8a7c7d;
}
.track h3 {
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -0.022em;
  font-weight: 600;
  flex: 1;
}
.toggle-icon {
  color: var(--gold);
  font-size: 21px;
  line-height: 29px;
}
.toggle-icon:before {
  content: "+";
}
.track[open] .toggle-icon:before {
  content: "×";
}
.track-content {
  padding: 0 0 28px 62px;
  font-size: 14px;
  line-height: 23px;
  color: rgba(247, 244, 238, 0.74);
}
.track-content a {
  color: var(--gold);
  text-decoration: underline;
}
.audio-content {
  display: grid;
  grid-template-columns: 600px 374px;
  gap: 24px;
  min-height: 290px;
}
.track-tags {
  list-style: none;
  display: flex;
  gap: 6px;
  padding: 0;
  margin-top: 16px;
  white-space: nowrap;
}
.track-tags li {
  border: 1px solid #3a3230;
  padding: 6px 11px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(247, 244, 238, 0.82);
}
.audio-content img {
  width: 374px;
  height: 234px;
  border: 1px solid #3a3230;
}
.audio-content figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(247, 244, 238, 0.7);
}
.track-match {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.12em;
  border: 1px solid var(--gold);
  padding: 3px 7px;
}
.track-visit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #3a3230;
  padding-top: 28px;
  margin-top: 18px;
  gap: 20px;
}
.track-visit h3 {
  font-size: 26px;
  line-height: 35.407px;
  color: var(--paper);
  font-weight: 400;
  letter-spacing: -0.018em;
}
.track-visit p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 23px;
  color: rgba(247, 244, 238, 0.7);
}
.workshop {
  grid-template-columns: 525px 708px;
  padding: 100px 0 100px 100px;
}
.workshop blockquote {
  padding-top: 8px;
}
.workshop blockquote p {
  font-size: 31px;
  font-weight: 300;
  font-style: italic;
  line-height: 36px;
  letter-spacing: -0.02em;
}
.workshop cite {
  display: block;
  margin-top: 16px;
  font-style: normal;
}
.graduates {
  height: 1563px;
}
.graduates > h2 {
  margin-top: 22px;
}
.graduates-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 22px;
  padding-top: 16px;
}
.graduate {
  height: 489px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.graduate:nth-child(2) {
  padding-top: 56px;
  height: 527px;
}
.graduate:nth-child(3) {
  padding-top: 26px;
  height: 497px;
}
.graduate:nth-child(4) {
  padding-top: 78px;
  height: 549px;
}
.graduate > img {
  flex-shrink: 0;
  width: 100%;
  height: 389px;
  background: #efe8d4;
  border: 1px solid var(--line);
}
.graduate > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.graduate h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.018em;
}
.graduate > div > p:last-child {
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
}
.archive-photo {
  padding-top: 40px;
  margin-top: 22px;
}
.archive-photo > img {
  width: 100%;
  height: 531px;
  border: 1px solid var(--line);
}
.contact {
  height: 790px;
}
.contact > h2 {
  margin-top: 22px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  border-top: 1px solid var(--line);
}
.contact-card {
  min-height: 419px;
  padding: 28px 32px 30px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-width: 0;
}
.contact-card:first-child {
  border-left: 0;
  padding-left: 0;
}
.contact-card:last-child {
  padding-right: 0;
}
.contact-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8a7c7d;
}
.contact-label > span {
  font-size: 10px;
  color: var(--gold);
  letter-spacing: 4px;
  white-space: nowrap;
}
.contact-card h3 {
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
  letter-spacing: -0.018em;
}
.contact-card > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 23px;
  color: var(--muted);
}
.contact-card .inquiry-form {
  gap: 10px;
  margin-top: 0;
}
.contact-card .inquiry-form input,
.contact-card .inquiry-form select,
.contact-card .inquiry-form textarea {
  height: 46px;
}
.contact-card > .button {
  margin-top: auto;
}
.contact-card .button {
  padding-inline: 10px;
  font-size: 14px;
}
.contact-card dl {
  margin-top: auto;
  margin-bottom: 3px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.contact-card dt {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8a7c7d;
  font-weight: 600;
}
.contact-card dd {
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
}
.faq {
  height: 581px;
}
.faq > h2 {
  margin-top: 22px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 234px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.faq-grid article:first-child {
  border-top: 0;
}
.faq-grid article {
  padding: 24px 0 26px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.faq-grid h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.018em;
}
.faq-grid p {
  font-size: 14px;
  line-height: 23px;
  color: var(--muted);
}
.application {
  height: 574px;
  padding-block: 130px;
  display: grid;
  grid-template-columns: 713px 503px;
  gap: 54px;
  background: radial-gradient(
    80% 100% at 22% 88%,
    #3a2a2e 0%,
    #1d1517 48%,
    #14100f 100%
  );
}
.application h2 {
  margin-top: 22px;
}
.application-form > .eyebrow {
  margin-bottom: 26px;
}
.application .inquiry-form {
  gap: 10px;
}
.application .form-pair {
  gap: 10px;
}
.site-footer {
  height: 549px;
  padding-top: 76px;
  padding-bottom: 28px;
  position: relative;
  overflow: hidden;
}
.footer-top {
  display: grid;
  grid-template-columns: 608px 292px 292px;
  gap: 24px;
}
.footer-brand .brand {
  align-items: flex-start;
}
.footer-brand .brand > span:last-child {
  color: var(--maroon);
}
.footer-brand address {
  font-style: normal;
  font-size: 14px;
  line-height: 23px;
  color: var(--muted);
  margin-top: 5px;
}
.footer-top nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 14px;
  line-height: 23px;
  color: var(--muted);
}
.footer-top nav > .eyebrow {
  color: #8a7c7d;
}
.montana-wordmark {
  font-size: 236px;
  line-height: 236px;
  letter-spacing: -0.024em;
  font-weight: 300;
  opacity: 0.07;
  margin-top: -10px;
}
.footer-bottom {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  font-size: 12px;
  line-height: 18px;
  color: #8a7c7d;
}
.footer-bottom small {
  font: inherit;
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}

/* Fine details retained from the supplied desktop artwork. */
.hero::before,
.tracks::before,
.application::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/4ad2d9b1-34b4-438b-a0ab-b63005a69d51.png")
    center/11.314px 11.314px repeat;
  opacity: 0.016;
  pointer-events: none;
  z-index: 0;
}
.hero::before {
  opacity: 0.005;
}
.tracks,
.application {
  position: relative;
  isolation: isolate;
}
.tracks > *:not(.track-list),
.application > * {
  position: relative;
}
.site-header {
  position: relative;
  z-index: 1;
}
.semester-poster {
  position: relative;
}
.play-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.play-indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-left: 23px solid var(--gold);
  border-block: 13px solid transparent;
}
@media (min-width: 901px) {
  .contact-grid {
    padding-top: 16px;
  }
  .contact-card:first-child .inquiry-form {
    margin-top: auto;
    gap: 14px;
  }
  .contact-card:not(:first-child) {
    height: 419px;
    justify-content: space-between;
    gap: 0;
  }
  .contact-card:not(:first-child) > p:not(.eyebrow) {
    height: 46px;
  }
  .contact-card dl {
    height: 55px;
    border-top: 1px solid var(--line);
    padding-top: 13px;
    margin: 0;
    gap: 6px;
  }
  .contact-card dd {
    font-weight: 600;
  }
  .contact-card > .button {
    margin-top: 0;
  }
  .contact-label > span {
    font-size: 0;
    display: flex;
    gap: 3px;
    width: 42px;
    height: 2px;
    background: linear-gradient(
      to right,
      var(--maroon) 0 12px,
      var(--line) 12px 15px,
      var(--line) 15px 27px,
      var(--line) 27px 30px,
      var(--line) 30px 42px
    );
  }
  .contact-card:nth-child(2) .contact-label > span {
    background: linear-gradient(
      to right,
      var(--maroon) 0 27px,
      var(--line) 27px 42px
    );
  }
  .contact-card:nth-child(3) .contact-label > span {
    background: var(--maroon);
  }
}

/* The first two portrait crops retain the taller source image frame. */
.portrait-frame {
  height: 389px;
  flex-shrink: 0;
  overflow: hidden;
  background: #efe8d4;
  border: 1px solid var(--line);
}
.portrait-frame img {
  width: 100%;
  height: 437px;
  max-width: none;
  position: relative;
  top: -5px;
  object-fit: cover;
}
@media (min-width: 901px) {
  .contact-card:last-child {
    padding-right: 32px;
  }
}
@media (max-width: 900px) {
  .portrait-frame {
    height: auto;
    aspect-ratio: 292/389;
  }
  .portrait-frame img {
    position: absolute;
    inset: -1.285% 0 auto;
    height: 112.34%;
  }
  .portrait-frame {
    position: relative;
  }
}
/* The supplied Figma frame is 1440px wide; columns become fluid below it. */
@media (min-width: 901px) and (max-width: 1439px) {
  :root {
    --gutter: clamp(40px, 6.944vw, 100px);
  }
  .hero-body {
    grid-template-columns: minmax(0, 608fr) minmax(0, 503fr);
    gap: clamp(35px, 8.95vw, 129px);
  }
  .hero-introduction {
    width: auto;
  }
  .faq-grid {
    gap: clamp(60px, 16.25vw, 234px);
  }
  .hero h1 {
    font-size: clamp(43px, 4.444vw, 64px);
    line-height: 0.985;
  }
  .hero-copy > .intro {
    font-size: clamp(13px, 1.25vw, 18px);
    line-height: 1.666;
  }
  .hero-meta {
    gap: clamp(5px, 0.902vw, 13px);
    font-size: clamp(8px, 0.764vw, 11px);
  }
  .hero-proof {
    font-size: 9px;
    column-gap: 15px;
  }
  .next-step h2 {
    font-size: 24px;
  }
  .inquiry-form input,
  .inquiry-form select,
  .inquiry-form textarea {
    font-size: 12px;
  }
  .stats-grid dt {
    font-size: clamp(44px, 4.444vw, 64px);
  }
  .stats-grid dd:last-child {
    white-space: normal;
  }
  .stats-grid dd br {
    display: none;
  }
  .stats-grid > div {
    padding-inline: 18px;
  }
  .split-feature {
    grid-template-columns: minmax(0, 708fr) minmax(0, 503fr);
    gap: clamp(40px, 8.95vw, 129px);
    padding-right: var(--gutter);
  }
  .feature-copy h2 {
    font-size: clamp(29px, 3.194vw, 46px);
    line-height: 1.043;
  }
  .feature-copy .intro {
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.666;
  }
  .stories-grid {
    grid-template-columns: minmax(0, 713fr) minmax(0, 397fr);
    gap: clamp(40px, 9.027vw, 130px);
  }
  .stories-grid blockquote > p {
    font-size: clamp(25px, 2.639vw, 38px);
    line-height: 1.158;
  }
  .stories-grid cite {
    font-size: clamp(7px, 0.764vw, 11px);
  }
  .awards h3 {
    font-size: clamp(20px, 1.944vw, 28px);
    line-height: 1.143;
  }
  .publishing {
    padding-inline: var(--gutter);
    gap: clamp(12px, 2.77vw, 40px);
    font-size: clamp(9px, 0.973vw, 14px);
  }
  .publishing > .eyebrow {
    font-size: 8px;
  }
  .audio-content {
    grid-template-columns: minmax(0, 600fr) minmax(0, 374fr);
    width: 90%;
  }
  .audio-content .desktop-break {
    display: none;
  }
  .audio-content img {
    width: 100%;
  }
  .track-tags {
    flex-wrap: wrap;
    white-space: normal;
  }
  .workshop {
    grid-template-columns: minmax(0, 525fr) minmax(0, 708fr);
    padding-left: var(--gutter);
    padding-right: 0;
  }
  .workshop blockquote p {
    font-size: clamp(20px, 2.153vw, 31px);
    line-height: 1.16;
  }
  .contact-card {
    padding-inline: 20px;
  }
  .contact-card h3 {
    font-size: 18px;
  }
  .contact-card .button {
    font-size: clamp(10px, 0.973vw, 14px);
  }
  .contact-card .contact-label {
    font-size: 9px;
  }
  .contact-label > span {
    display: none;
  }
  .application {
    grid-template-columns: minmax(0, 713fr) minmax(0, 503fr);
    gap: 40px;
  }
  .application h2 {
    font-size: clamp(29px, 3.194vw, 46px);
    line-height: 1.043;
  }
  .footer-top {
    grid-template-columns: minmax(0, 608fr) minmax(0, 292fr) minmax(0, 292fr);
  }
  .footer-top nav {
    font-size: 12px;
  }
  .graduate > div > p:last-child br {
    display: none;
  }
}
@media (max-width: 900px) {
  :root {
    --gutter: 28px;
  }
  html {
    scroll-padding-top: 20px;
  }
  body {
    font-size: 15px;
    line-height: 24px;
  }
  h2 {
    font-size: 36px;
    line-height: 39px;
  }
  .section-pad {
    padding: 64px var(--gutter);
  }
  .hero {
    height: auto;
    min-height: 0;
    padding: 24px var(--gutter) 72px;
  }
  .site-header {
    height: auto;
    gap: 15px;
  }
  .brand {
    align-items: flex-start;
  }
  .brand > .eyebrow {
    font-size: 9px;
    letter-spacing: 0.14em;
  }
  .brand > span:last-child {
    font-size: 17px;
    line-height: 24px;
  }
  .header-phone {
    width: auto;
    padding: 10px 12px;
    font-size: 12px;
  }
  .hero-body {
    grid-template-columns: 1fr;
    gap: 55px;
    margin-top: 68px;
  }
  .hero-copy {
    gap: 23px;
  }
  .hero-meta {
    gap: 10px;
    font-size: 9px;
    letter-spacing: 0.12em;
    flex-wrap: wrap;
  }
  .hero h1 {
    font-size: clamp(38px, 6.5vw, 62px);
    line-height: 1.01;
  }
  .hero-copy > .intro {
    white-space: normal;
    max-width: 600px;
    font-size: 17px;
    line-height: 28px;
  }
  .desktop-break {
    display: none;
  }
  .hero-proof {
    font-size: 9px;
    column-gap: 20px;
    row-gap: 14px;
    padding-top: 4px;
    max-width: 550px;
  }
  .hero-introduction {
    width: 100%;
    max-width: 620px;
  }
  .journalism-wordmark {
    font-size: 150px;
    left: 0;
    top: auto;
    bottom: -20px;
    width: 100%;
    height: 150px;
  }
  .next-step h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .form-pair {
    gap: 10px;
  }
  .inquiry-form input,
  .inquiry-form select,
  .inquiry-form textarea {
    font-size: 16px;
    min-height: 48px;
    height: 48px;
  }
  .inquiry-form select {
    font-size: 14px;
  }
  .inquiry-form .button {
    min-height: 48px;
  }
  .stats {
    height: auto;
  }
  .stats-heading {
    height: auto;
    padding: 0;
    gap: 15px;
  }
  .spec-note {
    font-size: 11px;
    line-height: 17px;
    padding: 12px;
    align-items: flex-start;
  }
  .spec-note > span {
    font-size: 9px;
    line-height: 13px;
  }
  .stats-grid {
    margin-top: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats-grid > div {
    height: auto;
    min-height: 210px;
    padding: 22px 15px;
    gap: 10px;
  }
  .stats-grid > div:nth-child(odd) {
    border-left: 0;
    padding-left: 0;
  }
  .stats-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
  .stats-grid dt {
    font-size: 52px;
    line-height: 66px;
  }
  .stats-grid dd:last-child {
    white-space: normal;
  }
  .stats-grid dd br {
    display: none;
  }
  .split-feature {
    height: auto;
    padding: 35px 0 64px;
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .split-feature > figure {
    width: 100%;
  }
  .split-feature > figure > img {
    height: auto;
    aspect-ratio: 708/566;
  }
  .split-feature .feature-copy {
    padding-inline: var(--gutter);
    gap: 20px;
  }
  .split-feature .caption {
    margin-inline: var(--gutter);
  }
  .feature-copy h2 {
    font-size: 36px;
    line-height: 39px;
  }
  .intro {
    font-size: 17px;
    line-height: 28px;
  }
  .semester {
    height: auto;
  }
  .section-heading {
    height: auto;
    gap: 14px;
  }
  .play-indicator {
    width: 58px;
    height: 58px;
  }
  .play-indicator::after {
    border-left-width: 16px;
    border-block-width: 9px;
  }
  .semester-poster {
    height: auto;
    aspect-ratio: 1240/697;
    margin-top: 28px;
  }
  .student-stories {
    height: auto;
  }
  .stories-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 30px;
  }
  .stories-grid blockquote > p {
    font-size: 30px;
    line-height: 36px;
  }
  .stories-grid cite {
    white-space: normal;
    font-size: 9px;
    line-height: 16px;
    margin-top: 20px;
  }
  .awards {
    max-width: 520px;
  }
  .awards img {
    height: auto;
    aspect-ratio: 397/298;
  }
  .awards h3 {
    font-size: 27px;
    line-height: 32px;
  }
  .publishing {
    height: auto;
    padding: 25px var(--gutter);
    flex-wrap: wrap;
    gap: 17px 25px;
    font-size: 12px;
    white-space: normal;
  }
  .publishing > .eyebrow {
    flex-basis: 100%;
    font-size: 9px;
  }
  .quiz-section {
    height: auto;
    gap: 26px;
  }
  .quiz-card {
    width: 100%;
    max-width: 620px;
    height: auto;
    min-height: 341px;
  }
  .quiz-heading {
    height: auto;
    min-height: 95px;
    padding: 22px 20px 17px;
  }
  .quiz-heading h2 {
    font-size: 25px;
    line-height: 32px;
  }
  .quiz-heading .eyebrow {
    font-size: 9px;
    letter-spacing: 0.12em;
  }
  .quiz-options {
    padding: 18px 20px;
    height: auto;
    min-height: 203px;
  }
  .quiz-progress {
    padding: 14px 20px;
  }
  .quiz-section > .spec-note {
    width: 100%;
    max-width: 620px;
  }
  .tracks {
    height: auto;
  }
  .tracks > .intro br {
    display: none;
  }
  .track-list {
    min-height: 0;
    margin-top: 24px;
  }
  .track summary {
    gap: 10px;
    padding: 19px 0;
    min-height: 80px;
  }
  .track-number {
    width: 25px;
    font-size: 9px;
  }
  .track h3 {
    font-size: 23px;
    line-height: 31px;
  }
  .track-content {
    padding-left: 35px;
  }
  .audio-content {
    grid-template-columns: 1fr;
    gap: 25px;
    min-height: 0;
  }
  .audio-content > figure {
    max-width: 450px;
  }
  .audio-content img {
    width: 100%;
    height: auto;
    aspect-ratio: 374/234;
  }
  .track-tags {
    flex-wrap: wrap;
    white-space: normal;
  }
  .track-tags li {
    font-size: 11px;
    padding: 5px 9px;
  }
  .track-match {
    font-size: 8px;
    letter-spacing: 0.06em;
    padding: 2px 4px;
    max-width: 60px;
    line-height: 13px;
  }
  .track-visit {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 18px;
  }
  .track-visit h3 {
    font-size: 25px;
    line-height: 33px;
  }
  .workshop {
    padding-top: 64px;
  }
  .workshop blockquote p {
    font-size: 27px;
    line-height: 34px;
  }
  .graduates {
    height: auto;
  }
  .graduates-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
    margin-top: 20px;
  }
  .graduate {
    height: auto;
  }
  .graduate:nth-child(n) {
    padding-top: 0;
    height: auto;
  }
  .graduate > img {
    height: auto;
    aspect-ratio: 292/389;
  }
  .graduate h3 {
    font-size: 18px;
  }
  .graduate > div > p:last-child {
    font-size: 11px;
    line-height: 17px;
  }
  .graduate > div > p:last-child br {
    display: none;
  }
  .archive-photo {
    margin-top: 20px;
    padding-top: 25px;
  }
  .archive-photo > img {
    height: auto;
    aspect-ratio: 1240/531;
  }
  .caption {
    font-size: 11px;
    line-height: 17px;
  }
  .caption .eyebrow {
    font-size: 9px;
    line-height: 14px;
  }
  .contact {
    height: auto;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .contact-card,
  .contact-card:first-child,
  .contact-card:last-child {
    padding: 30px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    gap: 16px;
  }
  .contact-card:first-child {
    border-top: 0;
  }
  .contact-card h3 {
    font-size: 23px;
    line-height: 31px;
  }
  .contact-card .inquiry-form {
    margin-top: 3px;
  }
  .contact-card dl {
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 450px;
  }
  .contact-card > .button {
    align-self: flex-start;
    margin-top: 0;
  }
  .contact-card .inquiry-form .button {
    align-self: stretch;
  }
  .contact-label {
    font-size: 10px;
  }
  .faq {
    height: auto;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .faq-grid h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .faq-grid article {
    padding-block: 24px;
  }
  .application {
    height: auto;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .application h2 {
    font-size: 34px;
    line-height: 38px;
  }
  .application h2 br {
    display: none;
  }
  .application .eyebrow {
    font-size: 9px;
  }
  .application-form {
    max-width: 620px;
  }
  .site-footer {
    height: auto;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-top nav {
    font-size: 12px;
    line-height: 20px;
    gap: 10px;
  }
  .footer-top nav > .eyebrow {
    font-size: 9px;
  }
  .montana-wordmark {
    font-size: clamp(85px, 20vw, 180px);
    line-height: 1.36;
    margin-top: 20px;
  }
  .footer-bottom {
    position: static;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 10px;
    padding-top: 18px;
  }
  .footer-bottom > div {
    gap: 18px;
  }
  .section-label {
    font-size: 9px;
    letter-spacing: 0.14em;
    white-space: normal;
  }
  .section-label:after {
    min-width: 15px;
  }
  .contact > .section-label {
    font-size: 8px;
  }
  .button {
    white-space: normal;
    min-height: 46px;
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  :root {
    --gutter: 21px;
  }
  .header-phone {
    font-size: 10px;
    padding: 9px;
  }
  .brand > span:last-child {
    font-size: 15px;
  }
  .brand > .eyebrow {
    font-size: 8px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero-meta {
    font-size: 8px;
    gap: 7px;
  }
  .hero-meta i {
    display: none;
  }
  .hero-proof {
    font-size: 8px;
  }
  .feature-copy h2,
  h2 {
    font-size: 32px;
    line-height: 35px;
  }
  .quiz-options button {
    font-size: 12px;
  }
  .quiz-heading h2 {
    font-size: 22px;
  }
  .graduates-grid {
    gap: 25px 16px;
  }
  .graduate h3 {
    font-size: 16px;
  }
  .graduate .eyebrow {
    font-size: 9px;
  }
  .stats-grid dt {
    font-size: 46px;
  }
  .application h2 {
    font-size: 31px;
    line-height: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
