@font-face {
  font-family: "Manrope";
  src: url("/mangroup/fonts/manrope-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/mangroup/fonts/manrope-500.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/mangroup/fonts/manrope-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant";
  src: url("/mangroup/fonts/cormorant-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant";
  src: url("/mangroup/fonts/cormorant-500.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

:root {
  --ink: #12110f;
  --ink-soft: #191815;
  --chalk: #eee8dc;
  --chalk-muted: #d6cfc3;
  --oxide: #c8653e;
  --oxide-dark: #a74727;
  --moss: #8e9684;
  --line-dark: rgba(238, 232, 220, 0.2);
  --line-light: rgba(18, 17, 15, 0.22);
  --gutter: clamp(24px, 4.25vw, 72px);
  --content: 1600px;
  --ease: cubic-bezier(0.2, 0, 0, 1);
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  background: var(--ink);
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
  text-size-adjust: 100%;
}

body {
  background: var(--ink);
  color: var(--chalk);
  font-family: "Manrope", Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

img {
  display: block;
}

::selection {
  background: var(--oxide);
  color: var(--chalk);
}

:focus-visible {
  outline: 2px solid var(--oxide);
  outline-offset: 4px;
}

.site-header {
  align-items: center;
  background: rgba(18, 17, 15, 0.94);
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 82px;
  left: 0;
  padding: 0 var(--gutter);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 13px;
  justify-self: start;
  text-transform: uppercase;
}

.brand > span:last-child {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.arc-mark {
  display: block;
  height: 42px;
  position: relative;
  width: 58px;
}

.arc-mark i {
  border: 1px solid var(--oxide);
  border-radius: 50%;
  height: 38px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 38px;
}

.arc-mark i + i {
  border-color: var(--moss);
  left: 18px;
}

.desktop-nav {
  display: flex;
  gap: clamp(24px, 3vw, 50px);
}

.desktop-nav a,
.header-cta {
  font-size: 12px;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.header-cta:hover {
  color: var(--oxide);
}

.header-cta {
  border-bottom: 1px solid var(--oxide);
  justify-self: end;
  padding: 7px 0;
}

.menu-button {
  background: transparent;
  border: 0;
  display: none;
  height: 48px;
  padding: 12px;
  width: 48px;
}

.menu-button span {
  background: var(--oxide);
  display: block;
  height: 1px;
  margin: 6px 0;
  width: 100%;
}

.mobile-nav {
  background: var(--ink);
  border-bottom: 1px solid var(--line-dark);
  display: none;
  left: 0;
  padding: 92px var(--gutter) 32px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
}

.mobile-nav a {
  border-bottom: 1px solid var(--line-dark);
  font-family: "Cormorant", Georgia, serif;
  font-size: 32px;
  padding: 13px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(460px, 0.84fr) minmax(560px, 1.16fr);
  min-height: 900px;
  overflow: hidden;
  padding: 122px var(--gutter) 116px;
  position: relative;
}

.hero-copy {
  align-self: center;
  padding: 38px clamp(34px, 4vw, 70px) 70px 0;
  position: relative;
  z-index: 5;
}

.hero-status,
.section-number {
  color: var(--oxide);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}

.hero h1 {
  font-family: "Arial Narrow", "Manrope", sans-serif;
  font-size: clamp(84px, 8.5vw, 142px);
  font-stretch: condensed;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.78;
  margin: clamp(40px, 6vh, 70px) 0 0;
  text-transform: uppercase;
}

.hero-title-clip {
  display: block;
  overflow: hidden;
  padding-bottom: 0.08em;
}

.hero-title-line {
  display: block;
  will-change: transform;
}

.hero-sub {
  color: var(--oxide);
  font-family: "Cormorant", Georgia, serif;
  font-size: clamp(32px, 3.1vw, 52px);
  font-style: italic;
  line-height: 1;
  margin: 28px 0 0;
}

.hero-description {
  color: var(--moss);
  font-size: 14px;
  line-height: 1.7;
  margin: 36px 0 0;
  max-width: 520px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-top: 36px;
}

.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 32px;
  justify-content: space-between;
  letter-spacing: 0.06em;
  min-height: 58px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, transform 140ms ease;
}

.button svg,
.text-link svg,
.join-link svg {
  flex: 0 0 auto;
  height: 21px;
  width: 21px;
}

.button:active {
  transform: scale(0.985);
}

.button-primary {
  background: var(--oxide);
  color: var(--chalk);
  min-width: 280px;
}

.button-primary:hover,
.form-submit:hover {
  background: var(--chalk);
  color: var(--ink);
}

.quiet-link {
  border-bottom: 1px solid var(--line-dark);
  color: var(--chalk-muted);
  font-size: 12px;
  padding: 8px 0;
  transition: border-color 180ms ease, color 180ms ease;
}

.quiet-link:hover {
  border-color: var(--oxide);
  color: var(--oxide);
}

.hero-portraits {
  align-self: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  height: min(66vh, 620px);
  min-height: 500px;
  position: relative;
}

.hero-arc {
  height: 560px;
  left: -140px;
  position: absolute;
  top: 35%;
  width: 560px;
  z-index: 2;
}

.hero-arc i {
  height: 420px;
  width: 420px;
}

.hero-arc i + i {
  left: 74px;
  top: 54px;
}

.hero-portrait-frame {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  will-change: clip-path, transform;
}

.hero-portrait-frame img {
  height: 100%;
  object-fit: cover;
}

.hero-portrait-frame:first-of-type img {
  object-position: 50% 42%;
}

.hero-portrait-frame:last-of-type img {
  object-position: 54% 50%;
}

.hero-portrait-frame figcaption {
  background: rgba(18, 17, 15, 0.9);
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 14px 18px 15px;
  position: absolute;
  right: 0;
  text-shadow: none;
  z-index: 3;
}

.hero-portrait-frame strong {
  color: var(--chalk);
  font-size: 20px;
  font-weight: 500;
}

.hero-portrait-frame span {
  color: var(--chalk-muted);
  font-size: 11px;
  margin-top: 5px;
}

.hero-facts {
  border-top: 1px solid var(--line-dark);
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 44%;
  margin: 0;
  position: absolute;
  right: var(--gutter);
}

.hero-facts > div {
  border-right: 1px solid var(--line-dark);
  min-width: 0;
  padding: 22px 20px 28px;
}

.hero-facts > div:last-child {
  border-right: 0;
}

.hero-facts dt,
.format-ledger dt {
  color: var(--oxide);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero-facts dd {
  font-family: "Cormorant", Georgia, serif;
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.05;
  margin: 0;
}

.paper-section,
.dark-section,
.join-band,
.contact-section {
  padding: clamp(94px, 10vw, 156px) var(--gutter);
}

.paper-section {
  background: var(--chalk);
  color: var(--ink);
}

.dark-section {
  background: var(--ink);
  color: var(--chalk);
}

.recognition {
  display: grid;
  gap: clamp(70px, 9vw, 150px);
  grid-template-columns: minmax(420px, 0.92fr) minmax(440px, 1.08fr);
}

.section-heading h2,
.format-copy h2,
.faq-heading h2,
.contact-copy h2,
.hosts-title h2 {
  font-family: "Arial Narrow", "Manrope", sans-serif;
  font-size: clamp(55px, 5.4vw, 88px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 34px 0 0;
}

.recognition-list {
  border-top: 1px solid var(--line-light);
}

.recognition-row {
  align-items: start;
  border-bottom: 1px solid var(--line-light);
  display: grid;
  gap: 30px;
  grid-template-columns: 40px 1fr;
  padding: 23px 0 26px;
}

.recognition-row > span {
  color: var(--oxide);
  font-family: "Cormorant", Georgia, serif;
  font-size: 24px;
}

.recognition-row p {
  font-family: "Cormorant", Georgia, serif;
  font-size: clamp(25px, 2.35vw, 38px);
  line-height: 1.12;
  margin: 0;
}

.process-section {
  display: grid;
  gap: 70px 60px;
  grid-template-columns: minmax(250px, 0.55fr) minmax(620px, 1.45fr);
  overflow: hidden;
  position: relative;
}

.process-arc {
  height: min(80vw, 1050px);
  left: 27%;
  pointer-events: none;
  position: absolute;
  top: -36%;
  width: min(80vw, 1050px);
  will-change: transform;
}

.process-arc .arc-mark,
.process-arc .arc-mark i {
  height: 100%;
  width: 100%;
}

.process-arc .arc-mark i {
  border-color: rgba(200, 101, 62, 0.72);
}

.process-arc .arc-mark i + i {
  border-color: rgba(142, 150, 132, 0.6);
  left: 28px;
  top: 18px;
}

.process-aside,
.process-statement,
.process-grid,
.care-note {
  position: relative;
  z-index: 2;
}

.process-aside {
  padding-top: 18px;
}

.process-aside > p:last-child {
  color: var(--moss);
  font-size: 14px;
  line-height: 1.75;
  margin: 42px 0 0;
  max-width: 340px;
}

.process-statement {
  font-family: "Arial Narrow", "Manrope", sans-serif;
  font-size: clamp(70px, 7.2vw, 118px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.83;
  margin: 0;
  text-transform: uppercase;
  will-change: transform;
}

em {
  color: var(--chalk-muted);
  font-family: "Cormorant", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: none;
}

.process-grid {
  border-top: 1px solid var(--line-dark);
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
}

.process-grid article {
  border-right: 1px solid var(--line-dark);
  min-height: 270px;
  padding: 32px 40px 32px 0;
}

.process-grid article + article {
  padding-left: 40px;
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid article > span {
  color: var(--oxide);
  font-family: "Cormorant", Georgia, serif;
  font-size: 38px;
}

.process-grid h3 {
  font-family: "Cormorant", Georgia, serif;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 500;
  line-height: 1;
  margin: 46px 0 18px;
}

.process-grid p {
  color: var(--moss);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  max-width: 380px;
}

.care-note {
  border-left: 1px solid var(--oxide);
  color: var(--moss);
  font-family: "Cormorant", Georgia, serif;
  font-size: 18px;
  grid-column: 1 / -1;
  line-height: 1.3;
  margin: -34px 0 0;
  max-width: 760px;
  padding-left: 20px;
}

.format-section {
  display: grid;
  gap: clamp(70px, 9vw, 150px);
  grid-template-columns: minmax(430px, 0.9fr) minmax(460px, 1.1fr);
  overflow: hidden;
  position: relative;
}

.format-section::before,
.format-section::after {
  border: 1px solid rgba(200, 101, 62, 0.55);
  border-radius: 50%;
  content: "";
  height: 850px;
  left: -460px;
  pointer-events: none;
  position: absolute;
  top: -160px;
  width: 850px;
}

.format-section::after {
  border-color: rgba(142, 150, 132, 0.7);
  left: -420px;
  top: -95px;
}

.format-copy,
.format-ledger {
  position: relative;
  z-index: 2;
}

.format-copy h2 em {
  color: var(--oxide-dark);
}

.format-copy > p:last-child,
.faq-heading > p:last-child,
.contact-copy > p:not(.section-number) {
  color: rgba(18, 17, 15, 0.67);
  font-size: 14px;
  line-height: 1.75;
  margin: 34px 0 0;
  max-width: 560px;
}

.format-ledger dl {
  border-top: 1px solid var(--line-light);
  margin: 0;
}

.format-ledger dl > div {
  align-items: baseline;
  border-bottom: 1px solid var(--line-light);
  display: grid;
  gap: 30px;
  grid-template-columns: 130px 1fr;
  padding: 16px 0 18px;
}

.format-ledger dd {
  font-family: "Cormorant", Georgia, serif;
  font-size: clamp(24px, 2.2vw, 35px);
  margin: 0;
}

.price {
  margin-top: 42px;
}

.price strong {
  color: var(--oxide-dark);
  display: block;
  font-family: "Cormorant", Georgia, serif;
  font-size: clamp(72px, 8.2vw, 132px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.8;
  white-space: nowrap;
}

.price span {
  display: block;
  font-family: "Cormorant", Georgia, serif;
  font-size: 22px;
  margin-top: 22px;
}

.free-talk {
  font-family: "Cormorant", Georgia, serif;
  font-size: 23px;
  font-style: italic;
  margin: 24px 0 0;
}

.free-talk strong {
  color: var(--oxide-dark);
  font-weight: 500;
}

.join-band {
  background: var(--oxide-dark);
  color: var(--chalk);
  padding-bottom: clamp(72px, 8vw, 118px);
  padding-top: clamp(72px, 8vw, 118px);
}

.join-band .section-number {
  color: var(--chalk);
}

.join-band h2 {
  font-family: "Cormorant", Georgia, serif;
  font-size: clamp(42px, 4.8vw, 72px);
  font-style: italic;
  font-weight: 400;
  margin: 28px 0 0;
}

.join-path {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  position: relative;
}

.join-progress {
  background: rgba(238, 232, 220, 0.72);
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 24px;
  will-change: transform;
}

.join-path > div {
  position: relative;
}

.join-path > div::before {
  background: var(--chalk);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 7px;
}

.join-path span {
  background: var(--oxide-dark);
  display: inline-block;
  font-family: "Cormorant", Georgia, serif;
  font-size: 56px;
  line-height: 0.85;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}

.join-path p {
  font-family: "Cormorant", Georgia, serif;
  font-size: 22px;
  margin: 20px 20px 0 0;
}

.join-link,
.text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  gap: 24px;
  padding: 10px 0;
  transition: color 180ms ease;
}

.join-link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  margin-top: 64px;
  text-transform: uppercase;
}

.join-link:hover {
  color: var(--ink);
}

.hosts-section {
  overflow: hidden;
  position: relative;
}

.hosts-section::before,
.hosts-section::after {
  border: 1px solid rgba(200, 101, 62, 0.58);
  border-radius: 50%;
  content: "";
  height: 950px;
  pointer-events: none;
  position: absolute;
  top: 250px;
  width: 950px;
}

.hosts-section::before {
  left: -690px;
}

.hosts-section::after {
  right: -690px;
}

.hosts-title,
.hosts-grid {
  position: relative;
  z-index: 2;
}

.hosts-title h2 em {
  color: var(--chalk);
}

.hosts-grid {
  display: grid;
  gap: clamp(28px, 5vw, 90px);
  grid-template-columns: 1fr 1fr;
  margin-top: 70px;
  padding: 0 clamp(0px, 10vw, 170px);
}

.host-figure {
  aspect-ratio: 0.78;
  margin: 0;
  overflow: hidden;
  position: relative;
  will-change: clip-path;
}

.host-figure img {
  object-fit: cover;
}

.host:first-child .host-figure img {
  object-position: 50% 42%;
}

.host:last-child .host-figure img {
  object-position: 54% 50%;
}

.host-info {
  align-items: baseline;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  gap: 4px 18px;
  grid-template-columns: auto 1fr;
  padding: 22px 0 18px;
}

.host-info h3 {
  font-family: "Cormorant", Georgia, serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.host-info > p {
  color: var(--moss);
  font-size: 12px;
  margin: 0;
}

.host-info .text-link {
  color: var(--oxide);
  font-size: 11px;
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 12px;
}

.text-link:hover {
  color: var(--chalk);
}

.faq-section {
  display: grid;
  gap: clamp(70px, 9vw, 150px);
  grid-template-columns: minmax(400px, 0.8fr) minmax(520px, 1.2fr);
}

.faq-heading h2 {
  font-family: "Cormorant", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.faq-list {
  border-top: 1px solid var(--oxide);
}

.faq-item {
  border-bottom: 1px solid var(--line-light);
}

.faq-item button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: clamp(16px, 1.5vw, 21px);
  gap: 30px;
  justify-content: space-between;
  line-height: 1.3;
  min-height: 72px;
  padding: 20px 0;
  text-align: left;
  width: 100%;
}

.faq-item button i {
  height: 18px;
  position: relative;
  width: 18px;
}

.faq-item button i::before,
.faq-item button i::after {
  background: currentColor;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 8px;
  transition: transform 220ms var(--ease);
  width: 18px;
}

.faq-item button i::after {
  transform: rotate(90deg);
}

.faq-item.is-open button {
  color: var(--oxide-dark);
}

.faq-item.is-open button i::after {
  transform: rotate(0deg);
}

.faq-answer {
  overflow: hidden;
}

.faq-answer p {
  color: rgba(18, 17, 15, 0.68);
  font-size: 13px;
  line-height: 1.7;
  margin: -2px 70px 24px 0;
  max-width: 720px;
}

.contact-section {
  display: grid;
  gap: clamp(70px, 10vw, 170px);
  grid-template-columns: minmax(420px, 0.8fr) minmax(500px, 1.2fr);
  overflow: hidden;
  position: relative;
}

.contact-arc {
  height: 780px;
  left: 33%;
  pointer-events: none;
  position: absolute;
  top: -30px;
  width: 780px;
}

.contact-arc i {
  border-color: rgba(200, 101, 62, 0.52);
  height: 720px;
  width: 720px;
}

.contact-arc i + i {
  border-color: rgba(142, 150, 132, 0.46);
  left: 32px;
  top: 25px;
}

.contact-copy,
.application-form {
  position: relative;
  z-index: 2;
}

.contact-copy h2 em {
  color: var(--oxide);
}

.contact-copy > p:not(.section-number) {
  color: var(--moss);
}

.direct-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 36px;
  margin-top: 48px;
}

.direct-links .text-link {
  color: var(--oxide);
  font-size: 12px;
}

.application-form {
  padding-top: 8px;
}

.application-form > label {
  border-bottom: 1px solid rgba(238, 232, 220, 0.5);
  display: block;
  margin-bottom: 30px;
}

.application-form > label > span,
.application-form legend {
  color: var(--chalk-muted);
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
}

.application-form input {
  background: transparent;
  border: 0;
  color: var(--chalk);
  font-size: 18px;
  min-height: 48px;
  outline: 0;
  padding: 0 0 10px;
  width: 100%;
}

.application-form input::placeholder {
  color: rgba(142, 150, 132, 0.64);
}

.application-form > label:focus-within {
  border-color: var(--oxide);
}

.application-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.person-options {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.person-options label {
  align-items: center;
  border: 1px solid rgba(238, 232, 220, 0.5);
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 56px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.person-options label:hover,
.person-options label.is-selected {
  background: var(--chalk);
  border-color: var(--chalk);
  color: var(--ink);
}

.person-options input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.person-options span {
  font-size: 13px;
}

.form-submit {
  background: var(--oxide);
  color: var(--chalk);
  margin-top: 18px;
  width: 100%;
}

.form-note {
  color: var(--moss);
  font-size: 10px;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 620px;
}

.form-status {
  border-left: 1px solid var(--oxide);
  color: var(--chalk);
  font-size: 11px;
  line-height: 1.5;
  margin: 18px 0 0;
  padding-left: 12px;
}

footer {
  align-items: center;
  background: #0b0a09;
  border-top: 1px solid var(--line-dark);
  color: var(--moss);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding: 25px var(--gutter);
  text-transform: uppercase;
}

footer a {
  color: var(--chalk);
  font-weight: 600;
}

footer p {
  margin: 0;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(380px, 0.78fr) minmax(500px, 1.22fr);
  }

  .hero h1 {
    font-size: clamp(78px, 8.5vw, 106px);
  }

  .hero-description {
    font-size: 13px;
  }

  .process-section {
    grid-template-columns: 250px 1fr;
  }

  .hosts-grid {
    padding: 0 5vw;
  }

}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-nav {
    display: flex;
    flex-direction: column;
  }

  .hero {
    grid-template-columns: minmax(330px, 0.75fr) minmax(430px, 1.25fr);
  }

  .hero-copy {
    padding-right: 24px;
  }

  .hero h1 {
    font-size: 76px;
  }

  .hero-sub {
    font-size: 34px;
  }

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

  .hero-facts {
    left: 40%;
  }

  .recognition,
  .format-section,
  .faq-section,
  .contact-section {
    gap: 70px;
    grid-template-columns: 1fr;
  }

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

  .process-aside {
    max-width: 430px;
  }

  .process-grid {
    grid-column: 1;
  }

  .care-note {
    grid-column: 1;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 20px;
  }

  html {
    scroll-padding-top: 68px;
  }

  .site-header {
    height: 68px;
  }

  .brand .arc-mark {
    display: none;
  }

  .brand > span:last-child {
    font-size: 11px;
  }

  .mobile-nav {
    padding-top: 76px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding: 112px var(--gutter) 0;
  }

  .hero-copy {
    min-height: 520px;
    padding: 0 0 54px;
  }

  .hero-copy::after,
  .hero-copy::before {
    border: 1px solid rgba(200, 101, 62, 0.62);
    border-radius: 50%;
    content: "";
    height: 430px;
    pointer-events: none;
    position: absolute;
    right: -300px;
    top: -22px;
    width: 430px;
  }

  .hero-copy::before {
    border-color: rgba(142, 150, 132, 0.64);
    right: -340px;
    top: 28px;
  }

  .hero-status {
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(62px, 19vw, 82px);
    line-height: 0.78;
    margin-top: 58px;
    max-width: 100%;
    width: 100%;
  }

  .hero-sub {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 0.95;
    max-width: 330px;
  }

  .hero-description {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    margin-top: 38px;
  }

  .button-primary {
    min-width: 0;
    width: 100%;
  }

  .button-primary:hover {
    background: var(--oxide);
    color: var(--chalk);
  }

  .quiet-link {
    align-self: flex-start;
  }

  .hero-portraits {
    height: 430px;
    min-height: 0;
  }

  .hero-arc {
    display: none;
  }

  .hero-portrait-frame figcaption {
    bottom: 0;
    left: 0;
    padding: 10px 10px 11px;
  }

  .hero-portrait-frame strong {
    font-size: 15px;
  }

  .hero-portrait-frame span {
    font-size: 8px;
  }

  .hero-facts {
    background: var(--chalk);
    color: var(--ink);
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 calc(var(--gutter) * -1);
    position: static;
  }

  .hero-facts > div {
    border-bottom: 1px solid var(--line-light);
    border-right-color: var(--line-light);
    padding: 24px 20px;
  }

  .hero-facts > div:nth-child(2) {
    border-right: 0;
  }

  .hero-facts > div:nth-child(3),
  .hero-facts > div:nth-child(4) {
    border-bottom: 0;
  }

  .hero-facts dd {
    font-size: 21px;
  }

  .paper-section,
  .dark-section,
  .join-band,
  .contact-section {
    padding: 82px var(--gutter);
  }

  .recognition,
  .format-section,
  .faq-section,
  .contact-section {
    gap: 54px;
  }

  .section-heading h2,
  .format-copy h2,
  .faq-heading h2,
  .contact-copy h2,
  .hosts-title h2 {
    font-size: clamp(43px, 13.3vw, 58px);
  }

  .recognition-row {
    gap: 16px;
    grid-template-columns: 32px 1fr;
  }

  .recognition-row > span {
    font-size: 20px;
  }

  .recognition-row p {
    font-size: 25px;
  }

  .process-section {
    gap: 54px;
  }

  .process-arc {
    display: none;
  }

  .process-aside > p:last-child {
    margin-top: 28px;
  }

  .process-statement {
    font-size: clamp(54px, 15.5vw, 70px);
  }

  .process-grid {
    display: block;
  }

  .process-grid article,
  .process-grid article + article {
    border-bottom: 1px solid var(--line-dark);
    border-right: 0;
    min-height: 0;
    padding: 28px 0 32px;
  }

  .process-grid h3 {
    margin-top: 36px;
  }

  .care-note {
    margin-top: -18px;
  }

  .format-section::before,
  .format-section::after {
    height: 520px;
    left: -390px;
    top: -120px;
    width: 520px;
  }

  .format-section::after {
    left: -360px;
    top: -80px;
  }

  .format-ledger dl > div {
    gap: 18px;
    grid-template-columns: 100px 1fr;
  }

  .format-ledger dd {
    font-size: 25px;
  }

  .price strong {
    font-size: clamp(66px, 20vw, 82px);
  }

  .price span,
  .free-talk {
    font-size: 19px;
  }

  .join-band h2 {
    font-size: 42px;
  }

  .join-path {
    gap: 28px 16px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .join-progress {
    display: none;
  }

  .join-path > div {
    border-top: 1px solid rgba(238, 232, 220, 0.6);
    padding-top: 16px;
  }

  .join-path > div::before {
    display: none;
  }

  .join-path span {
    font-size: 46px;
  }

  .join-path p {
    font-size: 19px;
    margin-top: 12px;
  }

  .join-link {
    margin-top: 46px;
  }

  .hosts-title h2 {
    text-transform: uppercase;
  }

  .hosts-grid {
    gap: 14px;
    margin-top: 46px;
    padding: 0;
  }

  .host-figure {
    aspect-ratio: 0.65;
  }

  .host-info {
    display: block;
    padding-top: 14px;
  }

  .host-info h3 {
    font-size: 25px;
  }

  .host-info > p {
    font-size: 9px;
    line-height: 1.4;
    margin-top: 5px;
    min-height: 28px;
  }

  .host-info .text-link {
    font-size: 9px;
    gap: 8px;
  }

  .host-info .text-link svg {
    height: 15px;
    width: 15px;
  }

  .faq-heading > p:last-child {
    margin-top: 24px;
  }

  .faq-item button {
    font-size: 16px;
    min-height: 68px;
  }

  .faq-answer p {
    margin-right: 30px;
  }

  .contact-arc {
    display: none;
  }

  .direct-links {
    margin-top: 34px;
  }

  .application-form {
    border-top: 1px solid var(--line-dark);
    padding-top: 36px;
  }

  .person-options label {
    min-height: 54px;
  }

  .form-submit {
    font-size: 10px;
    gap: 12px;
    padding: 0 18px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 390px) {
  .hero-copy {
    min-height: 500px;
  }

  .hero-sub {
    font-size: 31px;
  }

  .hero-portraits {
    gap: 10px;
    height: 390px;
  }

  .host-info h3 {
    font-size: 22px;
  }

  .host-info .text-link span {
    max-width: 90px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

[hidden] { display: none !important; }
.footer-links { align-items: center; display: flex; gap: clamp(18px, 3vw, 44px); }
.footer-links a + a { color: var(--oxide); }
@media (max-width: 760px) {
  .footer-links { align-items: flex-start; flex-direction: column; gap: 10px; }
}
